The 4GL command REPOSITORY returns a REPOSITORYSTATUS() for
every command and can contain the following values:
Table 31. REPOSITORYSTATUS
| Value | Description | Additional Information |
|---|
| 0 | Command processed successfully. | All OK. |
| 10101 | Incorrect data interface type. | Set the data interface type to 'Repository' for the table. |
| 10102 | Can not get record. | Check the name of the record. |
| 10103 | Can not put record. | Check the name of the record and the permissions of the repository. |
| 10104 | Can not get iteration record. | Check the name of the record and dictionaries in the iteration record. |
| 10105 | Can not delete record. | Record does not exist. Check the name of the record. |
| 10198 | Feature not implemented yet. | Please contact support about the status of this feature. |
| 10199 | Unknown error. | No additional info. Please contact support. |