Search found 7201 matches
- Tue Sep 04, 2001 11:36 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: sdk/Utility Transforms
- Replies: 4
- Views: 3566
It seems the SDK routines are not catalogued in the standard way. The DEFFUN statement you need is DEFFUN UtilityRunJob(JobName, ParamList, RowLimit, WarnLimit) Using "DSX.UTILITYRUNJOB" Note that the catalog name is all upper case. -----Original Message----- From: Shrikanth Ramanathan [mailto:ar_sh...
- Tue Sep 04, 2001 11:29 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: prefetch buffer
- Replies: 1
- Views: 647
The Oracle documentation suggests that when this error occurs, you should contact Oracle customer support. Have you done this yet? At least Oracle Support should be able to tell you under what situation this error occurs, which might help you in solving the problem. It is possible that the problem l...
- Tue Sep 04, 2001 11:29 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Reporting Assistant
- Replies: 2
- Views: 669
- Tue Sep 04, 2001 11:17 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: prefetch buffer
- Replies: 1
- Views: 647
prefetch buffer
Hi, all One of my DS job aborted, with the error message: "FactXXX.CLARITY_LOOKUP: ORA-24371: data would not fit in current prefetch buffer" It seems an internal OCI error has occurred, after deleted all OCI lookup llinks of this job, the job works normally. I have a few similar job, they works just...
- Tue Sep 04, 2001 8:43 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Reporting Assistant
- Replies: 2
- Views: 669
Reporting Assistant
Has anyone used Reporting Assistant feature in DataStage?
Any comment regarding that feature, problem you faced etc.
regards
Rahim Ladha
e-mail : rahimladha@hotmail.com
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Any comment regarding that feature, problem you faced etc.
regards
Rahim Ladha
e-mail : rahimladha@hotmail.com
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
- Tue Sep 04, 2001 6:32 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: sdk/Utility Transforms
- Replies: 4
- Views: 3566
As Ray notes, I usually stick to the base routines when using Job Control... however, the SDK routines are especially nice when you want to issue one of these commands from within a Transform.... in the depths of a job. Ernie -----Original Message----- From: Shrikanth Ramanathan [mailto:ar_shriks@ya...
- Tue Sep 04, 2001 4:26 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: sdk/Utility Transforms
- Replies: 4
- Views: 3566
I defined the function UtilityRunJob in my job control, as I would define any other user-defined function. i.e. DEFFUN UtilityRunJob(JobName, ParamList, RowLimit, WarnLimit) Using "DSU.UtilityRunJob" But on running the compiled job, it aborted with the following message: DataStage Job 235 Phantom 13...
- Sun Sep 02, 2001 10:48 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Buffer Size
- Replies: 2
- Views: 917
In uvodbc.config file in the project directory on the server, change MAXFETCHBUFF to a larger value. Its default value is 8192; maybe double it. -----Original Message----- From: Roosa, Mike [mailto:Mike.Roosa@getronics.com] Sent: Sunday, 02 September 2001 14:38 To: datastage-users@oliver.com Subject...
- Sun Sep 02, 2001 10:38 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: sdk/Utility Transforms
- Replies: 4
- Views: 3566
If theyre transform functions (and everything under sdkUtility is), you can declare them as functions. For example: DEFFUN UtilityRunJob(Jname,Jparams,Rlimit,Wlimit) Calling "DSU.UtilityRunJob" The "DSU" prefix stands for "DataStage User-written". As to whether its a good practice, only you can make...
- Sun Sep 02, 2001 2:08 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: sdk/Utility Transforms
- Replies: 4
- Views: 3566
sdk/Utility Transforms
Hello, How do we call the sdk/Utility Transforms like UtilityRunJob, UtilityGetRunJobInfo etc. from our job control scripts? How do we define these functions in our job control scripts? Is it a good practise to use these utilities for running our jobs? Regards Shrikanth _____________________________...
- Sun Sep 02, 2001 4:37 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Buffer Size
- Replies: 2
- Views: 917
Buffer Size
Where do I go to increase the buffer size on the datastage server to correct this error:
SQLSTATE=S1000, DBMS.CODE=930122
[Ardent][SQL Client][UNIVERSE]UniVerse/SQL: Row length exceeds buffer size.
SQLSTATE=S1000, DBMS.CODE=930122
[Ardent][SQL Client][UNIVERSE]UniVerse/SQL: Row length exceeds buffer size.
- Thu Aug 30, 2001 8:22 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: PICS9 - COMP-3 Problems
- Replies: 6
- Views: 746
If you are running 4.1 or above you can use the server side Complex Flat File Stage I believe. -----Original Message----- From: Dan Paolini [mailto:daniel.paolini@oit.state.nj.us] Sent: Friday, August 31, 2001 2:11 AM To: datastage-users@oliver.com Subject: Re: PICS9 - COMP-3 Problems "Vincent, Brad...
- Thu Aug 30, 2001 4:46 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Reading Old Progress data via DataStage
- Replies: 2
- Views: 633
You can download trial version of the driver from www.merant.com. However, the driver is not free and whats worse, as far as i had tried it, it seemed to be extremely slow. Btw. ask Merant for manual if you decide to install it, the driver requires some system changes on client as well as on the ser...
- Thu Aug 30, 2001 4:29 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: PICS9 - COMP-3 Problems/Resolved
- Replies: 1
- Views: 448
ptoneatto@diormail.com wrote: > COMP-3 fields cannot be converted from EBCDIC to ASCII since they are > not EBCDIC. They even not use an alphabet. COMP-3 fields need a > specific conversion. What you say is true. It isnt what we were asking. The Comp3 format was embedded in a file that otherwise was...
- Thu Aug 30, 2001 4:29 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: PICS9 - COMP-3 Problems/Resolved
- Replies: 1
- Views: 448
PICS9 - COMP-3 Problems/Resolved
This is a topic for an orphaned message.