Search found 38 matches

by degraciavg
Wed Aug 13, 2003 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborting randomly, runs successfully also
Replies: 6
Views: 1856

I encountered this problem before with the Aggregator stage on 4.2. I think this stage has got a memory leak problem. I once filed a case with Ascential tech support but didn't pursue it because I was not able to send the test data to them... perhaps, you would want escalate your case to them... You...
by degraciavg
Tue Aug 05, 2003 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't stop a sequence/job
Replies: 6
Views: 1335

Hi Johnno,

Please try the following...

1. Open DS Director
2. Highlight your job
3. From menu, click Job then Clear Status File
4. If the file still shows "Running", open it in DS Designer and re-compile

Hope this helps... [:)]

vladimir
by degraciavg
Mon Aug 04, 2003 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Different format in a flat file???
Replies: 8
Views: 2697

Hi srsr, Here's a nice trick you can do with sequential files having headers and footers... or with different record layouts, in general... 1) Normally, the header records and footer records will not have as many columns as the file details records. In the sequential file stage, while reading the fi...
by degraciavg
Mon Aug 04, 2003 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Best Practices Class
Replies: 5
Views: 2533

Hi ND,

You may contact Jane Lim, Ascential's Sales Director in Southeast Asia (jane.lim@ascentialsoftware.com). They conduct regular courses in Singapore including the advanced courses.

Cheers,
Vladimir
by degraciavg
Fri Jul 25, 2003 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rounding off to Nearst Integer Please Help Me...
Replies: 3
Views: 2139

Hi Rajan,

Another altenative is to use the FMT() function, e.g.

FMT(DateDiff, 0)

Cheers,
Vladimir

vladimir
by degraciavg
Thu Jul 24, 2003 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use DS Routines in a controlling job
Replies: 6
Views: 1813

hi Stephan, pls use all upper case for DSX.UTILITYHASHLOOKUP. if this doesn't work, pls 1. check if this SDK function is compiled 2. check in the directory DSU_BP.O under your project directory if it exists (take note of the case) i tried in my machine and it works. i'm using DS 6.0.1 running on Sol...
by degraciavg
Thu Jul 24, 2003 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use DS Routines in a controlling job
Replies: 6
Views: 1813

hi stephan,

pls try this...

DefFun UtilityHashLookup(A1,A2,A3) Calling "DSX.UtilityHashLookup"

hope it helps

cheers,
vladimir
by degraciavg
Wed Jul 23, 2003 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with calling Oracle Stored Procedure
Replies: 6
Views: 2455

hi raj,

you can use CALL in the Oracle OCI stage. below is an example on how to run a stored proc without parameter,

CALL SampleProc()

i've used and tested it before (on Ora8i and 9i) and it works... you might want to try it...

vladimir

[/quote]