Error: VS30063: You are not authorized to access - redhat

We are trying to install and configure the agent on RedHat.
1. I can able to unzip and install agent on Red Hat
2. While running ./Config.sh, I choose negotiate authentication and provided username in the format of Domain\user then password
3. Now am getting error, Error: VS30063: You are not authorized to access
FYI, we are using TFS 2015.3 version, I have administrator access on server level and also I can connect to TFS by using same loginsthrough IE/chrome.
Could please help me to resolve the above error
Thanks in advance

Add user here to get Agent Pool Administrator Permission

Related

Unable to connect to Remote powershell

Im trying to connect to remote powershell,I have tried to authenticate it using Kerberos and negotiate both ended up the same error
A specified authentication package is unknown. For more information, see the about_Remote_Troubleshooting Help topic.|
This is the error message that im receiving,I need the soltution to fix it.
Try this:
Start PowerShell with the Run as administrator option
Run the following command: Start-Service WinRM
Re-run the command that generated the error:
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_troubleshooting?view=powershell-7.3

Unable to authenticate to Azure Devops Server on premise with Macos selft hosted agent

On my mac, I have a VM with Windows server 2019 and Azure Devops Server 2020 (update 1.1).
I can go to my dashboard (http://xxx.xxx.xxx.xxx/MyProjectCollection) correctly from Chrome on my mac, using the Windows server's admin login (Administrator) and password (IWontTellYou).
When I try to configure a self hosted agent (2.190.0) on my mac, I run ./config.sh in a terminal but I cannot validate the authentication process...
I cannot use PAT nor Alternate because my server is not on HTTPS.
I cannot use Integrated because I am on mac.
I use Negotiate, but I can't get authenticated :
Enter server URL > http://xxx.xxx.xxx.xxx/MyProjectCollection/
Enter authentication type (press enter for Negotiate) > Negotiate
Enter user name > Administrator
Enter password > *************
VS30063: You are not authorized to access http://xxx.xxx.xxx.xxx.
Failed to connect. Try again or ctrl-c to quit
Why does it works on Chrome but mot with the self hosted agent ?
How can I authenticate please ?
Thanks for any help... I have reinstalled Windows Server and Azure Devops Server several times to try several configuration, including activating HTTPS using a self signed ssl certificate to use PAT, but nothing works :(
Edit : I've tryed with a Windows self hsoted agent on the server, here is the powershell output :
Enter server URL > http://xxx.xxx.xxx.xxx/MyProjectCollection
Enter authentication type (press enter for Integrated) > Negotiate
Enter user name > Administrator
Enter password > *************
Error reported in diagnostic logs. Please examine the log for more details.
- C:\Users\Administrator\Downloads\vsts-agent-win-x64-2.181.2\_diag\Agent_20210820-064419-utc.log
TF400813: Resource not available for anonymous access. Client authentication required.
Failed to connect. Try again or ctrl-c to quit
Enter server URL > http://xxx.xxx.xxx.xxx/MyProjectCollection
Enter authentication type (press enter for Integrated) >
Connecting to server ...

winexe error: Cannot connect to svcctl pipe. NT_STATUS_ACCESS_DENIED

Am trying to execute the following winexe command, but it throws 'ERROR: Cannot connect to svcctl pipe. NT_STATUS_ACCESS_DENIED.'
winexe -U domain/username%password //windows_machine ipconfig
debug info shows,
ERROR: smb_raw_open_recv - NT_STATUS_ACCESS_DENIED
ERROR: on_ctrl_pipe_error - NT_STATUS_ACCESS_DENIED
ERROR: Cannot open control pipe - NT_STATUS_ACCESS_DENIED
When i have 'winexesvc.exe' in Windows machine, the command works.
My understanding according to http://opensourceinfo.blogspot.com/ is that winexe itself creates winexesvc service, starts it and tries to connect to control pipe. If that's the case, what setting should i have in Windows to resolve Access Denied error and get the service installed successfully? Please correct me if am wrong.
I also came across similar issue in https://sourceforge.net/p/winexe/bugs/35/ post, but am unable to understand the given resolution 'I was trying to log on via a domain user, but only local users were configured'
Note that I have already set,
1. Network Access: Sharing and security model for
local accounts" to "Classic – local users authenticate as themselves
2. LocalAccountTokenFilterPolicy to 1.
So do we need to manually place winexesvc.exe in Windows machine for winexe to work or can we fix the above Access Denied error?
Thanks in advance.

Can't login to ejabberd admin panel

I downloaded ejabberd for Windows, and during the setup process created the admin name and password. I'm attempting to access the admin control panel (localhost:5280/admin), and am attempting to login with the username (admin#MyServer) and password, but each time it just asks me to log in again. The server is running too, so I'm not sure what I'm doing wrong.
ejabberd 16.09 will be released shortly and will include that fix.
Ref: Here.
for now start ejabberd with this command ejabberdctl live and see the log when you try to login.
if it says in-existed account than you have to download xmpp client software from here.
After Installing this creat the admin account from this client after you have does this you will be successful is logging in the admin control.
Settings for Pidgin:
Add:
1. Protocol : xmpp
2. Username : admin
3. Domain : MyServer
4. Password : asyouwant
Advance:
1. Connect Server : localhost
donot forget to check the create this account on the server checkbox.
I used admin#nabin-pc instead of admin#NABIN-PC and got logged in successfully.

JasperReports Server Installation fails while executing initdb.exe of postgresql

JasperReports Server 5.6.0
I am able to successfully install JasperReports Server in unattended mode, when login to a specific machine as local Administrator. But I want to do the installation from a remote machine and am passing the same parameters as earlier(invoking the setup using CPAU for run as admin), but it fails while executing initdb.exe with the data folder creation.
I am getting the following error message as stated below.
"Executing initdb.exe -U postgres -E UTF8 -D C:/JASPER~1/JASPER~1.6/POSTGR~1/data
Script exit code: unknown signal
Script output:
Script stderr: child killed: unknown signal"
After googling and looking for a possible solution, I tried the following.
1) Created the data folder via cmd and provided full control permissions using cacls
2) Created the parent folder 'JasperServer' and provided inheritance permissions of OI, CI, Full Control.
But the issue appears to be the same. Though I am able to install JR Server with the same account by rdp in to the specific machine.
Can anyone help me out?
pls try this:
http://community.jaspersoft.com/wiki/bundled-installer-fails-error-running-initdbexe
Reason: You are using domain admin account.
Solution:
change to local admin user and restart install procedure,then it works:-)
By, Kosta