Search found 35 matches

by pbttbis
Mon Feb 01, 2016 8:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Rest 50% Success Rate
Replies: 11
Views: 24853

Yeah as a batch job reading the URL encoded data I can submit the request successfully over and over again.
by pbttbis
Mon Feb 01, 2016 4:55 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Rest 50% Success Rate
Replies: 11
Views: 24853

Some more investigating with wireshark and tcpdumps we see the follows: tomcat (8080) sends a fin, ack, datastage(51759) sends an ack closing the TCP connection Datastage does not send a FIN along with its ACK, so when Datastage sends another REST request from port 51759 which tomcat knows is closed...
by pbttbis
Fri Jan 29, 2016 7:24 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Rest 50% Success Rate
Replies: 11
Views: 24853

So the REST step performing the POST would not be considered a reference lookup and create a "real time quandry" situation? Yeah I am working with the apache admin trying to figure out how the connection config differs between using the test tool as opposed to the actual system. Is there a...
by pbttbis
Thu Jan 28, 2016 9:25 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Rest 50% Success Rate
Replies: 11
Views: 24853

Found this link that seems to be what I am experiencing:

http://www-01.ibm.com/support/knowledge ... match.html
by pbttbis
Thu Jan 28, 2016 3:46 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Rest 50% Success Rate
Replies: 11
Views: 24853

ISD_INPUT -> Transformer_1 (had split to ODBC load but currently removed for testing) -> CopyStage_1 -> CopyStage_2 -> Transformer_2 -> Tranfomer_3 (in place to work around Hierachial Stage micro seconds truncation bug) -> Hierarchical Stage (has the REST Step) -> Transformer_3 (in place to work aro...
by pbttbis
Wed Jan 27, 2016 10:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Rest 50% Success Rate
Replies: 11
Views: 24853

Rest 50% Success Rate

Hi, We are having an issue in the REST step (Hierarchy Stage) of an ISD job where the first REST call is always successful, followed by the next call failing, followed by the next call successful, followed by the next failing and so on. It seems the failure seems to "reset" whatever the is...
by pbttbis
Sat Jan 23, 2016 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL Server XML data type
Replies: 7
Views: 9365

I managed to get the SQL server type varchar(max) to be read into DataStage LongNVarchar by making use of the following ODBC driver: Driver=/opt/IBM/InformationServer/Server/branded_odbc/lib/VMsqls00.so Description=DataDirect SQL Server Native Wire Protocol I was using: Driver=/opt/IBM/InformationSe...
by pbttbis
Tue Jan 12, 2016 12:18 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Calling ISD job with another job
Replies: 1
Views: 14176

Calling ISD job with another job

Hi, I currently have a working job with both an ISD Input and Output. I am able to post to the job successfully with the WizTool REST Client using an URL encoded string. I am now trying to setup a job that I can use to benchmark performance and simulate some workloads. Do things such as submit 100 r...
by pbttbis
Fri Jan 08, 2016 9:54 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Decoding a URL Encoded POST String
Replies: 2
Views: 17240

well there are 224 replacement pairs I believe based on http://www.w3schools.com/tags/ref_urlencode.asp Some options we were considering: 1) Write a routine 2) Use the JAVA stage and make use of String result = java.net.URLDecoder.decode(url, "UTF-8"); 3) Perhaps using the transformer loop...
by pbttbis
Fri Jan 08, 2016 3:23 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Decoding a URL Encoded POST String
Replies: 2
Views: 17240

Decoding a URL Encoded POST String

Hi, Is there any functionality in Datastage to allow me to decode an url encoded post string such as the below: calcData=%3cMotorInsuranceRequest+xmlns%3d%22http%3a%2f%2fwww.insurethebox.com%2fMotorInsuranceRequest.xsd%22+xmlns%3axsi%3d%22http%3a%2f%2fwww.w3.org%2f2001%2fXMLSchema-instance%22+xmlns%...
by pbttbis
Thu Jan 07, 2016 3:35 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error when calling REST operation that calls a Datastage Job
Replies: 9
Views: 24865

Marking this thread as resolved. Ended up making use of a REST binding with Input and Output pass through handling all the logic in the job. Great tool I ended up using for testing was the rest client from WizTools.org. Learnt the hard way that having a passive stage with both an input and output wi...
by pbttbis
Wed Dec 23, 2015 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Repeating Group (Add Sequence Number)
Replies: 1
Views: 2985

XML Repeating Group (Add Sequence Number)

Hi, I have have the following piece of example XML: <DriverCollection> <mad:Driver> <drv:Gender>M</drv:Gender> <drv:MaritalStatus>1</drv:MaritalStatus> <drv:LicenceType>1</drv:LicenceType> <drv:title>Mr</drv:title> <drv:ForeName>Additional</drv:ForeName> <drv:Surname>Testing</drv:Surname> </mad:Driv...
by pbttbis
Mon Dec 21, 2015 10:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error when calling REST operation that calls a Datastage Job
Replies: 9
Views: 24865

Parallel job forces you to have one (and only one) ISD Output Stage with an ISD Input Stage. Server job allows to have just a ISD Input Stage but am still getting the same blank page and no processing in the job log. Checking the plumbing in SystemErr.log, SystemOut.log and native_stderr.log. Nothin...
by pbttbis
Mon Dec 21, 2015 7:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error when calling REST operation that calls a Datastage Job
Replies: 9
Views: 24865

Thanks for the help so far Ernie. I am now trying to get my ISD job to work with the binding "Text Over HTTP". The HTTP data unit that looks like it should work with the client posting to the service I have selected is HTTP PAYLOAD. https://www-01.ibm.com/support/knowledgecenter/SSZJPZ_11....
by pbttbis
Fri Dec 18, 2015 7:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error when calling REST operation that calls a Datastage Job
Replies: 9
Views: 24865

Hi Ernie, My colleague Arnd says you know this stuff best. I believe you two have met on at least one occasion? :P Yeah the job I am testing is a simple one like you suggest. Testing it with GET it is successful. Currently we have a webpage that interacts with a system via a POST. We are trying to i...