Search found 5168 matches

by kumar_s
Fri Sep 15, 2006 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Nested Joins to DataStage
Replies: 4
Views: 1272

Loading the T_ORDR_O into a hash file is not a bad idea, but if you try to load the 400million data into hashed file, you will be forced to operate in second half of the inverted 'U' curve in performance vs load. Still you need to explore, some of the option which might be more effecient in database...
by kumar_s
Fri Sep 15, 2006 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix scripts from Datastage job
Replies: 9
Views: 2797

Ray - Iam curious to know the rest. I guess Filter option will be one among it.
by kumar_s
Fri Sep 15, 2006 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid warnings when truncating field widths
Replies: 4
Views: 1253

Or convert them into varchar datatype.
by kumar_s
Fri Sep 15, 2006 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading from folder stage
Replies: 6
Views: 1555

Prefer a sequential file stage if the files have the same structure - Got to see it now.
by kumar_s
Fri Sep 15, 2006 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Error
Replies: 23
Views: 4175

It appears to me that, I have seen these file, in some of my project directory, but Iam sure I dont have RTI component in any of it. I ll check it on Monday.
by kumar_s
Fri Sep 15, 2006 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGSEGV
Replies: 7
Views: 27154

What is the job design? Which stage the warning is pointing to? Do you see any other related warning/Error in the job log?
by kumar_s
Fri Sep 15, 2006 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 8
Views: 2840

Do a reset of this job, and check, if you find any "From Previous run..." log. Try to limit the number of rows for a run, and check if the job able succeed. If not aborted with various less number of set, you can try increasing some of the data type length or the disc space.
by kumar_s
Fri Sep 15, 2006 6:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup failure
Replies: 3
Views: 891

What is the job design? And how did you split it ?
by kumar_s
Fri Sep 15, 2006 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mangement of code changes in production
Replies: 9
Views: 1402

Hope change in the requirement came as Change Request, rather than a raised as a bug. Do you have historical source data for re-load?
In case of CR the method of load can also be in Black and white.
by kumar_s
Fri Sep 15, 2006 6:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading from folder stage
Replies: 6
Views: 1555

Or filter option, if the file name are in same pattern.
by kumar_s
Fri Sep 15, 2006 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Error
Replies: 23
Views: 4175

I guess, those soa file are the temp files that are created during the sort operation. Try to move those file to a temp directory, to confirm the seamless operation of your jobs. Later delete it.
by kumar_s
Fri Sep 15, 2006 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: profiles passing
Replies: 7
Views: 1524

If you are looking at the different values of a variable in different user id, $ENV will be prompt aproach, as mentioned in the above.
by kumar_s
Fri Sep 15, 2006 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Details of all jobs running in various projects
Replies: 4
Views: 1418

Usiing dsjob comand, and by passing necessary parameters, you can fetch the number of projects available in the server. And by using the same dsjob and passing by different parametet, you can find the list of jobs available the project, and the respective time of finish can be found.
by kumar_s
Fri Sep 15, 2006 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 1403: update record not found
Replies: 4
Views: 1917

ORA-01458 invalid length inside variable character string Cause: An attempt was made to bind or define a variable character string with a buffer length less than the minimum requirement. Action: Increase the buffer size or use a different type. Is ther any way, the columns are been mapped wrongly i...
by kumar_s
Fri Sep 15, 2006 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what's the difference between SQL type and Data Element
Replies: 4
Views: 921

It is a 'nice to have' object. You need to build data elements using the existing standard, datatypes only. By creating this, making more understandalble format. You can built using basing data types as well.