Search found 42189 matches

by chulett
Wed Oct 15, 2008 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control de max # of Job related processes running on windows
Replies: 12
Views: 2964

ArndW wrote:In the end, the jobs were re-written to be more efficient and the hardware was increased.

So, after that you stopped throttling your children? :wink:
by chulett
Wed Oct 15, 2008 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can SFTP be used within FTP plug in Stage
Replies: 3
Views: 1158

Answer? No. Workaround? Script.
by chulett
Wed Oct 15, 2008 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No output from Hashed file into transformer
Replies: 7
Views: 1566

What does the job's log show? Either there were errors writing to the hashed file or you're not reading from the same one you wrote to.
by chulett
Wed Oct 15, 2008 8:37 am
Forum: General
Topic: Regarding Hash file
Replies: 8
Views: 1879

I've never seen any such thing.
by chulett
Wed Oct 15, 2008 8:36 am
Forum: General
Topic: Back up scheduling details of scheduled tasks
Replies: 4
Views: 1631

"Scheduling" as in via the DataStage Director? They're not in your database, they are stored in Window's "at" system. So I would google around and see how one would dump the "at" schedule on one machine and load it on another.
by chulett
Wed Oct 15, 2008 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a java program through datastage
Replies: 4
Views: 1448

Anything you can do from the command line can be done 'after job' - either literally there in a job using ExecSH or in a Sequence job's Execute Command stage. I wouldn't bother with a stored procedure.
by chulett
Wed Oct 15, 2008 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 4055

The key is finding the differences between the two and it sounds like you have. We've seen odd Oracle issues with 10g on HP-UX Itanium boxes, so I'd probably open a support case to see if this is one of the known issues. What box is the development environment? I was told there's no 9i client availa...
by chulett
Wed Oct 15, 2008 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 1909

The difference in layouts shouldn't be an issue as long as you can define what "sync" means between the two. And "real time" or batch won't change what the "sync" does, only the DataStage implementation.
by chulett
Wed Oct 15, 2008 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 10g issue
Replies: 2
Views: 926

So... two different posts with the same issue? :?

http://www.dsxchange.com/viewtopic.php?t=122860

That way leads to madness, or at least schizophrenic discussions.
by chulett
Wed Oct 15, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification thru XML
Replies: 2
Views: 1000

You'd need to be more specific in your needs. Send an XML file somewhere? Call a notification web service with an XML packet? Something else? One needs "RTI" and the other doesn't.
by chulett
Wed Oct 15, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 4055

What data type is this "spalte_a" column? And are you saying that when it works from the 7.5.2 server and doesn't work from the 7.5.3 server they are both connecting to the same instance? Using the same version of the Oracle client?
by chulett
Tue Oct 14, 2008 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 API Stage Configuration
Replies: 4
Views: 1817

For DB2 you need to "bind" the instance to the server or some such thing. It's been discussed here a number of times, for example:

http://www.dsxchange.com/viewtopic.php?t=113908

I'm guessing you missed that step.
by chulett
Tue Oct 14, 2008 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: snapshot too old
Replies: 2
Views: 1994

Yes, definitely chat with your DBA. How long did the job run before it blew? How busy was the database with other processes at the time it was running?
by chulett
Tue Oct 14, 2008 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to covert string to timestamp in millisecond
Replies: 1
Views: 2002

Search the forums for "milliseconds", this has been asked and answered before. Never mind the fact that it is documented for the StringToTimestamp() function.