Error while invoking an RTI service from WebmeTHODS

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
bhavani
Participant
Posts: 1
Joined: Wed Jun 30, 2004 1:50 am

Error while invoking an RTI service from WebmeTHODS

Post by bhavani »

Hi,

We are trying to invoke an RTI service from Webmethods.The input as well as the output is xml for the realtime datastage job.The input xml is passed onto the realtime datastage job using webmethods.ANd the ouput xml is sent to Webmethods using the realtime datstage job.When invoking the RTI service through the webmethods the following error is being encountered :
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.rmi.ServerException: EJBException:; nested exception is:
javax.ejb.EJBException: Exception trying to invoke Operation EmailPrefSample.
Request timed out waiting for a request handler to become available.</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

Could you guide us on this?


Regards
Bhavani
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

Hi,
I am also new to RTI jobs. I am testing my jobs using Folder stages first i.e. I am testing jobs first without RTI input/output stages and with folder stage. Folder stage reads some XML data from some created xml file in user directory and sends it to XMLInput stage which does the parsing. Then some processing stages in between and with XMLOutput stage we can write the output to some file in user directory. Juct check if it runs using folder stages and generated proper output and parses XML input data properly.

Regards,
Kirtikumar
Post Reply