Precalculation Server on a Virtual Server

We have tested precalculation server for workbook with our BW 3.5 installation that we are live with for quite sometime. One of the limitations of this precalculation server is, not all of three BW systems (Dev, QA, and Prod) can be connected to one physical precalculation server. We are wondering if we could use virtual servers with one physical server, each virtual server connecting to each BW instance. Has anybody tested this before? Your feedback will be highly appreciated.
Thanks.
Vinay Karna

technically it is possible to connect more than one system to one precalculation server.
You need to logon from the machine of the precalculation server to the different BW systems and execute TA RSRPRECADMIN register an new server and restart the windows service. The server will be active in all BW systems where you performed the steps before.
I knew that because i was the developer of the precalculation service.....
Best regards.
Kai Wachter
Senior Consultant BI
Camelot IDPro

Similar Messages

  • Migrating a physical database server to a virtual server

    we are migrating a physical database server to a virtual server what are the concerns?
    the server name and IP address will stay the same

    Database server on a virtual server sounds like a bad idea to me.
    Databases are huge resource consumers, they require dedicated resources memory/cpu/IO/network.
    In virtual settings all this is shared.
    So, I predict that in virtual your performance and throughput will suffer greatly.
    You can google pro's and con's of virtualized servers for more details.
    However, as far as BO product is concerned - all we need is connectivity, if DB connect info doesn't change - we won't see no difference . (except above about performance)

  • SJSW7-Directing virtual server log

    all my virtual server logging are stored in the default directory. I have one instance running, however, I would like to create a separate folder for each virtual server and store their log information in it. I tried configuring a virtual server under log preferences and have both server log and access log boxes checked and the location set but after testing it out, both directories are empty.

    I already applied changes and reboot instance. my virtual server that I'm configuring is "uc.memphis.edu"
    server.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <server>
    <cluster>
    <local-host>peter-vm2-2003.memphis.edu</local-host>
    <instance>
    <host>peter-vm2-2003.memphis.edu</host>
    </instance>
    </cluster>
    <log>
    <log-file>../logs/errors</log-file>
    <log-level>info</log-level>
    </log>
    <jvm>
    <java-home>C:/Sun/WebServer7/jdk</java-home>
    <server-class-path>C:/Sun/WebServer7/lib/webserv-rt.jar;C:/Sun/WebServer7/lib/pwc.jar;C:/Sun/WebServer7/lib/ant.jar;${java.home}/lib/tools.jar;C:/Sun/WebServer7/lib/ktsearch.jar;C:/Sun/WebServer7/lib/webserv-jstl.jar;C:/Sun/WebServer7/lib/jsf-impl.jar;C:/Sun/WebServer7/lib/jsf-api.jar;C:/Sun/WebServer7/lib/webserv-jwsdp.jar;C:/Sun/WebServer7/lib/container-auth.jar;C:/Sun/WebServer7/lib/mail.jar;C:/Sun/WebServer7/lib/activation.jar</server-class-path>
    <debug>false</debug>
    <debug-jvm-options>-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7896</debug-jvm-options>
    <jvm-options>-Djava.security.auth.login.config=login.conf</jvm-options>
    <jvm-options>-Xms128m -Xmx256m</jvm-options>
    </jvm>
    <thread-pool>
    <max-threads>128</max-threads>
    <stack-size>131072</stack-size>
    </thread-pool>
    <default-auth-db-name>keyfile</default-auth-db-name>
    <auth-db>
    <name>keyfile</name>
    <url>file</url>
    <property>
    <name>syntax</name>
    <value>keyfile</value>
    </property>
    <property>
    <name>keyfile</name>
    <value>keyfile</value>
    </property>
    </auth-db>
    <acl-file>default.acl</acl-file>
    <mime-file>mime.types</mime-file>
    <access-log>
    <file>../logs/access</file>
    </access-log>
    <http-listener>
    <name>http-listener-1</name>
    <port>80</port>
    <server-name>peter-vm2-2003.memphis.edu</server-name>
    <default-virtual-server-name>peter-vm2-2003.memphis.edu</default-virtual-server-name>
    </http-listener>
    <http-listener>
    <name>http-listener-2</name>
    <port>83</port>
    <server-name>webtest.memphis.edu</server-name>
    <default-virtual-server-name>webtest</default-virtual-server-name>
    </http-listener>
    <http-listener>
    <name>http-listener-3</name>
    <port>86</port>
    <server-name>uc.memphis.edu</server-name>
    <default-virtual-server-name>uc</default-virtual-server-name>
    </http-listener>
    <virtual-server>
    <name>peter-vm2-2003.memphis.edu</name>
    <http-listener-name>http-listener-1</http-listener-name>
    <host>peter-vm2-2003.memphis.edu</host>
    <object-file>peter-vm2-2003.memphis.edu-obj.conf</object-file>
    <document-root>c:/webprod/temp1</document-root>
    <acl-file>peter-vm2-2003.memphis.edu.acl</acl-file>
    <access-log>
    <file>C:/logs/peter-vm2</file>
    <format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% %Req->headers.referer% %Req->headers.user-agent% %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% %Req->reqpb.protocol% %vsid% </format>
    </access-log>
    </virtual-server>
    <virtual-server>
    <name>webtest</name>
    <http-listener-name>http-listener-2</http-listener-name>
    <host>webtest.memphis.edu</host>
    <object-file>webtest-obj.conf</object-file>
    <document-root>c:/webprod/webtest</document-root>
    <acl-file>webtest.acl</acl-file>
    </virtual-server>
    <virtual-server>
    <name>uc</name>
    <http-listener-name>http-listener-3</http-listener-name>
    <host>uc.memphis.edu</host>
    <object-file>uc-obj.conf</object-file>
    <document-root>c:/webprod/uc</document-root>
    <access-log>
    <file>c:/webprod/logs/uc</file>
    <format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% %Req->headers.referer% %Req->headers.user-agent% %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% %Req->reqpb.protocol% %vsid% </format>
    </access-log>
    <log-file>c:/webprod/logs/uc</log-file>
    </virtual-server>
    </server>
    And this is my obj.conf for the virtual server "uc-obj.conf"
    # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    # Use only forward slashes in pathnames as backslashes can cause
    # problems. Refer to the documentation for more information.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Sun/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path=""
    PathCheck fn="nt-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.htm,index.html,home.html,index.jsp"
    PathCheck fn="set-cache-control" control="public"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service fn="php5_execute" type="magnus-internal/x-httpd-php"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service fn="append-trailer" type="text/html" timefmt="%B %d, %Y %I:%M" trailer=""
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn="php5_execute"
    </Object>

  • Virtual Server: Execution time very different.

    I installed Oracle 9.2.0.4.0 Enterprise on a Windows 2003 se.
    Then, I installed Oracle 9.2.0.4.0 Enterprise on Windows 2003 Enterprise SP1, a virtual server with 32 GB RAM end 8 CPU (4 really).
    Both installations, have been successfully ended.
    On the first server i executed a select based on a distinct statement on a indexed field of a table. I obtained the query result in 1,3 seconds.
    On the second server i executed the same query but i obtained the query result in over 120 seconds. Incredible? Why?
    The database structure is the same, the indexes and the primary keys are the same.
    Thank you in advance.

    Incredible ?
    Not really...
    A virtual server is not a real server. virtual is necessary slower than real server.
    Then setting more CPUs than there are in real is not really a good idea.... :/
    How is set up the real server ?
    the virtual server ?

  • Virtual server listen socket

    n SUN Webserver6.1, Listen socket(port) 80, 8080, and 8888 are
    enabled. But after created some virtual servers, I would like to
    dedicate port 8080 to one virtual server and port 8888 to another one.
    But it seems that I cannot do this. Even in the server.xml file I saw
    that port 8080 is only used by one virtual server, but this virtual
    server still response to port 8888. Just wonder why? or say can I setup
    that one virtue server is only response to one por and how?
    Another question is: in the SUN Webserver 6.1 documentation, it says "
    if you want to create a listen socket for IP-address-based virtual
    servers, the IP address must be 0.0.0.0, ANY, any or INADDR_ANY,
    meaning it listens on all IP address on that port."
    Does that mean in an IP-based virutal server, cannot use a specific IP
    when creating a listen socket? I am a bit confusing here. IP base
    virtual server is that you need to specifiy an IP when creating listen
    socket, isn't it?
    Thanks for advice!

    You can define virtuals in your server.xml file manually. You can have one virtual listening to one or many ports(LS) and you can have several virtuals listening to the same port. And you can assign IP address to virtual as well.
    For example with YourServerIP listening to 4 ports you can do the following:
    <LS id="ls1" ip="YourServerIP" port="8088" security="off" servername="YourServerName" defaultvs="YourDefaultVS"/>
    <LS id="ls2" ip="YourServerIP" port="8089" security="off" servername="YourServerName" defaultvs="YourDefaultVS"/>
    <LS id="ls3" ip="YourServerIP" port="8080" security="off" servername="YourServerName" defaultvs="VS3"/>
    <LS id="ls4" ip="YourServerIP" port="80" security="off" servername="YourServerName" defaultvs="VS5"/>
    <VSCLASS id="vsclass1" objectfile="obj.conf">
    <VS id="YourDefaultVS" connections="ls1 ls2" mime="mime1" aclids="acl1" urlhosts="www.YourURL.com">
    <PROPERTY name="docroot" value="/PathToYourDocumentRoot1"/>
    <USERDB id="default"/>
    </VS>
    <VS id="VS3" connections="ls3" mime="mime1" aclids="acl1" urlhosts="www.AnotherURL.com">
    <PROPERTY name="docroot" value="/PathToYourDocumentRoot2"/>
    <USERDB id="default"/>
    </VS>
    <VS id="VS4" connections="ls4" mime="mime1" aclids="acl1" urlhosts="YourServerIP">
    <PROPERTY name="docroot" value="/PathToYourDocumentRoot3"/>
    <USERDB id="default"/>
    </VS>
    <VS id="VS5" connections="ls4" mime="mime1" aclids="acl1" urlhosts="www.YetAnotherURL.com YetAnotherURL.com">
    <PROPERTY name="docroot" value="/PathToYourDocumentRoot4"/>
    <USERDB id="default"/>
    </VS>     
    <VS id="VS6" connections="ls4" mime="mime1" aclids="acl1" urlhosts="www.AsManyURLsAsNeddedSeparatedBySpace.com">
    <PROPERTY name="docroot" value="/PathToYourDocumentRoot5"/>
    <USERDB id="default"/>
    </VS>          
    </VSCLASS>
    Hope it helps.
    Alexander aka ttalex

  • Windows Server 2012 R2 File Server

    I updated my file server to Server 2012 R2 and everything went ok except now my windows 8 clients cannot connect to the file server.  I get a generic error An extended error has occurred when I try to unc to it and none of my drives will map.  Did anyone else have an issue like this?
    The file server is a virtual server running on Hyper-V and the file storage comes from a San iscsi drive.
    Thanks for any help with this issue.
    This topic first appeared in the Spiceworks Community

    I updated my file server to Server 2012 R2 and everything went ok except now my windows 8 clients cannot connect to the file server.  I get a generic error An extended error has occurred when I try to unc to it and none of my drives will map.  Did anyone else have an issue like this?
    The file server is a virtual server running on Hyper-V and the file storage comes from a San iscsi drive.
    Thanks for any help with this issue.
    This topic first appeared in the Spiceworks Community

  • Using adobe CC in Virtual server

    Dear all
    can I install Adobe CC on Virtual Server?
    if yes may I know about that workflow?
    regards
    Deto

    Hi John,
    but I read thats allowed http://wwwimages.adobe.com/content/dam/Adobe/en/legal/licenses-terms/pdf/CC_EULA_Gen_WWCom bined-MULTI-20121017_1230.pdf
    and i still confused is Server function just for reduce amount machine to installing cc program? but validating subscription still via user machine?
    regards
    deto

  • Need to create a virtual server and give its access to another admin

    Dear Sir,
    I am a new admin and have 5 Blade server "HP ProLiant BL660c Gen8".
    I access these servers through HP enclosure.
    I have to install Hyper-V on server 1 which consisted of the OS windows server 2012 R2 Datacenter edition.
    I created a plan to create 5 Hyper-V VM's on the physical server and I requested the IT department network Admin that I want these 5 VM's to able to connect to each other.
    The network Admin created a Trunking configuration on the physical server and after this setup he provided me Hyper-v node IP address and 5 more IP addresses for the 5 Hyper-v VM's.
    Now it was left to me to Add the Hyper-v role and create 5 VM's.
    While Adding the Hyper-V role, I was asked in the middle of the setup to add the network adapter for
    connecting to external network.
    I went inside the network connection settings and I see one network adapter "Microsoft Multiplexer"
    which had the IP address of the Hyper-V node which was given  to be me by Network Admin.
    Besides this I found following Network Adapter: (Mgmt,Trunk):(Mgmt A, Trunk A);(Mgmt B, Trunk B) =Total
    6 Network Adapter out of which only "Mgmt" was configured with the IP address of the Hyper-v node given by my Network Admin. Remaining all other Network adapters IPV4 configuration
    was unchecked except "Mgmt" 
    So I selected the "Mgmt" connection while Installing the Hyper-v role
    SO I chose this Network connection for adding the Hyper-V role.
    My question: Did I chose the correct Network Adapter.
    After doing this I created a VM-1 and tried to assign the IP address given by the Network Admin. But the network Admin did not provide me the default gateway so I used the deafult gateway according to the IP address and used the last digit as "1"
    like a general installation.
    Now my question is: 1.How can I use this VM to be used as a Virtual server?
    2. I would like to open this VM through my browser by entering the IP address of this VM-1. How can I do this?
    Because I access my physical server through the IP address. SO in the similar way I want to access this VM-1 through the IP address
    OR is there any alternate way to access this VM-1 separately.
    My Requirement: I need to give VM-1 access to another admin to Install his application on it. SO how to give him to access this VM directly?
    This is my main query.
    Waiting for your reply.
    Thanks & Regards,
    Ahmed

    Jawin, Jacob, etc.. are fine for creating COM clients but COM servers is a totally different story. I suspect you'll either have to write your own JNI or get out your C/C++ compiler.

  • How to restart a virtual server in WS7

    Does anybody know host restart a virtual server without restarting the whole instance?
    Thanks.

    you can run 'bin/reconfig' - this will make any changes (that does not require a restart) available to the running server (this includes all virtual servers configured within this server instance) without requiring a restart - i mean without any downtime
    no, there is no way to make dynamic reconfig work only for a single virtual server. but i guess, what you care most is - ability to modify a setting for a virtual server without disturbing other virtual servers - 'bin/reconfig' is probably what u r looking for.

  • File system error while creating a virtual server

    Hi
    I get the following error when I create a virtual server:
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)
    The admin server is owned by root but the instance that I want to create should be owned by webservd - like the other instance that is installed.
    this error shows that web server is unable to create a directory under SUNWwbsvr folder. Any hints pls?
    thanks!

    sorry this error is while creating a new server instance - not a new virtual server.
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)

  • Error while creating virtual server in sunone web server 6.1

    I created virtual server class called vs1 and virtual server called vsr1 under it. I deleted them . now while i am trying to create another virtual server class by setting lisener socket and giving it a name. when i create virtual server class and click ok and then apply to apply changes it gives me error with message:
    File System error: can not open file for reading
    c:/iPlanet/Servers/myservername/[email protected]
    What's the solution ?
    Thanks in Advance,

    Hi..
    Thanks for your reply...
    Executed following command in OVS server..Please find the output of that command..
    [root@IRIMSOVM utils]# ./do_rpc.py https://oracle:[email protected]:8899 echo hello
    echo ['hello'] =>
    success:echo=hello
    [root@IRIMSOVM utils]#
    Thanks...
    YJR

  • Server 2012 Hyper-V locks up Virtual Server for no reason.

    Server 2012 Hyper-V locks up virtual servers for no reason.
    This is a production server. I began building this server in February. I installed the server in November. 2012 server R1 is full of bugs!
    First who was the rocket scientist that decided that the TURN OFF function in Hyper-V means "Please turn off when the
    F*#@$*% you feel like it"? Idiots!
    I have a Supermicro server with perfect memory (for those who want to blame this on memory).
    It is running 12 Virtual Servers. Every morning, at a random time, at least 1 of the servers lock up solid. Sometimes as many as 5 decide that for no reason they all want to lock up. The servers that lock up may be 1 or more: a database server, a terminal
    server, an exchange server, a Windows 8.1 Ent VDI server, an IIS server, and or AD server. All 2012 R1.
    They are running all current Microsoft and other vendor patches and hardware updates.
    The only common denominator is the Hyper-V server.
    I cannot shut them down using the Hyper-V manager. I cannot turn them off. I have a hundred users standing by while I nicely ask them to turn off. The VM will turn off after 20 minutes and a lot of gentle coaxing.
    I cannot Kill the vmwp.exe process associated with the locked Virtual Machine.
    No .DMP are created. No events in the event viewers. No reason at all. When they restart, there is no indication of a problem.
    I ran two VMWP dumps and posted it here.
    www.a1bcs.com/hyper-vlockup.zipx
    Does anyone know why these are locking up?
    Thanks in advance for any help.
    Robert

    I'm not positive of the cause but I was able to stop the problems.
    It turned out that Network Load Balancing (NLB) between the two terminal servers and another between the two gateways was causing the lockups.
    This is a normal configuration and it should work. Especially since Microsoft has seen fit to remove the DRAIN USERS function from RDP as well as the LOCK OUT till next reboot function. JUST FYI these functions are still available at a DOS prompt
    by using the CHGLOGON command. But still the NLB also provides these functions.
    Anyhow, once I removed the NLB I haven't had the lockups anymore.
    That doesn't however change the fact that TURN OFF should mean TURN OFF not turn off please!
    Thanks again,
    Robert

  • Archlinux on Microsoft Virtual Server - installs but doesn't boot

    Hi all,
    I'm trying to sneak Arch into our organization, but as we're very Windows-focussed it may take some time. I thought I would be able to install it as a virtual machine on our Virtual Server, but I haven't had any luck.
    The system seemed to install fine, but when I restart the machine and take out the virtual CD it just sits there with a blank screen, but using 97% CPU.
    Here's how I installed the system:
    Physical machine: Core II Duo 2GHz running Windows Vista 32-bit, with 2GB memory and a 120GB IDE drive.
    1) Setup a virtual machine - it has 256MB memory, and a 100GB dynamically-expanding IDE virtual hard disk.
    2) Attached the Don't Panic 2007.08 BASE ISO to the Virtual Machine, and started her up.
    3) Started the installer with arch ide-legacy. This is because I've run through this install a few times now and without this option it complains that it can't read from /dev/null a lot and that it has trouble writing to VHD.
    4) Did an auto-prepare and selected all of the defaults to partition the virtual hard disk.
    5) Selected all of the base packages and installed them.
    6) Did the "configure system", and left everything as the defaults except setting the root password.
    7) Installed the kernel, again leaving the defaults in the config file.
    8) Installed the bootloader. Last time I used GRUB, but it sat there saying it was installing for over 2 hours. This time I tried LILO and it installed in less than a few seconds.
    After all that was done I exited the installer and did a reboot. Now it sits at 97% CPU usage constantly and shows nothing but a blank screen. Using ALT+F1-F5 shows nothing.
    Microsoft Virtual Server has support for the Red Hat and other distributions so I would have expected ArchLinux to work. Has anyone else had success in getting Arch to run on Virtual Server? And is there anything I did wrong in my installation?
    Cheers,
    Paul

    Well, according to this virtual pc 2004 supports archlinux 0.7.1 and 0.7.2 .
    They claim virtual server 2005 uses the same core as virtual pc 2004 , so it should work.
    Try installing with one of the previous isos, see ftp://ftp.archlinux.org/iso .

  • Windows Update fails on Server 2012 R2 Virtual Machine

    I have set up a virtual network with two virtual machines. The first VM is Server 2008 R2 and is set up as a domain controller. The second VM is Server 2012 R2, and has been joined to the domain.  The DC (TestVM1) is also set up as a DNS server. 
    From TestVM2 (Server 2012 R2), I am able to log in using a domain login, and I am able to browse to a public website.
    I was able to run Windows Updates from TestVM1, but when I attempt to run Windows Updates from TestVM2, it fails.
    The Windows Update client shows "Error(s) found:" and "Code 8024402F". 
    Errors in WindowsUpdate.log include
    2014-10-17 18:26:14:235  800 950 Setup FATAL: GetClientUpdateUrl failed, err = 0x8024D009
    2014-10-17 18:26:26:238  800 950 Misc WARNING: Send failed with hr = 80072ee7.
    2014-10-17 18:26:26:238  800 950 Misc WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
    2014-10-17 18:26:26:238  800 950 Misc WARNING: Send request failed, hr:0x80072ee7
    2014-10-17 18:26:26:238  800 950 Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://v4.download.windowsupdate.com/c/msdownload/update/others/2014/08/13518740_b1b71791444e5dec0018bcd60303445108442c12.cab>.
    error 0x8024402c
    2014-10-17 18:26:26:238  800 950 Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x8024402c
    2014-10-17 18:26:26:238  800 950 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x8024402c
    2014-10-17 18:26:26:238  800 950 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x8024402c
    2014-10-17 18:26:26:238  800 950 Misc WARNING: WinHttp: WinHttpQueryHeaders(WINHTTP_QUERY_CONTENT_TYPE) for X-CID failed. error 0x80072ef3
    2014-10-17 18:26:26:238  800 950 PT WARNING: ECP: DownloadCabFile: failed to get CDN Provider for error reporting, hr = 0X80072EF3
    2014-10-17 18:26:26:238  800 950 Misc WARNING: WinHttp: WinHttpQueryHeaders(WINHTTP_QUERY_CONTENT_TYPE) for X-CCC failed. error 0x80072ef3
    2014-10-17 18:26:26:238  800 950 PT WARNING: ECP: DownloadCabFile: failed to get CDN Country for error reporting, hr = 0X80072EF3
    2014-10-17 18:26:26:238  800 950 PT WARNING: ECP: Failed to download cab file from
    http://download.windowsupdate.com/c/msdownload/update/others/2014/08/13518740_b1b71791444e5dec0018bcd60303445108442c12.cab with error 0x8024402c
    2014-10-17 18:26:26:238  800 950 PT WARNING: ECP: This roundtrip contained some optimized updates which failed. New Update count = 34, Old Count = 60
    2014-10-17 18:26:26:317  800 950 PT   + SyncUpdates round trips: 1
    2014-10-17 18:26:26:317  800 950 PT WARNING: Sync of Updates: 0x8024402f
    2014-10-17 18:26:26:317  800 950 PT WARNING: SyncServerUpdatesInternal failed: 0x8024402f
    2014-10-17 18:26:26:317  800 950 Agent   * WARNING: Failed to synchronize, error = 0x8024402F
    2014-10-17 18:26:26:317  800 950 Agent   * WARNING: Exit code = 0x8024402F
    This is blocking further work.  Assistance would be greatly appreciated.

    I am having the exact same issue. Fresh build of Server 2012 R2 from the Microsoft Volume Licensing ISO. I tried before and after joining to the domain. Same error every time.  Firewall is turned off. No AV. We do have a cloud proxy service, but I bypassed
    that as a test and got the same error message.  I also tried to stop wuauserv and cleaning out the folder and starting it back up.  No joy as well.  This is a VM server running on ESXi 5.1.  Server 2008 servers dont seem to have
    an issue.  Server 2012 server don't seem to have an issue.  Only this new Server 2012 R2 server.  My logs are below:
    2014-10-28 14:28:46:104  696 4a4 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-10-28 14:28:46:104  696 4a4 WuTask Uninit WU Task Manager
    2014-10-28 14:28:46:198  696 4a4 Service *********
    2014-10-28 14:28:46:198  696 4a4 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-10-28 14:28:46:198  696 4a4 Service *************
    2014-10-28 14:29:24:198  696 5c8 Misc ===========  Logging initialized (build: 7.9.9600.17092, tz: -0400)  ===========
    2014-10-28 14:29:24:198  696 5c8 Misc   = Process: C:\Windows\system32\svchost.exe
    2014-10-28 14:29:24:198  696 5c8 Misc   = Module: c:\windows\system32\wuaueng.dll
    2014-10-28 14:29:24:198  696 5c8 Service *************
    2014-10-28 14:29:24:198  696 5c8 Service ** START **  Service: Service startup
    2014-10-28 14:29:24:198  696 5c8 Service *********
    2014-10-28 14:29:24:214  696 5c8 Agent   * WU client version 7.9.9600.17092
    2014-10-28 14:29:24:214  696 5c8 Agent   * Base directory: C:\Windows\SoftwareDistribution
    2014-10-28 14:29:24:214  696 5c8 Agent   * Access type: No proxy
    2014-10-28 14:29:24:214  696 5c8 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-10-28 14:29:24:214  696 5c8 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-10-28 14:29:24:214  696 5c8 Agent   * Network state: Connected
    2014-10-28 14:29:24:214  696 5c8 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-10-28 14:29:24:214  696 5c8 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-10-28 14:29:24:510  696 5c8 DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2014-10-28 14:29:24:510  696 5c8 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-10-28 14:29:24:542  696 5c8 DtaStor Data store successfully created
    2014-10-28 14:29:24:542  696 5c8 Agent ***********  Agent: Initializing global settings cache  ***********
    2014-10-28 14:29:24:542  696 5c8 Agent   * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-10-28 14:29:24:542  696 5c8 Agent   * WSUS server: <NULL>
    2014-10-28 14:29:24:542  696 5c8 Agent   * WSUS status server: <NULL>
    2014-10-28 14:29:24:542  696 5c8 Agent   * Target group: (Unassigned Computers)
    2014-10-28 14:29:24:542  696 5c8 Agent   * Windows Update access disabled: No
    2014-10-28 14:29:24:542  696 5c8 Misc WARNING: Network Cost is assumed to be not supported as something failed with trying to get handles to wcmapi.dll
    2014-10-28 14:29:24:542  696 5c8 WuTask WuTaskManager delay initialize completed successfully..
    2014-10-28 14:29:24:542  696 5c8 Report WARNING: Failed to initialize event uploader for new server {9482F4B4-E343-43B6-B170-9A65BC822C77} with hr = 8024043d.
    2014-10-28 14:29:24:542  696 5c8 Report CWERReporter::Init succeeded
    2014-10-28 14:29:24:542  696 5c8 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-10-28 14:29:24:542  696 5c8 DnldMgr Download manager restoring 0 downloads
    2014-10-28 14:29:24:557  696 5c8 AU ###########  AU: Initializing Automatic Updates  ###########
    2014-10-28 14:29:24:557  696 5c8 AU AIR Mode is disabled
    2014-10-28 14:29:24:557  696 5c8 AU   # AU disabled through User preference
    2014-10-28 14:29:24:557  696 5c8 AU   # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-10-28 14:29:24:557  696 5c8 AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80240037
    2014-10-28 14:29:24:557  696 5c8 AU AU finished delayed initialization
    2014-10-28 14:29:24:557  696 234 DnldMgr Asking handlers to reconcile their sandboxes
    2014-10-28 14:29:35:776  696 578 IdleTmr Incremented idle timer priority operation counter to 1
    2014-10-28 14:29:37:307  696 52c AU Triggering AU detection through DetectNow API
    2014-10-28 14:29:37:307  696 52c AU Triggering Online detection (interactive)
    2014-10-28 14:29:37:323  696 5c8 AU #############
    2014-10-28 14:29:37:323  696 5c8 AU ## START ##  AU: Search for updates
    2014-10-28 14:29:37:323  696 5c8 AU #########
    2014-10-28 14:29:37:323  696 5c8 SLS Retrieving SLS response from server...
    2014-10-28 14:29:37:323  696 5c8 SLS Making request with URL
    HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=871&L=en-US&P=&PT=0x7&WUA=7.9.9600.17092
    2014-10-28 14:29:58:339  696 5c8 Misc WARNING: Proxy List used: <172.25.7.9:80> Bypass List used : <(null)> Auth Schemes used : <None>
    2014-10-28 14:29:58:339  696 5c8 Misc WARNING: Send request failed, hr:0x80072ee2
    2014-10-28 14:29:58:339  696 5c8 Misc WARNING: WinHttp: SendRequestUsingProxy failed for <HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=871&L=en-US&P=&PT=0x7&WUA=7.9.9600.17092>.
    error 0x80072ee2
    2014-10-28 14:29:58:339  696 5c8 Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
    2014-10-28 14:29:58:339  696 5c8 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2014-10-28 14:29:58:339  696 5c8 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2014-10-28 14:29:58:339  696 5c8 SLS FATAL: SLS:CSLSDownloader::GetUrlContent: DoFileDownload failed with 0x80072ee2.
    2014-10-28 14:29:58:339  696 5c8 SLS FATAL: GetResponse failed with hresult 0x80072ee2...
    2014-10-28 14:29:58:339  696 5c8 EP FATAL: EP: CSLSEndpointProvider::GetWUClientDataAndInitParser - failed to get SLS data, error = 0x80072EE2
    2014-10-28 14:29:58:339  696 5c8 EP FATAL: EP: CSLSEndpointProvider::GetEndpointFromSLS - Failed to get client data and init parser, error = 0x80072EE2
    2014-10-28 14:29:58:339  696 5c8 EP FATAL: Failed to obtain 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL, error = 0x80072EE2
    2014-10-28 14:29:58:339  696 5c8 Agent WARNING: Failed to obtain the authorization cab URL for service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, hr=0
    2014-10-28 14:29:58:339  696 5c8 Agent FATAL: Caller Service Recovery failed to opt in to service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, hr=0X80072EE2
    2014-10-28 14:29:58:339  696 5c8 IdleTmr WU operation (CSearchCall::Init ID 1) started; operation # 7; does use network; is not at background priority
    2014-10-28 14:29:58:339  696 5c8 IdleTmr Incremented PDC RefCount for Network to 1
    2014-10-28 14:29:58:339  696 5c8 IdleTmr Incremented idle timer priority operation counter to 2
    2014-10-28 14:29:58:385  696 5c8 Report ***********  Report: Initializing static reporting data  ***********
    2014-10-28 14:29:58:385  696 5c8 Report   * OS Version = 6.3.9600.0.0.196880
    2014-10-28 14:29:58:385  696 5c8 Report   * OS Product Type = 0x00000007
    2014-10-28 14:29:58:401  696 5c8 Report   * Computer Brand = VMware, Inc.
    2014-10-28 14:29:58:401  696 5c8 Report   * Computer Model = VMware Virtual Platform
    2014-10-28 14:29:58:401  696 5c8 Report   * Platform Role = 1
    2014-10-28 14:29:58:401  696 5c8 Report   * AlwaysOn/AlwaysConnected (AOAC) = 0
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Revision = 6.00
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Name = PhoenixBIOS 4.0 Release 6.0    
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Release Date = 2013-08-16T00:00:00
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Sku Number unavailable.
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Vendor = Phoenix Technologies LTD
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Family unavailable.
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Major Release = 4
    2014-10-28 14:29:58:401  696 5c8 Report   * Bios Minor Release = 6
    2014-10-28 14:29:58:401  696 5c8 Report   * Locale ID = 1033
    2014-10-28 14:29:58:401  696 5c8 Agent *** START ***  Queueing Finding updates [CallerId = AutomaticUpdatesWuApp  Id = 1]
    2014-10-28 14:29:58:401  696 5c8 AU <<## SUBMITTED ## AU: Search for updates  [CallId = {4A8CCE12-100B-4178-998D-608DFBB0B2D0} ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}]
    2014-10-28 14:29:58:432  696 b0c Agent ***  END  ***  Queueing Finding updates [CallerId = AutomaticUpdatesWuApp  Id = 1]
    2014-10-28 14:29:58:432  696 b0c Agent *************
    2014-10-28 14:29:58:432  696 b0c Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdatesWuApp  Id = 1]
    2014-10-28 14:29:58:432  696 b0c Agent *********
    2014-10-28 14:29:58:432  696 b0c Agent   * Online = Yes; Ignore download priority = No
    2014-10-28 14:29:58:432  696 b0c Agent   * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1
    or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-10-28 14:29:58:432  696 b0c Agent   * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-10-28 14:29:58:432  696 b0c Agent   * Search Scope = {Machine & All Users}
    2014-10-28 14:29:58:432  696 b0c Agent   * Caller SID for Applicability: S-1-5-21-600452275-980750782-2124898778-9669
    2014-10-28 14:29:58:432  696 b0c SLS Retrieving SLS response from server...
    2014-10-28 14:29:58:432  696 b0c SLS Making request with URL
    HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=871&L=en-US&P=&PT=0x7&WUA=7.9.9600.17092
    2014-10-28 14:29:59:135  696 b0c Misc Validating signature for C:\Windows\SoftwareDistribution\SLS\9482F4B4-E343-43B6-B170-9A65BC822C77\sls.cab with dwProvFlags 0x00000080:
    2014-10-28 14:29:59:135  696 b0c Misc  Microsoft signed: NA
    2014-10-28 14:29:59:135  696 b0c Misc  Infrastructure signed: Yes
    2014-10-28 14:29:59:135  696 b0c Misc Validating signature for C:\Windows\SoftwareDistribution\SLS\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP3958.tmp with dwProvFlags 0x00000080:
    2014-10-28 14:29:59:135  696 b0c Misc  Microsoft signed: NA
    2014-10-28 14:29:59:135  696 b0c Misc  Infrastructure signed: Yes
    2014-10-28 14:29:59:135  696 b0c EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL: "117cab2d-82b1-4b5a-a08c-4d62dbee7782"
    2014-10-28 14:29:59:135  696 b0c SLS FATAL: SLS:CSLSRequest::RetrieveAdditionalAttributesIfRequired: CoCreateInstance failed with 0x80040154.
    2014-10-28 14:29:59:135  696 b0c Agent WARNING: Failed to retrieve SLS response data for service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, error = 0x80040154
    2014-10-28 14:29:59:135  696 b0c Agent FATAL: Caller Service Recovery failed to opt in to service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, hr=0X80040154
    2014-10-28 14:29:59:135  696 b0c EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir Client/Server URL: "https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx"
    2014-10-28 14:29:59:135  696 b0c Setup Checking for agent SelfUpdate
    2014-10-28 14:29:59:135  696 b0c Setup Client version: Core: 7.9.9600.17092  Aux: 7.9.9600.17031
    2014-10-28 14:29:59:135  696 b0c EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SelfUpdate URL: "https://fe2.update.microsoft.com/v10/3/windowsupdate/selfupdate"
    2014-10-28 14:30:00:151  696 b0c Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080:
    2014-10-28 14:30:00:151  696 b0c Misc  Microsoft signed: NA
    2014-10-28 14:30:00:151  696 b0c Misc  Infrastructure signed: Yes
    2014-10-28 14:30:00:151  696 b0c Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\TMP3D51.tmp with dwProvFlags 0x00000080:
    2014-10-28 14:30:00:167  696 b0c Misc  Microsoft signed: NA
    2014-10-28 14:30:00:167  696 b0c Misc  Infrastructure signed: Yes
    2014-10-28 14:30:00:167  696 b0c Setup FATAL: GetClientUpdateUrl failed, err = 0x8024D009
    2014-10-28 14:30:00:167  696 b0c Setup Skipping SelfUpdate check based on the /SKIP directive in wuident
    2014-10-28 14:30:00:167  696 b0c Setup SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-10-28 14:30:00:323  696 b0c PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-10-28 14:30:00:323  696 b0c PT   + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL =
    https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx
    2014-10-28 14:30:01:104  696 b0c PT WARNING: Cached cookie has expired or new PID is available
    2014-10-28 14:30:01:104  696 b0c PT WARNING: PTWarn: Anonymous plug-in skipped for WU
    2014-10-28 14:30:01:198  696 b0c Agent Reading cached app categories using lifetime 604800 seconds
    2014-10-28 14:30:01:198  696 b0c Agent Read 1 cached app categories
    2014-10-28 14:30:40:917  696 b0c PT WARNING: ECP: Failed to validate cab file digest downloaded from
    http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9242543_a77d372b9c8b13c599a3daf4b321ea1903da9a72.cab with error 0x80091007
    2014-10-28 14:30:40:917  696 b0c PT WARNING: ECP: This roundtrip contained some optimized updates which failed. New Update count = 57, Old Count = 60
    2014-10-28 14:30:41:151  696 b0c PT   + SyncUpdates round trips: 14
    2014-10-28 14:30:41:151  696 b0c PT WARNING: Sync of Updates: 0x8024402f
    2014-10-28 14:30:41:151  696 b0c PT WARNING: SyncServerUpdatesInternal failed: 0x8024402f
    2014-10-28 14:30:41:151  696 b0c Agent   * WARNING: Failed to synchronize, error = 0x8024402F
    2014-10-28 14:30:41:151  696 b0c Agent   * WARNING: Exit code = 0x8024402F
    2014-10-28 14:30:41:151  696 b0c Agent *********
    2014-10-28 14:30:41:151  696 b0c Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdatesWuApp  Id = 1]
    2014-10-28 14:30:41:151  696 b0c Agent *************
    2014-10-28 14:30:41:151  696 b0c Agent WARNING: WU client failed Searching for update with error 0x8024402f
    2014-10-28 14:30:41:151  696 b0c IdleTmr WU operation (CSearchCall::Init ID 1, operation # 7) stopped; does use network; is not at background priority
    2014-10-28 14:30:41:151  696 b0c IdleTmr Decremented PDC RefCount for Network to 0
    2014-10-28 14:30:41:151  696 b0c IdleTmr Decremented idle timer priority operation counter to 1
    2014-10-28 14:30:41:151  696 6fc AU >>##  RESUMED  ## AU: Search for updates [CallId = {4A8CCE12-100B-4178-998D-608DFBB0B2D0} ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}]
    2014-10-28 14:30:41:151  696 6fc AU   # WARNING: Search callback failed, result = 0x8024402F
    2014-10-28 14:30:41:151  696 6fc AU #########
    2014-10-28 14:30:41:151  696 6fc AU ##  END  ##  AU: Search for updates  [CallId = {4A8CCE12-100B-4178-998D-608DFBB0B2D0} ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}]
    2014-10-28 14:30:41:151  696 6fc AU #############
    2014-10-28 14:30:41:151  696 6fc AU All AU searches complete.
    2014-10-28 14:30:41:151  696 6fc AU   # WARNING: Failed to find updates with error code 8024402f
    Derek
    Systems Engineer
    Derek Desktop Engineer

  • ODBC Problems with SQL Server 2012 on Virtual Machine

    I am having problem with my application after my IT department upgraded to SQL Server 2012 with error "ConngetDataToModify.vi:1"<ERR>Object 0x2222222 is not valid.  I have 4 servers running the same executable without problem before the upgraded. However, after the upgrade 2 of these Server are having the problem with the ODBC connection. Here are my setup, the application was created using LabView8.5, we have 2 physical server box running Window Server 2003, 2 Virtual Machine on Windows Server 2008, and a Virtual Machine with SQL 2012 Server. The 2 physical server running the executable without a problem after the upgrade, but the 2 Virtual Server were unable to connects to the ODBC connection. Anyone have any idea why this is happening , it is the problem with compatibility between my application with Server 2008 and SQL 2012 Server, or is there a problem with both beings Virtual Servers? As I said, the 2 physical Server seem to be running without any problem with the upgrade.

    My guess is that the problem is not specifically with LV. This should be relatively easy to check if you create a UDL file and double click it. This opens a Microsoft wizard which allows you to configure and test DB connections (the UDL file itself is basically just a text file which holds a connection string). If it doesn't work there, it won't work in LV.
    As for what the actual problem is, a common culprit is the firewall, which is easy enough to check by disabling it. Another option is the surface area configuration of SQL Server, which will not allow network connections unless you tell it to.
    It should probably also be noted that LV 8.5 is not officially supported on Windows Server. I'm assuming that's not the issue, but be aware of it.
    Try to take over the world!

Maybe you are looking for

  • Dynamic %HINT ORACLE in select query

    Hi Experts, I am trying to implement given below code with dynamic % hint oracle       SELECT vbeln posnr uepos          FROM vbap INTO TABLE i_vbap          FOR ALL ENTRIES IN i_vbak           WHERE vbeln EQ i_vbak-vbeln             %_hints oracle '

  • Firefox does not save toolbar I made

    Since FF upgraded me to Firefox 23 My tool bars are messed Every time I make a new toolbar Via "Customize" > "Add New Toolbar" after I exit it does not save. Yes I read over 10 different articles on it. 1) I deleted the localstore.rdf and started fro

  • [SOLVED] Typing delayed in pidgin and evolution

    When I type something in pidgin or evolution, after a couple of seconds the screen stops updating even though the apps are receiving my keypresses. If I stop and wait for a while or move the mouse it updates the screen. This doesn't happen in firefox

  • Concatenation in SQL query

    i have a doubt with the concatenation in a SQL query; When i give something like:- select 'drop table '|| tname from tab -- 1st statement it works but when i give this as below:- select 'drop table '|| tname from tab ';', --2nd statement it gives a m

  • My mac book pro isn't letting out any sound. i went to the settings and it said that  have no output source. it was working fine earlier.

    i went to the settings and it said that  have no output source. it was working fine earlier. it says this :