Search found 42189 matches

by chulett
Thu Dec 31, 2009 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: populating date dimension
Replies: 6
Views: 1658

From what I've seen, 'normally' it's either loaded from a spreadsheet or there's a stored procedure of some kind that generates the data.
by chulett
Thu Dec 31, 2009 7:18 am
Forum: General
Topic: uv -admin -info - Disabling Underlining
Replies: 1
Views: 710

I've just recently had to figure out the same thing, thanks for posting that so we all know now and I can safely forget again.

Please mark this post as Resolved using the button at the top of the page. :wink:
by chulett
Wed Dec 30, 2009 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Configuration
Replies: 10
Views: 4514

Oddly enough, that is documented. On the off chance that you need more specific help than that, what database(s) are we talking about here?
by chulett
Wed Dec 30, 2009 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 8514

Fixing the problem with your job would be a Resolution, dropping the constraint falls squarely into the "work around" category, IMHO. Not to mention something that wouldn't fly in most shops. If it does there, more power to you.
by chulett
Wed Dec 30, 2009 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web services
Replies: 7
Views: 1628

The documentation installs with the client. You should have a Web Services Pack Guide pdf available to you as the place you should start.
by chulett
Wed Dec 30, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from DB2 table with multiple SQLs and load into a file
Replies: 8
Views: 2423

For that you will need multiple source stages and some way to homogenize the data before you funnel it all together... unless your file struture will support multiple record types.
by chulett
Wed Dec 30, 2009 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from DB2 table with multiple SQLs and load into a file
Replies: 8
Views: 2423

Then it would seem your column metadata in the stage don't match what the SQL is delivering. I've done this without issue in Oracle but I have no clue if DB2 adds any 'special restrictions' to this process.
by chulett
Wed Dec 30, 2009 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Oracle Database Table from Server Routine
Replies: 11
Views: 8058

In my first post, I took your intention to "connect to the database" quite literally rather than thinking you meant running a sqlplus session from the command line. There are a whole suite of BCI (BASIC Call Interface) functions for connecting to and running sql from external databases and...
by chulett
Wed Dec 30, 2009 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 8514

Is the only difference the space after the "IN" verb? No, that makes no difference, both are equally valid.

We know. If you enable the "Disable Smilies" option in that post, that would fix that. 8)
by chulett
Wed Dec 30, 2009 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in char field in two environments.
Replies: 1
Views: 1122

That's an odd 'conversion'. Is your installation NLS enabled? What is your default characterset in both environments?
by chulett
Wed Dec 30, 2009 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from DB2 table with multiple SQLs and load into a file
Replies: 8
Views: 2423

Of course a union would require the same number (and type) of output fields between all of the sql statements, that's how it works. Can you pad them out so they all are similar, selecting NULL or "" or 0 for the 'missing' columns? And no, loading the sql from a file won't make any differen...
by chulett
Wed Dec 30, 2009 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 8514

Then perhaps there's another constraint or you aren't really sending the "6" that you think you are. Any chance it's something silly like a "6 " coming in?
by chulett
Wed Dec 30, 2009 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Oracle Database Table from Server Routine
Replies: 11
Views: 8058

Error checking command line sqlplus sessions is always problematical if you've never done it before. Even when you get the syntax correct and things work normally, you need to be able to detect and handle the "abby-normal" things that can and will happen.
by chulett
Wed Dec 30, 2009 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 8514

But, i want to know which is the cause for this ERROR!! Any idea :idea: :?: You violated a check constraint, nothing more and nothing less. Talk to your DBA if that is still unclear for some reason. You need to know what check the constraint is enforcing before you'll have a clue what the actual &q...
by chulett
Wed Dec 30, 2009 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Oracle Database Table from Server Routine
Replies: 11
Views: 8058

Or you can do that. Still falls into the "ugh" category for me. :wink: