Problem connecting to mySQL
-
- Posts: 72
- Joined: Mon Jun 07, 2010 2:39 am
Problem connecting to mySQL
Hello rahulmes,
Sorry I do not tested with newly reports.
If we create new report the problem is here - I can confirm that columns can not be retrieved.
Regards
Sorry I do not tested with newly reports.
If we create new report the problem is here - I can confirm that columns can not be retrieved.
Regards
-
- Posts: 72
- Joined: Mon Jun 07, 2010 2:39 am
Problem connecting to mySQL
Hello again,
If this help - future investigations tell me that when we click - Retrieve Columns button,
the client key "RetrieveColumns" in sti_client_event_handler function is not passed.
Regards
Tony
If this help - future investigations tell me that when we click - Retrieve Columns button,
the client key "RetrieveColumns" in sti_client_event_handler function is not passed.
Regards
Tony
Problem connecting to mySQL
Hello,
We could not reproduce the problem on the version from 2011.04.07, columns are retrieved correctly.
Could you, please describe the steps how you do this?
Also, please try to download the latest prerelease build from April, 12, when it available.
Thank you.
We could not reproduce the problem on the version from 2011.04.07, columns are retrieved correctly.
Could you, please describe the steps how you do this?
Also, please try to download the latest prerelease build from April, 12, when it available.
Thank you.
-
- Posts: 72
- Joined: Mon Jun 07, 2010 2:39 am
Problem connecting to mySQL
Hello,
Thanks Vladimir.
The version used from me is 2011.04.06 and not 2011.04.07
Will try to download the latest one and let you known
Tony
Thanks Vladimir.
The version used from me is 2011.04.06 and not 2011.04.07
Will try to download the latest one and let you known
Tony
-
- Posts: 72
- Joined: Mon Jun 07, 2010 2:39 am
Problem connecting to mySQL
Hello,
The problem disappear in version dated from 2011.04.07
Thanks.
Tony
The problem disappear in version dated from 2011.04.07
Thanks.
Tony
Problem connecting to mySQL
Good news. Thank you for letting us know about this.
Problem connecting to mySQL
Thanks all for your replies. Unfortunately, the problem still continues for me. I have downloaded the pre-release build version also (12-Apr) and tried. The same problem persists. As I have mentioned in my earlier post, version from 2011.04.07 also did not work for me.
However, since Tony has confirmed that it is working for him, there is clearly a specific issue on my computer. What could it be? I am using Win Vista SP 1, mySQL 5.5.11 and PHP 5.2.1, Apache 2.2. I have connected with root privileges on port 3306. Are all these components ok? Please help, I am keen to use this product.
I have also attached a couple of screenshots.
Thanks.
However, since Tony has confirmed that it is working for him, there is clearly a specific issue on my computer. What could it be? I am using Win Vista SP 1, mySQL 5.5.11 and PHP 5.2.1, Apache 2.2. I have connected with root privileges on port 3306. Are all these components ok? Please help, I am keen to use this product.
I have also attached a couple of screenshots.
Thanks.
- Attachments
-
- 915.Pic2.jpeg (159.92 KiB) Viewed 4382 times
-
- 914.Pic1.jpeg (140.36 KiB) Viewed 4384 times
-
- Posts: 72
- Joined: Mon Jun 07, 2010 2:39 am
Problem connecting to mySQL
Hello,
In the pictures attached I see in the report
select * from crm.company_master
while in the console
select * from company_master
Not sure, but maybe MySQL driver does not like to set the database before the table.
Just try in the report as you do in the console
Regards
Tony
In the pictures attached I see in the report
select * from crm.company_master
while in the console
select * from company_master
Not sure, but maybe MySQL driver does not like to set the database before the table.
Just try in the report as you do in the console
Code: Select all
select * from company_master
Regards
Tony
Problem connecting to mySQL
Hello,
Also, you can enable the data logger of all transmitted data. To do this, in the 'config.xml' file set to True the EnableDataLogger option in Connection section. Then run the designer again and repeat all actions.
After that, go to the Main Menu and using the 'Save Log File' button, save the text file and send it to us.
Thank you.
Also, you can enable the data logger of all transmitted data. To do this, in the 'config.xml' file set to True the EnableDataLogger option in Connection section. Then run the designer again and repeat all actions.
After that, go to the Main Menu and using the 'Save Log File' button, save the text file and send it to us.
Thank you.
Problem connecting to mySQL
Dear Vladimir,
I have attached the log file. Please have a look.
Thanks.
I have attached the log file. Please have a look.
Thanks.
- Attachments
-
- 921.log.txt
- (12.19 KiB) Downloaded 404 times