Search found 5168 matches

by kumar_s
Mon Sep 11, 2006 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field "COL_NAME" not found;
Replies: 18
Views: 13945

What is the delimiter for your file? You have many such records. Get the n-1 or n+1 record's primary key, and look into the the database, check if you have any special character in columns of the nth records.
by kumar_s
Mon Sep 11, 2006 7:32 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot Import Cobol CopyBook
Replies: 2
Views: 2464

Try to check if its an issue with the copybook. Try to edit the copy book and eliminate columns one by one. Make sure you maintaining the total length of the file.
by kumar_s
Mon Sep 11, 2006 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing a shell script, passing encrypted passwords
Replies: 8
Views: 8110

Create two script, one to encrypt and other to decrypt. The encryption script will be passed with password as a parameter and will be called once at each insance in change of password. And it will produce a file at some specific directory with a encrypted password in it. Decrypt script which ought t...
by kumar_s
Mon Sep 11, 2006 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Errors
Replies: 7
Views: 4688

Try to create a userdefined variable PWD and point to your project directory or '.'.
by kumar_s
Mon Sep 11, 2006 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merging two files with different metadata
Replies: 14
Views: 8019

Using transformer, you can create columns with empty strings to match the metadata. Or use script for the same purpose. 'Cat' the two files.
by kumar_s
Mon Sep 11, 2006 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Limit
Replies: 3
Views: 978

If any job under Jobsequence exceeds 50 warining or the warning apear in the JobSequence log, exceeds 50 the abort is raised.
by kumar_s
Mon Sep 11, 2006 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Techniques - Lookup Data [Reference]
Replies: 4
Views: 969

What is your lookup data stage. You need to have a seperate flow in datastage to update the information of the static file. If the inputs are from third party, or web oriented, you need to capture it and place it in a common folder with a predefined filename, either in flatfile or in any database. S...
by kumar_s
Mon Sep 11, 2006 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing a shell script, passing encrypted passwords
Replies: 8
Views: 8110

One option that we had done is as follows.
Pass the necessary parameters, and call a shell script which inturns loads the data into the table. The same shell will read the encrypted password stored in a file and decrypt during runtime and pass it to the database.
by kumar_s
Mon Sep 11, 2006 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write failed
Replies: 9
Views: 4890

"Output file full" and "Unable to allocate communication resources" should tell you the reason.
Check your scratch space.
by kumar_s
Mon Sep 11, 2006 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Erorr
Replies: 3
Views: 971

PX Job??
DS_JOBS will give just the information about the job.
Do a reset, find "From Previous log..." event. It might give you more information.
by kumar_s
Mon Sep 11, 2006 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate issue
Replies: 9
Views: 2144

Hi Anee, Where do you see the '1'. Is it in view data or in output flat file?
What if you concatinate with other character?
Are you trying with any stage variable?
by kumar_s
Mon Sep 11, 2006 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding target file creation
Replies: 14
Views: 3717

You should not urge people to answer, But the same time you should provide the necessary log information to others to investigate.
by kumar_s
Mon Sep 11, 2006 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the resultset from Oracle stored procedure
Replies: 4
Views: 1246

Call the stored procedure in input tab, write into a intermediate table, and select the table in output tab.
by kumar_s
Mon Sep 11, 2006 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to a table in DB2
Replies: 4
Views: 1239

Is the metadata loaded and the metadata of the selected column list matches?
by kumar_s
Mon Sep 11, 2006 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merging two files with different metadata
Replies: 14
Views: 8019

If there is no relationship between two table, how can you merge two table without cartision product.
Can you explain your need with some example?