Search found 6797 matches

by DSguru2B
Mon Jan 29, 2007 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 8
Views: 3060

Unknown is the sql type. It can also be varchar, it can also be char. The point that ArndW and umamahes are trying to make is that you need to first check for a valid format. If you find a valid format then change it to timestamp, else you can do something with it. You can possible flag it, reject i...
by DSguru2B
Mon Jan 29, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW to Delete Job Log via Command?
Replies: 3
Views: 1676

Re: HOW to Delete Job Log via Command?

I need to purge job log via command not in Director! Welcome Aboard, Care to elaborate on that? If you do a command line purge it will remove the default purge settings. And if you forget to run the command again, your log file will grow without any check. Hence ArndW's suggestion of setting with D...
by DSguru2B
Mon Jan 29, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in giving Nullable value to numeric in Seq File
Replies: 2
Views: 950

Care to share the error message with us ?
by DSguru2B
Mon Jan 29, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Problems with large record set
Replies: 10
Views: 1868

I highly doubt its the 2.2 Gigs limit issue here ArndW. As you noted, the job would abort and atleast spit out a message in the log file. None of that is happening. I think your analysis about "buffered write" might be it. Lets see what the OP comes back with.
by DSguru2B
Mon Jan 29, 2007 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Encountered while running a job in a sequence.
Replies: 13
Views: 2959

I missed that part in the OP's next to last reply. Sowwiee Then this is strange behaviour. I would request the OP to examine the log and see whats actually going on when it comes to that particular job. When it requests for a "job reset". Go into that individual job and see whats causing the abort t...
by DSguru2B
Mon Jan 29, 2007 8:01 am
Forum: General
Topic: How to handle Web Crawler Activities ?
Replies: 16
Views: 7563

I think most of us who are working consultants would not be able to use DSXchange if a license number is required :roll: . Merci merci :wink:
by DSguru2B
Mon Jan 29, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage KeepAlive - Firewall problem
Replies: 2
Views: 1277

Also make it a practice to close the designer or atleast all the jobs if no work is done on them. If only a few jobs get locked, you can go to DataStage director and release the locks individually using "Clean Up Resources" under tools.
by DSguru2B
Mon Jan 29, 2007 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does ETL able to handle TCP Socket connectivity
Replies: 6
Views: 2195

You can mark your post as "Resolved" if your questions are answered.
by DSguru2B
Mon Jan 29, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Encountered while running a job in a sequence.
Replies: 13
Views: 2959

Choose the option of "Reset and then Run" inside your job activity for each job. This way if the job requires resetting, the job will be reset first and then run.
by DSguru2B
Mon Jan 29, 2007 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling stored procedure.
Replies: 14
Views: 7848

When you say its not working, what do you mean? Is it not executing at all, are you getting syntax error. Look into your log file. Plus looking into your stored proc. code, it does a direct insert. Your design will be simple. Something like TeraData API ------->Seq. File/Transformer You will place y...
by DSguru2B
Sun Jan 28, 2007 10:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Problems with large record set
Replies: 10
Views: 1868

When you say "Failed to return any values", you mean that the none of the source records had a hit on the hashed file? Hashed files have size limitations. 2.2 GB is the limit. But this barrier can be overcome by making it a 64 bit hashed file. Search the forum for more information on "how to". Make ...
by DSguru2B
Sun Jan 28, 2007 5:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing a column to row
Replies: 6
Views: 1144

Welcome Aboard,
Start a new post. Specify a link to this post in your post for reference. What you are doing is hijacking a post and is not apprciated.
by DSguru2B
Sun Jan 28, 2007 4:26 pm
Forum: General
Topic: How to handle Web Crawler Activities ?
Replies: 16
Views: 7563

Thats what I was thinking as well. The forum could be named as "Spam Catchers", a general alert can be made about the forum. Something to that effect.
by DSguru2B
Sun Jan 28, 2007 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 13
Views: 3504

What is the length that you are specifiying for that field? Also make it char and not varchar.