Search found 42189 matches

by chulett
Mon Mar 14, 2005 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 4109

But you could if you really needed it. All you have to do is set it up, the drivers come with the product.
by chulett
Mon Mar 14, 2005 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to load system date
Replies: 7
Views: 1211

It may, give it a shot and let us know. Make sure you only have the first 4 fields in the Column tab of the OCI stage. Also, try it first with just SYSDATE in the fifth 'value' position, I'm not positive you need to actually use the function in that case. If it doesn't work like that, try it again w...
by chulett
Mon Mar 14, 2005 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 21
Views: 7316

All that advice is great, problem is it is only applicable to DataStage on a UNIX server. For a Windows server you have to play a different game, a game that I'm not familiar with or I would have chimed in earlier. You do have a 'configuration' issue of some kind. I would think that the Configuratio...
by chulett
Mon Mar 14, 2005 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: $DS.NULLTRX
Replies: 3
Views: 675

Wow... someone that actually reads the upgrade logs. Since all this was meant for support personel in the event of a problem, not us mere mortals, and since you don't seem to be having a problem - I wouldn't worry about it. At a guess, you'd need to open a support case to find out what exactly it wa...
by chulett
Sun Mar 13, 2005 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Routing!!! is it possible??
Replies: 6
Views: 2027

Post your question over in the TX forum and we'll see! :wink:
by chulett
Sun Mar 13, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Compare
Replies: 3
Views: 1218

In order to compare dates for something other than equality, you must make sure they are in a format that supports that. Two choices: 1) Internal format 2) Year first numeric: YYYYMMDD Make sure both streams use the same format and then you stand a chance of knowing if one is greater than the other....
by chulett
Sun Mar 13, 2005 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to load system date
Replies: 7
Views: 1211

I'm not familiar with any 'CurrentDate' function but there are several things like that you could use. Ones like DateCurrentDateTime or simply DATE.TAG with @DATE if you don't want the time. That's the confusing part for me. I'm surprised you've got one of the new TIMESTAMP fields and all you want i...
by chulett
Sat Mar 12, 2005 10:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to load system date
Replies: 7
Views: 1211

How did you try to use them? They can be made to work just fine as long as they are formatted properly. A couple of questions for you: 1) Out of curiousity, how are you defining the TIMESTAMP field in the job? As far as I know, the OCI stage doesn't really support these new datatypes. 2) Do you want...
by chulett
Sat Mar 12, 2005 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of folder stage
Replies: 3
Views: 2693

How comfortable are you with writing BASIC job control code? That would be the 'simplest' approach in my mind, provided you've done work like that before. Your directory can be opened and read like a file to get the list of filenames in it. Probably an easier approach would be to use the DSExecute f...
by chulett
Fri Mar 11, 2005 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export DataStage Jobs as XML
Replies: 5
Views: 4643

T42 wrote:I believe there IS an option to export as XML.

Unless there is something new in 7.5, command line exports are strictly dsx format. Yes, you can do xml exports from the Manager, but they must be done manually.
by chulett
Fri Mar 11, 2005 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export DataStage Jobs as XML
Replies: 5
Views: 4643

Sure! There is a lovely little DOS batch job over on the ADN website that will automate this for you. If you are subscribed to it, then here is a direct link to the DataStageBackup.zip file in the Product Application file library there. It will export all jobs from all projects on a server. Only thi...
by chulett
Fri Mar 11, 2005 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Function Calls
Replies: 2
Views: 488

So you must have found this post by Roy where he asked the same question and posted what little he found out. Well, as long as you used the 'exact match' search, that is. :P

Perhaps someone has some additional light to shed on this?
by chulett
Fri Mar 11, 2005 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Handling
Replies: 4
Views: 946

As noted in the post you quoted, it is GA or Generally Available. You'd have to check at the eSupport site to see if it was available for your particular platform. And, yes, my general advice to peoples is to replace stored procedures like this with a DataStage 'equivalent'. Lastly - please avoid th...
by chulett
Fri Mar 11, 2005 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete table before loading
Replies: 15
Views: 5084

No, a Universe table is something else and you would use DROP TABLE on it, from what I recall.