Michael E.
2009-07-21 13:12:57 UTC
Hello
i have troubles to use the CreateInstance(...)-statement. following
code generate an error:
TRY
ll_rcf = its_jag.CreateInstance (inv_Zuteilung, "efar/zuteilung")
// its_jag is a TransactoinServer !!
CATCH (runtimeerror e)
inv_Log.TraceLog( METHOD_NAME + "--> EM: Exception = " + e.GetMessage
() )
its_jag.SetAbort( );
END TRY
my error:
"Exception = Unresolvable external ....my_class..... when linking
reference at line 47 in retrieveexbefore event of
object ....my_xxxxxx...."
i have two EA-Servers in action - and the problem is only on one the
two servers - the productive-server works fine with this components.
the software-versions are:
EA-Server 5.1.0
PowerBuilder 9.0.3
i have tryed to re-deploy all of the project, to delete the current
component in the ea-server and re-deploy, to re-generate all my
proxies.....and so on....... but i can't find the error.
have anyone a clue for my problem ??
many thanks in advance
Michael
i have troubles to use the CreateInstance(...)-statement. following
code generate an error:
TRY
ll_rcf = its_jag.CreateInstance (inv_Zuteilung, "efar/zuteilung")
// its_jag is a TransactoinServer !!
CATCH (runtimeerror e)
inv_Log.TraceLog( METHOD_NAME + "--> EM: Exception = " + e.GetMessage
() )
its_jag.SetAbort( );
END TRY
my error:
"Exception = Unresolvable external ....my_class..... when linking
reference at line 47 in retrieveexbefore event of
object ....my_xxxxxx...."
i have two EA-Servers in action - and the problem is only on one the
two servers - the productive-server works fine with this components.
the software-versions are:
EA-Server 5.1.0
PowerBuilder 9.0.3
i have tryed to re-deploy all of the project, to delete the current
component in the ea-server and re-deploy, to re-generate all my
proxies.....and so on....... but i can't find the error.
have anyone a clue for my problem ??
many thanks in advance
Michael