Cannot create a remote instance althouth the connection is OKDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptom I click 'Remote Instances' under 'Team Development' module from the navigation bar, it brings me to a new window to fill out related fields. However every time it will pop up an error message saying 'invalid insert' although I'm using admin user to connect to the remote instance. The error message is as follow: "Invalid insert' "Connection is OK However, the credentials you are using to connect to the remote instance lack permission to perform the operation you are attemping. You can address this problem in either of these ways: On the local instance, change the cached credentials to ones that have the admin or teamdev_user roleOn the remote instance, grant the credentials you are using the admin or teamdev_user role Cause The issue is still about credentials although the admin account is in use. One of the possible reasons is the checkbox 'Elevated Privilege' is ticked for the admin role on both or either local or remote instances. In the example above, ensure to uncheck the checkbox 'Elevated Privilege" Example The following error message can be found in the localhost log: "2018-09-11 21:56:28 (929) Default-thread-12 XXXXXX txid=XXXXX GlideSession message was modified by sanitization. [message=Connection is OK<p>However, the credentials you are using to connect to the remote instance lack permission to perform the operation you are attempting. You can address this problem in either of these ways:<ol><li>On the local instance, change the cached credentials to ones that have the admin or teamdev_user role</li><li>On the remote instance, grant the credentials you are using the admin or teamdev_user role</li></ol>][sanitized=Connection is OK<p>However, the credentials you are using to connect to the remote instance lack permission to perform the operation you are attempting. You can address this problem in either of these ways:</p><ol><li>On the local instance, change the cached credentials to ones that have the admin or teamdev_user role</li><li>On the remote instance, grant the credentials you are using the admin or teamdev_user role</li></ol>]"