NullPointerException on Patch Management tab

I upgraded yesterday to 11.2.3a. When I go to a device and look at the Patches tab, patches are listed with the devices status and I can deploy patches. However, if I go to the main Patch Management home or the Subscription Download on the Configuration home, I get a java.lang.NullPointException. Any ideas would be much appreciated.
Here is the full error details:
16 May 2013 11:55:47 ============== Exception (begin) ===========================
16 May 2013 11:55:47 Exception occured
java.lang.NullPointerException
at java.lang.String.compareTo(String.java:1167)
at java.lang.String.compareTo(String.java:92)
at java.util.Arrays.mergeSort(Arrays.java:1144)
at java.util.Arrays.mergeSort(Arrays.java:1155)
at java.util.Arrays.mergeSort(Arrays.java:1155)
at java.util.Arrays.sort(Arrays.java:1079)
at java.util.Collections.sort(Collections.java:117)
at com.patchlink.sapphire.web.pages.vulnerability.Vie wVulnerabilitiesSnapshot.listOfVendors(ViewVulnera bilitiesSnapshot.java:1652)
at com.patchlink.sapphire.web.pages.vulnerability.Vie wVulnerabilitiesSnapshot.setFilterInfoFromSession( ViewVulnerabilitiesSnapshot.java:1389)
at com.patchlink.sapphire.web.pages.vulnerability.Vie wVulnerabilitiesSnapshot.onInit(ViewVulnerabilitie sSnapshot.java:166)
at com.novell.web.controls.WebControl.initRecursive(W ebControl.java:2085)
at com.novell.web.controls.WebControl.addControl(WebC ontrol.java:1495)
at com.novell.web.controls.WebControl.addControl(WebC ontrol.java:1415)
at com.novell.zenworks.fw.web.internal.layout.PluginT emplate.loadContent(PluginTemplate.java:288)
at com.novell.zenworks.fw.web.internal.layout.Snapsho tTemplate.loadContent(SnapshotTemplate.java:84)
at com.novell.zenworks.fw.web.internal.layout.PluginT emplate.onLoad(PluginTemplate.java:130)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2423)
at com.novell.zenworks.fw.web.internal.layout.Snapsho tTemplate.loadRecursive(SnapshotTemplate.java:446)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
at com.novell.web.controls.Page.internalProcessReques t(Page.java:712)
at com.novell.web.controls.Page.processRequest(Page.j ava:667)
at com.novell.zenworks.fw.web.internal.layout.Index.p rocessRequest(Index.java:631)
at com.novell.web.internal.controls.PageTag.doEndTag( PageTag.java:86)
at org.apache.jsp.jsp.index_jsp._jspService(index_jsp .java:187)
at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.pro cessRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doF orward(ApplicationDispatcher.java:342)
at org.apache.catalina.core.ApplicationDispatcher.for ward(ApplicationDispatcher.java:302)
at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet .java:97)
at com.novell.zenworks.fw.web.internal.ZENworksServle t.service(ZENworksServlet.java:84)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at com.patchlink.sapphire.web.pages.vulnerability.ses sion.HibernateSessionFilter.doFilter(HibernateSess ionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBas e.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
at com.novell.zenworks.tomcat.ZENRequestValve.invoke( ZENRequestValve.java:1293)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
16 May 2013 11:55:47
Exception Info:
16 May 2013 11:55:47 Class....... java.lang.NullPointerException
16 May 2013 11:55:47 Message..... null
16 May 2013 11:55:47 Logged at... Index...............637
16 May 2013 11:55:47 ============== Exception (end) =============================

ZDC shows different missing files on each Primary, but they're all rpm's or about Asset Management, which we don't have active. All servers show the same list of inconsistent files. Could any of these be part of the problem?
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\conf\novell-rm-audit.xml' is inconsistent!!!
Size: expected = 0, actual = 18214
Checksum: expected = 1, actual = a5ad8991
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\esm\ICSharpCode.SharpZipLib. dll' is inconsistent!!!
Size: expected = 201448, actual = 192512
Checksum: expected = d7e66c82, actual = c37d4766
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\esm\Interop.NetFwTypeLib.dll ' is inconsistent!!!
Size: expected = 28672, actual = 28672
Checksum: expected = bf16c605, actual = ca9fc501
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\esm\WscIsvApiLib.dll' is inconsistent!!!
Size: expected = 14192, actual = 11936
Checksum: expected = 18a5f2c9, actual = e423af3d
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\msi\authto kenclientdevel.msi' is inconsistent!!!
Size: expected = 327680, actual = 325632
Checksum: expected = 98957b1d, actual = 607d3917
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\msi\authto kenclientdevel.x86_64.msi' is inconsistent!!!
Size: expected = 327680, actual = 325632
Checksum: expected = 36e23562, actual = f1603309
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\compat-expat1.rpm' is inconsistent!!!
Size: expected = 59145, actual = 59065
Checksum: expected = f1b54bf6, actual = 5702280b
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\identi ty-abstraction-0.1.620-24.noarch.rpm' is inconsistent!!!
Size: expected = 6911277, actual = 6911117
Checksum: expected = f4b62ee4, actual = b643f5b2
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\jakart a-commons-lang.rpm' is inconsistent!!!
Size: expected = 172086, actual = 172006
Checksum: expected = e551cb12, actual = c771b003
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\jakart a-commons-logging-1.0.4-21.2.noarch.rpm' is inconsistent!!!
Size: expected = 57982, actual = 57902
Checksum: expected = f667074d, actual = b59ee928
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\jpacka ge-utils-1.6.3-18.4.i586.rpm' is inconsistent!!!
Size: expected = 26637, actual = 26557
Checksum: expected = 4bc488e9, actual = 23516b4c
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\log4j-1.2.12-15.2.noarch.rpm' is inconsistent!!!
Size: expected = 343490, actual = 343410
Checksum: expected = 9669ef4b, actual = 9f63d9ec
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\novell-zenworks-jsvc-5.5.20-1.i386.rpm' is inconsistent!!!
Size: expected = 43356, actual = 43196
Checksum: expected = 11725eeb, actual = f41423f5
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\rhel-5-i386\hwinfo-8.62-0.novell.2.1.rpm' is inconsistent!!!
Size: expected = 784225, actual = 784225
Checksum: expected = cb04ebba, actual = 84dcea1f
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\rpm\xalan-j2-2.6.0-21.2.noarch.rpm' is inconsistent!!!
Size: expected = 1698260, actual = 1698180
Checksum: expected = c4d9ac2f, actual = ac458b5f
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\tools\ZENw orksInfocollect_Linux.zip' is inconsistent!!!
Size: expected = 8072, actual = 8514
Checksum: expected = 103012d2, actual = a692e502
ERROR File 'C:\Program Files (x86)\Novell\ZENworks\install\downloads\tools\ZENw orksInfocollect_Win.zip' is inconsistent!!!
Size: expected = 2172914, actual = 2181678
Checksum: expected = 234b35e5, actual = 582f2228

Similar Messages

  • Error while accesing Documents in Content Management tab(KM)

    Hello All,
    Till  now the Content Management tab was workign fine in PROD system. Suddenly from last week it started giving error
    System Error
    An exception occurred during the program execution. Below you will find technical information pertaining to this exception that you might want to forward to your system administrator
    Exception Class:  java.lang.NullPointerException
    java.lang.NullPointerException
            at com.sapportals.wcm.repository.service.appproperties.PropertiesManager.getProperty(PropertiesManager.java:144)
            at com.sapportals.wcm.repository.service.layout.cm.LayoutService$ApplicationPropertyProxy.getPropertyValue(LayoutService.java:350)
            at com.sapportals.wcm.repository.service.layout.cm.LayoutService.readProfile(LayoutService.java:514)
            at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.readFolderSettings(CustomizingController.java:657)
            at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.initParamters(CustomizingController.java:298)
            at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.(CustomizingController.java:240)
            at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.getInstance(CustomizingController.java:122)
            at sun.reflect.GeneratedMethodAccessor429.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sapportals.wcm.repository.service.layout.customizing.CustomizingControllerFactory.createCustomizingController(CustomizingControllerFactory.java:141)
            at com.sapportals.wcm.repository.service.layout.customizing.CustomizingControllerFactory.getCustomizingController(CustomizingControllerFactory.java:30)
            at com.sapportals.wcm.rendering.layout.LayoutControllerFactory.getLC(LayoutControllerFactory.java:198)
            at com.sapportals.wcm.rendering.layout.LayoutControllerFactory.getLayoutController(LayoutControllerFactory.java:164)
            at com.sapportals.wcm.rendering.control.cm.WdfProxy.createLayoutController(WdfProxy.java:2234)
            at com.sapportals.wcm.rendering.control.cm.WdfProxy.prepareNestedControls(WdfProxy.java:1473)
            at com.sapportals.wcm.rendering.control.cm.WdfProxy.createNestedControls(WdfProxy.java:1343)
            at com.sapportals.wdf.stack.Control.create(Control.java:291)
            at com.sapportals.wcm.rendering.control.cm.WdfProxy.create(WdfProxy.java:1416)
            at com.sapportals.wdf.stack.Pane.createControls(Pane.java:464)
            at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:485)
            at com.sapportals.wdf.stack.Pane.createControls(Pane.java:458)
            at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:485)
            at com.sapportals.wdf.stack.Pane.createControls(Pane.java:458)
            at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:485)
            at com.sapportals.wdf.stack.Pane.createControls(Pane.java:458)
            at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:485)
            at com.sapportals.wdf.WdfCompositeController.doInitialization(WdfCompositeController.java:270)
            at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:671)
            at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
            at com.sapportals.htmlb.Container.preRender(Container.java:120)
            at com.sapportals.htmlb.Container.preRender(Container.java:120)
            at com.sapportals.htmlb.Container.preRender(Container.java:120)
            at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:406)
            at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:238)
            at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:134)
            at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:133)
            at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
            at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:77)
            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:645)
            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:524)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
            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:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            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:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    I am not able to get any solution . please let me the solution
    Thanks
    Sagar
    Edited by: Sagar Ingalwar on Nov 10, 2010 10:17 AM

    Resubmitting .....
    We have various approval processes set up for various
    folders. The proper groups and steps are defined.
    When the user creates a piece of content in the folder
    they can click on the command menu or details and submit
    it for approval. 
    After some time, we are receiving a NullPointerException
    whenever we try to submit something for approval or skip
    the approval process.  It never gets to UWL.  When we
    look in the logs we see the error below.  When we
    restart the server, we are able to submit for approval
    and skip with approval without any issues.  After some
    time however, this issue arises again.
    The log file shows the following -
    #1.5#0014C26354620055000006DA00000B4000040A8ECD7C2BBE#113
    7508356007#com.sapportals.wcm.rendering.property.Property
    RendererFactory#sap.com/irj#com.sapportals.wcm.rendering.
    property.PropertyRendererFactory#bkumm24#7737##ptdwas00_E
    PD_4495551#bkumm24#97718e30876111da89f60014c2635462#SAPEn
    gine_Application_Thread[impl:3]
    _8##0#0#Warning##Plain###Reloading all classes, because
    CRT Class Loader was modified.#\par
    #1.5#0014C263546200540000088800000B4000040A8ECFDE6BB6#113
    7508396008#com.sapportals.wcm.rendering.uicommand.UIConfi
    guration#sap.com/irj#com.sapportals.wcm.rendering.uicomma
    nd.UIConfiguration#bkumm24#7737##ptdwas00_EPD_4495551#bku
    mm24#97718e30876111da89f60014c2635462#SAPEngine_Applicati
    on_Thread[impl:3]_24##0#0#Warning##Plain###Reloading all
    classes, because CRT Class Loader was modified.#\par
    #1.5#0014C263546200400000090E00000B4000040A8ED190AEC1#113
    7508424461#com.sapportals.wcm.rendering.uicommand.UIMenuF
    actory#sap.com/irj#com.sapportals.wcm.rendering.uicommand
    .UIMenuFactory#bkumm24#7864##ptdwas00_EPD_4495551#bkumm24
    #7b541bc0876411da96bf0014c2635462#SAPEngine_Application_T
    hread[impl:3]_20##0#0#Warning##Plain### No group command
    found for rendering menu HoverMenu for resource ..........
    Please help.
    Thanks,
    vivek
    I promise to reward points for helpfull answers

  • Adobe Reader and Acrobat Pro updates for 11.0.10 being pushed out through SolarWinds Patch Manager are not being recognized as applicable.

    I am trying to update our Adobe Reader and Acrobat Pro to 11.0.10 using the default MSP packages with SolarWinds Patch Manager.  All of the systems keep reporting as 'NOT APPLICABLE'.  All of the workstations have Reader11.0.09, with about 10% still on 11.0.08 (due to the fact that the reader 11.0.09 package only patched about 2/3 of the systems).  All systems that have Acrobat Pro are 11.0.09.
    In SolarWinds I am using the "Adobe Systems, Inc. Packages" node.
    Adobe Systems Acrobat 11 Catalog
    Adobe Systems Reader 11 Catalog
    and the SW Patch Manager downloads the msp's straight from Adobe.
    I have checked the msp's manually and they will update at least back to 11.0.07 in Reader, and 11.0.0 in Acrobat Pro. (I had an old stand alone system that still had Reader 11.0.07, and I did a new install of Pro and went straight to update 11.0.10)
    The SolarWinds Tech said, "Okay. That content is produced by Adobe. Any questions concerning applicability logic or diagnosing why a package reports as NotApplicable when that's not expected would need to be directed to Adobe, as they are solely responsible for that content and its behavior".
    I am new to SolarWinds Patch Manager, and any help or advice would be greatly appreciated.

    It sounds like you are attempting to use the SCUP catalogs outside of the MS solution.  I can almost guarantee you that Adobe didn't test it if it's not referenced in the ETK:  11   SCCM-SCUP — Enterprise Administration Guide
    That being said there "should" be logging available in any deployment solution.   Since I am not familiar with Solar-Winds particular solution I can't say if it logs errors and how verbose those logs might be.    If you have logs then post the output and the forum members "might" be able to assist you.

  • Unable to find the master data loaded request in manage tab

    Hi All,
    Iam unable to see the loaded request in the master data manage tab after some time of loading.
    Immediately after loading i could see the request.If i revisit the manage tab,iam unable to see the request.
    However data is available for the info object .
    Can anyone please suggest on this.
    Regards,
    Kavya

    hi Devupalli,
    Note your request number, find it using RSRQ tcode. Now click on the target icon and see if it takes you to the manage of your infoobject.
    There is a very common error which we sometimes make: are u sure you're checking the right thing? please check that if your infoobject has text, attribute and hierarchy, you're checking in the manage of the relevant one.
    For ex, if you're loading text, you have to go to manage of the text.
    Hope this helps!
    Sheen

  • RH7: Project Manager Tab keeps refreshing continuously

    I have upgraded my project from RH5 to RH7. There were in all 65 projects (.xpj) files that I upgraded. However, i have this issue with some of the files. When I open the xpj file, the Project Manager tab keeps refreshing. I cant scroll and select the files that are towards the end because the moment I click the scroll bar, the the tab refreshes and I cant click on the file.
    Most of the files that I upgraded work fine.
    Please suggest a solution. Thanks.

    Have you tried renaming the CPD and reopening RH to make it create a new one?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Test Package in Test Management tab of Change Document

    Hi Expert,
    When we test on CHARM, we realized that the test package in test management tab can only be
    attach before the developer change the status to "Pass normal change to
    test". Is this standard or can we do any configuration to allow the
    test package be attach during "Test for Preliminary Input" status?
    Thanks
    Best Regards
    Remy

    Hi,
    I manage to solve this issue as below,
    Go to SPRO
    >SAP Solution Manager Implementation Guide
    >SAP Solution Manager
    >Capabilities (Optional)
    >Change Control Management
    >Standard Configuration
    >Change Request Management Framework
    >Adjust UI objects by User Status
    Thanks
    Best Regards
    Remy

  • Cargo management tab is missing in Ocean freight booking

    Hi Experts,
    I found cargo management tab is missing in Ocean freight booking/ Transportation cockpit, though hierarchy types assigned for the functionality to create drayage orders.
    Please suggest if any configuration is missing.
    Thanks,
    Shakti

    Hi Matt,
    you can find associations DRAYAGE_TOR (from booking to freight order(s)) and DRAYTOR_BOOK (from freight order to booking) under the ROOT node of business object /SCMTMS/TOR. If you check those in TA /BOBF/CONF_UI, you can also have a look at the corresponding implementing classes - however, there should be no need to do this
    Technically, the references are stored on ITEM_TR level, but as determining the correct references can be tricky, I would strongly recommend to use the above mentioned associations in order to get the pre-carriage order (or booking vice versa), instead of trying to determine them on your own from various DB tables - we already implemented the tricky part in the associations, so there is no need for you to worry about that
    Best regards,
    Sabine

  • IN ODS Object Manage tab?

    hello all
    In ods object manage tab in "<b>REQUEST</b>" tab there are options like <b>request</b>,<b>data mart status of the request,PSA ID request is generated with Activation,Technical Status</b> and so on?
    what do v mean by this?
    1.data mart status of the request(when this will generate)
    2.PSA ID request is generated with Activation(when this will generate)and
    3.Technical Status
    many thanks
    balaji

    hi AHP
    thanks for given info., but in that link  I could'nt able to get info regarding this can u tell why this is needed  "<b>PSA ID REQUEST IS GENERATED WITH ACTIVATION</b>"
    and "<b>TECHNICAL STATUS</b>".
    many thanks
    balaji

  • Add-Ons Manager Tab won't go away

    Using Firefox 10.0.2 on a brand-new Mac Mini running Lion 10.7.3.
    Every time I open up Firefox, it opens in two side-by-side tabs. The one on the left is my home page; the one next to it says 'Add-Ons Manager' and it simply tells me the add-ons I've installed and so on. How do I get rid of this tab? I can click the X and it goes away, but it reappears every time I open Firefox again. I can't find anything in the settings that obviously gets rid of this for good.

    Click on something below the Get Add-ons menu item on the left side of the Add-ons Manager tab.

  • Possibility to assign a color profile in the color management tab for more video formats

    Presently, in After Effects CS5, in the color management tab of the "Interpret Footage" dialog box the possibility to assign a color profile to footage is grayed out for many video formats.
    Formats that allow to assign a color profile include Quicktime/JPEG2000, Quicktime/Motion JPEG A, Quicktime/Motion JPEG B, Quicktime/MPEG-4, Quicktime/Animation as well as various image sequences, like tiff-sequences. (Motion JPEG A,B and Quicktime/MPEG-4 are not very helpful in this context because they have a small color shift when reimported to After Effects.)
    Formats that do not allow to assign a color profile include Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V. (Here, H264 main concept has anyway the disadvantage that it has a color shift when reimported into After Effects.)
    In After Effects CS4 it was possible to assign a color profile to Quicktime/H264, Quicktime/PhotoJPEG, DVCPRO HD 1080p30, but in CS5 this is no longer possible.
    Those video formats that do not allow to assign a color profile automatically are interpreted as having the color profile HDTV (Rec. 709) Y'CbCr in case that the videos have 1920x1080 format; similar applies to PAL formats which get SDTV (Rec. 709) Y'CbCr color profile.
    (I did not find anything of this automatic assignment to HDTV or SDTV color profile in the "interpretation rules.txt" file, therefore it must be written into the programme itself.)
    With growing popularity of wide gamut monitors it becomes necessary to produce footage and other videos that have a color profile different from HDTV or sRGB. When such footage is reimported to After Effects it has the wrong color and the only workarounds are either to use (in After Effects) the effect "Color profile converter" which necessitates extra render time or to use somewhat unpopular formats, like JPEG2000 that has very large filesize.
    Presently many footage is produced in Quicktime/PhotoJPEG and therefore it would be very desirable to allow to assign a color profile to such footage in the color management tab of the "Interpret Footage" dialog box.
    Does anyone know why in AE CS5 the video formats Quicktime/PhotoJPEG and Quicktime/H264 do not allow to have an arbitrary color profile assigned (although it was possible in CS4), is it a bug, or does it have a deeper reason.
    In this context I have a related question, often I read that Quicktime videos have a gamma tag. Does this mean that part of the color profile (the gamma value) is actually embedded/remembered, like you have it for images where the gamma is part the embedded color profile.
    I use AE CS5 on Mac Pro 2009 with OS 10.6.7.
    Thanks,
    Volker

    Thank you Rick for this interesting explanations and the links to articles.
    In the past few days I performed a few tests in After Effects and it is interesting that you mention that cameras, like the Sony EX3, allow videos to have embedded color profiles. I am not working myself with cameras but either get footage from the internet or sometimes videos from our video department which produces videos with professional SONY cameras, usually I get them in a matrox mxf format.
    As far as my test with After Effects show it is not possible to embed color profiles in the videos rendered with After Effects. Independent of the color profile in the working space and independent from the color profile in the output module I always get the same reaction if I reimport videos rendered by After Effects back to After Effects:
    In AE CS5 videos made in the formats Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V  are always interpreted as color profile SDTV/HDTV (Rec. 709) Y'CbCr (even if I made them in other color profiles, such as Adobe RGB, Photo RGB, sRGB); and there is no possibility to change this interpretation rule.
    In contrast videos made in the formats Quicktime/JPEG2000, Quicktime/Motion JPEG A, Quicktime/Motion JPEG B, Quicktime/MPEG-4, Quicktime/Animation are always interpreted as sRGB (even if if I made them in other color profiles, such as Adobe RGB, Photo RGB, HDTV); only this time I can change the interpretation rule. Therefore if I know for example that if I had selected Photo RGB in the Output module I can change after the reimport the interpretation rule from sRGB to Photo RGB and only then I get again the original colors.
    The only exceptions are picture sequences, such as tiff-sequences, where the original color profile is automatically selected in the interpretation of the footage.
    Therefore, unfortunately for videos produced by After Effects your advice "If it says something like sRGB and you can change it, in most cases you shouldn't change it because the guess is probably right. If there is no color profile assigned then you should assume that is correct." is not so easy to be applied. You have to know how you did it originally in the Output module and hope that you can change it to the proper color profile, in case that the original color profile in the Output module was different from sRGB and HDTV/SDTV. But it is interesting to hear from you that with cameras there seem to be more possibilities.
    For this reason it would be nice if in future versions of After Effects one could change the color profile in the the color management tab of the "Interpret Footage" dialog box also for formats such as Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V.
    Of course one can always circumvent shortcomings by using tiff-sequences, QT/jpeg2000, or QT/Animation as formats for storing, which is anyway better for lossless or nearly lossless storing, but the files are then too large and also cannot be played easily with a player.
    Volker

  • Solaris 8 Patch Manager Error

    Anyone have any idea what this error is or how to resolve it? I'm trying to run smpatch on a Solaris 8 Sun Blade 100 box and getting the following error:
    /usr/sadm/bin/smpatch download -i 112438-01
    Requested patches:
    112438-01
    Downloading the requested patches
    Error: PatchPro failed: StateMachine.start(): State machine failed.
    State.getActionResult(): No valid result.
    com.sun.patchpro.util.NoResultException: State.getActionResult(): No valid result.
    at com.sun.patchpro.util.State.getActionResult(State.java:405)
    at com.sun.patchpro.util.StateMachine.getActionResult(StateMachine.java:490)
    at com.sun.patchpro.model.PatchProModel.getPatchAccumulator(PatchProModel.java:1041)
    at com.sun.patchpro.cli.SMPatchServices.downloadPatches(SMPatchServices.java:1724)
    at com.sun.patchpro.cli.SMPatchServices.main(SMPatchServices.java:709)

    Hi,
    I've just found the following in another thread:
    The workaround for the bugID 6221832 (java being in another path than the default /usr/j2se/bin/ for Patch Manager 2.0 on Solaris 8) is to edit the pprosetup and pprosvc scripts
    from /usr/sbin/pprosvc :
    JAVACMD=/usr/j2se/bin/java
    edit pprosetup and pprosvc scripts file and set JAVACMD locale variable to newly java installed path and launch smpatch get command again
    Thank you. I've editted both scripts and changed the JAVACMD variable to be ${JAVA_HOME}/bin/java and now everything is working.
    Thanks.

  • Sun update manager with patch manager

    I need to use both products since I have systems running Solaris 10, 9 and 8. Is there a way to get them to work together?
    Ideally, I would like to have 1 system talk to SUN to manage the application and downloads. I would want the system to distribute the patches to all the other systems.

    Yes, this is possible. We would recommend setting up Sun Update Manager on Solaris 10 as your patch proxy (with a connection to Sun). Both Update Manager on Solaris 10 and Patch Manager on Solaris 8 and 9 can then be configured as clients.

  • What is Sun's answer about PCA  patch manager free tool ?

    Hi all,
    this post aims on echoing customers'feedback.
    from customers'experience it seems that smpatch from patch manager tool is suffering of a lack of reliability.
    One of them moved to a new freeware called PCA-Patch Check Advanced
    http://www.par.univie.ac.at/solaris/pca/
    From PCA Web Site we can read:
    Sun has offered various tools in the past to analyze Sun/Solaris systems for patches which are installed or missing, e.g. PatchDiag, PatchCheck, PatchPro, smpatch (see the Sun Patch Portal for details). Some of them are not actively maintained, some are huge and opaque, some don't run on older Solaris releases or stripped-down machines. None of them really made me happy. Based on PatchCheck source I implemented PCA, which gets rid of the disadvantages of Sun's own tools.
    I would like to know what is Sun's position and could it be possible to integrate such a tool ?
    Thanks.
    Malek.

    - Sun is always interested in customer feedback, and is interested in
    the concerns expressed here.I'd also very muck like Sun to be interested in fixing the customers problems, which has not been done in my cases. No solution or explanation has been given to my many cases opened on smpatch, and this, even though in some cases, patches were made (months later): I was never told about them. Which makes me wonder about the point of having paid support contracts in the first place.
    But since UM was developed by interns, it's no wonder there's trouble maintaining it (how do I know? I've been an intern doing Java development, and I made the exact same beginner's mistakes, not knowing to handle exceptions, leaving debug output on stdout, being unable to make proper localisation).
    It's obviously not the work of experienced Java programmers. Hard to trust it...
    - We do understand that opaque is bad, but one of Sun's goals is to
    provide complex analysis beyond matching patches with installed
    packages. This analysis and its support processes will necessarily
    be somewhat opaque.What analysis are you talking about? smpatch is not even able to tell me that security fixes are available for NSS, which has been part of Solaris for years. PCA does.
    And what about Studio? Why can't smpatch tell me there are patches for that, too? And why aren't free patches, that are neither recommended nor security (such as the man patches) shown by smpatch when running without a contract?
    - We are interested in the concerns surrounding stripped-dow
    systems, and are considering a "light" version of our tools that would
    support minimal systems. However at this time there are no plans to
    release a light version.And what about systems without a network?
    And what about not forcing me to read and agreeing to a, abusive license agreement, which can't even be printed, nor shown full screen (5 lines at a time!)?
    And, please, can you explain me why I should agree to respect Reuters so-called intellectual property? What does it have to do to with keeping my systems up to date reliably and easily? Is it a competition between Sun and Microsoft to put the most ludicrous licenses on line?
    Anyway, I'm sure Solaris 11 will introduce some new bloated offspring of the PatchProManagerUpdateConnection family, so I'm not holding my breath. Rather than repeat this experience again and again, I'll stick with PCA.
    Laurent

  • Patch manager

    Can someone help me run the patch manager? I have downloaded and installed the patch manager from the sun website. I have found the help files, which are not very helpful, but where do you run it from? the help file says use the browser, been there but have not been able to find out where it put the files I''m supposed look at. when I do look at some HTMl pages I do find I get the code not the web page.
    Frustrating!!!
    Where's a little icon or menu that says "Patch manager here Dummy!"
    Thanks
    Bill

    Hello Thiago,
    if the patching procedure is empty, then one important post installation step has to be executed. It is about "defining a software library path". This step will not only define a path, but will also populate data into it. After a while the missing patching procedures shall come up automatically.
    Please inspect the installation guide for ACMP for further details and advice.
    Kr
    Volker

  • Handling of pending reboot, exclusive updates for patch management with SCCM 2012

    Hello,
    Planning to use SCCM 2012, I would like to understand how smart is SCCM 2012 when dealing with specific patch management situation.
    Assuming I have the following:
    - A given server to be patched is missing a lot of updates, several being mutually exclusive. This typical case will require several reboot / patching to properly obtain a server fully up to date.
    - A given server to be patched is in pending reboot state because the local admin installed new software and has not restarted the server yet as requested
    - Those servers have configured maintenance windows of 2 hours during each night. I scheduled a deployment of missing patches authorizing restart.
    --> when the maintenance window will be reached:
    - will the server first be restarted to clean the pending reboot ?
    - will the the server be patched / restarted several times as required to fully meet the updates to be deployed.
    Another scenario on workstation side:
    - can I enforce deployment of updates at a given time, do not automatically restart the workstation during patch deployment, but after deployment schedule a mandatory restart with a countdown if there is a pending reboot... From end-user perspective, it
    would have the following behavior. For instance:
    - patches are automatically installed on Monday at 10 AM
    - as soon as deployment is done, warning message is displayed to ask users to reboot
    - then user has up to 48h to restart his computer by himself. If he does not do it, it will be automatically done after countdown expires.
    --> Can such a scenario be managed by SCCM 2012 ?
    Regards.

    Hi,
    I have a related question about deploying Microsoft Security Updates to workstations via SCCM 2012.  Is there a way to deploy the MS updates to workstations and only suppress reboots for machines with users logged on or locked?  There seems to
    be only 2 different options for reboots, Suppress them all or don't suppress them at all.  We would like SCCM to reboot the machines that are logged off, but suppress the reboot for those that are logged on, while at the same time, provide the user with
    a notification that their machine needs to be rebooted (at their convenience). 
    We've tried applying the Domain GPO "No auto-restart with logged on users for scheduled automatic updates installations" (Enabled) and "Configure Automatic Updates" (Disabled), but the logged on/locked machines still receive the restart countdown with no
    option to postpone or delay.
    This is a show stopper for us since we have an environment where we are absolutely not allowed to reboot a logged on machine.
    For a little background, we are coming from SMS 2003 and the Distribute Software Updates (ITMU) way of deploying MS Updates, where we could always set the program to run "Only when no user is logged on".
    Please tell me there is a way to achieve our desired result.
    Thanks,
    Dan 

Maybe you are looking for

  • Working with Text in A/W

    Hi,me again.I'm trying to make five .jpg s turn into one comprehensible image.I saved a recipe page from web,it wouldn't do what I wanted,so I screenshotted it,took 5 shots to get it all.I think A/W is the choice to make it all come together,but mayb

  • I want to know what happens when the iPad battery gets fully charged and the charger is still connected

    When the battery gets fully charged, and the charger is still connected to the iPad, does the iPad use power from the battery or does it use the charger?

  • Mouse randomly moves around and clicks

    Ok, so ive had this problem for a few months now and it has led me to the point where my mac was in storage and i havent touched it in a month or two. What happens is no matter what i am doing my mouse will move around the screen clicking randomly an

  • Help On Selection Screen

    Hi...Can any one send a sample code for a header selection screen calling a detail screen and edit the detail. Sunil....

  • Site behind load balancer - Key not valid for use in specified state

    Hi, I have created a sharepoint application page to access an active end point on ADFS and establish a fedauth session. All works well in single server. But when the page runs behind load balancer with 2 servers, it fails with key not valid for use i