Search found 42189 matches

by chulett
Tue Jun 23, 2015 4:23 pm
Forum:
Topic: Infosphere Password re-use across environment.
Replies: 6
Views: 4720

Could you share the details of your solution, please?
by chulett
Tue Jun 23, 2015 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job failing after upgrade to 9.1.2
Replies: 1
Views: 1792

149809.94 isn't a valid integer so you'll need to use a different target data type, one more appropriate to that value - a decimal.
by chulett
Tue Jun 23, 2015 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create unbound attr using XML output stage in 8.5
Replies: 1
Views: 1421

Let's start by getting you out of the FAQ Discussion forum and into the proper one... and done. You'll need to start by letting us know what DS version you have and what O/S your server components are installed on.
by chulett
Sat Jun 20, 2015 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading large record in to teradata table
Replies: 10
Views: 9863

You haven't specified your target stage - is it a Teradata Connector or one of the legacy stages? This may help in either case. If you are going to need more help, you'll need to provide more details about the stage and settings / properties you are using on the target side.
by chulett
Sat Jun 20, 2015 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading large record in to teradata table
Replies: 10
Views: 9863

That just looks like a message about the error, not the error itself.
by chulett
Fri Jun 19, 2015 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in reading multiple files
Replies: 2
Views: 1404

Have you considered building a looping Sequence job? Optimize the file load and then slam them through one at a time. Or make it multi-instance and have each instance take a portion of the file set to iterate through.
by chulett
Thu Jun 18, 2015 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of all fields in a job to Unicode
Replies: 5
Views: 2180

So a visual comparision? Get yourself something like UltraCompare for tasks like that.
by chulett
Wed Jun 17, 2015 2:38 pm
Forum: Site/Forum
Topic: Account activation needed
Replies: 2
Views: 8572

You are in the correct forum. If you haven't already, send an email explaining the situation to "editor@dsxchange.net" (note the .net not .com) and see if that helps at all.
by chulett
Wed Jun 17, 2015 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture and unique constraints
Replies: 11
Views: 7786

So if that does "fix" it and you want to go back to running on multiple nodes, we'll need to look at your partitioning.
by chulett
Tue Jun 16, 2015 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove $ and brackets in numeric feild
Replies: 6
Views: 2705

To quote an old version of a recent movie: "Clever girl!" :)

Not seeing what is wrong with the original code as posted, however.
by chulett
Tue Jun 16, 2015 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help to generate schema files dynamically for txt files
Replies: 15
Views: 7104

John, a couple of things. Use the Reply to topic link rather than quoting everything from the post you are replying to using Reply with quote unless it makes sense to do so. Also it doesn't make a whole lot of sense to use BBCode tags like for quoting, bold, italics and other things and then check t...
by chulett
Tue Jun 16, 2015 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packed Decimal Issue
Replies: 14
Views: 4327

Right... that function doesn't do "full" division but only returns the quotient, an integer value. That's also why the documentation says that if you want to know the remainder to use the Mod function. Functions like that are generally for specialty situations, if you just want to do "...
by chulett
Tue Jun 16, 2015 7:38 am
Forum: General
Topic: Listing jobs called in a Sequence Job (automatically)
Replies: 7
Views: 5020

<cough> dssearch </cough>
by chulett
Tue Jun 16, 2015 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packed Decimal Issue
Replies: 14
Views: 4327

Me? No clue and no way to get one.

What about the definition of the field where you do the math? While the 'remaining stages' are important as well, so is the place (transformer, I assume) where the division is done.
by chulett
Tue Jun 16, 2015 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packed Decimal Issue
Replies: 14
Views: 4327

Then you've defined the target data type incorrectly. Should be a decimal with the proper precision and it sounds like you've got it defined as an integer.