Search found 36 matches

by SPA_BI
Sun Apr 26, 2009 10:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add days to a date in transformer lookup
Replies: 3
Views: 3378

How to add days to a date in transformer lookup

Hi, I have a situation where I am looking up days between Target Date and Task Complete date. In the transformer I am looking up workdays and holidays in between. I need to pass the Target Date and Task Complete date and it returns the number of workdays or holidays. Now the issue is that even thoug...
by SPA_BI
Sat Jun 14, 2008 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault type is 11
Replies: 5
Views: 2848

recompiling doesn't provide more error information (the complete address never displays in the log). The transform just loads data to the sequential file, and generates an extra column called AGGREG_DATE using the following input Oconv(DATE(),"DYMD[4,2,2]"):" ": Oconv(TIME(),&quo...
by SPA_BI
Sat Jun 14, 2008 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault type is 11
Replies: 5
Views: 2848

nothing that I'm aware of in the week since this datastage job last ran. I will confirm with unix support as to whether they have done anything to the unix server tomorrow though (usually they post around notification if they do though). Curiously, about 5 hours after attempting to re-run this job, ...
by SPA_BI
Sat Jun 14, 2008 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault type is 11
Replies: 5
Views: 2848

Fault type is 11

Hi there, I've been reading the forum regarding error of "Fault type is 11", and tried out some of the solutions such as altering the buffer and timeout figures, ensuring the job doesn't aort after a single warning, and killing off phantoms. My job still aborts when I try to run, and gives...
by SPA_BI
Tue Jul 17, 2007 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What are the features of datastage 8X
Replies: 4
Views: 2156

Hi,

Is Datastage 8 for Solaris Unix out yet?
by SPA_BI
Tue Jul 17, 2007 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Redistributing DataStage Development Kit Applications
Replies: 5
Views: 3212

I thought those datastage api functions are supposed to be DLL imported so the compiler shouldn't be trying to link those functions.

Did anyone get this to work, ever?
by SPA_BI
Sun Jul 15, 2007 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Redistributing DataStage Development Kit Applications
Replies: 5
Views: 3212

Hi,
Anyone one else ever came across this link error before?
by SPA_BI
Thu Jul 12, 2007 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Redistributing DataStage Development Kit Applications
Replies: 5
Views: 3212

Hi, If I redistribute in English speaking countries, vmdsapiENU.dll will do, right? Also, do I just need to place the dlls (DSCLNT32.DLL, dsrpc32.dll and vmdsapi.dll) in the same directory as the compiled executable? I suspect I'm not putting them in the right place as I'm getting the following link...
by SPA_BI
Thu Jul 05, 2007 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Redistributing DataStage Development Kit Applications
Replies: 5
Views: 3212

Redistributing DataStage Development Kit Applications

Hi, in the document it says: If you want to run the application from a computer used as a DataStage client, you should redistribute the following library with your application: vmdsapi.dll This file refers to the 'C:\Program Files\Ascential\DataStage7.5.1\vmdsapiENU.dll" right? Also, we run ser...
by SPA_BI
Wed Jul 04, 2007 8:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trigger jobs by events and if datastage supports web service
Replies: 8
Views: 3769

I just went to www.ibm.com and did a search on "DataStage SOA" and got several references to red books, pdf files and other documents. The first big hit is This page Hi, that all seem like it's for Datastage 8. Has anyone ever used SOA in Datastage 7.5. If so, any comments regarding the S...
by SPA_BI
Wed Jul 04, 2007 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trigger jobs by events and if datastage supports web service
Replies: 8
Views: 3769

chulett wrote:No, it means you need to look into issuing 'remote shell' commands.

And yes, DataStage has support for SOA, like web services, etc.
Hi, where can I find more information on DstaStage's SOA support, is it a plug-in we need to buy? Where can I find to documentation/white paper for it?
by SPA_BI
Tue Jul 03, 2007 9:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trigger jobs by events and if datastage supports web service
Replies: 8
Views: 3769

ArndW wrote:The command line program dsjob lets jobs be started on a remote system, the syntax is dsjob -server {name} -user {name} -password {name} -run -mode NORMAL {project} {job}[/b]
That means I'll need to copy the dsjob program to the 'a1' server right? Where is dsjob located?
by SPA_BI
Tue Jul 03, 2007 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trigger jobs by events and if datastage supports web service
Replies: 8
Views: 3769

trigger jobs by events and if datastage supports web service

Hi, Can datastage jobs be triggered by events from another server? Say I have a transaction on server 'a1', and after that transaction completes, I want to run a datastage job on the server 'a2'. Is that doable? Also does datastage have any support for service oriented architecture, like web service...
by SPA_BI
Mon Jul 02, 2007 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between clear before and truncate before insert
Replies: 2
Views: 1999

Thank you very much you've answered my question.

If I want users to constantly be able to query the table I need to use the delete, rather than truncate function.

Cheers.
by SPA_BI
Mon Jul 02, 2007 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between clear before and truncate before insert
Replies: 2
Views: 1999

Difference between clear before and truncate before insert

Using DataStage Server Edition, oracle OCI Stage When selecting how to update a table there are two options I'm interested in. Clear table then insert rows and Truncate table then insert rows. I know the difference between the delete and truncate functions, but what I would like to know is how DataS...