Search found 53125 matches

by ray.wurlod
Tue Aug 01, 2006 3:09 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: how to count number of records in source file
Replies: 13
Views: 8603

Is this a DataStage TX question?
by ray.wurlod
Tue Aug 01, 2006 3:03 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Profile Stage Client Configuration
Replies: 5
Views: 3577

Did you get the requirements from the IBM website?
by ray.wurlod
Tue Aug 01, 2006 3:03 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Profile Stage Client Configuration
Replies: 5
Views: 3577

Did you get the requirements from the IBM website?
by ray.wurlod
Mon Jul 31, 2006 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ceritification details on DataStage
Replies: 6
Views: 2484

Since you have posted in the server forum I feel obliged to point out that there is NO CERTIFICATION for server edition.
by ray.wurlod
Mon Jul 31, 2006 8:38 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot Continue
Replies: 3
Views: 3359

All Windows, with PSDB, Analysis Server and Message Switch on one box (though I have some flexibility in this). The PSDB is Oracle 10g (which IS supported). Servers are Windows 2003 Server, clients Windows XP pro with sp1.
Will see what happens with the install CD. I have all the documents.
by ray.wurlod
Mon Jul 31, 2006 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .net
Replies: 4
Views: 997

No. .NET is a Windows-only phenomenon. You have specified running DataStage on UNIX. Therefore you can not use any .NET programming. DataStage on Windows platforms can invoke functions exposed via COM objects, but I do not believe there is anything more flexible than that to take any advantage of th...
by ray.wurlod
Mon Jul 31, 2006 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PM_PLAYER_TIMING question
Replies: 4
Views: 1261

As well as 1(a) they specify the ordinal number of the operator, and of the partition number on which it exectued. Yes, largely informational. Could be important in troubleshooting if one node runs out of resources.
by ray.wurlod
Mon Jul 31, 2006 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count in Data Stage Seq file
Replies: 26
Views: 16158

So much for a basic requirement. Now, how about a detailed specification? What do you want to supply, and how do you need that to be interpreted? Precisely.
by ray.wurlod
Mon Jul 31, 2006 11:14 am
Forum:
Topic: MySQL as the MetaStage Directory (Server)
Replies: 1
Views: 1081

I don't believe MySQL is supported by MetaStage. Check on the vendor's web site.
by ray.wurlod
Mon Jul 31, 2006 4:28 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot Continue
Replies: 3
Views: 3359

Cannot Continue

Client-only ProfileStage. After entering login ID and password and DSN, a message box titled "Cannot Continue" pops up, containing the following text. The Message Switch configuration information (host name and port number) was not found in the repository. Please correct this and try again. Does any...
by ray.wurlod
Mon Jul 31, 2006 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count in Data Stage Seq file
Replies: 26
Views: 16158

You don't have a parallel job containing job control routine - there is no such thing. You may have a server job containing job control routine. What do you mean by "pass"? For example you could pass a delimited list of pathnames as a single job parameter. You could have the job control code scan a ...
by ray.wurlod
Mon Jul 31, 2006 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count in Data Stage Seq file
Replies: 26
Views: 16158

1) No.

2) Yes. You can create a User Variables activity (provided you are on version 7.5 or later). You still need to get these variables' values from somewhere. Perhaps an Execute Command activity executing a wc -l command?
by ray.wurlod
Mon Jul 31, 2006 3:24 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can not create PSDB
Replies: 11
Views: 8433

Workaround

There exists a script on the CD using which one can create the PSDB manually. Where X: is the drive letter for the CD look for
X:\ProfileStage\sql\Oracle for CreateOraclePSDB.cmd (but first read the _readme.txt file!).

Doesn't solve the original problem, but does get the PSDB installed.
by ray.wurlod
Mon Jul 31, 2006 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error is coming while running a DS job
Replies: 2
Views: 1264

Knowledge has already been shared, as a Search will reveal.
by ray.wurlod
Mon Jul 31, 2006 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage error Scratch space full
Replies: 4
Views: 13365

You don't overcome it. You prevent it.

Make sure that the scratch disk mentioned in your configuration file has more than enough space. If not, add more scratch disk (on other file systems!) to each processing node.