Search found 5168 matches

by kumar_s
Fri Apr 21, 2006 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot run DS job
Replies: 12
Views: 2608

Perhaps dsadmin is the name given to the admin user id in your site.
Since the jobs getting triggered through the current user id, you can make it for sure that, it is related to previlage issue.
by kumar_s
Fri Apr 21, 2006 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

ArndW wrote:This is because the F1 through F9 columns are implicitly defined for hashed files, not for SQL access to hashed tables. a "LIST DS_JOBOBJECTS F3" command will work.

Got it.
But did it worked for UPDATE DS_JOBOBJECTS SET F3 = ........
by kumar_s
Fri Apr 21, 2006 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot run DS job
Replies: 12
Views: 2608

So try with dsadm user id.
by kumar_s
Fri Apr 21, 2006 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

ArndW wrote:Yes, F3 and NAME are synonymous.

But SELECT F3 FROM DS_JOBOBJECTS doesnt work for me...
by kumar_s
Fri Apr 21, 2006 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot run DS job
Replies: 12
Views: 2608

Welcome Aboard :D
Pls give us more information.
What is the error you are facing? Or what makes you to stop runing the job?
By promoting to new environment, the jobs may be readonly.....
by kumar_s
Fri Apr 21, 2006 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing one column value to another if it is null
Replies: 12
Views: 2852

What is the error you get?
And what is the value avaialble in the input file?
by kumar_s
Fri Apr 21, 2006 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner, Link Collector satges
Replies: 3
Views: 1153

So the number of rows passed and processed through each row will in divided form.
by kumar_s
Fri Apr 21, 2006 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Aborting
Replies: 13
Views: 2920

Try running the underlying job which give the error directly ( not from sequence). That will show you the state of the job whether it is curropted.
Also let know who many job are getting triggered by the sequene at a time? What is the load of the server during the executin of the sequence?
by kumar_s
Fri Apr 21, 2006 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting jobs when data source empty
Replies: 13
Views: 3183

I guess test -z $filename is again a unix command.
by kumar_s
Fri Apr 21, 2006 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: End Time for a stage
Replies: 3
Views: 1058

Using the same
DSJ.JOBSTARTTIMESTAMP
DSJ.JOBLASTTIMESTAMP
by kumar_s
Fri Apr 21, 2006 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing one column value to another if it is null
Replies: 12
Views: 2852

What is the data type for the field you specified?
by kumar_s
Fri Apr 21, 2006 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect DS cleint with DB2 on the server
Replies: 2
Views: 615

Look in to Server Job Developers Guide for DB2 and ODBC.
by kumar_s
Fri Apr 21, 2006 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin1 not initialized -error
Replies: 10
Views: 6976

Before going anywhere...
First BACKUP all your exising project.
Do a full export of your project and also do a unix level back up.
From TCL check the pointer strength with COUNT DS_JOBOBJECTS and make sure you are in safer side.
by kumar_s
Fri Apr 21, 2006 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Env Variable in Derivation of Transformer
Replies: 8
Views: 3406

If by dynamically you mean changeable while the job is running then it cannot, nor should it. The parameter is set once when the job starts and remains a given value for the entire time the job is executing in both your example and the README example. A stage variable with a default value that does...
by kumar_s
Thu Apr 20, 2006 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot stage in parellel mode.
Replies: 5
Views: 1426

Also depends on the number of column getting pivoted.