Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 9 Oracle Analytics Lounge
- 182 Oracle Analytics News
- 39 Oracle Analytics Videos
- 15.3K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 62 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations 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