Search found 5168 matches

by kumar_s
Sun Jan 14, 2007 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid overruns on Hash Files, FileSets, & DataSet
Replies: 12
Views: 4999

If you referring to over writing the created file during other flows, you have a option to re write it after clearing and etc., If you referring to Memory overflow when loaded into Physical memory, it is again depends on your input data size and available memory size. If you are referring to running...
by kumar_s
Sun Jan 14, 2007 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage parrallel with intel or amd
Replies: 19
Views: 6214

Dual core might take up two CPU license, watch out.
by kumar_s
Thu Jan 11, 2007 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSUtility
Replies: 38
Views: 5659

No. But you can get these information from the Report generated from GUI.
by kumar_s
Wed Jan 10, 2007 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected project : Is this a bug??
Replies: 21
Views: 8035

Users with operator role should be able to import and run the jobs.
by kumar_s
Wed Jan 10, 2007 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while deleting a job
Replies: 25
Views: 9635

Have you tried running the job using dsadm (If at all its possible)?
by kumar_s
Wed Jan 10, 2007 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failure during execution of operator logic
Replies: 10
Views: 9329

Try limiting the number of input rows based on ROWNUBMER from DB2 table. And check if thats by any chance due to large data stream flow into funnel stage.
by kumar_s
Wed Jan 10, 2007 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique Sequence Number Generation In DataStage
Replies: 11
Views: 12843

How are you effectively using lookup stage. Bare in mind that the data will be lookup the reference for each record input stream. Finding max after doing all lookup wont be much effective. Isolating this functionality and passing it as parameter might cause less overhead.
by kumar_s
Wed Jan 10, 2007 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Table, Log table
Replies: 8
Views: 1694

If you are in the phase of defining the standards, let it be this way. All your rejected records with error code be captured and stored in Error Table. And Log table shall have the Start / End timestamp, no of records that been rejected/processed based on each stage. Now you can determine which to p...
by kumar_s
Wed Jan 10, 2007 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Duplicates In Datastage Px
Replies: 9
Views: 13824

I still doubt, whether SELECT DISTINCT FROM TABLE will give out records without any syntax error.
by kumar_s
Wed Jan 10, 2007 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the Copy stage
Replies: 6
Views: 1569

By the way, why you need that show up statistics? Are you using LinkRowcount of that link?
Have you tried the option that available in Copy stage to force the operator?
by kumar_s
Wed Jan 10, 2007 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while deleting a job
Replies: 25
Views: 9635

Btw; What is the version of your DS. Where the DS.TOOLS doesn't have Check Integrity of Job files.
by kumar_s
Wed Jan 10, 2007 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while deleting a job
Replies: 25
Views: 9635

Are you using dsadm for all the time. Try running the job, where your RT_BP806.O will be modified. You can have another chance. What happens if you Export and import the same file (without any rename). It should overwrite all these file, provided if it has permission.
by kumar_s
Wed Jan 10, 2007 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the Copy stage
Replies: 6
Views: 1569

Combination of operators are decided by DSEngine. Try to include $APT_DISABLE_COMBINATION variable in job level or in Advance tab in transformer, where you can see combinality mode with Auto, Combinable, Don't Combine option. Try selecting selecting Don't combine. But this is just to check. Its not ...
by kumar_s
Wed Jan 10, 2007 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is SIGINT
Replies: 4
Views: 2264

I got 18 hits for Key work SIGINT. It has been covered previously.
SIGINT is a Interrupt signal thrown during the process. It can be even due to SIGKILL (Kill Signal). It is most likely due to short fall in availability of resource.
by kumar_s
Wed Jan 10, 2007 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation failure
Replies: 2
Views: 1449

"Heap allocation failed" will be your right context to search.
Basically its due to Temp space been occupied by the Sort or Aggregation. Whats your Job desing?