Addon execution failed - SAP 2007a SP01 PL8

Hi
We have just upgraded a customer to 2007a SP01 PL8 and I have an old vb6 addon which gives me an error -
Addon excecution failed
when I run it on the server, it is fine on the workstations
The server is Windows 2003
I have loaded the latest di api and deleted the temp SM_OBS_DLL folder before running SAP
Can anyone suggest anything please ?
Thanks
Regards Andy

Hello Andy,
This can happen when Installation is corrupted.
Check the DTW, and try to load any data (using DI API). If it is fails-> reinstall client (DI API included),
If works, your UI API damaged, reinstall client.
Regards,
J.

Similar Messages

  • Addon Status Failed

    I have created a small addon in SAP B1 2005 SP01 and register the addon using ard and exe and SAP run my addon and it work fine but in addon manager I get my addon status “failed”. I have also tried B1DE for creating addon installer but the error still persists.
    Please help

    Hi Parag,
    Yes this is a problem, for sort out this problem, when you are creating installer for your addon you can open the CustomInstallerClass.vb under customerLibrary in your installer project.
    and do this change
    actual code:
    #If Version = "2005" Then
          '' Call B1 EndInstallEx, succeeded true
          ret = EndInstallEx(targetDir, True)
                If (ret <> 0) Then
                    MsgBox("Error at EndInstallEx(True) call at the end of the AddOn installation: " + targetDir)
                End If
    #Else
          '' Call B1 EndInstall (no parameters)
          ret = EndInstall()
          If (ret <> 0) Then
            MsgBox("Error at EndInstallEx() call at the end of the AddOn installation")
          End If
    #End If
    change it to :
    #If Version = "2005" Then
          '' Call B1 EndInstallEx, succeeded true
          ret = EndInstallEx(targetDir, True)
                If (ret <> -1) Then
                    MsgBox("Error at EndInstallEx(True) call at the end of the AddOn installation: " + targetDir)
                End If
    #Else
          '' Call B1 EndInstall (no parameters)
          ret = EndInstall()
          If (ret <> 0) Then
            MsgBox("Error at EndInstallEx() call at the end of the AddOn installation")
          End If
    #End If
    you have to compare ret to '-1' instead of '0'
    after done that change again rebuild your solution, its working fine.

  • 2007A SP01 PL10 not installing on Windows Server 2003 ?

    Hi all:
    Yesterday 2007A SP01 PL10 was released. Trying to keep our customer's installations current, I proceeded to try and install the patch on different systems. So far I was lucky with Windows XP and Windows Server 2008 trial installations. However, on all the Windows Server 2003 installations I have tried (OS patched completely), the COMMON database upgrade either closes without error message, or opens up a debug message with no error number or description after clicking the very first "Next" button in the installation program.
    Has anybody seen the same effect anywhere? Has anybody been able to successfully install PL10 on a Windows Server  2003? Are there any known issues?
    Thanks,
    Joerg.

    Hi,
    I got the same answer to my support call for my error messages. We are loading that patch and will attempt again. Ironically, I had looked at the same note, and even bookmarked it becuase of the slow 8.8 client upgrade thread, but I didn't think the two were related.
    The note indicates only that SAP Business One does not start after patch file application.
    "You might encounter one of the following situations after having applied a new SAP Business One patch file:
    Your SAP Business One system fails to start after you have applied a new SAP Business One patch file that you downloaded from SAP Service Marketplace.
    If you want to find out whether you are affected by this problem, refer to section "Detecting whether SAP will not start up due to missing MS patch" in the attached PDF document.
    Your SAP Business One system runs fine but you did not apply the Microsoft security fix mentioned above. However, future downloads of SAP binaries from SAP Service Marketplace might not work (depending on release, etc.)."
    If it is also affecting the installation of patches (i.e SAP runs fine, but you can't run a patch installer) the message should also indicate that so that people will know to use this fix in the future.
    Hopefully I too will have a resolved issue. I'll post the results.
    Daryl

  • Web Service execution failed for operation: ReadLogFile

    Hello,
    im getting the following error message in almost all of my Diagnostic Agent log files:
    [MAIJobObserver] ERROR occurred for metric collection
    00000000000000000019[com.sap.smd.mai.model.collector.SAPControlWSCollector].
    [EXCEPTION]
    com.sap.smd.mai.model.collector.CollectorException:
    [SAPControlWSCollector.collect] Web Service execution failed for operation:
    ReadLogFile. Collector : [SAPControlWSCollector]
    Id: 00000000000000000019,
    SID: EPX, instance number:00
    at
    com.sap.smd.mai.model.collector.SAPControlWSCollector.collect(SAPControlWSCollector.java:200)
    at
    com.sap.smd.mai.job.MetricJobRunner.run(MetricJobRunner.java:25)
    at
    com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:46)
    at
    com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:785)
    at
    java.lang.Thread.run(Thread.java:722)
    Caused by: java.rmi.RemoteException:
    Service call exception; nested exception is:
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException:
    Invalid Response Code: (401) Unauthorized. The requested URL
    was:http://<hostname>:50013/SAPControl.cgi
    I checked on SAP note 1563660 - sapcontrol, <sid>adm authorization issues (SUM) and confirmed, that ALL installations of the "sapuxuserchk" program are set with "chown root.sapsys" and "chmod u+s,o-rwx". I restarted the diagnostic Agent aftwards.
    I also checked on host_profile an made sure, that the parameter "service/admin_users = daaadm" is set.
    Still I get the above error messages, so I am at a loss what else to do...
    A lot of thanks for your Support !
    Best regards,
    Thorsten

    Hi Thorsten,
    Please check the user used for registration of Diagnostic agent to Solution Manager has appropriate roles assigned (e.g. user SMD_ADMIN)
    Also please update to latest patch of SAP Host agent and then try again.
    Hope this helps
    Thanks & Regards,
    Nisha

  • Execution failed: Transport error: 401 Error: Unauthorized

    Hi,
    I'm trying to communicate via a web services from the workspace and I SUP 2.2 generates the following error "Execution failed: Transport error: 401 Error: Unauthorized".
    Could someone guide me to solve this error.

    Hi Carlos,
    Sometime back I faced an error says "error executed on backend server: connection timeout" while creating mbo using one publicly available web service and after passing proxy settings in workspace, it worked.
    http://scn.sap.com/community/developer-center/mobility-platform/blog/2014/05/14/how-to-bypass-proxy-settings-in-smp-workspace-for-connecting-any-public-web-service-being-in-a-corporate-network
    but error showing in the mentioned snapshot is much related to authorization. Btw are you able to access the web service URL in a browser? Asking any kind of authorization?
    Rgrds,
    JK

  • AddOn Installation Failed On Terminal Server

    Hello All,
    I have created a addon in SAP B1 2007 B and when i am trying to installed the addon on the Windows 2008 Terminal Server
    so that the client can log on to the AddOn through terminal server .But the addon is not getting installed and throwing an
    error " AddOn Installation Failed  " and "Failed to Initialised the AddOn".
    Thanks & Regards
    Amit

    Amit,
    Are you logged on as Administrator on the Terminal Server and are you installing the add-on?  Windows Server 2008 is supported as of 2007B  PL09.  Are you at least at this PL level?
    Eddy

  • CE711SP1_IDE (EHP) Update Failed : Execution failed! Commmand: "msiexec.exe

    Hi Forum,
    After installing CE7.11 IDE I am trying to update the software by going to menu Help --> Software updates --> Find and install.
    Installation is stoped halfway becuase of some Execution failed! Commmand: "msiexec.exe. Please find below detailed error list for more information. Could you please help in in resolving this issue.
    Unable to complete action for feature "SAP NetWeaver Developer Studio Java EE" due to errors.
      Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\CE711SP1_IDE_SDN-Preview\IDE\NWDS_platform\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.090709113112". Log file: "C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\CE711SP1_IDE_SDN-Preview\IDE\NWDS_platform\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.090709113112". Log file: "C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
      Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\CE711SP1_IDE_SDN-Preview\IDE\NWDS_platform\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.090709113112". Log file: "C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\CE711SP1_IDE_SDN-Preview\IDE\NWDS_platform\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.090709113112". Log file: "C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
      Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\CE711SP1_IDE_SDN-Preview\IDE\NWDS_platform\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.090709113112". Log file: "C:\DOCUME1\sudhisu\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
    Thanks and Regards
    Sudhir

    Hi,
    plz refer this link
    http://www.liutilities.com/products/wintaskspro/processlibrary/msiexec/
    and the purticular file is for secured Installing new s/w into your device and the above link gave you how to resolve the problem with msiexec.exe file..
    Regards
    Manohar

  • Typed model execution failed

    Hi All,
    When executing a RFC I am getting the following error from webdynpro for java:
    com.sap.tc.cm.arfc2.gci.exception.ARFC2ModelExecuteException: Typed model execution failed; see nested exception for details.
    How to see the details of error?
    Thanks
    Raktim

    Hi Expert,
    I am facing the the problem with one  the user  is executing the BApi through Portal Application.Please suggest me  on below Massage.
    class com.sap.tc.cm.arfc2.gci.exception.ARFC2ModelExecuteException
    Typed model execution failed; see nested exception for details
    com.sap.tc.cm.arfc2.gci.exception.ARFC2ModelExecuteException: Typed model execution failed; see nested exception for details
    at com.sap.tc.cm.arfc2.gci.ARFC2TypedModelClassExecutable.execute(ARFC2TypedModelClassExecutable.java:57)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.ShiftSwap.readTeamDayForDay(ShiftSwap.java:187)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.wdp.InternalShiftSwap.readTeamDayForDay(InternalShiftSwap.java:259)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.MainView.onActionSwapShift(MainView.java:318)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.wdp.InternalMainView.wdInvokeEventHandler(InternalMainView.java:306)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:514)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:55)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1688)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1502)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingEmbedded(ApplicationSession.java:895)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:854)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:343)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:315)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:62)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:39)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:46)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:258)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToAppContext(ExecutionContextDispatcher.java:68)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:53)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:244)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callRequestManager(JavaApplicationProxy.java:1265)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callEmbeddedApplication(JavaApplicationProxy.java:1146)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$SendDataAndProcessActionCommand.doExecute(JavaApplicationProxy.java:1582)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$AbstractCommand.execute(JavaApplicationProxy.java:1465)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.execute(JavaApplicationProxy.java:1052)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy.execute(JavaApplicationProxy.java:883)
    Thanks In Advance!
    -Br-/sudhir

  • Link execution failing

    Hello,
    I have a transaction exposed as webservice. In this transaction, I have a local XML properties defined as follow :
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <return>
    <MeStatus/>
    <MeMessage/>
    <ProlagStatus/>
    <ProlagMessage/>
    <FaultString/>
    <ResponseStatus/>
    <THStatus/>
    <THMessage/>
    </return>
    I fill the different nodes with appropriate result in different steps of my transaction. Everything is fine on our development and consolidation server, so getting such result for example :
    <MeStatus>OK</MeStatus>
    <MeMessage>Done</MeMessage>
    <ProlagStatus>OK</ProlagStatus>
    <ProlagMessage>Done</ProlagMessage>
    <faultString/>
    <ResponseStatus>OK</ResponseStatus>
    <THStatus>OK</THStatus>
    <THMessage>Done</THMessage>
    But when in Productive environement, the "THStatus" and "THMessage" are never filled, and if I look in NW log viewer, I got the following :
    Message: [Transaction: -1] Link execution failed: com.sap.lhcommon.exceptions.EvaluationException: No nodes found in variable 'Local.return' and xpath: "/return/THStatus" XML was:<?xml version="1.0" encoding="UTF-8"?><return>
    <MeStatus>OK</MeStatus>
    <MeMessage>Done</MeMessage>
    <ProlagStatus>OK</ProlagStatus>
    <ProlagMessage>Done</ProlagMessage>
    <faultString/>
    <ResponseStatus>OK</ResponseStatus>
    </return>
    Date: 2011-12-21
    Time: 12:28:23:471
    Category: /Applications/XMII/Xacute/Event
    Location: com.sap.xmii.bls.engine.TransactionInstance
    Application: sap.com/xapps~xmii~ear
    Thread: Thread[HTTP Worker [@1422930537],5,Dedicated_Application_Thread]
    Data Source: j2ee/cluster/server0/log/applications_00.log
    Arguments: 
    DSR Transaction: dafb68ac2bc611e1b105000031471b62
    Message Code: 
    Session: 0
    Transaction: 
    User: Guest
    Time Zone: +0100
    CSN Component: 
    DC Component: sap.com/xapps~xmii~ear
    Correlation ID: 826743650000000004
    DSR Root Context ID: DAFB68AC2BC611E1B105000031471B62
    DSR Connection: dafb68ac2bc611e1b105000031471b62
    DSR Counter: 0
    Log ID: 001E0B83509F11510000000000002F37
    The 3 environments are identical, XMII version is 12.1.9 build 116, NW 7.11 SP6.
    Any idea what could cause this warning ?

    Hello,
    To be honest, it's really too old, I don't remember how we solved this, and even what was exactly the issue... I see you have issue in a BAPI call, did you generate correctly the request ?
    I usually do this using a tracer to show the request XML, and copy it into a local XML. So using a tracer and link the 'BAPI_PRODORDCONF_CREATE_TT.Request' to the message... You have also to click on "generate sample" I think (in the BAPI call action block)
    Hope it will help you.
    Regards
    Olivier

  • 7.3.0 -8 Execution failed, parse again

    Hello,
    We have a customer still using an old 7.3.0 SAPDB installation.
    We modified the schema a couple of days ago to handle some new functionality.
    Now we try to use the newly created tables we get.
    432.488.0 16:41:00.265 (DS) Exception in commit (E_DATABASE Error executing "INSERT INTO C_PinRecord SET oid = ?,type = ?,acl = ?,version = ?,chipType = ?,cardNumber = ?,pin1 = ?,pin2 = ?,puk = ?": [SAP AG][SQLOD32 DLL][SAP DB] General error;-8 POS(1) Execution failed, parse again.)
    The error is repeatable for every try.
    My conclusion is that the catalog data is left in a bad state somehow. The customer is of course in another country
    and I need to send some kind of procedure to try to recover.
    Does anyone have any hints of the best procedure to follow to try to fix the error?
    We have tried doing a database check without finding any problems.
    Best Regards,
    Stefan Gustafsson

    Thank you for your help.
    The database version reports:
    Kernel                7.3.0 Build 025-000-085-923
    Runtime environment     7.3.0 Build 025-000-085-923
    I know this is an old version, but all our customers is using the exact same version. We are now working on the
    next version of our software there we use 7.7.06.09 instead.
    In our system we use an ODMG mapping that creates tables and view for all classes we use. The problems started then
    we added a new class in an update a couple of days ago.
    During this update one new table and one new view was created in the database as:
    CREATE TABLE T_PinRecord (
        oid FIXED(10) KEY NOT NULL,
        chipType VARCHAR(64),
        cardNumber VARCHAR(64),
        pin1 VARCHAR(32),
        pin2 VARCHAR(32),
        puk VARCHAR(32),
        FOREIGN KEY (oid) REFERENCES T_Object (oid) ON DELETE CASCADE
    CREATE VIEW C_PinRecord AS SELECT T_Object.oid,T_Object.type,T_Object.acl,T_Object.version,T_PinRecord.chipType,T_PinRecord.cardNumber,T_PinRecord.pin1,T_PinRecord.pin2,T_PinRecord.puk FROM T_Object,T_PinRecord WHERE T_Object.oid = T_PinRecord.oid AND T_PinRecord.oid = T_Object.oid WITH CHECK OPTION
    The T_Object table is one of the main tables of the OR mapping and has been there since the installation.
    CREATE TABLE T_Object (
         oid  FIXED (10,0) KEY NOT NULL,
         type  FIXED (21,11),
         acl  FIXED (21,11),
         version  FIXED (10,0),
         FOREIGN KEY oid REFERENCES T_Oid (oid) ON DELETE CASCADE
    CREATE TABLE T_Oid (
         oid  FIXED (10,0) KEY NOT NULL
    We don't use dbprocedures and no other triggers except the ON DELETE CASCADE stuff.
    I asked the customer to run two commands:
    check table so.t_object catalog
    check table so.t_pinrecord catalog
    The first command failed with the -9404 error but the second one succeeded.
    This was somewhat unexpected since the T_Object table is part of all views and I have no reports
    that the system fails for normal use.
    My plan was to drop the T_PinRecord table and view and recreate them, but now I'm not sure this will help.
    Dropping the T_Object table is not possible since it will delete all objects in database.
    I have asked the customer to take a complete data backup and send to us, hopefully we can export out
    the data and reload it into a working instance.
    Best Regards,
    Stefan Gustafsson

  • Report generation: server execution failed

    the app has been running for months. IS dept just upgraded machines and software. NT4.0 is now Win2000 and Office 97 is now Office2000. Report generation tool kit is not happy. Even running NI examples I get error -2146959355 server execution failed in Font Style.vi
    Lawrence M. David Jr.
    Certified LabVIEW Architect
    cell: 516.819.9711
    http://www.aleconsultants.com
    [email protected]

    Searching the Microsoft's web site, I found some info on this error:
    If you have never had Norton AntiVirus installed on your computer, follow the following instructions:
    1. Open up the specific VI causing Error �2146959355
    2. Recompile this VI by pressing the Run arrow while holding down the CTRL and SHIFT keys
    3. Go to File � Save All
    4. Run the VI
    If you are using Norton AntiVirus 2000 with Microsoft Word 2000, follow these instructions:
    Note: This information was provided by http://support.microsoft.com. Please use these instructions at your own risk.
    1. Select Start � Run
    2. If Norton AntiVirus is installed as a stand alone application, type:
    regsvr32 -u "c:\program files\norton antivirus\officeav.dll"
    If this is successful, you will receive:
    DllUnregisterServer in C:\Program Files\Norton AntiVirus\OfficeAV.dll succeeded.
    If Norton AntiVirus is installed as a component of SystemWorks, type:
    regsvr32 -u "c:\program files\norton systemworks\norton antivirus\officeav.dll"
    If this is successful, you will receive:
    DllUnregisterServer in C:\Program Files\Norton Systemworks\Norton AntiVirus\OfficeAV.dll succeeded.
    3. Click OK
    Microsoft notes that in some cases you must rename the oleaut32.dll and reinstall Office 2000. Renaming oleaut32.dll usually requires that you boot your computer in MS-DOS mode.
    - Navigate to the directory where oleutt32.dll is located (usually C:\windows\system32) using the cd DOS command.
    - Type: rename oleaut32.dll renamed_oleaut32.dll and press Enter
    - Reinstall Microsoft Office
    Note: This problem seems to still exist with Office 2002.
    1. Unfortunately, this is how the activeX works. If Microsoft changes the activeX objects from one Office version to another, the executable built with Office97 will not work with Office2000. You will have to recompile your VI into the executable on a machine with Office2000 and toolkit configured for this version.
    2. For the error "server execution failed" with Text Report Example, select File � VI Properties. Select "Execution" from the category box and set the "Preferred Execution" to user interface. This should solve the problem.
    Zvezdana S."

  • Error -2146959355 server execution failed on ActiveX Invoke Node?

    I wrote a VI to reload all the module prototypes
    of the steps in a TestStand sequence (note: all code modules are
    LabView VI's).  Whenever it gets to the LabViewModule.LoadPrototype
    call, I get a "server execution failed" error (error code -2146959355).
    I've tried solutions 1-3 in the following document to no avail:
    Why Do I Get Error -2146959355 When Using ActiveX or the Report Generation Toolkit?
    http://digital.ni.com/public.nsf/allkb/1c025f018cb5761686256c56007dd258
    Any ideas as to what else I can do?
    (Incidentally,
    if anyone has a clue as to what reference is causing a "References to
    PropertyObjects were not released properly" warning dialog... please do
    say).
    Thanks,
    Melissa
    (double-posted this to the TestStand forum in case different people read the 2 boards...)
    Attachments:
    ReloadAllPrototypes.vi ‏104 KB

    Hi Melissa,
    I think it would be a better option for you to perform this task in TestStand. See the attached example that is tested and works on reloading LabVIEW module prototypes.
    Hope this helps!
    Best Regards
    Jonathan N.
    National Instruments
    Attachments:
    getSequenceFilePath.vi ‏41 KB
    reloadLabVIEWPrototypes.seq ‏59 KB

  • SSRS Error : Query execution failed for dataset 'dataSet'. (rsErrorExecutingCommand) Semantic query execution failed. Invalid object name 'RPT.*********'. (rsSemanticQueryEngineError)

    I am new to SSRS and I am trying to migrate reports from 2008 to 2012. As I have so many reports to migrate, I simply got the back up of ReportServer,
    ReportServerTempDB, and Encryption Key and restored them to test environment. I made necessary configuration from RS configuration tool. I am able to see the reports now when I browse //hostname/reports. But when I open any particular report I am getting some
    error.
    · An error has occurred during report processing.
    (rsProcessingAborted)
    Query execution       failed for dataset 'dataSet'.
          (rsErrorExecutingCommand
    Semantic query        execution failed. Invalid object name
           'RPT. ******'. (rsSemanticQueryEngineError)
    ****** - I am assuming this is a custom data class.
    Does anyone have insight on this? or any better way that I can migrate the reports to new server with less efforts.
    I don’t have the reports solution file to deploy the reports, so I have followed backup and restore process.

    Hi Kishore237,
    According to your description, you migrated some reports from Reporting Services (SSRS) 2008 to 2012. Now you get error when accessing the reports on SSRS 2012. Right?
    In this scenario, did you modify the report data source in database after migration? You can try to open the report in Report Builder or Report designer and check the report dataset. If you can preview the report in Report builder or Report designer,
    please try to redeploy the report to Report Server. If it is still not working, please try to restore the database from backup. And for migrating reports, please follow the "Content-Only Migration" in the link below:
    http://msdn.microsoft.com/en-us/library/ms143724(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Error in crawl log "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "

    Hi 
    I get the following error in my crawl logs
    "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "
    Because of this i suspect, the search results are not including those aspx pages marked as "Hide physical urls from search".
    This error is not available in the another environment where the aspx pages are coming in the results.
    Thanks
    Joe

    Hi Joe,
    Greetings!
    Reset the index and re-crawl. That usually clears it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/41a86c43-151d-47cd-af73-967a4c940611/lotus-notes-connector-error-while-crawling-lob-contents?forum=sharepointsearch
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Virtual Machine Failes to Start: Server execution failed (0x80080005).

    Hi
    I have a Windows 8.1 (with updates) System which was upgraded from Windows 8.0 using a Clean Install. Recently Hyper-V has stopped running on my system.
    The Event log shows an error:
    'CentOS65' failed to start worker process: Server execution failed (0x80080005). (Virtual machine ID 9EF5529D-3755-40B3-AC6A-325A564D19BB)
    -     System
    -     Provider
                [ Name]     Microsoft-Windows-Hyper-V-VMMS
                [ Guid]     {6066F867-7CA1-4418-85FD-36E3F9C0600C}
        EventID     15500
        Version     0
        Level     2
        Task     0
        Opcode     0
        Keywords     0x8000000000000000
    -     TimeCreated
                [ SystemTime]     2014-07-17T07:57:28.568965100Z
        EventRecordID     302
        Correlation
    -     Execution
                [ ProcessID]     4040
                [ ThreadID]     1396
        Channel     Microsoft-Windows-Hyper-V-VMMS-Admin
        Computer     viveksasmung
    -     Security
                [ UserID]     S-1-5-18
    -     UserData
    -     VmlEventLog
        VmName     CentOS65
        VmId     9EF5529D-3755-40B3-AC6A-325A564D19BB
        ErrorMessage     %%2148007941
        ErrorCode     0x80080005
    The WMI-Activity log shows the error:
    Id = {00000000-0000-0000-0000-000000000000}; ClientMachine = VIVEKSASMUNG; User = viveksasmung\Vivek; ClientProcessId = 9756; Component = Core; Operation = Start IWbemServices::ExecNotificationQuery - root\virtualization\v2 : select * from __InstanceDeletionEvent
    within 2 where TargetInstance ISA 'Msvm_ComputerSystem' ; ResultCode = 0xC7F0FCD0; PossibleCause = Could not send status to client
    The Hyper-V-VMMS Admin Log shows the error:
    The worker process for virtual machine 'CentOS65' failed to respond within the startup timeout period and was restarted. (Virtual machine ID 9EF5529D-3755-40B3-AC6A-325A564D19BB)
    'CentOS65' failed to start. (Virtual machine ID 9EF5529D-3755-40B3-AC6A-325A564D19BB)
    The Hyper-V Worker Log shows the error:
    The Virtual Machine Worker Process has lost its connection to the root\virtualization WMI namespace: General access denied error (0x80070005). As a result, some WMI operations may not function correctly. To correct the problem, try restarting the Windows
    Management Instrumentation service.
    I set the Hyper-V Tracing to ON using vmconnect.config
    file and the error log is as follows:
    Tracing Hyper-V Client version: 6.3.0.0. Rough build date (virtman file written): 05/18/2014 23:25:02
    2014-07-17 01:55:28.990 [08] USER_ACTION_INITIATED VMBrowser ServerNode:ConnectToServer() Connecting to server localhost...
    2014-07-17 01:55:29.008 [08] USER_ACTION_COMPLETED VMBrowser ServerNode:ConnectToServer() Successfully connected to server.
    2014-07-17 01:55:29.463 [07] WARNING VirtMan WmiAssociation:GetRelatedObjects() The WMI object 'Msvm_RdvComponentSettingData' + could not be mapped to VirtMan type so ignore it.
    2014-07-17 01:55:33.001 [03] USER_ACTION_INITIATED VMBrowser ServerNodeViewControl:OnStartVm() Starting VM(s)...
    2014-07-17 01:55:33.023 [09] USER_ACTION_INITIATED VMBrowser VMActionBatchPerformer:Perform() Changing virtual machine '9EF5529D-3755-40B3-AC6A-325A564D19BB' ('CentOS65') state from 'PowerOff' to 'Running'
    2014-07-17 01:59:33.927 [12] ERROR VirtMan ThrowHelper:ThrowVirtualizationOperationFailedException() Operation 'SetState' failed with message ''CentOS65' failed to start.'.
        Error code '32768'.
        Detailed message ''CentOS65' failed to start. (Virtual machine ID 9EF5529D-3755-40B3-AC6A-325A564D19BB)
    'CentOS65' failed to start worker process: Server execution failed (0x80080005). (Virtual machine ID 9EF5529D-3755-40B3-AC6A-325A564D19BB)'.
    2014-07-17 01:59:33.930 [12] ERROR VMBrowser VMActionBatchPerformer:OnTaskCompleted() Tracked task operation failed!
        'CentOS65' failed to start.
           at Microsoft.Virtualization.Client.Management.ThrowHelper.ThrowVirtualizationOperationFailedException(String errorMsg, String errorDescriptionMsg, VirtualizationOperation operation, Int64 errorCode, Boolean operationCanceled,
    ErrorCodeMapper mapper, Exception innerException)
       at Microsoft.Virtualization.Client.Management.View.EndMethodReturnInternal(IVMTask task, VirtualizationOperation operation, Boolean affectedElementExpected)
       at Microsoft.Virtualization.Client.Management.VMComputerSystemBaseView.EndSetState(IVMTask setStateTask)
       at Microsoft.Virtualization.Client.VMBrowser.ChangeVMStatePerformer.EndTrackedTask(IVMTask task)
       at Microsoft.Virtualization.Client.VMBrowser.VMActionBatchPerformer.OnTaskCompleted(Object sender, EventArgs e)
    2014-07-17 01:59:46.103 [03] USER_ACTION_INITIATED VMBrowser ServerNode:DisconnectFromServer() Disconnecting from server localhost...
    2014-07-17 01:59:46.104 [03] USER_ACTION_COMPLETED VMBrowser ServerNode:DisconnectFromServer() Server had been disconnected successfully.
    Upon using BCDEdit, output is below
    Windows Boot Manager
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume1
    path                    \bootmgr
    description             Windows Boot Manager
    locale                  en-GB
    default                 {current}
    resumeobject            {37225af7-cc62-11e3-8277-806e6f6e6963}
    displayorder            {current}
                            {3ce506e4-cc90-11e3-8b9f-8a809d5a6432}
    timeout                 30
    Windows Boot Loader
    identifier              {current}
    device                  partition=C:
    path                    \Windows\system32\winload.exe
    description             Windows 8.1 Pro with Media Center
    locale                  en-GB
    recoverysequence        {3ce506df-cc90-11e3-8b9f-8a809d5a6432}
    recoveryenabled         Yes
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {37225af7-cc62-11e3-8277-806e6f6e6963}
    bootmenupolicy          Legacy
    hypervisorlaunchtype    Auto
    quietboot               No
    Real-mode Boot Sector
    identifier              {3ce506e4-cc90-11e3-8b9f-8a809d5a6432}
    device                  partition=C:
    path                    \Hd0Par3.pbr
    description             Ubuntu LTS 14.04
    I have set permissions to the VHD folder using the command below
    icacls "c:\CentOS65\CentOS65" /grant "CREATOR OWNER":(OI)(CI)(IO)F
    icacls "c:\CentOS65\CentOS65" /grant "NT AUTHORITY\SYSTEM":(OI)(CI)F
    icacls "c:\CentOS65\CentOS65" /grant "NT VIRTUAL MACHINE\Virtual Machines":(RC,S,GR,RD,WD,AD,REA,RA)
    icacls "c:\CentOS65\CentOS65" /grant "NT VIRTUAL MACHINE\Virtual Machines":(CI)(IO)(GR,WD,AD)
    icacls "c:\CentOS65\CentOS65\Virtual Hard Disks" /grant "NT VIRTUAL MACHINE\Virtual Machines":(RC,S,GR,RD,WD,AD,REA,RA)
    icacls "c:\CentOS65\CentOS65\Virtual Hard Disks" /grant "NT VIRTUAL MACHINE\Virtual Machines":(CI)(IO)(GR,WD,AD)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOSHome.vhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(RC,S,GR,GW,RD,WD,AD,REA,WEA,RA,WA)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOS65.vhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(RC,S,GR,GW,RD,WD,AD,REA,WEA,RA,WA)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOSHome_9E7FEF2E-85E0-4278-AABD-01D5E45EE643.avhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(RC,S,GR,GW,RD,WD,AD,REA,WEA,RA,WA)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOS65_28FF0E50-0FBA-4754-A4CC-B3DAEC7E3DAA.avhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(RC,S,GR,GW,RD,WD,AD,REA,WEA,RA,WA)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOSHome.vhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(RC,S,GR,GW,RD,WD,AD,REA,WEA,RA,WA)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOS65.vhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(RC,S,GR,GW,RD,WD,AD,REA,WEA,RA,WA)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOS65.vhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(F)
    icacls "C:\CentOS65\CentOS65\Virtual Hard Disks\CentOSHome.vhdx" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(F)
    icacls "C:\CentOS65\CentOS65\Virtual Machines\9EF5529D-3755-40B3-AC6A-325A564D19BB.xml" /grant "NT VIRTUAL MACHINE\9EF5529D-3755-40B3-AC6A-325A564D19BB":(F)
    I am unable to create new VMs as well.
    I have already run
    sfc/ scannow
    DISM
    Already Tried disabling the antivirus
    Upon using wbemtest and connecting to root\virtualization, I am able to click Enum Classes > Recursive
    Kindly suggest how to get HyperV working please. Any help (short of reinstalling /resetting windows) would be much appreciated.
    Warm Regards,
    Dr Vivek Gupta

    Hi,
    The key point would be this:
    The Virtual Machine Worker Process has lost its connection to the root\virtualization WMI namespace: General access denied error (0x80070005).
    Please open MMC, add Component Services snap-in:
    Component Services -> Computers -> My Computer -> DCOM Config -> Windows Management Instrumentation -> Right Click, Properties -> Security “Launch and Activation Permission” -> Edit -> gave Authenticated Users 
    Full Control
    Check the result.
    Alex Zhao
    TechNet Community Support

Maybe you are looking for

  • Error running Update SQL, which has a table join

    I'm running oracle 10g. I have two tables (described below): notes table: cust - varchar(10) group -varchar(10) opportunity_id - varchar (10) activity table: cust - varchar(10) group - varchar(10) i_ref_no - integer i_vendor_control - varchar(15) cre

  • Mac Mini 2010 OS X Lion Stalled WiFi Connetion

    I have a 2010 Mac Mini that has been upgraded to 10.7 from 10.6. It is fully patched. I've been experiencing dropped or stalled wifi connections where the system still shows 100% signal from the Airport Extreme Base Station. My base station has the 5

  • Forcing a component to be the root focus owner

    I've never really understood how focus works in Java, and even with the new focus technology I'm still struggling!!! I am trying to build an instant messenger dialog box. It is just a JFrame with a JTextPane inserted in "Center" and a JTextField inse

  • Optical audio drops out intermittently

    Hi Weird problem has been occurring for the past couple of weeks. Optical audio drops out intermittently, for about 1.5 seconds. Playback isn't affected. Analogue audio is fine. MBP is connected to a Bose V20 sound system. Any thoughts? -tim

  • Error when update supplier site in Purchase Order

    Step to re-produce: 1. Create New Purchase Order. 2. Add 1 line item, fill-in Type = Goods, Item No, Need-By or Promised. 3. Click on the "Shipment" button. 4. Change the Site of the Supplier in the PO header. 5. Error shown: "You cannot change the s