I found thesolutionby following theadvice givenon the followingforum:
http://evtechnologies.com/transaction-logs-on-sybase-sql-anywhere-and-sap-businessobjects-bi-4-1
In fact,I crushedtheBI4_Audit.dbandBI4_Audit.logfilesand Ireplacedwith others thatI gotfrom another machinewhereI installedBOagainandwhere the filesare not corrupted.AfterI logged intothe CMS databaseby executingthe command in thecommand line:
dbisql-c "UID =DBA;PWD =mypassword;BI4Server =;DBF= C:\ ProgramFiles (x86)\SAPBusinessObjects\sqlanywhere\ database\BI4_CMS.db."
Once connected,Istart the command:
alter database'C:\ ProgramFiles (x86)\SAPBusinessObjects\sqlanywhere\ database\BI4_Audit.db' alterlog off;
The query runssuccessfully.
And that's good, I canbeconnected toBOsmoothly.
Thank youagainEric
↧
Re: cannot write to transaction log "C:\Program Files (x86)\SAP BusinessObjects\sqlanywhere\database\BI4_Audit.log
↧