BPM 11.1.1.5.0 Features Pack: UCM integration issue

Hi all,
I have installed BPM SP4 FP successfully on Windows. But I have a problem with UCM integration.
In Jdev, I configured the Human Task use UCM to store the documents. But after deploying on WLS, in BPM workspace, I cannot use attachment functionality. It show error message:
"Document Store not available. Please configure the document store."
Maybe need to configure Document Store of UCM in somewhere. But I don't know how to do it.
Anyone can help?
Thank you.

All credit Goes to Alaa
Provide UCM information. You need to provide username,
password and UCM url.
-- Go to EM. Click on SOA node. Click on soa-infra node. On the right panel,
click on the "Soa Infrastructure" dropdown menu. In the dropdown, select "SOA Adminstration". In the
sub-menu, "Workflow Task Service Properties".
-- On this page, click the link at the bottom "More Workflow Taskservice
Configuration Properties...".
-- On this page, select node:
- Application Defined MBeans - oracle.as.soainfra.config
- Server: AdminServer
HWFMailerConfig
human-workflow
- WorkflowConfig
human-workflow<== Select this
node
- WorkflowIdentityConfig
-- On the right panel, select "UcmIdcUrl". Set value pointing to UCM server.
(Note: Only idc protocol is supported for now).
For now, you can use the server at
idc://adc6170580.us.oracle.com:4444
Click apply.
-- Now click on following node on the left panel in EM:
FarmFarm_soainfra
-- On this page, click on "Weblogic domain" dropdown. Select "Security" and
then select "Credentials" from the sub-menu.
-- On this page, click on "Create map". Enter "WF-ADMIN-USER" for the map
name.
-- Now click on "Create Key". Make sure, WF-ADMIN-USER is selected for map
in the popup dialog. Enter WF-ADMIN-CREDENTIAL for key name. Enter
username/password of user with admin privilege on UCM server.
The values are weblogic/weblogic1 for the server mentioned above.
Now you are ready to UCM attachments in your task.
Also, if you are using your own UCM server, you need to change config file.
-- Add your SOA server machine ip address, so it can connect to UCM server.
Edit config.cfg and change following entry:
original entry: SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1
SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1|your_soa_server_ip_address
- WebLogic Domain
soainfra<== Click on this node
e.g.
SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1|10.232.129.113
Also add new entry:
IntradocServerPort=4444 ==> or whatever port you want to use.
Based on the above entry, you will add UcmIdcUrl in em. E.g.
idc://your_ucm_machine_name:4444
Also,
Check your $DOMAIN_HOME/config/fmwconfig/system-jazn-data.xml. Search for WF-ADMIN-USER.
Check the jar name at the begining of grant elem. It has a typo in the path. It should oralce.soa.workflow
instead of oralce.bpm.workflow. Make this change and restart the server. This bug was fixed just before
GA release.
Edited by: PerCo on Dec 12, 2011 12:21 AM

