" [E_INTERNAL_ERROR] Error registering a VIM account: Cannot create tenant"/logs/pods/tca-mgr_tca-api-xxxx/tca/1.logTCA: 3.2.x
TCP: 5.0.1
This issue occurs when there are stale entries from the past unsuccessful or incomplete registrations present in the TCA database.
Remove the remnant entry from an earlier unsuccessful/incomplete registration job from the TCA database. Once removed, proceed and continue with the VIM registration flow.
admin@tca-cp [ ~ ]$ debug-tca-clusterdebug-tca
kubectl exec -it postgres-0 -n tca-mgr -- psql -d tca -U tca_admin -h localhostselect * from "endpointLink" where "sourceUuid" = '#################-########-####-####-####-############';id |
val
| creationDate | lastUpdated | type | rowType | uuid | dest
inationUuid | sourceUuid | destinationType | sourceType | destinationUrl | sourceUrl | manageBy
----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
216 | {"type": "REALM_PAIRED", "source":
{"uuid": "20241218055144355-6a8565f7-88ed-413a-a14f-3e785ccde8d4"}
, "status": "ok", "rowType": "link", "isDeleted": false, "destination":
{"uuid": "ad607805-20d9-4726-96f 8-056e1bbd5b30"}
, "creationUser": "HybridityAdmin", "linkVerified": 1743555011391, "lastUpdateUser": "HybridityAdmin", "creationTenantId": "default", "creationEnterprise": "HybridityAdmin", "creationOrganization"
: "HybridityAdmin", "lastUpdateEnterprise": "HybridityAdmin", "lastUpdateOrganization": "HybridityAdmin"} | 2025-04-02 00:50:11.392364 | 2025-04-02 00:50:11.392364 | REALM_PAIRED | link | | ad607805-20d9-
4726-96f8-056e1bbd5b30 | 20241218055144355-6a8565f7-88ed-413a-a14f-3e785ccde8d4 | | | | |
(1 row)delete from "endpointLink" where id = 216;