Search found 53125 matches

by ray.wurlod
Wed Aug 09, 2006 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting the sequence from the failed activity.
Replies: 12
Views: 3871

Do the non-failed activities have "do not checkpoint run" selected? This will cause them to be executed on every run of the sequence, irrespective of whether checkpointing is used in the sequence.
by ray.wurlod
Wed Aug 09, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSR.MetaGeta(GET.DSNINFO):Cannot open database requested
Replies: 4
Views: 3504

It's really annoying that the Ascential applications now seem to insist upon the Ascential-supplied ODBC drivers being used, and resist the use of other ODBC drivers even those that are ODBC 3.0 compliant. C'mon, guys, isn't ODBC a STANDARD?!! If you try to use the Ascential-supplied drivers from an...
by ray.wurlod
Wed Aug 09, 2006 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call DSLogInfo to file??
Replies: 5
Views: 2691

DS_JOBS is a standard DataStage table, but does not contain job status. The DS_JOBS table records the job's type and category, and an internal number that DataStage uses to refer to the job in all other aspects. However, you get a job handle via a call to DSAttachJob(), you do not need to be aware t...
by ray.wurlod
Wed Aug 09, 2006 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle to DB2 migration
Replies: 8
Views: 1527

If you are using only generated SQL you should be fine. If you are using user-defined SQL, or relying on before-SQL or after-SQL scripts in the OCI stage, then that part of your design will probably require reworking. If you are using Oracle bulk loader (sqlldr) then obviously that part also will re...
by ray.wurlod
Wed Aug 09, 2006 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSR.MetaGeta(GET.DSNINFO):Cannot open database requested
Replies: 4
Views: 3504

All of the square bracketed fields at the beginning of the message demonstrate that the ODBC driver was, in fact, able to connect to SQL Server. At that point, "Login fails." indicates that your credentials were not correct. Check that they are correct in DataStage, check that that user exists in SQ...
by ray.wurlod
Wed Aug 09, 2006 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log files
Replies: 2
Views: 907

A DataStage job log is a database table, not a file. You view it through the Director client. Otherwise you need to select rows from it using the DataStage API, or using SQL. The name of the table is RT_LOGnnn where nnn is the internal DataStage number for that job, which mapping can be found from D...
by ray.wurlod
Wed Aug 09, 2006 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running multiple instances
Replies: 30
Views: 11242

OK, here it is with eight (ignoring node pools and disk pools). With 24 scratch disks you have 3 times as many file systems involved. You can see here what I mean by "round robin allocation" of scratch disk resources. Only eight actual directories are used. { node node0 { fastname "my...
by ray.wurlod
Wed Aug 09, 2006 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Map
Replies: 3
Views: 4573

You need to differentiate three maps (encodings). ISO8859-6 is the UNIX server map for Arabic. MS1256 (or CP1256 on DOS) is the Windows server map for Arabic. MS1256-CS is the map for communicating with the Windows client (the "-CS" stands for "client/server"). As noted earlier, the problem may not ...
by ray.wurlod
Wed Aug 09, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating a routine for excahnge of foriegn currency
Replies: 3
Views: 970

The technology will allow you to take a feed from a site such as XE.com to guarantee that your exchange rates are as up to date as possible.
by ray.wurlod
Wed Aug 09, 2006 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to transfer nulls as nulls?
Replies: 21
Views: 7063

Historical Geographical Note
UR is (was) an ancient Babylonian city. There is no such English word.

:evil:
by ray.wurlod
Wed Aug 09, 2006 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running multiple instances
Replies: 30
Views: 11242

This is what the TMPDIR environment variable is set to - it goes there if your scratch space becomes full but it needs more scratch space. It may also go there for other reasons - I don't know what else your job or other UNIX processes may be doing.
by ray.wurlod
Tue Aug 08, 2006 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format for Stringtodate()
Replies: 5
Views: 2615

What happens if the day number is greater than 9?
by ray.wurlod
Tue Aug 08, 2006 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running multiple instances
Replies: 30
Views: 11242

Yes, physical. Separate spindles.
by ray.wurlod
Tue Aug 08, 2006 10:39 pm
Forum: General
Topic: Index Sequential File?
Replies: 8
Views: 4390

Try searching (both here and Google) for "indexed sequential" and "ISAM" (indexed sequential access method). It's more of a mainframe than a server technology.
by ray.wurlod
Tue Aug 08, 2006 10:15 pm
Forum: General
Topic: HHJLDATE
Replies: 3
Views: 2684

HHJLDATE

Does anyone have information on how to use the Oracle HHJLDATE function/procedure? With an example or two would be wonderful. This converts Gregorian to Hijrah ("Islamic") dates.