SMS client service not running - cant find package to install in TS

I am running into some problems with getting a completed TS, the majority completes until I get to the point of installing the Lenovo Driver Applications.
I have set them up as a package, which runs a .vbs
This worked fine from SCCM 2007
I get error stating that the content cannot be found, and there as a failure that the SMS Client Service is not running.
Task sequence looks like this
The sms client service is not running.    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
TS::Utility::GetCcmExecPid(dwServerPid), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,826)    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
IsServerConnected(bConnected), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,891)    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
WaitforJobCompletion(spExecReqMgr), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,796)    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\CA10008D    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
reference count 1 for the source C:\_SMSTaskSequence\Packages\CA10008D before releasing    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
Released the resolved source C:\_SMSTaskSequence\Packages\CA10008D    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
pInstall->Install(sPackageID, sProgramName), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,361)    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
Install Software failed, hr=0x87d00215    InstallSoftware    1/29/14 2:22:31 PM    2484 (0x09B4)
Process completed with exit code 2278556181    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
!--------------------------------------------------------------------------------------------!    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
Failed to run the action: Install T510 Apps.
Item not found (Error: 87D00215; Source: CCM)    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
MP server http://CA1AP03P.CAMECO.COM. Ports 80,443. CRL=false.    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
Setting authenticator    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
Set authenticator in transport    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
Sending StatusMessage    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
Setting message signatures.    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
Setting the authenticator.    TSManager    1/29/14 2:22:31 PM    1864 (0x0748)
CLibSMSMessageWinHttpTransport::Send: URL: CA1AP03P.CAMECO.COM:80  CCM_POST /ccm_system/request    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Request was succesful.    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Set a global environment variable _SMSTSLastActionRetCode=-2016411115    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Set a global environment variable _SMSTSLastActionSucceeded=false    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Clear local default environment    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Let the parent group (Install Device Applications) decides whether to continue execution    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Let the parent group (Setup Operating System and Applications) decide whether to continue execution    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
The execution of the group (Setup Operating System and Applications) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows)    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Failed to run the last action: Install T510 Apps. Execution of task sequence failed.
Item not found (Error: 87D00215; Source: CCM)    TSManager    1/29/14 2:22:32 PM    1864 (0x0748)
Full SMSTS.Log located here
https://skydrive.live.com/redir?resid=DF018345C62C41DB!114&authkey=!ACpUtQ2EN51FNAk&ithint=file%2c.log
The .vbs for installing all these applications looks like this, I would love to get away from having this setup this way, but it was setup to the guy before me and I am very new to the SCCM world.
set oShell= CreateObject("Wscript.Shell")
set oEnv = oShell.Environment("PROCESS")
oEnv("SEE_MASK_NOZONECHECKS") = 1
'Copy all drivers to the local driver folder
set filesys=CreateObject("Scripting.FileSystemObject")
If filesys.FolderExists(".\HPROTECT") Then
   filesys.CopyFolder ".\HPROTECT", "c:\drivers\HPROTECT",True
End If
If filesys.FolderExists(".\PWRMGR") Then
   filesys.CopyFolder ".\PWRMGR", "c:\drivers\PWRMGR",True
End If
If filesys.FolderExists(".\Hotkey") Then
   filesys.CopyFolder ".\Hotkey", "c:\drivers\Hotkey",True
End If
If filesys.FolderExists(".\video") Then
   filesys.CopyFolder ".\video", "c:\drivers\video",True
End If
If filesys.FolderExists(".\fingerpr") Then
   filesys.CopyFolder ".\fingerpr", "c:\drivers\fingerpr",True
End If
If filesys.FolderExists(".\rapidbt") Then
   filesys.CopyFolder ".\rapidbt", "c:\drivers\rapidbt",True
End If
If filesys.FolderExists(".\commutil") Then
   filesys.CopyFolder ".\commutil", "c:\drivers\commutil",True
