Skip to Content
0
Feb 15, 2012 at 12:57 PM

boe_reposcan.sh => Missing database client

138 Views

Hi experts,

BI 40 SP02 Patch 11

I try to execute the scripts boe_reposcan.sh under SLES10 Patchlevel 4 with maxdb 7.7.07.39:

./boe_reposcan.sh -optionsfile "./reposcan_options.txt"

I get the following error message:

Initializing...RepoScan error: The database subsystem could not be loaded. Make sure that the database client is installed. The message returned was The library named maxdbdatabasesubsytem could not be loaded. The system error message is Loading shared object failed. First tried to load library maxdbdatabasesubsytem and failed because of error: [maxdbdatabasesubsytem: cannot open shared object file: No such file or directory]. Second tried to load library libmaxdbdatabasesubsytem.so and failed because of error: [libmaxdbdatabasesubsytem.so: cannot open shared object file: No such file or directory]..

The options file reposcan_options.txt contains the following:

-dbdriver maxdbdatabasesubsytem

-connect "UID=SAPBOAD;PWD=XXXX;DSN=ADS;HOSTNAME=migzmf45;PORT=7210"

-dbkey xxxxxxx

-inputfrsdir "/bo/sap_bobj/data/frsinput"

-outputfrsdir "/bo/sap_bobj/data/frsoutput"

The environment of the user contains the following LD_LIBRARY_PATH:

migzmf45:/bo/sap_bobj $ echo $LD_LIBRARY_PATH

/sapdb/BOD/programs/lib

The missing library libmaxdbdatabasesubsytem.so doesn`t exist on the system. Also Google finds nothing with this name.

Can somebody help?

Thank you very much.

Regards,

Joe

Edited by: Johannes Michel on Feb 15, 2012 2:30 PM