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.
The data I'm trying to import is as follows Parent-Code A B A C B D C D D E I want to generate the following list from this data: L1 L2 L3 L4 A A-B A-B-D A-B-D-E A A-C A-C-D A-C-D-E You can create up to L3.However, L4 has multiple parents for one row of data When I try to create L4 from D-E, only one list row is generated…
Hello Anaplan Community, I have a special requirement from a customer and would appreciate your input. Let me explain the situation: We have a hierarchy with three levels: Level 1, Level 2, and Level 3. Screen 1: Creation of Level 1 Items On this screen, the user selects a team. Based on their selection, an action runs to…
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.…