Search found 174 matches

by singhald
Tue Jun 23, 2015 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: waitForWriteSignal(): Premature EOF on node xxx
Replies: 11
Views: 8058

I will suggest you to create a sample job and try to see if you are able to read your text from sequential stage.

share your findings
by singhald
Tue Aug 06, 2013 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error in main_program
Replies: 3
Views: 3861

Could you please tell us how did you resolve this issue
by singhald
Wed Jun 05, 2013 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Junk Characters in DataStage
Replies: 5
Views: 4433

Try to use Unicode in column definition of the field which has these extended ascii char, then see if your out has same char after processing through job. after then you can covert the ascii of these char into spaces etc.
by singhald
Thu Mar 07, 2013 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup - How big a reference data is big?
Replies: 11
Views: 3981

if your reference data is small enough to fit into RAM, job throughput will be more
by singhald
Wed Mar 06, 2013 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data to SAP
Replies: 9
Views: 4535

We are trying to move from Legacy systems to SAP , what I am trying to understand is , can we load the data from Legacy system to SAP using IDocs via DataStage. For eg can I load materials into MARA table. Yes you can Load data to sap table using IDoc Stage, but you need to choose right Message Typ...
by singhald
Thu Feb 14, 2013 2:17 am
Forum: General
Topic: $ENV Clarification
Replies: 7
Views: 3464

it will pick up value defined in system/OS enviorment variable
by singhald
Wed Aug 01, 2012 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGABRT Job Aborts
Replies: 1
Views: 2392

Check datastage director log if it is aborting due to crosssing the maximum no of warning limit.
by singhald
Fri Mar 02, 2012 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between @INROWNUM AND @OUTROWNUM
Replies: 2
Views: 3117

@INROWNUM - Input row counter. For use in constraints and derivations in Transformer stages.

@OUTROWNUM - Output row counter (per link). For use in derivations in Transformer stages.

so if there is any drop of records at transformer you can see the different no for both
by singhald
Tue Jan 24, 2012 11:44 pm
Forum: General
Topic: Learning material on IBM Information Server SAP R/3
Replies: 1
Views: 1891

Learning material on IBM Information Server SAP R/3

Hello All,

Can anyone send me link or learning material on IBM Information Server Packs for SAP R/3 V6.0

Thanks,
Deepak
by singhald
Sun Dec 25, 2011 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deletion of Files
Replies: 5
Views: 3683

verify your jobs and check if you are creating same dataset by using two different job on same time. may be you can restart your job, it should fix your issue. some time this errror comes when one job is trying to create dataset and other job is also same time trying to create it and before creation...
by singhald
Mon Dec 19, 2011 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get next value from DB Seq
Replies: 20
Views: 10089

execute your db2 stage in sequential mode, may be you are running your reference stage in parallel mode.

go to stage propertise and click advance and change execution mode to sequential mode
by singhald
Thu Sep 01, 2011 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin
Replies: 5
Views: 5311

if any inone still facing the issue, can add below two environement without pre-fixing $ to variable in user defined enviorment variable APT_CONFIG_FILE=C:/Ascential/DataStage/Configurations/2Node.apt APT_ORCHHOME=C:/Ascential/DataStage/PXEngine steps 1- goto control pannel ->system propertise -> ad...
by singhald
Tue Jul 12, 2011 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Table definitions
Replies: 1
Views: 1977

put copy stage in middle of reject link from lookup and database stage. and unchacked key fields
by singhald
Fri Jul 08, 2011 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combine stage
Replies: 3
Views: 2423

this is called vertical pioveting, can be done by using two sort stages and 1 transformer stage 1st sort stage - sort the databased on key column and enable key change column 2nd sort stage - use 'dont sort previosuly sorted' data on key column and sort key change field in ascending order. 3rd trans...