Similar Messages

  • BPM Suite 11.1.1.5 Feature Pack - Instance Migration

    Hi,
    In BPM Suite 11.1.1.5 Feature Pack, Instance Migration was introduced. A very nice and essential feature. I'd like to investegate the behaviour of this feature. However I can't find any documentation about it. Also not in the new documentation.
    Any suggestions?
    Thank you in advance!
    Bye, Aldo

    There is a screenshot screenshot on this feature and that's about it.
    ....

  • Issue in Integration of  BPM 11.1.1.5.0 Feature Pack with Primavera P6 R8.2

    The following error is occurring while initiating the workflow in P6 R8.2 of Web Access (My Workflows tab is not working).
    ERROR com.primavera.infr.srvcs.bpm.BPMNServiceImpl ?:? BPM service could not connect to BPM Identity service provider for database 1
    ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in BPMIdentityService in method authenticateUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1111)
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1122)
    at com.primavera.bpm.BPMServiceManager.getIdentityService(BPMServiceManager.java:226)
    at com.primavera.bpm.BPMConnectorImpl.getInitiatableProcesses(BPMConnectorImpl.java:330)
    at com.primavera.bpm.BPMConnectorImpl.getCompositesForDefaultPartition(BPMConnectorImpl.java:417)
    at com.primavera.bpm.BPMConnectorImpl.getBPMProcessNodes(BPMConnectorImpl.java:387)
    at com.primavera.infr.srvcs.bpm.BPMNServiceImpl$1.command(Unknown Source)
    at com.primavera.infr.srvcs.bpm.BPMNServiceImpl$1.command(Unknown Source)
    at com.primavera.bpm.common.BPMCommandRunner$a.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.xml.ws.WebServiceException: Could not determine wsdl ports.
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.invoke(IdentityServiceSOAPClient.java:287)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.authenticateUser(IdentityServiceSOAPClient.java:622)
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1093)
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1123)
    at com.primavera.bpm.BPMServiceManager.getIdentityService(BPMServiceManager.java:226)
    at com.primavera.bpm.BPMConnectorImpl.getInitiatableProcesses(BPMConnectorImpl.java:332)
    at com.primavera.bpm.BPMConnectorImpl.getCompositesForDefaultPartition(BPMConnectorImpl.java:419)
    ... 5 more
    Caused by: javax.xml.ws.WebServiceException: Could not determine wsdl ports.
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPorts(WSDLMetadata.java:166)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.getPort(WSDLMetadata.java:429)
    at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:275)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.createDispatch(IdentityServiceSOAPClient.java:231)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.invoke(IdentityServiceSOAPClient.java:271)
    ... 11 more
    Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: java.lang.ClassNotFoundException: oracle.webservices.wsdl.WSDLFactoryImpl
    at javax.wsdl.factory.WSDLFactory.newInstance(Unknown Source)
    at oracle.j2ee.ws.common.wsdl.WSDLHelper.getWsdlReader(WSDLHelper.java:88)
    at oracle.j2ee.ws.common.wsdl.WSDLHelper.getWsdlReader(WSDLHelper.java:85)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.readWsdlDefinition(WSDLMetadata.java:354)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPortsFromWsdl(WSDLMetadata.java:197)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPorts(WSDLMetadata.java:164)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.getPort(WSDLMetadata.java:429)
    at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:275)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.createDispatch(IdentityServiceSOAPClient.java:233)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: oracle.webservices.wsdl.WSDLFactoryImpl
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    ... 21 more
    *[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' ERROR com.primavera.pvweb.pm.workflows.BPMAjaxProvider ?:? Failed loading BPM processes.*
    com.primavera.bpm.common.BPMServiceException: BPM service could not connect to BPM Identity service provider for database 1
    at com.primavera.bpm.BPMServiceManager.getIdentityService(BPMServiceManager.java:233)
    at com.primavera.bpm.BPMConnectorImpl.getInitiatableProcesses(BPMConnectorImpl.java:332)
    at com.primavera.bpm.BPMConnectorImpl.getCompositesForDefaultPartition(BPMConnectorImpl.java:419)
    at com.primavera.bpm.BPMConnectorImpl.getBPMProcessNodes(BPMConnectorImpl.java:387)
    at com.primavera.infr.srvcs.bpm.BPMNServiceImpl$1.command(Unknown Source)
    at com.primavera.infr.srvcs.bpm.BPMNServiceImpl$1.command(Unknown Source)
    at com.primavera.bpm.common.BPMCommandRunner$a.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in BPMIdentityService in method authenticateUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1111)
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1122)
    at com.primavera.bpm.BPMServiceManager.getIdentityService(BPMServiceManager.java:226)
    at com.primavera.bpm.BPMConnectorImpl.getInitiatableProcesses(BPMConnectorImpl.java:330)
    at com.primavera.bpm.BPMConnectorImpl.getCompositesForDefaultPartition(BPMConnectorImpl.java:417)
    ... 5 more
    Caused by: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.xml.ws.WebServiceException: Could not determine wsdl ports.
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.invoke(IdentityServiceSOAPClient.java:287)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.authenticateUser(IdentityServiceSOAPClient.java:622)
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1093)
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1123)
    at com.primavera.bpm.BPMServiceManager.getIdentityService(BPMServiceManager.java:226)
    at com.primavera.bpm.BPMConnectorImpl.getInitiatableProcesses(BPMConnectorImpl.java:332)
    at com.primavera.bpm.BPMConnectorImpl.getCompositesForDefaultPartition(BPMConnectorImpl.java:419)
    ... 5 more
    Caused by: javax.xml.ws.WebServiceException: Could not determine wsdl ports.
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPorts(WSDLMetadata.java:166)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.getPort(WSDLMetadata.java:429)
    at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:275)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.createDispatch(IdentityServiceSOAPClient.java:231)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.invoke(IdentityServiceSOAPClient.java:271)
    ... 11 more
    Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: java.lang.ClassNotFoundException: oracle.webservices.wsdl.WSDLFactoryImpl
    at javax.wsdl.factory.WSDLFactory.newInstance(Unknown Source)
    at oracle.j2ee.ws.common.wsdl.WSDLHelper.getWsdlReader(WSDLHelper.java:88)
    at oracle.j2ee.ws.common.wsdl.WSDLHelper.getWsdlReader(WSDLHelper.java:85)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.readWsdlDefinition(WSDLMetadata.java:354)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPortsFromWsdl(WSDLMetadata.java:197)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPorts(WSDLMetadata.java:164)
    at oracle.j2ee.ws.common.jaxws.WSDLMetadata.getPort(WSDLMetadata.java:429)
    at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:275)
    at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.createDispatch(IdentityServiceSOAPClient.java:233)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: oracle.webservices.wsdl.WSDLFactoryImpl
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    ... 21 more
    Edited by: user4883812 on Feb 1, 2012 6:09 AM

    Looks like you are missing wsclient.jar .
    See this - Problem instatiating factory implementation when invoking a service in java

  • BPM PS4FP UCM Integration

    Hi there
    I've integrated BPM PS4FP and Webcenter content (UCM), I've configured both servers using this post BPM 11.1.1.5.0 Features Pack: UCM integration issue how ever I'm having this error during upload or download documents using the bpm workspace:
    Any idea what's going on?
    <Jan 30, 2012 4:08:07 PM CST> <Warning> <oracle.adf.controller.faces.lifecycle.Utils> <BEA-000000> <ADF: Adding the following JSF error message: Workflow Service Engine callback to SOA mesh failed.
    Callback operation onTaskCompleted from default/QuoteProcessLab!1.0/EnterQuoteDetails to RequestQuoteLab/HumanTasks.EnterQuoteDetails.reference failed with error: Schema validation failed for message part payload. Please ensure at the message sender level that the data sent is schema compliant. Invalid text ' in element: version.
    Check the underlying exception. Ensure that the SOA composite is configured correctly.
    oracle.jbo.JboException: Workflow Service Engine callback to SOA mesh failed.
    Callback operation onTaskCompleted from default/QuoteProcessLab!1.0/EnterQuoteDetails to RequestQuoteLab/HumanTasks.EnterQuoteDetails.reference failed with error: Schema validation failed for message part payload. Please ensure at the message sender level that the data sent is schema compliant. Invalid text ' in element: version.
    Check the underlying exception. Ensure that the SOA composite is configured correctly.
    at oracle.bpel.services.datacontrol.XSDDataControl.invokeOperation(XSDDataControl.java:481)
    at oracle.adf.model.bean.DCBeanDataControl.invokeMethod(DCBeanDataControl.java:430)
    at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)
    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)
    at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:467)
    at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
    at oracle.bpel.services.workflow.worklist.adf.InvokeActionBean.invokeOperation(InvokeActionBean.java:363)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:789)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:306)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:213)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hey there,
    we have a similar issue. We are having an error where our user fails to authenticate with the UCM. We have not solved this yet and have put it on the back burner for the moment. At our Client, there a batch upload operation done by a person and then the users involved simply associate the relevant files. If you do find a solution, please let us know.
    Regards,
    Yanis

  • Trouble Installing the new Oracle BPM 11g Feature Pack (FP4)

    I'm trying to install the new feature pack that just came out on and I'm curious if anyone has successfully installed it on a Windows 64 bit machine.
    Although the blog post by Jan Kettenis (http://kettenisblogs.blogspot.com/2011/09/tips-for-installing-oracle-bpm-suite.html) was helpful, when I get to the step to run %ORACLE_HOME%/OPatch/opatch napply from the command line, I get the error shown below.
    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:417)
    at java.lang.Integer.parseInt(Integer.java:499)
    at oracle.sysman.oii.oiii.OiiiCompsXMLHandler.createCompIdOhPair(OiiiCom
    psXMLHandler.java:453)
    at oracle.sysman.oii.oiii.OiiiCompsXMLHandler.access$500(OiiiCompsXMLHan
    dler.java:96)
    at oracle.sysman.oii.oiii.OiiiCompsXMLHandler$OiiiDepElementHandler.onSt
    art(OiiiCompsXMLHandler.java:1599)
    at oracle.sysman.oix.oixs.OixsElementHandler.startElement(OixsElementHan
    dler.java:140)
    at oracle.sysman.oix.oixs.OixsDefaultHandler.startElement(OixsDefaultHan
    dler.java:109)
    at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler
    .java:181)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingPa
    rser.java:1284)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
    ngParser.java:326)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:294)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:209)
    at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLR
    eader.java:321)
    at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLR
    eader.java:229)
    at oracle.sysman.oii.oiii.OiiiInstallInventory.getCompOHListElement(Oiii
    InstallInventory.java:2231)
    at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllCompsVect(OiiiAreaInve
    ntory.java:1057)
    at oracle.opatch.OUIInstallInventory.getAllCompsVect(OUIInstallInventory
    .java:157)
    at oracle.opatch.OracleHomeInventory.load(OracleHomeInventory.java:2549)
    at oracle.opatch.UtilSession.getGenericInventory(UtilSession.java:125)
    at oracle.opatch.UtilSession.process(UtilSession.java:235)
    at oracle.opatch.OPatchSession.main(OPatchSession.java:2074)
    at oracle.opatch.OPatch.main(OPatch.java:651)
    Verifying environment and performing prerequisite checks...
    UtilSession failed: Patch 12319055 requires component(s) that are not installed
    in OracleHome. These not-installed components are oracle.sysman.plugin.ai.main.oms:11.1.1.5.0,
    Log file location: C:\Middleware\SOASuite11gR1PS4\oracle_common\cfgtoollogs\opat
    ch\opatch2011-09-23_23-34-16PM.log
    OPatch failed with error code = 73

    The issue was resolved by following steps (by performing a fresh install):
    1.     Open cmd with administrative privileges (Run as administrator) & Install wls1035_generic.jar
    2.     Execute setup.exe of SOA with administrative privileges (Run as administrator)
    3.     Apply the PS4FP
    The issue was because I was installing Jdev in the same Oracle home “C:\Oracle\Middleware” after step 2 before applying the PS4FP. This corrupted the oracle_common inventory
    A quick way to verify whether your inventory is corrupted is to check the following files:
    •     C:\Oracle\Middleware\oracle_common\inventory\ContentsXML\comps.xml (should be more than approx 2500 lines before patching)
    •     C:\Oracle\Middleware\Oracle_SOA1\inventory\ContentsXML\comps.xml (should be more than approx 1600 lines before patching)
    HTH

  • SharePoint Foundation 2013 Feature Pack and Site Templates

    I have created a site using a site subscription and a SharePoint Foundation 2013 Feature Pack ( used the SP Foundation Feature Pack Script here http://gallery.technet.microsoft.com/office/SharePoint-2013-Foundation-d3d1637f that
    was created by Spencer Harbar)
    When I go to create a sub-site, there are 3 site templates that are available that strictly speaking should not be for Foundation edition. When I try and create sites using those I get errors because the features needed from them are not part of the subscription.
    The site templates available are:
    Collaboration > Project Site
    Enterprise > Document Center
    Enterprise > Records Center
    Does any one know why these would be displaying?

    Hello, if I remember correctly the issue was that I created the form with InfoPath 2013 and was trying to test using InfoPath 2010. This does not work.
    Did you create the form using InfoPath 2013?

  • SharePoint 2013 Multi-tenant Feature Packs

    I have not seen any information in regards to multi-tenancy feature packs for SharePoint 2013. Currently it seems, with the new end user licencing, when you install the Enterprise bits you can license a user for either Standard or Enterprise but not
    Foundation. In SharePoint 2010 you could use the Enterprise bits then create defined feature packs to give a site collection Foundation, Standard or Enterprise features. Do updated defined feature packs exist for 2013? 
    There is mention of them here http://www.harbar.net/articles/sp2013mt.aspx 
    "Feature Packs provide the ability to constrain the Features available for a given tenant. The fundamental capability
    isn’t changed in any way here, but of course the Features in the product have. Thus the old Feature Pack definitions for SKUs are no longer valid. A new set of feature pack definitions are required encompassing all of the new Features in SharePoint 2013."
    But nothing else anywhere on the net, anyone have any ideas?

    Hi all,
    I thought I'd give an update.  I too have worked through official channels and I believe I'm making progress but not a solution unfortunately.  When you run Get-SPFeature, you get 409 different features.  One thing I noticed, was the features
    ending with Stapler that Spence didn't add to his foundation features suggests that adding these could be erroneous.  This led me to believe that my ignorance in the above message was bliss and that my idea was not going to fly.  Take for example
    this:
    AutohostedAppLicensing
    AutohostedAppLicensingStapling
    So is AutohostedAppLicensingStapling a Standard or Enterprise Feature, or something internal that should not be added as it gives bad results?  What about the others I don't find?
    Then I posed the question - what do the ID's with EDU* in them mean?  They don't exist in product info - perhaps it's education specific SKU's?  Does that expose customers to use SharePoint for Internet Sites without the SKU as we assume Enterprise
    would be the baseline for all 409 features and we work our way back?
    Or even this - MS Access Services is a feature, yet there are 10 Feature ID's associated with it.  With Exchange, there are PS commands that refer to MS Internal only and for O365 use only.  What
    if the 209 features Microsoft sent me as a descriptor for onprem cannot correlate to the 409 Get-SPFeature ID's I have in my bag that render my farm useless?
    I've also done research around the net and it looks like everyone went the inefficient, non-multitenant way - that is, either do foundation and try to compete with O365, or offer dedicated VM farms for clients with Standard or Enterprise installs and centralise
    the SQL back-end.
    Surely noone has done true multitenant... Have they?
    Question.  If i provision a client with no -Featurepack ID, do they get nothing or the default which is Enterprise Edition?  I'd presume I will get nothing or an error for not specifying a switch but I would have to build another environment to
    test.... which brings me to my last point.  Based on the way Std and Ent can be enabled for on-prem customers on an individual basis and I installed Standard edition on its own VM then enumerated the Get-SPFeature cmdlet, surely I'd see all the features,
    not just the standard edition install features.  right?  If not then I'll build it, enumerate the list and my 2013 Feature pack is sorted.
    The biggest fear I have on this is going it alone and if I stuff up, having a non-compliant licensing solution for every user on the system and MS banging down my door for noncompliance on something they didn't provide guidance on in the first place.
    Jason. 
    Consultant | Nerd | Visionary. http://www.ethertech.com.au/ | http://www.deeperstates.com.au

  • Problem with App-V 5 in Xenapp 6.5 Feature Pack 2 /PVS Server 7.1 Environment

    Hi I hope someone can help me. We are pretty desperate right now.
    At e customer of mine we are Using App-V 5 SP2 RDS Client together with a Xenapp 6.5 Feature Pack 2 /PVS Server 7.1 Environment.
    The Golden Image for PVS gets built with SCCM 2007. We “Install” the App-V Packages local with Powershell with e Install Wrapper.
    The Wrapper uses for Example the following command to “install” the Package during the Task Sequence.
    Add-AppVClientPackage -Path "C:\_SMSTaskSequence\Packages\I010012B\x86-GE\001\Biella-Dominalprint(V)-2.0.appv" -DynamicDeploymentConfiguration "C:\_SMSTaskSequence\Packages\I010012B\x86-GE\001\Biella-Dominalprint(V)-2.0_DeploymentConfig.xml"
    | Publish-AppvClientPackage -Global | Mount-AppvClientPackage -Verbose >C:\Windows\Logs\Install\Biella-Dominalprint(V)-2.0_001.LOG
    The Package was Sequenced with SP1 Sequencer.
    The Package contains e SystemX86 folder
    C:\ProgramData\App-V\5D8F5879-923B-4401-BE13-F6E120F6569C\83FF2A00-5D2A-4A3B-82FD-3238D786BEE3\Root\VFS\SystemX86
    In This Folder are a few Files. One of them is the tdbg5.ocx
    The Package works without a Problem after the Installation of the Server has finished.
    But when the Citrix Department does there Magic with PVS and they provision the VHD to another Server the Package is no longer Working. When we start the App we get an Error that it is Missing the tdbg5.ocx
    But when I Use ACDC 2.0 to start the App or modify the Shortcut with the command /appvve: 5D8F5879-923B-4401-BE13-F6E120F6569C_83FF2A00-5D2A-4A3B-82FD-3238D786BEE3 it is working. Also when I remove the Package with Powershell from the provisioned Server
    and reinstall it again it is working Again.
    We have this Problem with two other Apps and both of them have files in the Root\VFS\SystemX86 Folder.
    We also have e Virtualized Java Package. We have a Shortcut like this:
    C:\ProgramData\App-V\1A971C0F-1C0F-430F-A2E2-2DF8487E6FF0\80A50994-7B30-4FC3-9DA4-1CE8B979B337\Root\VFS\ProgramFilesX86\Java\jre1.6.0.38\bin\javaws.exe
    http://whatever.ch/zpv/webstart/zpv-prod.jnlp
    If I start that link on the provisioned Sever Java Launches but it’s not downloading the App to the Cache. But also here it works perfect after the installation with SCCM, and it also works when I remove the package on the provisioned Sever and “install”
    it again with Powershell. But here the /appvve workaround doesn’t work.
    I know that we should ask that in the Citrix forums, the Citrix department of the Customer is opening a Case with Citrix and one with MS Support.  But we are I a big hurry because the customer needs to start testing the Apps, because they need to start
    the pilot Test very soon. So I hoped that someone in the community can help me out with this.
    Thank you for your answers
    Pascal

    Another alternative, if  you dont want to use the Shared Content Store, is to have your PackageInstallationRoot pointing to a non-provisioned disk (non-PVS).  In our environment we had the same exact issue.  Each of our Citrix servers have
    a D drive thats non-provisioned that we use for Logs.  Once I pointed the PackageInstallationRoot over to this location everything started working.   The key here is to have a script run at server startup that deletes the PackageInstallationRoot
    since the provisioned non-persistent disk will reboot to a fresh image each time.   This way you wont end up with stale content out there as applications are updated and/or removed. 
    There are other things that also have to happen for this to work in these types of environments (related to roaming profile exclusions) that I can provide to you if you need them.  
    Let me know if you want/need more details.

  • Windows Media feature pack for Windows 8.1 PRO N version?

    Hi, I want to install media feature pack on win 8.1 (PRO N) however its not working as installed application.  says 'this is not for your computer'. I got the link from your public forums (link mentioned in your forums)
    My windows details mentioned below -
    Windows 8.1 Pro N, 32 bit operating system, 64 bit processor, i3
    Please help

    Try:
    Media Feature Pack for N and KN versions of Windows 8.1
    Carey Frisch

  • Media Feature Pack cannot to Install on Windows 8 Enterprise 64 bit

    Hello, I have Windows 8 Enterprise 64 bit in my laptop,,,
    recently when I tried install a certain program it showed error telling me that Media Feature Pack is not installed yet in my laptop,, and so I download a windows  update standalone installer for windows 8 : Windows6.2-KB2703761-x64.msu,,,
    but the problem is each time I try to install it shows error: The Update is Not Applicable to your computer,,
    I am certain that I don't have Media Feature Pack in my windows yet,, and if this installer is not the right update for me, which one is?
    Please Help Me! I need this solved badly!

    Okay, my apologies, but this is the most ridiculously flawed logic i've ever seen: you're essentially stating that MSFT doesn't think business users have any use for windows media center capabilities because enterprise is for so called, "business"
    use. I'm surprised that MSFT knows what "all business" needs are...and how media plays no part of "all businesses".
    For example, I'm a developer - my company has given me this surface pro w/ enterprise to develop media apps on - so how is this not relevant to people outside of the consumer level? I'm suppose to go back to my boss and just be like, "hey! so funny
    story - windows 8.1 enterprise, for which we pay a hefty msdn license fee for, actually doesn't have what we "really" need - we actually have need
    one license for the "cheaper" version of windows because msft doesn't believe that media should play no roll in general business activities (despite how much we already pay) - oh yea - fyi - i need all my development software reinstalled
    again."
    What is this... the 1990's still? Please, msft - don't insult our intelligence and
    force applications to not be cross compatible to different so-called "operating systems" just because you want to take the consumer for an extra dollar.

  • Problems still after adding Media Feature Pack (win8.1, 64bit, c660d)

    Hi guys!
    I.m just after installing win8.1 pro N to my Toshiba Satellite C660D laptop, it was a clean install directly from win7 (so no 8 meanwhile), i updated everything just after install, also the newest Media
    Feature Pack (6.3-KB2835517-x64) update to have media content too. 
     The following problems I had: 
    still nothing that helps me in media parts (no media player, no sound recording, no webcam-i couldn.t see its place in device manager either) 
    i couldn.t install one update (error code: 0x80070003 ) 
    and some appeareance problems, might due to the lack of video card driver 
    and some smaller background missings. 
    So i.ve installed drivers (it was a collected driver pack by Toshiba, directly to help upgrading from 7 to 8), which made my appereance running good, all the installs came down and installed - but still no media pack (no
    player, no mic, no webcam). 
    If I want to install again 6.3-kb28355.... it tells me that i.ve already did it. 
    The errors i still have at system logs: some services cant run "the system is configured to not allow interactive services.", and "The server did not register with DCOM within the required timeout." Also
    some warnings: "WLAN Extensibility Module has stopped." and "The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM.........", this last one is from source "Kernel-Pnp" 
    Update Troubleshooting tells me that "problems installing recent updates" is Not Fixed, also
     SFC Scan (same time at the Command Prompt too) "did not find any integrity violations". However
    checkin the updates it comes that I have installed all the recent updates (everything is green and happy) 
    Since yesterday i.ve tried many many possible solutions; these above are from the last reseting of windows (so there shall be no other disturbing factors in the background (?) ). Please if somebody has any idea what a) happened b) shall i do to fix. Is there
    one problem here that might causes the others, or is it more difficult..? 
    Thanks for listening, 
    cheers 
    totto

    Hello,
    I'd ask in the
    Windows 8.1 forum on Microsoft Community.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Nokia 808 Pure View Feature Pack 1

    Will Nokia 603 Belle Feature Pack One Increase Processor Speed 1 GHz to 1.3 GHz.
    Yesterday in nokia conversation say that only 700 and 701 get increase processor speed 1 GHz to 1.3 GHz. Finally what about 603, the Nokia 603 will increase speed, 1 GHz to 1.3 GHz, same specification as compare other two device.
    This is not fair with nokia 603 users...
    Nokia Please Confirm Official Words About nokia 603 overclock speed 1 GHz to 1.3 GHz...
    NOKIA CONVERSATION Words,
    Also good news for Nokia 700 and 701, your handset will be faster and more responsive. It’s not so often that software update delivers an increase in processor speed, but with Nokia Belle Feature Pack 1 the processor speed of your handset will go from 1GHz to 1.3GHz.
    Nokia Conversation.
    Published by Ian Delaney on March 1, 2012
    http://conversations.nokia.com/2012/03/01/all-about-nokia-belle-feature-pack-1/
    Regards,
    Ahsan Shahid...
    If I have helped you, please hit the star at the bottom of my posts - it's appreciated!
    Don't forget if your problem is solved to press the "Accept as Solution" button.

    PLz Nokia Confirm Official Statement about Nokia 603 processor speed...
    If I have helped you, please hit the star at the bottom of my posts - it's appreciated!
    Don't forget if your problem is solved to press the "Accept as Solution" button.

  • Nokia Belle Feature Pack 1

    In
    http://conversations.nokia.com/2012/03/01/all-about-nokia-belle-feature-pack-1
    we can have an overview of Belle Feature Pack 1 and some key features..
    It's stated that Nokia 603, 700 and 701 will have this update. 
    Will it be made available, at some time, as an update to the same phones that got Belle recently from Anna, like E7 or N8?
    Best regards 

    skyee wrote:
    Hi all,
    to clarify the point if the Nokia Belle Featurepack 1 will be made available for N8, C7, E7, X7, E6, C6-01 and Nokia 500, here is the official statement from our Nokia Communications team.
    This Nokia Belle Feature Pack has been tailored and will be made available for Nokia 603, Nokia 700, and Nokia 701. Due to hardware requirements and specifications, the Nokia Belle Feature Pack 1 will not be made available to other Symbian devices.
    As for the question if there are future updates to Symbian phones, like N8, C7, E7, E6, X7, C6-01, Nokia 500:
    We regularly deliver software updates to all Nokia phones to give our consumers both performance improvements as well as additional features. We are committed to continue software support for Symbian through 2016.
    Best regards,
    Yvonne from Nokia Care
    Hi Yvonne
    Thanks for the info.
    Can you tell us when are you planning to release for us the bug fixes and the missing widgets for Symbian^3 devices updated to Belle?
    Your answer will be much appreciated.
    Thanks in advance!

  • Problems with BW-Feature Pack

    Hi experts,
    we set up a ERP on MaxDB 7.6.0.6 and use this system now only for BI. The reports necessary to activate feature pack ran, but queries over fact tables are very slow.
    During the search for the reasons I found the notes 976930 and 901377. The system table DOMAIN.BWTABLES does not exits and the table DOMAIN:TABLES does not contain a property/column which shows that a table is a fact table.
    DOMAIN.TABLES is described as follows:
    SCHEMANAME;OWNER;TABLENAME;PRIVILEGES;TYPE;TABLETYPE;CREATEDATE;CREATETIME;UPDSTATDATE;UPDSTATTIME;ALTERDATE;ALTERTIME;UNLOADED;SAMPLE_PERCENT;SAMPLE_ROWS;COMMENT;TABLEID;DYNAMIC;ARCHIVE;VARIABLE_COLUMNS;VIRTUALKEY;
    SAPKBI;SAPKBI;/BI0/F0FC_C07;SELUPDDELINSREFINDALT+;TABLE;TABLE;2010-02-10;15:00:21;2010-02-10;15:00:21;2011-04-27;10:30:37;NO;?;20000;?;000000000002C4FD;NO;NO;YES;NO
    Is there somebody who has the possibilty to campare this table with "real" BI system?
    Thanks in advanced.
    Ralph
    Edited by: Ralph Breier on Apr 27, 2011 11:41 AM
    Edited by: Ralph Breier on Apr 27, 2011 11:58 AM

    Hi there,
    the FACT attribute can be reviewed in system table SYSDD.TABLES.
    The BWTABLES table has been abandoned with 7.6 - it's just not there anymore.
    If you've got problem with the performance, you may want to check [SDN WIKI|http://wiki.sdn.sap.com/wiki/x/hx0B] or open a support message for that.
    regards,
    Lars

  • With All These New Feature Packs........

    With all the new feature packs that have been introduced here is a list of features that i would like to see introduced also.....
    1. A password protected folder for all media files as well as document files
    2. Better use of the gallery/albums....if an image is stored in the albums folder it shouldnt also appear (still) in the gallery section
    3. Instead of all images being shown in the gallery irrespective of them being stored on the phone memory or memory card, users should be able to "switch" between images on phone, images on memory....only the albums folder should show images irrespective.(this feature was on previous S60 models)
    4.dual sim card slots....i have two sims one for personal and one for business sometimes its a bit annoying having to take the battery out etc. to switch sims.Plus while i have my business sim in i could miss a personal call and vice verce
    5.Bluetooth AD2P becoming a standard on higher end phones
    6.Text to speech becoming a standard on (higher end/all) phones
    7.settings in the camera should not return to default after the application is closed...if i set my camera settings for "night mode" and close the camera application when i return to "night mode" my settings should still be there rather than me having to do this all over everytime.
    this is what i have come up with please add constructive ideas here.....

    14-Feb-2007
    09:46 PM
    roberth wrote:
    With all the new feature packs that have been introduced here is a list of features that i would like to see introduced also.....
    1. A password protected folder for all media files as well as document files
    2. Better use of the gallery/albums....if an image is stored in the albums folder it shouldnt also appear (still) in the gallery section
    3. Instead of all images being shown in the gallery irrespective of them being stored on the phone memory or memory card, users should be able to "switch" between images on phone, images on memory....only the albums folder should show images irrespective.(this feature was on previous S60 models)
    4.dual sim card slots....i have two sims one for personal and one for business sometimes its a bit annoying having to take the battery out etc. to switch sims.Plus while i have my business sim in i could miss a personal call and vice verce
    5.Bluetooth AD2P becoming a standard on higher end phones
    6.Text to speech becoming a standard on (higher end/all) phones
    7.settings in the camera should not return to default after the application is closed...if i set my camera settings for "night mode" and close the camera application when i return to "night mode" my settings should still be there rather than me having to do this all over everytime.
    this is what i have come up with please add constructive ideas here.....
    I really like the idea of the dual sim and the gallery being split to the mem c\rd and phone mem.
    Is that an N95 in your pocket or are you just pleased to see me?!?
    Life's too important to take seriously.
    Nokias I've owned 3210, 3310, 6100, 7650, 6600, 6680, 6630, N80, N95
    I'm a 26 year old boy BTW

