Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Issues Setting Up Azure DevOps Git repository with OAC Modeler

Accepted answer
52
Views
2
Comments

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

  • Rank 6 - Analytics Lead
    edited Dec 19, 2024 6:21PM Answer ✓

    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

  • 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).

Welcome!

It looks like you're new here. Sign in or register to get started.