Repository error REP110 meaning? (OpenInsight Specific)
At 01 JUL 1999 08:35:14PM Terry Evans wrote:
I still need help trying to write a form menu script into the repository. When the following Basic+ command is run:
REPOSITORY('NEW','APP*OIEVENT*MENU*FORM.MENU.FILE.SETUP',
,1,1,
,,
,'','FILE.SETUP','call Utility("PRINTERSETUP")')the Get_Status(Err) function returns 1 and Err is loaded with:
'REP110':@vm:'APP*OIEVENT*MENU*FORM.MENU.FILE.SETUP'
and the repository shows the entity but no record exists in the SYSREPOSEVENT file.
Whats it trying to tell me?
At 02 JUL 1999 05:49AM Tony Marler @ Prosolve wrote:
REP110 means that the repository entry already exists. Make sure it is gone from SYSREPOS, EVENTS AND EVENTEXES files.
Tony
At 02 JUL 1999 06:02AM Oystein Reigem wrote:
Terry,
For the meaning of error messages see text file REVERROR.DAT.
- Oystein -
At 06 JUL 1999 04:01PM Terry Evans wrote:
But isn't "NEW" supposed to overwrite any existing entry?
At 06 JUL 1999 04:35PM Cameron Revelation wrote:
Terry,
I believe there is a WRITE that does that. (There is also an UPDATE if I remember correctly. One calls the other – write-]update or update-]write.)
Cameron Purdy
Revelation Software