Search found 97 matches

by srai
Mon Mar 30, 2009 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run DataStage job thru UNIX Script
Replies: 3
Views: 2065

Run DataStage job thru UNIX Script

Hi All, I am working on DataStage 8.0 Server job. I am trying to run my DS job using UNIX script. the command which I am using to run the job is - dsjob -server dsserver -user dsusername -password dspassword ProjectName JobName. Script si sthrwing error as "syntax error". When I run the sc...
by srai
Mon Mar 30, 2009 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batching the records
Replies: 7
Views: 2282

Re: batching the records

Hi All, We are in process of building a DataStage job which would call a ALSB web service to update the salesforce instance. Potentially Salesforce.com would accept 200 records in a single request. Is this something that can easily be accomplished using DataStage? For instance, if the process extra...
by srai
Wed Mar 25, 2009 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batching the records
Replies: 7
Views: 2282

batching the records

Hi All, We are in process of building a DataStage job which would call a ALSB web service to update the salesforce instance. Potentially Salesforce.com would accept 200 records in a single request. Is this something that can easily be accomplished using DataStage? For instance, if the process extrac...
by srai
Tue Mar 24, 2009 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing via DSJOB command
Replies: 9
Views: 6843

Re: Executing via DSJOB command

Hi, In version 7.5 I always used BAT files like this to execute DS jobs. I just tried the same in version 8(we recently upgraded) and I get the error below. I'm not sure what I am missing. Thanks - - John Contents of BAT file D: CD D:\IBM\InformationServer\Server\DSEngine\bin dsjob -user Z8TDSTG ^ ...
by srai
Tue Mar 17, 2009 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Call fail- Connection refused Error
Replies: 1
Views: 2311

Web Service Call fail- Connection refused Error

Hi All, I have developed a DataStage job to call the web service operation. My job was running fine till yeasterday fine. But when I tried running job today I am getting following errors- "http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>soapenv:Server.userException</faultcode> <faul...
by srai
Tue Mar 17, 2009 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce Integration using web service
Replies: 5
Views: 2182

The WSTransformer is not able to handle complex SOAP bodies, nor attachments. SF.com could be doing many creative things to send back this "dataset"...perhaps as a set of rows in a sub-node within the SOAP body, or in some other fashion. If it's in the SOAP body, then you can easily get i...
by srai
Mon Mar 16, 2009 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Generator
Replies: 2
Views: 1343

Sequence Generator

Hi,

Can anybody tell me how to generate sequence in datastage server job?
by srai
Mon Mar 16, 2009 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce Integration using web service
Replies: 5
Views: 2182

Have you tested SF.com with something else? Maybe it simply does not deliver the information you want. ... Yeh Ray, In normal configuration it returns only true and false and not the respective dataset. But I just wanted to know that in any way it is possible to configure dataset as well as part of...
by srai
Mon Mar 16, 2009 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web services
Replies: 3
Views: 1274

There are at least two patches for 8.0 that you'll need... one is informal...look thru threads here for various things about javapack and/or WSPack and settings you need for DATASTAGE_JVM and DATASTAGE_JRE (you'll know if you need it if you get 'unable to initialize jvm' errors), and the other, if ...
by srai
Mon Mar 16, 2009 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce Integration using web service
Replies: 5
Views: 2182

Salesforce Integration using web service

Hi, we are using web service operation for some critical salesforce integration. We are able to make the updation in SF.com using web services but the return we are not getting the way we wanted. My requirement is something like this-- There are three rows in source named as A,B and C that we are ge...
by srai
Fri Mar 13, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web services
Replies: 3
Views: 1274

Web services

Hi All,

Can we user WSTransformer stage and WS Client stage in DS8.0 Parallel jobs?


Thanks
Santosh rai
by srai
Tue Mar 10, 2009 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject handling in web service transformer stage
Replies: 4
Views: 4009

The failure code (assuming that the call to sf.com worked) should be in the response body......parse out the body in a downstream transformer, and then send your logical rejects to an appropriate location. Ernie Thanks a lot Erine. One doubt about parsing. Do we need to use XML input stage only to ...
by srai
Tue Mar 10, 2009 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parse XML data into tabular records
Replies: 2
Views: 1365

Parse XML data into tabular records

Hi All, I have a XMLoutput file which contains the data returned from a web service operation. Now my requirement is to parse XMl data in tabular record and insert into a sequential file. I tried implementing this using XMLinput Stage but I am getting following errors- "The name '{0}' is not a ...
by srai
Mon Mar 09, 2009 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject handling in web service transformer stage
Replies: 4
Views: 4009

Reject handling in web service transformer stage

Hi All, Does anybody has any idea how to handle reject rows in WSTransformer stage. My job is something like this- SQLserver database will be source to WStransformer stage and based on the input it will call WSDL operation and WSDL will update Salesforce.com internally. Lets suppose there are 10 row...
by srai
Sun Mar 08, 2009 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error handling in web services
Replies: 1
Views: 1424

Error handling in web services

Hi All, I am inprocess of building a DataStage job which can consume web services. For normal logic I have checked and web service is working fine. Now my requirement is- The record of any failed update should be written to flat file, mean let suppose there are 10 records coming from source and only...