Search found 53125 matches

by ray.wurlod
Thu Sep 22, 2005 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Connection Error
Replies: 4
Views: 2696

My guess is that the secure shell (secshd.exe) is overriding any idle non-timeout request you may have issued.
by ray.wurlod
Thu Sep 22, 2005 8:46 pm
Forum: Enhancement Wish List
Topic: Progress of Job Sequence
Replies: 7
Views: 3127

Of course, DataStage BASIC is a powerful enough language that you could modify the code. But how would you then compile it?!!
by ray.wurlod
Thu Sep 22, 2005 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage conection error
Replies: 5
Views: 1696

31538
by ray.wurlod
Thu Sep 22, 2005 8:41 pm
Forum: Enhancement Wish List
Topic: Progress of Job Sequence
Replies: 7
Views: 3127

No, you don't need to do anything with the code. You copy parameter settings into the Job Activity objects (in DS_JOBOBJECTS) and require that the job sequence be compiled subsequently.
by ray.wurlod
Thu Sep 22, 2005 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage conection error
Replies: 5
Views: 1696

Firewall blocking dsrpc port?
by ray.wurlod
Thu Sep 22, 2005 5:03 pm
Forum: Enhancement Wish List
Topic: Progress of Job Sequence
Replies: 7
Views: 3127

At at least one of my client sites I crafted a routine to load parameter values into a job sequence from a standard set. It should not be a long stretch to load from these into Job Activities.

Hmm... would this be reinventing the wheel? Can Parameter Manager already do this?
by ray.wurlod
Thu Sep 22, 2005 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage conection error
Replies: 5
Views: 1696

The host name specified is not valid, or the host is not responding. In particular, code 81011 decodes as "unknown host". Make sure that the hostname you've entered can be translated to its IP address on your client machine. Maybe try the IP address instead of a host name in the connection dialog? ...
by ray.wurlod
Thu Sep 22, 2005 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log hangs when trying to view
Replies: 6
Views: 2249

You can always force a refresh from the View menu, or Ctrl-R.
by ray.wurlod
Thu Sep 22, 2005 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDK Transform Calling
Replies: 3
Views: 1508

Transforms are pre-stored expressions. They are not callable. If you use them in Transformer stages then inspect the generated code, you will see that they are replaced by their defining expression; that is, the expression becomes in-line code. It follows that the response suggesting DEFFUN is way o...
by ray.wurlod
Thu Sep 22, 2005 4:09 pm
Forum: Data Integration
Topic: How to use DOS command to move files through a network
Replies: 1
Views: 8080

Welcome aboard! :D Under what user ID do your DataStage jobs run? Check that this user has all required permissions. A good way to find out is to run a job that contains ExecTCL as a before-job (or after-job) subroutine, it really doesn't matter. In the Input Values field specify the command SH -c i...
by ray.wurlod
Thu Sep 22, 2005 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 8
Views: 5839

That you can connect via sqlplus does not necessarily mean that there is no error while trying to retrieve text from Oracle system tables.
by ray.wurlod
Thu Sep 22, 2005 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is array size and transaction size
Replies: 4
Views: 1318

Transaction isolation level is a concept originally introduced as part of the ODBC standard, by Microsoft. The ultimate reference, therefore, is the ODBC 3.0 API Programmer's Reference and SDK, from Microsoft Press.
by ray.wurlod
Thu Sep 22, 2005 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Resolved] Partial Unload of records with Oracle Enterprise
Replies: 11
Views: 2970

How many processing nodes? If more than one, what partitioning did you use? Was the Oracle Enterprise stage trying to SELECT in parallel? Any warnings logged? Have you tried forcing the Oracle Enterprise stage to execute in sequential mode (as a diagnostic technique only!)?
by ray.wurlod
Thu Sep 22, 2005 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppression Of left zeroes
Replies: 10
Views: 4698

There is an undocumented flag [suppress zero] available in the Modify stage. Read about it here.
by ray.wurlod
Thu Sep 22, 2005 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Purge is disable still logs are getting deleted
Replies: 3
Views: 1431

Two possibilities. You (or someone) has probably imposed manual override of purge parameters for this job. When you open Job > Clear Log in Director, does it indicate that auto-purge is enabled for this job? You are mistaking the fact that log entries are filtered with "disappearing". By default you...