Search found 72 matches

by gagan8877
Sun Feb 17, 2013 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Job Stuck for several hours before completion
Replies: 3
Views: 4708

Hi James Thanks for the valuable info. "1) Your lookup outputs nearly 200 times the number of source records and more than 200 times the data volume. Is this expected and is it correct?" Yes, this is correct. "2) The job is sorting the data prior to writing the output dataset (shown i...
by gagan8877
Sat Feb 16, 2013 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Job Stuck for several hours before completion
Replies: 3
Views: 4708

Lookup Job Stuck for several hours before completion

Config File has 4 nodes. ----------------------------- ##I IIS-DSEE-TOIX-00059 21:46:28(000) <APT_RealFileExportOperator in APT_FileExportOperator,0> Export complete; 6 records exported successfully, 0 rejected. ##I IIS-DSEE-TFSC-00010 21:46:28(000) <main_program> Step execution finished with status...
by gagan8877
Tue Aug 21, 2012 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operational Metadata Capture
Replies: 4
Views: 3460

Thanks a lot Vincent! That was thorough and detailed.
by gagan8877
Tue Aug 21, 2012 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operational Metadata Capture
Replies: 4
Views: 3460

In Cognos too?

Thanks Ray, my requirement is that the user needs to access the report inside Cognos where all other reports are (from single location). Can workbench reports go into Cognos layer? Or will have to use DSJobReport to shred xml and then load into the dimensional schema for Cognos to access?
by gagan8877
Tue Aug 21, 2012 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operational Metadata Capture
Replies: 4
Views: 3460

Operational Metadata Capture

Hi Gurus In version 7x I relied mostly on DSJobReport and XML to extract job run stats and load them into the audit dimension and Error Event Schema. 1. Is there a better or easier way in v 8.5? Non-XML way? 2. I know we can generate reports in Metadata workbench manually by going into the console a...
by gagan8877
Wed Feb 15, 2012 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to BigInt
Replies: 5
Views: 4151

Good analogy and thanks for the replies - I edited the original post to give you guys more info.

StringToDecimal(string_field)

basically the derivation is inside a Stage variable of datatype decimal(10, 0) and string_field is varchar(10).
by gagan8877
Wed Feb 15, 2012 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to BigInt
Replies: 5
Views: 4151

Convert String to BigInt

I am trying to convert string field to Decimal in Transformer using: StringToDecimal(string_field) inside a Stage variable of datatype decimal(10, 0) and string_field is varchar(10). but I get: Transformer_7,1: Fatal Error: APT_Decimal::assignFromUInt64: the integer source (100013001) is out of rang...
by gagan8877
Wed Feb 08, 2012 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Dynamic Specifications
Replies: 3
Views: 4941

Thanks Ray, I will make that correction in my job. But the question is can I have blank specifications in there that can be used later dynamically at runtime - as the article suggests. IBM documentation says there is no default for the Specification: http://publib.boulder.ibm.com/infocenter/iisinfsv...
by gagan8877
Tue Feb 07, 2012 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Dynamic Specifications
Replies: 3
Views: 4941

Modify Stage Dynamic Specifications

The article "how-to-become-a-modify-stage-zen-master": http://it.toolbox.com/blogs/infosphere/datastage-tutorial-how-to-become-a-modify-stage-zen-master-20368 says "The Modify Stage is overloaded with specifications - it has 20 specification job parameters that are all set to blank an...
by gagan8877
Sat Jan 21, 2012 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff results in each run
Replies: 5
Views: 3288

Found the culprit

Hi All Thanks for all you replies. I tried with single node config file but the problem didn't resolve. I noticed that the problem only occurs if the job is run in the sequence, if I run it individually it produces the same results each time. This led me to focus on the job running upstream. Which h...
by gagan8877
Thu Jan 19, 2012 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff results in each run
Replies: 5
Views: 3288

Diff results in each run

I wrote a job in which dataset is read is matched to a reference output which is coming from Oracle table. The match occurs via 10 parallel lookups on 10 different columns. The reference table always produced exactly the same no. of rows. The dataset also produces exactly the same no. of input rows....
by gagan8877
Thu Oct 06, 2011 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP ABAP qRFC Name
Replies: 0
Views: 1327

SAP ABAP qRFC Name

When using DS 8.5 ABAP stage to extract data from SAP R/3 system: 1. There is a setting called qRFC queue name on the transfer Method tab (method = RFC). If you have 4 ABAP stages in 4 jobs to extract data, will you need to use different RFC queues in each stage to extract 3 diff tables? Whats the b...
by gagan8877
Fri Jan 15, 2010 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Invocations fail but Calling Sequence Succeeds
Replies: 3
Views: 2309

Multiple Invocations fail but Calling Sequence Succeeds

Hi Gurus Sequence1 calls Seq2, which in turn starts a SeqMain via a routine (DSRunJob) activity inside a loop activity. SeqMain in turn starts the actual job invocation. Multiple invocations start in parallel all with different parameters. Then Seq3 starts a routine (DSWaitForJob) in a loop for each...
by gagan8877
Tue Dec 08, 2009 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs fail intermittently
Replies: 2
Views: 3009

Is anyone monitoring system resources, particularly CPU, memory and disk space usage? If so, these logs may prove a fruitful source of diagnostic information. I would guess you have a contention for resources issue. Thanks Ray - We haven't monitored the system resources yet, but we are planning to ...