Search found 49 matches

by mchaves
Mon Dec 19, 2005 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass the parameters to a job
Replies: 5
Views: 1993

Yes, I have.

But the command insert parameter value inserts the parameter name and ds is complains about the syntax. I have tried informing the parameter name between ## but it didn't work.
by mchaves
Mon Dec 19, 2005 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass the parameters to a job
Replies: 5
Views: 1993

How to pass the parameters to a job

Hi there,

I have some parameters defined in Sequence, but I am not getting the right syntax when passing them through to the jobs in the sequence.

Any ideas about the right syntax?

Thanks
by mchaves
Tue Nov 22, 2005 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of infmxcli.dll
Replies: 2
Views: 1545

Hi Roy, Thanks for your interest in helping me. Yes, it was working before. It's been very hard to identify the problem. I tested the informix client and it is working. Have changed the user that executes datastage as service to admin and it still doesn't work. As another test, I've written a perl s...
by mchaves
Mon Nov 21, 2005 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of infmxcli.dll
Replies: 2
Views: 1545

ds_loadlibrary: Win32 error in LoadLibrary of infmxcli.dll

Hi there, I am getting this error when trying to run a job that pulls data from an informix database into a file. I am using the informix stage. This job worked before but suddenly it stopped. Any ideas on how to resolve this??? This is the entire error message: ds_loadlibrary: Win32 error in LoadLi...
by mchaves
Thu Nov 10, 2005 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating from DS7.0 to DS7.5
Replies: 1
Views: 823

Migrating from DS7.0 to DS7.5

Hi there,

Has anyone had any issue when migrating from datastage 7.0/7.1 to 7.5?

Thanks,
by mchaves
Tue Nov 08, 2005 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informix warning
Replies: 2
Views: 1042

Thanks Ray.
by mchaves
Tue Nov 08, 2005 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informix warning
Replies: 2
Views: 1042

Informix warning

Hi there, I am getting a warning from informix every time I run a ds job. It's not causing the job to fail but I'd like to see if anyone has ever seen this before and resolved. This is the waring : BadDebt..Informix_CLI_1: This data source does not support transactions. The job has a odbc connection...
by mchaves
Mon Nov 07, 2005 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to dynamically name a file
Replies: 5
Views: 2089

Got it!!!

The file name in the sequential file stage should look like :

#Source_Dir#\DailyBadDebt-#DSJobStartDate#.csv
by mchaves
Mon Nov 07, 2005 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to dynamically name a file
Replies: 5
Views: 2089

Mate,

I would like to use a macro. Could you post an example using macro?


Cheers
by mchaves
Mon Nov 07, 2005 10:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to dynamically name a file
Replies: 5
Views: 2089

How to dynamically name a file

Hi there,

I need to export data into a file that has to have this sort of name "dailyextract_yyyymmdd". How can I do this using a job?

I know that's something to be informed in the filename in the sequential file stage but I am not sure what.

Cheers
by mchaves
Thu Sep 15, 2005 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use perl to query info from DS repository
Replies: 5
Views: 1292

Hi Ray,

Thanks for reply. Mate, I know that ds repository is a database but I couldn't find any information on how to pull data from it. Do you mind elaborating a bit more on it? Just tell me how setup a connection to it like odbc or something.

Cheers,
by mchaves
Thu Sep 15, 2005 6:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use perl to query info from DS repository
Replies: 5
Views: 1292

How to use perl to query info from DS repository

Hi there,

Has anyone ever queried the ds repository using perl? If so, can you provide an example ?

Thanks,
Melquior
by mchaves
Mon Sep 12, 2005 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find a huge job log
Replies: 14
Views: 6220

Hi Deepak,

The problem is that we don't which jobs have generated such huge logs. I would to have a script the pulls the jobs and how much log data each job has.


Thanks,
Melquior
by mchaves
Mon Sep 12, 2005 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find a huge job log
Replies: 14
Views: 6220

How to find a huge job log

Hi,

I need to find a huge log generated by job within 1000 jobs in order to delete it. How can I do that quickly?

Thanks
by mchaves
Mon Aug 15, 2005 9:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bubble Sort
Replies: 5
Views: 3469

Re: Bubble Sort

bdixon wrote:Hi All,

Does anyone have an example of a bubble sort in a before subroutine?

Brad
Hi Brad,

Why do you need a bubble sort procedure? I mean, could you clarify your need a bit more?