Search found 42189 matches

by chulett
Mon Feb 16, 2009 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using ODBC in DRS stage
Replies: 7
Views: 2068

Care to post the warning messages? And using Oracle, it doesn't log any warnings or logs them but doesn't abort?
by chulett
Mon Feb 16, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 8459

True. From what I recall it generates a list of job names in the category and then exports them one job at a time, appending. The key still being one job at a time. :wink:
by chulett
Mon Feb 16, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 8459

You can't - one job or the entire project are your two choices. You'd have to use the GUI to export a folder / category.
by chulett
Mon Feb 16, 2009 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

Then post the actual, unedited error from the log.
by chulett
Mon Feb 16, 2009 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00911 error
Replies: 17
Views: 5608

Then we know that's the actual row being processed. You need to keep digging, find out what is causing this, we've checked the common stuff. Could be your data is not as clean as you think.
by chulett
Mon Feb 16, 2009 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating DS jobs from 7.5.1. to 8.1
Replies: 3
Views: 1951

Both topics - migrating from 7.x to 8.x and migrating from Windows to UNIX (or vice versa) - have been discussed here quite a bit, something a search would turn up. Also note they'll still be Server jobs, the way to migrate a Server job to a Parallel job is using wetware - i.e. a person needs to rew...
by chulett
Mon Feb 16, 2009 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

Sure, any valid sql can be used. Check the query outside of DataStage first, make sure it runs properly before putting it in your job.
by chulett
Mon Feb 16, 2009 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00911 error
Replies: 17
Views: 5608

If not already, set your Array Size to 1 and rerun, let us know if the logged "value of the row" message changes.
by chulett
Mon Feb 16, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input Stage Error
Replies: 14
Views: 7259

From what Ernie has posted, there are namespace bugs in the early 8.x releases. What exact version do you have? What patches / fixpacks have you installed?
by chulett
Mon Feb 16, 2009 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling Job
Replies: 2
Views: 1454

As noted, try a search for General repository interface 'other error' and see if anything found there helps.
by chulett
Mon Feb 16, 2009 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00911 error
Replies: 17
Views: 5608

User-defined sql? Make sure there's no semi-colon at the end. Using job parameters? Make sure all are properly spelled and cased, if they don't resolve the # will cause that error.
by chulett
Mon Feb 16, 2009 7:21 am
Forum: General
Topic: Importing table metadata without the catalog name
Replies: 6
Views: 1221

Have you tried dragging the table metadata from the Repository browser to the link from your database stage?
by chulett
Sun Feb 15, 2009 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue with Multiple Instance
Replies: 10
Views: 3428

Match your demand to what can be supplied. If your server doesn't have the resources to run those jobs in parallel, sounds like you'd be better off running serial - at least those 15 would finish in 5 hours that way. Or run fewer simultaneous instances.
by chulett
Sun Feb 15, 2009 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage issue
Replies: 3
Views: 2261

Out of curiousity, which way are you trying to go? Method 1 is a basically a 'get' and Method 2 is a 'put'... or are you just trying to illustrate that neither way works? Can you manually perform these same actions from the command line of the DataStage server to/from this remote server?
by chulett
Sun Feb 15, 2009 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Issue
Replies: 10
Views: 2542

That's a bus error and no-one can help without you providing more information. What's your job design? What have you tried to fix it? Also, please post the complete, unedited errors that get logged.