Search found 9 matches

by dsguy78
Wed Mar 17, 2010 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequences Migration
Replies: 3
Views: 2333

I test the routine in the UAT project and then copied the SDKSequences and D_SDKSequences files from DEV to UAT.

It worked. Thanks.
by dsguy78
Tue Mar 09, 2010 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequences Migration
Replies: 3
Views: 2333

SDKSequences Migration

I need to migrate SDKSequences from my Development server to UAT server. My servers are in Sun Solaris.

How to do it? Please let me know.

Thanks.
by dsguy78
Mon Jun 08, 2009 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence re-startability
Replies: 1
Views: 1177

Sequence re-startability

Hi, I have created a sequence to run three jobs. If any of the jobs finished with status other than OK then my sequence aborts. The problem: If any job finished with warnings, it will abort the sequence. If I re-start the sequence the job which finished with warnings gets skipped. Any idea how to av...
by dsguy78
Wed Jun 03, 2009 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling User Defined SQL file in DRS stage
Replies: 6
Views: 2691

I have used the third option with full path but it was not working because I was only testing using viewdata.

Then I remember that viewdata will not work here. It will only read in runtime.

Thanks Craig, its working now.
by dsguy78
Wed Jun 03, 2009 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling User Defined SQL file in DRS stage
Replies: 6
Views: 2691

I tried using:

FILE='FILENAME.SQL'

OR

'FILE=FILENAME.SQL'

OR

FILE=FILENAME.SQL

Still not working.
by dsguy78
Wed Jun 03, 2009 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling User Defined SQL file in DRS stage
Replies: 6
Views: 2691

I am getting the error: NW_EPM_GLW_FTF_F_NW_DOLLAR_C_VW_FOOTER..Dynamic_RDBMS_61: ORA-00903: invalid table name DSTAGE-DRS-0122`:`Token 'FILE=' is required for specifying User-defined SQL file NW_EPM_GLW_FTF_F_NW_DOLLAR_C_VW_FOOTER..D ynamic_RDBMS_61.DSLink1: DSP.Open GCI $DSP.Open error -100. How t...
by dsguy78
Wed Jun 03, 2009 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling User Defined SQL file in DRS stage
Replies: 6
Views: 2691

Calling User Defined SQL file in DRS stage

I need to call a user defined sql file from DRS stage. This SQL file will have "select" statement.

I tried the DRS stage to call user-defined SQL ,but its not working.

If anybody knows the exact way to call user defined sql file then it will be great.

Thanks.
by dsguy78
Tue Apr 21, 2009 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Funnel records in Server Job
Replies: 6
Views: 4775

How Funnel records in Server Job

I receive data from 3 files and I need to Funnel them and load it to a table.

In parallel job it could have been done by Funnel stage.

I am using server job. Please let me know how it can be done in server job.

*Note: Moved to correct forum - Content Editor *
by dsguy78
Thu Apr 09, 2009 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Date Funtions in PX Transformer
Replies: 1
Views: 1325

Oracle Date Funtions in PX Transformer

Is there any way to do the oracle date functions listed below in PX transformer?

add_days()
add_months()

Please let me know.

Thanks.