diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/configure-your-replication-flow-3f5ba0c.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/configure-your-replication-flow-3f5ba0c.md index b81b551..fcd9bd2 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/configure-your-replication-flow-3f5ba0c.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/configure-your-replication-flow-3f5ba0c.md @@ -44,13 +44,13 @@ Define settings and properties for your replication flow and individual replicat 4. Click \(Browse target settings\) to review the target settings and change them as appropriate. - - Target Thread Limit: To modify the throughput, you can increase or decrease the number of replication threads to be used for your replication flow as appropriate for your use case. In particular, the value you enter here determines how many partitions can be processed in parallel during *initial load*. + - Target Thread Limit: To modify the throughput, you can increase or decrease the number of replication threads to be used for your replication flow as appropriate for your use case. In particular, the value you enter here determines how many partitions can be processed in parallel during *initial load*. Possible values are integers between 1 and 100, the default is 10. When replicating data from SAP HANA, specify an even number for the maximum number of threads, ideally a multiple of 10, as this helps to improve performance. - You can change the thread limit in the source accordingly by clicking \(Browse source settings\) and entering the appropriate value. We recommend using the same value for the source and the target. When replicating data from SAP HANA, specify an even number for the maximum number of connections, as this helps to improve performance. + You can change the thread limit in the source accordingly by clicking \(Browse source settings\) and entering the appropriate value. We recommend using the same value for the source and the target. See also [Replication Flow Blog Series Part 4 - Sizing](https://blogs.sap.com/2023/12/15/replication-flow-blog-series-part-4-sizing/). - - For **delta loading**, you can specify the number of threads to be used for parallel processing at replication object level. The default value is 1. The maximum possible value is determined by what you define for target thread limit and source thread limit, respectively, with an absolute maximum value of 10 - whichever is lowest. This option is only available for SLT tables and CDS views that have load type *Initial and Delta*. + - For **delta loading**, you can specify the number of threads to be used for parallel processing at replication object level. The default value is 1 \(no parallel processing\). The maximum possible value is 10. This option is only available for SLT tables, CDS views, and CDS view entities that have load type *Initial and Delta*. - Overwrite Target Settings at Object Level: \[only relevant if the target is a cloud storage provider\] By default, any settings that you have made at replication object level are kept intact if you make a different setting at replication flow level. To change this, enable this option. @@ -62,6 +62,8 @@ Define settings and properties for your replication flow and individual replicat - [Using Apache Kafka As the Target](using-apache-kafka-as-the-target-6df55db.md). + - [Using Confluent Kafka As the Target](using-confluent-kafka-as-the-target-74b3c95.md) + 5. Review the settings for each replication object and change or complete them as appropriate. diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-data-flow-e30fd14.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-data-flow-e30fd14.md index bc9a998..eab5fa2 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-data-flow-e30fd14.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-data-flow-e30fd14.md @@ -274,4 +274,132 @@ Create a data flow to move and transform data in an intuitive graphical interfac With deployment, you will be able to save draft version of your data flow without affecting the execution. +9. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Run\) + + + + Run the object to obtain or update its output results. + + You must deploy the object before you can run it. + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag sources into the editor. + + See [Using the Source Browser](../using-the-source-browser-7d2b21d.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview data in the selected diagram node. + + See [Viewing Object Data](../viewing-object-data-b338e4a.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](../Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-local-table-2509fe4.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-local-table-2509fe4.md index 0a3425b..34cba7c 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-local-table-2509fe4.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-local-table-2509fe4.md @@ -179,13 +179,11 @@ This procedure explains how to create an empty table by defining its columns. Yo - *Partitions*- Define partitions for your local table. For more information, see [Partitioning Local Tables](partitioning-local-tables-03191f3.md). - *Dependent Objects*- If your entity is used as a source or a target \(for example, table with delta capture enabled\) or as association target for other entities, then they are listed here. For more information, see [Review the Objects That Depend on Your Table or View](../review-the-objects-that-depend-on-your-table-or-view-ecac5fd.md). -5. \[optional\] Click \(Edit Custom CSN Annotations\) to open the *Edit Custom CSN Annotations* dialog. For more information, see [Edit a Custom CSN Annotation](../edit-a-custom-csn-annotation-820d013.md) - -6. Click \(Save\)** \> *Save* to save your entity or click \(Deploy\) to save and deploy it immediately. +5. Click \(Save\)** \> *Save* to save your entity or click \(Deploy\) to save and deploy it immediately. For more information, see [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). -7. Once your table is deployed, you can: +6. Once your table is deployed, you can: - Import data from a CSV file or delete all table data \(see [Load or Delete Local Table Data](load-or-delete-local-table-data-870401f.md)\). - Manually add, edit, duplicate, or delete individual records \(see [Maintain Local Table Data](maintain-local-table-data-4bd5e64.md)\). @@ -194,4 +192,177 @@ This procedure explains how to create an empty table by defining its columns. Yo \(see [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md)\). +7. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Share\) + + + + Share the object to other spaces. + + See [Sharing Tables and Views To Other Spaces](../Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview the data stored in the object. + + See [Viewing Object Data](../viewing-object-data-b338e4a.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](../Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Upload Data From CSV File\) + + + + Upload data. + + See [Load or Delete Local Table Data](load-or-delete-local-table-data-870401f.md) + +
+ + \(Hierarchies\) + + + + Add a hierarchy to your dimension to support drill-down and drill-up in BI clients. + + See [Add a Hierarchy to a Dimension](../Modeling-Data-in-the-Data-Builder/add-a-hierarchy-to-a-dimension-218b7e6.md). + +
+ + \(Delete Data From Table\) + + + + Delete data: + + - Standard table - Delete all records. + - Delta enabled - Delete all records or delete all fully-processed records with change type "Deleted". + + See [Load or Delete Local Table Data](load-or-delete-local-table-data-870401f.md). + +
+ + \(Edit Custom CSN Annotations\) + + + + Work with custom CSN annotations that are not otherwise supported by the interface. + + See [Edit a Custom CSN Annotation](../edit-a-custom-csn-annotation-820d013.md). + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-replication-flow-25e2bd7.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-replication-flow-25e2bd7.md index 5cc6a17..2f1ed42 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-replication-flow-25e2bd7.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-replication-flow-25e2bd7.md @@ -220,9 +220,9 @@ For more information about available connection types, sources, and targets, see - Ennter the number of threads to be used for parallel processing during delta load. + Enter the number of threads to be used for parallel processing during delta load. - This option is available for SLT tables, CDS views, and SQL service objects that have load type *Initial and Delta*. + This option is available for SLT tables, CDS views, and CDS view entities that have load type *Initial and Delta*. For more information, see [Configure Your Replication Flow](configure-your-replication-flow-3f5ba0c.md). @@ -263,4 +263,90 @@ For more information about available connection types, sources, and targets, see For more information about how to monitor your replication flow run, see [Monitoring Flows](https://help.sap.com/viewer/9f36ca35bc6145e4acdef6b4d852d560/DEV_CURRENT/en-US/b661ea0766a24c7d839df950330a89fd.html "In the Flows monitor, you can find all the deployed flows per space.") :arrow_upper_right:. +9. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Run\) + + + + Run the object to obtain or update its output results. + + You must deploy the object before you can run it. + +
+ + Add Projection + + + + Define a projection \(filter or mapping\) for an object by selecting it and choosing *Add Projection*. + + See [Define Filters](define-filters-5a6ef36.md) and [Define Mapping](define-mapping-2c7948f.md) + +
+ + \(Open in Data Integration Monitor\) + + + + Go to the monitor to get status information for your replication flow runs. + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-task-chain-d1afbc2.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-task-chain-d1afbc2.md index 674027a..37db037 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-task-chain-d1afbc2.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-task-chain-d1afbc2.md @@ -296,4 +296,104 @@ You can monitor the status of task chain runs from the Data Integration Monitor. After finishing a task chain run that includes one or more parallel task branches, it may be possible that one or more tasks may be reported in an error state \(in each branch\). For example, in branches where completion of tasks is evaluated with the ANY operator. In that case, if you restart or retry the task chain, SAP Datasphere will then restart previously-failed tasks and run all subsequent tasks that had not yet run. In particular, this means that if a failed task is in a parallel branch which was evaluated with the ANY operator, those tasks in the same branch which had run successfully will not be run again. Only those tasks that have failed will be retried or run again. +7. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Run\) + + + + Run the object to obtain or update its output results. + + You must deploy the object before you can run it. + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag objects into the task chain. + + See [Using the Source Browser](../using-the-source-browser-7d2b21d.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-transformation-flow-f7161e6.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-transformation-flow-f7161e6.md index d4a5d2a..3f50d90 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-transformation-flow-f7161e6.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/creating-a-transformation-flow-f7161e6.md @@ -16,7 +16,11 @@ A transformation flow run is a one-time event that completes when the relevant d > Views and Open SQL schema objects that reference remote tables \(either directly or indirectly\) are not supported. However, views that reference remote tables in BW Bridge spaces are supported. > ### Note: -> If a data access control has been applied to a view or to an Open SQL schema object \(either directly or indirectly\), then the view or the Open SQL schema object is not supported. +> Views and Open SQL schema objects are not supported in the following cases: +> +> - A data access control has been applied to the view. +> +> - A view or Open SQL schema object consumes \(either directly or indirectly\) a view that has a data access control applied to it. > ### Note: > Remote tables located in SAP BW bridge spaces must be shared with the SAP Datasphere space you are using to create your transformation flow. @@ -161,4 +165,104 @@ Creating a transformation flow involves two important steps: - Transformation flows that have changes to deploy are redeployed. +7. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Run\) + + + + Run the object to obtain or update its output results. + + You must deploy the object before you can run it. + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](../Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/review-and-edit-imported-table-properties-75cea7b.md b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/review-and-edit-imported-table-properties-75cea7b.md index adcb514..8709484 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/review-and-edit-imported-table-properties-75cea7b.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Acquiring-and-Preparing-Data-in-the-Data-Builder/review-and-edit-imported-table-properties-75cea7b.md @@ -283,11 +283,184 @@ Provide business-friendly names for your table and its columns, identify its sem - Adding a table as a source in the SQL view editor - Complete the syntax to map each input parameter in the source table to a value or an input parameter in the new view \(see [Process Source Input Parameters in an SQL View](../process-source-input-parameters-in-an-sql-view-58d8763.md)\). - Adding a table as a source in the analytic model editor - Map each input parameter in the source table to a variable in the model \(see [Add a Variable](../Modeling-Data-in-the-Data-Builder/add-a-variable-cdd8fa0.md)\). -6. Save and Deploy +6. Save and Deploy. > ### Note: > \[remote tables connected via SAP HANA smart data integration \(SDI\) only\]: > > If a remote table definition created by an import doesn't match the remote table source definition, you won't be allowed to deploy it. You'll need to click \(Refresh\) to repair the table structure and continue with deployment. +7. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Share\) + + + + Share the object to other spaces. + + See [Sharing Tables and Views To Other Spaces](../Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview the data stored in the object. + + See [Viewing Object Data](../viewing-object-data-b338e4a.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](../Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Upload Data From CSV File\) + + + + Upload data. + + See [Load or Delete Local Table Data](load-or-delete-local-table-data-870401f.md) + +
+ + \(Hierarchies\) + + + + Add a hierarchy to your dimension to support drill-down and drill-up in BI clients. + + See [Add a Hierarchy to a Dimension](../Modeling-Data-in-the-Data-Builder/add-a-hierarchy-to-a-dimension-218b7e6.md). + +
+ + \(Delete Data From Table\) + + + + Delete data: + + - Standard table - Delete all records. + - Delta enabled - Delete all records or delete all fully-processed records with change type "Deleted". + + See [Load or Delete Local Table Data](load-or-delete-local-table-data-870401f.md). + +
+ + \(Edit Custom CSN Annotations\) + + + + Work with custom CSN annotations that are not otherwise supported by the interface. + + See [Edit a Custom CSN Annotation](../edit-a-custom-csn-annotation-820d013.md). + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md b/docs/Acquiring-Preparing-Modeling-Data/Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md index 37f5b2c..2957d0b 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md @@ -4,13 +4,13 @@ # Sharing Tables and Views To Other Spaces -Share a *Data Builder* table or view to another space to allow that users assigned to the space use it as a source for their objects. +Share a *Data Builder* table or view to another space to allow users assigned to that space to use it as a source for their objects. This topic contains the following sections: - [Preparing to Share](sharing-tables-and-views-to-other-spaces-64b318f.md#loio64b318f8afd74bb78467cf56eb44294f__section_preparation) - [Share Entities](sharing-tables-and-views-to-other-spaces-64b318f.md#loio64b318f8afd74bb78467cf56eb44294f__section_share) -- [Share Entities Containing Associations](sharing-tables-and-views-to-other-spaces-64b318f.md#loio64b318f8afd74bb78467cf56eb44294f__section_semantics) +- [Share Supporting Entities](sharing-tables-and-views-to-other-spaces-64b318f.md#loio64b318f8afd74bb78467cf56eb44294f__section_semantics) - [Review Entities Shared With Your Space](sharing-tables-and-views-to-other-spaces-64b318f.md#loio64b318f8afd74bb78467cf56eb44294f__section_review) - [Unshare an Entity](sharing-tables-and-views-to-other-spaces-64b318f.md#loio64b318f8afd74bb78467cf56eb44294f__section_unshare) @@ -74,9 +74,19 @@ Now that the data is protected, the *Sales* view and the *Products* table can bo -## Share Entities Containing Associations +## Share Supporting Entities -Entities with a semantic usage of *Fact* or *Dimension* commonly have associations to other entities and when sharing them, you will often want to share the associated entities too. +Entities with a semantic usage of *Fact* or *Dimension* commonly have dependencies on other entities and when sharing them, you must also share these associated entities in order to make the services they provide work in the target space: + +- Dimensions - Providing categories to analyze measures \(see [Creating a Dimension](../Modeling-Data-in-the-Data-Builder/creating-a-dimension-5aae0e9.md)\) +- Text entities - Providing translations of text values \(see [Create a Text Entity for Attribute Translation](../Modeling-Data-in-the-Data-Builder/create-a-text-entity-for-attribute-translation-b25726d.md)\) +- External hierarchies - Providing drill-down capabilities \(see [Creating an External Hierarchy](../Modeling-Data-in-the-Data-Builder/creating-an-external-hierarchy-dbac7a8.md)\) +- Hierarchies with directories - Including all their supporting entities \(see [Creating a Hierarchy with Directory](../Modeling-Data-in-the-Data-Builder/creating-a-hierarchy-with-directory-36c39ee.md)\) +- Value help entities - Providing values for input parameters \(see [Create an Input Parameter](../create-an-input-parameter-53fa99a.md)\) +- Lookup entities - Providing help in deriving values for variables \(see [Add a Variable](../Modeling-Data-in-the-Data-Builder/add-a-variable-cdd8fa0.md)\) + +> ### Note: +> If any expected service is missing in the space to which you share your entity, verify that the relevant supporting entity is correctly shared. For example, if texts, hierarchies, or value helps are missing, verify that you have shared the appropriate text entity, hierarchy, or value help entity. In this example, the *Cities* entity has a semantic usage of *Dimension* and has associations to the *Cities Texts* text entity and to the *Countries* dimension \(which, itself, has an association to the *Countries Texts* text entity\). When sharing *Cities*, you would generally share the other three entities as well: diff --git a/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/add-a-variable-cdd8fa0.md b/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/add-a-variable-cdd8fa0.md index 91eb175..ae992e1 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/add-a-variable-cdd8fa0.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/add-a-variable-cdd8fa0.md @@ -10,7 +10,7 @@ When you add a variable, the user will be prompted to enter a value in the data There are different types of variables to choose from: -- source variable: A source variable is used in a fact source to map it to input parameters of the fact. +- standard variable: A standard variable is used in a fact source to map it to input parameters of the fact. - restricted measure variable: A restricted measure variable is used in the filter condition of a restricted measure \(e.g. “Revenue of selected country” with `country = `\). It can be applied only in restricted measures, and they do not filter the entire data. - filter variable: A filter variable refers to an attribute. When a story is opened, the variable dialog shows a filter for the attribute. - reference date variable: When the analytic model has associations to a time-dependent dimension or text table, you can define a reference date variable. With a reference data variable, you can filter the data using a specific date. This allows SAP Analytics Cloud users to enter a date of their choice for their story and show dimension members based on that date. For more information on time-dependent dimensions, see [Enable Time-Dependency for a Dimension or Text Entity](enable-time-dependency-for-a-dimension-or-text-entity-11b2ff4.md). @@ -19,18 +19,19 @@ There are different types of variables to choose from: -## Create a Source Variable +## Create a Standard Variable -1. You can create a new source variable by clicking the background of the canvas and choosing Add Variable in the properties panel. Choose *Source Variable*. +1. You can create a new standard variable by clicking the background of the canvas and choosing Add Variable in the properties panel. Choose *Standard Variable*. 2. Enter a name for your variable. -3. Choose how the variable should be filled: +3. Select the data type. +4. Choose how the variable should be filled: - *Manual Input* - *Derive Value*. Derived variables are hidden in the data preview or in an SAP Analytics Cloud story. -4. If you choose *Manual Input*, you can set a default value. -5. If you want to derive the value, you need to +5. If you choose *Manual Input*, you can set a default value. +6. If you want to derive the value, you need to 1. Define a lookup entity \(a view\). 2. Select the column from which the value is to be derived. diff --git a/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/creating-an-analytic-model-e5fbe9e.md b/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/creating-an-analytic-model-e5fbe9e.md index 96190f2..c0e2ff7 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/creating-an-analytic-model-e5fbe9e.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/creating-an-analytic-model-e5fbe9e.md @@ -195,13 +195,140 @@ This graphic shows the role of the analytic model within SAP Datasphere: -6. You can choose \(Export\)** \> *Export to CSN/JSON File* to export the definition of your analytic models to a CSN/JSON file. For more information, see [Exporting Objects to a CSN/JSON File](../Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). - -7. You can choose \(Export\)** \> *Export Support Information* to export information from the runtime CSN for support to analyze it. - -8. You can choose *Preview* to check if the data looks like expected. Here you have two options: there is the simple preview which is available via the context menu in the editor at the analytic model. For more information, see [Viewing Object Data](../viewing-object-data-b338e4a.md). And then there is the analytical preview in which you can drill down by rows and columns. For more information, see [Using the Data Preview](using-the-data-preview-9f1fa73.md). +6. You can choose *Preview* to check if the data looks like expected. Here you have two options: there is the simple preview which is available via the context menu in the editor at the analytic model. For more information, see [Viewing Object Data](../viewing-object-data-b338e4a.md). And then there is the analytical preview in which you can drill down by rows and columns. For more information, see [Using the Data Preview](using-the-data-preview-9f1fa73.md). > ### Note: > When you change an analytic model for which a story has been defined, and you deploy it again, you need to open the story in SAP Analytics Cloud and save it again. +7. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](../saving-and-deploying-objects-7c0b560.md). + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag sources into the editor. + + See [Using the Source Browser](../using-the-source-browser-7d2b21d.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview data in the selected diagram node. + + See [Viewing Object Data](../viewing-object-data-b338e4a.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Export\) + + + + Export: + + - The object to a CSN/JSON file \(see [Exporting Objects to a CSN/JSON File](../Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md)\). + - Support information to send to SAP Support to help analyze an issue. + + + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](../impact-and-lineage-analysis-9da4892.md). + +
+ + \(Generate OData Request\) + + + + Open the *Generate OData Request* dialog to prepare access to the OData API. + + See [Consume Data via the OData API](https://help.sap.com/viewer/43509d67b8b84e66a30851e832f66911/cloud/en-US/7a453609c8694b029493e7d87e0de60a.html "You can connect to the OData API and consume data exposed as views or analytic models in SAP Analytics Cloud and other clients, tools, and apps that are capable of accessing an OData service and authenticating via an OAuth client.") :arrow_upper_right:. + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/non-cumulative-measures-5899088.md b/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/non-cumulative-measures-5899088.md index 1585b7f..2ea2b0c 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/non-cumulative-measures-5899088.md +++ b/docs/Acquiring-Preparing-Modeling-Data/Modeling-Data-in-the-Data-Builder/non-cumulative-measures-5899088.md @@ -10,7 +10,7 @@ Non-cumulative measures are processed in a specific way. In order to get the res ## Exception Aggregation -A non-cumulative meaure cannot be aggregated over time as this would not lead to the expected result. Time-based aggregation is performed using "exception aggregation", which for example calculates the first, last, maximum or average value across a time period. +A non-cumulative measure cannot be aggregated over time as this would not lead to the expected result. Time-based aggregation is performed using "exception aggregation", which for example calculates the first, last, maximum or average value across a time period. The standard aggregation specifies how non-time dimensions are aggregated, whereas the exception aggregation specifies how the time dimension is aggregated. diff --git a/docs/Acquiring-Preparing-Modeling-Data/acquiring-a-free-data-product-4841beb.md b/docs/Acquiring-Preparing-Modeling-Data/acquiring-a-free-data-product-4841beb.md index 0de9e7a..72f9e20 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/acquiring-a-free-data-product-4841beb.md +++ b/docs/Acquiring-Preparing-Modeling-Data/acquiring-a-free-data-product-4841beb.md @@ -10,9 +10,9 @@ A free data product does not need a license and can be downloaded directly from ## Prerequisites -You need a space and you need to be assigned to this space as a user. +The privileges DW Modeler and DW Integrator must be assigned as scoped roles including the respective spaces as scopes to the user. -You need to have either the roles DW Integrator and DW Modeler, as the data marketplace creates artifacts and loads data. If you do not have sufficient privileges, the load button is disabled. +You must have either the roles DW Integrator and DW Modeler, as the data marketplace creates artifacts and loads data. If you do not have sufficient privileges, the load button is disabled. diff --git a/docs/Acquiring-Preparing-Modeling-Data/creating-a-graphical-view-27efb47.md b/docs/Acquiring-Preparing-Modeling-Data/creating-a-graphical-view-27efb47.md index 7fe2e67..0a978af 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/creating-a-graphical-view-27efb47.md +++ b/docs/Acquiring-Preparing-Modeling-Data/creating-a-graphical-view-27efb47.md @@ -365,8 +365,160 @@ If you are comfortable writing SQL code or want to use SQL Script to create your For more information, see [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). -9. \[optional\] Click \(Edit Custom CSN Annotations\) to open the *Edit Custom CSN Annotations* dialog. For more information, see [Edit a Custom CSN Annotation](edit-a-custom-csn-annotation-820d013.md) +9. The tools in the editor toolbar help you work with your object throughout its lifecycle: -10. Click \(Impact and Lineage Analysis\) in the toolbar to understand the lineage and impacts of the output \(see [Impact and Lineage Analysis](impact-and-lineage-analysis-9da4892.md)\). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Share\) + + + + Share the object to other spaces. + + See [Sharing Tables and Views To Other Spaces](Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md). + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag sources into the editor. + + See [Using the Source Browser](using-the-source-browser-7d2b21d.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview data in the selected diagram node. + + See [Viewing Object Data](viewing-object-data-b338e4a.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Edit Custom CSN Annotations\) + + + + Work with custom CSN annotations that are not otherwise supported by the interface. + + See [Edit a Custom CSN Annotation](edit-a-custom-csn-annotation-820d013.md). + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](impact-and-lineage-analysis-9da4892.md). + +
+ + \(Generate OData Request\) + + + + Open the *Generate OData Request* dialog to prepare access to the OData API. + + See [Consume Data via the OData API](https://help.sap.com/viewer/43509d67b8b84e66a30851e832f66911/cloud/en-US/7a453609c8694b029493e7d87e0de60a.html "You can connect to the OData API and consume data exposed as views or analytic models in SAP Analytics Cloud and other clients, tools, and apps that are capable of accessing an OData service and authenticating via an OAuth client.") :arrow_upper_right:. + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/creating-an-entity-relationship-model-a91c042.md b/docs/Acquiring-Preparing-Modeling-Data/creating-an-entity-relationship-model-a91c042.md index 8b7c73f..d98c819 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/creating-an-entity-relationship-model-a91c042.md +++ b/docs/Acquiring-Preparing-Modeling-Data/creating-an-entity-relationship-model-a91c042.md @@ -176,4 +176,132 @@ The work that you do in an E/R model benefits all the users in your space as the > ### Note: > The E/R model itself is not deployed and does not have a deployment status. +7. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag objects into the E/R model diagram. + + See [Using the Source Browser](using-the-source-browser-7d2b21d.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview data in the selected object. + + See [Viewing Object Data](viewing-object-data-b338e4a.md). + +
+ + \(Undo\) / \(Redo\) + + + + Revert the last change to the object or redo a change you have previously undone. + +
+ + \(Add from Repository\) + + + + Add entities connected to your entity by associations. + + For more information, see [Add Related Entities to an E/R Model Diagram](add-related-entities-to-an-e-r-model-diagram-bbde0a7.md). + +
+ + \(Import\) + + + + Import entities from a connection or from a CSN file. + + For more information, see [Import an Object from a Connection or Other Source](import-an-object-from-a-connection-or-other-source-3e6f8f2.md) and [Importing Objects from a CSN/JSON File](Creating-Finding-Sharing-Objects/importing-objects-from-a-csn-json-file-23599e6.md). + +
+ + \(Export\) + + + + Export all the objects in the E/R model to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/creating-an-intelligent-lookup-8f29f80.md b/docs/Acquiring-Preparing-Modeling-Data/creating-an-intelligent-lookup-8f29f80.md index 6e257d3..7fa887b 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/creating-an-intelligent-lookup-8f29f80.md +++ b/docs/Acquiring-Preparing-Modeling-Data/creating-an-intelligent-lookup-8f29f80.md @@ -267,4 +267,130 @@ See the blog [One-Stop-Shop to Intelligent Lookup in SAP Datasphere](https://blo > > If you modify a rule or add a new rule, you must redeploy the intelligent lookup before you can rerun it. +10. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Run\) + + + + Run the object to obtain or update its output results. + + You must deploy the object before you can run it. + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag sources into the editor. + + See [Using the Source Browser](using-the-source-browser-7d2b21d.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview data in the selected entity or to review and process the results of the selected rule. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Delete Data From Table\) + + + + Delete all matches produced by the intelligent lookup. + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](impact-and-lineage-analysis-9da4892.md). + +
+ diff --git a/docs/Acquiring-Preparing-Modeling-Data/creating-an-sql-view-81920e4.md b/docs/Acquiring-Preparing-Modeling-Data/creating-an-sql-view-81920e4.md index 1236514..9d71535 100644 --- a/docs/Acquiring-Preparing-Modeling-Data/creating-an-sql-view-81920e4.md +++ b/docs/Acquiring-Preparing-Modeling-Data/creating-an-sql-view-81920e4.md @@ -106,12 +106,6 @@ If you are not comfortable with SQL, you can still build a view in SAP Dataspher You cannot view data in an SQL view if any of its sources is shared from another space and has an input parameter. - - Click \(Edit Custom CSN Annotations\) to open the *Edit Custom CSN Annotations* dialog: - - Click \(Previous Annotation\) and \(Next Annotation\) to navigate from one custom CSN annotation to another. - - Enter changes for the custom CSN annotations in the code. - - Click \(Validate CSN expression\) to check if changes invalidate or not the CSN expression. - - - View the objects that depend on an analyzed object \(its impacts\) and the objects on which the analyzed object depends \(its lineage\) by clicking \(Impact and Lineage Analysis\) \(see [Impact and Lineage Analysis](impact-and-lineage-analysis-9da4892.md)\). 4. Enter the following properties as appropriate in the side panel: @@ -349,4 +343,148 @@ If you are not comfortable with SQL, you can still build a view in SAP Dataspher For more information, see [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). +8. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](saving-and-deploying-objects-7c0b560.md). + +
+ + \(Share\) + + + + Share the object to other spaces. + + See [Sharing Tables and Views To Other Spaces](Creating-Finding-Sharing-Objects/sharing-tables-and-views-to-other-spaces-64b318f.md). + +
+ + \(Source Browser\) + + + + Show the *Source Browser* panel to drag sources into the editor. + + See [Using the Source Browser](using-the-source-browser-7d2b21d.md). + +
+ + \(Preview Data\) + + + + Open the *Data Preview* panel to preview the data output by the view. + + See [Viewing Object Data](viewing-object-data-b338e4a.md). + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](Creating-Finding-Sharing-Objects/exporting-objects-to-a-csn-json-file-3916101.md). + +
+ + \(Edit Custom CSN Annotations\) + + + + Work with custom CSN annotations that are not otherwise supported by the interface. + + See [Edit a Custom CSN Annotation](edit-a-custom-csn-annotation-820d013.md). + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](impact-and-lineage-analysis-9da4892.md). + +
+ + \(Generate OData Request\) + + + + Open the *Generate OData Request* dialog to prepare access to the OData API. + + See [Consume Data via the OData API](https://help.sap.com/viewer/43509d67b8b84e66a30851e832f66911/cloud/en-US/7a453609c8694b029493e7d87e0de60a.html "You can connect to the OData API and consume data exposed as views or analytic models in SAP Analytics Cloud and other clients, tools, and apps that are capable of accessing an OData service and authenticating via an OAuth client.") :arrow_upper_right:. + +
+ diff --git a/docs/Administering/Creating-Spaces-and-Allocating-Storage/set-a-priority-and-statement-limits-for-a-space-d66ac1e.md b/docs/Administering/Creating-Spaces-and-Allocating-Storage/set-a-priority-and-statement-limits-for-a-space-d66ac1e.md index ed5d482..5544145 100644 --- a/docs/Administering/Creating-Spaces-and-Allocating-Storage/set-a-priority-and-statement-limits-for-a-space-d66ac1e.md +++ b/docs/Administering/Creating-Spaces-and-Allocating-Storage/set-a-priority-and-statement-limits-for-a-space-d66ac1e.md @@ -81,7 +81,7 @@ Use the properties in the *Workload Management* section to prioritize between sp - 100% + 70% diff --git a/docs/Administering/Creating-and-Configuring-Your-Tenant/configure-the-size-of-your-sap-datasphere-tenant-33f8ef4.md b/docs/Administering/Creating-and-Configuring-Your-Tenant/configure-the-size-of-your-sap-datasphere-tenant-33f8ef4.md index f18ec87..0f080e3 100644 --- a/docs/Administering/Creating-and-Configuring-Your-Tenant/configure-the-size-of-your-sap-datasphere-tenant-33f8ef4.md +++ b/docs/Administering/Creating-and-Configuring-Your-Tenant/configure-the-size-of-your-sap-datasphere-tenant-33f8ef4.md @@ -76,7 +76,7 @@ Select a performance class for your tenant: - High-Compute > ### Note: -> The performance class you select determines the number of vCPUs allocated to your tenant. +> The performance class you select determines the number of vCPUs allocated to your tenant. For a detailed list, see the **vCPU Allocation** table below. @@ -106,9 +106,7 @@ You can specify from 128 GB \(minimum\), by increments of 64 GB. Set the memory allocated to your tenant. -You can increase the amount of memory from 32 GB \(minimum\), by increments of 16 GB. You can reduce the amount of memory, but the lower limit depends on how much space you have assigned to space management. - -For more information, see [Allocate Storage to a Space](../Creating-Spaces-and-Allocating-Storage/allocate-storage-to-a-space-f414c3d.md). +You can increase the amount of memory from 32 GB \(minimum\), by increments of 16 GB. @@ -531,3 +529,477 @@ Displays the estimated number of capacity units consumed per hour by the storage + + +
+ +## vCPU Allocation + +When you set your base configuration, the performance class you select and the hyperscaler you are using determines the ratio of memory to vCPUs allocated to your tenant. The tables below list the memory to vCPU ratio for each hyperscaler. + +**Performance Class: Memory** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Hyperscaler + + + +Memory + + + +vCPUs + +
+ +AWS + + + +32-960 GB + + + +16 + +
+ +AWS + + + +1024-1792 GB + + + +16 + +
+ +AWS + + + +1800 GB + + + +15 + +
+ +AWS + + + +5970 GB + + + +13.57 + +
+ +GCP + + + +32-960 GB + + + +16 + +
+ +GCP + + + +1024-1344 GB + + + +16 + +
+ +Azure + + + +32-1024 GB + + + +16 + +
+ +Azure + + + +1088-1920 GB + + + +16 + +
+ +Azure + + + +2800 GB + + + +13.72 + +
+ +Azure + + + +3744 GB + + + +16 + +
+ +Azure + + + +5600 GB + + + +13.59 + +
+ +**Performance Class: High Memory** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Hyperscaler + + + +Memory + + + +vCPUs + +
+ +AWS + + + +3600 GB + + + +30 + +
+ +GCP + + + +3700 GB + + + +23.72 + +
+ +GCP + + + +5750 GB + + + +28.19 + +
+ +Azure + + + +3776 GB + + + +31.47 + +
+ +Azure + + + +5595 GB + + + +27.43 + +
+ +**Performance Class: Compute** + + + + + + + + + + + + + + + + + + + + + + + +
+ +Hyperscaler + + + +Memory + + + +vCPUs + +
+ +AWS + + + +32-912 GB + + + +8 + +
+ +GCP + + + +32-608 GB + + + +8 + +
+ +Azure + + + +32-480 GB + + + +8 + +
+ +**Performance Class: High Compute** + + + + + + + + + + + + + + + + + + + + + + + +
+ +Hyperscaler + + + +Memory + + + +vCPUs + +
+ +AWS + + + +32-352 GB + + + +4 + +
+ +GCP + + + +32-288 GB + + + +4 + +
+ +Azure + + + +32-352 GB + + + +4 + +
+ diff --git a/docs/Administering/Creating-and-Configuring-Your-Tenant/create-an-elastic-compute-node-99ad61e.md b/docs/Administering/Creating-and-Configuring-Your-Tenant/create-an-elastic-compute-node-99ad61e.md index e6a91df..f26bec7 100644 --- a/docs/Administering/Creating-and-Configuring-Your-Tenant/create-an-elastic-compute-node-99ad61e.md +++ b/docs/Administering/Creating-and-Configuring-Your-Tenant/create-an-elastic-compute-node-99ad61e.md @@ -79,6 +79,11 @@ The *DW Administrator* global role, for example, grants these privileges \(see [ Enter the technical name of the elastic compute node. The technical name must be unique. It can only contain lowercase letters \(a-z\) and numbers \(0-9\). It must contain the prefix: ds \(which helps to identify elastic compute nodes in monitoring tools\). The minimum length is 3 and the maximum length is 9 characters. See [Rules for Technical Names](../Creating-Spaces-and-Allocating-Storage/rules-for-technical-names-982f9a3.md). + + > ### Note: + > As the technical name will be displayed in monitoring tools, including SAP internal tools, we recommend that you do not mention sensitive information in the name. + + @@ -118,7 +123,7 @@ The *DW Administrator* global role, for example, grants these privileges \(see [ > ### Note: > You can modify the number of compute blocks later on by selecting the elastic compute node and click *Configure*. - The price you pay for additional resources depends on the duration of an elastic compute node run and the number of compute blocks. If a node that includes 1 compute block runs for 5 hours, you pay for 5 block-hours. If a node that includes 2 compute blocks runs for 5 hours, you pay for 10 block-hours. + The price you pay for additional resources depends on the duration of an elastic compute node run and the number of compute blocks. If a node that includes 4 compute blocks runs for 5 hours, you pay for 20 block-hours. If a node that includes 8 compute blocks runs for 5 hours, you pay for 40 block-hours. diff --git a/docs/Administering/Managing-Users-and-Roles/assign-users-to-a-role-using-saml-attributes-3315711.md b/docs/Administering/Managing-Users-and-Roles/assign-users-to-a-role-using-saml-attributes-3315711.md index 8fac686..35ee3da 100644 --- a/docs/Administering/Managing-Users-and-Roles/assign-users-to-a-role-using-saml-attributes-3315711.md +++ b/docs/Administering/Managing-Users-and-Roles/assign-users-to-a-role-using-saml-attributes-3315711.md @@ -40,9 +40,6 @@ Your custom SAML Identity Provider \(IdP\) must be configured and the authentica > ### Note: > If a user is assigned to a scoped role via SAML attributes, the user is automatically assigned to all the spaces included in the scoped role. - > ### Caution: - > Scoped roles and all related features will be rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). - In the *Roles* page, a dedicated icon in the role tile is displayed, indicating that the users are assigned to the role via SAML attributes. When you hover over the icon, the conditions defined for the role are displayed. diff --git a/docs/Administering/Managing-Users-and-Roles/automated-conversion-to-scoped-roles-6f7c6df.md b/docs/Administering/Managing-Users-and-Roles/automated-conversion-to-scoped-roles-6f7c6df.md index af19103..61b8005 100644 --- a/docs/Administering/Managing-Users-and-Roles/automated-conversion-to-scoped-roles-6f7c6df.md +++ b/docs/Administering/Managing-Users-and-Roles/automated-conversion-to-scoped-roles-6f7c6df.md @@ -11,9 +11,6 @@ This topic contains the following sections: - [Example of a Converted Scoped Role](automated-conversion-to-scoped-roles-6f7c6df.md#loio6f7c6dfa3cb249debb749c729025bae0__section_fx4_1mn_fyb) - [Adapting Converted Scoped Roles](automated-conversion-to-scoped-roles-6f7c6df.md#loio6f7c6dfa3cb249debb749c729025bae0__section_zxd_cnw_dzb) -> ### Caution: -> Scoped roles and all related features will be rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). -
diff --git a/docs/Administering/Managing-Users-and-Roles/create-a-custom-role-862b88e.md b/docs/Administering/Managing-Users-and-Roles/create-a-custom-role-862b88e.md index 45d0b44..a682514 100644 --- a/docs/Administering/Managing-Users-and-Roles/create-a-custom-role-862b88e.md +++ b/docs/Administering/Managing-Users-and-Roles/create-a-custom-role-862b88e.md @@ -37,9 +37,6 @@ You should not mix global and scoped privileges in a custom role. For more details about global and scoped privileges, see [Privileges and Permissions](privileges-and-permissions-d7350c6.md). -> ### Caution: -> Scoped roles and all related features are rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). - ## Procedure diff --git a/docs/Administering/Managing-Users-and-Roles/create-a-scoped-role-to-assign-privileges-to-users-in-spaces-b5c4e0b.md b/docs/Administering/Managing-Users-and-Roles/create-a-scoped-role-to-assign-privileges-to-users-in-spaces-b5c4e0b.md index 1b29da8..97c1a7a 100644 --- a/docs/Administering/Managing-Users-and-Roles/create-a-scoped-role-to-assign-privileges-to-users-in-spaces-b5c4e0b.md +++ b/docs/Administering/Managing-Users-and-Roles/create-a-scoped-role-to-assign-privileges-to-users-in-spaces-b5c4e0b.md @@ -15,9 +15,6 @@ This topic contains the following sections: - [Add Users to a Scoped Role](create-a-scoped-role-to-assign-privileges-to-users-in-spaces-b5c4e0b.md#loiob5c4e0b6c462414783ebbfc053815521__section_u4g_xpj_zyb) - [Remove Users from a Scoped Role](create-a-scoped-role-to-assign-privileges-to-users-in-spaces-b5c4e0b.md#loiob5c4e0b6c462414783ebbfc053815521__section_anc_jbz_bzb) -> ### Caution: -> Scoped roles and all related features will be rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). - diff --git a/docs/Administering/Managing-Users-and-Roles/enabling-a-custom-saml-identity-provider-9b26536.md b/docs/Administering/Managing-Users-and-Roles/enabling-a-custom-saml-identity-provider-9b26536.md index bb0844b..289feb4 100644 --- a/docs/Administering/Managing-Users-and-Roles/enabling-a-custom-saml-identity-provider-9b26536.md +++ b/docs/Administering/Managing-Users-and-Roles/enabling-a-custom-saml-identity-provider-9b26536.md @@ -48,6 +48,8 @@ SAP Datasphere can be hosted on non-SAP data centers. 5. Upload the metadata file to your SAML IdP. + If you are creating a new SAP Datasphere application on the SAP Identity Authentication Service \(IAS\) side with type the type "unknown", set the type to "Unknown". + The file includes metadata for SAP Datasphere, and is used to create a trust relationship between your SAML Identity Provider and your SAP Datasphere system. 6. Optional: You can access the system from your SAML Identity Provider by adding a new assertion consumer service endpoint to your identity provider. For more information, see [Enable IdP-Initiated Single Sign On \(SAP Data Center Only\)](enable-idp-initiated-single-sign-on-sap-data-center-only-4d2536a.md). @@ -221,7 +223,7 @@ SAP Datasphere can be hosted on non-SAP data centers. - Example: + Example of SAML assertion: ``` @@ -337,7 +339,7 @@ SAP Datasphere can be hosted on non-SAP data centers. 17. Log on to SAP Datasphere with the credentials you used for the verification step. -18. From the side navigation, go to \(*Security*\) → and \(*Users*\)look for the column of the *User Attribute* you selected in step 8. +18. From the side navigation, go to \(*Security*\) → and \(*Users*\), look for the column of the *User Attribute* you selected in step 8. The values in this column should be a case sensitive match with the `NameId` sent by your IdP's SAML assertion. diff --git a/docs/Administering/Managing-Users-and-Roles/managing-roles-and-privileges-3740dac.md b/docs/Administering/Managing-Users-and-Roles/managing-roles-and-privileges-3740dac.md index ef3bbb1..cbc5ba4 100644 --- a/docs/Administering/Managing-Users-and-Roles/managing-roles-and-privileges-3740dac.md +++ b/docs/Administering/Managing-Users-and-Roles/managing-roles-and-privileges-3740dac.md @@ -18,9 +18,6 @@ Each standard or custom role is either a global role or a template for scoped ro For more information on global and scoped privileges, see [Privileges and Permissions](privileges-and-permissions-d7350c6.md). -> ### Caution: -> Scoped roles and all related features will be rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). - ![](images/RolesGraph_638d925.png) Users have relevant privileges depending on which actions they can do in the spaces. diff --git a/docs/Administering/Managing-Users-and-Roles/privileges-and-permissions-d7350c6.md b/docs/Administering/Managing-Users-and-Roles/privileges-and-permissions-d7350c6.md index 80e5319..1e282a8 100644 --- a/docs/Administering/Managing-Users-and-Roles/privileges-and-permissions-d7350c6.md +++ b/docs/Administering/Managing-Users-and-Roles/privileges-and-permissions-d7350c6.md @@ -25,9 +25,6 @@ You can use the standard roles \(see [Standard Roles Delivered with SAP Datasphe **Global versus scoped privileges** - Global privileges are privileges that are used at the tenant level and are not space-related, and can therefore be included in a global role, typically a tenant administrator role. Scoped privileges are privileges that are space-related and can therefore be included in a scoped role. -> ### Caution: -> Scoped roles and all related features will be rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). - @@ -662,7 +659,7 @@ Allows access to the *Data Integration Monitor* app: > - To set up or change partitioned data loading in the *Remote Tables* monitor or in the *Views* monitor. > - To start the *View Analyzer* in the *Views* monitor. > -> See [Managing and Monitoring Data Integration](https://help.sap.com/viewer/9f36ca35bc6145e4acdef6b4d852d560/DEV_CURRENT/en-US/4cbf7c7fc64645bfa364332827557267.html "From  (Data Integration Monitor), you can run and monitor data replication for remote tables, monitor flows and task chain, monitor your persisted views, and track the queries sent to your remote connected source systems for your space.") :arrow_upper_right: +> See [Managing and Monitoring Data Integration](https://help.sap.com/viewer/9f36ca35bc6145e4acdef6b4d852d560/DEV_CURRENT/en-US/4cbf7c7fc64645bfa364332827557267.html "From  (Data Integration Monitor), you can run and monitor data replication for remote tables, monitor flows and task chain, monitor your local tables, your persisted views, and track the queries sent to your remote connected source systems for your space.") :arrow_upper_right: diff --git a/docs/Administering/Managing-Users-and-Roles/roles-and-privileges-by-app-and-feature-2d8b7d0.md b/docs/Administering/Managing-Users-and-Roles/roles-and-privileges-by-app-and-feature-2d8b7d0.md index cbd4caa..eb51b16 100644 --- a/docs/Administering/Managing-Users-and-Roles/roles-and-privileges-by-app-and-feature-2d8b7d0.md +++ b/docs/Administering/Managing-Users-and-Roles/roles-and-privileges-by-app-and-feature-2d8b7d0.md @@ -346,7 +346,7 @@ The following features need additional permissions \(which are included in the * \(*Data Integration Monitor*\) -See [Managing and Monitoring Data Integration](https://help.sap.com/viewer/9f36ca35bc6145e4acdef6b4d852d560/DEV_CURRENT/en-US/4cbf7c7fc64645bfa364332827557267.html "From  (Data Integration Monitor), you can run and monitor data replication for remote tables, monitor flows and task chain, monitor your persisted views, and track the queries sent to your remote connected source systems for your space.") :arrow_upper_right: +See [Managing and Monitoring Data Integration](https://help.sap.com/viewer/9f36ca35bc6145e4acdef6b4d852d560/DEV_CURRENT/en-US/4cbf7c7fc64645bfa364332827557267.html "From  (Data Integration Monitor), you can run and monitor data replication for remote tables, monitor flows and task chain, monitor your local tables, your persisted views, and track the queries sent to your remote connected source systems for your space.") :arrow_upper_right: @@ -998,7 +998,7 @@ Assets Search for an asset and view the detailed information for it. -See [Finding and Accessing Data in the Catalog](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/10478251045b43e782fa15e0f3e113b0.html "Discover data by searching and filtering results. Mark your favorite assets, terms, key performance indicators (KPIs), listed data products, or data providers.") :arrow_upper_right: +See [Finding and Accessing Data in the Catalog](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/10478251045b43e782fa15e0f3e113b0.html "Discover data by searching and filtering results. Mark your favorite assets, terms, key performance indicators (KPIs), listed marketplace data products, or data providers.") :arrow_upper_right: @@ -1017,7 +1017,7 @@ Assets View detailed information for an asset, including the details for any term, tag, or KPI that is linked.  -See [Evaluating Catalog Assets](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/dc061a23484241b1b791f5540b1f38e3.html "When you find the asset you want, you can select it to view its overview information, a preview of its detailed metadata, and a diagram of its impact and lineage. This information includes metadata that is extracted from the source system and data enrichments added in the catalog.") :arrow_upper_right: +See [Evaluating Catalog Assets](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/dc061a23484241b1b791f5540b1f38e3.html "After finding the asset you want, select it to view an overview of its information, a preview of its detailed metadata, and a diagram illustrating its impact and lineage. This information encompasses metadata extracted from the source system as well as data enrichments incorporated in the catalog.") :arrow_upper_right: @@ -1046,7 +1046,7 @@ Assets Edit the name of the asset that appears in the catalog. -See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if its the one they need.") :arrow_upper_right: +See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if it's the one they need.") :arrow_upper_right: @@ -1067,7 +1067,7 @@ Assets Add a catalog description for the asset. -See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if its the one they need.") :arrow_upper_right: +See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if it's the one they need.") :arrow_upper_right: @@ -1088,7 +1088,7 @@ Assets Add a term, tag, or KPI relationship to the asset from the asset’s detailed information page. -See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if its the one they need.") :arrow_upper_right: +See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if it's the one they need.") :arrow_upper_right: @@ -1113,7 +1113,7 @@ Assets Create or delete a relationship between a tag and an asset. -See [Add and Manage Asset Tags](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/bb608dd2a4dc402889351c4303a173a4.html "Add, edit, and remove asset tags.") :arrow_upper_right: +See [Managing Tag Relationships for Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/bb608dd2a4dc402889351c4303a173a4.html "On the Semantic Enrichment tab of the asset details page, you can add, edit, or remove tags.") :arrow_upper_right: @@ -1195,7 +1195,7 @@ Tags Add a term, tag, or KPI relationship to the asset from the asset’s detailed information page. -See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if its the one they need.") :arrow_upper_right: +See [Editing and Enriching Catalog Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/7ed60a094f2a464da6a8d75e5bfed9d5.html "You can improve the information of an asset by editing its name, adding a custom description, and creating relationships with tags, terms, and KPIs. These improvements enrich the information about the asset so that anyone who uses the catalog can evaluate the asset and determine if it's the one they need.") :arrow_upper_right: @@ -1277,7 +1277,7 @@ Tags Create or delete a relationship between a tag and an asset. -See [Add and Manage Asset Tags](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/bb608dd2a4dc402889351c4303a173a4.html "Add, edit, and remove asset tags.") :arrow_upper_right: +See [Managing Tag Relationships for Assets](https://help.sap.com/viewer/97d1d2f0e35d410c893e95a5ff3bee6f/DEV_CURRENT/en-US/bb608dd2a4dc402889351c4303a173a4.html "On the Semantic Enrichment tab of the asset details page, you can add, edit, or remove tags.") :arrow_upper_right: diff --git a/docs/Administering/Managing-Users-and-Roles/standard-roles-delivered-with-sap-datasphere-a50a51d.md b/docs/Administering/Managing-Users-and-Roles/standard-roles-delivered-with-sap-datasphere-a50a51d.md index 21fc3ff..8275e85 100644 --- a/docs/Administering/Managing-Users-and-Roles/standard-roles-delivered-with-sap-datasphere-a50a51d.md +++ b/docs/Administering/Managing-Users-and-Roles/standard-roles-delivered-with-sap-datasphere-a50a51d.md @@ -13,9 +13,6 @@ A DW Administrator can use standard roles as templates for creating custom roles > ### Note: > You cannot delete nor edit standard roles. -> ### Caution: -> Scoped roles and all related features will be rolled out to all tenants over the course of a number of versions. For more details, see SAP Note [3380409](https://launchpad.support.sap.com/#/notes/3380409). - In the side navigation area, click \(*Security*\) ** \> ** \(*Roles*\). The following standard roles are available: - Roles providing privileges to administer the SAP Datasphere tenant: diff --git a/docs/Administering/Monitoring-SAP-Datasphere/configure-notifications-4388411.md b/docs/Administering/Monitoring-SAP-Datasphere/configure-notifications-4388411.md index 5fb3d35..e28afd3 100644 --- a/docs/Administering/Monitoring-SAP-Datasphere/configure-notifications-4388411.md +++ b/docs/Administering/Monitoring-SAP-Datasphere/configure-notifications-4388411.md @@ -27,6 +27,37 @@ When the notification is on, everyone who uses the application on that tenant wi + + +## Notify Users When They are Added to the Tenant + +By default, when users are added to your SAP Datasphere tenant, they receive a welcome email which contains a link to the tenant so they can activate their account and log in for the first time. You can disable the welcome email from being sent to new users. You may want to do so in the following cases: + +- When SAML single sign-on \(SSO\) is setup and it's not necessary for the users to activate their account. + +- When you want to setup single sign-on \(SSO\) before users are given the go to access the system. + +- When the custom SAML Identity Provider \(IdP\) is changed. + +- When you need to import users from a public tenant to a private tenant. + + +To disable the welcome email notification: + +1. In the side navigation area, click *System* \> *Administration* \> *Notifications*. + +2. To enable editing of all settings on the page, click *Edit*. + +3. In the *Welcome Email* section, toggle the button to *Off*. + +4. Click *Save*. + + +> ### Note: +> If you disable the welcome email and then add a user who doesn't have an activated account for SAP Datasphere, they will not be able to access the system. The new user needs to go to the tenant log-on page and click "Forgot password?". They must enter the email address associated with their account and follow the instructions of the received email to set up a password. + + + ## Configure Custom SMTP Server diff --git a/docs/Administering/Monitoring-SAP-Datasphere/monitoring-elastic-compute-nodes-ffa92d9.md b/docs/Administering/Monitoring-SAP-Datasphere/monitoring-elastic-compute-nodes-ffa92d9.md index c963c25..2f2afbd 100644 --- a/docs/Administering/Monitoring-SAP-Datasphere/monitoring-elastic-compute-nodes-ffa92d9.md +++ b/docs/Administering/Monitoring-SAP-Datasphere/monitoring-elastic-compute-nodes-ffa92d9.md @@ -57,7 +57,7 @@ Shows the following information about the latest or the previous run of the curr - The total run duration \(uptime\) from the starting to the stopping phase. -- The number of block-hours is the numbers of hours that have been consumed by the run. The number of block-hours is the result of the run duration in numbers of hours multiplied by the number of compute blocks. If a node that includes 1 compute block runs for 5 hours, 5 block-hours have been consumed. In such a case, the uptime equals the block-hours. If a node that includes 2 compute blocks runs for 5 hours, 10 block-hours have been consumed. +- The number of block-hours is the numbers of hours that have been consumed by the run. The number of block-hours is the result of the run duration in numbers of hours multiplied by the number of compute blocks. If a node that includes 4 compute blocks runs for 5 hours, 20 block-hours have been consumed. In such a case, the uptime equals the block-hours. If a node that includes 8 compute blocks runs for 5 hours, 40 block-hours have been consumed. diff --git a/docs/Administering/administration-apps-and-tools-c6dd052.md b/docs/Administering/administration-apps-and-tools-c6dd052.md index 7e15a40..4b41f3a 100644 --- a/docs/Administering/administration-apps-and-tools-c6dd052.md +++ b/docs/Administering/administration-apps-and-tools-c6dd052.md @@ -133,12 +133,14 @@ More Information -*Live Data Connections \(Tunnel\)*: For SAP BW∕4HANA model import, you need Cloud Connector to make http requests to SAP BW∕4HANA. This requires a live data connection of type tunnel to SAP BW∕4HANA. +*Live Data Connections \(Tunnel\)*: For SAP BW∕4HANA and SAP S/4HANA model import, you need Cloud Connector. This requires a live data connection of type tunnel. -[Create Live Data Connection of Type Tunnel](Preparing-Connectivity/create-live-data-connection-of-type-tunnel-5d02f11.md) +[Create Live Data Connection of Type Tunnel](Preparing-Connectivity/create-live-data-connection-of-type-tunnel-5d02f11.md) \(SAP BW∕4HANA\) + +[Create SAP S/4HANA Live Data Connection of Type Tunnel](Preparing-Connectivity/create-sap-s-4hana-live-data-connection-of-type-tunnel-095dbdf.md) \(SAP S/4HANA\) @@ -197,7 +199,7 @@ More Information -*SSL/TLS Certificates* : Upload server certificates to enable secure SSL/TLS-based connections to certain sources. +*SSL/TLS Certificates*: Upload server certificates to enable secure SSL/TLS-based connections to certain sources. @@ -384,6 +386,23 @@ Allocate the capacity units to storage and compute resources for your tenant. [Provisioning the SAP BW Bridge Tenant](https://help.sap.com/viewer/e2d2b48377c14490b55466b5f1872640/DEV_CURRENT/en-US/c356f4ce55744aa09ac2d79a5235c300.html "You can provision SAP BW bridge as an optional feature in SAP Datasphere.") :arrow_upper_right: + + + + + +*System Information* + + + + +Add a visual tenant type indicator to show all users which system they are using, for example a test or production system. + + + + +[Display Your System Information](Creating-and-Configuring-Your-Tenant/display-your-system-information-6bdd798.md) + diff --git a/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-hierarchy-data-access-control-0afeeed.md b/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-hierarchy-data-access-control-0afeeed.md index b8531c1..8f577c6 100644 --- a/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-hierarchy-data-access-control-0afeeed.md +++ b/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-hierarchy-data-access-control-0afeeed.md @@ -349,4 +349,92 @@ For example: For information about attaching a data access control to a view, see [Apply a Data Access Control](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/8f79fc80d6134a89a03837a205d340cd.html "You can apply one or more data access controls to a view to control the data that users will see based on the specified criteria.") :arrow_upper_right:. +5. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/391610123f1f4a12abb12cbf77a3294d.html "Export the definitions of your tables, views, and other objects to a CSN/JSON file, which can be imported into another space or tenant.") :arrow_upper_right:. + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/9da4892cb0e4427ab80ad8d89e6676b8.html "The Impact and Lineage Analysis diagram helps you to understand the lineage (or data provenance) of a selected object or one or more of its columns, along with its impacts - the objects that depend on it and that will be impacted by any changes that are made to it.") :arrow_upper_right:. + +
+ + Status + + + + \[read-only\] Displays the status of the object. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ diff --git a/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-single-values-data-access-control-5246328.md b/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-single-values-data-access-control-5246328.md index a266913..0d12663 100644 --- a/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-single-values-data-access-control-5246328.md +++ b/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-a-single-values-data-access-control-5246328.md @@ -158,4 +158,92 @@ Before creating your data access control, you must have prepared a permissions e For information about attaching a data access control to a view, see [Apply a Data Access Control](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/8f79fc80d6134a89a03837a205d340cd.html "You can apply one or more data access controls to a view to control the data that users will see based on the specified criteria.") :arrow_upper_right:. +5. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/391610123f1f4a12abb12cbf77a3294d.html "Export the definitions of your tables, views, and other objects to a CSN/JSON file, which can be imported into another space or tenant.") :arrow_upper_right:. + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/9da4892cb0e4427ab80ad8d89e6676b8.html "The Impact and Lineage Analysis diagram helps you to understand the lineage (or data provenance) of a selected object or one or more of its columns, along with its impacts - the objects that depend on it and that will be impacted by any changes that are made to it.") :arrow_upper_right:. + +
+ + Status + + + + \[read-only\] Displays the status of the object. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ diff --git a/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-an-operator-and-values-data-access-control-501594b.md b/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-an-operator-and-values-data-access-control-501594b.md index ff4b911..f741567 100644 --- a/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-an-operator-and-values-data-access-control-501594b.md +++ b/docs/Integrating-data-and-managing-spaces/Data-Access-Control/create-an-operator-and-values-data-access-control-501594b.md @@ -446,4 +446,92 @@ Based on these three records: For information about attaching a data access control to a view, see [Apply a Data Access Control](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/8f79fc80d6134a89a03837a205d340cd.html "You can apply one or more data access controls to a view to control the data that users will see based on the specified criteria.") :arrow_upper_right:. +6. The tools in the editor toolbar help you work with your object throughout its lifecycle: + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Tool + + + + Description + +
+ + \(Save\) + + + + Save your changes to the design-time repository. You can use *Save As* to create a copy of the object. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ + \(Deploy\) + + + + Deploy your changes to make them available in the run-time environment. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ + \(Export\) + + + + Export the object to a CSN/JSON file. + + See [Exporting Objects to a CSN/JSON File](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/391610123f1f4a12abb12cbf77a3294d.html "Export the definitions of your tables, views, and other objects to a CSN/JSON file, which can be imported into another space or tenant.") :arrow_upper_right:. + +
+ + \(Impact and Lineage Analysis\) + + + + Open the *Impact and Lineage Analysis* graph for the object. + + See [Impact and Lineage Analysis](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/9da4892cb0e4427ab80ad8d89e6676b8.html "The Impact and Lineage Analysis diagram helps you to understand the lineage (or data provenance) of a selected object or one or more of its columns, along with its impacts - the objects that depend on it and that will be impacted by any changes that are made to it.") :arrow_upper_right:. + +
+ + Status + + + + \[read-only\] Displays the status of the object. + + See [Saving and Deploying Objects](https://help.sap.com/viewer/24f836070a704022a40c15442163e5cf/DEV_CURRENT/en-US/7c0b560e2cb94eea86219d78d87f9623.html "When you save an object, it is stored in the SAP Datasphere repository, which contains the design-time definitions of all your objects. When you deploy an object, you are creating a run-time version for use in the SAP Datasphere database.") :arrow_upper_right:. + +
+ diff --git a/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/exploring-views-with-view-analyzer-8921e5a.md b/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/exploring-views-with-view-analyzer-8921e5a.md index 59d489a..a398fc9 100644 --- a/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/exploring-views-with-view-analyzer-8921e5a.md +++ b/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/exploring-views-with-view-analyzer-8921e5a.md @@ -8,9 +8,11 @@ Use the *View Analyzer* to explore graphical or SQL views, and the entities they The *View Analyzer* provides you with statistics and useful information on each entity that composes your view, no matter the complexity of the view. It analyzes each view definition, the consumed views, the local tables and the data sources used by remote tables that compose your data model. You can then use this information to optimize your data model, and decide, for example, which view to persist when performance or technical problems such as out-of-memory errors occur. -> ### Note: +> ### Tip: > While working with complex views, see [Persisted Views and Memory Consumption](persisted-views-and-memory-consumption-e3d0495.md). + + To use the *View Analyzer*, 1. Go to *Data Integration Monitor**Views*. Select the view you need to analyze and navigate to the details screen of this view. diff --git a/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/navigating-in-the-monitor-tabs-5d4af76.md b/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/navigating-in-the-monitor-tabs-5d4af76.md index 905e152..f54d012 100644 --- a/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/navigating-in-the-monitor-tabs-5d4af76.md +++ b/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/navigating-in-the-monitor-tabs-5d4af76.md @@ -4,7 +4,7 @@ # Navigating in the Monitor Tabs -Selecting a specific monitor tab from *Data Integration Monitor* \( \) displays a tabular list of the scheduled tasks associated with the selected monitor type. You can personalize the columns you want to display clicking on :gear:. From the tabular display, you can click \> at the end of a particular task row to display details of that monitored item’s execution history including the completion date and status of each run. After selecting a specific monitor type, for *Remote Tables*, *Views*, *Flows*, or *Task Chains*, each of the monitor displays provides a summary listing of currently scheduled and previously executed tasks. For example, here is a sample of the monitor display for the *Remote Tables* monitor +Selecting a specific monitor tab from *Data Integration Monitor* \( \) displays a tabular list of the scheduled tasks associated with the selected monitor type. It shows the details of runs executed in last 60 days. You can personalize the columns you want to display clicking on :gear:. From the tabular display, you can click \> at the end of a particular task row to display details of that monitored item’s execution history including the completion date and status of each run. After selecting a specific monitor type, for *Remote Tables*, *Views*, *Flows*, or *Task Chains*, each of the monitor displays provides a summary listing of currently scheduled and previously executed tasks. For example, here is a sample of the monitor display for the *Remote Tables* monitor ![](images/Example_Remote_Tables_monitor_61c3dc3.jpg) diff --git a/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/understanding-the-data-persistence-metrics-d65994c.md b/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/understanding-the-data-persistence-metrics-d65994c.md index da76b0a..78eb4b2 100644 --- a/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/understanding-the-data-persistence-metrics-d65994c.md +++ b/docs/Integrating-data-and-managing-spaces/Data-Integration-Monitor/understanding-the-data-persistence-metrics-d65994c.md @@ -176,6 +176,18 @@ Displays if view data is protected by data access controls. For more information, see [Persisted Views and Data Access Control](persisted-views-and-data-access-control-7a4a983.md) + + + + + +*Elastic Compute Node Name* + + + + +Displays the technical name of the elastic compute node used to persist the view. If no elastic compute node is used the value is empty. + @@ -260,6 +272,32 @@ Displays the maximum amount of memory \(in MiB\) the task to persist view data f For more information, see [Monitoring SAP Datasphere](https://help.sap.com/viewer/935116dd7c324355803d4b85809cec97/DEV_CURRENT/en-US/28910cded17a42a0bf16225309cb8bf6.html "Administrators have access to various monitoring logs and views, and can create database analysis users, if necessary, to help troubleshoot issues.") :arrow_upper_right:. + + + + + +*Data Access Controls* + + + + +Displays if view data is protected by data access controls. + +For more information, see [Persisted Views and Data Access Control](persisted-views-and-data-access-control-7a4a983.md) + + + + + + +*Elastic Compute Node Name* + + + + +Displays the technical name of the elastic compute node used to persist the view. If no elastic compute node is used the value is empty. + diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/apache-kafka-connections-1992c6b.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/apache-kafka-connections-1992c6b.md index 12cc12b..371ac99 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/apache-kafka-connections-1992c6b.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/apache-kafka-connections-1992c6b.md @@ -133,7 +133,7 @@ Description \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/cloud-data-integration-connections-cd33107.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/cloud-data-integration-connections-cd33107.md index 44f210f..be39398 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/cloud-data-integration-connections-cd33107.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/cloud-data-integration-connections-cd33107.md @@ -127,7 +127,7 @@ Description \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/confluent-connections-d83c08a.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/confluent-connections-d83c08a.md index cd7d72a..7cf578e 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/confluent-connections-d83c08a.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/confluent-connections-d83c08a.md @@ -150,7 +150,7 @@ Set the property to *true* if your platform is on-premise. The default is *false Select the location ID for the Cloud Connector instance that is set up for connecting to the Kafka brokers. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. @@ -733,7 +733,7 @@ Select the location ID for the Cloud Connector instance that is set up for conne \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/delete-a-connection-e90c290.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/delete-a-connection-e90c290.md index 9db05d7..867aad4 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/delete-a-connection-e90c290.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/delete-a-connection-e90c290.md @@ -6,7 +6,7 @@ Select one or more connections and delete them if they are not used. -1. In the side navigation area, click \(*Connections*\), select a space if necessary, and then click the *Local Connections* tab. +1. In the side navigation area, click \(*Connections*\) and select a space if necessary. 2. Select one or more connections and click *Delete*. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/edit-a-connection-ba20892.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/edit-a-connection-ba20892.md index 4f9aaa4..536e888 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/edit-a-connection-ba20892.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/edit-a-connection-ba20892.md @@ -4,7 +4,7 @@ # Edit a Connection -Edit a connection, for example if the setup of the connected remote system changed, if the connection has been imported from another tenant, or if a new feature is available for the connection type after you have created your connection. +Edit a connection, for example if the setup of the connected remote system changed, if the connection has been imported from another tenant, or if a new feature is available for the connection type after you have created your connection. A warning in the connections list might indicate the need to edit a connection. @@ -81,7 +81,7 @@ Consider the following when editing a connection which uses a Data Provisioning ## Edit a Connection -1. In the side navigation area, click \(*Connections*\), select a space if necessary, and then click the *Local Connections* tab. +1. In the side navigation area, click \(*Connections*\) and select a space if necessary. 2. Select the relevant connection and click *Edit*. @@ -90,7 +90,7 @@ Consider the following when editing a connection which uses a Data Provisioning 3. Make the required changes. -4. Re-enter your credentials. +4. For empty and editable credential fields: Re-enter your credentials. 5. Click *Save*. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/filter-connection-list-31f1075.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/filter-connection-list-31f1075.md index 5db46dd..ce537c5 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/filter-connection-list-31f1075.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/filter-connection-list-31f1075.md @@ -6,7 +6,7 @@ Select one or more filter values to restrict the connection list according to your needs. -1. In the side navigation area, click \(*Connections*\), select a space if necessary, and then click the *Local Connections* tab. +1. In the side navigation area, click \(*Connections*\) and select a space if necessary. 2. Click \(Filter Connections\) and select one or more filter values to get a better overview of the connections in the list. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-odata-connections-5d36f1a.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-odata-connections-5d36f1a.md index e4d02f2..77f9d29 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-odata-connections-5d36f1a.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-odata-connections-5d36f1a.md @@ -123,7 +123,7 @@ Description \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-sftp-connections-b645de7.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-sftp-connections-b645de7.md index 8d7c1e2..6845945 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-sftp-connections-b645de7.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/generic-sftp-connections-b645de7.md @@ -160,7 +160,7 @@ Description \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/microsoft-sql-server-connections-a13c8ab.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/microsoft-sql-server-connections-a13c8ab.md index 2a871d3..b377565 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/microsoft-sql-server-connections-a13c8ab.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/microsoft-sql-server-connections-a13c8ab.md @@ -165,7 +165,7 @@ Description \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/pause-real-time-replication-for-a-connection-a11f244.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/pause-real-time-replication-for-a-connection-a11f244.md index f17f974..27cee23 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/pause-real-time-replication-for-a-connection-a11f244.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/pause-real-time-replication-for-a-connection-a11f244.md @@ -20,7 +20,7 @@ If you need to upgrade or patch your Data Provisioning Agent, or you need to app ## Procedure -1. In the side navigation area, click \(*Connections*\), select a space if necessary, and then click the *Local Connections* tab. +1. In the side navigation area, click \(*Connections*\) and select a space if necessary. 2. In the list of connections, you can see the *Real-Time Replication Status* for each connection. Depending on the status you can perform different actions. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-abap-connections-a75c1aa.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-abap-connections-a75c1aa.md index 7841700..f27c526 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-abap-connections-a75c1aa.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-abap-connections-a75c1aa.md @@ -412,7 +412,7 @@ Set to *true* if your source is an on-premise source and you want to use the con Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-bw-connections-e589041.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-bw-connections-e589041.md index 38eedc8..03306e0 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-bw-connections-e589041.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-bw-connections-e589041.md @@ -264,7 +264,7 @@ Set to *true* if your source is an on-premise source and you want to use the con Select a location. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-ecc-connections-e546ccd.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-ecc-connections-e546ccd.md index e0dbe3a..1a9068f 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-ecc-connections-e546ccd.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-ecc-connections-e546ccd.md @@ -261,7 +261,7 @@ Set to *true* if your source is an on-premise source and you want to use the con Select a location. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-hana-connections-e6b63f1.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-hana-connections-e6b63f1.md index c756c30..77f300a 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-hana-connections-e6b63f1.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-hana-connections-e6b63f1.md @@ -512,7 +512,7 @@ The default is *false*. \[optional\] Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-s-4hana-on-premise-connections-a49a1e3.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-s-4hana-on-premise-connections-a49a1e3.md index 856cc47..2fddfb5 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-s-4hana-on-premise-connections-a49a1e3.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/sap-s-4hana-on-premise-connections-a49a1e3.md @@ -366,7 +366,7 @@ Set to *true* if your source is an on-premise source and you want to use the con Select a location ID. > ### Note: -> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is not included in the *DW Integrator* or *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to assign your user to a scoped role that is based either on the *DW Space Administrator* role or on a custom role that includes the required privileges. +> To select another location ID than the default location, *Connection.Read* privilege is required. The privilege is neither included in the *DW Integrator* nor in the *DW Space Administrator* role. If you need to select a location ID, ask your tenant administrator to either assign your user to a global role that is based on the *DW Administrator* role or to assign your user to a custom global role that includes the required *Connection.Read* privilege. diff --git a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/validate-a-connection-99bd229.md b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/validate-a-connection-99bd229.md index 8bc8273..bafaaea 100644 --- a/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/validate-a-connection-99bd229.md +++ b/docs/Integrating-data-and-managing-spaces/Integrating-Data-Via-Connections/validate-a-connection-99bd229.md @@ -6,7 +6,7 @@ Select a connection and open the validation message to get detailed status information. -1. In the side navigation area, click \(*Connections*\), select a space if necessary, and then click the *Local Connections* tab. +1. In the side navigation area, click \(*Connections*\) and select a space if necessary. 2. Select the relevant connection and click *Validate*. diff --git a/docs/Integrating-data-and-managing-spaces/Transporting-Content-Between-Tenants/images/Destination_Config_da27266.png b/docs/Integrating-data-and-managing-spaces/Transporting-Content-Between-Tenants/images/Destination_Config_da27266.png new file mode 100644 index 0000000..be7a90c Binary files /dev/null and b/docs/Integrating-data-and-managing-spaces/Transporting-Content-Between-Tenants/images/Destination_Config_da27266.png differ diff --git a/docs/Integrating-data-and-managing-spaces/Transporting-Content-Between-Tenants/transporting-your-content-through-sap-cloud-transport-management-0538398.md b/docs/Integrating-data-and-managing-spaces/Transporting-Content-Between-Tenants/transporting-your-content-through-sap-cloud-transport-management-0538398.md new file mode 100644 index 0000000..11846cf --- /dev/null +++ b/docs/Integrating-data-and-managing-spaces/Transporting-Content-Between-Tenants/transporting-your-content-through-sap-cloud-transport-management-0538398.md @@ -0,0 +1,69 @@ + + + + +# Transporting Your Content through SAP Cloud Transport Management + +Integrate SAP Datasphere with SAP Cloud Transport Management service to transport content packages across different landscapes. + +SAP Cloud Transport Management service lets you manage software deliverables between accounts of different environments \(such as Cloud Foundry, ABAP, and Neo\), by transporting them across various runtimes. + +To transport your SAP Datasphere content through SAP Cloud Transport Management, you first must configure your SAP Cloud Transport Management system. + +Once you’ve configured the system, you must connect it to your SAP Datasphere tenant. + +Then you can use the SAP Datasphere Transport app to transfer your content to SAP Cloud Transport Management. + +> ### Note: +> Users with the *DW Administrator* global role \(or users with both a scoped *DW Space Administrator* role and a global role providing the *Lifecycle* privilege\), can use the *Transport* app to export content. + +Finally, you can return to SAP Cloud Transport Management to ensure the transferred content is available and ready to be imported to another SAP Datasphere tenant. + + + +## Configuring SAP Cloud Transport Management + +1. As an administrator of SAP Cloud Transport Management, set up an environment to transport content objects directly in SAP Datasphere, see [Initial Setup to Transport Content Objects Directly in an Application](https://help.sap.com/docs/cloud-transport-management/sap-cloud-transport-management/set-up-environment-to-transport-content-archives-directly-in-application). +2. Configure the landscape for your transports, by creating transport destinations, routes, and nodes. + 1. Create a destination in the SAP Business Technology Platform cockpit of the DEV subaccount of your cloud application, pointing to Cloud Transport Management. See [Create Transport Destinations](https://help.sap.com/docs/cloud-transport-management/sap-cloud-transport-management/create-transport-destinations). + + - To integrate with SAP Datasphere, the destination must have an endpoint URL in this format: `https:///api/v1/content/deploy/` + - Add the additional property such as *PLATFORM\_TYPES* and value as *ACN\_NEO* only for Neo destinations. + + ![](images/Destination_Config_da27266.png) + + 2. Create nodes and routes. See [Create Transport Nodes](https://help.sap.com/docs/cloud-transport-management/sap-cloud-transport-management/create-transport-nodes) and [Create Transport Routes](https://help.sap.com/docs/cloud-transport-management/sap-cloud-transport-management/create-transport-routes). + + > ### Tip: + > Go to *System*→*Administration*→*App Integration* to find the token URL and add the extension `?grant_type=client_credentials`. + + +3. Go to your SAP Business Technology Platform subaccount. Choose the SAP Cloud Transport Management instance of your choice. In the instance details page, choose *…* → *Download* to download the SAP Cloud Transport Management instance key. + + + +## Connecting to SAP Cloud Transport Management from SAP Datasphere + +1. In the side navigation area, click *Transport* \> *Export*. +2. Navigate to *My Content* and click *Settings* from the menu bar. +3. In the *Settings* dialog box, click the *Upload JSON* button to upload the instance key you previously downloaded from SAP Cloud Transport Management \(See step 3 in the previous section\). +4. The connection of your SAP Datasphere tenant with SAP Cloud Transport Management is now live: click *OK*. + + + +## Using the SAP Datasphere Transport App to Transfer Content to SAP Cloud Transport Management + +1. In the side navigation area, click *Transport* \> *Export* and select the package you want to export. +2. Click *Upload to SAP Cloud Transport Management Node* from the menu bar: in the dialog box, you can see the list of selected packages. +3. In the *Export Node* dropdown, choose the source node of SAP Cloud Transport Management to which you want to export your packages. For more information on source and target nodes, see [Create Transport Nodes](https://help.sap.com/docs/cloud-transport-management/sap-cloud-transport-management/create-transport-nodes). +4. Click *Upload*. + + + +## Using SAP Cloud Transport Management to Transfer Content to SAP Datasphere + +1. Log into your SAP Cloud Transport Management tenant: in the *Transport Nodes* panel, select the target node where you have uploaded the SAP Datasphere package. +2. In the *Target Node Details* page, you can see your packages that are ready for import: select the package and click *Import Selected*. + +Once the import is completed, you see the content of the package available in its corresponding destination in your SAP Datasphere account. + diff --git a/docs/Integrating-data-and-managing-spaces/importing-sap-and-partner-business-content-from-the-content-network-400078d.md b/docs/Integrating-data-and-managing-spaces/importing-sap-and-partner-business-content-from-the-content-network-400078d.md index 60eb8a9..5ab1b7f 100644 --- a/docs/Integrating-data-and-managing-spaces/importing-sap-and-partner-business-content-from-the-content-network-400078d.md +++ b/docs/Integrating-data-and-managing-spaces/importing-sap-and-partner-business-content-from-the-content-network-400078d.md @@ -13,7 +13,7 @@ Users with the *DW Administrator* global role \(or users with both a scoped *DW > ### Note: > Use of sample content and business content is optional and not part of the business functionality of the product. Content packages may be discontinued or replaced at any time. -Detailed documentation for all business content is available at [SAP Datasphere Content Documentation](https://help.sap.com/doc/4b618244ad5f4fbb8423d08996f8b891/cloud/en-US/SAP_Data_Warehouse_Cloud_Content.pdf). +Detailed documentation for all business content is available at [SAP Datasphere Business Content](https://help.sap.com/docs/SAP_DATASPHERE/6eb1eff34e4c4b1f90adfbfba1334240/a87964c26bfc1014a79e69594ccc91ad.html). > ### Note: > The *Content Network* is not available for trial users. diff --git a/docs/Integrating-data-and-managing-spaces/index.md b/docs/Integrating-data-and-managing-spaces/index.md index 6151384..60896d4 100644 --- a/docs/Integrating-data-and-managing-spaces/index.md +++ b/docs/Integrating-data-and-managing-spaces/index.md @@ -108,6 +108,7 @@ - [Adding Sharing Destinations](Transporting-Content-Between-Tenants/adding-sharing-destinations-562e996.md) - [Managing Exported Content](Transporting-Content-Between-Tenants/managing-exported-content-638bf6a.md) - [Importing Content from Another Tenant](Transporting-Content-Between-Tenants/importing-content-from-another-tenant-b607a12.md) + - [Transporting Your Content through SAP Cloud Transport Management](Transporting-Content-Between-Tenants/transporting-your-content-through-sap-cloud-transport-management-0538398.md) - [Managing Your Space](managing-your-space-268ea7e.md) - [Control User Access to Your Space](control-user-access-to-your-space-9d59fe5.md) - [Create Time Data and Dimensions](create-time-data-and-dimensions-c5cfce4.md)