Search found 5168 matches

by kumar_s
Mon Sep 11, 2006 3:41 am
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

Hi CharlesNagy,
Welcome to Dsxchange!!

$DSHOME/bin/uv "uv commands" is one way you can call the uv commands from the command prompt.
by kumar_s
Sun Sep 10, 2006 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: logon denied
Replies: 3
Views: 2221

When i am running the sever job its finished.after i will run the sequence job that server job is aborted.
Since Satya, able to run the job individually, NLS shouldnt be an issue. Should be somewhere in the method of passing the password value.
by kumar_s
Sun Sep 10, 2006 6:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: split file
Replies: 12
Views: 3317

Mike wrote:The OP did say he only needed to create 5 output files. That is simple enough with the GUI to set up 5 output links with constraints.

True.
by kumar_s
Sun Sep 10, 2006 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines
Replies: 4
Views: 1646

Just export doenst make any differenct in the working Job/Routine. There should be some other environmental change, which might be the reason for the routine to validate ok for those records, which you think, should be rejected.
What is the condition based on which you are trying to reject the rows.
by kumar_s
Sun Sep 10, 2006 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop Compile Error : C2026
Replies: 4
Views: 2262

I think I faced similar problem in 7.5.1 when last column is null. I tried to swap a non nullable column to the last. Just give the try with the same.
by kumar_s
Sat Sep 09, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not datastage question (SQL query)
Replies: 5
Views: 1900

Is it SPU or CPU?
Which database? Where are you firing this query?
by kumar_s
Sat Sep 09, 2006 12:39 am
Forum: IBM QualityStage
Topic: Incomplete record read from file
Replies: 5
Views: 2571

Check if you have any header record.
by kumar_s
Sat Sep 09, 2006 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle ForeignKey constraints with NULL Child Value
Replies: 7
Views: 2780

The error is about the exixtance of the parent column. Check whether the give name is correct. If not try to have table.column name in the statement.
by kumar_s
Sat Sep 09, 2006 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: split file
Replies: 12
Views: 3317

It is best to write a BASIC routine if you are not sure about the number of group of x you are about to get.
by kumar_s
Fri Sep 08, 2006 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Universe Commands
Replies: 3
Views: 918

Beware, dont try with all the command you try to learn in to the Datastage system files. It may totally screw up you project as well as the installation some times.
by kumar_s
Fri Sep 08, 2006 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound
Replies: 6
Views: 4299

You can speak to your support people to locate the patch.
by kumar_s
Fri Sep 08, 2006 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 138)
Replies: 2
Views: 992

Check if any of your input column contain Null. If so try to use NVL/decode/coalase functions.
by kumar_s
Fri Sep 08, 2006 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RowCount from the DSGetLinkInfo always return zero
Replies: 20
Views: 6587

As Kim mentioned, if you use seperate link for each Insert/update/delete you can count using the link count. Else if you have any lookup feature, maintain a internal counter using any stage variable.
by kumar_s
Fri Sep 08, 2006 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: logon denied
Replies: 3
Views: 2221

"invalid username/password; logon denied "
Are giving the password as Encrypted? The parameter passed in the Database job should be covered with #. #PasswordParameter#.
Though it will just show you *'s.
by kumar_s
Fri Sep 08, 2006 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling job
Replies: 3
Views: 984

May I know your version of the Datastage. I guess your server might be in unix. Though you clients are on windows, the jobs are getting compiled and stored in the server. Where ther is not such exe. Rather its all a OSH code.