Forum Replies Created
-
AuthorPosts
-
MaheshMember
HI,
We checked with large data by opening two instances of program in One doing Copy Operation and in other Export as SQL dump, both operation works as expected.
Can you please tell ,
1) Program version you are using?
2) What error is thrown while “Restore from SQL dump” operation?
3) Are you sure that exact 1/2 records are copied using “Copy DB” operation ?
You can check it by executing ,
“Select count(*) from table_name” on both tables (source and target)
Thanks,
Mahesh
MaheshMemberHi,
We need information mentioned below,
1) Can u please attach a table structure along with sample data where it is reproducible consistently?
2) If Possible attach a screenshot of settings in Export CSV option ?
Thanks,
Mahesh
MaheshMemberHi Boyd,
We will change the Alert setting accordingly in a javascript file.
Thanks,
Mahesh
MaheshMemberCan you please arrange a temporary access to the server with minimum privileges ? this will be useful for us to debug .
Please create a ticket for privacy from here,
MaheshMemberPlease read these FAQ's,
http://webyog.com/faq/content/34/152/en/my…-in-sqlyog.html
http://webyog.com/faq/content/8/148/en/do-…ght=set%20names
Also tell,
1) Are you sure that the table structure within .sql dump is defined with a utf8 charset?
2) Attach a .sql file containing a sample table with some data where this is reproducible ?
3) If possible, Please attach a screen shot of this weird behavior ?
Thanks,
Mahesh
MaheshMemberWe are not able to reproduce this issue @ our end , we need your help to find out the exact problem.
Please tell,
1) Attach a source and target table dump with sample data where it is reproducible consistently.
2) Attach a job file , you can edit it and add fake data for connection details ?
Thanks,
Mahesh
MaheshMemberWe have fixed this issue in this special not released build v 7.5RC2.
To Download,
http://www.webyog.com/downloads/betas/not_…Lyog75RC2n2.exe
Please verify and let us know the details.
MaheshMemberWhich program version you are using ?
From v 7.12 onwards status bar ( see at bottom of “Table Data” grid) will show Database name and Table name .
Please see the attached screenshot
MaheshMemberWe will about this and let you know the details.
MaheshMemberThere seems to be problem while downloading a file .
Now i have attached it here .
MaheshMemberWe have replaced the files now you can download it using the same link mentioned in last post.
MaheshMemberIssue Confirmed
We will fix this issue with high priority.
Thanks for reporting.
MaheshMemberQuote:On some of my larger tables, you cannot expand the height of the table far enough to view all of the fields without scrolling. This would defeat the purpose of being able to print schemas by exporting to an image file. Is there a fix planned for this?— There is max: height and width limit windows allows.
We will try for this issue after release of v 7.5
Workaround — You can zoom to smaller size and export to an image.
MaheshMemberHi,
Actually this issue has been fixed in v 7.12.
You can see the change logs here,
http://www.webyog.com/blog/2008/10/30/sqly…-been-released/
Thanks,
Mahesh
MaheshMemberSorry !! I am re posting again .
In Linux context “Free Memory” will not be useful.So, i suggest you to consider counter named “Physical memory usage of applications” this counter will be more useful as it excludes Buffer and cached memory which normally linux uses internally.
Also you can set mail alert for this counter as,
Quote:Warning : 30,Critical : 40,
MailAlert : “Yes”,
AlertCondition : function()
{
return GetWarnStatusInt(this.Value, this.Critical, this.Warning, true);
},
DocText : “This is the percentage of occupied memory, being used by applications. This excludes buffers and cached memory from the used memory.”,
AdviceText : “Memory usage is too high. You can check which are process that are taking the most of memory by executing 'top' command in linux terminal.”
I have attached a screen shot mentioning the same.
-
AuthorPosts