Search found 42 matches

by zam62
Tue Jan 23, 2007 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequences
Replies: 2
Views: 1360

Re: Sequences

I am familiar with the sequence function in the server environment, is this done using the surrogate key generator stage, and if so, is the last number used saved somewhere or does is have to be derived at the beginning of job where the sequence is needed? The Surrogate Key generator has a 'start v...
by zam62
Tue Jan 23, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The view adapter has a binding for the non-existent destinat
Replies: 1
Views: 1831

Sorry...thought I selected the Enterprise Edition and not Server edition. Should have looked harder, my bad!
by zam62
Tue Jan 23, 2007 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The view adapter has a binding for the non-existent destinat
Replies: 1
Views: 1831

The view adapter has a binding for the non-existent destinat

when running a job, I get the error below... LU3: When checking operator: The view adapter has a binding for the non-existent destination field "PA_REQUEST_ID". I do not comprehend why because the mappings is as follows: The main Input is PA_REQUEST_ID TIME_IN PROGRAM_NAME ... ... STATUS_N...
by zam62
Fri Nov 03, 2006 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp From "yyyy/mm/dd hh:mi:ss AM/PM"
Replies: 2
Views: 2424

I created six(6) stage variables, probably could have gotten away with less to accomplish my task.... svCreatedOn := nulltovalue(lnSeqCode.CREATED_ON,"01/01/0001 12:00:00 AM") svCrOnHr := trim(svCreatedOn[Index(svCreatedOn,":",1)-2,2] ," ","A") svCrRestOfTime ...
by zam62
Fri Nov 03, 2006 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp From "yyyy/mm/dd hh:mi:ss AM/PM"
Replies: 2
Views: 2424

TimeStamp From "yyyy/mm/dd hh:mi:ss AM/PM"

I have some flat file data that contains timestamps in the form of "YYYY/MM/DD HH:MI:SS AM/PM". I need to convert it to Oracle timestamp In the target Database. Using a server job, I simple created a routine to do the transformation. However, the requirement is to have it done in a paralle...
by zam62
Thu Oct 26, 2006 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Data conversion
Replies: 7
Views: 4038

WhyIsIt?

In the Database I defined the column as NUMBER. When I imported the table into DataStage, that same field gets created at decimal(38,10). Where is that translation being set, I keep getting errors/warnings on the field. How is it that Datastage 'changes' the type from Number to decimal 38,10. Is the...
by zam62
Mon Oct 23, 2006 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Data conversion
Replies: 7
Views: 4038

Another Error I get is this: CONV_LD_DIAGNOSIS,0: Column LAST_VAL floating point decimal is not fully supported; adjusting the scale. f I make it an integer, I get a conversion error. If I make it a Decimal I get this error. If I make it a varchar, it will be incorrect in the DB. Is there something ...
by zam62
Mon Oct 23, 2006 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Data conversion
Replies: 7
Views: 4038

thanks Ray for the (partial) response.

Unfortunately my company does not want Premium sponsorship so I could only see the first few sentences. Is there any other way to get a response that we non-premium dsxchangers can view?

:(
by zam62
Fri Oct 20, 2006 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Data conversion
Replies: 7
Views: 4038

Error in Data conversion

A parallel job running into the following... I have a field in a table defined as follows: CREATE TABLE diagnosis (diagnosis_iid NUMBER, I have a select that is as follows: (SELECT nvl(MAX(DIAGNOSIS_IID) ,0) LAST_VAL FROM #SCHEMA#.DIAGNOSIS) The job contains one transformer and the field is mapped t...
by zam62
Thu Oct 19, 2006 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Error
Replies: 10
Views: 4837

kumar_s That is another issue in and of itself. We brought the server down and back, ran some of the rebuild features, looked into DS.TOOLS, and cleaned out the &PH& directory. I also deleted some old sequential files in the project directory. After all of those were completed, the error van...
by zam62
Thu Oct 12, 2006 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Error
Replies: 10
Views: 4837

Server Error

We have mulitple projects on a single server. One of the projects starting to get an error message this morning. All of the other projects appear to be functional. The error is: Error calling subroutine: DSR_PROJECT (Action=8); check DataStage is set up correctly in project XXXXXX_XXXX_XXXXX(Name ch...
by zam62
Fri Sep 16, 2005 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined SQL
Replies: 7
Views: 3863

Re: User Defined SQL

We have User Define SQL tht was a copy/paste from the Update Existing/Insert New Action on the ORacle OCI 9i Stage. When we run it as User Defined, the job aborts and when we run with Update Existing/Insert New it runs to success. Has anyone else had or seen this issue? We are on DS 6.0r4 There is ...
by zam62
Fri Sep 16, 2005 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined SQL
Replies: 7
Views: 3863

User Defined SQL

We have User Define SQL tht was a copy/paste from the Update Existing/Insert New Action on the ORacle OCI 9i Stage. When we run it as User Defined, the job aborts and when we run with Update Existing/Insert New it runs to success.

Has anyone else had or seen this issue?

We are on DS 6.0r4
by zam62
Tue Aug 09, 2005 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequecer
Replies: 7
Views: 3379

Re: Job Sequecer

Hello Friends, I'm not able to open properties box of any stage of a sequencer. server is not reponding . I am not gettinig any message or error. Unable to design new sequencers, old sequencers are running ok. Appreciate If anybody can suggest something on this issue. Thanks! We are having the same...
by zam62
Fri Jul 01, 2005 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting DS log messages from DS and into Oracle.
Replies: 8
Views: 3049

Mr Kim.

If you could get the source, or at least some of it, that would be wonderful! In the mean time, I will investigate the options that you have suggested! Thanks

email: zam62@yahoo.com