I believe that the problem is in the Configuration file on the cell manager
Program Files -> Omniback -> Config -> Server -> Integ -> Config -> SAPDB
The file name will be
servername%instancename
If you look at this file, I suspect that you are going to see ALL or all somewhere
I suggest that you redo the configuration, which will over-write the Configuration file. I am more in favor of configuring it from the command line of the SAPDB server
cd /opt/omni/lbin
./util_sapdb [-homedir SAPMaxDB_independent_program_directory] -config Instance Name username password
where
SAPMaxDB_independent_program_directory
The SAP MaxDB independent program path parameter. This parameter is the independent
program path directory specified during the installation of the SAP MaxDB application on the
SAP MaxDB Server.
This parameter is optional. If it is not specified, the directory is detected automatically.
Instance_Name
The name of the SAP MaxDB instance to be configured.
username
The username of the SAP MaxDB database user created or identified as described in
“Configuring SAP MaxDB users” (page 147)
.
password
The password of the SAP MaxDB database user created or identified as described in
“Configuring SAP MaxDB users” (page 147)
Example
To configure the instance
sapmaxdb_inst
by specifying the database user
sapmaxdb_user
with the password
sapmaxdb_pass
and the SAP MaxDB independent program path
/opt/sapdb/indep_prog
run:
util_sapdb -homedir SAPDB_independent_program_directory/indep_prog -config sapdb_inst sapdb_user sapdb_pass
This is all obtainable from the SAPDB integration Guide
The reason that I think that this is preferable, is that, when configuring the integration from the GUI, it may be the GUI causing the problem