<file> already in your VOC file as file definition rec

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
Victoria
Participant
Posts: 21
Joined: Mon Nov 12, 2007 1:44 pm

<file> already in your VOC file as file definition rec

Post by Victoria »

Hi,
When I run my job, it throws an error:

Code: Select all

DSD.UVOpen "RecHash" 
already in your VOC file as file definition record.
Filename =
File not created.
.
How do I fix this??
thanks in advance..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check the "delete file before create" check box.

To get everything back in sync if necessary, execute a command such as

Code: Select all

DELETE FROM VOC WHERE @ID = '<<hashedfilename>>';
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply