Search found 42189 matches

by chulett
Wed Nov 22, 2006 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: insert sysdate in oracle table
Replies: 3
Views: 1325

Just for the record, that will get you the current system date/time as each record is inserted. Which means it will constantly change over the course of your 'load'. And it requires user-defined sql. I prefer to have the timestamp be a constant over the course of a run so that all rows have an ident...
by chulett
Wed Nov 22, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PRINTER memory segment removed
Replies: 2
Views: 1505

I've seen it, too - in 14 different posts here. Search is your friend! :wink:
by chulett
Wed Nov 22, 2006 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Operator Role problem
Replies: 13
Views: 3254

I have tried a lot of time..... Hmm... I think there is a Dilbert cartoon about trying something over and over, expecting it to eventually work the way to want it to. Have you thought about the other suggestions made in this thread? Making the jobs read only or making the project a Protected projec...
by chulett
Wed Nov 22, 2006 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserted value too large for column, row rejected.
Replies: 8
Views: 2846

And the problem is you don't get a clue from Oracle which field is the problem... you get to figure that out all on your lonesome. :roll:
by chulett
Wed Nov 22, 2006 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DS Server machine IP address
Replies: 7
Views: 2202

Yah - pot, kettle, black. :wink:
by chulett
Wed Nov 22, 2006 8:01 am
Forum: General
Topic: Regd. Link Collector
Replies: 3
Views: 2277

Actually, you can easily help yourself. :wink:

Search the forum for that phrase, it has been discussed many times here.
by chulett
Wed Nov 22, 2006 7:59 am
Forum: General
Topic: DataStage Doco Tool
Replies: 5
Views: 2988

The proper name is the 'Reporting Assistant' and it is an optional component when installing the Client on your pc. I don't bother any more.

Manager / Tools / Reporting Assistant...
by chulett
Tue Nov 21, 2006 11:38 pm
Forum: General
Topic: DataStage Doco Tool
Replies: 5
Views: 2988

As far as I know, the 'Doco Tool' can only be updated manually.
by chulett
Tue Nov 21, 2006 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 5623

No, I understood just fine. What I don't understand is the confusion over 'transferring' files. Again, if you needed to copy a file from the one machine to another, how would you do it? That's what you would do here - no magic, no special stage involved, just a simple file transfer: ftp, scp, whatev...
by chulett
Tue Nov 21, 2006 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository Error
Replies: 2
Views: 922

What did you find when you searched the forum for a portion of that error message - like 'General repository interface'? What I found was your previous post on the same subject from earlier in the year. Did nothing ever come of that? Or did it just not raise its ugly head again until now? Did none o...
by chulett
Tue Nov 21, 2006 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 5623

How do you transfer files? Seriously? How would you do it if you didn't have DataStage? There's your answer. Sorry, I didn't realize my posts were so confusing. Ok... let's see... Ken stated that files to be DIRECT path bulk loaded must be on the same server that the database lives on. I disagreed. ...
by chulett
Tue Nov 21, 2006 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: external xml parser
Replies: 7
Views: 2286

Why are you getting such hideous files. XML shouldn't be that big. I had the same first thought. There's no reason to be delivering files that big... if someone dropped something like that on my doorstep, I'd push back and insist they chunk it up into more digestable pieces. As in smaller pieces. H...
by chulett
Tue Nov 21, 2006 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a report using a Datastage tool
Replies: 11
Views: 2764

No, that makes you the 10. :wink:
by chulett
Tue Nov 21, 2006 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Unable to create file B_C.txt
Replies: 14
Views: 5744

Interesting how many times this 'problem' comes up. Someone ask the same question yesterday, I do believe, and got a very cogent answer (as always) from Ray and Ken on the subject. I'll see if I can find it and link back to it. Here it is. Sequential files are 'many readers, one writer' structures. ...
by chulett
Tue Nov 21, 2006 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 5623

This dat file is nothing but the sequential file(correct me if i am wrong). It is *a* sequential file - fully transformed and load ready. Then you transferred this dat file to Oracle server. Can you Please explain this part. And after transferring, you Called SqlLdr which uses the created control f...