Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sap aem int prerequisites #309

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added markdown/sap-aem-int-prerequisites/img/soly.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions markdown/sap-aem-int-prerequisites/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "codelab-bootstrap",
"version": "1.0.0",
"description": "use nodemon to watch changes on md file, rebuild codelab on saves",
"main": "index.js",
"scripts": {
"watch": "nodemon --watch sap-aem-int-prerequisites.md --exec \"claat export -o temp/ sap-aem-int-prerequisites.md && ./node_modules/kill-port/cli.js --port 9090 && cd temp/sap-aem-int-prerequisites && claat serve\""
},
"repository": {
"type": "git",
"url": "https://github.com/SolaceDev/solace-dev-codelabs/tree/master/markdown/sap-aem-int-prerequisites"
},
"keywords": [
"codelab"
],
"dependencies": {
"kill-port": "^1.6.1",
"nodemon": "^2.0.3"
}
}
97 changes: 97 additions & 0 deletions markdown/sap-aem-int-prerequisites/sap-aem-int-prerequisites.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@

author: ChristianHoltfurth
summary: Prerequisites : This code lab walks the participant through the prerequisites to the experience of using SAP AEM to event enable their SAP ecosystem and workflows
id: sap-aem-int-prerequisites
tags: SAP, AEM, Event Portal, SAP BTP, CAPM, CPI, Cloud Integration
categories:
environments: Web
status: Hidden
feedback link: https://github.com/SolaceDev/solace-dev-codelabs/blob/master/markdown/sap-aem-int-prerequisites

# Event Enable SAP Using SAP Advanced Event Mesh - Prerequisites

Overall Duration: 0:41:00

## What you'll learn: Overview

Duration: 0:01:00

Prerequisites.
Topics covered :
- Prerequisites for participating in the Advanced Event Mesh Rapid Pilot Workshops

## What you need: Prerequisites

Duration: 0:10:00

As part of the workshop we will be deploying a couple of event driven scenarios in **your** environment.
Please note that in order to participate you will need to be ready to use the following services in your own landscape:
- SAP Integration Suite, advanced event Mesh
- SAP Integration Suite
- SAP Build Process Automation
- SAP Cloud Foundry
- Asapio Cloud Integration with Advanced Event Mesh or Solace connector

Follow this guide if you are looking for details on how to complete these prerequisites.

>aside negative Please note hat you will also need some people/colleagues that have access to these services to follow along with the workshop.

In addition it is advised to have some people from your organisation in the workshop that have some knowledge/experience with these services as it will help with following along the instructions

## Requesting an Asapio Cloud Integration Trial license

Duration: 0:10:00

Asapio are offering free 30-day trials for those participating in the AEM Rapid Pilot workshops. Please click on the link below and request a trial license for the Asapio Cloud Integrator + Advanced Event Mesh or Solace connector.

[Request Asapio Trial license](https://protect-us.mimecast.com/s/g1YTCR6nxjIrnKJri9FGqr?domain=asapio.com/)


## Starting Services in SAP BTP

Duration: 0:10:00

You will need access to the following services during the workshop.
Please make sure you follow the necessary steps to activate either a free tier (where available) or ensure all participants have access to an instance of these services if your company has already subscribed to them.

### SAP Integration Suite, advanced event mesh

![Advanced Event Mesh](img/DiscoveryCenter-AEM.png)

### SAP Integration Suite

![Integration Suite](img/DiscoveryCenter-IS.png)

### SAP Build Process Automation

![Build Process Automation](img/DiscoveryCenter-BuildProcessAutomation.png)

### SAP BTP, Cloud Foundry Runtime

![Cloud Foundry](img/DiscoveryCenter-CloudFoundry.png)


## Testing Connectivity/Access to AEM

Duration: 0:05:00

The AEM broker UI runs on a non-standard web port per default. This can sometimes cause access issues when enterprises are tightly controlling internet access and forcing everything through an internet/http proxy.
If that is the case in your enterprise, please request a rule to to be added to allow access to hosts running on `*.messaging.solace.cloud:943` (on port 943).

Alternatively you can switch the ports of the broker service when you are starting those during the workshop to have the UI run on standard port 443. You will just have to swap our web messaging port to a different port then (e.g. 943 - if you just want to swap those two.)

You can test if your enterprise is blocking access to non-standard ports by clicking on the following link:

[AEM broker UI](https://mr-connection-qhgik3f2ezp.messaging.solace.cloud:943/)

If you see a login screen, you're good!
If not, check with your security team to allow access as described above!

## Takeaways

Duration: 0:05:00

✅ If you have completed all the prerequisites in this lab, then you should be good to go for our AEM Rapid Pilot workshop! <br>
✅ Congratulations and looking forward to seeing you there!<br>

Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab.
Loading