SVN checkout error E720006: Error running context - windows

During checkout:
svn.exe checkout https://IPv4:40443/svn/project
An error occurs:
svn: E720006: Error running context: Nieprawidłowe dojście.
It's in polish language and it could be translated as (I hope):
...context: the handle is invalid
Is this error related with network connection or any Windows IO restriction?
I'm working on Windows 7, which is very restricted by administrator. So here everything could be blocked or limited.
The same checkout from "normal" computer works great. So where to search for problem? Disk? Network settings?

Related

rsync does not work in Visual Studio 2019

I have created a simple CMake project from the template provided in visual studio 2019. It connects to remote Linux server and errors out while copying a file using "rsync" with the following error.
Could not start the 'rsync' command on the remote host, please install it using your system package manager. Please see https://aka.ms/AA23jat for troubleshooting.
The log shows the error details as following.
23:03:25.2045083 [Error, Thread 88] liblinux.IO.Rsync: liblinux.IO.RsyncException: Could not create daemon configuration file on remote device ---> liblinux.IO.RsyncException: echo config error: and error output: Unmatched ".
Please note: rsync is installed on the remote Linux server and tested it with and without ssh its working.
When I tried to test rsync which is provided by Visual Studio under "C:\Apps\VS2019Pro\Common7\IDE\VC\Linux\bin\rsync\rsync.exe" to sync/copy a file to remote linux server it fails with following error.
dup() in/out/err failed
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.3]
Any help on this will be appreciated.
Rsync speaks the rsync protocol, which is a client server protocol.
The client you are using needs to talk to a server, which is the rsync binary on the remote server, which doesn't seem to be here.
The message is pretty clear:
Could not start the 'rsync' command on the remote host, please install it using your system package manager. Please see https://aka.ms/AA23jat for troubleshooting.
You really need to have rsync on your remote server.
I installed rsync from source on the target using the default settings which installed it at /usr/local/bin/rsync. Apparently the path Visual Studio expects is /usr/bin. I created a symbolic link with the command 'ln -s which rsync /usr/bin/rsync'

VisualSVN mac checkout error "nodename nor servname provided, or not known"

I made a repository by VisualSVN in Windows Server 2012 R2.
After made the repository, I checkout the repository on Windows using TortoiseSVN and it worked.
However, when I checkout Mac mini device, an error occured.
svn checkout https://win-h3asdfasdf/svn/asdfasdf --username asdfasdf --password asdfasdf
svn: E170013: Unable to connecto to a repository at URL 'https://win-h3asdfasdf/svn/asdfasdf'
svn: E670008: nodename nor servname provided, or not known
Please let me know how can I fix it.
Guess, you already don't need an answer, but I faced the same error and got the solution. So I'll share it anyway:
The error says that the URL is wrong, and you probably get this link when you click on the "Checkout" button, so to avoid this error you should write the full name of the address like you get this link when you click on the button:
https://win-h3asdfasdf/svn/asdfasdf
, then you should add to it its full name:
https://win-h3asdfasdf.organization.com/svn/asdfasdf

pgAdmin 4 Desktop Runtime has stopped working

I've installed pgAdmin4 v2 on Windows 7. The installation went fine and I could launch it successfully without any issue. After couple of days, now if I try to load GUI I am getting the error – “pgAdmin 4 Desktop Runtime has stopped working”. Log file shows below error entries:
raise URLError(err)
URLError: <urlopen error Tunnel connection failed: 407 authenticationrequired>
2018-03-26 13:16:01,937: ERROR pgadmin: Exception when checking for update
Does anyone know how to fix the issue?
Version check was root cause of the problem as my network has restricted access. Disabling version check in application config settings (UPGRADE_CHECK_ENABLED = False in config_local.py) fixed the issue in my case.

hg clone using mercurial throws "getaddrinfo failed" error (windows 7)

I have created a public repository on bit bucket website. I can run the clone command from outside the office network (LAN).
But it is not working inside the office network. I am suspecting it is to do with firewall or proxy settings. I can access the URL from browser window (IE9/Chrome).
Please help in fixing this problem. Thanks.
Command:
hg clone https://bitbucket.org/gbsandeep/test2
abort: error: getaddrinfo failed
PS: I went through other posts but it did not help.
Sounds like you might need to tell Mercurial what your proxy settings are. First hit for "mercurial proxy":
http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/
If you need to figure out what settings to use, you should probably look at what your IE settings are, e.g. by going to the Internet Properties | Connections | LAN Settings dialog.
If you find yourself on this page because you've hit a getaddr error when using the hg-git plugin with a username, it is likely that you've hit the Fails with username in URL (getaddreinfo failed) bug.
Thus:
$ hg clone https://foo#stash/
abort: error: getaddrinfo failed
$ hg clone https://stash/
http authorization required for http://stash.....
realm: Atlassian Stash
user: ...
(Doesn't solve the original user's issue, but can be a cause of the same symptoms).
Just remove the http_proxy environment variable. (worked for me, after of 5 hours of headache).
Pls check whether you can access the repository directly first. e.g from web browser
For me, the solution was to set http_proxy env var.
In PyCharm mercurial clone dialog that was resolved by enabling the corporate vpn and setting up automatically detecting the proxy in Win 10. However, the PyCharm throwed some new exception like this:
6:03 PM Clone failed
Clone from your url here failed.
** Unknown exception encountered with possibly-broken third-party extension hg4ideapromptextension
** which supports versions unknown of Mercurial.
** Please disable hg4ideapromptextension and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 4.7.1)
** Extensions loaded: strip, mq, hg4ideapromptextension
Traceback (most recent call last):
File "hg", line 41, in

MSI: Setup failed due to unexpected cirumstances The error code is 80004005 Installation failed with error code 1603

I am trying to install SCCM client on a machine. I have tried remotely, I have tried manually. I have removed everything (ccm folder, ccmsetup folder) I am not sure what else to do.
I am getting the following errors:
Right after Searching for available transform I get this error
Failed to find resource file 'client.mst'
Right after CcmSetObjectSecurityInit. Applying security permissions I get this error
MSI: Setup failed due to unexpected circumstances The error code is 80004005
*Installation failed with error code 1603*
I saw a suggestion about deleting some registry keys, but I cannot find the forum that mention that again so I haven't tried it.
The client I am trying to install is SCCM 2007 SP2
Any thoughts would help.

Resources