Search found 107 matches

by diamondabhi
Mon Oct 09, 2006 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Question
Replies: 7
Views: 1879

Then you should change the values of the environment variables in the job parameters tab to $PROJDEF, that will resolve your issue.
by diamondabhi
Mon Oct 09, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup failing gives wrong warning message
Replies: 8
Views: 3008

Could you please post exact error message that you are getting
by diamondabhi
Mon Oct 09, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Question
Replies: 7
Views: 1879

Did you define the value of the evnvironment variable as $PROJDEF or hard coded the values?
by diamondabhi
Mon Jul 24, 2006 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rebuild Index
Replies: 3
Views: 1426

Never mind, got the answer. It just rebuilds the current project.

Thanks.
by diamondabhi
Mon Jul 24, 2006 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rebuild Index
Replies: 3
Views: 1426

rebuild Index

If we rebuild indices from DS.Tools, does it rebuild indices in the selcted project or all the projects on that server.

Thanks,
Diamondabhi.
by diamondabhi
Tue Jul 11, 2006 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running
Replies: 5
Views: 1359

I have compiled jobs and tried to run them using the following command:
dsjob -run -jobstatus MANAGEMENT jobname

I am getting the following error message:
Error running job

Status code = -14 DSJE_TIMEOUT


Thanks.
by diamondabhi
Tue Jul 11, 2006 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running
Replies: 5
Views: 1359

Jobs not running

Gurus,
I am trying to run the jobs and none of jobs are running. It doesnt show any log and also I tried running using dsjob even then the job is not starting. It doesn't show any error. These jobs were running fine until last week. Please help me fix the issue. We even bounced the box.

Thanks,
Sai.
by diamondabhi
Mon May 15, 2006 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE FORMAT
Replies: 10
Views: 2279

Then load the column into a stage variable and trim the special character and then load into the table.
by diamondabhi
Mon May 15, 2006 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE FORMAT
Replies: 10
Views: 2279

so you wnat the length to be 8?
by diamondabhi
Mon May 15, 2006 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Varchar2 to TimeStamp & Date to Timestamp
Replies: 3
Views: 1073

For:
1) use to_char in the sql
2) U can use iconv and oconv

Thanks,
Sai.
by diamondabhi
Tue May 09, 2006 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Production
Replies: 4
Views: 3016

The first thing would be using parameters, if you are using version control then making the production jobs read only. And as kris said post more specific questions.
by diamondabhi
Thu May 04, 2006 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file name
Replies: 2
Views: 1128

I think you can Use Timestamp as a JobParameter and use that parameter while naming the file.
by diamondabhi
Fri Apr 21, 2006 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to detect and create combinations??
Replies: 26
Views: 5164

I from what I understand , you can use substring and check for 'd' in the constarint and insert the rows. If this is not u what you were expecting to do then please post more info.
by diamondabhi
Fri Apr 21, 2006 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server
Replies: 4
Views: 1055

As dsguru said u can use hashed file stage. Please post what you want to do exactly?
by diamondabhi
Fri Apr 21, 2006 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size is not compatible plz help.
Replies: 6
Views: 1854

For update existing or insert new rows , you need the array size to be set to 1.