We use the following in EntireX Broker attribute file for Broker.
SECURITY-PARMS = (PRM=SAFCFG,DBI=051,SVC=232)
As our ADABAS nuclues (Read/Write) is initialized with SVC=232
But, this does not allow the NATURAL batch to communicate with Broker + SAF Server with any other SVC.
Because when we activate the Natural-SAF, we need to put this SERVER-ID, which is the SAF SERVER target id (NODE=51).
When we start the Natural RPC server with SVC=228 in the ADARUN for the READ-ONLY database. We get the following error message and RPC server is not initialized.
+SEFM006 * ADABAS RESP: 148 FOR REQUEST 22 USER RPCSERVR SUB 0 DB 51
How can we build a communication with multiple SVCs?
Because we use Read/Write ADABAS with SVC=232 + Read-Only ADABAS with SVC=228
Further now i have installed (for initialization only), the new ADABAS-8.1.2 with SVC=238
So, in future during migration, with Natural SAF, how can this issue be resolved?