Hello
I have a SAP BO 4.2 SP9 installation with the standard database sybase sql anywhere 17 on the same server.
If I tried to use the reposcan tool with this command:
reposcan -optionsfile C:\Temp\reposcan.txt
and this optionsfile:
-dbdriver sybasedatabasesubsystem -connect "UID=<user>;PWD=<pwd>;DSN=<ODBC-name>"
-inputfrsdir "<Input-Filestorefilestoredirecory>"
-outputfrsdir "<Output-Filestorefilestoredirecory>"
-dbkey <Cluster - Key>
-outputdir C:\Temp
Then I get this Error:
Initialisieren...RepoScan-Fehler: Datenbank-Zugriffsfehler. Grund: Loading shared object failed. First tried to load library libsybcs64 and failed because of error: [The specified module could not be found.]. Second tried to load library D:\<Installationspfad>\win64_x64\libsybcs64.dll and failed because of error: [The specified module could not be found.].
Where can I find this library?
Ralph Kornack