Protection data XML error when you navigate to port 9443/vcenter-customer?

I installed the 5.1.11.3 Data Protection Unit vSphere.
The installation/configuration has been impeccable.   After traveling to our address: https://nm-dataprotection. .org:8543 < oursite > /vdp - configure/-expected benefits were all green / running.

The problem comes when you try to browse to: https://nm-dataprotection. .org:9443/vcenter-client/ < oursite >

The page opens:

< soapenv:Reason >
< soapenv:Text XML: lang = "en - us" >
The service is not found for the endpoint (EPR) of reference/vcenter client.
< / soapenv:Text >
< / soapenv:Reason >

I reinstalled the .ovf file and monitored start the VM for the Protection of the data.  Normal Linux startup messages have no error.

DNS resolves properly front and rear.  We're vCenter Server 5.1.0 so we cannot use the version 5.5.5 the Data Protection.

I get the same result with several browsers on multiple systems.  We have not changed the ports and there is no firewall in place of this network.

Any suggestions would be greatly appreciated.

My mistake.   In my haste, I entered the DNS of the VDP:9443 instead of the vCenter:9443.   Makes a world of difference when you breathe and read the instructions at a pace where you can understand what you read.

Tags: VMware

Similar Questions

  • Process page not throwing no data found error when you remove the item in a table

    Hi guys,.

    I'm trying to run a process page just before the process of MRU in tabular form and it is throwing an error no data found . Here is my code:
    BEGIN
         
         for i in 1..apex_application.g_f02.count LOOP     
              
              IF apex_application.g_f01(i) is not null THEN
                   
                   UPDATE STOCK
                        SET PRODUCT_QUANTITY = PRODUCT_QUANTITY+apex_application.g_f08(i)
                   WHERE site_id = :P21_SITE_ID and product_id = apex_application.g_f02(i);
                   COMMIT;
                   
              END IF;
         END LOOP;
    END;
    F01 here is the checkbox column and the if statement is the cause of the problem because if I get rid of the update statement (leaving just the commit) then it still throws the error.

    When I click on a checkbox, and hit the Remove button what fires off times this process and then the MRU, I get the error not found data .

    Would appreciate it if someone could shed some light on this. Thank you very much.

    Published by: taepodong on July 1, 2012 07:54

    Hello

    >
    I'm trying to run a process page just before the process of MRU in tabular form and he throws no data were found error. Here is my code:

    BEGIN
    
         for i in 1..apex_application.g_f02.count LOOP     
    
              IF apex_application.g_f01(i) is not null THEN
    
                   UPDATE STOCK
                        SET PRODUCT_QUANTITY = PRODUCT_QUANTITY+apex_application.g_f08(i)
                   WHERE site_id = :P21_SITE_ID and product_id = apex_application.g_f02(i);
                   COMMIT;
    
              END IF;
         END LOOP;
    END;
    

    Here f01 is the column of the box and the if statement is causing the problem because if I get rid of the update statement (leaving just the commit) then it still throws the error.

    When I click on a checkbox and click on Remove button that triggers both this process and then MRU, I get the no found error of data.
    >

    You iterate over the f02 and seeking f01 not null. It's the misuse of the checkbox element. Please see these links. in particular the examples of process OnSubmit.
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_item.htm#CHDDCHAF
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_app.htm#AEAPI215

    Kind regards

    PS: That's what you need to understand
    >
    Note that the boxes displayed by using APEX_ITEM. CHECK box will only contain values in the APEX_APPLICATION tables for those lines that are checked. Unlike other elements (TEXT, TEXTAREA, and DATE_POPUP) that can contain an entry in the corresponding table of APEX_APPLICATION for all submitted ranks, a checkbox will be an entry in the APEX_APPLICATION table if this option is selected.
    >

    Published by: Dominique July 2, 2012 09:44

  • Default data adapter error when you deploy a file. War in weblogic

    Hi all

    Newbie here with a few questions regarding the deployment of the OPA 10.1. Really hoping you guys can help...

    (1) I try to deploy a web file - determinations.war unexploded on WebLogic. Thanks to this forum, I have the book "modules folder not found" etc. However, I am now faced with a problem that I can't find any info on. Please see below.

    3672074 [ExecuteThread [ASSET]: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] WARN com.or
    acle.determinations.web.platform.controller.actions.StartSessionAction - couldn't instansate dfau
    lt data adapter
    java.lang.NullPointerException
    in java.io.File. < init > (File.java:194)
    to com.oracle.determinations.web.platform.plugins.data.XDSDataAdaptor. < init >(XDSDataAdaptor.)
    Java: 55).
    at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.createInterv
    iewSession(StartSessionAction.java:173)
    to com.oracle.determinations.web.platform.controller.actions.StartSessionAction.getResource)
    StartSessionAction.java:66)
    at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet (WebDetermin
    ationsServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.
    Java: 226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletC
    ontext. Java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute (WebAppServletContext.java:2
    140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

    I have the following entry in the application.properties file too...
    # XDS data adapter default file path
    #xds.file.path = data

    From that we see that we believe that the code becomes a null pointer because of the following method to the WebDeterminationsServletContext class.

    public String resolveFullPath (String path)
    {
    File f = new File (path);
    return f.isAbsolute ()? f.getAbsolutePath (): this.servletContext.getRealPath (path);
    }


    We believe that the getRealPath (path), highlighted in red, returns null. Any ideas how we can solve this problem?

    (2) the second issue that I am facing is in the ownership of plugins.libraries in the application.properties file. I have the input as

    plugin. Libraries = DataAdaptor.DA;

    which should point to our custom data adapter. However, I get the following error.

    4242994 [ExecuteThread [ASSET]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default"] WARN com.or
    acle.determinations.web.platform.servlet.WebDeterminationsServletContext - cannot find the class: data
    Adaptor.DA
    4243025 [ExecuteThread [ASSET]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default"] WARN com.or
    acle.determinations.interview.engine.local.LocalInterviewEngine - cannot find the class: DataAdaptor.D
    A

    (3) also, does anyone know if it is possible to deploy a web file - determinations.war that contains additional internal application code? What we are trying to do, is provide a single war file that holds not only the code for the determination of the web, but also all the application code that encapsulates the OWD it contains. Right now it just doesn't work. I'm not sure what the conflict is exactly. The only way I seem to be able to get this work is by deploying the code into two separate files of war.

    On these questions, any help would be appreciated stored.

    Thank you
    Taj

    (2) is caused because your data adapter plugin is not installed correctly. The container that contains your plugin should go to the WEB-INF/lib directory, and you must specify the full qualified class name in the plugin.libraries of the application.properties file property.

    If you have not provided a custom data adapter, Web determinations will configure and tie one by default to use instead, which is the base file. If you perform the WebLogic deployment as a war of unxeploded, you must configure the directory default data directory that the plugin will be used by specifying an absolute path that your determinations Web instance has read/write permissions for in the application.properties file xds.file.path property. In your case (1) is mainly caused by (2) because if your data adapter has been loaded correctly by default you do not at all over.

    With regard to the (3) Yes it is probably possible, provided that you do not have library conflicts. How it's done really depends on what are these additional customizations.

  • Error when you open PowerPoint related to data execution prevention Mode

    I encounter an error when you try to open a PowerPoint file. . Here is the full message: "powerPoint has a serious problem with PowerPoint com add-in. This add-in is not compatible with the Mode of enforcement of Data Protection and should be disabled or upgraded to the latest version. You want to disable? "I use PowerPoint 2010 and Adobe Presenter version 8.

    I think I have this problem fixed.  After another little Adobe calls, the person asked me to have my newspaper IT until an administrator local and not on the field... of course, I didn't run-time error and can navigate inside and outside without problem.  From there on, my computer renamed my temporary files... and it seemed to work... fix here:

    http://bbfaq.Clemson.edu/questions/63/error%3A+PowerPoint+experienced+a+serious+problem+wi th + the + Adobe + host + supplement

    From the beginning, I had next with Adobe support empty my temporary files, and I was doing this daily... guess who may be at the origin of this problem somehow.  I hope that this correction continues to work for me and it works for some of you who have had the same problem.

  • Get the error when you try to manually create a restore point in Vista 32 - Bit - System - Protection of the system control panel. Got the unable to create the specified task

    Get the error when you try to manually create a restore point in Vista 32 - Bit - System - Protection of the system control panel.
    Got the unable to create the specified task

    Hello

    What is the exact error message received when the problem occurs?

    Methood 1:

    Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps in the following link:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833 

    Method 2:

    You can start Windows Vista by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    I suggest to put the computer in a clean boot state, and check if the problem persists, see the link:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: See step 7; Reset the computer to start as usual after troubleshooting is performed.

    Method 3:

    You can temporarily disable the security software and check if the problem occurs. Check out the following link to do the same thing:

    http://Windows.Microsoft.com/en-GB/Windows-Vista/disable-antivirus-software

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    I hope this helps! Let us know if you need more assistance.

  • code 80070017 error when you try to downland microsoft office service pack 2 on vista

    code 80070017 error when you try to download microsoft office service pack 2 for vista

    0 X 80070017-2147024873 - ERROR_CRC
    Data error (cyclic redundancy check).

    This problem may occur if there is a failure of control of cyclic redundancy (CRC) check during the update process. This failure can occur if the received file is not the file that is expected by Windows Update

    Run the Chkdsk.exe tool to check the drive for errors

    If this does not help, then manually download the update you need and see if that fixes the problem.

    Description of 2007 Microsoft Office Suite Service Pack 2 (SP2) and of Microsoft Office Language Pack 2007 SP2
    http://support.Microsoft.com/kb/953195 TaurArian [MVP] 2005-2010 - Update Services

  • Q327120 error when you install Windows xp sp3

    Original title:
    error code
    When I try my winxp sp3 his watch after error what is the solusion? Pls help

    Hello

    Thanks for posting in the Microsoft community!
    You have reached the right forum for your question. If I understand correctly, you receive the Q327120 error when you install Windows xp sp3. I suggest you follow the troubleshooting steps to check if this may help.

    You did changes to the computer before the show?

    Method 1:
    You can try the steps in knowledge base article and check.
    Error message: Windows Service Pack 1 has detected that one or more protected Core system files on your computer have been modified
    http://support.Microsoft.com/kb/327120

    Method 2:

    Perform a clean boot and then try to install and check.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353

    Note: When the diagnosis is complete do not forget to reset the computer to a normal startup. Follow step 7 in the above article.

    Check out the link:
    How to download Windows XP SP3
    http://support.Microsoft.com/kb/322389

    Reference link:
    Steps to take before you install Windows XP Service Pack 3
    http://support.Microsoft.com/kb/950717

    If you need further assistance, please answer and we will be happy to help you.

  • How to remove white screen when you navigate from one page to another in Webworks BB?

    Hi all

    I have developed a web application for Blackberry using Blackberry webworks SDK... I created the package using emulator Ripple... In that when you navigate from one page to another page... coming white screen... How to remove this white screen... and instead of the definition of the loading screen in web application... Please me... Thank you very much in advance...

    With respect,

    Marimuthu_P

    normally it is not a white screen to navigate. You can view data-bb-effect as "bland" for the transition to the screen:

    https://github.com/BlackBerry/bbUI.js/wiki/screens

    second thing, is to use the activity indicator for loading (pending content):

    https://github.com/BlackBerry/bbUI.js/wiki/activity-indicator

  • Error when you use the feature Version «Back upward in a file»

    I run an error when you try to save a file version. The error is below to:

    There was an error trying to get the status of the job.

    1: the server returned an error during the processing of the action: CloseJob. Error message: String reference not set to an instance of a string.

    Parameter name: s

    As you can tell, he didn't give me much to do.

    Some background information:

    -J' trying to backup/export a version that has been upsized QA development

    -QA and development have the same version/patch 11.1.2.3.500

    -This version has been imported into the development, and then copied, and then mixed with a development version.

    -I did not receive any errors during this process

    -I am able to backup other files without getting this error

    Any help will be really appreciated.

    Thank you

    Aaron

    Hi Aaron,

    At first glance, it looks like there may be a string of property that is not a string data type. However, before you dig too deep, try to reload the version to see if that makes a difference. I had a similar problem before and it is solved.

    Thank you

    Jordan

  • If the data is empty when you use to_date(?,'yyyy/mm/dd') insert a file into db

    online form insert the? is user input, if the user entered the following works find, but if the input file is empty insert get an error, how to handle
    If the data is empty when you use to_date(?,'yyyy/mm/dd')
    Thank you

    Be more specific.

    You try to insert this in a column that is defined as not null?

    If so, you can choose a default value for the value that you want to use if the user leaves the field to the white screen.

    Or, better yet, use the validation of the front to prevent them from going into an empty space (or perhaps failed it there).

    However, if you still want to do it in the DB:

    Insert into table1 (non_null_date_col)
    values (to_date (nvl (?, '' 2199/12/31), "dd/mm/yyyy"));

  • Error when you try to run an application that worked when built with 8.6

    I have a simple program that I wrote in the 8.6 version that I've never had a problem generation and execution of applications built with it to 8.6.  Two weeks ago, I got 2009 by mail because we had very recently purchased 8.6 and I get errors when you try to run an application built with the same code using 2009.  The error relates to the Mean.vi.  He claims that he can't find it.  The error I get is as follows:

    Error loading VI 'NI_AALBase.lvlib:Mean.vi '.  LabVIEW support 3 error code: could not load façade.  I don't have access to the front panel of this vi, so I wonder if there is a problem with the runtime and not my code.  Please answer as soon as possible because it will quickly start to the impact of my calendar.  Thank you.

    Hello!

    The same problem ?

    I talked with my local OR technical support team. The application now works without any problem.

    Rule of thumb: when creating a Setup program do not forget that the option "Run Time Engine xxxx" in the category "Other installers" is selected despite the fact that the runtime is already installed.

    Best regards.

  • VISA: (Hex 0xBFFF001) timeout expired before the operation is complete. I get this error when you run a VI (instrument is set up to be controlled remotely using the TCP/IP Protocol)

    VISA: (Hex 0xBFFF001) timeout expired before the operation is complete. I get this error when you run a VI (instrument is set up to be controlled remotely using the TCP/IP Protocol)

    Please suggest a solution.

    Thank you very much, it worked!

  • Error when you join only on this server

    Error when you join only on this server

    Hello

    Issues related to servers Windows are best addressed in the TechNet forums. Post your question on the forum.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home

  • DirectX error when you install the game: "an internal system error has occurred. See DXError.log and DirectX.log in your Windows folder to determine the problem.

    I am trying to install a game open source called Rigs of Rods on my dual-boot MacBook Pro with Windows 7 installed via Boot Camp. I get an error that prevents the installation of DirectX. I know that Win 7 includes DirectX 11, but this game does not currently support the DX 11. If I get this error when you try to install DirectX 9. I had a similar problem with another game that I tried installing on another machine Win 7 which is not started in dual mode, and install DirectX 9 worked perfectly. Here is my DXError.log and my DirectX.log.

    DXError.log

    --------------------
    [10/01/11 16:25:07] module: DXWSetup (Mar 16 2009), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 16:25:07] module: DXWSetup (Mar 16 2009), file: psheets.cpp, line: 472, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [10/01/11 16:27:26] module: DXWSetup (Nov 19 2010), file: dxwsetup.cpp, line: 229, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 16:27:26] module: DXWSetup (Nov 19 2010), file: psheets.cpp, line: 699, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [10/01/11 16:29:01] module: DXWSetup (Nov 19 2010), file: dxwsetup.cpp, line: 229, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 16:29:01] module: DXWSetup (Nov 19 2010), file: psheets.cpp, line: 699, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [10/01/11 16:29:56] module: DXWSetup (Nov 19 2010), file: dxwsetup.cpp, line: 229, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 16:29:57] module: DXWSetup (Nov 19 2010), file: psheets.cpp, line: 699, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [10/01/11 16:37:13] module: DXWSetup (Nov 19 2010), file: dxwsetup.cpp, line: 229, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 16:37:13] module: DXWSetup (Nov 19 2010), file: psheets.cpp, line: 699, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [10/01/11 16:56:45] module: DXWSetup (Nov 19 2010), file: dxwsetup.cpp, line: 229, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 16:56:45] module: DXWSetup (Nov 19 2010), file: psheets.cpp, line: 699, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [10/01/11 18:39:05] module: DXWSetup (Mar 16 2009), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [10/01/11 18:39:05] module: DXWSetup (Mar 16 2009), file: psheets.cpp, line: 472, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    --------------------
    [11/01/11 08:45:06] module: DXWSetup (Feb 4 2010), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

    Sections are not initialized.

    --------------------
    [11/01/11 08:45:06] module: DXWSetup (Feb 4 2010), file: psheets.cpp, line: 472, function: PreinstDlgProc

    CDXWSetup::InitInstallEngine() failed.

    DirectX.log

    10/01/11 16:24:54: DXWSetup: * DXWSETUP *.
    10/01/11 16:24:54: DXWSetup: WinMain()
    10/01/11 16:24:54: DXWSetup: IsIA64(): not IA64.
    10/01/11 16:24:54: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:24:54: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:24:54: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:24:54: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:24:54: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 16:24:54: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 16:24:54: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 16:24:54: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 16:24:54: dsetup32: IsWow64(): not the Wow64 process.
    10/01/11 16:24:57: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 16:24:57: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 16:24:57: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 16:24:57: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:24:57: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 16:24:57: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 16:24:57: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 16:24:57: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 16:25:07: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 16:25:07: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 16:25:07: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 16:25:07: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:25:07: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 16:25:07: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 16:25:07: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 16:25:07: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 16:25:14: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 16:25:16: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 16:25:16: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 16:25:16: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    10/01/11 16:27:16: DXWSetup: * DXWSETUP *.
    10/01/11 16:27:16: DXWSetup: WinMain()
    10/01/11 16:27:16: DXWSetup: IsIA64(): not IA64.
    10/01/11 16:27:16: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:27:16: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:27:16: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:27:16: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:27:16: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 16:27:16: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 16:27:16: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 16:27:16: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 16:27:25: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 16:27:25: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 16:27:25: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 16:27:25: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:27:25: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 16:27:25: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 16:27:25: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 16:27:25: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 16:27:26: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 16:27:26: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 16:27:26: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:27:26: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 16:27:26: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 16:27:26: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 16:27:26: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 16:27:26: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 16:27:36: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 16:27:39: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 16:27:39: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 16:27:39: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    10/01/11 16:28:55: DXWSetup: * DXWSETUP *.
    10/01/11 16:28:55: DXWSetup: WinMain()
    10/01/11 16:28:55: DXWSetup: IsIA64(): not IA64.
    10/01/11 16:28:56: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:28:56: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:28:56: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:28:56: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:28:56: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 16:28:56: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 16:28:56: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 16:28:56: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 16:29:01: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 16:29:01: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 16:29:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 16:29:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:29:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 16:29:01: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 16:29:01: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 16:29:01: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 16:29:01: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 16:29:01: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 16:29:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:29:01: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 16:29:01: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 16:29:01: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 16:29:01: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 16:29:01: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 16:29:12: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 16:29:14: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 16:29:14: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 16:29:14: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    10/01/11 16:29:49: DXWSetup: * DXWSETUP *.
    10/01/11 16:29:49: DXWSetup: WinMain()
    10/01/11 16:29:49: DXWSetup: IsIA64(): not IA64.
    10/01/11 16:29:49: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:29:49: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:29:49: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:29:49: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:29:49: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 16:29:49: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 16:29:49: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 16:29:49: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 16:29:56: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 16:29:56: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 16:29:56: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 16:29:56: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:29:56: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 16:29:56: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 16:29:56: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 16:29:56: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 16:29:56: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 16:29:56: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 16:29:56: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:29:56: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 16:29:56: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 16:29:57: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 16:29:57: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 16:29:57: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 16:30:46: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 16:30:48: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 16:30:48: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 16:30:48: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    10/01/11 16:37:07: DXWSetup: * DXWSETUP *.
    10/01/11 16:37:07: DXWSetup: WinMain()
    10/01/11 16:37:07: DXWSetup: IsIA64(): not IA64.
    10/01/11 16:37:07: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:37:07: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll installed files
    10/01/11 16:37:07: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:37:07: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll installed files
    10/01/11 16:37:07: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 16:37:07: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 16:37:07: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 16:37:07: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 16:37:13: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 16:37:13: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 16:37:13: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 16:37:13: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:37:13: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 16:37:13: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 16:37:13: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 16:37:13: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 16:37:13: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 16:37:13: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 16:37:13: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:37:13: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 16:37:13: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 16:37:13: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 16:37:13: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 16:37:13: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 16:37:15: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 16:37:16: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 16:37:16: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 16:37:16: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    10/01/11 16:56:38: DXWSetup: * DXWSETUP *.
    10/01/11 16:56:38: DXWSetup: WinMain()
    10/01/11 16:56:38: DXWSetup: IsIA64(): not IA64.
    10/01/11 16:56:38: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:56:38: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 16:56:38: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:56:38: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 16:56:38: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 16:56:38: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 16:56:38: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 16:56:38: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 16:56:45: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 16:56:45: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 16:56:45: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 16:56:45: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:56:45: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 16:56:45: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 16:56:45: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 16:56:45: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 16:56:45: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 16:56:45: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 16:56:45: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 16:56:45: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 16:56:45: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 16:56:45: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 16:56:45: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 16:56:45: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 16:56:47: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 16:56:48: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 16:56:48: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 16:56:49: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    10/01/11 18:38:56: DXWSetup: * DXWSETUP *.
    10/01/11 18:38:56: DXWSetup: WinMain()
    10/01/11 18:38:56: DXWSetup: IsIA64(): not IA64.
    10/01/11 18:38:57: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 18:38:57: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    10/01/11 18:38:57: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 18:38:57: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    10/01/11 18:38:57: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    10/01/11 18:38:57: DXWSetup: DirectX Version: 4.09.00.0904.00
    10/01/11 18:38:57: DXWSetup: Setup Version: 4.09.00.0904.00
    10/01/11 18:38:57: DXWSetup: a newer version of DirectX has already been installed.
    10/01/11 18:38:57: dsetup32: IsWow64(): not the Wow64 process.
    10/01/11 18:39:01: DXWSetup: CDXWSetup::CDXWSetup()
    10/01/11 18:39:01: DXWSetup: CDXWSetup::DownloadDXUpdate()
    10/01/11 18:39:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    10/01/11 18:39:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 18:39:01: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    10/01/11 18:39:01: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    10/01/11 18:39:01: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    10/01/11 18:39:01: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    10/01/11 18:39:05: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    10/01/11 18:39:05: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    10/01/11 18:39:05: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    10/01/11 18:39:05: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    10/01/11 18:39:05: DXWSetup: CDXWSetup::InitInstallEngine()
    10/01/11 18:39:05: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    10/01/11 18:39:05: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    10/01/11 18:39:05: DXWSetup: WM_APP_ENDDOWNLOAD
    10/01/11 18:39:11: DXWSetup: CDXWSetup::~CDXWSetup()
    10/01/11 18:39:14: DXWSetup: CreatePropertySheet() returns-9.
    10/01/11 18:39:14: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    10/01/11 18:39:14: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.
    11/01/11 08:44:55: DXWSetup: * DXWSETUP *.
    11/01/11 08:44:55: DXWSetup: WinMain()
    11/01/11 08:44:55: DXWSetup: IsIA64(): not IA64.
    11/01/11 08:44:55: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup.dll
    11/01/11 08:44:55: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup.dll
    11/01/11 08:44:55: DXWSetup: impossible to target the Version on the file C:\Windows\system32\directx\websetup\dsetup32.dll
    11/01/11 08:44:55: DXWSetup: installed files C:\Windows\system32\directx\websetup\dsetup32.dll
    11/01/11 08:44:55: DXWSetup: GetDXVersion(): could not get the RC of the registry string.
    11/01/11 08:44:55: DXWSetup: DirectX Version: 4.09.00.0904.00
    11/01/11 08:44:55: DXWSetup: Setup Version: 4.09.00.0904.00
    11/01/11 08:44:55: DXWSetup: a newer version of DirectX has already been installed.
    11/01/11 08:44:56: dsetup32: IsWow64(): not the Wow64 process.
    11/01/11 08:45:02: DXWSetup: CDXWSetup::CDXWSetup()
    11/01/11 08:45:02: DXWSetup: CDXWSetup::DownloadDXUpdate()
    11/01/11 08:45:02: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 1, subreport = 0 x 0
    11/01/11 08:45:02: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    11/01/11 08:45:02: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 2, SubStatus = 0 x 0
    11/01/11 08:45:02: DXWSetup: OnStartInstall(): DLSize = 81, InstallSize = 0
    11/01/11 08:45:02: DXWSetup: OnStartComponent(): ID = DXUpdate, DLSize = 81, InstallSize = 0, str = % DirectX_Setup %
    11/01/11 08:45:02: DXWSetup: OnComponentProgress(): Phase = 0, = 0 progress
    11/01/11 08:45:06: DXWSetup: OnStopComponent(): ID = DXUpdate, hr = 0 x 0, Phase = 9, str = % DirectX_Setup %, State = 0x0
    11/01/11 08:45:06: DXWSetup: OnStopInstall(): hr = 0 x 0, str = (null), State = 0 x 0
    11/01/11 08:45:06: DXWSetup: OnEngineStatusChange(): EngineStatus = 0 x 3, subreport = 0 x 0
    11/01/11 08:45:06: DXWSetup: WM_APP_DOWNLOADDXUPDATE
    11/01/11 08:45:06: DXWSetup: CDXWSetup::InitInstallEngine()
    11/01/11 08:45:06: DXWSetup: CDXWSetup::InitInstallEngine(): Sections are not initialized.
    11/01/11 08:45:06: DXWSetup: PreinstDlgProc(): CDXWSetup::InitInstallEngine() failed.
    11/01/11 08:45:06: DXWSetup: WM_APP_ENDDOWNLOAD
    11/01/11 08:55:23: DXWSetup: CDXWSetup::~CDXWSetup()
    11/01/11 08:55:26: DXWSetup: CreatePropertySheet() returns-9.
    11/01/11 08:55:26: DXWSetup: C:\Windows\system32\directx\websetup\dsetup.dll files deleted.
    11/01/11 08:55:26: DXWSetup: C:\Windows\system32\directx\websetup\dsetup32.dll files deleted.

    Any help that you can give the question is appreciated. Thank you!

    Hello

    According to me, that your request would be better supprted in community platforms of the pénis.  Here is a link that should point you in the right location.  I hope that this information is beneficial.

    http://www.rigsofrods.com/forum.php

    Thank you

    Aaron
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Error: "there was a disk error when you write to the file C\:Program files (x 86) \microsoft games\dungeon siege\resources\objects.dsres" during the installation of Dungeon Siege.

    When I try to install it it comes up with an error about 16% in the installation, saying that there is a disk error when you write to the file C\:Program files (x 86) \microsoft games\dungeon siege\resources\objects.dsres

    Any ideas?

    Hi MouseToe,

    What version of Dungeon Siege you trying to install?

    The cause of this problem could be the corrupted resource (.dsres) file or disk error. Here are some things you can do to solve the problem.

    Method 1: Run the disk check.

     

    Check the integrity of your hard disk for lost clusters and errors.

    To do this, follow the steps in this article: check a drive for errors

    Method 2: Defragment the hard disk.

    This improves the performance of your hard drive.

    Reference: improve performance by defragmenting your hard drive

    Method 3: Run the game as administrator.

    Here's how:

    (a) right click on the game configuration file.

    (b) choose 'Run as administrator'.

    Method 4: Try to install the game in a different folder or to a different drive

     

    Try to install the game in a different folder. If the computer has another hard disk, try to install the game on the other hard drive.

    Follow these steps.

    a. Insert the game disc in the drive.

    Note: Do not click on Quick Installation during installation.

    b. follow the setting menus until you see the change button.

    c. click change.

    d. in the path box, delete the existing path, and then type the following text:

    drive: \Program Files\Microsoftgame name Games\

    In this example,drive is the letter of the hard disk drive and the name of the game is the name of the game you are trying to install.

    e. click OK when finished.

    f. follow the instructions that appear on the screen to install the game.

    This should be it.

    For more information, please visit:

    http://support.Microsoft.com/dungeonsiegeiifaq

    For additional assistance, please post your concerns at the forum below.

    http://www.Microsoft.com/games/en-us/community/pages/forums.aspx

    Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for