Error occurs during the rendering of jsp component

Hi everyone,
   I have writting a webdynpro java program and it run well in j2ee engine. I wanted to display it in my portal, so I use sap webdynpro iview to integrate it.But when I preview it ,the following error occured.
[code]
Portal Runtime Error
An exception occurred while processing a request for :
iView : pcd:portal_content/APPChina/HQ/mbos/iviews/com.app.hq.mbos.doctree
Component Name : com.sap.portal.appintegrator.sap.WebDynpro
Error occurs during the rendering of jsp component.
Exception id: 02:52_28/09/07_2636_803509951
See the details for the exception ID in the log file
[/code]
The detail error information in defaulttrace is below:
[code]
Exception ID:02:52_28/09/07_2636_803509951
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
Component : pcd:portal_content/APPChina/HQ/mbos/iviews/com.app.hq.mbos.doctree
Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
User : Administrator
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
     at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
     at com.sapportals.portal.appintegrator.Utils.includeJSP(Utils.java:199)
     at com.sapportals.portal.appintegrator.layer.PSIDLayer.render(PSIDLayer.java:58)
     at com.sapportals.portal.appintegrator.LayerProcessor.processContentPass(LayerProcessor.java:226)
     at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:100)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error occurs during the compilation of java generated from the jsp
     at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:116)
     at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
     at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
     ... 39 more
Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
     at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2189)
     at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
     at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
     at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:291)
     at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:141)
     ... 42 more
[/code]

Hi,
Please look at the file
C:\usr\sap\<sid>\JC<instance>\j2ee\cluster\server0\log\default.x.trc
for more details of the exception.
There will be a stack trace here which is essential in order to resolve the problem. Please post the stack trace here.
Dagfinn

