I am trying to run an Anaplan Connect script, but my firewall is not letting the traffic through. What port do I need to open?
443 is the listening port, so it doesn’t need to be opened on the client side. Communication goes out on a port (pseudo)randomly chosen by the network card, and returns on the same port. Technically, no ports need to be opened on the firewall, as long as outbound connections are permitted there shouldn't be any issue. If there is an issue, be sure that the api subdomain is whitelisted by the firewall and proxy (if applicable).
I'd recommend using a wildcard, if possible, to whitelist all Anaplan subdomains (i.e. *.anaplan.com), or whitelist api.anaplan.com:443.
In order for Anaplan Connect to work, the server it's running on needs to be able to access api.anaplan.com over port 443. You can configure your firewall to allow this traffic.
Site: api.anaplan.com
Port: 443
I am testing export actions using workflow but its not generating any file when I am running the workflow, but the same process is generating export file when ran from the Actions→Process section. Is their any issue with the workflow functionality? Also, If I want to generate a file after completion of workflow and pull…
Hello Anaplan Community, I am seeking guidance on the most effective ways to automatically upload flat files to Anaplan Data Orchestrator (ADO). Currently, our process involves loading flat files to an Anaplan Datahub using Anaplan APIs and custom Python scripting. With Anaplan Data Orchestrator's capabilities for data…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…