[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rocks::dec_edi

Title:DEC/EDI
Notice:DEC/EDI V2.1 - see note 2002
Moderator:METSYS::BABER
Created:Wed Jun 06 1990
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3150
Total number of notes:13466

3022.0. "OBB on UNIX fix required" by ABBEDI::GRIFFITHS () Fri Feb 21 1997 11:10

We have just upgraded a unix client from OBB V2.5B to V2.6-07
and dec/edi v2.1 to v3.1 - and have run into the following
error as described in note 2896.

.
.

Fri Feb 21 11:22:01 1997 PID =  8379 NAME = Post/Fetch Server (CORBA)     
DECEDI__ORBSTATMSG (i), ObjectBroker status message = OBB_COM_SYSLDFAIL (e), Dynamic load of component `TRS' for subsystem 
                `Authentication' failed. 
-OBB_REG_KEYNOTFND (e), Could notfind key `Services\Authentication\TRS'. 

.
.



on unix client : 

% obbmsho -A

Agent on node: k1101
  Version:      OBB V2.6-07
  Username:     root
  Time Started: Thu Feb 20 16:41:24 1997
  Pid:          6850
  Log Filename: /tmp/obbagent.log
  Attributes:   AuthrWOAuthn is ENABLED
                Active transports are TCPIP
                OrbV12 style Agent


on unix server :

# obbmsho -A

Agent on node: PTIEDI01
  Version:      OBB V2.5B-08
  Username:     root
  Time Started: Thu Feb 20 17:50:45 1997
  Pid:          5914
  Log Filename: /tmp/obbagent.log
  Attributes:   Authentication is DISABLED
                Active transports are TCPIP
                OrbV12 style Agent


The problem is due to the incompatibilty version of obb (v2.5 on
server and v2.6 on client). The following fix is described for VMS viz.
					                       === 
.

   2    applic/brok stop agent

   3. Export the config registry
        applic/brok export /config  fix.dat

   4. Edit the fix.dat file and change all occurrances of 'Trusted' over
      to 'TRS'.  I have appended the differences from just such an
      edit. Use this listing as a comparison.

   5. Import the modified file back into the config registry
        applic/brok import /config fix.dat

.

Question: 
can someone provide the same hack (syntax) as described above for the UNIX 
version - if it exists.

Upgrading the server version of OBB to V2.6 would solve this problem,
but would have serious implications for other unix clients still running 
v2.5B. The hack is our way of thinking.

regards,
Andrew

T.RTitleUserPersonal
Name
DateLines
3022.1METSYS::THOMPSONFri Feb 21 1997 14:0310
Andrew,

From the manuals:

# obbexreg -C aaa.dat
# obbimreg -C aaa.dat


Mark