Search found 42189 matches

by chulett
Fri Nov 25, 2005 9:14 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: XML functionality TX vs SOa
Replies: 1
Views: 1802

Can't speak to the TX side, but XML processing comes with the base Server product, not the SOA Edition. SOA adds the ability to run Server jobs in real time by exposing them as a Web Service. You'll see comments in the Server forum about the 'speed' of XML parsing as it's not the speediest solution ...
by chulett
Thu Nov 24, 2005 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing Duplicate Records using ODBC
Replies: 2
Views: 911

You may want to post something (as in another thread) on the subject of "OCI doesn't work for the time being" as using ODBC is... less than ideal. How would you process 'duplicate' records outside of DataStage? It's no different here. Duplicates must, in some fashion, either update or replace the of...
by chulett
Thu Nov 24, 2005 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to a FILE using command in DataStage Administrator
Replies: 6
Views: 2574

Good to know, that will come handy for some of my peeps. :wink:

Wasn't sure exactly what but I know there are things specifically disabled when in the Administrator.
by chulett
Thu Nov 24, 2005 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file, reading and writing in same job
Replies: 10
Views: 3579

For what it's worth, the last time I had to do this I found that plain old Disabled is what worked for me. I don't recall exactly why, but had some strange behaviour when I tried 'Disabled, Locked for Updates'. Switching back to Disabled made it do exactly what it needed Always best, in my opinion, ...
by chulett
Thu Nov 24, 2005 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieve job variable from sequencer
Replies: 7
Views: 1870

Excellent! :D
by chulett
Thu Nov 24, 2005 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to a FILE using command in DataStage Administrator
Replies: 6
Views: 2574

Note that Arnd said "if you are in TCL" - this means you have to have connected via the command line and cannot do this from inside the Administrator as noted in your subject. Pretty sure stuff like that is specifically disabled when in the Adminstrator's command window.
by chulett
Thu Nov 24, 2005 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call a DS job from shell script
Replies: 4
Views: 1361

Hello! In case you are wondering, there is a command line executable called dsjob that you will use from a shell script to run a job. And yes, parameters too. Search and yea shall find a bazillion posts on the subject. It is also, as Arnd noted, in one of the pdf manuals of all places - the Server J...
by chulett
Thu Nov 24, 2005 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Promoting from one Environment to another
Replies: 1
Views: 981

You promote a job using Version Control, which has no command line access. You can transfer a job from one environment to another at the command line by exporting and importing , but there are restrictions. You'd need to search the forum for a full list, but exports from the command line export all ...
by chulett
Thu Nov 24, 2005 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to import project
Replies: 3
Views: 1343

Account = Project and it needs to be spelled correctly, case and all. Is your project really sap_sales in all lower-case?
by chulett
Wed Nov 23, 2005 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleanup Resource Option NOT ENABLED
Replies: 2
Views: 1011

Have you enabled the 'Enable job administration in Director' option in the Adminstrator for the project(s) in question? If you haven't, that would be the primary reason why they would always be greyed out. It is a property of each project, by the way, along with things like auto-purge of log defaults.
by chulett
Wed Nov 23, 2005 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date
Replies: 1
Views: 1062

Try checking Output<1> instead of just Output and see if that fixes the problem. It should unless something else is going on.
by chulett
Wed Nov 23, 2005 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieve job variable from sequencer
Replies: 7
Views: 1870

Re: retrieve job variable from sequencer

What I need is a easy way to: 1) set something (variabile/status/whatever) in a transformer stage into a job server 2) read that "something" from a sequencer and use it in a Trigger or similar, to change the flow of the sequencer. - I read about UserStatus but is seems to be valid only inside the j...
by chulett
Wed Nov 23, 2005 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Cleaning Issue in Px
Replies: 1
Views: 798

This kind of question should really go in the PX forum, by the way. You haven't given us the actual compilation error, but I'm guessing it's the fact that you are using Server functions in a PX transformer. You can use all of those mentioned - IsNull, Trim, Ereplace, etc - but you have to switch to ...
by chulett
Wed Nov 23, 2005 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime Issue based on Different Platforms
Replies: 4
Views: 1448

It sounds like to me that you are trying to come up with some sort of 'universal solution' - some technique to handle Timestamps across all 'platforms' as you call it in exactly the same manner. Can't be done. Oracle has different requirements than DB2. Other databases throw in other wrinkles. Requi...
by chulett
Wed Nov 23, 2005 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Cleanup
Replies: 4
Views: 1734

Pretty sure that all that option did was reindex the project and yes, it has been removed from the Administrator. You can fall back on the 'old fashioned' way and do the reindexing from DS.TOOLS or directly from a TCL prompt. An exact search on 'cleanup project' will turn up quite a number of exampl...