Search found 42189 matches

by chulett
Thu May 25, 2006 6:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File poblem
Replies: 19
Views: 6267

Sure... but have some patience, we're not all here online 24x7. This should mean you are having parsing errors. There should be several entries to that effect in the job's log, can you verify that? Perhaps post one or two of them? Usually because your column names don't match up with the XPath expre...
by chulett
Thu May 25, 2006 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File poblem
Replies: 19
Views: 6267

Ok... hard to get too specific with someone new to XML, and I'm not exactly an expert on it. In the 'definitions at the top' are there any 'namespace' or 'xmlns' entries? Did you include that in your metadata import? If so, then you'll need to load that information into the XML Input stage... you ar...
by chulett
Thu May 25, 2006 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows XP as DataStage Server
Replies: 17
Views: 8246

Regarding using a different platform - I am a consultant implementing the product and was issue a new laptop with XP. They are expecting you to implement it completely on a laptop? If that's not the actual end target platform for this implementation, you sure you want to be spending 'the next month...
by chulett
Thu May 25, 2006 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows XP as DataStage Server
Replies: 17
Views: 8246

:? Who exactly are you chastising, Ray? This is paule's thread, btw.
by chulett
Thu May 25, 2006 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File poblem
Replies: 19
Views: 6267

As a guess, your XPath expressions are wrong. Or you have a namespace problem. Or both. Do you have an xsd for this file? Best thing to do would be to get one and use that to import the metadata into DataStage via the Manager. That process will create the XPath expressions you will need to properly ...
by chulett
Thu May 25, 2006 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting records based on User Entered Date
Replies: 12
Views: 2832

Or something that is stoopid. :wink:
by chulett
Thu May 25, 2006 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 3597

I have no idea if 6.x is supported on Win2003. My advice is 'agnostic', for any implementation of DataStage. I guess the biggest question is - is this a new install or an upgrade of an existing installation? If the latter, then I assume you've already got all the 'bits' in place you would need. If n...
by chulett
Thu May 25, 2006 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control comments
Replies: 7
Views: 1367

Whatever it takes, man... whatever it takes. :wink:
by chulett
Thu May 25, 2006 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 3597

The 'before' is simple - backups, as many as you can stand. This can include filesystem level backups and full exports of all projects on the server. In other words, whatever you would need to put the pieces back together if things go badly and you need to fall back to the original release. During, ...
by chulett
Thu May 25, 2006 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination
Replies: 3
Views: 1229

Exactly - presorting in a manner that supports the aggregation being done and properly marking the sort fields in the stage are key to processing large volumes thru that stage.
by chulett
Thu May 25, 2006 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control comments
Replies: 7
Views: 1367

No, not that I am aware of.

Perhaps a deterrent along the lines of a poke in the eye with a sharp stick would help?
by chulett
Thu May 25, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows XP as DataStage Server
Replies: 17
Views: 8246

If the only solution to this issue is to remove the IPC stage from all jobs, I will be working on this for the next month or two. Yeesh. Obviously, that's not the only solution. You could also not use WinXP as your Server platform. In spite of the fact that others may be using it 'without issues', ...
by chulett
Thu May 25, 2006 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting records based on User Entered Date
Replies: 12
Views: 2832

It works great now but out of curiosity, is there any reason why I can't use "?" and what's the difference btw using "?" and ":1"? Because you never mentioned your database. Stages like the ODBC stage use the stoopie generic positional question mark parameter marker while Oracle uses the much more ...
by chulett
Thu May 25, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help for data migration
Replies: 9
Views: 2303

:oops: Ok... perhaps I am exposing some fundamental lack of knowledge here, but... EDM? That's a new TLA for me.

A search turns up things like Electrical Discharge Machining and Essential Drugs and Medicine. Somehow, I don't think that is correct. :lol:

Can someone throw me a bone?
by chulett
Thu May 25, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Size limit for Folder Stage
Replies: 8
Views: 3413

No problem. We've seen the same issue on larger XML files and we've had to do the same thing - hack them up into smaller pieces. :evil:

If you do pursue this with Ascential and get another approach from them, please post it back here.