Search found 42 matches

by ragunathan13
Thu Oct 01, 2009 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating hash file through command
Replies: 4
Views: 2443

Thanks Chulett,

This mkdbfile comment has many parameters, how to know these parameters information.

Could you please help me to get this.

Thanks
by ragunathan13
Thu Oct 01, 2009 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating hash file through command
Replies: 4
Views: 2443

Creating hash file through command

Hi, I have a requirement in my project to create a hash file in a specified directory with the given name, I tried to create hash file through CREATE.FILE FILENAME command from TCL and it is creating the file at project directory only. When I was trying to prefix the directory name with the file nam...
by ragunathan13
Fri May 15, 2009 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get the rejected records from oracle enterprise st
Replies: 8
Views: 5365

Yes reject link is having sqlcode column, but no limitations for warnings/rows in job as well as reject links.
by ragunathan13
Thu May 14, 2009 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get the rejected records from oracle enterprise st
Replies: 8
Views: 5365

I changed the array size as 1 and now it is throwing the below error

Target_Oracle_Entp,0: Open failed for insert:
insert is: <<insert SQL statement >>
sqlcode is: -2290
esql complaint: ORA-02290: check constraint (Target table constraint) violated

Thanks
by ragunathan13
Mon May 11, 2009 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failed with BASIC transform
Replies: 1
Views: 1208

Hi,

The job is running fine with sequence execution mode (Basic transformer execution mode option is Sequence).

Can anyone please explain it in detail.

Thanks,
by ragunathan13
Sat May 09, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failed with BASIC transform
Replies: 1
Views: 1208

Job failed with BASIC transform

Hi, My job design is Oracle ----> Basic_Transformer ----> Orcale Extracting data from oracle passing through Basic_Transformer and loaded into Oracle table. But this is failed because of the following error node_node1: Player 1 terminated unexpectedly. main_program: Unexpected exit status 1 Unexpect...
by ragunathan13
Thu Feb 05, 2009 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command for listing running jobs
Replies: 2
Views: 1604

Command for listing running jobs

Hi,

Is there any command to get the list of currently running jobs (including instances) from a particular project.

Thanks,
by ragunathan13
Mon Jan 12, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Thanks Len, Its working fine.

But now my source is also having other than Chinese and English characters (like Swedish), is there any options to support all these languages.

Thanks,
by ragunathan13
Thu Jan 08, 2009 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Hi Ray/Lengreenwwood, We tried as Ray had suggested and the code worked out successfully. We set the NLS setting as MS-936-CS . But even after setting the NLS map according to the code given by LenGreenWood,we are still not able to view the chinese characters as such by clicking on "view data&q...
by ragunathan13
Tue Jan 06, 2009 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Hi, We tried as Ray had suggested and the code worked out successfully. We set the NLS setting as MS-936-CS . But even after setting the NLS map according to the code given by LenGreenWood,we are still not able to view the chinese characters as such by clicking on "view data" option in our...
by ragunathan13
Tue Jan 06, 2009 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Hi, The error that we got is as below: Unable to opn "NLS.CLIENT.MAPS" file. Our UVACCOUNT path is set to c:\Datastage\engine.In this folder we have an VOC file which has NLS.CLIENT.MAPS defined in it . But the dssh through which we executed is available in c:\Datastage\engine\bin(not the ...
by ragunathan13
Mon Jan 05, 2009 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Re: Chinese character

Hi Ray... I checked the UV.ACCOUNTS table in the command box of the DS Administrator.The UVACCOUNT is set to the path "c:\#directory path#\engine" whereas the dssh.exe application is available in "c:\#directory path#\engine\bin" path. I am doubting that this might be the reason f...
by ragunathan13
Fri Jan 02, 2009 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Re: Chinese character

We have changed our system settings to incorporate chinese characters. By this I meant I have enabled/checked the option "Install East Asian Languages" in the Date, Time, Language, and Regional Options dialog box inside control panel. Please let us know if any other settings have to be ch...
by ragunathan13
Tue Dec 30, 2008 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18861

Chinese character

Hi LenGreenwood, We are also having the same requirement of handling chinese characters.We have changed our system settings to incorporate chinese characters.We are able to get the chinese characters as it is in the output file.But we are not able to see them when we choose view data option in datas...
by ragunathan13
Mon May 19, 2008 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the job warning limits in director log
Replies: 4
Views: 2278

Thanks Ray and chulett,

I didn't give any limits during run time for both warning and row tabs, also no values like abort after this much rows has been processed in job level.

Thanks, Ragu