Search found 53125 matches

by ray.wurlod
Tue Mar 20, 2012 5:16 pm
Forum:
Topic: What's Happening?
Replies: 0
Views: 905

What's Happening?

Is anyone aware of any documentation that describes the various phases of execution when using the "IBM Cognos BI Reporting - Content Manager" bridge? My current client is seeing long time gaps while the encoding, decoding, creation of hub file and import are occurring, and wants some unde...
by ray.wurlod
Tue Mar 20, 2012 5:12 pm
Forum: General
Topic: Passing parameter set to UtilityRunJob
Replies: 3
Views: 1918

No, but why not check the source code of UtilityRunJob to see how it handles the argument string? That should determine whether it will do what you require out of the box. If it won't, it should not be a difficult modification, so you could use your own variant of UtilityRunJob.
by ray.wurlod
Tue Mar 20, 2012 5:10 pm
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 2796

Also, quite manifestly, you DO have at least some of KBA utilities.
by ray.wurlod
Tue Mar 20, 2012 5:09 pm
Forum: General
Topic: using dsjob command with credential file
Replies: 6
Views: 3232

Try putting -domain on the command line, even though it's in the credentials file.
by ray.wurlod
Tue Mar 20, 2012 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to take string using substring
Replies: 2
Views: 985

Code: Select all

Index(InLink.TheString, "http://", 1)
will report whether the substring exists within the string.

Code: Select all

(Left(InLink.TheString,7) = "http://")
will report whether the first seven characters are "http://".
You may wish to check in addition for "https://".
by ray.wurlod
Tue Mar 20, 2012 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using OLAP functions in Teradata exports
Replies: 2
Views: 3038

I slept through all of that! (2:30am my time) :D
by ray.wurlod
Tue Mar 20, 2012 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE's Dataset path
Replies: 10
Views: 2983

Yes there is (node pool), but why? Ultimately something else will run out of space if reading a Data Set is giving you space issues. You really need to sort out the space issues (allocate more disk space in the configuration file).
by ray.wurlod
Tue Mar 20, 2012 2:58 pm
Forum: General
Topic: Datastage engine
Replies: 3
Views: 1117

In fact, most of the executables for your parallel jobs are in /opt/IBM/InformationServer/Server/PXEngine/bin/ directory.

Selection is made on the basis of job type, as other posters have noted.
by ray.wurlod
Tue Mar 20, 2012 2:55 pm
Forum: General
Topic: How to see previous posted topics in dsxchnage website
Replies: 3
Views: 919

There is a time filter on the Search screen.
by ray.wurlod
Tue Mar 20, 2012 2:54 pm
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 2796

You couldn't (unless you created a couple of custom stage types and/or routines).
by ray.wurlod
Tue Mar 20, 2012 2:53 pm
Forum: General
Topic: Looping a Job using DOS batch file
Replies: 13
Views: 4508

Can you report the actual syntax of the dsjob command used in the batch file?
by ray.wurlod
Tue Mar 20, 2012 2:52 pm
Forum:
Topic: Physical Data Model
Replies: 10
Views: 4652

Information Analyzer itself can build QETXT.INI. Unfortunately "they" have denied U that tool also.

Therefore my advice has to be "keep fighting".
by ray.wurlod
Mon Mar 19, 2012 7:53 pm
Forum: General
Topic: LDAP Configuration Using Active Directory on AIX
Replies: 7
Views: 4592

Looks to me like you've missed the Engine Credentials step.
by ray.wurlod
Mon Mar 19, 2012 7:51 pm
Forum:
Topic: Physical Data Model
Replies: 10
Views: 4652

Having some knowledge of the site, I suspect it's not a case of "cannot" but "refusal".

Similarly, they maintain only a logical data model in ERwin (not a physical data model), claiming that approach to be more "rigorous".
by ray.wurlod
Mon Mar 19, 2012 6:02 pm
Forum: General
Topic: Datastage Admin Tasks and Questions
Replies: 5
Views: 6705

PaulVL wrote:... the "what would you do if..." questions are the ones I prefer to ask.
The "what do you do when..." ones are the scariest!