Search found 5168 matches

by kumar_s
Tue Oct 10, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Standard Deviation in DataStage?
Replies: 3
Views: 2030

HI Arnd, Not sure if you ready to use intermediat stage/ files/Jobs, I gess it could be done through Datastage, if you are ready to pass the total count and average of the value that you need to find the SD as parameter. If you able to find the following for each record (x - pAvgx)*(x - ...
by kumar_s
Tue Oct 10, 2006 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data...AGAIN
Replies: 5
Views: 1742

You can look for the full message for the column name. Perhaps post the same. Previously you might have read with compatable datatype and length which probably might be less when compared to the available. But now, the data in database migth be varied. Your full message can help more to identify the...
by kumar_s
Sun Oct 08, 2006 7:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB ABORTS IN PRE-PROD
Replies: 2
Views: 1803

Are you reading it as number and converting it into Varchar later on?
by kumar_s
Sun Oct 08, 2006 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ecxecuting Shell Script in Datastage Jop properties
Replies: 8
Views: 3698

So you need to workout in you script to make sure, the paths refered as the absolute path.
by kumar_s
Sun Oct 08, 2006 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on transformer logic
Replies: 4
Views: 1063

You can check if ascii value for each character lies under the range of nubmers or '-'.
by kumar_s
Sun Oct 08, 2006 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to tune DS job for large jobs
Replies: 4
Views: 1390

Welcome to Dsxchange!!! :D Some hints. Prefer the corresponding Plugin for the database. You can try to stream the read and load process. Either based on the date, if its a dump or based on the division of key. You can increase the Array size. Rather than having Transaction size as 0, have some peri...
by kumar_s
Sun Oct 08, 2006 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job is being Aborted -- showing Not enough space
Replies: 14
Views: 6497

What is the size of cumulative amount of both the files? Hope you might have checked both /path/xx and /path/xx/ds_temp for availablility of space.
by kumar_s
Sun Oct 08, 2006 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import validation failed
Replies: 8
Views: 7311

Is it a compilation error or runtime or error during import?
Is Balanced_Qty not a decimal field?
BTW: Are you adding up some extra rows or columns in the transformer?
Were you able to view the data from the sequential file?
by kumar_s
Sun Oct 08, 2006 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparision between unicodedata and normaldata
Replies: 6
Views: 2007

Disable the RPC. IF you convert ustring_from_string() from the input stream, it should do lookup. At a worst case, write into a intermediate sequential file after the conversion. It will be useful for the verification as well.
by kumar_s
Fri Oct 06, 2006 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparision between unicodedata and normaldata
Replies: 6
Views: 2007

Check if conversion of unicode using the existing inbuilt funciton works during lookup.
by kumar_s
Fri Oct 06, 2006 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connecting to Oracle database"Fatal Error: Caught
Replies: 18
Views: 4989

What is the version of DataStage that been used?
Try using tnsping to the Oracle server. Try to import metadata from using manager either by plugin or using Orchestrate.
by kumar_s
Fri Oct 06, 2006 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limit to I-Descriptors you import?
Replies: 4
Views: 1574

Is this related to the other post of yours regarding timeout? If not, can you explain more on what is the error you are getting.
by kumar_s
Fri Oct 06, 2006 11:27 pm
Forum: General
Topic: Timeout importing UV account table list?
Replies: 7
Views: 5676

If you are trying form Adminstrator window, try to chagne the defalut Timeout settings available.
by kumar_s
Fri Oct 06, 2006 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: populate output field depending on differnt value from input
Replies: 2
Views: 1055

Hi Hemanta, Welcome to DSXchange!!! :D I belive that, its metadata that you have given as INPUT and OUTPUT. 1)Map Out-a to Field-a. 2) For Out-x If Field-b-typ = 'x' Then Field-b-val Else If Field-c-typ = 'x' Then Field-c-val Else If Field-d-typ = 'x' Then Field-d-val 3) Out-y If Field-b...
by kumar_s
Fri Oct 06, 2006 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connecting to Oracle database"Fatal Error: Caught
Replies: 18
Views: 4989

Do you get any more errors if you expand the pop screen?
Check if odbc settings been configured properly.