We are having a problem with UniObjects calling a UniData subroutine
that updates a file with a trigger on it.  The first part of the problem
dealt with the global catalog.  The error we received was "Unable to
load the subroutine on the server Source".  There was a Tech Note on a
solution, to setup an entry in the ud_database file that pointed to the
account we needed to connected to.  Once the ud_database was setup then
we changed the AccountPath property to the ud_database entry instead of
the full path to the account (i.e. C:\this\is\the\path\to\the\account).
The reason this was needed is we had a separate Global Catalog setup,
due to multi-client environment setup.  When testing this change we
ended up with another UniObjects exception which did not give us much to
go on.  The second exception is below.

ThreadID: 7 Name : Enter UniSession::CreateUniSubroutine()
ThreadID: 7 Name : Enter UniSubroutine::UniSubroutine(UniSession
pSession,string  pSubName, int pNumArgs)
ThreadID: 7 Name : Enter UniSubroutine::ResetArgs()
ThreadID: 7 Name : Exit UniSubroutine::ResetArgs()
ThreadID: 7 Name : Exit UniSubroutine::UniSubroutine(UniSession
pSession,string  pSubName, int pNumArgs)
ThreadID: 7 Name : Exit UniSession::CreateUniSubroutine()
ThreadID: 7 Name : Enter UniSubroutine::SetArg( int aArgNum, string
aArgVal )
ThreadID: 7 Name : Exit UniSubroutine::SetArg( int aArgNum, string
aArgVal )
ThreadID: 7 Name : Enter UniSubroutine::SetArg( int aArgNum, string
aArgVal )
ThreadID: 7 Name : Exit UniSubroutine::SetArg( int aArgNum, string
aArgVal )
ThreadID: 7 Name : Enter UniSubroutine::Call()
ThreadID: 7 Name : [IBM U2][UODOTNET - UNICLIENT][ErrorCode=30102]
Unknown Error [30102]  Occurred Source:
UniSubroutine Class Method:
ThreadID: 7 Name : Enter  UniObjects:: CloseSession()

We are using UniData 7.1 (710) and SB+ 5.2.4.  Note the subroutine does
go through a process of calling SB.REMOTE.PROCESS so we can get into the
SB+ environment for the subroutine, but I don't think this should
matter.  This process works fine in all other cases.

Does anyone have any input or recommendations on this?

Glenn Batson

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to