Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help on error: SSC-EXCEPT:0036: RESOLVE_VARIABLE:

Status
Not open for further replies.

n3ur0manc3r

Programmer
May 12, 2003
12
0
0
US
hi, i only have basic egate knowledge. i'm currently creating an eway which will fetch data from an xml file and add it to an oracle table. i have two etds, one for xml file and another for the db table.

just a quick question, has any of you encountered this error?

10:06:07.854 COL I 15016 (java_extensions.cxx:956): StackTrace:
java.lang.RuntimeException: cannot make event object [C:\eGate\client\etd\javasc
hema2\etdOrderData_mod6.ssc], [etdOrderData]: SSC-EXCEPT:0036: RESOLVE_VARIABLE:
variable <etdOrderData-delm> has not been defined.

thanks :)
 
Complie and promote the etd before using it in your collaboration rule.
 
i already did that several times,
but the error is still the same.

i also noticed that egate has the tendency
to get 'stuck' on an error.

for example:

- i created an etd to for a particular file data
- i tested it in etd editor with a test data and it parses the data successfully
- i promoted it to runtime, started the eway, passed the right data, and it worked fine
- then i passed a data which violates the etd, and it generates an exception
- then i passed the right data again but this time, the same
error is generated even if the data is correct

what should i do? is this a bug in egate?

thanks =)
 
have you cleared the old event from IQ? That might be causing the problem.
 
yep, clearing the old event from the queue solved by problem, thanks!

btw, how do you clear the IQ from within the collaboration rule?
 
You can't delete the event from collaboration, but you can mark it as read by returning true from the collaboration
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top