You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/20---Concepts/multitenancy-in-sap-job-scheduling-service-464b613.md
+29-7Lines changed: 29 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,32 @@
4
4
5
5
The SAP Job Scheduling service allows invocation of job actions in the context of Platform-as-a-Service \(PaaS\) or Software-as-a-Service \(SaaS\) tenants.
6
6
7
-
This means that a deployed multitenant application can create/view/edit/delete jobs in the context of tenants, which have subscribed to it. To support a multitenancy scenario, a multitenancy provider application must be deployed and bound to instances of both the SAP SaaS Provisioning service and the SAP Job Scheduling service and define the SAP Job Scheduling service as a dependency.
7
+
This means that a deployed multitenant application can create, view, edit, and delete jobs in the context of tenants, which have subscribed to it.
## Additional resources how to create a multitenancy scenario:
28
+
## Additional Resources for Creating a Multitenancy Scenario
14
29
15
30
16
31
17
-
### General understanding and concepts of Multitenancy:
32
+
### General understanding and concepts of multitenancy:
18
33
19
34
-[SAP Help: Developing Multitenant Applications in the Cloud Foundry Environment](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/5e8a2b74e4f2442b8257c850ed912f48.html)
20
35
@@ -23,7 +38,7 @@ This means that a deployed multitenant application can create/view/edit/delete j
23
38
24
39
25
40
26
-
### SAP Job Scheduling service-specific:
41
+
### SAP Job Scheduling service-specific resources:
27
42
28
43
-[Job Scheduler in SAP Business Technology Platform: Overview](https://blogs.sap.com/2021/06/30/job-scheduler-in-sap-business-technology-platform-overview-of-blog-posts/)
29
44
@@ -36,9 +51,16 @@ This means that a deployed multitenant application can create/view/edit/delete j
36
51
37
52
## Subscriptions and Service Behavior
38
53
39
-
If a SaaS tenant unsubscribes from the provided service which consumes the SAP Job Scheduling service, all corresponding jobs and schedules are deleted.
54
+
The SAP Job Scheduling service provides an administration dashboard that you can access with space developer permissions. The administration dashboard shows the jobs of all subscribed SaaS tenants as well jobs created with the tenant of the multitenant application. A tenant-specific dashboard can be implemented by the multitenant application using the REST API of the SAP Job Scheduling service.
55
+
56
+
When a single instance of the SAP Job Scheduling service is used by one multitenant application, and the SaaS tenant unsubscribes from that application, all corresponding jobs and schedules are deleted.
57
+
58
+
When a single instance of the SAP Job Scheduling service is used by multiple multitenant applications, and one SaaS tenant subscribes to more than one of these multitenant applications:
59
+
60
+
- The data is shared among the applications the SaaS tenant has subscribed to.
61
+
62
+
- If you delete a subscription to one of these applications, the data in the SAP Job Scheduling service remains intact until all subscriptions are deleted.
40
63
41
-
The SAP Job Scheduling service provides an administration dashboard that you can access with space developer permissions. The administration dashboard shows the jobs of all subscribed SaaS tenants as well jobs created with the tenant of the multitenancy application. A tenant-specific dashboard can be implemented by the multitenancy application using the REST API of the SAP Job Scheduling service.
42
64
43
65
44
66
@@ -50,7 +72,7 @@ The SAP Job Scheduling service provides an administration dashboard that you can
50
72
51
73
- Credentials bound to a SaaS tenant could be used to access SaaS tenant bound data only.
52
74
53
-
- Credentials bound to the PaaS tenant are bound to the SAP Job Scheduling service instance. This means that the multitenancy provider application is allowed to create/read/edit/delete all jobs and schedules for the bound SAP Job Scheduling service instance without any restrictions of SaaS tenants.
75
+
- Credentials bound to the PaaS tenant are bound to the SAP Job Scheduling service instance. This means that the provider of the multitenant application is allowed to create, read, edit, and delete all jobs and schedules for the bound SAP Job Scheduling service instance without any restrictions of SaaS tenants.
Copy file name to clipboardExpand all lines: docs/create-a-service-instance-in-the-kyma-dashboard-224a49a.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You've logged on to the SAP BTP cockpit. For more information, see [Navigate in
48
48
49
49
## Results
50
50
51
-
Your service now has a service binding. To use it, it must be mounted within your application. For more information, see [Using SAP BTP Services in the Kyma Environment](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/ea4dd81e49254dd482d32e3c20f4477a.html"With the Kyma environment you can connect SAP BTP services to your cluster and manage them using the SAP BTP Operator module."):arrow_upper_right:.
51
+
Your service now has a service binding. To use it, it must be mounted within your application. For more information, see [Using SAP BTP Services in the Kyma Environment](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/ea4dd81e49254dd482d32e3c20f4477a.html"With the Kyma environment, you can connect SAP BTP services to your cluster and manage them using the SAP BTP Operator module."):arrow_upper_right:.
0 commit comments