Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 298 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Issues Setting Up Azure DevOps Git repository with OAC Modeler
I am attempting to integrate my OAC Semantic Modeler with Microsoft's Azure DevOps Git service.
I have set up a DevOps project and created a repo. I use the following URL to clone my repository to my model:
https://xxx-xxxx.yyyyy.zzzzzzzz/xxxxyyyzzzzzz/OracleBI/_versionControl?path=%24/OracleBI/test.git
I receive an "Invalid format or protocol" error message. It seems that the "_versionControl?path=" options in the URL are not acceptable to OAC.
How can I get around this issue so that I may use Azure DevOps as a Git repository?
Best Answers
-
please use below documentation and correct the url in this format and see if it is resolving the issue
https://gitserver.com/myorg/myproject.git
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acmdg/upload-semantic-model-git-repository-using-https.html
0 -
Note that Semantic Modeler can only connect to public repositories for now(private repos are not currently supported). As noted in doc and what Ram mentioned, make sure you use the correct URL syntax which is https://gitserver.com/myorg/myproject.git(replace gitserver,myorg,myproject with the actual value).
0

