SCCM client is connecting to the wrong SCCM site

We have a domain controller say TEST1, on which we have 4 SCCM servers. The SCCM’s have the following site codes
PR1, PR1, PR3 and PR4
We had a Group Policy for client installation created for site ‘PR1’, under ‘Group Policy Management' console in Active directory. 
On all sites we have enabled ‘Client Push Installation’. All discovered same computers from TEST1 domain controller.
Now from any SCCM (say ‘PR2’) if we try to push client, the SCCM client machine points to the site code ‘PR1’ only.
Now we have removed the Group Policy and ran ‘gpupdate’.
In Active Directory we don’t see the site information of ‘PR1’ any more.
In the ‘PR1’ site we have removed the overlapping boundaries. We still see the problem.
We want to get the clients of PR2 site connect to the same, and install client successfully. Any help on this would be really
helpful.
Below is an extract of ‘LocationServices.log’ of an SCCM client of ‘PR2’ site
LSRefreshSiteCode: Group Policy Updated the assigned site code <PR1>, which is different than the existing assigned site code
<>. Will attempt re-assignment.  LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Won't send client assignment fallback status point message because last assignment message was sent too recently.           
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Processing GroupPolicy site assignment.           
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Assigning to site 'PR1'  
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
LSIsSiteCompatible : Verifying Site Compatibility for <PR1>   
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Attempting to retrieve lookup MP(s) from AD  
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
No lookup MP(s) from AD        
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Attempting to retrieve lookup MP(s) from DNS
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Using default DNS suffix test1.test.com
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Attempting to retrieve default management points from DNS   
LocationServices          
3/12/2014 11:31:12 PM           
3920 (0x0F50)
Failed to retrieve DNS service record using _mssms_mp_pr1._tcp. test1.test.com lookup. DNS returned error 9003           
LocationServices          
3/12/2014 11:31:13 PM           
3920 (0x0F50)
No lookup MP(s) from DNS      
LocationServices          
3/12/2014 11:31:13 PM           
3920 (0x0F50)
Failed to resolve 'SMS_SLP' from WINS           
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
LSGetLookupMP: Failed to resolve lookup MP from WINS with 87D00215. Check if it is published        
LocationServices           
3/12/2014 11:31:17 PM           
3920 (0x0F50)
LSGetSiteVersionFromAD : Failed to retrieve version for the site 'PR1' (0x80004005)   
LocationServices          
3/12/2014 11:31:17 PM     3920 (0x0F50)
Attempting to retrieve lookup MP(s) from AD  
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
No lookup MP(s) from AD        
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
Attempting to retrieve lookup MP(s) from DNS
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
Using default DNS suffix test1.test.com
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
Attempting to retrieve default management points from DNS   
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
Failed to retrieve DNS service record using _mssms_mp_PR1._tcp. test1.test.com lookup. DNS returned error 9003           
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
No lookup MP(s) from DNS      
LocationServices          
3/12/2014 11:31:17 PM           
3920 (0x0F50)
Failed to resolve 'SMS_SLP' from WINS           
LocationServices          
3/12/2014 11:31:22 PM           
3920 (0x0F50)
LSGetLookupMP: Failed to resolve lookup MP from WINS with 87D00215. Check if it is published        
LocationServices           
3/12/2014 11:31:22 PM           
3920 (0x0F50)
LSIsSiteCompatible : Failed to get Site Version from all directories       
LocationServices          
3/12/2014 11:31:22 PM           
3920 (0x0F50)
Won't send a client assignment fallback status point message because the last assignment error matches this one.           
LocationServices          
3/12/2014 11:31:22 PM           
3920 (0x0F50)

Hi,
The GPO writes the value of the site name the client should use and the values are not removed when you remove the GPO, so you need to clear the registry from those keys to be able to assign it PR2.
http://blog.coretech.dk/heh/new-agents-will-not-re-assign-to-configmgr-2012-site/
Regards,
Jörgen
-- My System Center blog ccmexec.com -- Twitter
@ccmexec

