Search found 42189 matches

by chulett
Tue Dec 14, 2004 8:16 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Spurious constants
Replies: 2
Views: 2498

Sorry, somewhat spurious comment here... What would you rather it say? 99.9967% constant? (I left off a few 6s, btw) I'm guessing it decided to round it up for you. Or are you wondering if there is a way to not identify zero as a constant value? To treat it more like a null or unknown value, perhaps?
by chulett
Tue Dec 14, 2004 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to compile jobs thru unix commands and which one to use.
Replies: 6
Views: 2130

My requirement is to compile a job which is in aborted state and not all. As already noted, what you want to do is reset aborted jobs, not recompile them. Whatever you are using for Job Control should be able to handle that automatically. For example, Sequencer jobs can be set to 'Reset Then Run' o...
by chulett
Tue Dec 14, 2004 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: types of export files
Replies: 2
Views: 1252

XML. That and .dsx are your two choices when exporting from a DataStage project.
by chulett
Mon Dec 13, 2004 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Stage
Replies: 2
Views: 988

I can't verify this right now, but I believe that there should be a pdf document for the stage in the 'Docs' folder underneath your DataStage client installation folder.
by chulett
Mon Dec 13, 2004 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing the temporary files in Datastage
Replies: 2
Views: 1011

Well... The Sort stage by default puts the temporary files it uses in the current Project, which is not the best place for them. Jobs that generate a large volume of temp files can fill your Project partition and then you'll find yourself in all kinds of hurt. On the General / Properties tab of the ...
by chulett
Mon Dec 13, 2004 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Data - Acess RT_Log
Replies: 2
Views: 978

Before you go down the 'roll your own' path, why not use the methodologies already available to you? Specifically, there are several 'dsjob' options that allow you to get log information rather easily. Actually, why post this again? Ray is walking you through all of this in your post in the PX forum.
by chulett
Mon Dec 13, 2004 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running SQL command in a Routine
Replies: 4
Views: 767

Re: Running SQL command in a Routine

When i tested the routine i am getting answer as 'SQL'. Why is it. Your answer is not 'SQL', it has put up an additional SQL prompt because your statement is incomplete. Try adding a semi-colon to the end of your statement: CMD= "SELECT * FROM abcd;" It should make it run but I doubt you ...
by chulett
Thu Dec 09, 2004 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running jobs from Windows using 3rd party scheduler
Replies: 5
Views: 1911

Re: Running jobs from Windows using 3rd party scheduler

On unix it was easy as we simply called a unix shell script that invoked dsjob with the appropriate parameters passed. We wish to replicate in Windows. Can you do the same via a windows .bat? The short answer to your question is yes - dsjob works just the same on Windows as it does on UNIX. The dif...
by chulett
Thu Dec 09, 2004 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to open properties of Job and routine Activity
Replies: 2
Views: 700

Are you running Windows XP with SP2 installed? If so, either uninstall SP2 or get the client patch from Ascential.
by chulett
Thu Dec 09, 2004 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to compile jobs thru unix commands and which one to use.
Replies: 6
Views: 2130

No. You can write a routine to compile jobs but there's no command line option.
by chulett
Thu Dec 09, 2004 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: error in dlopen - Dynamic Error
Replies: 4
Views: 1583

There are configuration guides for all of the plugins that detail what you need to do to make them work, other than installing them. Look in your 'Docs' folder where you installed your client software for the appropriate pdfs. For example, InstConf.pdf for general information or Oraoci9.pdf for the ...
by chulett
Wed Dec 08, 2004 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_loadlibrary: error in dlopen - Dynamic Error
Replies: 3
Views: 1496

Wow... plagiarism. :wink: Probably should have just linked back to and referenced the original post this came from.
by chulett
Wed Dec 08, 2004 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why does Error SIGBUS occur?
Replies: 1
Views: 1213

A SIGBUS error is simply a bus error. It could mean a hardware / memory problem or could indicate a problem in the software. I'd start by opening a case with Ascential Support to see if they've seen these errors before. Or possibly have a chat with your SAs.
by chulett
Wed Dec 08, 2004 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Redbrick plugin to db2 plugin
Replies: 6
Views: 1423

I doubt it. Tricks like that can be used to migrate from the OCI8 to the OCI9 stage, for example, but I would think that there are enough differences between the two plugins to make a 'quick' solution impractical. You are probably going to need to define a 'cookbook' methodology for switching a job ...
by chulett
Wed Dec 08, 2004 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with installation on HP system
Replies: 4
Views: 786

Not sure what you are asking. Yes, the standard UNIX server installation requires a certain amount of 'temp' space be available where the contents of the CDROM are 'unpacked' and the installation actually runs from. No way 'round that, as far as I know. What kind of specific problem or errors are yo...