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?
Oncorrect DB name in Export Log
-
- Posts: 7
- Joined: Tue 09 Sep 2014 14:15
Re: Oncorrect DB name in Export Log
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!
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
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).