Remote Debugging fails after changing passwords

I've had remote debugging running for months between my Windows Vista laptop and my Windows Server 2003 virtual machine (running on the laptop).
My laptop is not on a domain, so I've set it up by having the same administrator login on both machines with the same password.  When I remote debug using Windows Authentication, everything seems to work great.
I've just had to change my password, so I changed it both on my laptop and in Windows Server 2003.  The Remote Debugger service is also running with the new password.
But for some reason, remote debugging no longer works.  I start visual studio (as an administrator) and the web site project connects to Windows Server 2003 using the new password with no problems.  But when I try to start remote debugging, I get an error telling me I'm connecting with an unknown username or bad password.
If I change the passwords on both machines back to what they were, everything works fine again.  I've tried restarting bother machines but it doesn't make any difference.
Have I missed something? The only similar case I've been able to find is this:
http://www.thescripts.com/forum/thread641075.html
But I don't want to delete my profile unless I really have to - I'd rather at least understand the problem first.
Thanks,
James.

One thing to check is that you don't have a bad stored credential lying around on either box.
For Vista:
1. Start, Control->Panel
2. User accounts
3. User accounts again
4. Click the 'manage your network passwords' under tasks on the lef side
If this doesn't help, please let me know the exsact error message.
Thanks,
Gregg Miskelly

Similar Messages

  • After changing password  to Apple ID I did not receive verification email

    After changing password  to Apple ID I did not receive verification email

    Check you SPAM mail folder
    Try again
    Contact iTunes
    http://www.apple.com/support/itunes/contact/

  • Unknown server error after changing password, solutions on support side don't work

    After changing my password I get the "unknown server error". I already tried the solutions on the support side, but it won't work.
    My system is Win 7.
    I'd be so glad for any ideas,
    thanks

    Thanks for your answer. Yes, i already tried these solutions (more than
    once!) but I still get the error and can't connect to the cloud.
    I'd be so glad for any ideas!
    Thanks in advance, take care,
    Ulinna
    2013/10/11 Arpit Kapoor <[email protected]>
       Re: Unknown server error after changing password, solutions on support
    side don't work  created by Arpit Kapoor<http://forums.adobe.com/people/Arpit+Kapoor>in
    Adobe Creative Cloud - View the full discussion<http://forums.adobe.com/message/5753065#5753065

  • Interface getting failed after changing the Business system to that service

    Hello All,
    Our Env... is XI 3.0 and this is related to produciton env.
    Based on our client requirment to change the business system from client 871 to 100 for  one of the R3 system which is reciever type(rfc).
    After doing all the necessary changes , that particular service is getting failed and in the CC monitoring for that service I can see the log as "RFC_ERROR_LOGIN_FAILURE" mandate 871 (earlier client) does not exist in  the system.
    The steps which I have followed to change the Business system.
    1>I loged into the SLD of PRD system and clicked on businsess landscape .then i have clicked on the specified system to be changed (RY1 ) and then clicked on change mode and selected the required client (100) and saved the settings.
    2>I have logged into ID(Integration Directory) and selected the service (RY1) which need to be changed .Under service -->Adaper specific -->compare sld configurations and then clicked on apply changes.
    3>Now selected that communication channel of service (RY1) RFCRecieverR3 and changed the client 871 to 100 and the password of user XIRFCUSER ...
    Then i saved the changes and after that i have activated that interface.
    After that when i logged into CC monitoring and viewed that service channels and see the following errors:
    Receiver channel 'RFCReceiverR3' for party '', service 'RY1'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Mandante 871 não existente no sistema (selecionar mandante existente)
    Can any one help me out of this situation , and i need to fix this ASAP as this is production system.
    Awaiting for your reply.
    Best Regards
    Rakesh Reddy

    Hello Nisar
    Thanks for the update,
    Let me say few points  about this particular problem:
    1>The interface "XX" from XI sends data to two systems( R3 -->RP1 & RY1), some thing like branched (same data is passed to both the reciever systems).
    And the second RY1 is copy of First system RP1 (Production sys) which is used for data loading purpose and every week there will be a refresh from First sys (RP1) to Second(RY1).
    2>Now the first sys(RP1) is recieving the data successfully from XI , and the second one (RY1) is getting failed .And this started after changing the Business system 871 to 100 .
    3>As mentioned by you , I have checked all the points mentioned
        i)In SM59 for XI (ABAP part) two rfc's are maintained (LCRSAPRFC & SAPSLDAPI) and the test connection is also fine...But I did not find these two connections in reciever systems(RP1 & RY1 too).
       ii)In reciever system RY1 ,when i went to RZ70 , i did not noticed any special settings and SLD Bridge :Gateway Information is not maitained over there .and the same thing in other reciever system(RP1) , with this can we confirm that there is nothing wrong in RZ70 settings.
       iii)In SLDAPICUST at recievers end for both systems nothing is mantained , where as in XI system all the details are maintained(Host name,port, user & password).
    I have translated the error log into english from the CC monitoring for this interface which is in portuguese language .
    It says that:
    RFC_ERROR_LOGON_FAILURE: 871 Mandante not in the system (select principal existing)
    Kindly advise me what to do ..for fixing this problem(this is pretty urgent and it is production env...)..
    If any information required , I can provide that.
    Best Regards
    Rakesh Reddy

  • RPC Remote calls fail after loading sibling.

    Hi All,
    Main loads an app compiled in 3.2. Cannot recompile legacy SWF with version of Main.
    Main and Client are on the same domain. Debugging on localhost.
    Sibling has RemoteObject code but never makes RemoteObject calls.
    Main apps remote calls start failing after sibling is loaded.
    TypeError: Error #1034: Type Coercion failed: cannot convert
    mx.messaging.messages::AcknowledgeMessage@c7ab831 to mx.messaging.messages.IMessage.
    <mx:SWFLoader id="swfLoader"
            loadForCompatibility="true"
            trustContent="false"
            width="100%" height="100%"
            source="ClientGuiApp3-2.swf?fredOn=false"
            complete="swfComplete();"
            creationComplete="initNestedAppProps();"/>
    What I have done to try to fix it.
    trustContent = "False" to put it in its own security domain.
    I thought loadForCompatability good enough to make them use their own class definitions?
    Document I found says RPC special case for multiversion Sandbox or Bootstrap.
    http://help.adobe.com/en_US/Flex/4.0/html/WS2db454920e96a9e51e63e3d11c0bf69084-7f0c.html
    loadForCompatibiity means sandboxing or new security domain for the sibling?
    Thanks in advance,
    Kevin

    1. Remove the WinrmIIS Extension from "Programs and Features"
    2. Reboot the server
    3. Execute the cmd "winrm quickconfig". This adds an exception for the remote management in the Windows firewall.
    4. Install "Winrm IIS extension
    5. Try open Exchange Management Console
    Let me know what happens :)
    Thanks for your guide;
     "WinRM IIS Extension" is not installed.and firewall is off.
    When I open up the Exchange Management Console ,after these message : 
    <Initializing ...
    Setting up Remote Powershell session to: ServerName.MyDomain.net ...>
     I'm seeing these errors:
    <The following error occurred when setting up Remote Powershell session to 'ServerName.MyDomain.net':
    Closing remote server shell instance failed with the following error message : The WinRM client cannot complete the operation within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled. For more information, see the about Remote Troubleshooting Help topic. >
    also When I open up the Exchange Management Shell,After several hours the below message remain:
    <VERBOSE:Connecting to  ServerName.MyDomain.net >

  • Error after changing password in Discoverer Viewer (11.1.1.4)

    I (and all other users) get the below error after changing the password used to login to Discoverer Viewer...
    Weblogic Version 10.3.4
    Discoverer Version 11.1.1.4
    Error
    The application encounters an invalid state. .
    - java.rmi.RemoteException: ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1 ; nested exception is: oracle.discoiv.beans.ConnectionStoreException: ORA-6510: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1
    I have already tried the following oracle note (which did not work): http://docs.oracle.com/cd/E17904_01/doc.1111/e14770/discoverer.htm#BABDJJBE
    "43.1.1 Issues with Metadata Repository and Oracle Database 10g Release 1"
    But we have Oracle Database 11g.
    If anyone has any suggestions please advise. I have had a ticket open with Oracle Support now for a few months and they cannot reproduce.
    Thanks,
    Justin

    We also see this same error when attempting to Create a Connection in Oracle BI Discoverer 11g. I am able to connect to a database but not able to save a connection to said database....
    A connection error.
    - Oracle BI Discoverer Viewer cannot save the connection. Check for other errors.
    - ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1

  • ISE and AD.. Users Cant login with domain credentials after changing password

    Hello guys,
    I have ISE 1.2 running in a live environment. I have a problem that users cant login after password has expired and changed. i have enabled password change under AD settings and have also checked the allow password change in the allowed protocols settings for PEAP with retries set to 3. 
    thanks for any help i can get in resolving this issue.

    You have the option to allow guests to change password in the portal settings?

  • Apple ID still disabled after changed password.

    I've changed my password after I first gotten the apple id disabled messages on my ipad and iphone, but now it is still showing the message saying my Apple ID is disabled.... However, I can still log in with my recently changed password.  What is causing the message reappearing and how can I make it go away?  Help please!!!!
    Thank you

    If you are getting the message on your iPad then try logging out of your account on it by tapping on your id in Settings > Store and then log back in and see if that 'refreshes' the account on it.

  • TS2621 I can access yahoo mail from safari but not from the iphone ipad mail icon after changing password

    I can access yahoo mail from safari but not from the iphone ipad mail app after changing my password

    Go into your settings and remove the account. Add the account again with your new password.
    Best of luck- K.

  • Cannot get mail even after changing password

    I have not been able to get incoming mail on either of my iMacs.   I can send but not recieve.  My iPhone and iPads do get mail but neither iMac.  I have read here to change password.  I did that and it is the same.  This has been going on for 3 days now.

    Replying to myself.  I went onto my iMac and manually enetered the server imap.mail.me.com in the advanced section.  It still shows the p01-imap.mail.me.com but somehow it works now. 

  • Skype still connected after changing password twic...

    My tablet was lost and the thief has continued to use my skype. I have changed password and yet I can still see it online.
    What can I do.

    Hi, Taiwoawonorin, and welcome to the Community,
    The perpetrator will not have access to your account now that you have changed the password.  The status setting is a known glitch in the later versions of the Skype software.  Please see this FAQ article, in particular:
    https://support.skype.com/en/faq/FA10042/what-are-chat-commands-and-roles?
    /remotelogout
    Sign out all other instances except the current one. This will also stop push notifications on all other instances.
    /showplaces
    Lists other instances where this Skype name is currently signed in.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • RMAN Backup job fails after changing sys, system passwords

    Hello Oracle community,
    11.1g
    After we changed the passwords for sys, system and sysman the backup jobs fails. this is my error log:
    Recovery Manager: Release 11.1.0.7.0 - Production on Mo Aug 30 11:16:29 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12532: TNS: Ungültiges Argument
    RMAN>
    Echo einstellen ein
    RMAN> set command id to 'BACKUP_MEGALON.INT_083010111617';
    Befehl wird ausgeführt: SET COMMAND ID
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei set Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' database;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' archivelog all not backed up;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> exit;
    Recovery Manager abgeschlossen.
    Ikrischer

    Hello Tychos,
    I am able to make a sqlplus connection, but your hint send me in the correct direction. I had a special character "@" in the password and I think that was the reason for my problems with RMAN.
    Ikrischer

  • Remote Desktop Crashes When trying to log-in after changing password on the remote computer

    Hi.
    I use cisco VPN to connect to my work computer.
    I can use RDC to connect to any computer on home network without issue. 
    Yesterday I changed to password on my work computer and now every time I try to log from my home computer RDC crashes.
    I've disabled printing/clipboard on local devices and resourses, and I've deleted all the RDC cache files on the computer but I continue to have the same issues. 
    please help
    Faulting application name: mstsc.exe, version: 6.1.7601.18540, time stamp: 0x53c72529
    Faulting module name: ntdll.dll, version: 6.1.7601.18798, time stamp: 0x5507b864
    Exception code: 0xc0000374
    Fault offset: 0x00000000000bf922
    Faulting process id: 0x44c
    Faulting application start time: 0x01d078d866a9ba25
    Faulting application path: C:\Windows\system32\mstsc.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 65a988c9-e4cc-11e4-8a77-f46d04eedf8b
    http://answers.microsoft.com/en-us/windows/forum/windows_7-winapps/remote-desktop-crashes-when-trying-to-log-in-after/cc45b7be-62ee-4f83-b50b-db028ee32a7f

    Hi hg,
    I didn’t found relevant settings in remote desktop connection manager, I checked the “Use multiple monitors when necessary” under tools->options, but seems like it is used for span a full screen over multiple monitors. For now I’d suggest figuring out
    why your remote session keeps crushing.
    I suspect the crash is not related to password changing, similar cases normally occurs after some local device driver, please try to disable the local printer in Remote desktop connection local resources first.
    Regards,
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • StopWeblogic.sh and startWeblogic.sh fail after weblogic password changed

    Hello,
    We had to change the password for the weblogic user and after the change the stop start script are failing. I was reading that if boot.properties file is present, the start/stop scripts do not ask for the weblogic credentials. I could see the boot.properties file under the domain directory but the contents are encrypted. How can we resolve this? Any help is appreciated.
    Regards.

    the simplest solution is
    - either delete the boot.properties; weblogic will ask you the credentials at the next start
    - or edit manually the boot.properties, inserting non-encrypted values; weblogic will encrypt the password at the next start

  • "Login failed" after changing administrative user-password.

    Hello,
    we are administering 20 MacBook Pro (Pupil´s PCs) via Remote Desktop on the 21st MacBook Pro (Teacher´s PC).
    On all pupil´s notebooks there are 2 Accounts: pupil = protected via Apple child-proof-lock and teacher = administrative account with all access rights.
    Now the teacher´s password for all 20 pupil´s notebooks leaked . We have set a new teacher-password on all 20 pupil´s notebook - the pupils account did not get a new password.
    But now we can´t connect form the administrative Remote Desktop Console on the 21st teacher´s notebook to the pupil´s notebook anymore. An error message appears: "The login at PC-Name failed." ... and we can´t find a way to set the new administrative password for the 20 pupil´s notebooks in Remote Desktop Console. When we change the passwords for the administrative teacher-accounts on the 20 pupil´s notebooks back to the old (leaked) one, the remote desktop function is working.
    The next problem is, that we can´t change the main Remote Desktop Password on the teacher´s notebook, because nobody knows theses password. It was saved in the keystore (bunch of keys = "Schlüsselbund" in german!) - so we can login to the console without typing it in. But when we try to change the Remote Desktop password, we have to give the "forgotten" password!
    We are using Remote Desktop V3.5.3 464.3 - unlimited license.
    Every help is very welcome...
    Regards from Germany,
    Goldi2005

    If I understand correctly, the machines have a new password, but ARD has the old one?
    Assuming they are all the same account name and password, you can select all of the machines in the ARD list, do a Get Info (Cmd-I) and, under the Attributes tab, change the password for all 20 machines.

Maybe you are looking for

  • Can't find where to sign in with my Microsoft acco...

    I'm not even sure how well I can explain what is not working because I don't understand.  I have been trying to create a Skype account. I chose to log in with my Microsoft account. Then when it asks me for a user name, it won't let me use my email. H

  • Blank pages in pdf file!?!

    I just created a 100-page book with 567 photos. All looks well in iPhoto, but when I "order" the book and then look at the generated pdf file, the first 74 pages look fine, but pages 75 to 100 are blank! I've repeated this process several times and e

  • Can you plug your macbook pro to your monitor ?

    as topic thanks for answering cheers Ronald

  • How to open files from old claris works with Appleworks 6 in OS X 10

    Hi, I have some claris works files backed up on a zip disk from a G3 with OS 7.X. Now I try to open them on another G3 with Appleworks6 in OS X 10. In Appleworks, I choose "open file" but those files are grey out so I cannot choose them. Is there any

  • New MBP on the way, can I swap in a Macbook 320G drive?

    I've finally made the move to upgrade my old white MB to a MBP (15"). About 4 months ago I upgraded the drive in the MB to a 320G Western Digital. All my software is up to date on that box. Is there any reason I can't swap out the drive in my new MBP