-
Can Anaplan models be accessed via tabs in salesforce?
-
7.2.3 Activity: Import Data into Employee Details Module
I can't see the Target items, please help me.
-
Can't add new CloudWorks Connection
I'm working with a new client, and I can see CloudWorks, but whenever I click the drop-down menu to connect to a service, it appears empty. I assumed it wasn't a permissions thing because I can access the UI. Anyone seen this before/
-
Is it safe to roll back model for calendar update?
Hi all, Did anyone do a roll back for model calendar change and encountered any loose of data /issues when syncing later revision normally to PROD? Time is structured in the model : weekly(4-4-5 , 4-5-4, 5-4-4), 1 past year, 2 future years and 2 time ranges( current +2 and +3 years) . Of course previous year will be lost ,…
-
Anaplan add list API timeout.
Currently we are running an integration which we are inserting values into list through Mulesoft. However sporadically through out the day, we would get time out errors inserting into Anaplan. If we are inserting batches of 500+ records from the API, Anaplan endpoint seems to either timeout or extremely slow. This has been…
-
Anaplan Connect SQL - Cannot Connect to Database
We receive the below error when trying to connect to the SQL database. Anaplan API: Could not connect to database! (SQL server: Login failed for user) However, our test odbc connection on the server connects successfully, so the credentials are valid. What do we need to do to resolve this and connect successfully? Below is…
-
2.3.10 Activity: Create Demand Forecast
Hi, I am stuck with creating formula for Baseline forecast, I have used formula "IF NOT 'SYS01 Time Settings By Week'.'1st Forecast Year?' THEN LAG(Default Forecast, 52, 0, STRICT) ELSE 'DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year' But it only seem to work for FY20, I dont see data for FY21. Can somebody…
-
Integration tool to show Tree Map Graphs in UX or Dashboard
As we know, Anaplan don't have graph like Tree Map Graph to show Distribution decision like picture below Is there any option or integration to represent data from anaplan to Tree Map Graph like picture above?
-
Pushing data from SQL to Data Hub via ADF
Hi all, I am currently creating an environment in ADF to push data from SQL to an Anaplan module which in our current toolset (Informatica) works perfectly via the Anaplan API connector but not so much via ADF having had to do the work manually given there is no connector. Has anyone here done this and if so, do you have…
-
Workflow: Can we use Import Actions with Source Type = File ?
Dear Community, we are struggling with a topic and would be glad about some help. We want to create a Workflow that starts with an Import Action that requires the User Upload of a CSV file. The user has to deliver a lot of data on various planning dimensions, which is why manual entry of data is no option. Data is coming…
-
Snowflake Integration : Anaplan Connect with Private key
Hi All Anaplan connect is unable to extract private key while making a JDBC connection to snowflake. Error says “Try setting the JVM argument: -Dnet.snowflake.jdbc.enableBouncyCastle=TRUE” I believe I am using the supported version of Java (v8) & the latest version of Anaplan connect(4.2.1). I have converted.p8 to .pem…
-
Inquiry Regarding Zero Chunk Count in Anaplan Integration API V2 Downloads
I am currently working with the Anaplan Integration API V2 to download a list of files and obtain their corresponding file IDs. In previous downloads, the chunk count for the files was correctly indicated. However, I have noticed that the chunk count for the same files now shows as zero, despite no changes being made to…
-
404 error when using API imports endpoint
Hi! When I try to use the imports endpoint I only get a 404 not found error. The api documentation I have been following is I first noticed the issue when running this: https://github.com/qkeddy/anaplan-audit-history so I tried with Postman and I got the same error message. If I run a GET to the specific model or workspace…
-
Embed python into looker
Is there a natural way to wrap Python code to display in Looker? The ideal dataflow for my problem is SQL DB->python-> looker, or alternatively, looker->python-> looker. I am hoping to embed a.py into lookML so that I can automate python analysis, ready to display in looker.
-
Integration - Constraints on Data Volumes/Frequencies
Are there materials regarding constraints around data volumes and load frequencies for the various Anaplan Integration options? Any user feedback or limitations that you have seen? Thank you
-
14.1 Using Workflow in Anaplan (30 minutes) is not running properly. It is getting stuck in between.
-
Scheduled Process not Working when Scheduled, but does work when manually run
We are having an issue with an action/process not updating when it runs as scheduled that I am hoping to get some assistance on fixing. This process runs overnight every night and is designed to store a snapshot of the weekly lag 0 forecast. The source is a Saved View with a time filter of current week to end month 3 so it…
-
Anaplan Integration with Azure blob
Hi all, I'm an Azure BI person trying to setup Anaplan integration with Azure blob. As mentioned in Anapedia related to cloudworks I tried to setup connection by clicking the "new connection" option, but not able to find any relevant "service" in the dropdown list. Is there anything else I have to do before hand? I have…
-
Anaplan Connect 400 error
Manually upload file works but run process with Anaplan Connect gets an error Who knows the reason? C:\Users\admin>C:\Anaplan\Batch\AnaplanClient.bat -keystore "C:\Anaplan\Certificate\keystore.jks" -keystorepass "xxxxxxx" -keystorealias "xxxxx" -workspace "workspaceid" -model "modelid" -service " https://api.anaplan.com"…
-
How to get the model size using the API?
I'm currently using the Anaplan API with the Anaplan Client to send and receive API requests. I wanted to get the size of all the models and this is the code I am using: set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -models Output : Now, the output is displayed directly in cmd. Is there any way to get the…