Search found 42189 matches

by chulett
Wed Oct 15, 2008 2:58 pm
Forum: General
Topic: Back up scheduling details of scheduled tasks
Replies: 4
Views: 1631

Good question, didn't notice the dreaded "8" for the version number. Does this work differently now?
by chulett
Wed Oct 15, 2008 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Transformer XML output
Replies: 13
Views: 6186

I'm not aware of any limitations or settings that would affect this, but I haven't done all that much with that particular stage. Need to see what someone like Ernie has to say when he gets a chance to stop by.
by chulett
Wed Oct 15, 2008 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Transformer XML output
Replies: 13
Views: 6186

Hmm... try setting the Data Element in the XML Transformer to "XML" to keep it from translating things like that, see if that helps.
by chulett
Wed Oct 15, 2008 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Db2 stage with Teradata stage
Replies: 13
Views: 5788

Build the simplest DB2 job you can, export it. Replace DB2 with Teradata, export it again. Compare. See if the difference between them is something you want to tackle in any kind of automated way.
by chulett
Wed Oct 15, 2008 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle fetch child records
Replies: 4
Views: 1977

A sparse lookup does not allow multiple reference links, as far as I know it still allows multiple rows to be returned by a link.
by chulett
Wed Oct 15, 2008 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schedule Tab in Administrator (Grayed Out)
Replies: 2
Views: 791

That tab is only active on a Windows server, it plays no role for UNIX.
by chulett
Wed Oct 15, 2008 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP xml files
Replies: 2
Views: 984

I would google for something like "Windows ftp script", you should be able to find plenty of examples and help out there.
by chulett
Wed Oct 15, 2008 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing a Job causes it to lose it's schedule
Replies: 2
Views: 860

I would assume the same, seeing as how the Import first deletes the original job and then creates a new version (with a new internal number) when in brings in the replacement.
by chulett
Wed Oct 15, 2008 9:38 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:We didn't want to be child-killers, we just throttled them a bit; sort of like Homer does to Bart :roll:

:lol: Why you little...

Image
by chulett
Wed Oct 15, 2008 9:36 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

We had to do the same thing, just shows an installer problem specific to Itanium servers. And you may want to consider upgrading to the latest Oracle release - it typically is pretty painless when it's a minor version like that and they've released it for a reason, typically to correct problems in t...
by chulett
Wed Oct 15, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP xml files
Replies: 2
Views: 984

Don't use the FTP stage which is metadata driven. Script an ftp session that goes an "mget" with the appropriate wildcard pattern. Talk to scripting gurus at your site, ftp scripts can be a little tricky to get right - typically someone there has already done something similar so this saves reinvent...
by chulett
Wed Oct 15, 2008 8:51 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: sync tables that are different layouts in real time
Replies: 2
Views: 2182

First you'd need to define what "sync" means and decide how you are going to capture the changes. The "real time" part is probably the easiest part of the puzzle... lay the foundation before you try to build the house.

Also note the same question has been asked in the PX forum:

http://www.dsxchange.com/viewtopic.php?t=122855
by chulett
Wed Oct 15, 2008 8:45 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

Don't be - there are all kinds of goofy problems you can lay square at the feet of particular Oracle versions that have nothing to do with DataStage. It may be as simple as using a different / more stable version of the client on your DataStage server. What exact 10g version of the client? Is there ...