Search found 42189 matches

by chulett
Tue Oct 13, 2009 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Developing a Batch File to Back up a complete proyect
Replies: 32
Views: 10942

Sounds like the problem is something else entirely, if objects get skipped the repository indexes may be corrupted. The ones that were skipped, can you export them individually, by component?
by chulett
Tue Oct 13, 2009 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Project environment variable in a Routine
Replies: 4
Views: 2117

While you can use GetEnvironment() in PX, for BASIC you'll just need to DSExecute an "echo" of the variable.
by chulett
Tue Oct 13, 2009 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find DB2 EE stages used in a Project
Replies: 5
Views: 2057

Add OLETYPE to the select list and cut the "LIKE" back to just "%DB2%" and see what turns up.
by chulett
Tue Oct 13, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal conversion
Replies: 21
Views: 8368

Datatype of what is varchar? There's no scale for strings. :?
by chulett
Tue Oct 13, 2009 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Some warning with Pivot and Pivot Enterprise stage.
Replies: 2
Views: 2001

It's been discussed here before and a search should turn them up, did you see if any of those other posts helped?
by chulett
Tue Oct 13, 2009 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Developing a Batch File to Back up a complete proyect
Replies: 32
Views: 10942

Not the project but asking if any of the jobs were locked when you exported. If you can open them in Designer, then they're not locked. Also, there's a "log" file that should be generated during the export that lists any issues, do you ever see that file afterwards?
by chulett
Tue Oct 13, 2009 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer status question
Replies: 3
Views: 1087

Yes, depending on the trigger you use between jobs. Stick with an 'OK' trigger, enable that option and let us know.
by chulett
Tue Oct 13, 2009 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Developing a Batch File to Back up a complete proyect
Replies: 32
Views: 10942

:? Some server jobs? Because they're read-only or because they're locked? Are any other read-only jobs exported? All my projects outside of dev are read-only and export just fine. How are your jobs made read only - via Version Control or some other mechanism? You need to do a little research here.
by chulett
Tue Oct 13, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer status question
Replies: 3
Views: 1087

The Sequence job itself ran just fine, it doesn't really care that the jobs you ran had issues, hence the status. You'll need to log a warning in the Sequence itself if you want the Sequence to have a 'non-OK' status, either via a routine or the 'Automatically handle' compilation option.
by chulett
Tue Oct 13, 2009 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion cache disabled, job aborts
Replies: 8
Views: 11830

Then it seems like time to involve your official support provider.
by chulett
Tue Oct 13, 2009 7:31 am
Forum: General
Topic: SKG malfunctioning
Replies: 3
Views: 1547

Ping support.
by chulett
Tue Oct 13, 2009 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OLE DB provider error
Replies: 3
Views: 1739

Post your complete, unedited errors from the log.
by chulett
Tue Oct 13, 2009 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Check for a Zero byte file using datastage server jobs
Replies: 4
Views: 2014

There's several ways, including "test -s" and "wc -l".
by chulett
Tue Oct 13, 2009 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to automate the DataStage export of an entire
Replies: 12
Views: 4601

That istool is only available in 8.1.1 with that 'comprehensive' patch installed.
by chulett
Tue Oct 13, 2009 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion cache disabled, job aborts
Replies: 8
Views: 11830

aaryabhatta wrote:DBA is not of much help as they say the DATE_CHACHE has to be increased when sqlldr is used. I guess DataStage is using it by default.
Ask them how one would do that taking DataStage out of the picture.