One of our client using NAV 4.0 SP3 version, they gave us the database backup and we restored in local environment. but when we try to insert any record in table we come across following error “You do not have permission to run the ‘ScribePublisher’ Codeunit. Contact the system manager if you need to have your permissions changed.” we have tried with customer license also. but still we are getting this error. and not able to delete those codeunit or any thing. please share your suggestions.
Sounds strange. I would also have suggested that you tried with the customers own license. Are you sure that you applied the customers license correctly?
If this error occurs on all records, then my guess is that the problem occurs in Codeunit 1 (onGlobalInsert / onGlobalModify).
Eventually try to to use the debugger and see when exactly the error occurs.
Then at least you should be able to remove (//) the call to the codeunit.