-
Using Polaris and Classic
Client has spoke models built in Classic and now considering building Data Hub in Polaris in order to deal with sparsity. On the surface this seem possible but likely a bad idea. Has anyone done anything similar to this? Specifically, what did you have to do to ensure that data was compatible? Any thoughts or suggestions…
-
Generating Failure Dump - even though no warnings/error in Actions
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
-
How to Measure the 5 GB size limit in the Anaplan Power BI Connector
Hi, In the Power BI Anaplan connector, there is a known limit of 5 GB when importing from Anaplan into Power BI. I ask How does someone measure without running an export if an Anaplan export is under the 5 GB limit? How do you measure the # GB of a current Anaplan export? This way, I can know how close I am to the export…
-
OAUTH 2.0 vs Google Sheets Extension
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…
-
Anaplan Integration API Error - API path not found
Hi , I am encountering the following error: { "status": { "code": 404, "message": "Not Found" }, "path": "/2/0/workspaces/<workspace ID>/models/<Model ID>/exports", "timestamp": "2025-05-26T16:09:29.716228003Z" } Using CURL: curl -X GET "https://api.anaplan.com/2/0/workspaces/<workspace id>/models/<model id>/exports" ^ -H…
-
Does S/MIME Certificate Renewal Impact Anaplan Connect Functionality?
Hi Community, We are currently using Anaplan Connect to run scheduled batch scripts on a daily basis for data integration. A query came up regarding the renewal of an S/MIME certificate (used primarily for email encryption and signing). I wanted to confirm: 👉 Does the renewal or expiry of an S/MIME certificate have any…
-
Alternatives to CSV-Based Integration with Anaplan: Exploring Anaplan Connect & ADO
Hi community, I'm currently exploring integration options for direct connection of Anaplan to D365/Yavica and would appreciate your insights. Specifically, is there a way to integrate data directly into Anaplan without first converting it into CSV format? CloudWorks does not support this functionality, so I'm investigating…
-
Replace type link not working in ADO
Hey, I'm trying to run a replace type of link to a model hierarchy from a transformation view. I'm able to setup the link correctly (choose desired destination, source dataset, and do the correct mapping). But when I try to push the data using "replace" update type I'm stuck at Generate differences screen for hours. It…
-
Integration from Synapse Cloud to Anaplan
Hi Everyone, I am writing to inquire about the integration options available for connecting Synapse Cloud with Anaplan. I am trying to explore a way to streamline data flows and processes between these platforms, and we are keen to understand the best practices and methods for achieving this integration. Specifically, we…
-
Anaplan Export Action to Python
Hello - we created a python code to call an export action from AnaPlan but for some reason the python exported data shows the old values even if the the module associated to the export has new data. Does anyone encountered the same issue?
-
Integration SAP with ANAPLAN
Hello to everybody, We are facing some problems extracting information from SAP to ANAPLAN. We are trying to connect SAP with ANAPLAN just to export data from SAP to ANAPLAN. We need to extract information from tables of SAP (master data tables and transactional data tables like A DOCS). But we also need to extract…
-
Integrate NetSuite Consolidated Balance Sheet
I'm trying to set up an integration to get our consolidated balance sheet ending balances from NetSuite into Anaplan. Initially I was able to load transaction data using a saved search, which works for our income statement, but for the balance sheet it doesn't allow me to get the right values for foreign accounts that have…
-
Can We Directly Connect Anaplan and Infor ?
Hi Everyone, I want to ask, Is there any Method to directly Pull data from infor to anaplan. for example : I am having data present at infor platform and want to directly connect it to anaplan platform for planning and forecasting(using connectors, API's etc.) Thankyou.
-
Cloudwork error
"Failed to create Integration due to invalid credentials in Connections. Please verify the inputs and try again." - I am getting this error message in Cloudwork upload. How to resolve this.
-
Cloudworks not updating certain line items in module
I have cloudwork set up for my project which is a daily update. Recently we received a concern that the data is not coming through. On investigating we found that the data in the source files is not getting copy pasted into anaplan. The cloudwork is giving message of successful updation. There are multiple columns which is…
-
Automatic Scheduling in Data Orchestrator
Hi, I hope this message finds you well. I am new to Anaplan Data Orchestrator (ADO) and would greatly appreciate your input. I have successfully created data sources, transformation views, and links to the spoke model in ADO. However, since I am currently performing a manual upload of a CSV file, I would like to know if…
-
Unable to save an edit integration.
Hi Team, I am unable to save an integration after done the changes. It is showing invalid credentials in connections. But my credentials are correct. Could you please help me to resolve this issue. Thanks in Advance! Srinivas
-
When will Anaplan Connector for MuleSoft Support Java 17?
It looks like the latest version of the Anaplan Connector for MuleSoft is 4.0.2 which only supports Java 8/11. The Mule Runtime Extended Support for Java 8/11 will end for the following: - v4.8 Edge will End June 2025 - v4.6 LTS will End February 2026
-
Exports with anaplan using informatica connector
I'm trying to execute an Action to export data with the use of a Mapping in Informatica. But it gives us null rows .If we export directly from Anaplan , the export file has all the rows filled. Both exports have same number of rows but in the informatica export the values appear as blank. This issue is with only some…
-
Issue with Starting an Export using Powershell
Hi friends, When starting an export from powershell commands as below, I get error but it seems to have worked on server side since getting status works. Same command in Postman runs without error. Any thoughts? $exportHeaders = @ {Authorization = "Bearer $token" "Content-Type" = "application/json"} $exportBody = @ {…