End If
'Install Drivers from local drive
'T530-win7
oShell.Run "c:\drivers\video\setup.exe -S",0,True
oShell.Run "c:\drivers\Fingerpr\setup.msi /q /norestart",0,True
oShell.Run "c:\drivers\HPROTECT\setup.exe -s -v""/qn REBOOT=ReallySuppress""",0,True
oShell.Run "c:\drivers\rapidbt\setup64.exe /s /v""/qn REBOOT=ReallySuppress""",0,True
oShell.Run "c:\drivers\Hotkey\setup.exe /S",0,True
oShell.Run "c:\drivers\PWRMGR\setup.exe /s",0,True
oShell.Run "c:\drivers\commutil\setup.exe /SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES",0,True
oEnv.Remove("SEE_MASK_NOZONECHECKS")

Have you changed or modified anything at all since migrating the TS? Have you verified that your
Setup Windows and ConfigMgr step is pointing to the
Configuration Manager Client Package rather than to an old package reference to the SCCM 2007 client?
You might also make sure the applications are installing in OS mode rather than PE mode, but I doubt that is the case.
You might try manually setting a management point in the Configuration Manager install portion.  Example: SMSMP=ManagementPoint.contoso.com (yes, use the full FQDN). If I recall that fixed an issue I was having with a client due to the device
trying to reach the test server because they did not isolate it on a separate network.

