Search found 262 matches

by asitagrawal
Mon Jan 15, 2007 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine returns non-zero value
Replies: 6
Views: 1690

Routine returns non-zero value

Hi, In my Job Sequence, I have : Job 1 -------> Routine1=====> Sequencer1-------> Job 2 Between Routine1 and Sequencer I have put 2 links.. Link1 is Conditional , with Routine1.ReturnValue = 1 (say i.e non zero) and hence It should run Job2 else not Link2 is Otherwise (Coz I am using Automatically H...
by asitagrawal
Tue Jan 09, 2007 6:50 am
Forum: General
Topic: Datastage Version Control
Replies: 14
Views: 7290

kumar_s wrote:If you find your topic is resolved, pls close it. ...
Hey a little more info plz...
where do I find all the commands which can be used from COMMAND option in Administrator and also a manual for those commands....

Regards,
Asit
by asitagrawal
Tue Jan 09, 2007 6:32 am
Forum: General
Topic: Datastage Version Control
Replies: 14
Views: 7290

kumar_s wrote:Well search will give you full details.
From the Command option available in Adminstrator use

Code: Select all

DS.REINDEX ALL
...
Thanks
by asitagrawal
Tue Jan 09, 2007 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Only Jobs
Replies: 7
Views: 2774

Protected and Readonly are different parameters. If you have promoted your jobs form Version control as Readonly mode you might get this effect. You can reimport with Non readonly mode. Alternativly you can execute the follwing command in the Command option available in Datastage administrator UPDA...
by asitagrawal
Tue Jan 09, 2007 5:41 am
Forum: General
Topic: Datastage Version Control
Replies: 14
Views: 7290

Re: Try a re-index

asorrell wrote:See if you can re-index the VERSION project as well. It may have a corrupted index.

Can u plz suggest how to re-index a project?

Thx,
Asit
by asitagrawal
Tue Jan 09, 2007 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Only Jobs
Replies: 7
Views: 2774

Read Only Jobs

Hi,

My project is not read-only (i.e it is unprotected)
and still a job is read-only.

Plz explain how to remove this read-only option.

Thx,
Asit
by asitagrawal
Mon Jan 08, 2007 4:41 am
Forum: General
Topic: Datastage Version Control
Replies: 14
Views: 7290

Datastage Version Control

Hi,

I am using Datastage Version Control.
While Promoting my jobs to another project,
am getting the error message. No Record To Read. Error: 0

Plz explain why this cud be coming??

Regards,
Asit
by asitagrawal
Mon Jan 08, 2007 4:22 am
Forum: Site/Forum
Topic: Datastage Version Control
Replies: 1
Views: 2858

Datastage Version Control

Hi,

I am new to Datastage Version Control.
Plz advice as to where I may post the queries regarding the same.

Regards,
Asit
by asitagrawal
Tue Dec 19, 2006 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comma or decimal point
Replies: 6
Views: 2763

Re: Comma or decimal point

Use Float as the data type, instead of decimal.
by asitagrawal
Tue Dec 19, 2006 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq Status vs Activity Status
Replies: 6
Views: 1448

Go to sequence job properties, under the General tab, check the box that says 'Log Warnings after activities that finish with status other than OK'. This way if any child job finishes with status 2, t ... What is combinational effect of check / Uncheck of the four options on the genral page, viz: 1...
by asitagrawal
Tue Dec 19, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq Status vs Activity Status
Replies: 6
Views: 1448

Seq Status vs Activity Status

Hi, SEQ_JBS_V02..JobControl (@Coordinator): Summary of sequence run 12:39:41: Sequence started (checkpointing on) 12:39:41: SEQ_SH_V02 (JOB SEQ_SH_V02) started 12:40:07: SEQ_SH_V02 (JOB SEQ_SH_V02) finished, status=1 [Finished OK] 12:40:07: SEQ_SL_V02 (JOB SEQ_SL_V02) started 12:40:47: SEQ_SL_V02 (J...
by asitagrawal
Fri Dec 15, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique Value For Each Job Run
Replies: 3
Views: 944

Unique Value For Each Job Run

Hi All,

Is there any identifier (numeric type) which is generated uniquely for each run of the Job?
That is if I run the Job 3 times, one after the other, that Id should be unique for each run.

Thx
by asitagrawal
Mon Dec 04, 2006 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override Fully Qualified Table Name
Replies: 8
Views: 2900

Ok...
Custom SQL worked, so I was just wondering whether I can parameterize table names from 'SQL Builder' or not....

One More thing, when I click on Help, the Help opens in some language other than English. So u get help in English (am asking only for SQL Builder Help)...

Thx anyways :)
by asitagrawal
Mon Dec 04, 2006 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Override Fully Qualified Table Name
Replies: 8
Views: 2900

Override Fully Qualified Table Name

Hi, I am using 'SQL Builder' from DB2/UDB API stage. But the problem is that I want to change the fully qualified name of the table, to include a Job Parameter. Eg. As of now I am getting SAMPLE.TESTTABLE and I want #$DB_OWNER#TESTTABLE From the 'SQL Builder' editor, I am unable to change the Table ...