Search found 10 matches

by mpunktmayer
Mon Jan 28, 2019 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container can't open project after migration from 8.5
Replies: 9
Views: 5517

Additional Information:
I can use the Container with Server Jobs without any problems. So I dont think rebuild will fix the problem ... but i will try.
by mpunktmayer
Mon Jan 28, 2019 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container can't open project after migration from 8.5
Replies: 9
Views: 5517

Hi,

the container is very simple:

Input > Transformer (using string-functions and other format routines) -> Text File Output
by mpunktmayer
Thu Jan 24, 2019 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container can't open project after migration from 8.5
Replies: 9
Views: 5517

Sorry for the late response - I wasn't in office. Well, is your environment the same as it was before? We also changed the environment: Version 8.5 was a Standalone system Version 11.5 works with Master and 2 Engines. Are any other jobs broken or just this one? Only problems with this job. But at th...
by mpunktmayer
Mon Jan 21, 2019 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container can't open project after migration from 8.5
Replies: 9
Views: 5517

I have increased from 30 (default) to 500 - no improvement, still the same error
by mpunktmayer
Mon Jan 21, 2019 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container can't open project after migration from 8.5
Replies: 9
Views: 5517

Container can't open project after migration from 8.5

Hello, We have just migrated our DataStage 8.5 architecture to an 11.5 system. Unfortunately I have a big problem with a (server) shared container We exported the server container from the 8.5 server and imported it to 11.5. A job uses this container, but aborts with the following error: ContainerUm...
by mpunktmayer
Thu Nov 29, 2018 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable Value transforms to 0 while writing to OracleDB
Replies: 2
Views: 2754

Nullable Value transforms to 0 while writing to OracleDB

There is a job ALotOfTransformation -> finale_Transfomer -> Oracle DB In the final_Transformer there is a Field defined as Decimal 25,2 nullable. The row with the problem has the value NULL. When I write the field to the database, the NULL value suddenly becomes 0. The field in the Database is confi...
by mpunktmayer
Mon May 04, 2015 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output with recursive fields
Replies: 8
Views: 3097

The Key is CstmrKey & AcctDtls. For every combination there will be 7 different DocTypes with the same attributes. If I use the posted xpath i get this output <Request> <ChgUsrId> DXX000P </ChgUsrId> <Customer> <CstmrKey> 211212327880 </CstmrKey> <SafekeepingAccount> <AcctDtls> 1027123123518000 ...
by mpunktmayer
Mon May 04, 2015 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output with recursive fields
Replies: 8
Views: 3097

The example below was not real. I tried to describe my problem as easy as possible. This is the output I really need: <Request> <ChgUsrId>DEG0011P</ChgUsrId> <Customer> <CstmrKey>5424776201</CstmrKey> <SafekeepingAccount> <AcctDtls>362802001</AcctDtls> <AddressAssociations> <DocTp>OR00</DocTp> <Deta...
by mpunktmayer
Wed Apr 29, 2015 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output with recursive fields
Replies: 8
Views: 3097

They are plain text values inside of the attribute <way>.
by mpunktmayer
Wed Apr 29, 2015 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output with recursive fields
Replies: 8
Views: 3097

XML Output with recursive fields

I need to create a XML File with a structure like this: <customer> <customernr></customernr> <details> <way>Phone</way> <information>01641747162</information> <way>Email</way> <information>idontknow@internet.de</information> <way>fax</way> <information>2198362565</information> </details> </customer>...