Error KeyMgtGetNextValue

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The error message definitely relates to the fact that you can't create the SDKSequences hashed file. The "improper data type" results from attempting to access a file that has not been successfully opened (a defect, imho, in the code).

To fix, do the following steps from the command window for the project (in the Administrator client). Ignore any error messages.
(1) DELETE.FILE SDKSequences
(2) DELETE VOC 'SDKSequences'
(3) DELETE &UFD& 'SDKSequences' 'D_SDKSequences'
(4) CREATE.FILE SDKSequences 2 1 2


Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
Post Reply