SOAP UI ISD/Datastage error <faultcode>Server</faul

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

Moderators: chulett, rschirm

Post Reply
Gaurav.Dave
Premium Member
Premium Member
Posts: 62
Joined: Tue Sep 21, 2004 10:24 am
Location: IBM - Chicago Area

SOAP UI ISD/Datastage error <faultcode>Server</faul

Post by Gaurav.Dave »

Hello,

I have created simple test job (DB2 ---> xfm ---> ISD Output) as a service on our DataStage 9.1 FP1 environment to design proof of concept for ISD usage for service. I am passing three fields to ISD output and only selecting one row for test. On ISD environment, I have used Soap over HTTP binding and created service. After deploying service, I got the wsdl information which I try to execute from SOAP UI.



Thing is we are able to execute datastage job from SOAP UI, and DataStage jobs finishing Successfully but on SOAP UI, we are not seeing resulted three fields from above DataStage jobs but its throwing following error message on SOAP UI. Little bit lost, if I am missing something on DataStage/ISD or something else. Need some guidance. Thanks.

Return error on SOAP UI is

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode>Server</faultcode>
<faultstring>Internal Error</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Gaurav.Dave
Premium Member
Premium Member
Posts: 62
Joined: Tue Sep 21, 2004 10:24 am
Location: IBM - Chicago Area

Re: SOAP UI ISD/Datastage error <faultcode>Server</

Post by Gaurav.Dave »

Gaurav.Dave wrote:Hello,

I have created simple test job (DB2 ---> xfm ---> ISD Output) as a service on our DataStage 9.1 FP1 environment to design proof of concept for ISD usage for service. I am passing three fields to ISD output and only selecting one row for test. On ISD environment, I have used Soap over HTTP binding and created service. After deploying service, I got the wsdl information which I try to execute from SOAP UI.



Thing is we are able to execute datastage job from SOAP UI, and DataStage jobs finishing Successfully but on SOAP UI, we are not seeing resulted three fields from above DataStage jobs but its throwing following error message on SOAP UI. Little bit lost, if I am missing something on DataStage/ISD or something else. Need some guidance. Thanks.

Return error on SOAP UI is

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode>Server</faultcode>
<faultstring>Internal Error</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Is that supposed to be a bump? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Look for "something" that might be out of the ordinary....

How much volume? Did this ever work? Is the first one you have written?

If first one..make sure that you are sending back exactly one row.

...and with tiny columns...and all varchar.

...try different columns. Create a .csv file using a text editor and make that your first test --- you need a "control" test that always works.

Too much data under certain circumstances, bad data (any stray hex characters for example)....that and lots more could mess up SOAP UI, or ISD, or the plumbing in between.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply