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 all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…