Search found 59 matches

by Scope
Mon Mar 03, 2008 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: seq stage to db2api stage
Replies: 3
Views: 1219

seq stage to db2api stage

hai , my job design is, reading from file using seq.stage - a trans. stage and db2api stage. while running the job it's giving error main_Program:Fatal Error:Shared library(dsdb2.so)failed to load :errno=(2),system message=(no such file or directory) this first job ,we are running after installation
by Scope
Mon Mar 03, 2008 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning values from file to paramter
Replies: 3
Views: 1155

Assigning values from file to paramter

hai

i have a parameter file. i want to pass values in parameter file to Job sequence paramters


eg:


file.txt
--------------------------
username:abc
password:xxx
----------------------------

i want to pass this username and password to job sequence parameters.
by Scope
Mon Mar 03, 2008 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning values from file to paramter
Replies: 4
Views: 2446

Assigning values from file to paramter

hai

i have a parameter file. i want to pass values in parameter file to Job sequence paramters


eg:


file.txt
--------------------------
username:abc
password:xxx
----------------------------

i want to pass this username and password to job sequence parameters.
by Scope
Thu Feb 21, 2008 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism in Datastge
Replies: 5
Views: 3286

you can get Parallelism not Partition Parallelism
by Scope
Thu Feb 21, 2008 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing SAS Package
Replies: 11
Views: 2188

Installing SAS Package

We didn't Install SAS package at the time of PX Installation.It's possible to install SAS Package Alone.
by Scope
Tue Feb 12, 2008 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 udb v9 - Ds 7.5.1.a
Replies: 4
Views: 1329

Hai stefanfrost1 , Thank you for your Reply. We are going to use Only db2 Api Stage. I would also like to inform you that we are having ds 7.5.1a and db2 v9.1 and if we create a job in this environment will this job can be implemented on Ds 7.5.2 with DB2 v8.2. Will there be any discrepancy... We ne...
by Scope
Tue Feb 12, 2008 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 udb v9 - Ds 7.5.1.a
Replies: 4
Views: 1329

Db2 udb v9 - Ds 7.5.1.a

Hai,

I would Like to know In datastage 7.5.1.A ,whether we can access Db2 UDB 9 Database Table.
by Scope
Wed Jan 23, 2008 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted
Replies: 0
Views: 595

Job Aborted

My job design is Reading records through db2 api Stage and writing it into a Dataset. while running Job i am getting below error; DB2_UDB_API_14,0: Fatal Error: Fatal: [IBM][CLI Driver] CLI0131E Invalid string or buffer length. SQLSTATE=HY090 SQLTables: Error retrieving system catalog information fo...
by Scope
Wed Dec 26, 2007 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $APT_Config file changed
Replies: 2
Views: 1007

no spcae

check your Scratch disk File type spaces .if your scratch disk free space is less than 20 % of total Space, you will get this error. Make it free ,the job will run..
by Scope
Mon Nov 05, 2007 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Null into Not Null Using Modify Stage
Replies: 5
Views: 3606

Hai,

Use below mentioned format ;

destField[:dataType] = handle_null (sourceField,value).

Reprt_Date :string = handule_null (Reprt_Date,"Null")

Modify Stage Has Seperate Orchestrate Functions.we can't use Transformations Stage functions in the modify stage.
by Scope
Mon Nov 05, 2007 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Null into Not Null Using Modify Stage
Replies: 5
Views: 3606

Hai,

Use this format

destField[:dataType] = handle_null (sourceField,value).

Reprt_Date :string = handule_null (Reprt_Date,"Null")

Modify Stage Has Seperate Orchestrate Functions.we can;tTransformations Stage functions in modify stage.
by Scope
Mon Oct 29, 2007 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock
Replies: 4
Views: 2467

Check The Target has Any Lock.If it so, Remove the locks and run the job.
by Scope
Wed Sep 26, 2007 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted
Replies: 2
Views: 1629

Job Aborted

our job design is reading from table and writing into a hash file.While Last time run in the production job got aborted.i rerun the job ,it ran successfully. could you guide me, what exact problem? XFMSCIApprSecPrevhash.SCI_D_UK_S_EXCRG_LC_20521.LE_APPR_SEC_ID_HSH.To_SNPST_APPR_SEC_SEQ: ds_uvput() -...