Similar Messages

  • In 4.1 BO Client Tools not able to find data source  for BVM

    Hi All,
    In 4.1 BO Client Tools not able to find data source  for BVM
    Its creating issue .
    So if any body have any solution please let me know.
    Regards,
    Abhishek

    java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()Ljava/lang/String;
         at customertree.XmlLoader.readData(XmlLoader.java:127)
         at customertree.XmlLoader.<init>(XmlLoader.java:69)
         at customertree.CustomerTreeFinal.jbInit(CustomerTreeFinal.java:240)
         at customertree.CustomerTreeFinal.init(CustomerTreeFinal.java:858)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source
         at java.lang.Thread.run(Unknown Source)and then inside the code... this is where i get my first error
    clients.setRowId(list2.item(i).getTextContent());

  • [mostly solved] Strigi service not running

    Hello,
    Since I am constantly fluctuating between a rich and a minimalistic desktop environment, I'm trying out KDE once again. The Soprano/Nepomuk/Strigi stuff seems really interesting but I fail at using it.
    When I go to System Settings -> Advanced -> Desktop Search it says "Strigi service not running". While Nepomuk is activated, I can't activate Strigi. When I set the checkbox for Strigi and apply, the message is still there. When I close the widow and go back again, the checkbox is deactivated again.
    The searchbar in dolphin never finds anything and there is no interface for tagging or commenting files.
    However, I can index files and find stuff when I run strigiclient.
    What may the problem be?
    Thanks,
    Viv
    Last edited by V for Vivian (2010-06-30 07:48:54)

    Steigi seems to be installed.
    viv ~ $ pacman -Q strigi
    strigi 0.7.2-2
    I'm considering a clean Chakra installation but this seems kind of unaesthetic and stupid.
    edit01: I've just renamed my .kde4 folder and restarted KDE. Now Strigi is indexing and I can tag files, everything works. Some kind of configuration seems to have been wrong. I think I can figure this out.
    edit02: I had to replace the .kde4/share/apps/nepomuk folder with a clean one, maybe something with the database or how it is accessed. Don't have time to go into this right now, I'm just happy it works now.
    Last edited by V for Vivian (2010-06-30 08:16:11)

  • Windows Modules Installer - Autostart Service Not Running

    I'm receiving in my health reports for four separate WSE 2012R2 deployments the below error.  I've set the service to restart upon failure, but it seems this occurs upon every server reboot until I manually go in and start the service.  However,
    from my understanding this service only runs when it is needed, which would leave me to a false negative in the BPA scan. 
    Just curious if anyone else is getting this.
    Autostart Services Not Running:
    Windows Modules Installer

    Hi MattSla,
    On current situation, please type services.msc in RUN to open Services panel. Then navigate to Windows Modules
    Installer service and open Properties. In General tab, please check Startup type of this service. Did set as Manual? Meanwhile, in Log On tab, please check which account this service used to log on as? Did log on as Local System account?
    I check the Windows Modules Installer service in two Windows Server 2012 R2 Essentials in my Lab environment.
    It seems that this service was set as Manual. Then Generate a Health Report in Dashboard, and didn’t find any error which was related to ‘Autostart Service Not Running’.
    If this issue still exists, please open Event Viewer and check if find some relevant events. Those may help
    us to go further analyze.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Auto-start services not running :Shell Hardware Detection in my Health Reports

    Recently I've setup up Windows Server 2012 Essentials on my Custom-made Box. All is going well so far except that i have a warning in my generated Health Report such as
     Auto-start Services Not Running Shell
    Hardware Detection.
     I had checked My Services and found out that this particular service is scheduled to start Automatically and it is always started...
    Any Advice what might be the problem? 
     

    Susan, can you still see the Connect bug? What Product/Program is it under in Connect? I can't see it but I might not be a member of the correct group.
    From http://technet.microsoft.com/en-us/library/hh831394.aspx:
    "After a server has been added to the Server Manager server pool, service alerts about the Shell Hardware Detection service can be displayed if there are no users logged on to the managed server. This occurs because the Shell Hardware Detection service runs
    only when users are logged on to the managed server, or connected to a Remote Desktop session on the managed server. To avoid seeing Shell Hardware Detection service alerts for this case, click
    Services in the thumbnails for server groups, including the
    All Servers group. In the Services Detail View dialog box, on the
    Services drop-down list, clear the check box for Shell Hardware Detection, and then click
    OK."
    That confirms that it's okay for Shell Hardware Detection not to be running. However the suggested fix--removing it from 2012 alerting--does not keep it off my 2012E Health Report.
    Mark Berry
    MCB Systems

  • Diagnostics policy service not running on Windows 7 home premium

    I'm unable to connect to internet through wireless connectionsr . it says limited access to wi-fi router. When i try to fix this it says diagnostics policy service not running. Checked services.msc While the type is set up to automatic Unable to start the
    service. I had similar problem with my LAN connection. After resetting my LAN connection i was able to connect to internet. Tried this on wifi as well but the issue remains.
    Error code is 5: access denied

    Hi,
    Thanks for the post!
    Go to your Device Manager and uninstall the network device, including the wireless network card, then restart the computer. Let the system automatically reinstall the driver for you. You can also manually update the network card driver to the latest one.
    After that, check if you can connect to the internet.
    For the Diagnostics policy service issue. please click Start, input regedit in the search box, press Enter to open your Registry Editor, navigate to the key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS\Parameters.
    Right click this key, choose permission, click the user "Trustedinstaller", ensure the permission is set to "Full Control" and "Read". Then click OK to apply the change.
    Restart the computer to check if this service is working now.
    Regards,
    Miya  
    This posting is provided "AS IS" with no warranties, and confers no rights. | Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer
    your question. This can be beneficial to other community members reading the thread.

  • The Data access service not running or not yet initialized.

    Hello guys , 
    i am getting the following error wen tryin to open the console The Data access service not running or not yet initialized. on scom 2012 R2 before it was working fine but once i closed the console and open got the error 
    OS : Windows 2012r2 patched and scom 2012 r2
    sql : 2012 r2 enuff database size  
    tried few things as :
    1. change the account to domain admin for system center data acess service  still no luck
    2. created registry keys for servicepipetimeout to 6000 bt still nit working
    3.  Refresh sql account used for sccom data aceess service  still no luck 
    4. the service disappears as running after 30 seconds and the console is unable to open 
    kindly help if some perfect resolution as lot of time has been wasted and need to meet deadlines.
    thanks guys in advance
    Basit Siddiqui
    AIG

    Check that following:
    Verify permission of SCOM Account on sysadmin and OM DB.
    Check firewall that is disable
    Check antivirus that didn't block scom folders or services.
    Check SQL services is running
    Check Space of database at 5 GB as you configured. It is best practice to set the db size at a reasonable size and not to set to autogrowth.
    Also you can check below link
    http://vmajmudar.blogspot.com/2013/07/the-data-access-service-is-either-not.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

  • Get message "application virtualization client svcs not running". error 4625852-0fa10612-00006003

    When trying to print an attachment to an email, I get message "application virtualization client svcs not running". Error Code: 4625852-0FA10612-00006003.

    I mendoza How you do, sorry to learn that you are having this issue.
    specify 
    What printer do you have?
    What Operating system?
    What browser are you using?
    I will do my best to help share this infomation
    Regars:
    RobertoR
    and remember . . .
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Window search service not running

    window search service not running how i can fix it?
    This question was solved.
    View Solution.

    Hi,
    From the Desktop, hold down the Windows key and press

  • Custom portal service not running ni NW 04

    Hello!
    We are about to migrate from EP6 SP2 to NW04 and I'm currently testing the results of the first test run.
    One special problem I encountered is one of my custom portal services no longer running. It did without flaws back in EP6, so something seems to have changed.
    My Service interface:
    [code]
    package com.rag.ekportal.bginfocenter.kmservice;
    @author Juergen Wahlmann
    public interface IBGFetcher extends IService {
    [/code]
    And the implementation:
    [code]
    package com.rag.ekportal.bginfocenter.kmservice;
    public class BGFetcher implements IBGFetcher, Runnable {
    [/code]
    portalapp.xml
    [code]
    <?xml version="1.0"  encoding="UTF-8"?>
         <application>
              <application-config>
              </application-config>
              <components>
                   <component name="BGViewer">
                        <component-config>
                             <property name="ClassName" value="com.rag.ekportal.bginfocenter.bgview.control.BGViewer">
                             </property>
                             <property name="SecurityZone" value="sbi-ruhr.de/ekportal/medium_safety/com.rag.ekportal/components/bgviewer">
                             </property>
                             <property name="ResourceBundleName" value="bginfocenter">
                             </property>
                             <property name="ServicesReference" value="usermanagement,knowledgemanagement,com.rag.ekportal.bginfocenter.kmservice.BGFetcher,com.sap.portal.ivs.connectorservice,landscape">
                             </property>
                        </component-config>
                        <component-profile>
                             <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld">
                                  <property name="personalization" value="none">
                                  </property>
                             </property>
                             <property name="templatesfolderName" value="Vorlagen">
                             </property>
                             <property name="guidelinesfolderName" value="Richtlinien">
                             </property>
                             <property name="bgContactsfolderName" value="BG-Ansprechpartner">
                             </property>
                             <property name="ksb2folderName" value="KSB 2">
                             </property>
                             <property name="bgControllingfolderName" value="BG-Controlling">
                             </property>
                             <property name="rvURL" value="/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.fo.admin!2fcom.admin.fo.iview!2fcom.admin.iview.fo.ri!2fcom.admin.iview.ri.fo.rag!2fcom.admin.iview.ri.rag.iv.begis_0_0?numberBG=">
                             </property>
                             <property name="KmServiceUser" value="KM Service User">
                             </property>
                             <property name="systemAlias" value="BeGIS_RV_DB">
                             <property name="personalization" value="admin"/>
                             <property name="plainDescription" value="JDBC System object for DB access"/>                         
                        </property>
                        <property name="table" value="janus_contract_bg_v">
                             <property name="personalization" value="admin"/>
                             <property name="plainDescription" value="Database View for reading contracts"/>                         
                        </property>
                        <property name="table1" value="user_roles_v">
                             <property name="personalization" value="admin"/>
                             <property name="plainDescription" value="Database Table for checking user role in RV DB"/>                         
                        </property>
                        </component-profile>
                   </component>
              </components>
              <services>
                   <service name="BGFetcher">
                        <service-config>
                             <property name="className" value="com.rag.ekportal.bginfocenter.kmservice.BGFetcher">
                             </property>
                             <property name="startup" value="true">
                             </property>
                             <property name="SecurityZone" value="sbi-ruhr.de/ekportal/medium_safety/com.rag.ekportal/services/bgfetcher">
                             </property>
                        </service-config>
                        <service-profile>
                             <property name="interval" value="300000">
                             </property>
                             <property name="enable" value="false">
                                  <property name="type" value="boolean">
                                  </property>
                             </property>
                             <property name="numberofruns" value="1">
                             </property>
                             <property name="repository" value="/rag_bgm_test/Beschaffungsgruppen">
                             </property>
                             <property name="KmServiceUser" value="KM Service User">
                             </property>
                             <property name="dbServer" value="xxx">
                             </property>
                             <property name="dbUser" value="xxx">
                             </property>
                             <property name="dbPassword" value="xxx">
                             </property>
                             <property name="dbName" value="xxx">
                             </property>
                             <property name="workfolderName" value="Arbeitsordner">
                             </property>
                             <property name="teamfolderName" value="Teamordner">
                             </property>
                             <property name="contactfolderName" value="Ansprechpartner">
                             </property>
                             <property name="publicfolderName" value="u00D6ffentlicher Ordner">
                             </property>
                             <property name="deletedfolderName" value="/rag_bgm_test/Gelu00F6scht/">
                             </property>
                        </service-profile>
                   </service>
              </services>
         </application>
    [/code]
    The service didn't work after the migration, so I tried to deploy it again. This is the result:
    [code]
    Date : 01/12/2006
    Time : 13:31:37:880
    Message : [PortalServiceItem.startServices] service initialisation failed:com.rag.ekportal.bginfocenter.kmservice|BGFetcher
    [EXCEPTION]
    java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__createServiceInstance(PortalServiceItem.java:727)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:613)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:235)
         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:522)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Severity : Error
    Category : /System/Server
    Location : com.sap.portal.prt.runtime.broker
    Application : sap.com/irj
    Thread : SAPEngine_Application_Thread[impl:3]_15
    Datasource : 2390950:E:\usr\sap\PMT\JC00\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 000C29A5B62A00400000001300000A4000040A2887A939D9
    Source Name : com.sap.portal.prt.runtime.broker
    Argument Objs : java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__createServiceInstance(PortalServiceItem.java:727)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:613)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:235)
         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:522)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Arguments : java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__createServiceInstance(PortalServiceItem.java:727)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:613)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:235)
         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:522)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Dsr Component :
    Dsr Transaction : 5f940fe0836711da887d000c29a5b62a
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : /System/Server
    Resource Bundlename :
    Session : 2391
    Source : com.sap.portal.prt.runtime.broker
    ThreadObject : SAPEngine_Application_Thread[impl:3]_15
    Transaction :
    User : xxx
    [/code]
    Looks like something is wrong in the service definition (portalapp.xml) but I have no clue. Class names are spelled right, settings the same as in EP6 SP2, yet the portal engine is not able to find the implementation class of the service.
    Any ideas?
    Cheers,
      Juergen

    Hi Detlev!
    The ServiceReference definition previously was located in the application config under SP2, but didn't work either.
    Now I found the solution. A sharing reference of all non-custom services in the application config and an additional sharing reference to my custom service in the portal application's config like this:
              <application-config>
                   <property name="SharingReference" value="usermanagement,knowledgemanagement,com.sap.portal.ivs.connectorservice,landscape">
                   </property>
              </application-config>
              <components>
                   <component name="BGViewer">
                        <component-config>
                             <property name="ClassName" value="com.rag.ekportal.bginfocenter.bgview.control.BGViewer">
                             </property>
                             <property name="SecurityZone" value="sbi-ruhr.de/ekportal/medium_safety/com.rag.ekportal/components/bgviewer">
                             </property>
                             <property name="ResourceBundleName" value="bginfocenter">
                             </property>
                             <property name="SharingReference" value="com.rag.ekportal.bginfocenter.KMService.BGFetcher">
                             </property>
                        </component-config>
    Case closed, thx for you hint. I awarded points.
    Cheers,
      Jürgen
    Message was edited by: Juergen Wahlmann, solution included

  • Service not running logged an alert?

    Hello,
    There is a service on a Linux machine I don't want it to run.
    I am getting an alert from SCOM:
    Alert: SUSE Linux Enterprise Server 11 Process Klog Monitor Alert
    Resolution state: New
    Source: SUSE Linux Enterprise Server 11 (x86_64)
    Path: Server
    Last modified by: System
    Last modified time: 4/21/2014 6:54:58 AM
    Alert description: The KLOGD - Kernel Message Logging daemon on server Server is not running.
    I could disable the alert for this service on this server Server but anyway to prevent the server Server to send this information. I know in Windows if the startup type is set to "Automatic" SCOM is looking for a service running, if the Startup
    type is set to manual no check.
    Do we have the same type of check in Linux?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Dom,
    Doesn't work the same as Windows. Just override the monitor in the MP and disable it from monitoring the klog daemon.
    Regards,
    -Steve

  • Mailbox Server Role Services not running: MSExchangeDelivery

    Running Exchange 2013 CU7 on Server 2012R2.
    Ive been working on this project on and off for the last few months, as I am the only IT guy, and a new office construction at my company has had me running cable, moving offices, workstations, and phones.
    This install of Exchange was working fine up until about a week ago. When I came back to finish its setup, I noticed that I was not able to send email internally anymore. Connecting to OWA says the message was sent, but it never arrives. After some more
    investigation, it turns out the MSExchageDelivery service will not run.
    Checking on this service, it indicates that it is starting/stopping, but never getting to the running stage. I have tried everything that I can think of, including uninstalling and re-installing the software. I have scoured the internet looking for solutions,
    but not finding one that will take care of the problem.
    Looking in the event viewer under Windows Logs -> Application I do see alot of information about MSExchangeTransportDelivery. Seems to be looping through a set of events....
    1. Error MSExchangeTransportDelivery Failed to start listening (Error: 10048). Binding: 0.0.0.0:475
    2. Error MSExchangeTransportDelivery This address is already in use. Binding: 0.0.0.0:475.
    3. Error MSExchangeTransportDelivery Inbound direct trust authentication failed for certificate %1. The source IP address of the server that tried to authenticate to Microsfot Exchage is [%2]. Make sure EdgeSync is running properly.
    4. Information MSExchangeTransportDelivery The service will be stopped. Reason TCP/IP socket error. The service will stop.
    5. Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Transport.TransportServerConfiguration has successfully completed.
    6. Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Data.Directory.SystemConfiguration.MailboxTransportServer has successfully completed.
    7. Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Transport.X400AuthoritativeDomainTable has successfully completed.
    8.Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Transport.AcceptedDomainTable has successfully completed.
    9.Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Transport.ReceiveConnectorConfiguration has successfully completed.
    10. Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Transport.RemoteDomainTable has successfully completed.
    11.Information MSExchangeTransportDelivery A configuration update for Microsoft.Exchange.Transport.TransportSettingsConfiguration has successfully completed.
    12.Information MSExchangeTransportDelivery We are doing a full mailbox database reload as part of routing tables loading due to: First read.
    Not sure where to go from here... any and all help is appreciated.

    You're getting a tcp socket error and This address is already in use. Binding: 0.0.0.0:475.
    Are you sure port 475 is not being used for some other service? Go to services and check if the
    MSExchangeTransportDelivery is
    currently stopped. If it is, open cmd and type netstat -ano and see if port 475 is showing up. If the MSExchangeTransportDelivery
    is stopped it should not show up, if it is then it's being binded somewhere else and prob causing a conflict.
    James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
    Thank you for your help. MSExchangeTransportDelivery was stopped. When I ran the netstat command, it shows:
    TCP    0.0.0.0:475            0.0.0.0:0              LISTENING       1600
    TCP    127.0.0.1:475          127.0.0.1:35056        ESTABLISHED     1600
      TCP    127.0.0.1:475          127.0.0.1:35231        ESTABLISHED     1600
      TCP    127.0.0.1:475          127.0.0.1:35386        ESTABLISHED     1600
      TCP    127.0.0.1:475          127.0.0.1:35559        ESTABLISHED     1600
      TCP    127.0.0.1:475          127.0.0.1:35657        ESTABLISHED     1600
     UDP    0.0.0.0:475            *:*                                   
    1600
    So we can see that 475 is indeed in use. I followed this up with Process Explorer to find out what process had PID 1600. Turns out that a security dongle we use for network licensing is using that port. I will be moving the dongle to another server, and
    will follow up here when I have results.

  • Flex 4.5 mxml based application not running after iOS packaging on i pad

    I have created one mxml based application on flex 4.5 and make the .ipa file by iOS packaging of adt command.The command  goes as followes
    adt -package -target ipa-debug -storetype pkcs12 -keystore  development_key.p12 -provisioning-profile flex_air.mobileprovision  testIphone.ipa testIphone-app.xml testIphone.swf
    The .ipa files are generated in the root folder of the C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\bin folder.
    But when I am running that file in Ipad it is not working.Cant install that application on Ipad.
    Can anybody have any solution for this??

    Hi Debarghya:
    As you mention "Cant install that application on Ipad." I am assuming that you can't get it on your iPad if that is the case. There are two things you should check.
    1. Does your mobileprovision has your device added to it, on iTunes portal?
    2. Make sure the id tag in testIphone-app.xml matches with your application identifier for which you created this provision and certificate on iTunes portal.
    If the problem is that application is installed on your iPad. But when you launch you see black screen forever or application closes automatically to take you to home screen.
    1. try with  -target ipa-debug-interpreter instead of -target ipa-debug and see if application starts and post your findings back.

  • Z87-G43 On-board sound issue (Audio Service not running)

    Hello all.
    Just bought the above board, did a fresh install of Win 7 on a newly formatted drive.  I'm just using a simple jack from speakers into the green input on the board.
    Used the CD that came with the mobo to get the drivers and then updated via windows driver updates. Windows is telling me my Realtek HD audio driver is up to date.
    I have checked many different places to find out why and still have not had any luck getting any sound out.
      checked BIOS to see if on board sound is enabled.
      checked Realtek audio manager which is coming up blank.
      checked running services and still no luck.
    Can anyone offer some suggestions that might help please?

    Update bios to version 1.8:
    >>Use the MSI HQ Forum USB flasher<<
         A.) Download the attached archive and place it on your desktop. Do not decompress.
         B.) Download and install the Forum flash tool.
         C.) Insert your FAT32 formatted usb stick.
         D.) Make sure that all win 8 options are disabled. (Fast Boot etc) Also make sure the legacy USB is enabled.
         E.) Start the forum flash tool and select option 1. Then point the tool at the compressed archive we downloaded earlier. Then to your USB Flash Drive.
         F.) Boot to the USB
         G.) Now follow the directions and let the tool flash the bios

  • Nexus 1010 VSM does not see VEM (DPA service not running....)

    Hi all,
    I have the attached topology. All the conf outputs and device details are attached.  The problem is "vemcmd show card info" output shows that VEM correctly receives the control, packet VLAN information from the VSM. However I couldnt make vempda service to run. I got the same output all the sayins that : "VEM Agent (vemdpa) is not running".  I checked the control and packet vlan end to end connectivity by creating VMs and etc. there werent any problems....One thing is that, VEM AIPC MAC never showed up in the upstream switch which is connected to ESX host.
    I would be glad if someone can help me out with any configuration errors or anything like that...
    [root@sahaesx1 ~]# vem status -v
    Package vssnet-esx5.5.0-00000-release
    Version 4.0.4.1.3.0.0-2.0.21
    Build 21
    Date Sat May 22 16:25:36 PDT 2010
    Number of PassThru NICs are 0
    VEM modules are loaded
    Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks  
    vSwitch0         128         4           128               1500    vmnic0   
    DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks  
    vsm1yeni         256         51          256               1500    vmnic2,vmnic1
    Number of PassThru NICs are 0
    VEM Agent (vemdpa) is not running
    [root@sahaesx1 ~]# vemcmd show version
    VEM Version: 4.0.4.1.3.0.0-2.0.21
    VSM Version: 4.0(4)SV1(3)
    System Version: VMware ESX 4.1.0 Releasebuild-235786
    [root@sahaesx1 ~]#

    Ok. Now VEM and VSM speaks to each other. However I can not see VEM on "show module vem mapping" ? Is there any specific reason to that ?
    [root@iacm-1 tmp]# vem-health check 00:02:3d:70:01:03
    VSM Control MAC address: 00:02:3d:70:01:03
    Control VLAN: 444
    DPA MAC: 00:02:3d:40:02:00
    The VEM-VSM connectivity seems to be fine.
    vsm1yeni# show module uptime
    ------ Module 1 -----
    Module Start Time:   Thu Oct 14 16:49:45 2010
    Up Time:             3 day(s), 23 hour(s), 45 minute(s), 6 second(s)
    vsm1yeni# show module vem mapping
    Mod     Status          UUID                                    License Status
    vsm1yeni# show module vem counters
    Mod InNR OutMI  InMI OutHBeats  InHBeats InAipcMsgs  OutTO OutTOC InsCnt RemCnt
    vsm1yeni#

Maybe you are looking for