You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/business-process-solutions/monitor-data-extraction.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,12 @@ This error indicates that the specified CDS View doesn't support delta extractio
57
57
There are three possible root causes for this issue.
58
58
59
59
1.**Verify the view is available in your SAP release** - To check whether the CDS View is available, you need to examine the view annotations. Open transaction SE16n and access the table DDHEADANNO, which stores all CDS View annotations. Enter the CDS View name in the STRUCOBJN field. Keep in mind, the error message shows the SQL View Name (ODPName) and not the CDS View Name. If the system returns list of annotations, the CDS View exists and you can proceed to step (b) for troubleshooting.
60
+
60
61
:::image type="content" source="./media/monitoring-data-extraction/view-sap.png" alt-text="Screenshot showing view is available in SAP release." lightbox="./media/monitoring-data-extraction/view-sap.png":::
62
+
61
63
1. If the CDS View doesn’t exists in your system remove the failed table from the dataset to resolve the issue.
62
64
1.**Verify if the view is extractable** - Not all views defined in the system support extraction using the SAP CDC connector. To determine if a view can be extracted, review the list of annotations in the table DDHEADANNO and check for the annotation ANALYTICS.DATAEXTRACTION.ENABLED. This annotation confirms that the view is extractable using the ODP framework and the SAP CDC connector. If the required annotation is missing, you should switch the connector used for data extraction to SAP Table. This can be achieved by changing the context of the CDS View to SAP Table.
65
+
63
66
:::image type="content" source="./media/monitoring-data-extraction/view-sap-extractable.png" alt-text="Screenshot showing if view is extractable." lightbox="./media/monitoring-data-extraction/view-sap-extractable.png":::
67
+
64
68
1.**Check if you have the right authorizations** - Another common reason for extraction failures is missing authorizations in the source SAP system. Ensure that all required data sources are included in the SAP profile assigned to the user and pay special attention to the authorization objects S_RS_CDS_X and S_DHCDCCDS. To troubleshoot authorization issues, run the extraction using the test report RODPS_REPL_TEST with the same user defined in Business Process Solutions. After the test, execute transaction SU53 to review any missing authorizations. This process helps identify gaps that might be causing the extraction to fail.
Copy file name to clipboardExpand all lines: articles/sap/business-process-solutions/monitor-fabric-data-extraction-processing.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,23 +38,25 @@ The following table contains details about the extraction and processing pipelin
38
38
Once a pipeline is triggered, the pipeline run history allows us to view both recent and historical executions. This helps us to understand how the pipeline behaved during a specific run and whether all activities completed successfully.
39
39
40
40
Use the following steps to check the run history for a pipeline
41
-
1. Navigate to the pipeline in Fabric
42
-
1. Select "View run history" to see execution status, duration, and completion details for each run.
41
+
42
+
1. Navigate to the pipeline in Fabric
43
+
1. Select "View run history" to see execution status, duration, and completion details for each run.
43
44
:::image type="content" source="./media/monitoring-fabric-data-extraction-and-processing/fabric-monitoring-view-run-history.png" alt-text="Screenshot showing view run history button." lightbox="./media/monitoring-fabric-data-extraction-and-processing/fabric-monitoring-view-run-history.png":::
44
45
1. From the dialog box, open the execution you want to check.
45
46
:::image type="content" source="./media/monitoring-fabric-data-extraction-and-processing/fabric-monitoring-execution-logs.png" alt-text="Screenshot showing list of execution logs." lightbox="./media/monitoring-fabric-data-extraction-and-processing/fabric-monitoring-execution-logs.png":::
46
-
1.Once you select the activity name you should be able to see all the steps that were executed as a part of pipeline execution and you can check the input, output and error message for each step.
47
+
1.Once you select the activity name you should be able to see all the steps that were executed as a part of pipeline execution and you can check the input, output and error message for each step.
47
48
48
49
## Check logs for a processing notebook executed from pipeline
49
50
50
51
When you want to check the logs for a notebook that was executed as a part of pipeline, follow the instructions
51
-
1. Open the pipeline run history and select the run that you want to check, follow the instructions mentioned in the previous section.
52
-
1. Once you open the pipeline snapshot, you should be able to see the notebook inside the pipeline.
52
+
53
+
1. Open the pipeline run history and select the run that you want to check, follow the instructions mentioned in the previous section.
54
+
1. Once you open the pipeline snapshot, you should be able to see the notebook inside the pipeline.
1.The notebook snapshot opens in a new browser tab. Once the page is loaded, you should be able to see the notebook snapshot and the output for each cell.
57
-
1.Navigate to the cell that failed, and check the output of the cell to view the failure message.
58
+
1.The notebook snapshot opens in a new browser tab. Once the page is loaded, you should be able to see the notebook snapshot and the output for each cell.
59
+
1.Navigate to the cell that failed, and check the output of the cell to view the failure message.
58
60
:::image type="content" source="./media/monitoring-fabric-data-extraction-and-processing/fabric-monitoring-notebook-failure.png" alt-text="Screenshot showing failed notebooks and errors." lightbox="./media/monitoring-fabric-data-extraction-and-processing/fabric-monitoring-notebook-failure.png":::
0 commit comments