Similar Messages

  • SCCM Client Not updated in the Primary site

    HI,
    SSCM client is installed on the target server all the necessary directory are created on the remote system ex:- ccm ,ccmcache, ccmsetup etc. and the Configuration Manager settings is also avalable on the "control panel" of the remote system.
    All the necessary services are checked and found that those are running. Now please let me know what is the possible reason for this subjected issue. 
    Server Details:- System Center 2012 R2 Installed.
    Version 5.0.7958.1000
    For client installation we are using a script :- Ex:- 
    net start "BITS"
    sc config BITS start= auto
    net start "Browser"
    sc config Browser start= auto
    sc config RemoteRegistry start= auto
    net start "RemoteRegistry"
    net start "msiserver"
    sc config msiserver start= auto
    net start "Winmgmt"
    sc config Winmgmt start= auto
    net start "wuauserv"
    sc config wuauserv start= auto
    net start "TrustedInstaller"
    sc config TrustedInstaller start= demand
    net stop "MpsSvc"
    sc config MpsSvc start= disabled
    ccmsetup.exe MP=ASMSPL-SCCM.teatlab.com SMSSLP=ASMSPL-SCCM.testlab.com SMSMP=ASMSPL-SCCM.testlab.com SMSSITECODE=KOL FSP=ASMSPL-SCCM.testlab.com
    Regards, Koustov Choudhury

    HI Torsten,
    I found the following.
    ClientLocation.log:
    nt point [1] is: ASMSPL-SCCM.domain.com (7958) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="00:08:27.449-330" date="09-25-2014"
    component="ClientLocation" context="" type="1" thread="25844" file="lsad.cpp:6311">
    <![LOG[Assigned MP changed from <ASMSPL-SCCM.domain.com> to <ASMSPL-SCCM.domain.com>.]LOG]!><time="00:08:27.449-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="25844"
    file="lsad.cpp:1532">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="00:08:48.635-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="14444"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="00:10:34.005-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="14444"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="00:38:04.014-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="21228"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="01:03:09.342-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="23356"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="01:16:54.495-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="18332"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="01:40:02.795-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="12368"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="02:03:36.036-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="11824"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="02:31:55.855-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="3528"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="03:16:47.816-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="19948"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="03:29:56.074-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="6672"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="04:33:37.637-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="27876"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="05:08:53.069-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="17244"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="05:42:35.469-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="21668"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="06:12:14.770-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="16000"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="06:33:30.084-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="18768"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="07:10:19.124-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="3748"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="07:41:20.300-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="26420"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="08:12:21.462-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="3560"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="08:40:50.918-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="1016"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="09:31:41.015-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="11716"
    file="lsad.cpp:6317">
    <![LOG[Current assigned management point is the only assigned management point.]LOG]!><time="09:57:14.252-330" date="09-25-2014" component="ClientLocation" context="" type="1" thread="19812"
    file="lsad.cpp:6317">
    LocationServices.log
    <![LOG[1 assigned MP errors in the last 10 minutes, threshold is 5.]LOG]!><time="10:20:50.447-330" date="09-25-2014" component="LocationServices" context="" type="2" thread="28512" file="lsutils.cpp:3211">
    <![LOG[Executing Task LSSiteRoleCycleTask]LOG]!><time="10:23:22.139-330" date="09-25-2014" component="LocationServices" context="" type="1" thread="28512" file="scheduledcleanupendpoint.cpp:116">
    <![LOG[2 assigned MP errors in the last 10 minutes, threshold is 5.]LOG]!><time="10:23:22.139-330" date="09-25-2014" component="LocationServices" context="" type="2" thread="28512" file="lsutils.cpp:3211">
    <![LOG[Executing Task LSSiteRoleCycleTask]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="LocationServices" context="" type="1" thread="9372" file="scheduledcleanupendpoint.cpp:116">
    <![LOG[3 assigned MP errors in the last 10 minutes, threshold is 5.]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="LocationServices" context="" type="2" thread="9372" file="lsutils.cpp:3211">
    <![LOG[Executing Task LSSiteRoleCycleTask]LOG]!><time="10:29:58.570-330" date="09-25-2014" component="LocationServices" context="" type="1" thread="19848" file="scheduledcleanupendpoint.cpp:116">
    <![LOG[4 assigned MP errors in the last 10 minutes, threshold is 5.]LOG]!><time="10:29:58.570-330" date="09-25-2014" component="LocationServices" context="" type="2" thread="19848" file="lsutils.cpp:3211">
    ccmmessaging.log
    <![LOG[Successfully sent location services HTTP failure message.]LOG]!><time="10:23:22.139-330" date="09-25-2014" component="CcmMessaging" context="" type="1" thread="28512" file="ccmhttperror.cpp:396">
    <![LOG[Post to http://ASMSPL-SCCM.domain.com/ccm_system/request failed with 0x87d00231.]LOG]!><time="10:23:22.139-330" date="09-25-2014" component="CcmMessaging"
    context="" type="2" thread="28512" file="messagequeueproc_outgoing.cpp:442">
    <![LOG[OutgoingMessage(Queue='mp_[http]mp_policymanager', ID={0598A0A2-EC0A-4F6E-BF28-4EB561381225}): Will be discarded (expired).]LOG]!><time="10:27:54.383-330" date="09-25-2014" component="CcmMessaging" context=""
    type="3" thread="9372" file="messagequeueproc_outgoing.cpp:1647">
    <![LOG[OutgoingMessage(Queue='mp_[http]mp_policymanager', ID={14703834-C7DC-4907-9D2D-70E3D915CC79}): Will be discarded (expired).]LOG]!><time="10:27:54.383-330" date="09-25-2014" component="CcmMessaging" context=""
    type="3" thread="28512" file="messagequeueproc_outgoing.cpp:1647">
    <![LOG[OutgoingMessage(Queue='mp_[http]mp_policymanager', ID={BCB0047C-2960-4C2E-9522-F4BF60713D9C}): Will be discarded (expired).]LOG]!><time="10:27:54.383-330" date="09-25-2014" component="CcmMessaging" context=""
    type="3" thread="3504" file="messagequeueproc_outgoing.cpp:1647">
    <![LOG[OutgoingMessage(Queue='mp_[http]mp_policymanager', ID={0560B102-1417-4C1A-AC3F-B9FAD2097A56}): Will be discarded (expired).]LOG]!><time="10:27:54.383-330" date="09-25-2014" component="CcmMessaging" context=""
    type="3" thread="17856" file="messagequeueproc_outgoing.cpp:1647">
    <![LOG[Failed in WinHttpSendRequest API, ErrorCode = 0x2ee2]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="CcmMessaging" context="" type="2" thread="28512" file="ccmhttppost.cpp:855">
    <![LOG[[CCMHTTP] ERROR: URL=http://ASMSPL-SCCM.domain.com/ccm_system/request, Port=80, Options=448, Code=12002, Text=ERROR_WINHTTP_TIMEOUT]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="CcmMessaging" context=""
    type="1" thread="28512" file="ccmhttperror.cpp:297">
    <![LOG[Raising event:
    instance of CCM_CcmHttp_Status
     ClientID = "GUID:392054FE-4ED1-44AD-ABED-E467C4D1B404";
     DateTime = "20140925045815.554000+000";
     HostName = "ASMSPL-SCCM.domain.com";
     HRESULT = "0x80072ee2";
     ProcessID = 22376;
     StatusCode = 600;
     ThreadID = 28512;
    ]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="CcmMessaging" context="" type="1" thread="28512" file="event.cpp:715">
    <![LOG[Successfully sent location services HTTP failure message.]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="CcmMessaging" context="" type="1" thread="28512" file="ccmhttperror.cpp:396">
    <![LOG[Post to http://ASMSPL-SCCM.domain.com/ccm_system/request failed with 0x87d00231.]LOG]!><time="10:28:15.554-330" date="09-25-2014" component="CcmMessaging"
    context="" type="2" thread="28512" file="messagequeueproc_outgoing.cpp:442">
    mpcontrol.log (On the site Server )
    Successfully performed Management Point availability check against local computer. SMS_MP_CONTROL_MANAGER 9/25/2014 10:32:00 AM 5400 (0x1518)
    SSL is not enabled. SMS_MP_CONTROL_MANAGER 9/25/2014 10:37:00 AM 5400 (0x1518)
    Call to HttpSendRequestSync succeeded for port 80 with status code 200, text: OK SMS_MP_CONTROL_MANAGER 9/25/2014 10:37:00 AM 5400 (0x1518)
    Sent summary record of SMS Management Point on ["Display=\\ASMSPL-SCCM.domain.com\"]MSWNET:["SMS_SITE=KOL"]\\ASMSPL-SCCM.apjgrp.com\ to
    \\ASMSPL-SCCM.domain.com\SMS_KOL\inboxes\sitestat.box\rpjb28gy.SUM, Availability 0, 104908796 KB total disk space , 78725832 KB free disk space, installation state 0. SMS_MP_CONTROL_MANAGER 9/25/2014 10:37:00 AM 5400 (0x1518)
    Http test request succeeded. SMS_MP_CONTROL_MANAGER 9/25/2014 10:37:00 AM 5400 (0x1518)
    STATMSG: ID=5460 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_MP_CONTROL_MANAGER" SYS=ASMSPL-SCCM.domain.com SITE=KOL PID=1156 TID=5400 GMTDATE=Thu Sep 25 05:07:00.132 2014 ISTR0="" ISTR1="" ISTR2="" ISTR3=""
    ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_MP_CONTROL_MANAGER 9/25/2014 10:37:00 AM 5400 (0x1518)
    Successfully performed Management Point availability check against local computer. SMS_MP_CONTROL_MANAGER 9/25/2014 10:37:00 AM 5400 (0x1518)
    All the services are working fine on the site server. Rest of the clients are connected with the site. Please suggest.
    Regards, Koustov Choudhury

  • New-Pssession client cannot connect to the destination specified

    I've used the following cmdlets to connect powershell to our tenant for months and now I cannot open a possession with the same commands.
    I've searched on some of the error text show below without any great progress. We have a pair of Hybrid servers and we get the same result on either.
    Any suggestions are appreciated.
    Bruce
    Import-module msonline
    $O365Cred = Get-Credential
    $O365Session = New-PSSession –ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection
    Import-PSSession $O365Session
    Connect-MsolService –Credential $O365Cred
    [email protected]
    working password at the MicrosoftOnline Portal
    $O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic –AllowRedirection
    WARNING: Your connection has been redirected to the following URI:
    https://pod51038psh.outlook.com/powershell-liveid?PSVersion=4.0
    New-PSSession : [pod51038psh.outlook.com] Connecting to remote server pod51038psh.outlook.com failed with the following error message : The client cannot connect to the destination specified
    in the request. Verify that the service on the destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service,
    run the following command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see the about_Remote_Troubleshooting Help topic.
    + $O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUr ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException + FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
    Import-PSSession $O365Session
    Import-PSSession : Cannot validate argument on parameter 'Session'. The argument is null. Provide a valid value for the argument, and then try running the command again.
    At line:1 char:18
    + Import-PSSession $O365Session
    +                 
    ~~~~~~~~~~~~
    + CategoryInfo         
    : InvalidData: (:) [Import-PSSession], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Commands.ImportPSSessionCommand
    Connect-MsolService -Credential $O365Cred

    You are using the outdated URI string, which is known to cause problems. Should be: https://outlook.office365.com/powershell-liveid/
    Just follow the instructions in the TechNet article:
    https://technet.microsoft.com/en-us/library/jj984289(v=exchg.150).aspx

  • My Macbook Pro keeps connecting to the wrong wifi.  How do I stop it from doing this?

    My Macbook Pro keeps connecting to the wrong wifi.  How do I stop it from doing this?

    Select the wi-fi tab in the menu bar then select "Open Network Preferences..." Select the "Advanced" button, then select the network that it is interfering with your MBP, then hit the - button and it will "forget" that network. Hope that fixes your problem, good luck.

  • The client cannot connect to the server

    we just installed the boe but found that the client cannot connect to the server.
    server: windows server 2008
                 boe xi3
    client:    window xp sp3
    the server and client are in same dns
    all components are work in server but client.
    any idea on this?
    ps: i can ping the server name successful.
    thanks
    ada
    Edited by: Ada_Wei on Oct 29, 2010 10:12 AM

    Can you please try to stop and disable the Windows firewall service on your client machine?
    WHich client do you use and which error message do you get exactly?
    Regards,
    Stratos

  • OneDrive for Business (on Premise) "we can't connect to the specified sharepoint site..."

    Hello
    We have SharePoint 2013 SP1 and CU Sept. 2014.
    Problem:
    When a User tries to sync with a sharepoint subsite, he gets the message above in the title until we give him at the minimum "read" permissions on the top level site collection.
    https://sitecollection/subsite <-- sync not working until read on sitecollection
    The subsite has its own permissions, it doesnt inherit anything.
    I tried to recreate this issue in our lab. What i got was this:
    http://sitecollection/subsite <-- sync doesnt work without read permission on sitecollection
    http://sitecollection/sitecollection/subsite <-- sync
    works fine even without read permission on any sitecollection (just edit on subsite)
    The question is:
    Why does it behave like this?
    I dont want to give everyone "read" permission on the root site collection. It must be an other way to sync on subsites!
    Thanks for any response! Any help appreciated!
    Regards
    SharePoint_Dude

    Hi,
    I tested the same scenario per your post in my environment, however the libraries in subsites can be synced with OneDrive for Business.
    I recommend to check the permission of the user in the subsite to see if the user has
    Use Remote Interfaces permission.
    If not, please select this and then check the results.
    More reference:
    https://nheylen.wordpress.com/2014/05/15/sync-error-we-cant-connect-to-the-specified-sharepoint-site/
    Best regards,
    Victoria Xia
    TechNet Community Support
    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]

  • Unable to use the OCWST or Web Client to connect to the calendar Server

    While trying to log into the calendar using the web client i am getting the error :
    An error occurred during processinig
    Information: Cannot retrieve node information
    While connecting using the OCWST i am getting the error; I am using WSAD to do the coding. and i have coppied the soap.jar given by apache.
    at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:208)
         at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:144)
         at oracle.calendar.soap.client.Calendarlet._$4978(Calendarlet.java:277)
         at oracle.calendar.soap.client.Calendarlet.Search(Calendarlet.java:149)
         at com.altexia.ocal.test.OCalPimTest.main(OCalPimTest.java:76)
    Please help!!!!!!!
    Joyce

    The full error message while calling
    CalendaringResponse response = cws.Search(search.getElement());
    is>>>>>>>>>>
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html; charset=iso-8859-1&quot;, must be: &quot;text/xml&quot;. Response was:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML 2.0//EN&quot;&gt;
    &lt;HTML&gt;&lt;HEAD&gt;
    &lt;TITLE&gt;500 Internal Server Error&lt;/TITLE&gt;
    &lt;/HEAD&gt;&lt;BODY&gt;
    &lt;H1&gt;Internal Server Error&lt;/H1&gt;
    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.&lt;P&gt;
    Please contact the server administrator,
    [email protected] and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.&lt;P&gt;
    More information about this error may be available
    in the server error log.&lt;P&gt;
    &lt;HR&gt;
    &lt;ADDRESS&gt;Oracle HTTP Server/1.3.22 Server at 192.168.10.128 Port 7777&lt;/ADDRESS&gt;
    &lt;/BODY&gt;&lt;/HTML&gt;
         at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:208)
         at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:144)
         at oracle.calendar.soap.client.Calendarlet._$4978(Calendarlet.java:277)
         at oracle.calendar.soap.client.Calendarlet.Search(Calendarlet.java:149)
         at com.altexia.ocal.test.OCalPimTest.main(OCalPimTest.java:76)

  • Can not ping, samba or else to the client which connected to the same WRVS4400N router

    I buy a WRVS4400N router. Setup to surf internet successfully.
    But each client can't ping, samba, file sharing to each connect to WRVS4400N.
    In the router admin page. We can see each client connect to the router.
    I have one SSID only. And setup the
    Wireless Isolation (between SSID w/o VLAN)
    and
    Wireless Isolation (within SSID)
    both to disable.
    And have reboot it several times.

    Please post the output of:
    lspci -knn|grep -iA2 net
    How are you attempting to search & connect to your router?
    Please post the exact commands used and the exact terminal output resulting from these commands.

  • No updates unless clients are connected to the Internet.

    I'm fairly new to this, so please forgive me if my terminology is off.  I've just come into a new organization and don't really know much about how everything is laid out yet (first week here).  The other IT guys throughout the organization have
    been attempting to set up WSUS at three separate locations. Their first plan was to set up a central WSUS at a single location and have the updates be pushed out over the VPN. This did not work for them, so they decided to set up a WSUS server at each location.
    To make a long story short, one location is working without issues, but at another location's workstations are not updating via WSUS unless they are connected to the Internet. Has anyone else experienced this issue? 

    WSUS can be implemented a number of ways. One of the methods, is to use WSUS only for the approvals but update files are downloaded from microsoftupdate.com.
    Your scenario sounds a little like that.
    you should check the windowsupdate.log of a few client machines, which should reveal a lot about what's happening.
    You should also check the configuration on each of the WSUS servers, to determine the upstream/downstream/autonomous/replica status of each WSUS, and, each will have a configuration setting for "where to store update files" (store updates locally).
    http://technet.microsoft.com/en-us/library/dd939859(v=ws.10).aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • My iMac often wants to connect to the wrong network

    I live in a retirement community that has wi-fi.   Their system doesn't allow devices to see each other, so I paid for regular cable Internet access and plugged in my wireless router.    It's in the room with my wife's iPad and allows us to connect with our wireless printer as well as each other.
    The trouble is, a couple of times per week I discover my iMac trying to connect to the other Wi-Fi (there's a logon screen to connect).   I have my own network at the top of my Preferred networks.    My wife's Mac doesn't seem to have this problem, it stays with the wireless router network.

    Did you click OK after making sure your network is at the top of the list?
    Open System Preferences > Network > Advanced > Wi-fi and drag your Wi-Fi network name to the top of the Preferred Networks list then click OK.

  • Front row connects to the wrong itune store

    when connecting to itunes through front row it connects to the wronng store and not the uk store .any idea,s

    Delete your Front Row preferences. You can find the file in this path:
    <Macintosh HD>/Users/<YouUsersShortName>/Library/Preferences/com.apple.frontrow.plist
    Just drag the .plist file to the Trash, log out and log back in. (You might want to log out, log in drag the file to the Trash, log out and log back in just to make absolutely certain the Front Row process is not currently running in the background when you delete the file.) The iTunes store you've selected is almost the only thing saved in that file.
    -Doug

  • Not able to connect to the Oracle FTP Site.

    I am unable to connect to the oracle ftp server.
    ftp://oracle-ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/d2kwutil/
    I need to download the latest version of d2kwutil for forms 4.5.
    The one with the WIN_API_SESSION call. I got a version for forms 6.0 but I need one for
    forms 4.5 with d2kwut32.dll. Please let me know how to download this.
    Any help is highly appreciated.
    Thanks, Prabhu.

    As you said I renamed d2kwut60.dll to d2kwut32.dll and I tried deporting the Forms ver 6 D2KWUTIL.PLL to Forms 4.5 D2KWUTIL.PLL .. but unfortunately it didn't work out. All I wanted was the WIN_API_SESSION for timeout on FORMS application (if kept idle) .. but it turned out I need to modify WIN_API and other functions to accomdate this new function .. and also I think since PL/SQL version is of lower version in 4.5 .. I am having compilation problems also.
    Since I am unable to connect to the FTP site I would really appreciate if you have a version of D2KWUTIL.PLL for FORMS 4.5 with WIN_API_SESSION calls, which you could forward it to EMAIL ID : [email protected]
    Thanks again for trying to help. Appreciate a lot.
    Thanks, Prabhu.

  • Able to connect to the mypassport web site, but the screen with the License Agreement does not come

    My PC runs under Windows 8.1Under the WiFi mode, the Mypassport wireless disk is identified and is connected, with no limitation. As expected.When I follow the procedure as mentionned in the User Manual, I have to use my browser (firefox in this case) and I type the adress : http://my passport.I enter the WD website, but instead having a window with the License Agreement to accept, I find a regular web page with the various WD external disks: http://support.wdc.com/product/download.asp?level1=2&lang=fr.I tried the other option suggested in the manual with the proposed IP adress, and I find a WD page with a user manual.Conclusion : I can use the disk using the USB cable, but the disk does not work under the WIFI mode.What should I do to connect to the right page?Thanks for the answer. 

    Good information. I don't believe that an internet connection is required when you first set up the MPW, so let's get that done. An internet connection is only required to do firmware updates and connect to Cloud services. You should update the firmware after you have the MPW connected properly and working. I don't think there is a Windows Phone version of the WD My Cloud App. You could use the browser on the phone to access the MPW Dashboard. But there may be issues with that so let's keep it simple. Follow these instructions like a recipe, but keep in mind what it says in the manual. You will need both these instructions and those in the manual. 1. Disconnect the USB cable from the 4G hotspot.2. Turn off the 4G hotspot. Power it down to make sure its network isn't available.3. Make sure your PC is turned on, and the Wi-Fi is on, looking for a network.4. Turn on the MPW and make sure the Wi-Fi LED lights up.5. Press the WPS (Wi-Fi) button on the MPW until the Wi-Fi LED flashes.6. Your PC should see the MPW network. Connect to that network.7. Turn on the 4G hotspot. Wait for it to start up fully. Do not connect your PC to the 4G hotspot at this time. Wait until the instructions say to connect to the 4G hotspot.8. Use a browser to go to the address http://mypassport (unless you have already changed that name when you set the MPW wireless password. If so use that name, or the IP address; http://192.168.60.1 ) This should open the MPW Dashboard for you. Depending on how much of the setup has actually been completed, you may be asked to set up a wireless password at this stage. If so, the MPW will force your PC to disconnect, and you will need to connect again. If you have already set a wireless password, you should be ready to complete the setup and connect the MPW to the 4G hotspot. The manual will have more information about this step, but you should be able to follow the instructions on screen.9. On the Wi-Fi tab in the Dashboard, you should see a graphic with your PC on the left, the My Passport Wireless in the middle, and a Wi-Fi selection list on the right. Select your 4G hotspot to connect to, enter the 4G hotspot security information (password), and the MPW will connect to the 4G hotspot Wi-Fi network. From now on the MPW will remember the 4G hotspot Wi-Fi network and connect to it when it is available.10. Your PC will now have internet access through the MPW, then through the 4G hotspot, to the internet. This will work fine, but it will be a bit slower than what you are used to, so now . . . 11. Close the browser with the Dashboard displayed.12. Disconnect your PC's Wi-Fi from the MPW network and connect your PC again to the 4G hotspot Wi-Fi network. Do not use the USB connection at this time. Use the Wi-Fi connection from the PC to the 4G hotspot.13. Open a browser window again and connect to the MPW Dashboard using http://mypassport  This may be a be a bit slow to respond, as it requires network discovery on your PC to do its thing. The IP address  http://192.168.60.1 will not work now as it only works when you directly connect to the MPW, rather than via a router, or 4G hotspot in this case. If you know how to look up the IP address that the 4G hotspot gave the MPW on its network, you could use that address, which should connect faster. But http://mypassport, or http://<YourNameForTheMPW> if you changed the name should work.14. If the Dashboard worked in the above step, you can finish any setup changes you may want to do, but you are all good to go. The MPW should appear in the "Network" section of Windows Explorer, and you should be able to copy files on and off the MPW, play music, videos, etc. that you have on the MPW. 15. Once you are happy that the MPW is working properly, change to using the USB connection from your PC to the 4G hotspot, if you want to, and check that everything still works properly. It should, as long as your 4G hotspot puts the USB and Wi-Fi connections on the same network, and acts as a router between all connections. Easy really, wasn't it?

  • I am unable to connect to the Apple ID site

    Hi, I'm trying accomplish a quite simple task, change my password, but I am unable to reach the Apple ID site. I understand that there isn't much that any of you all can do about this, I just wanted to let Apple know about this issue and that process led me here.
    Thanks,
    Matthew M.
    P.S.,
    I have no idea as to where I need to post this issue, iTunes was the closes thing that I could find.

    These are user-to-user forums. There aren't any problems currently listed on their status page (though that doesn't necessarily mean that there aren't any)  : https://www.apple.com/support/systemstatus/
    Have you tried a clearing your browser's cache/history, closing/re-opening the browser, and/or tried a different browser ? You can also change your account's password by logging into the account via the Store > View Account menu option on a computer's iTunes, and  by tapping on the id and logging into it in Settings > iTunes & App Store on an iOS device

  • SCCM 2012 SP1 Console automatically connecting to the wrong site

    I have 2 different sites here at work. A production site and a test site. I am trying to install the console on my desktop and connect to my production site.
    When I run the console with my "regular" account (we have seperate accounts for admin/privilaged functions) it attempts to connect to my prod site, which would be fine, but that account doesn't have rights to that site.
    When I right click and run the console with 'Run as a different user..." the console attempts to connect to my test site, which fails because that site is running SCCM 2012 R2, but I don't want to connect to that site anyways.
    The dumb thing is that when I click the 'Connect to site...' button in the console and put in the FQDN of my prod site, nothing happens, and the SmsAdminUI.log doesn't even log a connection attempt.
    Where is the console getting the connection to my test site? Where is that cached? How can I get rid of that and connect to my prod site using a "Runas"?

    HKEY_CURRENT_USER\Software\Microsoft\ConfigMgr10\AdminUI\MRU (so you have to modify HKCU of the user)
    Torsten Meringer | http://www.mssccmfaq.de

Maybe you are looking for

  • Hi people new kid on the block. just imported to iphoto and made a slide show, but photo's in wrong order, how do I move  them about? cheers

    Hi every one question please? Just imported photo's to my mac iphoto, great, but made up aslide show viewd by dates but photo's all over te place out of sinc, how can I move them about  in order please ?. New kid on the block.

  • Error message when deleting Business transaction: Activity in CRM

    Hi All, I am trying to delete a couple of Activities from CRM (Production system) and encounter two error message: "Enter a Business Partner" and "Administration header not found." I have tried three ways to delete/archive the activity numbers in the

  • Problem in Importing to MDS schema

    Hello, I am creating a pre process event handler in OIM 11gR2,in which there is one step "*importing custom event into MDS schema*" to do that: 1)go to OIM_HOME/server/bin and edit the weblogic.props file as follows: wls_servername=oim_server1 applic

  • WDA application problem

    Hi, i hav created a WDA Application and configured in portal. from outside i can able to acces portal, but the iview which is WDA application is not working from outside. do we need SAP GUI to access WDA Application through portal? Can some one put s

  • Permissions Question

    Hello, I am consistently getting this return on my permissions: Started verify/repair permissions on disk disk0s2 Macintizzle HD Permissions differ on "private/var/log/secure.log", should be -rw------- , they are -rw-r----- Group differs on "private/