Search found 42189 matches

by chulett
Wed Jun 27, 2007 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from numeric to string in a job
Replies: 11
Views: 3641

What did you try and what error did you get?
by chulett
Wed Jun 27, 2007 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCIBL problem
Replies: 20
Views: 4558

Double-check the values you've supplied for Service Name, User Name, Password, Table Name and Schema Name. Something there isn't correct or you wouldn't have received the error that you did.
by chulett
Wed Jun 27, 2007 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is DS Job log stored in a hash file?
Replies: 6
Views: 1483

Actually, it can have quite a dramatic effect on job performance which is why it's important to keep them purged down as much as possible.
by chulett
Wed Jun 27, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is DS Job log stored in a hash file?
Replies: 6
Views: 1483

Yes.
by chulett
Wed Jun 27, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: Meaning
Replies: 1
Views: 698

That would be a Sybase error, something you could take back to your DBA to explain what it means.
by chulett
Wed Jun 27, 2007 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to config ODBC stage In Datastage(Parallel Job)
Replies: 1
Views: 1104

First suggestion would be to post your question in the proper forum, which this is not. There is an 'Enterprise' / PX forum you'll find that this should have gone into.

Thanks.
by chulett
Wed Jun 27, 2007 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job log not available.
Replies: 12
Views: 3395

I have done the reindexing on my Dev env. And you'd be surprise to hear that after the reindexing, not a single job was visible in the project. Scary, eh? Been there, done that. As noted, that's what happens when you don't have exclusive ( and we do mean exclusive ) access to the project in question.
by chulett
Wed Jun 27, 2007 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job to trucate tables
Replies: 14
Views: 4507

:? Still curious what's so horrible about the 'Truncate then insert' action most stages support? Unless you are using ODBC, from what I recall it doesn't have that as a selectable 'update action', sticking you with the transactional delete of 'Clear' as your only option there.
by chulett
Wed Jun 27, 2007 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Bulk Loader Issue
Replies: 4
Views: 1388

None that *I* am aware of, but that doesn't mean much as we don't use SQL Server. :wink:

Best to put that question to your official Support provider I would think, see what insight (or patch) they might have.
by chulett
Wed Jun 27, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to view license of connected clients?
Replies: 1
Views: 918

Welcome! :D

There have been a number of discussions on this issue here that a search should turn up. I tried a 'search for All terms' search for 'license check' and got a goodly number of hits, including this classic one.

Hope that helps.
by chulett
Wed Jun 27, 2007 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start loop and End Loop in sequencer
Replies: 9
Views: 9794

The Folder stage is great for bringing in multiple XML files or anything else where you need the entire contents of the file in a single record. When you need to process multiple 'normal' files, then you need to either concatenate them all together, do something similar in the Filter option of the S...
by chulett
Tue Jun 26, 2007 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: execute command stage
Replies: 10
Views: 2665

That example was Windows specific. Try using plain old 'sh' instead.
by chulett
Tue Jun 26, 2007 4:00 pm
Forum: Site/Forum
Topic: Strange error when replying to a topic in PX forum
Replies: 7
Views: 3868

Yup, we've all been seeing the same thing today when people request a reply via email. There's another thread in the FAQ Discussion forum (why there I have no idea) on this same issue. Explains the plethora of multiple posts today.

They'll get it fixed.
by chulett
Tue Jun 26, 2007 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Reading Fixed width File
Replies: 7
Views: 2516

In other words, yes. You'll need to enable the Contains Terminators option for those columns. Slide the Columns tab over the the right to see that particular option.

If you didn't have any data fields with newlines in them, then a "wc -l" for your file would return "1".
by chulett
Tue Jun 26, 2007 12:17 pm
Forum: General
Topic: Setting Job Parameter in Information Service
Replies: 4
Views: 1630

Do you own the 'SOA Edition' of DataStage? This would be required to deploy ETL jobs as services, unless that's bundled with 8 now. :?