Search found 99 matches

by getsatish_gk
Mon Jul 10, 2017 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: breakpoint in jobs
Replies: 4
Views: 2567

breakpoints was available in version 7.5 but the same can't see in version 11.3
wondering how to do the debugging of job for specific records at particular stage. I could manage with peek as of now.
by getsatish_gk
Sat Jul 08, 2017 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: breakpoint in jobs
Replies: 4
Views: 2567

breakpoint in jobs

Hi All, Earlier we use to see the breakpoints in the designer as a job debugging option. but in the recent release, I don't see.

I am looking to records at breakpoints in the job.
Can anyone tell if breakpoint option is removed completely?
by getsatish_gk
Wed May 21, 2014 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle 'm/d/yyyy' and 'mm/dd/yyyy'
Replies: 6
Views: 3214

Thanks ray, I did refered this and using this StringtoDate(Input_Link.Column,"%(m,s)/%(d,s)/%yyyy")) this should handle single and double digits of DAY and MONTH.. but still I'm having this warning in the log Invalid date value in getInputFieldAsDate() for field '0' of input dataset '0'. P...
by getsatish_gk
Wed May 21, 2014 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle 'm/d/yyyy' and 'mm/dd/yyyy'
Replies: 6
Views: 3214

handle 'm/d/yyyy' and 'mm/dd/yyyy'

I have a date field in string format from the input link.. values could be in format 'm/dd/yyyy' or 'mm/d/yyyy' i.e, ex: '1/28/1992'.or '01/8/1992' I am using below function to handle it StringtoDate(Input_Link.Column,"%m/%dd/%yyyy") but this works only for 'm/dd/yyyy' input dates Please s...
by getsatish_gk
Mon May 13, 2013 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INROWNUM doesn't work if no incoming records
Replies: 3
Views: 1986

Because, it needs to pass next stage as "Success" if no rows coming in.
by getsatish_gk
Mon May 13, 2013 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INROWNUM doesn't work if no incoming records
Replies: 3
Views: 1986

INROWNUM doesn't work if no incoming records

Hi all, I have a reject link after loading data into DB2 table using DB2 connect stage. the requirement is to check if there any rejects. i.e, if no records reject then hardcord as "Success" Else "Failed" using @INROWNUM in the transformer stage If @INROWNUM=0 then "Success&...
by getsatish_gk
Fri May 03, 2013 12:04 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: set parameter as array for webservice
Replies: 15
Views: 15570

Closing this topic. Using ISD input stage I can accept the Array of data from web service and played around the provider setting at console to run virtually on demand.
by getsatish_gk
Mon Apr 22, 2013 3:38 pm
Forum: General
Topic: Where is DSODBON - Configuration options
Replies: 1
Views: 1601

Where is DSODBON - Configuration options

Where do we find the Configuration options called DSODBON?
As a minimum, it must set 1 if want to capture monitoring data.

my job is using ISD input stage and exposed as services.. so wondering this option could be in IIS server.
by getsatish_gk
Fri Apr 19, 2013 11:43 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11391

Thanks chulett..
Having two issues,
1) job log shows below after job Finished.
Attempting to Cleanup after ABORT raised in job abcd.1 Job abcd.1 aborted.

2) In the designer, performance statics doesn't show
by getsatish_gk
Thu Apr 18, 2013 2:52 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 7923

Thanks a lot eostic... helped me to resolve this issue to an extent
played around the provider setting at IIS and able to accept array and run job only on demand (yet using ISD input stage)
by getsatish_gk
Thu Apr 18, 2013 2:49 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Accepting SOAP over HTTP requests into DataStage
Replies: 12
Views: 11391

Updated to a similar topic at PX forum... Finally, able to accept array of data from web services thorough ISD input stage with the below provider setting at IIS console to run job only on demand Active Job instance = 1 (max) Service request and limit=1(max) thus, restricting job not run always But,...
by getsatish_gk
Thu Apr 18, 2013 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Array data
Replies: 5
Views: 3031

Finally, able to accept array of data from web services thorough ISD input stage with the below provider setting at IIS console to run job only on demand
Active Job instance = 1 (max)
Service request and limit=1(max)

thus, restricting job not run always
by getsatish_gk
Thu Apr 18, 2013 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Array data
Replies: 5
Views: 3031

array of data from ISD
by getsatish_gk
Thu Apr 18, 2013 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Array data
Replies: 5
Views: 3031

Reading Array data

Hi - I am very much confused on how to read the array of data as source
what should be my first ds stage? the column are defined in the job parameter
by getsatish_gk
Thu Apr 18, 2013 9:35 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 7923

So, ISD input stage is a must required to have 'Input Array' option to appear while Grouping Arguments into Structure at InfoShere Information Server(IIS)?

wondering, why ETL job design can't impose IIS to have 'Input Array' at IIS