Similar Messages

  • Error occurs during the rendering of jsp component log file?

    Hello. I am having troubles on locating the log file for this particular error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Error occurs during the rendering of jsp component.
    Exception id: 11:59_31/07/07_0004_19351950
    See the details for the exception ID in the log file
    I searched all folders on my drive, using the exception id as keyword to search files that contains part of the id (0004_19351950), but to no avail. I wanted to see the log for me to identify the problem. Any ideas where I can look for it? or, better yet, what can be a solution to this runtime error?
    I'm using the 2004s developer environment version. Thanks in advance.

    hi Arnold,
    Go to Java Developer role -> expand Portal Tools folder -> click on Portal Logviewer. Put the exception id in the text-box corresponding to search -> click on search all files. Open the file that is displayed in the search result and make a search with the id again to refer to the exact line.
    N.B: if you don't have Java developer role, using user admin, assign that role to you first
    Cheers.......

  • Error 1935 - Adobe Reader (11) - An error occurred during the installation of assembly component - Windows 7

    NOT RESOLVED
    It seems to be a problem with my windows installation. I will re-install at a later date since installing PDF viewing programs the only issue.
    Problem:
    While installing Adobe Reader XI using the install_reader11_en_mssd_aaa_aih.exe from Adobe Reader Install for all versions and AdbeRdr11000_en_US.msi from a forum post on here. Error 1935 occurs using both installers and causes the setup to fail and initiate rollback.
    Additional information:
    In Programs & Features list there is no adobe reader as you can see:
    This is pretty much a clean install of windows on which I have installed: Adobe Flash Player (16), Steam + some games, Chrome, Skype and some Visual C++ Redistributables, .NET Framwork, Drivers for GPU, CPU, Motherboard and USB devices.
    Error:
    Error 1935. An error occurred during the installation of assembly component
    {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}.
    HRESULT: 0x80070308
    System:
    Windows 7 x64 - installed on a SSD.
    Motherboard: ASRock Z97 Extreme 4
    GPU: Gigabtye - G1 Gaming GTX 970
    CPU: Intel Core - i7 4770K @4.00 GHz
    RAM: 16GB Kingston Hyper X (8x2)
    Steps taken:
    1. I have cleared the transaction log using command prompt with the following command:
        fsutil resource setautoreset true C:\
    Restarting the computer and trying to install Adobe Reader 11 results in the same error.
    2. Restarting the computer, disabling Malwarebytes Anti-Malware and installing Adobe Reader 11 results in the same error.
    3. Chrome has "allow all sites to run JavaScript" checked.
    Thanks
    Edit:
    I have attempted to install an earlier version (10.1.4) of Adobe Reader - Same error occurs.
    Edit 2:
    I'm going to look for some alternatives for the mean time
    Edit 2.1:
    These alternative programs are failing to install as well. Multiple errors, I now assume the issue is with my windows installation.

    Hi Kanker ,
    Please refer to the following link and see if it helps.
    https://helpx.adobe.com/acrobat/kb/error-1935-install-acrobat-reader.html
    Let us know with your response .
    Stay well.
    Regards
    Sukrit Dhingra

  • ERROR: An error occurred during the installation of assembly component / ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    During the Installation of LR I get an error message. Initially I didn't have enough space for the installation on the start partition drive. However, now, it should be sufficient and I re-booted the computer a couple of time, hence I would assume that the temporary installation files have been deleted.
    Now, nevertheless each time I try to re-install the software I get the following messages:
    ERROR: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    Since PS was installed without problems I would refrain from deinstalling the Creative Cloud and start over again.
    Any hints?
    Thx

    Claasd5335054 you will want to review the MSI log files to determine what error message is preventing the installation from completing.
    ERROR: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    This is the only error information contained within Adobe Lightroom 5's installation log.  The MSI log files contain the additional error messages.

  • Error 1935:  An error occured during the installation of assemble component. Acrobat XI

    I currently have Acrobat Professional 9.5.4 loaded and attempted to load Acrobat Professionl XI on a Windows 7 box.  When I do, I receive the below error:
          Error 1935:  An error occured during the installation of assemble component.  {76C3F0F6-9B9D-35DA-81C6-CA8A88CC93CA}
    I've tried a few things to resolve the issued with no success.  I've tried:
    1)  setting the RegistrySizeLimit to 4294967295
    2)  Installed .net Framework 4.5  (upgraded from 4.0)
    3)  Clearing the transaction log via command prompt (admin level)
    I have over 20 users that need the program and performing a new OS load is not an option.
    Heeeeelp!!!!!

    If you had to activate AA 9, deactivate it before proceeding, then uninstall it (though the install should also do that). Then run http://labs.adobe.com/downloads/acrobatcleaner.html to clean up the registry for Acrobat. Also, remove any left over parts of the Acrobat folder. Reboot and do an install. Be sure to log in as the administrator and disable anti-virus. Maybe these steps will help. Let us know what else you run into. After the install (if successful), you will need to install the updates. Best to use the Help>Updates if possible.

  • Erro.1935. An error occured during the installation of assembly component

    Dear All,
    I have a problem with installation of Crystal report server 2008 v1.
    During installation, I received a message: Erro.1935. An error occured during the installation of assembly component  {66332652-9c28-58b1-a01f-c8b3b9a1e18e}.hresult:0x800736fd.
    What does it mean? How can I solve this problem?
    Best Regards

    Make sure .NET framework is installed. See [this|http://support.microsoft.com/kb/926804] MS KB for more details.
    - Ludek

  • An error occured during the installation of assembly component

    Hello,
    there is an error durring the installation of Adobe Reader X:
    >>
    An error occured during the installation of assembly component
    {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}.
    HRESULT: 0x80070BC9.
    <<
    To give you some backround informations:
    It is a Windows 7 system. 32-Bit. I installed Windows completetly new yesterday and tried to installe Adope reader afterwards.
    Could you please help me?
    Thank you very much in advance.
    Smocking

    Try to redownload the installation software, turn off virus protection while installing and try to re-install. Here is a link for a new download:
    ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.1.1/en_US/

  • Error 1935: An error occured during the installation of assembly component

    I am attempting to install SAP Crystal Reports for Visual Studio 2012.
    The installation (which was initialized with elevated permissions) fails near completion, with the following error message:
    Error 1935. An error occurred during the installation of assembly component {844EFBA7-1C24-93B2-A01F-C8B3B9A1E18E}. HRESULT: 0x80073715.
    OS: Windows 8.1 64 bit
    Visual Studio: VS 2012 Ultimate
    .NET Framework: 4.5 with 3.5, 3.0, 2.5, 2.0 all enabled
    SAP version: 64 bit 13_0_7
    If anyone has had a similar issue and can help, or if there is an official fix from Microsoft out there that someone can point me to, I'd greatly appreciate it.
    -Amanda

    Hi,
    About error 0x80073715, I found the acticle. Wish it will help you.
    http://support.microsoft.com/kb/2643995/en-us
    If it can't solve your issue, I suggest you post your issue to the related forum.
    http://scn.sap.com/thread/3185805
    Best Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • An error occurred during the installation of assembly component

    I am receiving this message when I try to install adobe reader (tried both reader X and reader 9) Same message came out on screen every time I try to install adobe reader program....
    An error occurred during the installation of assembly component {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}.
    HRESULT: 0x80070BC9.
    Can anyone help me out on this???
    by the way my OS just changed to windows 7.

    I suggest that you restart your computer, then try again.

  • Adobe Reader X (10.1.2) - An error occured during the installation of assembly component

    Hi there everyone,
    more or less is was forced to format and reset my system by today and one of the first programms i tried to re-install after my WIn 7 64 bit was back in action was Adobe Reader X. Unfortunately the following error occures during the installation (by the web installer and also by the 52MB stand alone installer). Maybe the installer requires some other tools, runtimes or something else to be installed to go on ahead with the adobe installation but I'm not quite sure.
    I would be very happy if someone could help me.

    The Problem solved itself meanwhile. After installing Windows 7 it was automatically loading the 71 last important updates from the Microsoft site and I didn't restart the system after installing all those updates (~270MB).
    After rebooting the system the Adobe Reader installed easily. Thanks for your help dude and your advice "restarting windows" was the right answer anyway. : o)
    Kind Regards,
    Schnörgel

  • Adobe reader issues windows 8 Error 1935.An error occurred during the installation of assembly compo

    adobe reader issues windows 8 Error 1935.An error occurred during the installation of assembly component {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}. HRESULT: 0x80070422.
    I have tried many things to try to install it and I have been unsucessful. Please help I have windows 8 64bit.

    This did not resolve my issue, it actually made things worse. I did what
    you had told me to do below, and it did not work. Tried to access the
    internet to respond back to you and my computer was not able to reach the
    internet. Tried reaching adobe support and not was able to, even tried
    calling was on the phone for 20 minutes and no one answered. I was not able
    to re install windows. Contacted Asus from another computer and they were
    not able to help me reinstall windows They had asked me to ship my computer
    back to them, due to them not being able to resolve the issue and help me
    reinstall windows. I luckily had a backup on my external hard drive and was
    able to reinstall windows 8. Spent over an hour and half trying to fix
    that. Here I am still not able to install adobe reader. I was very unhappy
    with what I was told to do and it gave me this issue.
    ·  Open an Administrator command prompt: Right-click Start > All Programs >
    Accessories > Command Prompt and select Run As Administrator. Click Allow
    for the elevation prompt
    ·  In the command prompt, type the command below:
    fsutil resource setautoreset true C:\
    The line above assumes that C: is the drive in which Vista is installed. If
    it is installed on another drive like D:, change the drive letter
    appropriately.
    ·  Restart the system.
    ·  Install Acrobat or Adobe Reader again.

  • Error 1935. An error occurred during the installation of assembly...

    I utilizing VS.Net and I'm deploying a project to my client machines. The XP client machines execute the code just fine but I get two general errors when I try to run the app on a Vista Business machine.
    1) Crystal Reports Basic Runtime for Visual Studio 2008
    Error 1935. An error occurred during the installation of assembly.
    'Microsoft.VC90.ATL.version="9.0.21009.1.publicKey="1fc8b9a1e18e3b:.processorArchitecture="x86".type="win32'"
    Please refer to Help and Support for more information.
    2) The other error happens when I actually run the app and its in InnerException error.
    Things that I found on the web discuss adding merge modules to VS but I can't find where to reference that info. Are there any other ideas out there.
    Thanks-
    JLN

    Hello,
    Good Day!
    I'm having a nasty problem that remains unresolved for the last four weeks now - I'm trying to install CR2008 on a brand new Dell laptop /w 64-bit OS  Windows 7 with a T4300 dual core processor (2.1Gz).  As far as I can see SP1 or SP2 are not installed. However, I see MS WSE 2.0 SP3 Runtime installed.
    During installation of CR 2008  the error message as follows shows up -
    Error 1935: An error occured during the installation of assembly component {303994BA-6487-47AE-AF1D-7AF6088EEBDB}
    HRESULT: 0X80070002
    As a result of this error the installation terminates and the rollback begins (I assume it completely removes the components that it attempted to install so far.
    The laptop has the following significant software applications -
    Microsoft SQL server 2005, SQL server Native Client, MS VisualBasic 2005 & 2008, C++, MS Visual Studio 2005 Remote Debugger &  Windows SDK for Visual Studio 2008  - just in case there are any known conflicts or problems.
    Are there any 'leads' I can follow to successfully conclude this installation.
    Thanks for your time.
    TGupta

  • Error 1935 - An error occured during the installation assembly

    Every time I try to download Acrobat Reader 8.1.2 I get the following error message: Error 1935 - An error occured during the installation assembly. I have Microsoft Vista - Internet Explorer 7. I have a Dell computer.

    Not alone.
    Lots of things tried. None worked for me so far.
    Search Results for Error 1935
    36 matches found
    n Topic name: Error 1935 - An error occured during the installation assembly
    Forum name: Adobe Reader - Message #1
    Posted By: Stephen Castle - Feb 17, 2008 04:18 pm
    I think that I have the same problem Adobe Reader 8.1.2 Installer Information On MS Vista Business even when installed as administrator Error 1935.An error occurred during the installation of assembly. 'Microsoft.VC80.CRT,version='8.0.50727.163",
    Discussion: Topic name: Error 1935 - An error occured during the installation assembly
    Forum name: Adobe Reader
    Posted By: Ismael Dieppa - Feb 17, 2008 04:18 pm
    Every time I try to download Acrobat Reader 8.1.2 I get the following error message: Error 1935 - An error occured during the installation assembly. I have Microsoft Vista - Internet Explorer 7. I have a Dell computer.
    n Topic name: Unable to download Adobe Reader 8
    Forum name: Adobe Reader - Message #6
    Posted By: T M - Jan 6, 2008 12:28 pm
    For Error 1935 Open a command prompt from the start menu as an administrator Type in: fsutil resource setautoreset true C:\ Restart and try again. I was having multiple issues with my machine, one of them being Error 1935 with Acrobat. The ot
    n Topic name: Unable to download Adobe Reader 8
    Forum name: Adobe Reader - Message #4
    Posted By: Saundra Ashley - Dec 20, 2007 02:11 pm
    Would this work on Vista Home Premium? My error is Error 1935, see forum for my original posting unable to download 8.0 and 8.1.1 Thanks Saundra
    n Topic name: Unable to download Adobe Reader 8
    Forum name: Adobe Reader - Message #3
    Posted By: Saundra Ashley - Dec 20, 2007 02:07 pm
    I am having difficulty downloading Reader 8.1.1. I am running Vista Premium Home Edition and when I tried 4 times to download I received Error 1935(see forum on Topics Page for 8.0 & 8.1.1). Now I am sitting with no reader since the download convenie
    n Topic name: Error 1935
    Forum name: Adobe Reader - Message #5
    Posted By: bob bedell - Feb 10, 2008 06:14 am
    I received a message to update the adobe reader in my laptop. I clicked proceed, but it would not finish installing. I received the same error message, 1935, as above. Also, pdf files can NOT now be opened! My OS is windows vista. All I want to do is go b
    Discussion: Topic name: Error 1935
    Forum name: Adobe Reader
    Posted By: BenDavis - Feb 16, 2008 12:02 pm
    Whenever I try and install Adobe Reader, I get the following messgae: Erroe 1935. Adn error occured during the installation of assembly 'Microsoft.VC80.CRT.version="8.0.50727.163"'publicKey Toekn="1fc8b3b9a1e18e3b"'processorArchitectur
    n Topic name: Can't Install Premiere Elements 4.0 Error 1935
    Forum name: Premiere Elements - Message #2
    Posted By: Russel Brunton - Feb 14, 2008 10:39 pm
    I had the same exact problem as Charles Kaiser, "Error 1935. An error occurred during the installation of assembly component {97F81AF1-oE47-DC99-A01F-C8B3B9A1E18E}. HRESULT: 0x80070005.". Any help.
    Discussion: Topic name: Can't Install Premiere Elements 4.0 Error 1935
    Forum name: Premiere Elements
    Posted By: Charles Kaiser - Feb 15, 2008 04:20 am
    When trying to install Premiere Elements 4.0, everything cranks along fine until I get the pop-up "Error 1935. An error occurred during the installation of assembly component {97F81AF1-oE47-DC99-A01F-C8B3B9A1E18E}. HRESULT: 0x80070005." So wh
    n Topic name: 8.1.2 error 1935
    Forum name: Adobe Reader - Message #1
    Posted By: Werner F Hartl - Feb 11, 2008 10:54 am
    Tried running fsutil per suggestion of TM. Didn't work. Search "error 1935" for this suggestion and other users with same problem. I notice no suggestions (that work) for a fix. Is that it? Now I can't open any pdf documents on my computer? W
    Discussion: Topic name: 8.1.2 error 1935
    Forum name: Adobe Reader
    Posted By: Werner F Hartl - Feb 14, 2008 08:16 am
    Using Vista. Accepted offer to update. This removed Reader from my machine. When I tried to download and install got error 1935.
    n Topic name: 8.1.2 error 1935
    Forum name: Adobe Reader - Message #2
    Posted By: Werner F Hartl - Feb 14, 2008 08:16 am
    Got fix from another post (Laura Finateau). Go to Microsoft web site: http://windowshelp.microsoft.com/Windows/en-US/Help/ca7d15d7-8ee3-4993-bd01-753dadc904121 033.mspx It's the same fix as already mentioned. When I first tried it the problem may hav
    Discussion: Topic name: Vista/Reeder error 1935
    Forum name: Adobe Reader
    Posted By: Laura Finatean - Feb 14, 2008 07:56 am
    Error 1935 when trying to download/install Reeder. Tried everything, finally the 5th technician solved it with this: http://windowshelp.microsoft.com/Windows/en-US/Help/ca7d15d7-8ee3-4993-bd01-753dadc904121 033.mspx
    Discussion: Topic name: 8.1.2 error 1935
    Forum name: Adobe Reader
    Posted By: Werner F Hartl - Feb 11, 2008 09:51 am
    Downloaded a pdf file with a 4 day download restriction. I was close. Downloaded and opened file and got popup from adobe offering to update to 8.1.2. I accepted. Lost "reader" and coudn't reinstall- got error 1935.
    n Topic name: Adobe 8 Standard in Vista
    Forum name: Acrobat Windows - Message #6
    Posted By: wmcalpine - Sep 10, 2007 06:31 am
    I have tried everything to install version 8.1 for Windows Vista. After getting halfway complete, I get the following error and install ends: Error 1935. An error occured during the installation of assembly "Microsoft.VC80.CRT, version = 8.0.50727

  • An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.1833",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003.

    I received the above error reinstalling SQL Server 2008.  I have tried all suggestions.  This error also appears when I install any version of SQL Server.
    I have also installed;
    Microsoft® .NET Framework Version 2.0.50727.4927
    Microsoft® .NET Framework Version 4.0.31106.0
    Microsoft® .NET Framework Version 3.0.6920.50
    Microsoft Visual C++ 2005 Redistributable (x64) 8.0.59192
    Microsoft Visual C++ 2008 ATL Update kb973924 - x86 9.0.30729.4148
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
    Microsoft Visual C++ 2010 x64 Redistributable 10.0.40219
    Microsoft Visual C++ 2010 x86 Redistributable 10.0.40219
    Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068052081
      Exit facility code:            1212
      Exit error code:               1935
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2014-02-23 19:17:20
      End time:                      2014-02-23 19:21:35
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140223_191513\SqlSupport_KatmaiRTM_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  OHPC
      Machine processor count:       2
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         H:\SQLServer2008R2_SP1\x64\setup\
      Installation edition:          DEVELOPER
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140223_191513\ConfigurationFile.ini
      CUSOURCE:                      
      ENABLERANU:                    False
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          <empty>
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           OHPC\Robert
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  True
      TCPENABLED:                    0
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140223_191513\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140223_191513\SystemConfigurationCheck_Report.htm
    SFC/ Scannow
    2014-02-23 19:08:22, Info                  CSI    0000016f [SR] Verifying 100 (0x0000000000000064) components
    2014-02-23 19:08:22, Info                  CSI    00000170 [SR] Beginning Verify and Repair transaction
    2014-02-23 19:08:23, Info                  CSI    00000172 [SR] Cannot repair member file [l:20{10}]"wscsvc.dll" of Microsoft-Windows-SecurityCenter-Core,
    Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:08:23, Info                  CSI    00000174 [SR] Cannot repair member file [l:30{15}]"amd64_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:08:26, Info                  CSI    00000176 [SR] Cannot repair member file [l:20{10}]"wscsvc.dll" of Microsoft-Windows-SecurityCenter-Core,
    Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:08:26, Info                  CSI    00000177 [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.Microsoft-Windows-Client-Features-Update"
    2014-02-23 19:08:26, Info                  CSI    00000179 [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:20{10}]"wscsvc.dll";
    source file in store is also corrupted
    2014-02-23 19:08:27, Info                  CSI    0000017c [SR] Cannot repair member file [l:30{15}]"amd64_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:08:27, Info                  CSI    0000017d [SR] This component was referenced by [l:154{77}]"Package_2_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.2533552-4_neutral_GDR"
    2014-02-23 19:08:27, Info                  CSI    00000180 [SR] Could not reproject corrupted file [ml:520{260},l:94{47}]"\??\C:\Windows\Servicing\Version\6.1.7601.17592"\[l:30{15}]"amd64_installed";
    source file in store is also corrupted
    2014-02-23 19:08:27, Info                  CSI    00000182 [SR] Verify complete
    2014-02-23 19:12:33, Info                  CSI    00000326 [SR] Verifying 100 (0x0000000000000064) components
    2014-02-23 19:12:33, Info                  CSI    00000327 [SR] Beginning Verify and Repair transaction
    2014-02-23 19:12:33, Info                  CSI    00000329 [SR] Cannot repair member file [l:26{13}]"x86_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:12:35, Info                  CSI    0000032b [SR] Cannot repair member file [l:26{13}]"x86_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:12:35, Info                  CSI    0000032c [SR] This component was referenced by [l:154{77}]"Package_2_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.2533552-3_neutral_GDR"
    2014-02-23 19:12:35, Info                  CSI    0000032f [SR] Could not reproject corrupted file [ml:520{260},l:94{47}]"\??\C:\Windows\Servicing\Version\6.1.7601.17592"\[l:26{13}]"x86_installed";
    source file in store is also corrupted
    2014-02-23 19:12:36, Info                  CSI    00000331 [SR] Verify complete
    2014-02-23 19:13:14, Info                  CSI    0000035d [SR] Repairing 3 components
    2014-02-23 19:13:14, Info                  CSI    0000035e [SR] Beginning Verify and Repair transaction
    2014-02-23 19:13:14, Info                  CSI    00000360 [SR] Cannot repair member file [l:20{10}]"wscsvc.dll" of Microsoft-Windows-SecurityCenter-Core,
    Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:13:14, Info                  CSI    00000362 [SR] Cannot repair member file [l:30{15}]"amd64_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:13:14, Info                  CSI    00000364 [SR] Cannot repair member file [l:26{13}]"x86_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:13:14, Info                  CSI    00000366 [SR] Cannot repair member file [l:26{13}]"x86_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:13:14, Info                  CSI    00000367 [SR] This component was referenced by [l:154{77}]"Package_2_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.2533552-3_neutral_GDR"
    2014-02-23 19:13:15, Info                  CSI    0000036a [SR] Could not reproject corrupted file [ml:520{260},l:94{47}]"\??\C:\Windows\Servicing\Version\6.1.7601.17592"\[l:26{13}]"x86_installed";
    source file in store is also corrupted
    2014-02-23 19:13:15, Info                  CSI    0000036c [SR] Cannot repair member file [l:20{10}]"wscsvc.dll" of Microsoft-Windows-SecurityCenter-Core,
    Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:13:15, Info                  CSI    0000036d [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.Microsoft-Windows-Client-Features-Update"
    2014-02-23 19:13:15, Info                  CSI    0000036f [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:20{10}]"wscsvc.dll";
    source file in store is also corrupted
    2014-02-23 19:13:15, Info                  CSI    00000371 [SR] Cannot repair member file [l:30{15}]"amd64_installed" of Microsoft-Windows-ServicingStack,
    Version = 6.1.7601.17592, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-02-23 19:13:15, Info                  CSI    00000372 [SR] This component was referenced by [l:154{77}]"Package_2_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.2533552-4_neutral_GDR"
    2014-02-23 19:13:15, Info                  CSI    00000375 [SR] Could not reproject corrupted file [ml:520{260},l:94{47}]"\??\C:\Windows\Servicing\Version\6.1.7601.17592"\[l:30{15}]"amd64_installed";
    source file in store is also corrupted
    2014-02-23 19:13:15, Info                  CSI    00000377 [SR] Repair complete
    2014-02-23 19:13:15, Info                  CSI    00000378 [SR] Committing transaction
    2014-02-23 19:13:15, Info                  CSI    0000037c [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction 
    have been successfully repaired

    Summary:
    Attempted proposed solution.  Error still appears.
    This is installed:
    Microsoft Visual C++ 2005 ATL Update kb973923 - x86 8.0.50727.4053
    Microsoft Visual C++ 2005 Redistributable               8.0.56336
    Microsoft Visual C++ 2005 Redistributable (x64)         8.0.59192
    Microsoft Visual C++ 2008 ATL Update kb973924 - x86 9.0.30729.4148
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
    Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
    Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030
    I reinstalled:
    vcredist_x64 Microsoft Visual C++ 2005 SP1 Redistributable Package (x64) .exe
    vcredist_x86 Microsoft Visual C++ 2005 SP1 Redistributable Package (x86).exe
    Results:
    Windows Installer reconfigured the product. Product Name: Microsoft Visual C++ 2005 Redistributable (x64). Product Version: 8.0.56336. Product Language: 0. Manufacturer: Microsoft
    Corporation. Reconfiguration success or error status: 0.
    Windows Installer reconfigured the product. Product Name: Microsoft Visual C++ 2005 Redistributable. Product Version: 8.0.56336. Product Language: 0. Manufacturer: Microsoft Corporation.
    Reconfiguration success or error status: 0.
    I installed SQLServer2008R2_SP1
    Same error message came up;
    SqlSupport_KatmaiRTM_Cpu64_1.log
    MSI (s) (64:94) [23:03:43:910]: Source for file 'pfbafgaq.dll' is uncompressed, at 'H:\SQLServer2008R2_SP1\1033_ENU_LP\x64\setup\sql2008support\PFiles\SqlServr\100\Setup\Release\x64\'.
    MSI (s) (64:94) [23:03:43:926]: Executing op: SetTargetFolder(Folder=C:\Windows\winsxs\amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.1833_none_8a17faaf2edd3e00\)
    MSI (s) (64:94) [23:03:43:926]: Executing op: SetSourceFolder(Folder=1\Windows\winsxs\nvdlei3o.taa\)
    MSI (s) (64:94) [23:03:43:926]: Executing op: RegisterSharedComponentProvider(,,File=ul_ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,Component={837BF1EB-D770-94EB-A01F-
    C8B3B9A1E18E},ComponentVersion=8.0.50727.1833,ProductCode={B40EE88B-400A-4266-A17B-
    E3DE64E94431},ProductVersion=10.1.2731,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
    MSI (s) (64:94) [23:03:43:941]: Executing op: CacheRTMFile(SourceFilePath=C:\Windows\WinSxS
    \amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_ca3f79d486b08636\ATL80.dll,FileKey=ul_ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,,ProductCode={071c9b48-7c32-4621-a0ac-
    3f809523288f},ProductVersion=8.0.56336,Attributes=0,,,,CopierFlags=0,,,,,,)
    MSI (s) (64:94) [23:03:43:957]: Executing op: RegisterSharedComponentProvider(,,File=ul_ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,Component={837BF1EB-D770-94EB-A01F-
    C8B3B9A1E18E},ComponentVersion=8.0.50727.762,ProductCode={071c9b48-7c32-4621-a0ac-
    3f809523288f},ProductVersion=8.0.56336,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
    MSI (s) (64:94) [23:03:43:957]: Executing op: CacheRTMFile(SourceFilePath=C:\Windows\WinSxS
    \amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_ca3f79d486b08636\amd64_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.1833_x-
    ww_f19a562a.cat,FileKey=ul_catalog.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,,ProductCode={071c9b48-7c32-4621-a0ac-3f809523288f},ProductVersion=8.0.56336,Attributes=0,,,,CopierFlags=0,,,,,,)
    MSI (s) (64:94) [23:03:43:957]: Executing op: CacheRTMFile(SourceFilePath=C:\Windows\WinSxS
    \amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_ca3f79d486b08636\amd64_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.1833_x-
    ww_f19a562a.manifest,FileKey=ul_manifest.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,,ProductCode={071c9b48-7c32-4621-a0ac-
    3f809523288f},ProductVersion=8.0.56336,Attributes=0,,,,CopierFlags=0,,,,,,)
    MSI (s) (64:94) [23:03:43:957]: Executing op: CacheRTMFile(SourceFilePath=C:\Windows\WinSxS
    \amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_ca3f79d486b08636\ATL80.dll,FileKey=ul_ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,,ProductCode={D40172D6-CE2D-4B72-BF5F-
    26A04A900B7B},ProductVersion=11.0.0,Attributes=0,,,,CopierFlags=0,,,,,,)
    MSI (s) (64:94) [23:03:43:957]: Executing op: RegisterSharedComponentProvider(,,File=ul_ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,Component={837BF1EB-D770-94EB-A01F-
    C8B3B9A1E18E},ComponentVersion=8.0.50727.762,ProductCode={D40172D6-CE2D-4B72-BF5F-
    26A04A900B7B},ProductVersion=11.0.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
    MSI (s) (64:94) [23:03:43:972]: Executing op: CacheRTMFile(SourceFilePath=C:\Windows\WinSxS
    \amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_ca3f79d486b08636\amd64_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.1833_x-
    ww_f19a562a.cat,FileKey=ul_catalog.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,,ProductCode={D40172D6-CE2D-4B72-BF5F-26A04A900B7B},ProductVersion=11.0.0,Attributes=0,,,,CopierFlags=0,,,,,,)
    MSI (s) (64:94) [23:03:43:972]: Executing op: CacheRTMFile(SourceFilePath=C:\Windows\WinSxS
    \amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_ca3f79d486b08636\amd64_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.1833_x-
    ww_f19a562a.manifest,FileKey=ul_manifest.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,,ProductCode={D40172D6-CE2D-4B72-BF5F-
    26A04A900B7B},ProductVersion=11.0.0,Attributes=0,,,,CopierFlags=0,,,,,,)
    MSI (s) (64:94) [23:03:43:972]: Executing op: AssemblyCopy(SourceName=uvdlei3o.taa|
    ATL80.dll,SourceCabKey=ul_ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E,DestName=ATL80.dll,Attributes=0,FileSize=113152,PerTick=65536,,VerifyMedia=1,ElevateFlags=4,,,,ComponentId=
    {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E},,,,AssemblyMode=0,)
    MSI (s) (64:94) [23:03:43:972]: Assembly Error:The system cannot find the path specified.
    MSI (s) (64:94) [23:03:43:972]: Note: 1: 1935 2: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E} 3: 0x80070003 4: IAssemblyCache 5: CreateAssemblyCacheItem 6:
    Microsoft.VC80.ATL,version="8.0.50727.1833",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"
    MSI (s) (64:94) [23:03:43:972]: Assembly Error (sxs): Please look into Component Based Servicing Log located at -169675656ndir\logs\cbs\cbs.log to get more diagnostic information.
    MSI (s) (64:94) [23:03:49:882]: Product: Microsoft SQL Server 2008 Setup Support Files  -- Error 1935. An error occurred during the installation of assembly
    'Microsoft.VC80.ATL,version="8.0.50727.1833",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information.
    HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
    Error 1935. An error occurred during the installation of assembly
    'Microsoft.VC80.ATL,version="8.0.50727.1833",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information.
    HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
    MSI (s) (64:94) [23:03:49:882]: User policy value 'DisableRollback' is 0
    Thanks, Ted U

  • Application error occurred during the request procession.

    Hi all
    i am geeting this error when i am ruuning my JSP page through NWDS.
    Application error occurred during the request procession.
      Details:     com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
      Error compiling [/InvokeProxy.jsp] of alias [ProxySenderWeb] of J2EE application [sap.com/Refrence].
    Exception id: [001279D06B4E00C6000027C700002DFC000445047AAE5AD8]
    Thanks in advance

    Dear Kunnal,
    Please share your solution with the community.
    Thank you.

Maybe you are looking for

  • My phone totally died.  How do I get it to respond?

    My Iphone is totally dead.  how do I restart it??

  • Where can i find the Adobe Reader Reference Help File in french...?

    Where can i find the Adobe Reader Reference Help File in french...?

  • Powerpoint in page

    i use this code to embed a video file in a cf site: <embed src=" http://mysite.com/pages/vid/#vid_file#" width="408" height="375" autostart="1" showstatusbar=1></embed> is there something similar for a powerpoint presentation. pref with ppt controls.

  • Header and item data in LSMW

    How to distinguish between the header and item data from the given legacy excel file, so that I can correctly extract the Sales Order header and item level data while doing LSMW? Do we need to do any extra coding for doing that?

  • Delivery Grouping Attribute for Currency

    Hi, I've seen already discussions in this forum on custom delivery grouping attributes, however no clear answer was given there, so there I give it another try: besides of the default delivery grouping attributes in Oracle Shipping (R12.1.3), do you