I am trying to set up a consolidation unit in the GL in the F300 training. The consolidation unit is on a separate tenant from the consolidation company but on the same instance.
My Acumatica version is 2023 R1.
The company name is AZ_Subsidiary. From what I’ve read, this should also be the Tenant ID.
However, the system throws an error (actually multiple errors) when trying to synchronize the subsidiary ledger to the parent ledger. Looking at the trace log, the first error thrown is “Unable to connect to the remote server. So I’m assuming the main problem is an incorrect URL.
From what I’ve found on the web, the core tenant URL should be:
where “MyDomain.net/MyInstance” is the public URL for the instance and “AZ_Subsidiary” is the Tenant ID.
But it’s not working. So I’ve also tried:
- https://MyDomain.net
- https://MyDomain.net/MyInstance (i.e. the public URL for the instance without the tenant ID)
- All of the above with http:
- ~/AZ_Subsidiary
- ~
I’ve scoured the help and community sites but can’t find anything relevant. Am I putting the wrong core tenant URL? Or is something else causing the error?
Thanks for the help.