are there any API's available in Anaplan to push the data to AWS cloud. Or can it trigger message to AWS ?
HI Rjella,
Yes, you have to download Anaplan Connect (API) in your AWS server.
Just go through the pre-requesties and installation guide - https://help.anaplan.com/anapedia/Content/Downloads/DL_Downloads.html?_ga=2.93860510.2032025974.1549288705-12490589.1530592713
- https://community.anaplan.com/t5/Academy-Classes/Anaplan-Connect/ta-p/27281
Once it is installed in your server, you can write batch sripts/Shell scripts to do import or export from Anaplan to your server.
Hope this would be helpful for you!.
Thanks
Kavin
Hi @rjella,
Anaplan itself doesn't have any API for pushing data to another platform. As @kavinkumar noted, you can install Anaplan Connect on AWS to run scripts that extract data from your model(s) to store on AWS. Alternatively, there are a number of ETL tools with connectors to AWS and Anaplan (as well as a number of other sources). Using this method would save you having another set of scripts to maintain, if you're already using Anaplan Connect, in addition to the other benefits afforded by ETL tools.
Thanks,Jesse
Hi;
Just to confirm, is it possible to import data directly from AWS into an Anaplan model using JDBC?
@willridge ,
Yes, it is possible.
@rob_marshall
Directly? Would love to know, how. Am I not updated or is it something that is quite new
@Misbah ,
It should just be an URL. This week, I was helping a buddy out and in the properties file, you just needed to set the url of where it was going.
Properties file:
# JDBC Connection string (Oracle, Mysql, H2, etc.)jdbc.connect.url=jdbc:sap://dbsfa.abc.com:30041/sfb
#abc was the company
# JDBC login usernamejdbc.username=saphanadb
#JDBC login passwordjdbc.password=dbpassword for saphanadb
Also, take a look at this: https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html#obtain-jdbc-url
Rob
Awesome! Is there any documentation available on such cases - Step by Step guide walkthrough, how can this be done? When we are saying direct, does this mean that we don't need to download Anaplan connect on AWS Server and we don't need batch/shell scripts. All we need to do is update the Properties file - right?
Can the same approach be used for any other system using JDBC.
No, you will still need to use Anaplan Connect which will have the import or export action. The only documentation I used was the release notes, I believe there is some information in there about JDBC.
Hi Rob,
Could you please point at the release notes for setting up a connect between Redshift and Anaplan. What exactly are the connections to be made and what kind of input form does Anaplan take? Would be great if you could help with these questions! Thanks in advance 🙂
@rakesh123
I would take a look at the previously linked articles, the one for a JDBC connection as well as download the Anaplan Connect release notes.
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…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…