Search found 30 matches

by Vivek Vazarkar
Mon Nov 10, 2008 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Export
Replies: 1
Views: 1129

DataStage Export

Hi

What will be the return value of the dscmdexport command, when it fails to export the project ?


D:\IBM\InformationServer\Clients\Classic\dscmdexport.exe /H=PROJ01W /U=vazarvv /P=t1234 TEST_PROJECT d:\temp\vivek.dsx
by Vivek Vazarkar
Wed Sep 24, 2008 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Time Stamp Value
Replies: 7
Views: 5030

WoMaWil wrote:what do you have as input and how does it look like?
Hi Thanks for your replay ?

Source is the .txt file having 5 columns and target is having 6 columns.

There is a difference of 1 columns n that column I want to populate with current date with time stamp.
by Vivek Vazarkar
Wed Sep 24, 2008 1:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Time Stamp Value
Replies: 7
Views: 5030

Generate Time Stamp Value

Hi All,

Please let me know how to generate the Time stamp value in the transformer stage in the 2008-09-24 03:35:55 format.


Thanks,
Vivek
by Vivek Vazarkar
Wed Sep 24, 2008 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character To Date Conversion
Replies: 2
Views: 2724

Character To Date Conversion

Hi All, My source file .txt having a date value and I'm trying to load it into the Teradata database. The teradata database having DATE column. In the transform the datastage job gets abort with error. Job_10_TD_SBT_Load..Transform: At row 1, link "ToLoad", while processing column "Sc...
by Vivek Vazarkar
Wed Sep 10, 2008 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to connect to the DB2 Server
Replies: 0
Views: 1451

Unable to connect to the DB2 Server

Hi,

I'm using DB2 API stage for data extraction. It showing following error.

Job_DB2_ERDBP01_Login..DB2: [IBM][CLI Driver] SQL1013N The database alias name or database name "ERDBP01" could not be found. SQLSTATE=42705

DSTAGE-DB2CLI-0005`:`Unable to connect to DB2 server 'erdbp01'.
by Vivek Vazarkar
Mon Sep 08, 2008 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Use Environment Variable into the UtilityRunJob routi
Replies: 7
Views: 3387

Show us how these "variables" (which look suspiciously like input column references) "point to" environment variables. ... Thanks.. The content of the variable is the name of the Environment variable. Here I'm just trying to implement Pointer to Pointer C++ concept. If you have ...
by Vivek Vazarkar
Fri Sep 05, 2008 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Use Environment Variable into the UtilityRunJob routi
Replies: 7
Views: 3387

Can you get it to work using regular job parameters? Take the parameters file out of the picture for a moment, for the purposes of diagnosis. Second, ought you not to be passing the environment va ... The following command working fine. If DSLink9.JOBTYPE= 'TD' Then UtilityRunJob("Teradata_Log...
by Vivek Vazarkar
Fri Sep 05, 2008 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An update job is not able to update the table
Replies: 8
Views: 4242

The error in log is DelPendConsUsg..DCX_PENDING_CONSOLIDATED_USAGE: DELETE FROM DCX_PENDING_CONSOLIDATED_USAGE WHERE OBJ_ID = :1 DelPendConsUsg..S_ROT_CLASS: DELETE FROM S_ROT_CLASS WHERE OBJ_ID = :1 DelPendConsUsg..xmfPendDelUsg: The value of the row is: OBJ_ID = DelPendConsUsg..xmfPendDelUsg: ORA...
by Vivek Vazarkar
Fri Sep 05, 2008 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An update job is not able to update the table
Replies: 8
Views: 4242

The error in log is DelPendConsUsg..DCX_PENDING_CONSOLIDATED_USAGE: DELETE FROM DCX_PENDING_CONSOLIDATED_USAGE WHERE OBJ_ID = :1 DelPendConsUsg..S_ROT_CLASS: DELETE FROM S_ROT_CLASS WHERE OBJ_ID = :1 DelPendConsUsg..xmfPendDelUsg: The value of the row is: OBJ_ID = DelPendConsUsg..xmfPendDelUsg: ORA...
by Vivek Vazarkar
Fri Sep 05, 2008 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Use Environment Variable into the UtilityRunJob routi
Replies: 7
Views: 3387

Show us precisely the call you are making, and describe where you are making it from. If an expression is involved, did you build this using the keyboard or the expression editor? ... Hi, Thanks for your replay. Below is the scenario. ParamFile---> Transformer---->Staging_File If DSLink9.JOBTYPE= '...
by Vivek Vazarkar
Fri Sep 05, 2008 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Use Environment Variable into the UtilityRunJob routi
Replies: 7
Views: 3387

How to Use Environment Variable into the UtilityRunJob routi

Hi All,

I'm trying to call the the datastage job through UtilityRunJob routine and passing Enviroment variable as a parameter. But the called datastage job doesnot referencing the actual enviroment variable value. The called datastage job considering the enviroment variable as a value.
by Vivek Vazarkar
Mon Sep 01, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Use Userdefine Environment Variables into the Dsjob c
Replies: 6
Views: 3452

Set these variable values to "$PROJDEF" in the job. Then you dont have to specify them in dsjob command. Every time the job is run the project level value of the variable is taken. Thanks for your replay. In the next run I want to use $SalesDBUserID, $SalesDBPwd & $DBServer20 with Ter...
by Vivek Vazarkar
Mon Sep 01, 2008 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Use Userdefine Environment Variables into the Dsjob c
Replies: 6
Views: 3452

What does "not working" mean in this context? What error message is generated? Why are you setting $LegacyDBUserID for each of the three parameters? That's almost certain not to be correct. ... Hi, I made few changes. Now I'm trying to use these Userdefined environment variables with dsjo...
by Vivek Vazarkar
Mon Sep 01, 2008 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Use Userdefine Environment Variables into the Dsjob c
Replies: 6
Views: 3452

How to Use Userdefine Environment Variables into the Dsjob c

Hi, I want to use userdefined environment variable into the dsjob command. Consider I declared 3 userdefined environment variables into the project ex:- 1) $LegacyDBUserID 2) $LegacyDBPwd 3) $DBServer20. They are having content userid, password and server name respectively. I want pass these 3 userd...
by Vivek Vazarkar
Mon Mar 10, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract data from VSAM Files
Replies: 21
Views: 19248

Re: How to extract data from VSAM Files

Hi, Try ODBC plugin to extract data from VSAM file. Hello, I am looking for any information on how to extract data from a VSAM file. I could not find any hits on 'VSAM' when I searched the forum. Is anyone out there extracting data from MainFrame VSAM files ? If so, could they please let me know how...