Search found 42189 matches

by chulett
Tue Oct 02, 2007 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stange behaviour...file size in Unix(AIX) is 0
Replies: 15
Views: 4419

Some of that kind of information isn't flushed to disk until the file is closed. As far as I know, it can depend on your O/S and be affected by kernel or disk settings as well.
by chulett
Tue Oct 02, 2007 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PeopleSoft-EPM - DataStage Version Control tool availability
Replies: 2
Views: 881

I don't see why it wouldn't be. It ships on the Client CDROM.
by chulett
Tue Oct 02, 2007 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a Limit on Oracle Stages
Replies: 2
Views: 819

Welcome. Let's confirm something - you've posted in the Server forum but marked the post as Parallel, what job type is this? The only 'limit' I've seen is with the number of connections being made to any given Oracle instance at one time. Typically, you are better off using a minimum number of stage...
by chulett
Tue Oct 02, 2007 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Corrupt Jobs
Replies: 10
Views: 2749

You export *just* the executables? :?

How exactly is the extract performed? The Manager client *does* produce a log of all problems encountered, btw.
by chulett
Tue Oct 02, 2007 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Corrupt Jobs
Replies: 10
Views: 2749

Curious... how did you 'migrate' these jobs? What was the nature of the corruption encountered and how did you... uncorrupt them?
by chulett
Tue Oct 02, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup fileset warning: partitioning other than Entire.....
Replies: 11
Views: 3764

I am new to E/E and am slowly finding my feet. Where can I get this Developer's guide???? Wherever you installed your client software, in a 'Docs' sub-folder, you'll find pdf versions of all manuals including the Parallel Job Developer's Guide. The main 'bookshelf' pdf is in your Start Menu under A...
by chulett
Tue Oct 02, 2007 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading from Flat files to Oracle
Replies: 1
Views: 662

That can depend on several things, the 'Update action' you used and the Array Size setting are a couple. Were there any warnings in the log? Those can tell you exactly what records caused problems. Also, you can setup a 'reject' link to capture problem children, but again it depends on exactly what ...
by chulett
Mon Oct 01, 2007 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command output of ExecCommand
Replies: 24
Views: 14220

You don't really need a custom trigger. The thing about the 'automatically handle' option is that it only kicks in it "needs to" - when you don't handle errors. The online help spells it out for you, but basically make it think you've got all the bases covered and those kind of 'failures' won't be a...
by chulett
Mon Oct 01, 2007 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 4
Views: 1240

Officially, reading BLOB/CLOB data is 'not supported' by DataStage / OCI. I'm working with CLOB data on a regular basis, but not nearly with the sizes you mentioned. For a CLOB, stick with LongVarChar rather than VarBinary, not sure it will help but it is more appropriate. If you are working in a 10...
by chulett
Mon Oct 01, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C Stage PlugIn function "Get" required
Replies: 2
Views: 1267

Check to see if the DBAs removed the Oracle Home in the middle of the day because 'no-one was using it'. :wink:
by chulett
Mon Oct 01, 2007 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML ![CDATA question
Replies: 2
Views: 870

Not sure about #3 but to get #1 rather than #2, set the 'Data Element' for that field to XML, it won't do the substitution then.
by chulett
Mon Oct 01, 2007 10:30 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Object reference not set to an instance of an object
Replies: 8
Views: 5987

dpcFuzzyMatchServiceConcrete.wsdl <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.rhd.com/dpc/matchService/1.0" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/&quo...
by chulett
Mon Oct 01, 2007 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After-job routine returned error: No error
Replies: 7
Views: 2104

Don't attach in this case, use DSJ.ME as the job handle for the current job.
by chulett
Mon Oct 01, 2007 7:48 am
Forum: General
Topic: Generating DS Job Reports
Replies: 1
Views: 991

Welcome! This is typically because IE is blocking ActiveX, something needed for those elements to show. If you 'allow' that, everything should be fine.
by chulett
Mon Oct 01, 2007 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer warning
Replies: 4
Views: 1253

Welcome! Actually, you can discover on your own what your warning message is all about by Searching the forums. Take a portion of your message not specific to your job - say, "has partitioning other than Entire specified; disabling memory sharing" - and do an Exact Match search. You'll find it has b...