Search found 42189 matches

by chulett
Thu Dec 20, 2007 7:39 am
Forum: General
Topic: Menu bar hidden
Replies: 10
Views: 4112

by chulett
Thu Dec 20, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help on oracle bulk load
Replies: 3
Views: 1298

Why not give the Oracle Bulk Load stage a try? Pretty easy to use in 'Automatic' mode.
by chulett
Thu Dec 20, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delta Logc in server edition
Replies: 2
Views: 990

I want to know what 'dela logic' means, specifically. Examples of what you need to accomplish would be good.
by chulett
Thu Dec 20, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleted jobs are displayed again in repository
Replies: 2
Views: 876

Sounds like you need to reindex your project. Search for DS.REINDEX or DS.TOOLS for the appropriate conversations.
by chulett
Wed Dec 19, 2007 8:04 pm
Forum: General
Topic: XML Repetition Element vs. Keys
Replies: 8
Views: 2407

Because Server does not require an 'external' compiler, so we're all a little confused by your statement that you needed to do something for the XML stages. And the only thing that PX jobs need a C++ compiler for is when you add a Transformer stage to a job, otherwise the 'compile' step just generat...
by chulett
Wed Dec 19, 2007 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job performance
Replies: 2
Views: 795

And anyone who won't listen as well. :wink:
by chulett
Wed Dec 19, 2007 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh command running for long time
Replies: 4
Views: 1979

Ah... that makes sense.

And you (snt_ds) probably don't really want to select '*' from DS_JOBS, do you? :?
by chulett
Wed Dec 19, 2007 4:10 pm
Forum: General
Topic: WebSphere MQ Connector Message Deletion
Replies: 13
Views: 5665

The XML 'Key' field is the repetition element and has no bearing on the Key fields in your target. Change your Key fields as needed in a transformer before the OCI stage.
by chulett
Wed Dec 19, 2007 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartablity in Datastage 7.0
Replies: 14
Views: 3886

It has Server, Enterprise (PX) and MVS changes in it from what I recall.
by chulett
Wed Dec 19, 2007 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartablity in Datastage 7.0
Replies: 14
Views: 3886

FAQ posted with the contents of the What's New in the 7.5 Release document.
by chulett
Wed Dec 19, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLPrepare problem
Replies: 5
Views: 1585

:? Is your issue now resolved? If so, please mark the post as 'Resolved' otherwise let us know what issues remain.
by chulett
Wed Dec 19, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh command running for long time
Replies: 4
Views: 1979

First, define 'long time'. Secondly, try this as your first lines: DSHOME=<DataStage home directory> cd $DSHOME . ./dsenv Then this as your last line: $DSHOME/bin/uvsh "select * from DS_JOBS > jobname.txt;" Not sure if redirection is allowed here, if this still doesn't work you'll need to ...
by chulett
Wed Dec 19, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLPrepare problem
Replies: 5
Views: 1585

What stage? User-defined sql? Please copy/paste the entire error message here and maybe even your sql too if user-defined.
by chulett
Wed Dec 19, 2007 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATA STAGE DESIGNER CONNECTION ERROR
Replies: 6
Views: 1952

That won't help.

Can others connect? If so, can you check with them to verify the host name they are using?
by chulett
Wed Dec 19, 2007 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need little bit clarification on usage of Truncate and Load
Replies: 2
Views: 1059

Of course, it would first truncate the table and then load everything. Then you have the standard APT environment variables to control the commit levels in Oracle.

You do know what 'truncate' does and the fact that it is... irreversible, yes? :?