Hello,
what is the syntax of a Endpoint URL regarding a C4C datastore in CPI-DS?
My workspace and view in C4c is as follows:
According to the offical SAP guide, the syntax of the Endpoint URL is
https://<your system information>.sapbyd...
Hello,
In CPI-DS I need to create a new datastore with regards to my IBP system. The lastest CPI-DS version asks for a PSE filename. Therefore, I have the following question:
Where and how do I create the PSE file?Where do I have to save the PSE ...
In CPI-DS I use the template IBP_to_ERP_PIR_via_RFC.
Source is my IBP and target is a File Format Group.
I adjusted the data flow according to the documentation.
Somehow, I get following error when executing the task:
Error: SAP datastore ...
Setup
table_view is my data source in Analytics Cloud. The corresponding Dimension is table_dim.
table_view = (
id PRIMARY KEY INTEGER,
name NVARCHAR(20),
price DECIMAL(4,2),store_id INTEGER
)
table_dim = (
store_id INTEGER PRIMARY KEY,
loc ST_PO...
On my Windows machine, I use following command to connnect to SAP DWC
hdbsql -u <USER> -p <PASSWORD> -n <HOST IP>:443 -e
I get this error
* -10709: Connection failed (RTE:[89013] Socket closed by peer {#### -> ####} (####:443))
My IP addres...
Hi Witalij,thanks for your reply. I'm using HDBSQL version 2.11.14.1636568807.Could it be a whitelisting problem? I only have problems when using a VPN connection (although I whitelisted the IPs). Using my private IP I can establish a connection to ...