Search found 53125 matches
- 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
- 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...
- 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...
- 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...
- 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...
- 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...
- 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
- 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 ...
- 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
- 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
- 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
- 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
- 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
- Tue Aug 08, 2006 10:39 pm
- Forum: General
- Topic: Index Sequential File?
- Replies: 8
- Views: 4390
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.