In Version 4.19.06.00 (on-premise installation) it was possible to create organizations having UPPERCASE in its name.
However, documentation still tells that org names MUST be lowercase. Testing in our PROD system in version 4.19.01.00, the org name with uppercase ran into subsequent issues during org population.
Hence I deleted the org (including env, analytics, all env/org associations), following the official Apigee documentation.
Afterwards, I created an org with the same name, but lowercase. Creation was successful, and I can use the org.
But in Edge UI, I get the error message:
Error fetching StatusOrganization : 123-TEST does not exist
when Edge calls the URL with lowercase org name:
http://myhost:17000/ws/123-test/gettingStarted/status
The response is:
{"errorInfo":{"operationsStack":[],"extraData":{},"gatewayRequestUrl":null,"gatewayRequestBody":null,"gatewayErrorCode":null,"gatewayErrorMessage":"Organization : 123-TEST does not exist","errorMessage":null,"gatewayResponseStatus":404,"stackTrace":null,"responseStatus":404}}
I don't have any clue where Apigee fetches this orphaned entry, and how to delete it.
Any hints what's going on and how to repair?