Search found 379 matches

by yaminids
Mon Jan 10, 2011 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Japanese characters
Replies: 8
Views: 5899

I finally figured out the problem. All the columns containing Japanese characters were listed as "VARCHAR". The job started to process the characters as soon as I changed the definition of the columns to "NVARCHAR"
by yaminids
Thu Dec 16, 2010 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Japanese characters
Replies: 8
Views: 5899

Ray, Data in the source is encoded in UTF-8 format. I have changed the NLS at the project level to UTF8. Also, added an environment variable NLS_LANG with " AMERICAN_AMERICA.AL32UTF8 " as the value. I'm still not able to process the Japanese characters. Can you please point me to the right...
by yaminids
Thu Dec 16, 2010 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Japanese characters
Replies: 8
Views: 5899

Ray,

We do want to process the Japanese characters. Can you please let me know the correct way to process these characters while populating data in the destination table

Thanks
Yamini
by yaminids
Thu Dec 16, 2010 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Japanese characters
Replies: 8
Views: 5899

Re: Dealing with Japanese characters

UTF8 is set as the default NLS at the project level. Also, can you please tell me how I can remove the ustring?

Thanks
Yamini
by yaminids
Thu Dec 16, 2010 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Japanese characters
Replies: 8
Views: 5899

Dealing with Japanese characters

Friends, Currently I'm working on designing a job that transfers data between 2 Oracle databases. Both the databases are set to UTF8 NLS character set. I could clearly see the Japanese characters ( す下る )when I login to the source db. The problem is that the Japanese characters are being replaced by ...
by yaminids
Thu Nov 04, 2010 1:20 am
Forum: General
Topic: DataStage installation errors
Replies: 0
Views: 1555

DataStage installation errors

Hello there, I'm trying to install DataStage 8.x on a Windows XP machine but getting the following error ECommonMsg88010: The user smithm exists on the system with a different or expired password, the user account is disabled, or the user does not have permission to access this machine from the netw...
by yaminids
Sun Oct 24, 2010 7:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Alternate option to DSGetLinkInfo
Replies: 5
Views: 3649

Thanks Ray.
Can you please explain how I can get the max value by using @OUTROWNUM

Thanks
Yamini
by yaminids
Sun Oct 24, 2010 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Alternate option to DSGetLinkInfo
Replies: 5
Views: 3649

Alternate option to DSGetLinkInfo

Friends, Currently I'm working on a task which requires me to update the log table with the number of records processed each time the job is executed. The design of the job is quite simple. It extracts data from 2 tables in the source db and writes to 2 tables in the destination db STBL1==>Transform...
by yaminids
Sat Oct 23, 2010 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unique constarint violated
Replies: 2
Views: 2393

Re: unique constarint violated

Try storing rejected records to a file and check what's causing the unique constraint violation
by yaminids
Tue Aug 17, 2010 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Oconv function
Replies: 7
Views: 6008

Ray, I was able to design the jobs to store and pass the variables using UserStatus based on the information you provided in a different post. How can I use the end_date in Job2 to update the log table? Do I have to convert the date into DataStage internal format before updating the field in the dat...
by yaminids
Tue Aug 17, 2010 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Oconv function
Replies: 7
Views: 6008

Re-posting as I wasn't sure if you guys got my response There are 3 jobs in the Sequence which are executed sequentially. end_date is the system date when the first job started. We would like to persist the end_date throughout the 3 jobs. In the next cycle we will use the end_date as the start_date...
by yaminids
Mon Aug 16, 2010 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Oconv function
Replies: 7
Views: 6008

There are 3 jobs in the Sequence which are executed sequentially. end_date is the system date when the first job started. We would like to persist the end_date throughout the 3 jobs. In the next cycle we will use the end_date as the start_date for the jobs and so on. The jobs are executed 4-5 times ...
by yaminids
Mon Aug 16, 2010 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Oconv function
Replies: 7
Views: 6008

Passing parameter to Oconv function

Friends, Is there a way to pass parameter to Oconv function? My current assignment requires me to do the following 1) read the start_date and end_date from log table and pass them as variables to the next job 2) Select data from source based on the values provided by above step (1) 3) Update the log...
by yaminids
Sun Aug 15, 2010 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 17154

Ray/Craig,

Thanks a lot for your help

-Yamini
by yaminids
Sun Aug 15, 2010 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 17154

Craig,

On further analysis I found that we can't pass more than 1 argument to the routine DSSetUserStatus.

Can you please explain how I can put more than 1 value in $USERSTATUS (in a delimited string)

Thanks
Yamini