Hey All,
Can anyone share, how we can pull and push the data from RDBMS to Anaplan. What will be the impact on performance ?
Thanks In Advance
@Misbah @roshinrasheed
@xrprasadx
Adding additional pros @MarkWarren @ben_speight
The simplest way to achieve this is Anaplan Connect - Anaplan Connect - Anaplan Technical DocumentationThis is a set of scripts and a Java program that can run on Windows or Linux.It utilizes a JDBC connection to facilitate communication between Anaplan and a RDBM.The link above has enough info to get started, but we also have this training course:Anaplan Connect - Data from a JDBC Database - Anaplan CommunityThe impact on performance, to Anaplan is the same as any import or export, it will block data writes as they are being performed. The export will block less, it only needs to block as it reads data.We also have an API that you could use with other software or code you write, so this could be used with an RDBM that way.A third option is through some of the third-party data integration options which allow for database connections.Here's a link to the overview on all data Integration in case you haven't found it yet:Data integration - Anaplan Technical Documentation
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
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…
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…