ICE - client unable to get "From My Computer" option

My client when going to "Edit Image" in the ICE, does not get the "From My Computer" option that would allow him to upload a new image. Would you have any idea what might be preventing this option from being available for them, only "From Site" shows up. When I try, it comes up for me. Thank you. Wojtek

You like need to set the permission in the user role you set up for that user in the admin.

Similar Messages

  • Unable to print from my computer

    Just bought a new HP officejet 6700 all in one printer on 1/12/14.  Installed it with no problems. For first two days was working great- able to print from my iMac computer (OS 10.7.5)  wirelessly as well as remotely from iPhone without difficulty.  After two days suddenly no longer able to print documents from my computer.  Still able to print remotely from other devices. I did all the suggested fixes in the HP website and still not working.  Please help me out.  Thanks.

    Have you already tried to reboot your (Wifi) router?
    Please consider the environment before printing.

  • OIF: How can I create the SP metadata if unable to get from SP

    Hi,
    I have OIF working as IDP and there is one SP but for that unable to get metadata.
    Is it possible just for testing purpose to create one sample SP metadata using the details of SP which is not having its own metadata.
    I want to do this because I am not having SP metadata but have to test SSO federation with required SP.
    Can I modify any sample SP metadata to create one for required SP?
    Does OIF allow to modify metadata and import it into IDP as per required SP which is not having its own metadata generated?
    If yes, What all tags are required and if any optional tag in metadata which i can remove to make simplest SP metadata?
    Thanks
    SS

    Yes, you can create hand-crafted metadata for SP if the SP does not provide metadata on its own. You can copy-paste one existing metadata and edit it to reflect what all services the SP provides. For example, whether it generates signed assertons? what all profiles it supports and the mechanisms (post/artifact) and the endpoints. etc.
    What all tags to include or not include depends on the SP.
    OIF at the idp side would gladly import that. no issues.
    Hope this helps.

  • Why did the Apple TV update remove "home movies" from the computer option in Apple tv?

    AApple TV auto updated.  22 sept 2014.  Most of the movies I have on my iMac were under itunes as "home movies".  The Apple TV update removed the ability to see home movies in the "computer" option in Apple tv.   I can see them on my iMac, but no longer have access thru my Apple tv.  I can still see the few that are physically in "movies" in iTunes, but the Apple TV will now only show them.  Thanks

    Hello bernsteinr,
    It sounds like an issue with Home Sharing. Check out the article below for more information on getting Home Sharing working again so you can see all the movies that you have on your iMac show up on your Apple TV.
    Troubleshooting Home Sharing
    http://support.apple.com/kb/ts2972
    Regards,
    -Norm G. 

  • Client unable to get the javax.activation.DataHandler object from Server

    Hi All,
    I am trying to download the file from the server to the client using Javax.Activation.Data Handler object with IBM web services. But server always returning the Data Handler object is null. I am wondering why it is behaving like this.
    My requirement is add the file to the Data Handler object from the server and read the same from the client. But I am always getting Data Handler object is  null at the client place.
    Please see the client side code and server side code below.
    Server side Code:
    This is the simple web service method, its creating the Data Handler object and adding it to the Hash Map and returning the Hash Map object to the client.
    public Hashtable download()
              DataHandler dh = null;
              HashMap hashMap =new HashMap();
              try{
                   //Sample test files contains data
                   String downLoadFName="C:/ADP/downLoadData.txt";
                   //Creating the DataHandler Object with sample file
                   dh      =      new DataHandler(new FileDataSource(new File(downLoadFName)));
                   //Keeping the DataHandler object in the HashMap.
                   hashMap.put("DATAHANDLER",dh);
                   //keeping the sample test message object in the HashMap
                   hashMap.put("TEST","Keeping the DataHandler and test messages in the hashTable");                         
              }catch(Exception e){
                   logger.error("Error :while sending the data:"+e.getMessage(), e);
              //retrun the HashMap object to the client.
              return hashMap;
    Client Side Code:
    This is the simple client code, and connecting to the server and invoking the web service method
    //This is the client code,Just invoking the webservice method from the Webspehre server.
    public class WebserviceClient {
         static DocumentTransfer controller     =     null;
         public static void main(String args[]){     
                DocumentTransferService service          =     null;
              try{
                   //Creating the service Object
                   service               =     new DocumentTransferServiceLocator();
                   //Getting the Server connection
                    controller          =      (DocumentTransfer)service.getDocumentTransfer(new java.net.URL("http://localhost:9081/eNetsRuntimeEngine/services/DocumentTransfer"));
                    //Calling the download method from the server and it returns HashMap object.
                   HashMap hashMap     = controller.download();
                   //Getting the DataHandler Object from the HashMap
                    DataHandler dh=(DataHandler)hashMap.get("DATAHANDLER");
                   System.out.println("DATAHANDLER: :"+dh);
                   //Getting the String object from the HashMap.
                   String message=(String)hashMap.get("TEST");
                   System.out.println(": :"+message);
               }catch(Exception e){
                    System.out.println("Exception :Not able to get the file :"+e.getMessage());
    Could you please give me some inputs on this?
    Thanks in advance,
    Sreeni.

    Hi Stif,
    Thanks for your response.I did debug from server side,it has printing content of Data Handler properly.
    Also i have debug request and response messages using TCP/IP monitor(RAD environment has this feature).The response from the server is going proplery.
    But the client side Data Handler is coming null.
    Any advice or solution would be greatly appreciated.
    Thanks,
    Sreeni.

  • CLIENT UNABLE TO UPDATE from WSUS SERVER

    Dear all
    we have a WSUS server installed on windows server 2012, the clients is no longer able to download updates, getting error WindowsUpdate_80072EE2" "WindowsUpdate_dt000"
    here is the client log file
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: Send failed with hr = 80072ee2.
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)>
    Bypass List used : <(null)> Auth Schemes used : <>
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://rwf-1:8530/selfupdate/wuident.cab>.
    error 0x80072ee2
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed.
    error 0x80072ee2
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2014-02-17 18:20:13:358 1024 f98 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-02-17 18:20:13:363 1024 f98 Misc Microsoft signed: Yes
    2014-02-17 18:20:13:365 1024 f98 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-02-17 18:20:13:371 1024 f98 Misc Microsoft signed: Yes
    2014-02-17 18:20:13:379 1024 f98 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-02-17 18:20:13:385 1024 f98 Misc Microsoft signed: Yes
    2014-02-17 18:20:13:400 1024 f98 Setup Determining whether a new setup handler needs to be downloaded
    2014-02-17 18:20:13:400 1024 f98 Setup SelfUpdate handler is not found.  It will be downloaded
    2014-02-17 18:20:13:400 1024 f98 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.256"
    2014-02-17 18:20:13:403 1024 f98 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.256"
    is already installed.
    2014-02-17 18:20:13:403 1024 f98 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    2014-02-17 18:20:13:414 1024 f98 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    is already installed.
    2014-02-17 18:20:13:414 1024 f98 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    2014-02-17 18:20:13:432 1024 f98 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    is already installed.
    2014-02-17 18:20:13:432 1024 f98 Setup SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-02-17 18:20:13:723 1024 f98 PT +++++++++++  PT: Synchronizing
    server updates  +++++++++++
    2014-02-17 18:20:13:723 1024 f98 PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL
    = http://rwf-1:8530/ClientWebService/client.asmx
    2014-02-17 18:20:13:858 1024 f98 PT WARNING: Cached cookie has expired or new PID is available
    2014-02-17 18:20:13:858 1024 f98 PT Initializing simple targeting cookie, clientId = 5c40eee5-ae54-4cbd-8758-a694a59ade20,
    target group = ROLMAN, DNS name = it.rolmanworld.com
    2014-02-17 18:20:13:858 1024 f98 PT  Server URL = http://rwf-1:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-02-17 18:21:14:006 1024 f98 Misc WARNING: Send failed with hr = 80072ee2.
    2014-02-17 18:21:14:006 1024 f98 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)>
    Bypass List used : <(null)> Auth Schemes used : <>
    2014-02-17 18:21:14:006 1024 f98 PT  + Last proxy send request failed with hr = 0x80072EE2, HTTP status
    code = 0
    2014-02-17 18:21:14:006 1024 f98 PT  + Caller provided credentials = No
    2014-02-17 18:21:14:006 1024 f98 PT  + Impersonate flags = 0
    2014-02-17 18:21:14:006 1024 f98 PT  + Possible authorization schemes used = 
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: GetCookie failure, error = 0x80072EE2, soap client error = 5, soap
    error code = 0, HTTP status code = 200
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: PTError: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: GetCookie_WithRecovery failed : 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: RefreshCookie failed: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: RefreshPTState failed: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: Sync of Updates: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: SyncServerUpdatesInternal failed: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 Agent  * WARNING: Failed to synchronize, error = 0x80072EE2
    2014-02-17 18:21:14:009 1024 f98 Agent  * WARNING: Exit code = 0x80072EE2
    2014-02-17 18:21:14:009 1024 f98 Agent *********
    2014-02-17 18:21:14:009 1024 f98 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-02-17 18:21:14:009 1024 f98 Agent *************
    2014-02-17 18:21:14:009 1024 f98 Agent WARNING: WU client failed Searching for update with error 0x80072ee2
    2014-02-17 18:21:14:024 1024 d9c AU >>##  RESUMED  ## AU: Search for updates [CallId = {B6B4993C-E64D-41EE-BB3B-4C0259522B34}]
    2014-02-17 18:21:14:024 1024 d9c AU  # WARNING: Search callback failed, result = 0x80072EE2
    2014-02-17 18:21:14:024 1024 d9c AU  # WARNING: Failed to find updates with error code 80072EE2
    2014-02-17 18:21:14:024 1024 d9c AU #########
    2014-02-17 18:21:14:024 1024 d9c AU ##  END  ##  AU: Search for updates [CallId = {B6B4993C-E64D-41EE-BB3B-4C0259522B34}]
    2014-02-17 18:21:14:024 1024 d9c AU #############
    2014-02-17 18:21:14:024 1024 d9c AU Successfully wrote event for AU health state:0
    2014-02-17 18:21:14:024 1024 d9c AU AU setting next detection timeout to 2014-02-17 19:21:14
    2014-02-17 18:21:14:024 1024 d9c AU Successfully wrote event for AU health state:0
    2014-02-17 18:21:14:025 1024 d9c AU Successfully wrote event for AU health state:0
    2014-02-17 18:21:19:010 1024 f98 Report REPORT EVENT: {37C49AAA-0782-441A-85BD-BC86F384B332}2014-02-17 18:21:14:009+0400 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2AutomaticUpdates Failure Software
    Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2014-02-17 18:21:19:060 1024 f98 Report CWERReporter::HandleEvents - WER report upload completed with status
    0x8
    2014-02-17 18:21:19:060 1024 f98 Report WER Report sent: 7.6.7600.256 0x80072ee2 00000000-0000-0000-0000-000000000000
    Scan 101 Managed
    2014-02-17 18:21:19:060 1024 f98 Report CWERReporter finishing event handling. (00000000)
    I've tried all the ways, restarting the services, file permissions, and many other
    PLEASE HELP
    thank you

    thank you for your reply, 
    I tried so many ways but couldn't solve it, then I removed the WSUS rule, and re-install it
    then after installing the rule i'm getting error when configuring the WSUS  ERROR : http://i.imgur.com/eqm9ViT.png
    Post install is starting
    Fatal Error: Failed to start and configure the WSUS service
    and here is the log file
    2014-02-20 08:37:47  Postinstall started
    2014-02-20 08:37:47  Detected role services: Api, UI, WidDatabase, Services
    2014-02-20 08:37:47  Start: LoadSettingsFromParameters
    2014-02-20 08:37:47  Content local is: True
    2014-02-20 08:37:47  Content directory is: E:\WSUS
    2014-02-20 08:37:47  SQL instname is: 
    2014-02-20 08:37:47  End: LoadSettingsFromParameters
    2014-02-20 08:37:47  Start: Run
    2014-02-20 08:37:47  Configuring content directory...
    2014-02-20 08:37:47  Configuring groups...
    2014-02-20 08:37:48  Starting group configuration for WSUS Administrators...
    2014-02-20 08:37:48  Found group in regsitry, attempting to use it...
    2014-02-20 08:37:48  Searching for existing group...
    2014-02-20 08:37:48  Existing group was found
    2014-02-20 08:37:48  Writing group to registry...
    2014-02-20 08:37:48  Finished group creation
    2014-02-20 08:37:48  Starting group configuration for WSUS Reporters...
    2014-02-20 08:37:48  Found group in regsitry, attempting to use it...
    2014-02-20 08:37:48  Searching for existing group...
    2014-02-20 08:37:48  Existing group was found
    2014-02-20 08:37:48  Writing group to registry...
    2014-02-20 08:37:48  Finished group creation
    2014-02-20 08:37:48  Configuring permissions...
    2014-02-20 08:37:48  Fetching content directory...
    2014-02-20 08:37:48  Fetching ContentDir from registry store
    2014-02-20 08:37:48  Value is E:\WSUS
    2014-02-20 08:37:48  Fetching group SIDs...
    2014-02-20 08:37:48  Fetching WsusAdministratorsSid from registry store
    2014-02-20 08:37:48  Value is S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:48  Fetching WsusReportersSid from registry store
    2014-02-20 08:37:48  Value is S-1-5-21-495251104-1553465597-2720485832-1635
    2014-02-20 08:37:48  Creating group principals...
    2014-02-20 08:37:49  Granting directory permissions...
    2014-02-20 08:37:49  Granting permissions on content directory...
    2014-02-20 08:37:49  Granting registry permissions...
    2014-02-20 08:37:49  Granting registry permissions...
    2014-02-20 08:37:49  Granting registry permissions...
    2014-02-20 08:37:49  Configuring shares...
    2014-02-20 08:37:49  Configuring network shares...
    2014-02-20 08:37:49  Fetching content directory...
    2014-02-20 08:37:49  Fetching ContentDir from registry store
    2014-02-20 08:37:49  Value is E:\WSUS
    2014-02-20 08:37:49  Fetching WSUS admin SID...
    2014-02-20 08:37:49  Fetching WsusAdministratorsSid from registry store
    2014-02-20 08:37:49  Value is S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:49  Content directory is local, creating content shares...
    2014-02-20 08:37:49  Creating share "UpdateServicesPackages" with path "E:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
    2014-02-20 08:37:49  Deleting existing share...
    2014-02-20 08:37:49  Creating share...
    2014-02-20 08:37:49  Share successfully created
    2014-02-20 08:37:49  Creating share "WsusContent" with path "E:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
    2014-02-20 08:37:49  Deleting existing share...
    2014-02-20 08:37:49  Creating share...
    2014-02-20 08:37:49  Share successfully created
    2014-02-20 08:37:49  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
    2014-02-20 08:37:49  Deleting existing share...
    2014-02-20 08:37:50  Creating share...
    2014-02-20 08:37:50  Share successfully created
    2014-02-20 08:37:50  Finished creating content shares
    2014-02-20 08:37:50  Configuring WID database...
    2014-02-20 08:37:50  Configuring the database...
    2014-02-20 08:37:50  Establishing DB connection...
    2014-02-20 08:37:50  Checking to see if database exists...
    2014-02-20 08:37:50  Database exists
    2014-02-20 08:37:50  Switching database to single user mode...
    2014-02-20 08:37:53  Loading install type query...
    2014-02-20 08:37:53  DECLARE @currentScriptVersion   int
    DECLARE @currentDBVersion       int
    IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
    BEGIN
        SELECT 1
    END
    ELSE
    BEGIN
        SET @currentScriptVersion = (9200 + 16384)
        SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
        IF @currentDBVersion < 926
        BEGIN
            SELECT 3
        END
        ELSE IF @currentDBVersion < @currentScriptVersion
        BEGIN
            SELECT 2
        END
        ELSE IF @currentDBVersion = @currentScriptVersion
        BEGIN
            SELECT 0
        END
        ELSE
        BEGIN
            SELECT 4
        END
    END
    2014-02-20 08:37:53  Install type is: Reinstall
    2014-02-20 08:37:53  Creating logins...
    2014-02-20 08:37:53  Fetching account info for S-1-5-20
    2014-02-20 08:37:53  Found principal
    2014-02-20 08:37:53  Found account
    2014-02-20 08:37:53  Got binary SID
    2014-02-20 08:37:53  Fetching WsusAdministratorsSid from registry store
    2014-02-20 08:37:53  Value is S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:53  Fetching account info for S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:53  Fetching account info for S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:53  Found principal
    2014-02-20 08:37:53  Found account
    2014-02-20 08:37:53  Got binary SID
    2014-02-20 08:37:53  Setting content location...
    2014-02-20 08:37:53  Fetching ContentDir from registry store
    2014-02-20 08:37:53  Value is E:\WSUS
    2014-02-20 08:37:53  Swtching DB to multi-user mode......
    2014-02-20 08:37:56  Finished setting multi-user mode
    2014-02-20 08:37:56  Writing DB settings to registry...
    2014-02-20 08:37:56  Marking PostInstall done for UpdateServices-WidDatabase in the registry...
    2014-02-20 08:37:56  Configuring IIS...
    2014-02-20 08:37:56  Start: ConfigureWebsite
    2014-02-20 08:37:56  Configuring website on port 8530
    2014-02-20 08:38:48  2014-02-20 08:38:10  Info      IISCustomAction    Performing Setup Action, Command /Install 
    2014-02-20 08:38:46  Info      IISCustomAction    Command /Install Succeeded
    2014-02-20 08:38:48  End: ConfigureWebsite
    2014-02-20 08:38:48  Configuring performance counters...
    2014-02-20 08:38:48  Configuring Stats.NET perf counter...
    2014-02-20 08:38:48  Configuring reporting perf counter...
    2014-02-20 08:38:48  Configuring client webservice perf counter...
    2014-02-20 08:38:48  Configuring server sync webservice perf counter...
    2014-02-20 08:38:48  Configuring API remoting perf counter...
    2014-02-20 08:38:48  Bringing services online...
    2014-02-20 08:38:48  Checking initialization status... 
    2014-02-20 08:38:48  StartServer starting...
    2014-02-20 08:38:48  Generating encryption key to write to the registry...
    2014-02-20 08:38:48  Generating encryption key to write to the database...
    2014-02-20 08:38:48  Generating encryption key succeeded...
    2014-02-20 08:38:48  Setting WSUSService to autostart...
    2014-02-20 08:38:48  WSUSService is set to autostart.
    2014-02-20 08:38:48  Starting WSUSService...
    2014-02-20 08:38:48  Failed to start WsusService. Exception: System.InvalidOperationException: Cannot start service WSUSService on computer '.'. ---> System.ComponentModel.Win32Exception: An instance of the service is already running
       --- End of inner exception stack trace ---
       at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.UpdateServices.Setup.StartServer.StartServer.StartAndConfigureService()
    2014-02-20 08:38:48  Importing default detectoids.
    2014-02-20 08:38:48  Importing CriticalUpdates.xml...
    2014-02-20 08:38:49  Importing Drivers.xml...
    2014-02-20 08:38:49  Importing FeaturePacks.xml...
    2014-02-20 08:38:49  Importing MicrosoftCorporation.xml...
    2014-02-20 08:38:49  Importing SecurityUpdates.xml...
    2014-02-20 08:38:49  Importing ServicePacks.xml...
    2014-02-20 08:38:49  Importing Tools.xml...
    2014-02-20 08:38:49  Importing UpdateRollups.xml...
    2014-02-20 08:38:49  Importing Updates.xml...
    2014-02-20 08:38:49  Importing Windows.xml...
    2014-02-20 08:38:49  Importing Windows2000family.xml...
    2014-02-20 08:38:49  Importing WindowsServer2003DatacenterEdition.xml...
    2014-02-20 08:38:50  Importing WindowsServer2003Family.xml...
    2014-02-20 08:38:50  Importing WindowsXPfamily.xml...
    2014-02-20 08:38:50  Importing LocalPublisher.xml...
    2014-02-20 08:38:50  Importing LocallyPublishedPackages.xml...
    2014-02-20 08:38:50  Importing Applications.xml...
    2014-02-20 08:38:50  Importing Exchange.xml...
    2014-02-20 08:38:50  Importing Office.xml...
    2014-02-20 08:38:50  Importing SQL.xml...
    2014-02-20 08:38:50  Importing Exchange2000Server.xml...
    2014-02-20 08:38:50  Importing ExchangeServer2003.xml...
    2014-02-20 08:38:50  Importing OfficeXP.xml...
    2014-02-20 08:38:50  Importing Office2003.xml...
    2014-02-20 08:38:50  Importing SQLServer.xml...
    2014-02-20 08:38:50  Importing WindowsXP64BitEditionVersion2003.xml...
    2014-02-20 08:38:50  Importing DefinitionUpdateSusXml.xml...
    2014-02-20 08:38:50  Importing ClientServicingApiDetectoid.xml...
    2014-02-20 08:38:50  Importing default detectoids succeeded.
    2014-02-20 08:38:52  FixSubscriptionCategories failed. Exception: System.Net.WebException: The request failed with HTTP status 400: Bad Request.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
       at Microsoft.UpdateServices.Setup.StartServer.StartServer.FixSubscriptionCategories()
    2014-02-20 08:38:52  StartServer encountered errors. Exception=The request failed with HTTP status 400: Bad Request.
    2014-02-20 08:38:52  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    PLEASE HELP
    BEST REGARDS

  • Client unable to get IP address on guest wlan

    Hi all,  I recently setup a 2504 WLC that has two primary WLANs (internal and guest) which get their IP addresses from a central DHCP server using the local router's broadcast forwarding.  Things seem to be working well for the internal wlan, but clients on the guest wlan don't seem to be getting IP addresses.  If I give the client a static IP they are able to communicate across the wlan okay.
    It is worth noting that I am using LAG between the controller and router and this guest wlan is really just a regular wlan (with PSK) that has an access-list applied to force it to the internet only.  The access-list should be allowing dhcp requests through, but in any case, I removed the access-list and it made no difference.
    Here is a debug client for a machine connected to the guest vlan (vlan 33).  The internal wlan is on the 10.10.10.0/24 network (same as wired and same that the AP's are connected to) and the guest wlan is 10.33.0.0/16.     I don't understand why I am seeing the dhcp request come from the internal vlan/wlan first and it gets an IP address on this network.  I then see a request on the guest wlan/vlan at which point it appears to get a valid IP address on the guest network (10.33.0.0), but the client never sees this.  
    Thoughts? 
    Thanks,
    Bryan
    (Cisco Controller) >debug client 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:32.991: 8c:2d:aa:36:ca:a3 DHCP received op BOOTREQUEST (1) (len 308,vlan 1, port 13, encap 0xec03)
    *DHCP Socket Task: Feb 25 00:49:32.991: 8c:2d:aa:36:ca:a3 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Feb 25 00:49:32.991: 8c:2d:aa:36:ca:a3 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Feb 25 00:49:32.991: 8c:2d:aa:36:ca:a3 DHCP   xid: 0xbcf5ea3c (3170232892), secs: 0, flags: 0
    *DHCP Socket Task: Feb 25 00:49:32.991: 8c:2d:aa:36:ca:a3 DHCP   chaddr: 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:32.992: 8c:2d:aa:36:ca:a3 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:32.992: 8c:2d:aa:36:ca:a3 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:32.992: 8c:2d:aa:36:ca:a3 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Feb 25 00:49:32.992: 8c:2d:aa:36:ca:a3 DHCP received op BOOTREPLY (2) (len 331,vlan 1, port 13, encap 0xec00)
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP processing DHCP OFFER (2)
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP   op: BOOTREPLY, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP   xid: 0xbcf5ea3c (3170232892), secs: 0, flags: 0
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP   chaddr: 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP   ciaddr: 0.0.0.0,  yiaddr: 10.10.10.165
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP   siaddr: 10.10.10.246,  giaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP   server id: 10.10.10.246  rcvd server id: 10.10.10.246
    *DHCP Socket Task: Feb 25 00:49:32.993: 8c:2d:aa:36:ca:a3 DHCP successfully bridged packet to STA
    *DHCP Socket Task: Feb 25 00:49:32.994: 8c:2d:aa:36:ca:a3 DHCP received op BOOTREPLY (2) (len 308,vlan 33, port 13, encap 0xec00)
    *DHCP Socket Task: Feb 25 00:49:32.994: 8c:2d:aa:36:ca:a3 DHCP processing DHCP OFFER (2)
    *DHCP Socket Task: Feb 25 00:49:32.994: 8c:2d:aa:36:ca:a3 DHCP   op: BOOTREPLY, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Feb 25 00:49:32.994: 8c:2d:aa:36:ca:a3 DHCP   xid: 0xbcf5ea3c (3170232892), secs: 0, flags: 0
    *DHCP Socket Task: Feb 25 00:49:32.994: 8c:2d:aa:36:ca:a3 DHCP   chaddr: 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:32.994: 8c:2d:aa:36:ca:a3 DHCP   ciaddr: 0.0.0.0,  yiaddr: 10.33.1.1
    *DHCP Socket Task: Feb 25 00:49:32.995: 8c:2d:aa:36:ca:a3 DHCP   siaddr: 10.10.10.246,  giaddr: 10.33.0.1
    *DHCP Socket Task: Feb 25 00:49:32.995: 8c:2d:aa:36:ca:a3 DHCP   server id: 10.10.10.246  rcvd server id: 10.10.10.246
    *DHCP Socket Task: Feb 25 00:49:32.995: 8c:2d:aa:36:ca:a3 DHCP successfully bridged packet to STA
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP received op BOOTREQUEST (1) (len 308,vlan 1, port 13, encap 0xec03)
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP processing DHCP REQUEST (3)
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   xid: 0xbcf5ea3c (3170232892), secs: 1, flags: 0
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   chaddr: 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   requested ip: 10.10.10.165
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP   server id: 10.10.10.246  rcvd server id: 10.10.10.246
    *DHCP Socket Task: Feb 25 00:49:33.997: 8c:2d:aa:36:ca:a3 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP received op BOOTREPLY (2) (len 308,vlan 1, port 13, encap 0xec00)
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP processing DHCP NAK (6)
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP   op: BOOTREPLY, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP   xid: 0xbcf5ea3c (3170232892), secs: 0, flags: 8000
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP   chaddr: 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP   server id: 10.10.10.246  rcvd server id: 10.10.10.246
    *DHCP Socket Task: Feb 25 00:49:33.998: 8c:2d:aa:36:ca:a3 DHCP successfully bridged packet to STA
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP received op BOOTREPLY (2) (len 308,vlan 33, port 13, encap 0xec00)
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP processing DHCP NAK (6)
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP   op: BOOTREPLY, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP   xid: 0xbcf5ea3c (3170232892), secs: 0, flags: 8000
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP   chaddr: 8c:2d:aa:36:ca:a3
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP   siaddr: 0.0.0.0,  giaddr: 10.33.0.1
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP   server id: 10.10.10.246  rcvd server id: 10.10.10.246
    *DHCP Socket Task: Feb 25 00:49:34.000: 8c:2d:aa:36:ca:a3 DHCP successfully bridged packet to STA
    *apfMsConnTask_1: Feb 25 00:49:35.320: Stats update: Non Zero value

    One way to test also is to connect a laptop to a port assigned for the guest vlan. If the device gets an IP, then it's something on the WLC you have to configure. If the device doesn't, then it's a network issue or dhcp server issue.
    Sent from Cisco Technical Support iPhone App

  • Mac pro with windows - unable to get from mac to windows..

    can not get the partition up on booting up for mac and windows only mac as an option however windows is visible in bootcamp? What can i do to fix this and how?

    smcginley28 wrote:
    i have done this around 10 minutes ago however the option for windows is not gone yet when i open boot camp the windows option is there as a partition?
    Please rephrase your post. I do not understand what you are saying.

  • How to now which version of Lenovo L540 am I getting from the customize options

    I am planning to buy a Lenovo L540 - Core i5 - 1080 FHD screen from Lenovo Driect in Japan.I dont know if I will get the slim version which has the slim type eDP full HD display or the big version.. I found out there were 2 versions from websites.. Please someone let me know what type of LCD is there in the FHD version.. I want to switch it for an IPS panel.. if its not a slim type then it wont be possible..

    Hi Jonas, Thank you for the response.I had actually bought it manufacture refurbished from a store after a lot of researching and hoping, believing that it might work... but it did not hence I have now sold it... I also have returned the IPS Panel to the online shop... however before returning I did some tests and found that when I connected the eDP port to the IPS panel and turned on the system , I could see the BIOS boot (Thinkpad logo) and the windows logo (blue square thingy with a black cross), but after that all I got is a black screen, so I left the laptop running, plugged out the eDP cable and put it into the original display just to see it come back to life with the home screen. I think this has something to do with windows or something else like TN being normally white and IPS being normally black etc, but I could not test any further. I hope this experiment of mine proves useful to someone else trying the same thing. Now I have sold everything and ordered a new Thinkpad T550 with a 15.5 3K IPS screen, Core i5-5200U, nVidia GeForce 940M, 8GB DDR3L, 1TB HDD, 24 GB SSD, backlit US layout keyboard. I certainly hope that the display will be really awesome on this one..  So thats the end of my experiments with displays.. Rama Krishna signing out. - Rama

  • I am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page

    i am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page. so i have already tried recovery mode as well.

    Contact Apple support for warranty service.

  • Unable to get callback from Asynchronous BPEL process to work (AXIS Client)

    Hello,
    I am calling an Asynchronous BPEL process from an AXIS client, and I am unable to get the callback functionality to work. The AXIS client code has been generated from WSDL2Java using the BPEL process' WSDL file.
    I CAN insert an invoke node in the BPEL process and invoke my Callback web service using that, but obviously that means the BPEL process is limited to only responding to one pre-determined client, which won't work.
    My questions:
    - How does the BPEL process know what endpoint to use to make the callback?
    - Do I need to modify the generated code to create a SOAP Envelope and invoke the process with the envelope, intead of the invokeOneWay call?
    - If I do need to create a SOAP Envelope with a replyto element, what is the structure of a typical BPEL envelope? Is there an example somewhere?
    I have looked at the examples in the interop directory, specifically the AXIS calling Async BPEL, but I would like to try to keep the client code as independent as possible (I don't really want to have a dependency on the OTN library).
    Any help would be greatly appreciated!!
    Thank you.
    -Ryan

    Please have a look at the Binding in the WSDL. Axis must provide the ReplyTo and
    MessageId information there. As far as I see, this must be done by an Axis-Handler,
    because the Binding-Part in not generated by WSDL2Java.
    I was able to generate the JavaClasses by using the "WSDL2Java -a" option, but
    I still do not see how to use them in a handler and how to register the handler.
    Maybe someone can give me a hint.

  • My XP machine is unable to load iTunes 10.5.1. It gets about halfway loaded then says it can't find Bonjour.msi. However, that file is on the computer. I tried loading the Bonjour.msi from another computer but it came up with the same message.

    My XP machine is unable to load iTunes 10.5.1. It gets about halfway loaded then says it can't find Bonjour.msi. However, that file is on the computer. I tried loading the Bonjour.msi from another computer but it came up with the same message. I also tried to remove iTunes from the add/remove sector on Control Panel but it also refused for the same reason. Help, please.

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar
    The missing apps could have been done by setting the Restrictions that can hid those apps. If the backup was made with those retrictions set the the Restrictions are also restored.
    Thus, if you get it to work restore to factory settings/new iPod, not from backup                               
    You can redownload most iTunes purchases by:        
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • HT203433 I am unable to get any music on my iPhone 3GS either from my computer or iTunes stores. Just managed to download music from iTunes onto my iPad so assume my iPhone is at fault?

    I am unable to get any music on my iPhone 3GS either from my computer or iTunes stores. Just managed to download music from iTunes onto my iPad so assume my iPhone is at fault?

    Okay, you are using Windows 7. What version of iTunes do you have. Please don't tell me the most current one, go into Help then About iTunes and read what it says.

  • I have a 4s. I am unable to sync music that I have downloaded to my iTunes library from a cd.  The music is on my computer but I am unable to get it onto my phone.  Help.......

    I have a 4s. I am unable to sync music that I have downloaded to my iTunes library from a cd.  The music is on my computer but I am unable to get it onto my phone.  Help.......

    Okay, you are using Windows 7. What version of iTunes do you have. Please don't tell me the most current one, go into Help then About iTunes and read what it says.

  • Unable to get command line from client!

    Does anyone know what this means? My G5 shuts itself down and I don't know what is causing it.
    Mac OS X Version 10.4.11 (Build 8S165)
    2009-02-12 11:01:19 -0800
    2009-02-12 11:01:21.760 SystemUIServer[199] lang is:en
    Feb 12 11:01:33 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Feb 12 11:01:37 cups-lpd[221]: Unable to get command line from client!
    Feb 12 11:10:48 Zelle-Olson cups-lpd[233]: Unable to get command line from client!
    Feb 12 11:17:37 cups-lpd[235]: Unable to get command line from client!

    Hello golferky,
    CUPS stands for Common Unix Printing System and is just one of the many background processes that is running on your system and is of no harm. What you are seeing in your message console is your Mac attempting to talk to a printer you have may have had or still have it connected to.
    Here is more information if you want to look into it.
    http://www.cups.org/
    B-rock

Maybe you are looking for

  • Error in XML parsing. Im i missing something obvious.

    I am new to XML and i cant seem to be able to iterate through the xml response. Here is the relevant code      QName qName = new QName( "http://www.ros.ie/schemas/customs/collectresponse/v1", "MailboxCollectResponse" );                           //cr

  • SAP MMC and Trace Files

    Hi I want to get complete information on the "exit codes"  in SAP MMC for various server and other processes. And also want to know that what are the various log files and trace file .what kind of logs/information they provide and if the Portal has b

  • How to get my iPod out of recovery mode when itunes won't restore it

    My iPod touch is in recovery mode and will not exit it, i've tried clicking the home button and lock button in the stated order on youtube etc but it has not worked. I clicked restore on iTunes and it downloads it all and updates but then does nothin

  • Tech Tool Deluxe?

    I have completely restarted my MBP, Hoping that this might straighten out any of the problems. But it didn't, When ever I run a full scan with "Tech Tool Deluxe" it has a result of six errors with the "surface scan". In the report it says- Surface Sc

  • Illustrator CS3 won't retain/keep type style settings when pasting within same or different document

    I'm working with Windows XP PentiumR 4 CPU 2.8 GHz, 2 GB RAM in Illustrator CS3. When pasting copy within same file (or pasting into new files) Illustrator won't consistently retain/keep the font's type style settings. Why? Thank you!