Search found 38 matches

by Zabeerulla
Tue May 08, 2007 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 7719

Hi, Please find the steps below to unlock the job which has been locked. Please be aware that no one else is using the job. 1. Log on to DataStage Telnet Server (e.g. TELNET <ServerIP> ) 2. Logon to Server using Username and password. 3. Type LIST.READU EVERY. Check for the job which has been locked...
by Zabeerulla
Wed Dec 06, 2006 9:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 8713

Hi,

Actually the code belongs to the GetJobReport built in routine of DataStage. I have modified it to generate log of the job into a text file. Ray & Chulett, thanks for the advice & comments.
by Zabeerulla
Wed Dec 06, 2006 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 8713

Hi, Sorry, forgot to customize the code as per the requirement. Call the routine from the Job Properties window and just specify the Directory Name where to create the log file in the Input Value field. Execute the job, it will create log of the job in the text file. Please find the updated code bel...
by Zabeerulla
Wed Dec 06, 2006 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 8713

Hi, Please find the Before/After Subroutine Code below. This routine will direct the log of the log into a text file. Call this routine in the Job Properties window and specify the type of the file (1 for text file ) and the directory in the Input Value field. It writes the log of that job under the...
by Zabeerulla
Mon Oct 30, 2006 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSclient_xpsp2.zip
Replies: 2
Views: 2033

If u need, send me your mail id. I'll send the patch to u.
by Zabeerulla
Mon Oct 09, 2006 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 5789

Can u please tell me how to change default date format when the NLS option is enabled. I just want to change the time from 24 hour format to 12 hour format.
by Zabeerulla
Mon Oct 09, 2006 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 5789

Hi,

Otherwise please tell me how to disable the NLS settings for a particular project.
by Zabeerulla
Mon Oct 09, 2006 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 5789

Hi ArndW, The routine works fine in DS 7.51 with NLS version for the following codes: Ans = Iconv(Arg1[1,8], "DYMD") Or Ans = Iconv(Arg1[1,8], "D ") But if I want to use the same below code in both the versions, can you please tell me what I need to do. Ans = Iconv(Arg1[1,8], &qu...
by Zabeerulla
Sun Oct 08, 2006 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 5789

Hi,

Examples:

DS 7.1 without NLS

Value Result
20060902 00:00:00.000 14125
19671231 00:00:00.000 0

DS 7.5 with NLS

Value Result
20060902 00:00:00.000 -389172
19671231 00:00:00.000 Nothing
by Zabeerulla
Sun Oct 08, 2006 10:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 5789

Iconv Issue in Different Versions

Hi,

I have one routine with the below code.

Ans = Iconv(Arg1[1,8], "D")

The same routine with same passing values is returning different results on DataStage 7.1 without NLS and DataStage 7.5 with NLS enabled is giving different results. Please advice how to overcome this issue.
by Zabeerulla
Fri Jul 14, 2006 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 6969

Thanks Kim.

The information was very useful.
by Zabeerulla
Tue Jul 11, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 6969

Ray,

I was working on the dscmdexport command. In the meanwhile I needed to export one job. So I used the Manager, there I unchecked the XML option as I wanted it in dsx format. After I resumed to dscmdexport issue, then it was working properly. So I thought this may be the issue.

Thanks to all!
by Zabeerulla
Tue Jul 11, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 6969

I found the issue regarding this. This is the problem with Manager. I have used the Manager for exporting jobs as XML Document. After that if u try to run from the Command line which exports as dsx file, we'll get this replace file window. Before running the dscmdexport command, Go into the 'Export ...
by Zabeerulla
Tue Jul 11, 2006 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 6969

That's not working!
by Zabeerulla
Tue Jul 11, 2006 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 6969

Hi,

The problem is not with the syntax. When it executes, its asking for to replace the existing file. When I say yes, it's exporting all the jobs to that file. The problem is there is no file in that path for which I am exporting the project.