Maybe you are looking for

  • Why can't I find itunes on my windows xp system?

    I have an HP Pavilion with a 2.93 GHz processor, .99 GB of ram and Windows XP, version 2002. I am trying to download iTunes, but after the "Thank you for downloading iTunes" message comes up, I cannot find the file anywhere on my computer! I have ena

  • I am being charge repeatedly on the same day and r...

    I have just been notified in three emails that I have been charged $7, $14 and $35 in subscription renewals on the same day. I have not used Skype today, so either my account has been hacked or your system is broken. Please revert immediately and fix

  • [SOLVED] problem getting a clock in trayer

    Hi I have installed trayer and I'm trying to get a clock for the tray. I installed lalcal 1.0-1   but i can't get it to run, when I try i get: [chrono@krono ~]$ lalcal bash: lalcal: command not found I'm running trayer from openbox autostart. (sleep

  • ClassCastException from appendSecondaryDocument( non-oracle-generated-XMLDocument i )

    I wrote an xsql custom handler that converts html to xhtml and includes it into my xsql-generated xml. It gets slow because appendSecondaryDocument() throws a ClassCastException if I pass in a (XML) Document that is generated by the parser in JTidy.

  • Mozilla cutting off the bottom of my FormsCentral Form

    All the content on my site is in <section>tags and everything fits beatifully except this form (meaning there is no height set in the css for the sections) and only on firefox. Has anyone else run into this? It is cutting off the submit button which