Search found 42189 matches

by chulett
Tue Nov 06, 2007 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doesn't reflect the changes the job
Replies: 2
Views: 610

Re: Doesn't reflect the changes the job

balu124 wrote:and one more thing is cleanup resources option in the job tab of director is in desabled mode . Is there any extra settings required

Yes, that must be enabled in the Administrator for each project.
by chulett
Mon Nov 05, 2007 6:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 18
Views: 4771

Did you read the XMLPACK_20_Designer.pdf documentation on the Trigger Column option?
by chulett
Mon Nov 05, 2007 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 18
Views: 4771

You need to read up on the use of the Trigger Column option in the XML Output stage. When used, every time it changes a new file is created, so you could arrange for the value there to be incremented by 1 every 50 records to accomplish this.
by chulett
Mon Nov 05, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Configuration file
Replies: 22
Views: 19522

You don't need any 'third party tool'. Can you not already dual boot your pc? :?
by chulett
Mon Nov 05, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use an Environment Variable into Userdefine routine
Replies: 4
Views: 1631

Or, if not, a simple call to your O/S to 'echo' it and capture the results can be used.
by chulett
Sun Nov 04, 2007 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage not aggregating XML correctly
Replies: 8
Views: 2192

The 'repetition element' is generally the lowest level element, not the highest. And the Trigger Column controls when a new file is created, triggered whenever the value of that column changes.
by chulett
Sun Nov 04, 2007 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple input links into a single target sequential file
Replies: 7
Views: 1416

Basically, yes - streams with identical metadata can be collected before going to a Sequential File stage. Partitioner not required. :wink:
by chulett
Sun Nov 04, 2007 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bitmap Indexes
Replies: 8
Views: 4333

I haven't had that experience, but then it's been some time since I've had to worry about loading Oracle tables with bitmap indexes. We found that the jobs ran just fine, but more often than not the indexes would be corrupt post-load. We ended up doing the traditional 'drop all and rebuild post-load...
by chulett
Sun Nov 04, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Japanese Data in SQL Server 2000
Replies: 18
Views: 4221

I'm going to have to defer to Ray on this one, never having had the pleasure of dealing with character sets that actually required NLS be installed. From one of his earlier replies, and the issues you've been seeing, that seems to be a necessary step here.
by chulett
Sun Nov 04, 2007 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exact diff btwn DS server and PX
Replies: 10
Views: 2696

Re: hi

4. In simple Server Edition is Code oriented sort of job where as Parallel edition is user friendly. I'm sorry, but this one just made me laugh. As Ray notes, complete 'tosh'... something I needed to look up to get the full 'Chiefly British' nuance of. This was exactly the kind of 'list' I was hopi...
by chulett
Sat Nov 03, 2007 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While using DateTimeDiff
Replies: 1
Views: 697

This is one of many 'SQL Meta Tags' that are available for use exclusively in the DRS stage and which are documented in the pdf guide for the stage. Is that where you are attempting to use it? SQL Meta Tags are unique functions that enhance or modify platform-specific SQL statements. When used in SQ...
by chulett
Sat Nov 03, 2007 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exact diff btwn DS server and PX
Replies: 10
Views: 2696

If you have Server, then you also have the two Parallel Job Developer's Guides in pdf form on your PC. Start there.
by chulett
Sat Nov 03, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Japanese Data in SQL Server 2000
Replies: 18
Views: 4221

Can you try it again after overriding the NLS_LANG setting in the job to match your database as I outlined earlier?
by chulett
Sat Nov 03, 2007 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - ORA-3114
Replies: 2
Views: 1271

Re: Oracle - ORA-3114

Raftsman wrote:I have a suspicion that I am hitting a maximum thread problem. Is there a way to determine this.

Work with your DBA, have them trace your sessions. They should be able to pretty easily determine if you are blowing out any connection limits.