Search found 10 matches

by idw2ty
Tue Nov 11, 2008 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate exception in main program
Replies: 1
Views: 1162

Orchestrate exception in main program

Does anyone know what this error means? It does not tell me where in my job the error is occuring, so I cannot get it corrected. main_program: Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: Parsing parameters "" for schema type "decimal": Expected prec...
by idw2ty
Mon Nov 10, 2008 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date to Decimal
Replies: 5
Views: 2561

Re: Converting Date to Decimal

Yes, I am trying to get the date with the delimiters removed
by idw2ty
Mon Nov 10, 2008 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date to Decimal
Replies: 5
Views: 2561

Converting Date to Decimal

I am trying to convert a date field to a decimal and am using the following: StringToDecimal(DateToString(DSLink218.SRVC_DT,"%yyyy-%mm-%dd"))

The results from this are all zero. Does anyone know why? Thanks.
by idw2ty
Fri Oct 24, 2008 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill requirements
Replies: 5
Views: 4434

joinDMMem: When checking operator: User inserted sort "joinDMMem.inMem_Sort" does not fulfill the sort requirements of the downstream operator "APT_JoinSubOperator in joinDMMem"
by idw2ty
Fri Oct 24, 2008 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill requirements
Replies: 5
Views: 4434

Yes, I did do multiple searches, but didn't find anything that seemed to apply. If you can point me to a post, I would appreciate that.
by idw2ty
Fri Oct 24, 2008 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Results without Hash Partitioning and Sorting
Replies: 1
Views: 930

Invalid Results without Hash Partitioning and Sorting

I am new to datastage, but have noticed that if I leave joins on auto partitioning, I often get invalid results. I was told that when I experience that, to change the partitioning to hash and sort the data. Why would I get different results from auto partitioning and opposed to hash partitioning? Th...
by idw2ty
Fri Oct 24, 2008 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill requirements
Replies: 5
Views: 4434

User inserted sort does not fulfill requirements

I have a join with two inputs. Both inputs are hash partitioned and sorted on one field (the field used in the join). I am getting the warning that the user inserted sort does not fulfill the requirements of the downstream operator APT_JoinSubOperator in JoinName . What does this warning mean? How d...
by idw2ty
Sun Sep 07, 2008 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating Point Decimal is Not Fully Supported
Replies: 4
Views: 1933

Yes, the source data comes from Oracle unbounded number fields. I used the orchestrator to import the metadata--but does that have an affect on the oracle stages? I was under the impression that you could paste a query into an Oracle stage without having imported the table definition.i I did search ...
by idw2ty
Sun Sep 07, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Datatype
Replies: 1
Views: 861

Decimal Datatype

Can someone explain to me why datastage seems to default all numbers to the decimal datatype? I am using Oracle tables, with columns all defined as number and all integers, but it seems as though datastage trys to make the integers into decimals. I get a lot of warnings about scale, when my numbers ...
by idw2ty
Sun Sep 07, 2008 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating Point Decimal is Not Fully Supported
Replies: 4
Views: 1933

Floating Point Decimal is Not Fully Supported

I'm getting the warning "Floating point decimal is not fully supported; adjusting the scale" in a lot of my oracle stages. My oracle query is putting the data into integer columns. Why am I getting this warning and how do I correct it? Thanks.