Error

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

chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ray.wurlod wrote:The original problem seems to relate to the SeqFile variable in the ReadU statement. (Unrelated question: why use this name for a hashed file? It only confuses future developers.)
The routine is obviously adapted from the 'KeyMgtGetNextValueConcurrent' sdk routine. It was the sdk development team that, in their infinite wisdom, decided to use SeqFile to refer to the Sequence File the routine manipulates. Yes, it is confusing. :wink:
ray.wurlod also wrote:The subsequent questions about CREATE TABLE and DROP TABLE don't really belong in this thread. But "permission denied" is a fairly specific diagnostic message. Either operating system permissions or SQL privileges are preventing you from dropping the table.
Yes, the permissions issues are fairly specific and obvious. The CREATE and DROP discussion came into play because the OP was attempting to use DELETE.FILE and the routine as posted uses 'CREATE TABLE' if the initial open fails. Simple as that.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Jayesh_09
Participant
Posts: 21
Joined: Wed Apr 07, 2004 10:09 am
Contact:

Post by Jayesh_09 »

Ray/Craig


Thank you very much for your reply.

Permission issued has been solved.


Regards
JK
Post Reply