Search found 7201 matches

by admin
Thu Jul 26, 2001 12:19 am
Forum: Archive of DataStage Users@Oliver.com
Topic: UDB plug-in : DS doesnt know 24:00:00
Replies: 5
Views: 591

What happens if you make the Data Element for this column "Time"?
by admin
Wed Jul 25, 2001 3:47 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: UDB plug-in : DS doesnt know 24:00:00
Replies: 5
Views: 591

At 04:14 PM 7/25/01 +0100, you wrote: >Hi, > >I use DataStage 4.1 and UDB V7. > >When I use a UDB plug-in to read my data, I get the following warning: > >TESTADSInitDetVehHistExtr.OSDS_DetHist: At row 2, link "Out_T_DetHist", >while processing column "EVNT_ACTVY_ACTUAL_TM" Attempt to convert Long >...
by admin
Wed Jul 25, 2001 3:40 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Deploying packages and including custom Routines and Transfo
Replies: 0
Views: 1301

Deploying packages and including custom Routines and Transfo

Hi, This is my first post to this users group. I work with DataStage v4.1 running on Win2000. I am just getting into deploying packages for read/only execution. Prior to this, I had simply exported jobs and routines to a .DSX file and imported them to my target server. Now I must deploy a package of...
by admin
Wed Jul 25, 2001 3:14 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: UDB plug-in : DS doesnt know 24:00:00
Replies: 5
Views: 591

UDB plug-in : DS doesnt know 24:00:00

Hi, I use DataStage 4.1 and UDB V7. When I use a UDB plug-in to read my data, I get the following warning: TESTADSInitDetVehHistExtr.OSDS_DetHist: At row 2, link "Out_T_DetHist", while processing column "EVNT_ACTVY_ACTUAL_TM" Attempt to convert Long value "86400" to Time type unsuccessful The value ...
by admin
Wed Jul 25, 2001 9:05 am
Forum: Archive of DataStage Users@Oliver.com
Topic: SQLCODE detection in Datastage
Replies: 7
Views: 4395

Derick, Although we use UDB instead of Oracle, weve had a similar problem. We solved this by using the ODBC stage instead of the native UDB plug-in. Regards, An -----Original Message----- From: derick j JOSE [mailto:datastage@rediffmail.com] Sent: woensdag 25 juli 2001 10:38 To: datastage-users@oliv...
by admin
Wed Jul 25, 2001 8:38 am
Forum: Archive of DataStage Users@Oliver.com
Topic: SQLCODE detection in Datastage
Replies: 7
Views: 4395

SQLCODE detection in Datastage

Hello everyone, We are encountering a problem detecting the error code returned from oracle . I have ellaborated the details below. If anyone has experience with this can you please help us ? Software : ---------- Oracle 8.1.6 on NT Ardent Data Stage designer 4.1 What we are doing ------------------...
by admin
Wed Jul 25, 2001 3:10 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Please Remove me from mailing list - 2nd Request
Replies: 1
Views: 335

Instructions for unsubscribing from the DataStage Discussion List To leave the list, send an empty email message to datastage-users-unsubscribe@oliver.com The Mail List Manager program will send you a message asking you to confirm that you want to unsubscribe. Simply Reply to that message. You will ...
by admin
Wed Jul 25, 2001 1:46 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Invoking oracle stored procedure from DataStage
Replies: 3
Views: 1166

Have you IMPORTED the stored procedure definition? -----Original Message----- From: derick j JOSE [mailto:datastage@rediffmail.com] Sent: Tuesday, 24 July 2001 22:16 To: datastage-users@oliver.com Subject: Invoking oracle stored procedure from DataStage Hi, I am trying to call an Oracle stored proce...
by admin
Tue Jul 24, 2001 11:01 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: column ambiguously - table alias
Replies: 2
Views: 701

I just did some quick playing with this, using DataStage 4.1.1. I have always thought that there is a problem with the OCI stage in relation to the derivation property. Why does it have a derivation property for each column if it doesnt use it? The ODBC stage uses the derivation as the expression in...
by admin
Tue Jul 24, 2001 10:49 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Invoking oracle stored procedure from DataStage
Replies: 3
Views: 1166

If you have an Ardent Before/After subroutine called ExecSQL (or similar), you can use it as a before (or after) job subroutine. In the argument box put : PassiveStageName; call ProcName(Param) In the passive stage (odbc) you have to give the connection parameters (DSN and so on). I think it is also...
by admin
Tue Jul 24, 2001 10:38 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: column ambiguously - table alias
Replies: 2
Views: 701

Rahim, do yourself a favor and either: 1) Write and perfect the sql using something like SQL-Navigator, then cut and and paste it into the user-defined SQL section of the OCI stage. 2) Write and perfect the sql using something like SQL-Navigator, then put it into an SQL script and define the OCI sta...
by admin
Tue Jul 24, 2001 10:16 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: column ambiguously - table alias
Replies: 2
Views: 701

column ambiguously - table alias

Is there any way in DataStage, when it generate the query attached the table alias with the column? DSGenerate Query. --------------- Selat a,a,b from a,b where a.a=b.a Actual Query need is -------------------- Select a.a,b.a,b.b from a,b where a.a=b.a Workaround ----------- In Colums tab, add alias...
by admin
Tue Jul 24, 2001 8:46 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Invoking oracle stored procedure from DataStage
Replies: 3
Views: 1166

you may try to call store procedure in OCI directly, choose Updated Action as "User-defined SQL", then call your store procedure. call owner.st_name(params) xiong > -----Original Message----- > From: derick j JOSE [SMTP:datastage@rediffmail.com] > Sent: Wednesday, 25 July 2001 00:16 > To: datastage-...
by admin
Tue Jul 24, 2001 8:13 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: how to remove locks held by the process
Replies: 0
Views: 1228

how to remove locks held by the process

Hi all, How do I remove the locks held by a process if I have killed the process itself. I tried DS.TOOLS and it is not doing the job. I am running Data Stage 3.6 on AIX. Thanks in advance Nilesh _________________________________________________________ For Rs. 20,00,000 worth of Aptech scholarships...
by admin
Tue Jul 24, 2001 12:16 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Invoking oracle stored procedure from DataStage
Replies: 3
Views: 1166

Invoking oracle stored procedure from DataStage

Hi, I am trying to call an Oracle stored procedure from DataStage using the ODBC stage which apparently supports this. However, I am unable to get it working. If someone has got this to work, can you please explain the steps in detail? I am trying to call a simple Oracle procedure which has just one...