Search found 42189 matches

by chulett
Mon Feb 14, 2005 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed
Replies: 4
Views: 1510

Everyone here needs help of one kind or another. Next time you might want to pick a subject line more appropriate for the problem you are having. That being said, the metadata you are using in the source stage doesn't match your actual file. I'm assuming here that you have saved your spreadsheet to ...
by chulett
Mon Feb 14, 2005 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller Error
Replies: 6
Views: 3007

Actually, I'm the one that said 'checked off' in reference to the option. I suppose there are better words I could have used, but it's not something I'd consider 'slang' or all that confusing either. Checked off, ticked, selected, turned on... where's a darn thesaurus when you need one? Sorry about ...
by chulett
Mon Feb 14, 2005 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP into Datastage Server
Replies: 5
Views: 2802

Sure. Create a shell script to use FTP to get the files you need and run it once a week - either through cron or an enterprise scheduler or as a 'before job' option on a DataStage job that would process them after they arrive. Or have them ftp'd to your server and use the Wait For File activity in a...
by chulett
Mon Feb 14, 2005 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view properties for Job_activity in a seq
Replies: 4
Views: 780

You need to have a current support contract, which gets you access to Ascential's eServices website. It is available in the Download library there. Also recheck the post you referred to by Sudharshan. I just posted the description from the patch there so you can see if it sounds like it will fix you...
by chulett
Mon Feb 14, 2005 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while opening job in Designer
Replies: 6
Views: 1733

Unfortunately, the SP2 patch is for a different problem. From the description on eServices: Description: This patch resolves an issue with the DataStage Client when designing sequencer jobs (in particular the job, routine and user variable activity stage editors) which caused problems opening the st...
by chulett
Mon Feb 14, 2005 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view properties for Job_activity in a seq
Replies: 4
Views: 780

Are you running on Windows XP with Service Pack 2 installed? If yes, then you should download the SP2 patch available from Ascential's eServices website and see if that solves your problem.
by chulett
Sun Feb 13, 2005 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data source empty
Replies: 9
Views: 3175

No, not really. All things being equal, if "the same query in TOAD returns data" and DataStage says that the "data source is empty" then you are not connected to the same Oracle instance. You need to figure out why that is the case - check what you are using for Database Source Name / User ID / Pass...
by chulett
Sat Feb 12, 2005 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: upsert command in datastage 7.5
Replies: 1
Views: 3866

You have to have a unique index or a primary key constraint over the 'key' fields so that Oracle (and DataStage) has a clue that the record is either new or a duplicate. My guess is you don't. It will only perform the second action, in this case the update, if the first action (the insert) fails - t...
by chulett
Fri Feb 11, 2005 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: breaking the flat file
Replies: 3
Views: 716

Or set a Row Limit when you run the job. On the 'Limits' tab you can tell it to stop the job after processing X rows.
by chulett
Fri Feb 11, 2005 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller Error
Replies: 6
Views: 3007

I'll bet you've got the 'Automatically handle actitivies that fail' option checked off, yes? A routine that does not return a zero is considered to have failed in that case.

Either turn it off or add a failure trigger so the sequence thinks you are handling it.
by chulett
Thu Feb 10, 2005 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constraint confusing
Replies: 7
Views: 1545

Yes. "I" or "D" goes down the first link, only "D" goes down the second. In other words, an "I" goes down the first link and a "D" goes down both.

Interesting they were written what would generally be considered to be 'backwards'... but either direction gets you the same results. :wink:
by chulett
Thu Feb 10, 2005 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control in a sequencer
Replies: 8
Views: 1435

... and you haven't specified 'Reset if required then run'. :wink:

Same thing I was basically trying to say. If the sequencer starts the job and the job fails, the exception handler is not triggered.
by chulett
Thu Feb 10, 2005 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled jobs intermittently don't start
Replies: 13
Views: 2131

No, not if it's like what I was seeing. Previous runs would be complete and error free and then suddenly... nothing. The next day it would run fine. :?

This was on an Alpha running Tru64, so it isn't something unique to HP/UX.
by chulett
Thu Feb 10, 2005 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control in a sequencer
Replies: 8
Views: 1435

But in earlier versions, the Exception Handler will only 'fire' if something is wrong with the Sequence itself... a parameter it is trying to set does not exist, for example. A job failure won't trigger it. :?
by chulett
Thu Feb 10, 2005 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled jobs intermittently don't start
Replies: 13
Views: 2131

Which creates the cron entry for you. Tony and I have already 'talked' about this after he found my Oliver posting where we'd suffered from the same problem. In my case, it went as suddenly as it came and Ascential never could come up with an explanation as to why it was happening. From what I remem...