Informix standard engine
Informix standard engine
(OP)
I am using standard engine and while running a program with cursors, I am getting SQL error code 271.
I checked the error description but cudnt resolve it.
during the cursor run, out of the 248 records that its supposed to insert its inserting 212 and then it gives this error and exits the program.
Any advise?
thanks
I checked the error description but cudnt resolve it.
during the cursor run, out of the 248 records that its supposed to insert its inserting 212 and then it gives this error and exits the program.
Any advise?
thanks
RE: Informix standard engine
RE: Informix standard engine
Sorry, It's been years since I've used SE, but ...
As far as not being able to write to the log file. Have you made sure the user executing the program has write permissions on the log file? I don't mean to elaborate on the obvious.
Regards,
Ed
RE: Informix standard engine
Actually it was the problem with the index file. I just had to rebuild the index and the problem got fixed.