Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible URL missmatch #8

Open
LaimonasAR opened this issue Nov 6, 2024 · 0 comments
Open

Possible URL missmatch #8

LaimonasAR opened this issue Nov 6, 2024 · 0 comments

Comments

@LaimonasAR
Copy link

Hello,
In order to get wrapper working had to edit URL's like this:
FROM:

self.urlExportNamespaces = "https://" + tenantName + "." + dataCenter + ".hcs.cloud.sap/api/v1/dataexport/administration/Namespaces"
self.urlExportProviders = "https://" + tenantName + "." + dataCenter + ".hcs.cloud.sap/api/v1/dataexport/administration/Namespaces(NamespaceID='sac')/Providers"
self.urlExportProviderRoot = "https://" + tenantName + "." + dataCenter + ".hcs.cloud.sap/api/v1/dataexport/providers/sac"
self.urlImportModels = "https://" + tenantName + "." + dataCenter + ".hcs.cloud.sap/api/v1/dataimport/models"
self.urlImportJobs = "https://" + tenantName + "." + dataCenter + ".hcs.cloud.sap/api/v1/dataimport/jobs"

TO:

self.urlExportNamespaces = "https://" + tenantName + "." + dataCenter + ".sapanalytics.cloud/api/v1/dataexport/administration/Namespaces"
self.urlExportProviders = "https://" + tenantName + "." + dataCenter + ".sapanalytics.cloud/api/v1/dataexport/administration/Namespaces(NamespaceID='sac')/Providers"
self.urlExportProviderRoot = "https://" + tenantName + "." + dataCenter + ".sapanalytics.cloud/api/v1/dataexport/providers/sac"
self.urlImportModels = "https://" + tenantName + "." + dataCenter + ".sapanalytics.cloud/api/v1/dataimport/models"
self.urlImportJobs = "https://" + tenantName + "." + dataCenter + ".sapanalytics.cloud/api/v1/dataimport/jobs"

In short, changed ".hcs.cloud.sap" to ".sapanalytics.cloud".

Might be useful for someone struggling to get this working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant