简体   繁体   English

远程调试连接失败=>“没有可用于登录请求的登录服务器”

[英]remote debug connect fails => “no logon servers available to service logon request”

I believe I understand why I am getting this -- but could be wrong... I believe that the PC I am running msvsmon.exe (the pc to debug) is a domained PC, and I have been given it to work on without its domain server, it is offline to its domain sever. 我相信我理解为什么会收到这个消息-但可能是错误的...我认为我运行msvsmon.exe的PC(用于调试的PC)是域PC,并且我得到了它可以在没有它的域服务器,它脱机到其域服务器。 I do have local administrative account and privileges - to do all - but not attach my VS studio to the msvsmon running on this PC.... 我确实具有本地管理帐户和特权-可以完成所有工作-但无法将VS Studio附加到此PC上运行的msvsmon。

I added a 2nd lan adapter -- and have a private connection.... still no... 我添加了第二个lan适配器-并具有专用连接....仍然没有...

Can I make this 2nd Lan connection be Workgroup'ed? 我可以将第二个Lan连接设为工作组吗? --- and thus by-pass the domain server logon name requirement.... ---从而绕过域服务器登录名要求。

Is there a setting for MsVsMon.exe -- to say hey --- this is a LAB evironment -- give up and allow the connection.... MsVsMon.exe是否有设置-嘿-这是LAB环境-放弃并允许连接....

The unauthorized connection works..... but -- that I have learned is not allowing the .PDB files to match and thus no symbols!!!!!!!! 未经授权的连接有效.....但是,据我了解,不允许.PDB文件匹配,因此没有符号!

So any way -- at all????? 所以无论如何-根本吗?????

To have remote debugging with symbols --- any possible way????? 要使用符号进行远程调试---任何可能的方式?????

Thanks in advance.... 提前致谢....

best regards, Kevin Waite 最好的问候,凯文·怀特

NOTE: ===> One added addition characteristic..... despite the PC being debugged is offline to its domain controleler . 注意:===>一个附加的添加特性.....尽管正在调试PC,但它的域控制器仍然离线。 . . . I can create a new Admin user and successfully remote desktop to this PC - - - one would think that if I can connect for remote desktop I should be able to connect for remote debugging ..... !@@@@! 我可以创建一个新的Admin用户并成功地将此PC远程桌面---人们会认为,如果可以连接远程桌面,则应该可以连接以进行远程调试.....!@@@@!

I usually only have success with remote debugging if I'm logged on with exactly the same credentials on both machines. 通常,如果我在两台计算机上使用完全相同的凭据登录,则远程调试通常只能成功。

This works (for me) if I'm logged on to the domain as the same user on both machines. 如果我以两台计算机上的同一用户身份登录到域,则对我有用。

It also works if I create a local non-domain account with the same name and password on both machines, and ensure that I'm logged on using that on both machines. 如果我在两台计算机上创建具有相同名称和密码的本地非域帐户,并且确保我在两台计算机上都使用该帐户登录,那么它也可以使用。

In all other cases, I get the same problems as you do... 在其他所有情况下,我也会遇到与您相同的问题...

Unless someone has a way for 'workgroup' connection on LAN adapter #2 to coexist on a domained controlled PC via its LAN adapter #1. 除非有人能够通过其LAN适配器#1在域控制的PC上共存LAN适配器2上的“工作组”连接。 This seems impossible. 这似乎是不可能的。

From above, recall, I am trying to debug on a domained PC that is offline to its domained controller, and the remote debug connection fails with no service available to processes the log-on request.... 从上面,回想一下,我试图在脱机到其域控制器的域PC上进行调试,并且远程调试连接失败,没有可用的服务来处理登录请求。

And thus the only solution to connect successfully to this PC was to switch it to a Workgroup PC for remote debug connection. 因此,成功连接到该PC的唯一解决方案是将其切换到Workgroup PC进行远程调试连接。

The credentials: user name and password must be identical between both the PC with VS 2010 and the PC to be debugged running MsVsMon.exe.... 凭据:用户名和密码在VS 2010的PC和要调试的运行MsVsMon.exe的PC之间必须相同。

The user must have on the debugged PC security privilege 'logon on to service' set. 用户必须在调试的PC上具有“登录服务”安全权限。

One can archive the domained configuration for restoration by force taking a Windows checkpoint prior to switching to workgroup configuration. 在切换到工作组配置之前,可以通过强制使用Windows检查点来存档域配置以进行还原。

best regards, Kevin Waite 最好的问候,凯文·怀特

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM