Search found 53125 matches

by ray.wurlod
Mon Sep 17, 2007 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operators at the Project level
Replies: 1
Views: 604

All the environment variables carry a small amount of Help text. Beyond that they're mostly listed in an appendix in the Parallel Job Advanced Developer's Guide which is one of the standard manuals.
by ray.wurlod
Mon Sep 17, 2007 8:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming Shared Containers
Replies: 2
Views: 879

Not at all, without hacking the Repository. This is not provided for in DataStage "out of the box".
by ray.wurlod
Mon Sep 17, 2007 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extended ascii character as field delimiter
Replies: 1
Views: 1284

Yuk, yuk, a thousand times yuk! Microsoft have chosen to use Char(128) to represent the Euro character; DataStage server jobs use it as the internal representation of NULL. Seriously consider running the file through a tr command to change the \x80 character to something else - anything else!
by ray.wurlod
Mon Sep 17, 2007 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current GMT Timestamp
Replies: 1
Views: 1163

In a Routine activity in a job sequence you can get it using System(99), which returns the system time in number of seconds since midnight Greenwich Mean Time (GMT), January 1, 1970.
by ray.wurlod
Mon Sep 17, 2007 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error
Replies: 8
Views: 2186

Welcome aboard.

What's in /opt/product/Ascential/DataStage/OnePercent/Scratch/ora.8497.14949d.2.log ?
by ray.wurlod
Mon Sep 17, 2007 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do that
Replies: 1
Views: 1067

Write a script, remotely execute it, and test its exit status.
by ray.wurlod
Mon Sep 17, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Mode in Sequential File
Replies: 4
Views: 942

Use an Execute Command activity to test the size of head -1 filename
by ray.wurlod
Mon Sep 17, 2007 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Edition to Enterprise question...
Replies: 8
Views: 1953

Yes
Yes

Sometime later (8.2?) there will be an interface to source code control packages - expect ClearCase first, since IBM owns that.
by ray.wurlod
Mon Sep 17, 2007 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message in Unix when running job from Shell Script
Replies: 6
Views: 1331

Error code -4 typically relates to bad values being supplied to job parameters. Check the job log to determine what values were actually supplied in these cases.
by ray.wurlod
Mon Sep 17, 2007 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of COMMON
Replies: 12
Views: 2293

Named COMMON is persistent until the process ends, and redefinition of the named COMMON area is illegal in the same session. You must totally disconnect the client after changing COMMON - after you re-connect the "problem" will magically have vanished, because you now have a completely different age...
by ray.wurlod
Mon Sep 17, 2007 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL file failure
Replies: 2
Views: 1009

Even better:

ExecDos
sqlplus -s oracle/oracle@BIODS.WORLD @#directory#\in\file.sql > #directory#\in\file_log.log
2>&1
by ray.wurlod
Mon Sep 17, 2007 3:14 pm
Forum: General
Topic: Newprojects on DS Box not working properly
Replies: 1
Views: 1416

Try recompiling the job. What was the job's status in the log after you killed the process? Did you properly kill the process tree (player processes, then section leader processes, then conductor processes)? If not, you may have some zombie processes that need to be cleaned up.
by ray.wurlod
Mon Sep 17, 2007 3:10 pm
Forum: General
Topic: Dsroci.sl
Replies: 1
Views: 1633

dsroci.sl is a shared library (associated with the OCI stage). Therefore the first place to check is your shared library search list environment variable (called SHLIB_PATH, LIBPATH or LD_LIBRARY_PATH depending on what kind of UNIX you have). You need to check (in the job log) what value this enviro...
by ray.wurlod
Mon Sep 17, 2007 3:04 pm
Forum: IBM QualityStage
Topic: Licensing Error: Could not find a license
Replies: 5
Views: 2487

I am just a poster here. It is not my site. Therefore I can not give you any discount. In any case, premium membership is less than 30c per day, and is 100% devoted to supporting the bandwidth charges that have to be paid to keep DSXchange alive.
by ray.wurlod
Mon Sep 17, 2007 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem to establish connection with terradata
Replies: 2
Views: 720

Search the forum. It's almost certain that you lack "CREATE" privilege to the area in Teradata where the operator sync table must be created. Others have posted this in the past, so there are detailed answers to be found by searching.