Search found 53125 matches

by ray.wurlod
Wed Mar 09, 2011 2:11 am
Forum: General
Topic: dsjob command domain name issue in windows
Replies: 10
Views: 9257

What are the permissions on dsjob.exe ?
by ray.wurlod
Wed Mar 09, 2011 2:09 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: View IA published results in DS
Replies: 12
Views: 6323

Ah, I comprehend.

You've missed the vital step of publishing the results in IA. Once you've done this the information you want will appear in the Table Definition in DataStage.
by ray.wurlod
Tue Mar 08, 2011 6:37 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: View IA published results in DS
Replies: 12
Views: 6323

So the burning questions are:

Which table definitions from the IA store?

How are they viewing the data in these tables?
by ray.wurlod
Tue Mar 08, 2011 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occured when open a group in the admin console
Replies: 1
Views: 1340

Ultimately there's a java.lang.NullPointerException.

Report it to your official support provider who will help you to find out the solutions. The amount of Java in these clients makes diagnosis without the specialist tools and knowledge in the support group almost impossible.
by ray.wurlod
Tue Mar 08, 2011 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Set Management Security
Replies: 2
Views: 1270

There isn't, because Data Set Management uses a common dialog and that dialog remembers the most recently used directory path. Further, the same common dialog is used by other tools in the DataStage client suite (such as Configurations editor).

You could lodge an enhancement request.
by ray.wurlod
Tue Mar 08, 2011 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the active and passive stages in data stage?
Replies: 4
Views: 2383

Except when they're not, such as the Oracle OCI stage.
by ray.wurlod
Tue Mar 08, 2011 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Breaking Input value to show on new line
Replies: 4
Views: 1581

Build the whole entry as a single VarChar column including the linefeed characters. Write this to the Sequential File specifying no delimiter and no quote character. Ignore what View Data shows you - look at the actual file that gets generated.
by ray.wurlod
Tue Mar 08, 2011 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where actually used configuration file in the projects?
Replies: 3
Views: 1417

To which configuration file are you referring? (There is more than one.)

When's the interview?
by ray.wurlod
Tue Mar 08, 2011 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 5
Views: 3482

Or transport buffer size was somehow misconfigured.
by ray.wurlod
Tue Mar 08, 2011 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling complex file
Replies: 3
Views: 1378

Or use DataStage and declare the structure to be a single VarChar field with no quote character.
by ray.wurlod
Tue Mar 08, 2011 2:55 pm
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 7230

Now, what value is returned by each DSSetParam call?
by ray.wurlod
Tue Mar 08, 2011 2:54 pm
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 7230

I note in passing that there are "=" characters in the value of Value5 (you will need the fourth argument of the Field() function to be greater than 1 - any large number will do).
by ray.wurlod
Tue Mar 08, 2011 2:51 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: View IA published results in DS
Replies: 12
Views: 6323

They're not stored in DataStage, so can't be accessed easily from there. Intermediate results are stored in IADB, final results are stored in XMETA. Use the reporting console to viewInformation Analyzer reports (which have to be created within IA).
by ray.wurlod
Tue Mar 08, 2011 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to update the Hash file in the server Basic language
Replies: 9
Views: 3534

Use either of the Key Management routines in the SDK.
by ray.wurlod
Tue Mar 08, 2011 4:56 am
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 7230

Test the value of ErrCode after each call to DSSetParam(). I presume that hJob is the result of an earlier successful DSAttachJob() call - did you check that it was successful?