Hi Team
I am trying to integrate ODI 12c to bitbucket and the detail requested by ODI are visible in my account has anyone tried this before
For example
ODI-12507: The Git Repository URL is not valid for the Git connection type [Git Basic]. The expected format is [git://<host>[:<port>]/<git-repository>].
I dont have port number i tried 22 /7990
Regards
Pankaj
I'm having the same issue. Was this ever resolved?
The same issue with "Git basic", or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With SSL connection type I receive: ODI-12436: Unable to connect to Git remote repository with the information provided. invalid advertisement of <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Log in - Sparta Bitbucket</title><script>.
With SSH connection type I receive: ODI-12436: Unable to connect to Git remote repository with the information provided. Authentication failed due to invalid Private Key File.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can use ssh/git from the command line fine. It appears to be an ODI issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Yes it was ODI issue with cloud based git. Newer version of ODI 12.2.1.3.0 works fine with cloud git
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The git:// protocol is not currently supported by either Bitbucket Server or Bitbucket Cloud. Do you have any other options for repository type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi James
Thanks for your input
Option i have to authenticate
1. HTTP Basics Authen
2. git basic
3. ssh auth
4. file auth
5. ssl auth
No sure of the repo type which you have asked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I tried that as well it's also asking for port number
ODI-12507: The Git Repository URL is not valid for the Git connection type [SSH]. The expected format is [ssh://<username>@<host>[:<port>]/<disk-path-of-git-repo>].
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ODI-12436: Unable to connect to Git remote repository with the information provided. ssh://ptanwar29@bitbucket.org:7990/<C:\Users\Ptanwar\odi>: Connection timed out: connect, Network issue or invalid Url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bitbucket Cloud's ssh service is available on port 22, or you can also use altssh.bitbucket.org:443 .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry to be asking again
the connection string in this case will be
ssh://ptanwar29@bitbucket.org:22/<C:\Users\Ptanwar\odi>
or
ssh://ptanwar29@altssh.bitbucket.org:443/<C:\Users\Ptanwar\odi>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One or both of those should work, unless you have a firewall or something blocking those hosts or ports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi I have tried both getting error
ODI-12436: Unable to connect to Git remote repository with the information provided. Invalid Remote Git Repository.
ssh://Ptanwar29@bitbucket.org:22/odi
SSH test result
ptanwar@YVW-R90PJ35V MINGW64 ~/odi (master)
$ ssh -T git@bitbucket.org
logged in as Ptanwar29.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
ptanwar@YVW-R90PJ35V MINGW64 ~/odi (master)
location of empty repo https://bitbucket.org/yvw/odi
Any input on this new error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to specify the full path:
ssh://git@bitbucket.org:22/yvw/odi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi James
Thanks for your input but still the same issue
providing screenshot for ref
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.