Search found 99 matches

by getsatish_gk
Wed Apr 17, 2013 3:09 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 8175

I can do it by using ISD input stage.. but this will make job to run always.
the requirement is to have job invoked 'on demand' externally.

OR are you asking to use ISD stage and let it reflect an array in the WSDL document and then remove it from the job?
by getsatish_gk
Wed Apr 17, 2013 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage not in v8.7
Replies: 2
Views: 1095

CFF stage not in v8.7

I could not find the CFF stage in version 8.7

I need to read the source which is in Array format.
any idea what could be the CFF equivalent stage in 8.7?
by getsatish_gk
Wed Apr 17, 2013 12:58 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 8175

'Input Array' option at InfoShere Information Server(IIS)

Hi all,

How to have 'Input Array' option to appear while Grouping Arguments into Structure at InfoShere Information Server(IIS) -- exposing job as web service

Datastage job is to run on Demand by external world and pass the array of data into Datastage. ie.,( use ISD output stage)
by getsatish_gk
Tue Mar 12, 2013 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split big column into records
Replies: 4
Views: 2228

Split big column into records

I have a one column which has
id,tax_input,tax_amt,tax_address | id,tax_input,tax_amt,tax_address

I want to split this into records based on delimited '|'
id,tax_input,tax_amt,tax_address
id,tax_input,tax_amt,tax_address

this should happen on dynamically based on '|' as record separator.
by getsatish_gk
Tue Mar 12, 2013 9:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11659

Thanks lot ernie, but the issue if not using ISD i/p stage is that, I can't see "Accept Array" option while grouping into structure. Able to accept one record (comma delimited) with using sequential stage/row generator in the job design ---> i have option to accept comma delimited data I a...
by getsatish_gk
Tue Mar 12, 2013 8:51 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11659

before deploying, I tried options under 'provider properties' at Server console ie., 1) Active job instances or JDBC connections : mini=1 (default) max=1 2) idle time: min=60min ; max=0 sec (no changes) 3) activation threshold: service requests=1 4) request limit=1 Let me know if i missed any other ...
by getsatish_gk
Sat Mar 09, 2013 10:58 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11659

This is were the buck stops... If I use ISD Input Stage then the job becomes "always ON". The requirement is to have job getting invoked by external web services on demand..
by getsatish_gk
Sat Mar 09, 2013 8:35 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11659

putting it simple... is job parameters the only way to accept data from SOAP requests? I am struggling to get the structured data into Datastage.. so for time being I am not 'grouping to structure' at server console and accepting data successfully (as in job parameters). so the issue challenge, if w...
by getsatish_gk
Fri Mar 08, 2013 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column import output link shows only one row
Replies: 2
Views: 1522

column import output link shows only one row

Hi, using import columns data to get column data from a raw i/p string (comma delimited, pipe as record separator) I/p: xyse,scsye,saed,se,|asdfwe,sed,ased,sed, expected o/p: RECORD1 as col1:xyse col2:scsye col3:saed col4:se col5: RECORD2 as col1:asdfwe col2:sed col3:ased col4:sed col5: but, output ...
by getsatish_gk
Thu Mar 07, 2013 10:10 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11659

Accepting SOAP over HTTP requests into DataStage

Hi all, DataStage job is deployed and expose and will be invoked by external web service on demand. I have question... 1) what ds stage should be used in DataStage in order to accept the SOAP over HTTP requests? 2) say the input request contains 5 column, then the DataStage Parameters should have 5 ...
by getsatish_gk
Tue Mar 05, 2013 10:20 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: set parameter as array for webservice
Replies: 15
Views: 15928

Are you talking about the WSDL for the service or the Job that "is" your service, or are you talking about how to CALL that service from within ANOTHER DataStage Job? For the Job that "is" the serv ... web service will be invoking datastage job on demand to send the data. my dat...
by getsatish_gk
Mon Mar 04, 2013 11:07 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: set parameter as array for webservice
Replies: 15
Views: 15928

In short, how to accept array of input data from web service into ISD job and run on demand. Right now, I am using ISD output stage and added job parameters equivalent to input data.. but how to accept array of input data from job parameters? If I use ISD input stage and xml input stage to accept th...
by getsatish_gk
Mon Mar 04, 2013 10:29 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: set parameter as array for webservice
Replies: 15
Views: 15928

Thanks ray, the problem with "always running" is that i just want the job to run/start on demand when ever job is invoked by webservice. (which is as per topology 2 listed in the IBM site about Designing IBM InfoSphere DataStage and QualityStage jobs as services - http://pic.dhe.ibm.com/in...
by getsatish_gk
Mon Mar 04, 2013 4:27 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: set parameter as array for webservice
Replies: 15
Views: 15928

Hi all, job is able to successfully accept one row of data from web service and run through the job. but, I am still wondering to make job to accept the array of input data from web service. when i add ISD Input stage followed by XML input stage, I can see the array while deploying the job from serv...
by getsatish_gk
Fri Mar 01, 2013 11:23 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: set parameter as array for webservice
Replies: 15
Views: 15928

My job is the enabled for web service
ie., web service-----> my DataStage job-----> Response back to web service