Search found 51 matches

by naveen19
Thu Aug 07, 2008 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration to parallel edition
Replies: 12
Views: 4125

Re: Migration to parallel edition

Hi, We are thinking of migrating server jobs to parallel jobs.Can any one help me how to migrate the same? hi, You have first know the function(date,MTS function how it will work in Px when its migrated to px) so for intially you have to sample jobs in px toget the same output as server then you ca...
by naveen19
Thu Aug 07, 2008 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration to parallel edition
Replies: 12
Views: 4125

Re: Migration to parallel edition

Hi, We are thinking of migrating server jobs to parallel jobs.Can any one help me how to migrate the same? hi, You have first know the function(date,MTS function how it will work in Px when its migrated to px) so for intially you have to sample jobs in px toget the same output as server then you ca...
by naveen19
Thu Aug 07, 2008 1:41 am
Forum: General
Topic: Database connection
Replies: 5
Views: 1912

Re: Database connection

Hi, Can anyone help me to understand below elements in DB connection in datastage $DB2_CLIENT_INSTANCE_NAME $APT_DB2INSTANCE_HOME $DB2_SERVER $DB2_DATABASE How all are different from one another.While database connection in a job, how all these perform in which order? Thanks Hi Subrat, $DB2_CLIENT_...
by naveen19
Thu Aug 07, 2008 1:39 am
Forum: General
Topic: Database connection
Replies: 5
Views: 1912

Re: Database connection

Hi, Can anyone help me to understand below elements in DB connection in datastage $DB2_CLIENT_INSTANCE_NAME $APT_DB2INSTANCE_HOME $DB2_SERVER $DB2_DATABASE How all are different from one another.While database connection in a job, how all these perform in which order? Thanks Hi Subrat, $DB2_CLIENT_...
by naveen19
Tue Jul 29, 2008 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Transformer Stage PX
Replies: 6
Views: 4132

Your C compiler, is this case MicroSoft Visual C. ++, I assume. ... But there is a MSVC which is already installed. But i think,this MSVC which is installed in my PC is no way related to DataStage and i found that it is Microsoft .NEt framework which is being installed automatically when i installe...
by naveen19
Tue Apr 15, 2008 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with locks
Replies: 4
Views: 1247

Re: Problem with locks

Hi! I can't open some jobs in the Designer because the system claims that they are being accessed by another user. In the Director I can see that there are Record locks on those jobs (using Resorce Cleanup), but the processes which are reported to hold those locks do not exist in the system. Trying...
by naveen19
Thu Apr 10, 2008 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 3
Views: 1955

Re: date conversion

Hi,
Try this stage variable but data type should be varchar
Right(columnname,2) :'/' : Field(columnname,1) :'/' : Field(columnname,4)


Regards
Naveen.K
by naveen19
Thu Feb 21, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error
Replies: 6
Views: 4011

ray.wurlod wrote:Study the error message - get everything you can out of it. For example, what are these characters, and why can't they be converted? ...

Thanks Ray...
For your guidence
i will do that..once i get the result i will post the result...

Regards..Naveen.K
by naveen19
Thu Feb 21, 2008 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error
Replies: 6
Views: 4011

Datastage Error

Hi Folks, i having problem in loading the data into the Oracle database and i am getting new error...if any body having any idea please share it main_program: Invalid character(s) ([xCD]) found converting string (code point(s): VALUE[x00][xCD][x09] [x00]) from codepage UTF-8 to Unicode, substituting...
by naveen19
Mon Feb 11, 2008 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Fetch the Records....
Replies: 9
Views: 2135

The script can write straight to a sequential file by you cannot do that to a dataset. If you need to write into a dataset then you should do everything in a job DB2 -> DataSet. ... Can you provide any sample script which will help me a lot which writes that data directly to sequential file Regards...
by naveen19
Mon Feb 11, 2008 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Fetch the Records....
Replies: 9
Views: 2135

The script can write straight to a sequential file by you cannot do that to a dataset. If you need to write into a dataset then you should do everything in a job DB2 -> DataSet. ... Can you provide any sample script which will help me a lot which writes that data directly to sequential file Regards...
by naveen19
Mon Feb 11, 2008 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Fetch the Records....
Replies: 9
Views: 2135

Naveen, what have you tried so far? p.s. "ur" and "u" are not valid forms of "your" and "you"; this isn't an SMS site. ... i have retrieved the data from db2 with help of the script, and i dont how to write in the Sequential file or dataset.. p.s. you can sto...
by naveen19
Mon Feb 11, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Fetch the Records....
Replies: 9
Views: 2135

Naveen, what have you tried so far? p.s. "ur" and "u" are not valid forms of "your" and "you"; this isn't an SMS site. ... i have retrieved the data from db2 with help of the script, and i dont how to write in the Sequential file or dataset.. p.s. you can sto...
by naveen19
Mon Feb 11, 2008 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Fetch the Records....
Replies: 9
Views: 2135

Yes, it is possible. I am not going to ask you why you aren't doing this in a DataStage job as you have hopefully thought of that. You can execute a shell program and do your DB2 connect and query ... Hi Arndw, Thanks for ur reply, can u share any of the scripts or any tips to do that,so that it wi...
by naveen19
Mon Feb 11, 2008 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Fetch the Records....
Replies: 9
Views: 2135

How Fetch the Records....

Hi Folks,

I have Requirement, i have to fetch two column records from the database(DB2) and write that into a dataset by using Shell Script or Routines.... is it possible..

Thanks in Advance

Regards
Naveen.K