Search found 42189 matches

by chulett
Wed Sep 30, 2009 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 3751

I've opened up a combined PMR for my two issues with this project and will post back with the resolutions here when I have them. Being classed as the lowest priorty in their system, no clue how long before someone contacts me, however.
by chulett
Wed Sep 30, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to send Email
Replies: 13
Views: 3612

First problem is you have unmatched quotes:

"%report%)

Secondly, what is "%report%" supposed to be? Specifically questioning the use of the percent signs and finding nothing called 'report' in the code for the body of the email.
by chulett
Wed Sep 30, 2009 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to send Email
Replies: 13
Views: 3612

So... I don't see any actual change. :?
by chulett
Wed Sep 30, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to send Email
Replies: 13
Views: 3612

Post your DSSendMail syntax again, please.
by chulett
Wed Sep 30, 2009 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in transformer stage
Replies: 1
Views: 1037

Okay... can you generally compile jobs with transformers and just this one has a problem or you cannot compile any job with a transformer? :?
by chulett
Wed Sep 30, 2009 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TERA_64K_BUFFERSIZE
Replies: 8
Views: 11839

Not sure what's stopping you. Simply create the second one noted as User Defined if it's not in the official list of environment variables.
by chulett
Wed Sep 30, 2009 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in using DB2 enterprise stage
Replies: 1
Views: 1194

Post the actual errors, please.
by chulett
Wed Sep 30, 2009 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML - Mapping 2 source columns to single destination tag
Replies: 3
Views: 1743

I believe that you'll need to pivot the data, specifically that second 'CDE' row needs to become two rows and then the XML Output stage can club them back together as desired.
by chulett
Wed Sep 30, 2009 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a column of fullname into 2 columns fnm & lnm
Replies: 8
Views: 3084

index_of_substring_basic()
substring_1()
compact_whitespace()


Those are new ones on me, guess I need to go and try to look them up. :?
by chulett
Wed Sep 30, 2009 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create sequential file only if any rows written into it
Replies: 6
Views: 1513

Bottom line, Satheesh, is that your sequential file will always be created regardless of how many records are written to it, including zero. So you will either need some kind of 'work around' to fake this (as posted) or just live with and don't worry about it (which is what practically everyone does).
by chulett
Tue Sep 29, 2009 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No SQL catalog data for schema '' in UV_SCHEMA
Replies: 9
Views: 4169

I guess I'll open yet another PMR with IBM. Thanks.
by chulett
Tue Sep 29, 2009 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage - BigInt issue
Replies: 1
Views: 728

I've seen BigInt issues with the Pivot stage but don't recall seeing anyone posting Stored Procedure issues. Probably best to check with your official support provider.
by chulett
Tue Sep 29, 2009 8:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No SQL catalog data for schema '' in UV_SCHEMA
Replies: 9
Views: 4169

If you mean that perhaps it is fixed, forgot to add that when I rerun the VERIFY.SQL for that table after the resize I still get the same error re: UV_SCHEMA. :cry:
by chulett
Tue Sep 29, 2009 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No SQL catalog data for schema '' in UV_SCHEMA
Replies: 9
Views: 4169

All resize tells me is this:

Code: Select all

>RESIZE RT_CONFIG1 * * *
Date/time stamp in file header has been modified!
:(
by chulett
Tue Sep 29, 2009 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting an XML file using XSLT redirect function
Replies: 11
Views: 9702

You need to check the manuals, they describe how to generate / capture the default stylesheet which you'd need to carefully modify to do your redirection.