Satish,
the SDK persistent sequence calls use that hash file for storing data. Since this was the first time that any of the routines was called it created this file - you will not see this message again in this project. It is not an error, just an informational message.
Search found 15603 matches
- Fri Jun 17, 2005 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom 32272 Warning
- Replies: 4
- Views: 1002
- Fri Jun 17, 2005 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GoBack in Date and Time
- Replies: 2
- Views: 755
Hello Raftsman, DataStage internally stores the date as an integer and the internal format for time is also an integer (number of seconds since midnight); there is no unified single timestamp format. One needs to program a small routine to take care of date addition and subtraction. It wouldn't be t...
- Fri Jun 17, 2005 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace mm/dd/yyyy with mm/01/yyyy
- Replies: 6
- Views: 1509
- Fri Jun 17, 2005 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS error - *NLS.LISTMAPS - Not installed?
- Replies: 7
- Views: 16790
It is much safer to perform a fresh install than to try to fix problems - especially when you don't know exactly what did not get installed correctly in the first place. Since you mentioned that this was a fresh install I (perhaps mistakenly) assumed that you could quickly and easily repeat this pro...
- Fri Jun 17, 2005 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS error - *NLS.LISTMAPS - Not installed?
- Replies: 7
- Views: 16790
- Fri Jun 17, 2005 12:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do we find the release of a DataStage version
- Replies: 10
- Views: 3371
- Fri Jun 17, 2005 12:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS error - *NLS.LISTMAPS - Not installed?
- Replies: 7
- Views: 16790
Hello Kumar, the routine *NLS.LISTMAPS should be globally cataloged within DataStage; I just checked our system and it is present. If you enter the DataStage command "MAP" from the Administrator or from the DataStage client you will get several hundred lines, and one of them should contain the strin...
- Thu Jun 16, 2005 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to decide which NLS should be used where??
- Replies: 17
- Views: 3849
Saad, so this thread in the Server forum is finished - DS outputs NLS characters as it should. Now you need to start a discussion in the QS forum asking why German characters are not being correctly read in. I haven't used QS in a long time so am not able to help you on that front. I would try to ha...
- Thu Jun 16, 2005 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Deletion
- Replies: 6
- Views: 4199
Gopskrish, you have identified the reason for the deletion failure - insufficient access rights. Now you need to revisit your user setups and group permissions and perhaps also your umask settings. Who is the owner for the files you can't delete? The subject is exhaustively described in the DataStag...
- Thu Jun 16, 2005 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concatenate job log info
- Replies: 2
- Views: 866
Hello VasnathRM, accessing the internal tables is not a good idea, as the structure is not officially documented and are subject to being changed in the next release. I would recommend against looking at these tables directly. If you look up information on the external program dsjob it will let you ...
- Thu Jun 16, 2005 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to decide which NLS should be used where??
- Replies: 17
- Views: 3849
- Thu Jun 16, 2005 6:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Monitoring
- Replies: 6
- Views: 1561
- Thu Jun 16, 2005 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Abort
- Replies: 7
- Views: 1770
VasanthRM, you can specify an automated reset-before-run when calling a job activity in a sequence. If you start the jobs from outside of DataStage from a command line you can use the -mode reset instead of -mode normal to reset the status before running a job. The subject of job logs has been handl...
- Thu Jun 16, 2005 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Validation
- Replies: 5
- Views: 1326
- Thu Jun 16, 2005 6:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting No in Nullable Column
- Replies: 7
- Views: 2234