dbForge doesn't stop at error in the script

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
zhekaus
Posts: 16
Joined: Wed 19 Aug 2015 10:05
Contact:

dbForge doesn't stop at error in the script

Post by zhekaus » Fri 21 Oct 2016 05:32

Hello,

I can’t fine a way to make dbForge stop at error occurred in the script.

I run script, an error occurs, dbForge shows the popup message but doesn’t jump to the problem’s place.
It’s very difficult to trace the error manually…

alexa

Re: dbForge doesn't stop at error in the script

Post by alexa » Fri 21 Oct 2016 07:59

Please note that you can use logging:
1. Select 'Tools -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' and 'Log application errors' options.
4. Unselect the 'Delete application log after closing' option. Click 'OK'.

The log file with SQL queries can be found in the following folder:
%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for MySQL\

Also, you can view the log on the 'SQL Log' tab of the 'Output' window that can be invoked by selecting 'View -> Output' from the main menu.

zhekaus
Posts: 16
Joined: Wed 19 Aug 2015 10:05
Contact:

Re: dbForge doesn't stop at error in the script

Post by zhekaus » Fri 21 Oct 2016 11:09

Thank you so much for very useful information, alexa!

Does it mean that dbForge really is not able to stop at line containing an error?

alexa

Re: dbForge doesn't stop at error in the script

Post by alexa » Fri 21 Oct 2016 14:42

Could you please provide us the script to reproduce this issue? Does the 'Error List' window popup upon the error? If so, please try double-clicking the error in this window and let us know if you have been forwarded to the place causing the error in the SQL document. Please also provide us a screenshot displaying dbForge along with the content of the 'Error List' window at that moment.

You can reply straight to our support system at supportATdevartDOTcom

Post Reply