Where is the log file located

General usage of Access to MySQL

Moderator: jr

Post Reply
Nodrog
Posts: 2
Joined: Wed Mar 03, 2010 5:59 pm

Where is the log file located

Post by Nodrog »

From command line
C:\Program Files\Bullzip\MS Access to MySQL>msa2mys.exe settings=v0.1_03_03_10err.ini ,autorun
I expect to get an error because "tblAuthor\LastUpdated","tblAuthor\DateAdded" are invalid.
I do get errors when I run it in the GUI

v0.1_03_03_10err.ini is
[MoveDB MSAccess to MySQL]
sourcefilename=C:\Documents and Settings\xxxxxxxxx\Desktop\access2mysql\Book_Data.mdb
sourceusername=
sourcepassword=
sourcesystemdatabase=
destinationmethod=DIRECT
destinationhost=localhost
destinationport=3306
destinationusername=xxxx
destinationpassword=xxxx
destinationdatabase=book_data
storageengine=InnoDB
destinationdumpfilename=C:\Documents and Settings\xxxxxxxxx\Desktop\access2mysql\dump.sql
sourcetables[]="tblAuthor","tblAuthor\AuthorID","tblAuthor\AuthorNo","tblAuthor\AgentID","tblAuthor\PublisherID","tblAuthor\AuthorSurname","tblAuthor\AuthorFirstName","tblAuthor\AuthorPseudonym","tblAuthor\AuthorAddress1","tblAuthor\AuthorAddress2","tblAuthor\AuthorAddress3","tblAuthor\AuthorAddress4","tblAuthor\AuthorPostcode","tblAuthor\AuthorTelephone","tblAuthor\AuthorFax","tblAuthor\AuthorMobile","tblAuthor\AuthorEmail","tblAuthor\AuthorWeb","tblAuthor\AuthorAddedBy","tblAuthor\AuthorComments","tblAuthor\LastUpdated","tblAuthor\DateAdded"
dropdatabase=0
createtables=1
unicode=1
autocommit=1
transferdefaultvalues=1
transferindexes=1
transferautonumbers=1
transferrecords=1
columnlist=1
abeBeson
Posts: 2
Joined: Fri Apr 09, 2010 10:17 am

Re: Where is the log file located

Post by abeBeson »

On windows 7 the log is located at:
C:\Users\username\AppData\Roaming\Bullzip\MS Access to MySQL
Post Reply