When the Item ID(IssueID) field is added to the contacts table , the item ID displays in front of the value display format The Item ID will only display if there is a numeric value for the Item ID field in the contacts table
Start with the user's Home Page report - is it set at all, or is it set correctly ? Does the user have the required permissions to run the report and view the underlying tables ?
An error occurred while processing the last request. Please contact your administrator. The server was processing this URL when this message was created:
contact.cpp line 463 resource message id - ids_f1_msg_users_duplicate external The issue is that the user is a deleted user and this can be confirmed by checking the TS_USERS table in the database.
The error message "Please Contact Your Administrator" appears at the top of the new form, and if it was a quick transition it loads the form because of the error message If you look in the Event Viewer you will probably see an error like the following as well. Report id 0 cannot be executed with table ID <= 0. Most likely, User Settings are not correct.
The complete warning messages from the Event Viewer Application Log is: NOTIFICATION_NAME: (notification) context - Unable to read item with id xx from database. And:
The user receives the "view/edit contact information" privilege from the "System" privilege tab. However, the user does not have any privileges to the contact auxiliary table . When the user clicks on the "Search" module in the User Workspace, the "Manage Data" is available.
When using the archiving functions and choosing "changeactions" the archive table is incorrectly created so that archiving fails if TS_TRANSITIONLABEL larger than archive field definition. The TS_TRANSITIONLABEL is only nvarchar 64 in archive table but nvarchar 128 in original.