Search found 14 matches

by prerana dixit
Wed Nov 18, 2009 4:01 am
Forum: General
Topic: Passing parameters or values across server jobs
Replies: 4
Views: 1967

Passing parameters or values across server jobs

Scenario: Job 'A' is within job 'B'. If we assign some value to a variable or parameter in job 'A',are there any ways of passing this value to outer job 'B' i.e can we refer this variable or parameter in the outer job 'B'.This parameter is environment variable and we want to change its value in inne...
by prerana dixit
Wed Nov 18, 2009 3:28 am
Forum: General
Topic: Passing parameters or values across server jobs
Replies: 4
Views: 1967

Passing parameters or values across server jobs

Are there any ways of passing parameters or values across server jobs in datastage.
Scenario:Job 'A' would execute and based on the result of the Job we want either Job 'B' or Job 'C' to execute. Hence the result of Job 'A' would determine the sequence of operation.Job 'A' may be within job 'B'.
by prerana dixit
Mon Sep 21, 2009 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link collector
Replies: 11
Views: 6513

The two are independant of each other and do not need to be used as a pair. ... Actually i have a job that has a source as DRS stage with source query as union between two tables.This this stg writes to a table and then to a hash file.The source query takes longer for execution and hence the job.Ar...
by prerana dixit
Mon Sep 21, 2009 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link collector
Replies: 11
Views: 6513

Do we have to use link collector and link partitioner in pair or single works fine i.e to use link collector do we need to use link partitioner as well?
by prerana dixit
Mon Sep 21, 2009 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link collector
Replies: 11
Views: 6513

link collector

Can link collector be used to perform union between two queries used in ODBC stage?
by prerana dixit
Wed Sep 16, 2009 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is VOC?
Replies: 1
Views: 1107

What is VOC?

While running a server job it failed with following error:

DSD.UVOpen "PS_JWS_F5800090" is already in your VOC file as a file definition record.
File name =
File not created.

Rerunning the joob resolved the issue but what is VOC file in datastage or what is VOC?
by prerana dixit
Wed Sep 16, 2009 4:35 am
Forum: General
Topic: What is VOC file
Replies: 1
Views: 5841

What is VOC file

While running a server job it failed with following error:

DSD.UVOpen "PS_JWS_F5800090" is already in your VOC file as a file definition record.
File name =
File not created.

Rerunning the joob resolved the issue but what is VOC file in datastage or what is VOC?
by prerana dixit
Mon Sep 07, 2009 12:21 am
Forum: General
Topic: ORA-24334: no descriptor for this position
Replies: 3
Views: 3605

ORA-24334: no descriptor for this position

I m getting an error ORA-24334: no descriptor for this position while executing a query.When that query is run through SQL it runs fine but while used as source query in ODBC stage gives the above mentioned error. The error code says : The application is trying to get a descriptor from a handle for ...
by prerana dixit
Mon Aug 31, 2009 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIGetByKey call to SQLExecute failed.
Replies: 6
Views: 3103

Had this worked before and then stopped? Or does it immediately fail? Trying to determine if this is somehow data related or if your reference lookup is not setup correctly. It would help if you detailed your lookup - post the sql, detail how many columns are defined in the stage, their order, key ...
by prerana dixit
Mon Aug 31, 2009 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIGetByKey call to SQLExecute failed.
Replies: 6
Views: 3103

DSD.BCIGetByKey call to SQLExecute failed.

Please give a bit more information, as just the SQL error message doesn't help much. Does the error only occur in one job, or on one particular key? Does ODBC read for that table work (i.e. as a source, not a lookup)? The error is occuring in a job while accessing data from DRS stage and lookup fro...
by prerana dixit
Mon Aug 31, 2009 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIGetByKey call to SQLExecute failed.
Replies: 6
Views: 3103

DSD.BCIGetByKey call to SQLExecute failed.

I am getting following error while runninng job:
DSD.BCIGetByKey call to SQLExecute failed
.
This failure is while accessing ODBC driver stage which is used for look up.
Please advice why this error and how to remove it.
by prerana dixit
Tue Aug 25, 2009 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does change in database configeration affect DRS/ODBC stage
Replies: 4
Views: 1900

chulett wrote:An Oracle version change? No, it really shouldn't. Will you be 'upgrading' the Oracle client on the DataStage server to match as well?
To add to my previous reply :
Will this affect for upgrading from 9.2.0.5 to 9.2.0.7 and from 10.2.0.3 to 10.2.0.4 to be specific
by prerana dixit
Tue Aug 25, 2009 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does change in database configeration affect DRS/ODBC stage
Replies: 4
Views: 1900

Does change in database configeration affect DRS/ODBC stage

An Oracle version change? No, it really shouldn't. Will you be 'upgrading' the Oracle client on the DataStage server to match as well? Actually i want to either upgarde/degrade the oracle version on same release. Eg:upgrade oracle version from 10.2.0.3 to 10.2.0.4 or degrade oracle version from 9.2...
by prerana dixit
Tue Aug 25, 2009 2:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does change in database configeration affect DRS/ODBC stage
Replies: 4
Views: 1900

Does change in database configeration affect DRS/ODBC stage

If we want to upgrade/degarde database configeration to/from 9.2.0.7
does this change in database configeration affect DRS/ODBC stage in server jobs?