Search found 52 matches

by vinodhraj
Fri Apr 07, 2006 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Setting Job parameters at run Time
Replies: 4
Views: 1373

Re: Run Time Job Parameters

Create a job that takes a the filename and date parameters and in the transformer use SetJobUserStatus() to set a proper status that will be a concatenated filename and date. In the sequence you can retrieve the returned status with .$UserStatus and pass it to the job that contains FTP stage. Pleas...
by vinodhraj
Thu Apr 06, 2006 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Setting Job parameters at run Time
Replies: 4
Views: 1373

Regarding Setting Job parameters at run Time

Hi, I am using FTP stage. File to be FTPed to the NT Server from Unix platform. file Naming convention would be: FileName(Date) for FileName - Job parameter Date - Job parameter but needs to be set at the run time. How can i set the job parameters at run time??? Thanks for ur replay in adavance. Reg...
by vinodhraj
Mon Mar 06, 2006 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository functions
Replies: 2
Views: 1383

Repository functions

Hi DSGurus,

Can any one help me, how to use these functions which exists in repository

mksqlassoc
mksqlcol
mksqlcon
mksqlfile
mksqlprm
mksqlrefer
mksqluniq

Thanks

Vinod
by vinodhraj
Thu Mar 02, 2006 10:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob.exe
Replies: 9
Views: 2731

Hi, I have got the solution in changing the .profile LIBPATH in home directory Before it is pointing somewhere. PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:. export PATH LIBPATH=/baselwb/dsadmhome/Ascential/DataStage/DSEngine/lib export LIBPATH if [ -s "$MAIL" ] # Th...
by vinodhraj
Wed Feb 15, 2006 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob.exe
Replies: 2
Views: 979

dsjob.exe

When I run dsjob.exe then I get the following error 0509-036 Cannot load program ./dsjob because of the following errors: 0509-150 Dependent module libvmdsapi.so could not be loaded. 0509-022 Cannot load module libvmdsapi.so. 0509-026 System error: A file or directory in the path name does not exist...
by vinodhraj
Wed Feb 15, 2006 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob.exe
Replies: 9
Views: 2731

dsjob.exe

When I run dsjob.exe then I get the following error 0509-036 Cannot load program ./dsjob because of the following errors: 0509-150 Dependent module libvmdsapi.so could not be loaded. 0509-022 Cannot load module libvmdsapi.so. 0509-026 System error: A file or directory in the path name does not exist...
by vinodhraj
Sun Feb 12, 2006 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sheduling
Replies: 5
Views: 1487

hi Kenneth Bland, I know these steps has to be followed.. 1. dsjob -run <<project name >> <<job name>> 2. dsjob -report <<project name >> <<job name>> 3. dsjob -logdetail <<project name >> <<job name>> 4. (cat text.txt; uuencode /tmp/reports/prod_report.$date prod_dailyreport.txt) |mailx -s "Da...
by vinodhraj
Sat Feb 11, 2006 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sheduling
Replies: 5
Views: 1487

sheduling

Hi, I need a unix script to schedule 5 jobs at a particular time in sequence one after another and the status should be updating a table which consists of table name and status as attributes. Even if one warning comes, the status should be updated as failed and the job report and job logs have to be...
by vinodhraj
Wed Feb 08, 2006 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage analysis of hash file
Replies: 4
Views: 1148

usage analysis of hash file

Hi DS Gurus,

I have hash files outside the repository. How I can do usage analysis ?

Thanks

Vinod
by vinodhraj
Tue Jan 10, 2006 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to abort a job inside a transformer
Replies: 3
Views: 1877

how to abort a job inside a transformer

Hi,

How can I abort a job inside a transformer?

Shall I can use UtilityAbortToLog routine to stop the job?

Vinod
by vinodhraj
Mon Jan 09, 2006 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving data from command line
Replies: 1
Views: 784

Retrieving data from command line

Hi,

I want to write data into a text file which is obtained from ds administrator command line.

for eg

SELECT * FROM DS_AUDIT

The results has to be populated into a text file.

Any solution

Thanks

Vinod
by vinodhraj
Mon Dec 05, 2005 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating hash file
Replies: 10
Views: 2217

Hi ray,

This is the warning I got, no information about the hash file and only just abnormal termination of job name alone give in the log.

"Abnormal termination of stage LOADIPXIPStagingRecon.SCI_D_UK_ORG_MAP_18264.LC_IPXIP_Recon detected"

Thanks

vinod
by vinodhraj
Mon Dec 05, 2005 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating hash file
Replies: 10
Views: 2217

Thanks all, I am doing migration 71. to 7.5. I have 5 hash files collected by a link collector and populated into a seq file. When running on 7.5 it shows abnormal termination. Then I had made a fix, by inserting seq files after hash files followed by link collector. My question is why it is not wor...
by vinodhraj
Sat Dec 03, 2005 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating hash file
Replies: 10
Views: 2217

Validating hash file

Hi DS Gurus,

I need a routine to validate a hash file.

Thanks

Vinod
by vinodhraj
Wed Nov 16, 2005 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure running fine in DB but throws warning in DS
Replies: 0
Views: 707

Stored Procedure running fine in DB but throws warning in DS

Hi DS Gurus, I am calling a DB2 SP in a db stage. This SP is built with some Dynamic SQL statements but Execute immediate statements were not used in it. This procedure works fine in database but while executing in dtastage it shows warning (Prepare or Execute Statement is blank or empty SQLSTATE=42...