Search found 192 matches

by ds_is_fun
Wed Oct 03, 2007 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DsJobReport - write status to a specific file
Replies: 1
Views: 1006

DsJobReport - write status to a specific file

Im using DSJobReport after job subroutine. Is there anyway where I could write the status to a specific file and only see Job status in it?
by ds_is_fun
Tue Oct 02, 2007 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status in a file
Replies: 6
Views: 1692

Im unable to use in after job subroutine from "Job properties". It has a pre-defined list of functions and wouldn't let me add new function.
by ds_is_fun
Tue Oct 02, 2007 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status in a file
Replies: 6
Views: 1692

can we not have something as in server DSGetJobInfo function in PX?
Is running through a command prompt only option to know about status of a job run in PX?
by ds_is_fun
Tue Oct 02, 2007 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status in a file
Replies: 6
Views: 1692

Job Status in a file

How to capture job run status in a file in PX?
I want to know if it run sucessfully/aborted ?
by ds_is_fun
Fri Sep 28, 2007 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job aborts..capture status in DS
Replies: 5
Views: 2030

I think we need the filehandle, Infotype as -
DSGetJobInfo(DSJ.ME,DSJ.JOBSTATUS)
When job runs successfully value is 0. what are other numbers?
by ds_is_fun
Fri Sep 28, 2007 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Char40 to Char10
Replies: 3
Views: 1898

Char40 to Char10

Im moving data from source type CHAR40 To target type CHAR10. When I load the data into SQLSERVER im getting an Warning message - Ref_T63GS02_Load_S_T_US_v6..Transformer_2.DSLink4: DSD.BCIPut call to SQLExecute returned informational message. SQLSTATE=01004, DBMS.CODE=0 [DataStage][SQL Client]Data h...
by ds_is_fun
Thu Sep 27, 2007 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job aborts..capture status in DS
Replies: 5
Views: 2030

DS job aborts..capture status in DS

If my DS Server job aborts how do I capture the status? I want ideally want to capture the status into a column in transformer stage. Thanks1
by ds_is_fun
Thu Sep 27, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automizing parameter values with a concurrent architecture
Replies: 2
Views: 1147

Automizing parameter values with a concurrent architecture

Re-posting as there was no answer on this since yesterday. Any solution response would be appreciated. ------- We currently have an architecture where we will be running batch loads based on a RUNDATE on a daily basis. There are three stages that the data batch needs to pass through. Stage 1. Source...
by ds_is_fun
Thu Sep 27, 2007 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue & KeyMgtGetNextValueConcurrent
Replies: 9
Views: 3977

How do we achieve the same key generation functionality in PX?
Im looking for generating keys pointing to a file that would store next val just like the these 2 routines in Server. Thx
by ds_is_fun
Wed Sep 26, 2007 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automizing parameter values with a concurrent architecture
Replies: 3
Views: 1289

There was no urgency seeked as remarked. There was tremendous posts today and din't want the post to be lost from "Recent Topics". May be that was crazy but motivation was diligent.
Would appreciate any suggestion on the architecture. No rush! Thanks!
by ds_is_fun
Wed Sep 26, 2007 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric to BigInt in Server
Replies: 1
Views: 953

Numeric to BigInt in Server

How do I convert a numeric value to BigInt in Server?
Eg 100.44 to 100.
Thanks
by ds_is_fun
Wed Sep 26, 2007 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automizing parameter values with a concurrent architecture
Replies: 3
Views: 1289

Automizing parameter values with a concurrent architecture

We currently have an architecture where we will be running batch loads based on a RUNDATE on a daily basis. There are three stages that the data batch needs to pass through. Stage 1. Source - Standardization Stage 2. Standardization - Cleansing Stage 3. Cleansing - Target In the first stage we extra...
by ds_is_fun
Tue Sep 25, 2007 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error - Importing DATE metadata from Oracle in DS801
Replies: 1
Views: 2146

Error - Importing DATE metadata from Oracle in DS801

When I import my table which has column type DATE it wouldn't let me view my data. Error below - ##I IIS-DSEE-TUTL-00031 10:48:03(001) <main_program> The open files limit is 15000; raising to 65536. ##I IIS-DSEE-TOSH-00002 10:48:03(002) <main_program> orchgeneral: loaded ##I IIS-DSEE-TOSH-00002 10:4...
by ds_is_fun
Mon Sep 24, 2007 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dependencies
Replies: 1
Views: 768

Dependencies

I have a file listed in the Dependencies of Job properties.
Assuming I have a value in the file that I want to use in transformer stage. How do I achieve that?