Good day,
I have a question regarding Data Preperation in the Meta Data Explorer in SAP Data Intelligence.
How is the data taken from the source table? Is the data persisted in the Data Lake within SAP Data Intelligence? Is this only a view on th...
Hello, How can I load files from an Azure Storage Blob Container within the Modeler at SAP Data Intelligence. I tried to do this with the ReadFile operator but got the following error:
Graph failure: failed to browse connection 'map[configurationT...
Hello, I want to add a dataset to a term in the Business Glossary of the Metadata Explorer, but unfortunately I always get the following error:
modules dh-app-metadata
code 71484
Message Requested term was not found Detail Could not update ...
Hello, how can I train a CNN with GPU within SAP Data Intelligence? So what are the standard options? Because I can't find anything in this regard.
Data Intelligence version: 3.0.24 on Azure Kubernetes Service
Thanks for any help!
Thanks a lot!
I have integrated this into my procedur for testing purposes and it all works.
I have now learned that the cursor in the debugger is simply not displayed.
I have found my error.
In my actual procedure nothing was concatenated because I ...
yes. and if i change the DECLARE CURSOR....with temp = SELECT .... the variable is shown in the XSA Debugger. only the DECLARE CURSOR wont do anything. somehow.
"i want to iterate over the cursor to insert specific values to different tables" - you don't need a cursor to do that, just multiple INSERT statements. => i need to iterate over the rows to get a specific value of a column to concatenate it to one.t...