Search found 53125 matches

by ray.wurlod
Thu Feb 02, 2006 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job aborted Notification
Replies: 8
Views: 3758

It is not the function of the Exception Handler to do anything. Its only task is to detect that one of the activities has not completed successfully and - when that happens - to trigger its output(s). Whatever happens downstream of that is entirely up to the developer. (That's you.)
by ray.wurlod
Thu Feb 02, 2006 10:20 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: AuditStage sample
Replies: 1
Views: 2408

Welcome aboard. :D Code? That's not how these products work. They each have a graphical user interface. Audit Stage (formerly known as Quality Manager) collects a sample of data and performs various metrics. Best advise is to get in touch with your vendor and ask for some marketing collateral - glos...
by ray.wurlod
Thu Feb 02, 2006 10:17 pm
Forum: Site/Forum
Topic: Revealing Premium content for the post made upto 28 Feb 06.
Replies: 9
Views: 3996

That's why there's a trial - to work out the best way to go. I believe that a number of ideas about how the premium posters should work have been fed back - ultimately someone (Editor?) will make the call. Without prejudicing that decision, my preference is for the premium posters themselves to be a...
by ray.wurlod
Thu Feb 02, 2006 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't Remove Job?
Replies: 10
Views: 3137

"They" took it out. But the underlying command (DS.CHECKER) is still there. Search the Forum - Arnd posted something about it recently.
by ray.wurlod
Thu Feb 02, 2006 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Command Line Export?
Replies: 32
Views: 14321

patonp wrote:Is it as simple as concatenating multiple dsx files into one, or is it more complex than that?

It's more complex than that. Each DSX file has its own header. You need to make sure that the result has only one header.
by ray.wurlod
Thu Feb 02, 2006 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't Remove Job?
Replies: 10
Views: 3137

As far as I know there's no documentation for DS.TOOLS. "They" expect you to work through the client tools; DS.TOOLS is really there for the convenience of "their" consultants. However, DS.TOOLS is documented in some third-party training packages. One, at least. :wink:
by ray.wurlod
Thu Feb 02, 2006 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage User ID
Replies: 2
Views: 1553

If you drive all your security through group, user ID is largely irrelevant. Anyone can own the files. You can, of course, use chown to replace the owner. But - and it's a big but - some of the files in the DataStage engine directory (particularly in the bin subdirectory) have very specific owner re...
by ray.wurlod
Thu Feb 02, 2006 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL training
Replies: 5
Views: 1648

Compared to the cost of the software, even the "official" IBM training would be regarded as affordable. Check out their website, or your vendor, for dates and times (and costs).
by ray.wurlod
Thu Feb 02, 2006 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Date to SQL Server Date or TimeStamp
Replies: 7
Views: 4820

SQL Server expects milliseconds. Concatenate ".000" to your timestamp.
by ray.wurlod
Thu Feb 02, 2006 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -report error on AIX
Replies: 5
Views: 2267

Welcome aboard. :D

Is that a trailing "-" on your filter command?

Filter command is execute and its stdout becomes what is read onto the Sequential File stage's Output link.
by ray.wurlod
Thu Feb 02, 2006 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypted password in a batch file to call dsimport
Replies: 7
Views: 5454

The answer is still NO in the batch file. Just can't be done - in the batch file.

The best you can do is hide the password in a shell variable or in an environment variable. The /P switch requires a clear password. Maybe

Code: Select all

dsimport.exe /H=ServerName /U=%2 /P=%3 ProjectName 1% 
by ray.wurlod
Thu Feb 02, 2006 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information Request
Replies: 3
Views: 1414

Even though you have server edition, you do get the Parallel Job Developer's Guide in the Docs folder; the first couple of chapters give a pretty good overview.
by ray.wurlod
Thu Feb 02, 2006 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Stage
Replies: 4
Views: 1355

Yep, that's one of them.
by ray.wurlod
Thu Feb 02, 2006 2:03 pm
Forum: IBM QualityStage
Topic: Problem starting QSRTMNGR
Replies: 3
Views: 2502

Thanks for posting quick solution. The other thing people sometimes forget is to be logged in as qsadm before starting qsrtmngr. The netstat command can help to find ports in use.
by ray.wurlod
Thu Feb 02, 2006 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Stage
Replies: 4
Views: 1355

Check all the optional properties (in the "available properties to add" area). You can change the encoding and the disposal of particular categories of difference.