Page 1 of 1

Oncorrect DB name in Export Log

Posted: Wed 10 Sep 2014 10:04
by mommaroodles
After exporting a table from a DB, the DataExport.log file reflects the incorrect DB name, I've tried this a few times, I've tried to kill the Session, Query and User Sessions using the Session Manager and nothing happens there.

Why is it doing this?

Re: Oncorrect DB name in Export Log

Posted: Wed 10 Sep 2014 10:11
by mommaroodles
this is the offending line from the DataExport.log

Connection string: User Id=root;Host=localhost;Database=printzone_new;Compress=True;Ping Interval=240;Character Set=AUTO

and it should be

Connection string: User Id=root;Host=localhost;Database=printz_new;Compress=True;Ping Interval=240;Character Set=AUTO

I was exporting data from the printz_new DB and NOT the printzone_new DB - in actual fact I even deleted the printzone_new DB!

Re: Oncorrect DB name in Export Log

Posted: Wed 10 Sep 2014 14:06
by alexa
DataExport.log contains the database name that is specified in the 'Database' drop-down menu on the 'General' page of the 'Database Connection Properties' dialog box (right-click a connection in Database Explorer and select 'Modify Connection...' from the popup menu).