Search found 53125 matches

by ray.wurlod
Wed Dec 15, 2004 7:17 pm
Forum: DSXchange Testimonials
Topic: Great Work
Replies: 10
Views: 24551

The nice thing about ADN is that Ascential employees are officially permitted to post there. :wink:
by ray.wurlod
Wed Dec 15, 2004 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command line Job Status Options?
Replies: 4
Views: 1317

Try the -jobstatus option on dsjob -run to get a more reliable reporting of status on exit.
by ray.wurlod
Wed Dec 15, 2004 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No Row was found for update
Replies: 3
Views: 2255

How is hash1 loaded? When is hash1 loaded? Is it possible that rows have been deleted from basetable since hash1 was loaded?
by ray.wurlod
Wed Dec 15, 2004 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: &PH& jobnotify error 911
Replies: 8
Views: 2329

You can escape the ampersands cd \&PH\&

Or you can hard quote the directory name (single quotes) cd '&PH&'

Either is OK.
by ray.wurlod
Wed Dec 15, 2004 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql query to ETL
Replies: 12
Views: 3908

Look carefully on the SQL tab to see whether there is any difference at all between the SQL in DataStage and that you're using in TOAD.
by ray.wurlod
Wed Dec 15, 2004 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage and Unidata tmp directory
Replies: 5
Views: 4334

Is it UniData temp space or DataStage temp space? The latter is set by the UVTEMP configuration parameter in uvconfig. Search the forum for how to change this. It sounds like the UniData temp space is properly configured. Details on how to do this are in the Administering UniData on UNIX manual.
by ray.wurlod
Wed Dec 15, 2004 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write failed on hash file
Replies: 3
Views: 915

One other possibility is that the hashed file suffered some form of internal corruption. You need to check for this before clearing or re-creating the hashed file. Write failure for record 'keyvalue' often indicates one bad page (group) within the hashed file structure; all the key values for which ...
by ray.wurlod
Wed Dec 15, 2004 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitions on source database
Replies: 2
Views: 1301

No. For a non-partitioned database DataStage simply opens multiple cursors. If the database is capable of parallel execution, this can be used to some advantage.
by ray.wurlod
Wed Dec 15, 2004 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can i Install Datastage on Linux 7.x
Replies: 4
Views: 1822

Yes. But you will require to purchase a valid licence for Linux.
by ray.wurlod
Wed Dec 15, 2004 2:32 pm
Forum: IBM QualityStage
Topic: qsrtmngr - HELP!!!
Replies: 6
Views: 3635

You can start qsrtmngr if logged in as qsadm. You need INTBIN to contain the pathname of the QS installation directory and the PATH and library environment variable (e.g. LIBPATH) to contain the $INTBIN/bin directory. The manual (UNIX_NT_Server_Guide.pdf) contains all of this in Chapter 3. You will ...
by ray.wurlod
Tue Dec 14, 2004 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: where are username and password stored internally?
Replies: 2
Views: 789

User name and password are not stored by DataStage on UNIX; it relies wholly upon operating system authentication. If you uninstall DataStage then re-install you will be safer than simply re-installing. Make sure you've exported any projects, so that you can re-import them afterwards. A small amount...
by ray.wurlod
Tue Dec 14, 2004 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need output files in UTF-8 Compatible form
Replies: 1
Views: 427

Yes.

Do nothing. You do not even need NLS.

If the input data are genuinely ASCII, then they will occupy the same code points under UTF-8.

8)
by ray.wurlod
Tue Dec 14, 2004 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file size
Replies: 6
Views: 3392

Yes, it's possible. Whether it reaches the 2GB limit obviously depends on the length of the rows. If it's likely to exceed 2GB, create a hashed file that uses 64-bit internal addressing; the 2GB limit then goes away (at the cost of a small amount of additional storage overhead). Theoretical maximum ...
by ray.wurlod
Tue Dec 14, 2004 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log files of a Datastage Job
Replies: 21
Views: 28485

Need to see your whole routine. Post it here, surrounded by Code tags (select the whole code, then click on the Code button above). The JobHandle variable must have been assigned by an earlier DSAttachJob() call. The result from DSGetLogSummary is a "dynamic array". Fields in dynamic arrays are refe...
by ray.wurlod
Tue Dec 14, 2004 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleaning out Director log entries
Replies: 16
Views: 5929

The best way is to enable auto-purge for the base job, with "jobs over 4 days old" as the setting.

You can do it with SQL, but then you may have to adjust some of the control record settings.