Search found 42189 matches

by chulett
Tue Jul 22, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing CURRENTDATE to CURRENTTIMESTAMP through dsx
Replies: 13
Views: 4813

Understand that we haven't even gotten to any datatype issue. The problem here is a derivation change, made to the .dsx and then re-imported, that allegedly does not "stick" - i.e. show up as changed in the edited job.
by chulett
Tue Jul 22, 2008 7:08 am
Forum: General
Topic: How to get the DataStage Job Log For All Projects.
Replies: 11
Views: 13634

Re: How to get the DataStage Job Log For All Projects.

Which I didn't mention because of this, so just addressed the "all projects" part:

sreenu443 wrote:I am able to get the Project wide log.

:wink:
by chulett
Tue Jul 22, 2008 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not able to Importing Metadata
Replies: 7
Views: 2252

So... it's not really resolved, is it?
by chulett
Tue Jul 22, 2008 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum stage variable and contraints
Replies: 2
Views: 1002

No clue. While I'm sure there's a limit to the number the widget can support, I doubt it's anything you'll ever run into.
by chulett
Tue Jul 22, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No Row was found for update
Replies: 1
Views: 1073

What database? Oracle wouldn't do that, but from what I've read here, DB2 does. Check with your DBA to see if there's some way to suppress this informational message.
by chulett
Tue Jul 22, 2008 6:47 am
Forum: General
Topic: How to get the DataStage Job Log For All Projects.
Replies: 11
Views: 13634

Welcome. Sure, you can get logs for all projects - one project at a time. And "dsjob -lprojects" will list all projects on the server.
by chulett
Mon Jul 21, 2008 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using NextSurrogateKey() in Transformer
Replies: 2
Views: 1446

From what I understand, that function can only be used if you've used the Surrogate Key Generator stage somewhere and created a 'state' file for the sequence. Have you?
by chulett
Mon Jul 21, 2008 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitor and Oracle Enterprise stage
Replies: 8
Views: 2343

What "does make a difference"? Can you expand on your comment, please?
by chulett
Mon Jul 21, 2008 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sqlplus suppress header
Replies: 6
Views: 4198

:lol:
by chulett
Mon Jul 21, 2008 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sqlplus suppress header
Replies: 6
Views: 4198

The latter. These 'SET' commands need to either be in the sql you are executing or something standard you execute in your sqlplus interface before you execute the sql. You can also investigate the use of "login.sql" or "glogin.sql" files, they are like "rc" files for sqlplus. ps. Found a nice FAQ he...
by chulett
Mon Jul 21, 2008 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read higher volume of record with ODBC(Sql server)
Replies: 19
Views: 5708

If that is what is happening, you'd need to work with someone else - a SysAdmin - to see what your options are.
by chulett
Mon Jul 21, 2008 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read higher volume of record with ODBC(Sql server)
Replies: 19
Views: 5708

Run the query outside of DataStage so you know how long it will take. I suspect you have a network/firewall "inactivity timeout" issue here, but you need to know how long it will appear to be idle to have it addressed.
by chulett
Mon Jul 21, 2008 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitor and Oracle Enterprise stage
Replies: 8
Views: 2343

There really isn't one. :?

Best to open a case with your official Support provider, I would think.
by chulett
Mon Jul 21, 2008 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read higher volume of record with ODBC(Sql server)
Replies: 19
Views: 5708

The distinct clause adds the sorting/grouping I was asking about. When it "works fine on sql server" how long does it take to start returning rows with a "large" volume?