UCM - EBS integration

Hi,
We are integrating the UCM with EBS and all the setup and configuration has been completed for Managed Attachments solution. Now we are testing the functionality.
But, the ZOOM menu is not opening when we click on ZOOM icon in People Form of Human Resources Module. It is not even displaying any error.
Could anybody help me what else to be done to open Zoom menu
Thanks
Sravan

Hi,
This perticular issue of opening the zoom menu got resolved, by inserting the following row in AXF_CONFIGS table...
FORMID     FORMFUNCTION     SOLUTIONENDPOINT     ENTITYNAME     LOGENABLED     DATABLOCKNAME
1     AXF_MANAGED_ATTACHMENTS     http://et_gx990-as5.emiratestransport.com:16000/axf-ws/AxfSolutionMediatorService     VIS     1     AXF_DEFAULT
The form function should be "AXF_MANAGED_ATTACHMENTS", otherwise the zoom menu would not be opened.
However, we are facing the other issue now, that the "Managed Attachments" screen is not opening when we click on zoom menu... If the AXF_SOAP_SECURITY is True I/PM is getting opened (I guess this is for "Imaging Solution") that too with some exception. And when the AXF_SOAP_SECURITY is FALSE then nothing is opening on clicking on zoom menu... I guess the "Managed Attachments" screen should be opened when we click on zoom menu.. but it is not opening...
Starting a new thread for this particular issue... If you could help me with this... please...
Edited by: sravan.kadaveru on Nov 26, 2011 6:08 AM

Similar Messages

  • SOLUTION: Implementing Operating Unit Org Security Without EBS Integration

    Hi all,
    Thank you for taking the time to review this post.
    Environment
    Oracle BI Applications 7.9.6 (Financial & Project Analytics)
    Oracle E-Business Suite 11.5.10
    Question
    I have implemented BI Applications and am using LDAP Authentication (OID/MSAD) to authenticate the BI Apps users. This is authenticating successfully. I also require to implement GROUP authorisation and OU_ORG security, however as I am not implementing the documented EBS integration (as per Metalink Note ID 555254.1) I am looking at a custom solution.
    To achieve this I have created a custom database table in the BAW that contains the USER, GROUP and OU_ORG information. Then I have created separate Initialization Blocks for the GROUP and OU_ORG security that are being triggered after the LDAP Authentication. These SQL queries are based on returning data to a row-wise initialization Variable. I am aligning the GROUP values to the OOTB Presentation Groups and am able to get that Initialization Block to work as anticipated - the User only has the privileges to see Dashboard and Application links as I have configured in the Web Catalog.
    However, they can see all data across all orgs. The OU_ORG security is returning the correct org_ids into the row-wise variable, but I appear to be missing how OBIEE utilises this for data security.
    If you are able to assist with a possible solution, that would be greatly appreciated. Also, if it relates to a change at the Dashboard, Answers or RPD level, if you were able to include where specifically in these components that would also be very beneficial.
    Many thanks,
    Gary.

    Here is another approach with ‘external database authentication’ where the EBS database provides the user information.
    1. Create a table with the mapping of the EBS responsibilities and OBI Apps Groups
    Ex: Create a new table “xx_resp_group_mapping” which contains the mapping between the EBS responsibility and OBI Apps groups.
    Essentially, a one-time mapping of the BI apps groups needs to be done with the EBS groups so that the corresponding default access of these BI Apps groups can be passed on to the custom groups
    2. Modify the authentication initialization block to validate the user against EBS
    3. Modify the authorization initialization block to fetch the respective OBI Apps groups using the EBS user and the mapping table created in point 1
    4. Enable the standard OU based security initialization block.
    5. Add all the OBI Apps groups under the Operating Unity Security Group
    6. Modify the permissions in the Operating Unity Security Group to put a filter on the Sales Org OU. Other filters on fact tables are not modified.
    7. By default OBI Apps applies data level filters on fact tables. If dimension tables need explicit data level security it would need customization.
    8. Any users who are not in EBS but need exclusive access only to BI Apps data can be granted exclusive access by adding those users directly in the OBI repository. They would directly be validated against the OBI server.
    However, this approach is not suitable if the number of users are high in numbers.

  • OBIA 7.9.5 EBS Integration Not Logged On nQSError 43001 Authentication Fail

    Hi,
    I'm attempting to get Oracle Business Intelligence Applications 7.9.5 / OBIEE 10.1.3.3.2 integrated into the eBusiness Suite 11.5.10.2 per Metalink Note 552735.1. At the moment not an action link, just menu option to SA Administrator.
    I've run into and worked around a number of problems with the Initialization block variables setup in OracleBIAnalyticsApps.rpd and now no longer get errors in the NQServer.log after disabling Initialization Blocks for Siebel/Peoplesoft and disabling 2 EBS specific Init blocks that were erroring; 'Inventory Organizations' and 'Ledgers' I'll fix those later.
    However, now I get an error in the sawlog0.log file as follows:
    File: project/webodbcaccess/odbcconnectionimpl.cpp Line: 371
    Properties: ConnId-6,6;ThreadID-1145072560
    Location:
    saw.odbc.connection.open
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. NQODBC [SQL_STATE: 08004|http://forums.oracle.com/forums/] [nQSError: 10018|http://forums.oracle.com/forums/] Access for the requested connection is refused.
    [nQSError: 43001|http://forums.oracle.com/forums/] Authentication failed for in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Wed Dec 3 07:13:16 2008
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-1145072560
    Location:
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    Can anyone point me in the right direction here?
    Thanks,
    Gareth

    The strange thing is both Gareth and I have configured OBIA/OBIEE on a Linux server and local authentication works fine. Once we enable external EBS authentication, we get the error listed above.
    Does anyone who has done the OBIA EBS integration with OBIEE running on Linux have an example of the odbc.ini file. It appears that even though we have reconfigured OracleBIAnalyticsApps.rpd to use OCI everywhere, that there is still some hard coded ODBC references for external authentication.
    We are configuring instanceconfig.xml as directed:
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=552735.1
    Configuring InstanceConfig.xml for External Authentication
    1. Modify the instanceconfig.xml file for the Oracle BI Presentation Services as shown below:
    <?xml version="1.0"?>
    <WebConfig>
    <ServerInstance>
    <CatalogPath>c:\temp\default</CatalogPath>
    <DSN>AnalyticsWeb</DSN>
    <Auth>
    <ExternalLogon enabled="true">
    <ParamList>
    <Param name="NQ_SESSION.ICX_SESSION_COOKIE"
    source="cookie"
    nameInSource="EBSAppsDatabaseSID"/>
    <Param name="NQ_SESSION.ACF"
    source="url"
    nameInSource="ACF"/>
    </ParamList>
    </ExternalLogon>
    </Auth>
    <!-- Other settings here. -->
    </ServerInstance>
    </WebConfig>
    2. The nameInSource for the cookie should be the same as the Oracle E-Business Suite application database SID name. To verify the name of the cookie, using Firefox, check the name of the cookie created under the us.oracle.com domain (or the domain where your Oracle E-Business Suite Application server is running). Please note that the cookie name is case sensitive.

  • Help required in UCM BPEL integration

    Myself Rahul Dutta from itech Technology Sales Consulting team India.
    We are working on a customer scenario where we need to call a BPEL
    process when we are checking in a document in the UCM.
    The document checkin and the BPEL process triggering is totally
    independent (not like UCM BPEL integration where the UCM document will
    be released into the repository after BPEL workflow gets completed and
    callback happened to UCM).
    The scenario here is I will checkin a document in UCM and it will be
    released there but parallaly it will trigger a BPEL process which we
    will use to do some notification and workflow staff, but the workflow
    outcome will not have any impact in te UCM.
    We need your help in implementing tis scenario. How we can sence/trigger
    a BPEL process when a document is cheking in. I have though of multiple
    possibilities like if UCM can do some update in some table which we can
    poll from BPEL or if UCM can call a webservice at the time of document
    checkin or any other way.
    Please help us in this regard.
    Thanks and Regards
    Rahul

    Hello Mukesh,
                        If you want to learn about RFID technology in general
    http://www.rfidjournal.com can be the best start.
    As you are a expert in XI it would be very beneficial and your learning curve for SAP RFID technogy will be very easy.
    SAP RFID Solution Suite includes:
    1) SAP AII
    2) SAP EM
    3) SAP OER (a new component that encompasses - SAP AII, SAP EM and a data repository for storing RFID events happening across the supply chain)
    Scope of XI here is quite important.
    You will integrate SAP AII to backend R/3 using SAP XI
    You will integrate SAP AII with SAP OER using SAP XI
    You will integrate SAP AII and SAP EM within SAP OER with SAP XI.
    To learn more about RFID in general and the domains it is being used and useful for you can also look into:
    http://www.bridge-project.eu/
    Here you can find a free software deliverable which explains very well how RFID works in warehouses and distrbution centers. Once this is done, you can easily transcend to learn SAP AII and SAP EM
    To find basic documentation on SAP AII please refer:
    http://help.sap.com/saphelp_autoid70/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    Thanks
    Edited by: Yogesh Bhatia on Jan 9, 2009 8:50 AM
    Edited by: Yogesh Bhatia on Jan 9, 2009 8:51 AM

  • UCM & URM Integration

    Dear All
    I'm setting up an integration between UCM & URM through UCM Adapter, I went through all the steps from defining an outgoing provider, to mapping and synchronization of content and metadata, and all was done successfully.
    However, I'm still unable to search for documents that are stored in URM from UCM screen, and vice-verse.
    My question is, is this the normal behavior? Is there a way to have the content stored in URM available to users from UCM screen (that is having a unified repository and interface for all documents stored in WebCenter Content)?
    Please advise
    Thanks and Best Regards

    Srinath Menon wrote: Another way of doing this without SES is to have Enterprise Search enabled on UCM server where in you will create a provider (this would be already existing since it is in adapter mode) , there check the Enterprise search check box .That totally depends on the version of UCM and URM being discussed. 10g and earlier, yes. 11g, no. The Content Server enterprise search as described requires a master-proxy relationship that is not supported in 11g.
    From http://docs.oracle.com/cd/E17904_01/doc.1111/e10792/whatsnew.htm
    Proxy Servers and Master Servers: Oracle UCM does not support proxy Oracle Content Server instances. Only one Oracle Content Server can be deployed on each Oracle WebLogic Server domain. A single Oracle WebLogic Server domain can run one Oracle Content Server instance, one Inbound Refinery instance, and one Universal Records Management instance, and other Fusion Middleware applications. If you want to run more Oracle Content Server instances, a separate Oracle WebLogic Server domain is required for each Content Server instance (plus an Inbound Refinery instance and Universal Records Management instance).
    Srinath Menon wrote: you will create a provider (this would be already existing since it is in adapter mode) If you could actually make such a search work, I would STRONGLY recommend creating a new provider connection separate from the adapter provider. Experience has shown that the adapter provider connection should just be dedicated to that specific function. The adapter provider, once the adapter is enabled, is basically non-editable. You wouldn't be able to make the necessary changes to the provider to enable the search functionality without disabling the adapter, which may be more painful than just creating the new provider.

  • UCM-BPEL Integration error

    Hi.
    I am using the orapel component in order to integrate a BPEL process to a UCM Workflow. I created the BPEL process and I installed the component over the the UCM. Then, i perform the connection to the process and I teste it (it works great) and i define the workflow in the UCM. When I check a document to enter in that workflow the document appears in the status review (as it should be) but the bpel instance is never created over the BPEL container. In fact, when I check the UCM Server log it appears the following error(sorry but it is really long):
    ANY IDEA???
    Thanks in advance for all the people that take time to read and try to help me. If you have any material that could help me to make another bpel process and any steps to perform the integration.... That could help me to!!!!
    Event generated by user 'sysadmin' at host 'content.ecm.com'. Unable to execute service method 'loadOraBpelConfig'. (System Error: Runtime error: java.lang.NullPointerException
    at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    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:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    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:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    at intradoc.server.Service.doCodeEx(Service.java:488)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.Service.executeService(Service.java:3432)
    at intradoc.server.Service.doSubService(Service.java:3421)
    at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    at helper.HelperService.executeSubservice(HelperService.java:1625)
    at helper.HelperService.superService(HelperService.java:1530)
    at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at helper.HelperService.doAction(HelperService.java:748)
    at helper.HelperService.doActions10g(HelperService.java:382)
    at helper.HelperService.doActions(HelperService.java:119)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    at intradoc.server.Service.executeActions(Service.java:431)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    at intradoc.server.Service.doRequest(Service.java:1709)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)) Exception type is 'java.lang.NullPointerException'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,content.ecm.com!$!csUnableToExecMethod,loadOraBpelConfig!csSystemError,\!syServiceRuntime\,java.lang.NullPointerException
    <br>     at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    <br>     at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    <br>     at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    <br>     at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    <br>     at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    <br>     at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    <br>     at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    <br>     at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    <br>     at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    <br>     at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    <br>     at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    <br>     at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    <br>     at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    <br>     at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    <br>     at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    <br>     at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    <br>     at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    <br>     at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:488)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.Service.executeService(Service.java:3432)
    <br>     at intradoc.server.Service.doSubService(Service.java:3421)
    <br>     at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    <br>     at helper.HelperService.executeSubservice(HelperService.java:1625)
    <br>     at helper.HelperService.superService(HelperService.java:1530)
    <br>     at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at helper.HelperService.doAction(HelperService.java:748)
    <br>     at helper.HelperService.doActions10g(HelperService.java:382)
    <br>     at helper.HelperService.doActions(HelperService.java:119)
    <br>     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    <br>     at intradoc.server.Service.executeActions(Service.java:431)
    <br>     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    <br>     at intradoc.server.Service.doRequest(Service.java:1709)
    <br>     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    <br>     at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    <br>!syExceptionType,java.lang.NullPointerException
    .... etc etc etc

    Hi.
    I am using the orapel component in order to integrate a BPEL process to a UCM Workflow. I created the BPEL process and I installed the component over the the UCM. Then, i perform the connection to the process and I teste it (it works great) and i define the workflow in the UCM. When I check a document to enter in that workflow the document appears in the status review (as it should be) but the bpel instance is never created over the BPEL container. In fact, when I check the UCM Server log it appears the following error(sorry but it is really long):
    ANY IDEA???
    Thanks in advance for all the people that take time to read and try to help me. If you have any material that could help me to make another bpel process and any steps to perform the integration.... That could help me to!!!!
    Event generated by user 'sysadmin' at host 'content.ecm.com'. Unable to execute service method 'loadOraBpelConfig'. (System Error: Runtime error: java.lang.NullPointerException
    at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    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:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    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:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    at intradoc.server.Service.doCodeEx(Service.java:488)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.Service.executeService(Service.java:3432)
    at intradoc.server.Service.doSubService(Service.java:3421)
    at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    at helper.HelperService.executeSubservice(HelperService.java:1625)
    at helper.HelperService.superService(HelperService.java:1530)
    at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at helper.HelperService.doAction(HelperService.java:748)
    at helper.HelperService.doActions10g(HelperService.java:382)
    at helper.HelperService.doActions(HelperService.java:119)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    at intradoc.server.Service.executeActions(Service.java:431)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    at intradoc.server.Service.doRequest(Service.java:1709)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)) Exception type is 'java.lang.NullPointerException'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,content.ecm.com!$!csUnableToExecMethod,loadOraBpelConfig!csSystemError,\!syServiceRuntime\,java.lang.NullPointerException
    <br>     at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    <br>     at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    <br>     at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    <br>     at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    <br>     at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    <br>     at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    <br>     at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    <br>     at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    <br>     at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    <br>     at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    <br>     at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    <br>     at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    <br>     at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    <br>     at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    <br>     at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    <br>     at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    <br>     at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    <br>     at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:488)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.Service.executeService(Service.java:3432)
    <br>     at intradoc.server.Service.doSubService(Service.java:3421)
    <br>     at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    <br>     at helper.HelperService.executeSubservice(HelperService.java:1625)
    <br>     at helper.HelperService.superService(HelperService.java:1530)
    <br>     at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at helper.HelperService.doAction(HelperService.java:748)
    <br>     at helper.HelperService.doActions10g(HelperService.java:382)
    <br>     at helper.HelperService.doActions(HelperService.java:119)
    <br>     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    <br>     at intradoc.server.Service.executeActions(Service.java:431)
    <br>     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    <br>     at intradoc.server.Service.doRequest(Service.java:1709)
    <br>     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    <br>     at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    <br>!syExceptionType,java.lang.NullPointerException
    .... etc etc etc

  • IPM EBS integration - zoom button is not opening window

    Hi,
    We have done the integration between EBS and IPM. It was working fine till the point we changed the IPM schema name.
    Initially we did the integration with IPM schema DEV_IPM and done all the changes it was working fine.
    For doing the UAT we created the schema UAT_IPM and done the new domain setup with IPM pointing to UAT_IPM. In standalone IPM is working fine. However since this point we are not able open the IPM window from Zoom button.
    What are the changes do we need to do in AXF tables after this? i am sure there should be some setting with AXF_properties table only. but not able to figure out WHAT ?????
    Please help.
    Regards,
    Vikrant Korde

    This got resolved.

  • Not able to start presentation services during EBS integration with OBI

    Hi All,
    I ran through an issue while trying to integrate OBIEE 11.1.1.5 with EBS R12. I followed the steps mentioned in the below link
    http://docs.oracle.com/cd/E14571_01/bi.1111/e16364/ebs_actions.htm
    I restarted all the services but i was routed to OBIEE login screen through EBS. Later on i made some changes in connection pool of the repository and started the services but now presentation services are not coming up. i tried restarting all the services from EM and opmnctl but to no avail. i went through sawlog5 and console~coreapplication_obips1~1.log file but not able to find any specific error. Below is the error description from both the files
    sawlog5.log : [2012-06-29T07:24:45.000+02:00] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29] [tid: 4884] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
    saw.dms.conext.unwrap
    saw.threadpool
    saw.threads
    ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29
    ThreadID: 4884
    console~coreapplication_obips1~1.log : 12/06/29 08:08:29 Start process
    12/06/29 08:08:51 Start process
    12/06/29 08:19:41 Start process
    12/06/29 08:20:00 Start process
    12/06/29 09:09:53 Start process
    12/06/29 09:10:15 Start process
    i am relatively new to OBIEE 11g platform. Please let me know if i need to look in some other log files.
    Regards,
    Sandeep

    Hi,
    i did make changes to connection pool but those changes are inevitable. I pointed those connection pools to the new EBS database.
    @DPKA : i did make changes to instanceconfig. As a part of OBIEE integration with EBS, i changed instanceconfig.xml and started the services. I didn't bring down the services while making the changes. Did that have any impact on services.
    Regards,
    Sandeep

  • EBS Integration

    Hi everyone,
    I have a requirement where i have to pass some HRMS related data from Oracle EBS R12 to a java application.I have planned to carry out this task using BPEL and IREP in EBS.But i am not sure how to carry out this integration.Please anyone let me know or suggest how to proceed with this task??
    Also please let me know if there are any end to end tutorials available for the same.

    you can create webservice proxy for the BPEL wsdl file and call it from java application
    steps in jdev
    1. Create Application and project
    2. Right click on project --> New --> Business Tier --> Web Serivces --> Java Web service from wsdl
    3. in the wizard
    Step 1: -enter your wsdl document url
    Step 2: select the service you want to call
    other steps are self explanatory.
    then finish.
    4. Now you can import the generated class into your java application to call the web service.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • EBS Integration Approach - API call or Interface Tables

    Hi,
    I'm very new to EBS, but am looking from a data-centric perspective on which approach would be best suited for updating Service Contracts.
    We have at any one time a peak of 5000 records that would need to be matched against an IB identifier and then if that is matched correctly, proceed to update EBS.
    So my question is, given the medium level of volume and fact we're not doing "bulk loading" which would be the better approach? Seems to me the API call to extend the Service Contract would be best.
    Thanks for taking a look!

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • ADF EBS Integration - How to open the ADF page in new tab or window

    Hi,
        We are building ADF custom applications and want to integrate them with EBS R12 (12.1.3) through Responsibilities and Menus.
    We have achieved session sharing and launching the Custom ADF app from EBS menu. The problem is, the Custom ADF page opens in the same page.
    Is there anyway to open the ADF application in new tab or window while launching from EBS Menu ? 
    Highly appreciate your help on this.
    Thanks,
    Ananthakumar

    Bhaskar,
    Refer old threads by searching for "new window" / "_blank"
    - Senthil

  • Does EBS Integration Repository has API capability or Export facility?

    Now looking into the Integration repository in V12 from the perspective of application integration. Is is possible to interrogate the repository from an outside program using APIs? Or is the repository only meant to to be a browser within the Oracle Apps environment? It would be very useful to have the API capability so that the discovery, import and mapping activities to the V12 integration objects (interface tables, stored procedures, concurrent program,..) can be performed from an integration program.
    If the repository is only a browser and does not expose a queryable API, is there an export facility so that could be exported a whole set of interface metadata and import that into an external integration application?
    Edited by: Patty on Nov 9, 2008 5:39 AM
    Edited by: Patty on Nov 9, 2008 5:44 AM

    Hi Srini,
    Thanks for your attention to my question.
    As we know, Oracle Integration Repository provides a complete catalog of Oracle E-Business Suite's business service interfaces. One of our applications needs to integrate with Oracle E-Business Suite. That means we need to get all the business service interfaces through IRep. Is there are APIs can be called from integration applications, or IRep metadata can be exported, we can easily implement integration with Oracle E-Business Suite.
    Hopefully you can give me some suggestions or information. Thanks.

  • UCM Component Integration with a BPEL WSDL

    Background
    1. I have a WSDL of a BPEL Process hosted on Oracle SOA Middleware Server.
    2. I want to write a Component in UCM which could consume this Web Service.
    Problem
    How to write a Web Service Client in UCM to consume this Web Service? A Sample code would be really helpful.

    Hi,
    Am looking to do such a similar operation? Could anyone kindly guide us for the same ASAP

  • UCM-BPEL Integration

    Hi, we're trying to integrate UCM with BPEL.
    I've added the component BpelIntegration_10gR3_20071213.zip to the content server without any problem.
    My doubt is how to configure the connection to BPEL. We are using Weblogic and all the documentation that I've found till now solo contemplates OC4J.
    My configuration is:
    JNDI Properties
    Initial Context Factory: com.evermind.server.ApplicationClientInitialContextFactory
    Provider URL: http://10.30.101.3:8001/OracleSOAServer (8001 is the port of the application server and OracleSOAServer is the instance name where my BPEL process is running.)
    Security Principal: weblogic
    Security Credentials: *****
    Is my Initial Context Factory and my Provider URL correct?
    Thank's in advance,
    César

    I managed to connect to BPEL with a help from a person from Oracle Portugal (Emanuel Moreira).
    The step are:
    copy the jars "weblogic.jar" & "wlclient.jar" from "$WLS_HOME\lib" into "$UCM_HOME\custom\BpelIntegration\lib".
    Update the file "BpelIntegration.hda" in "$UCM_HOME\custom\BpelIntegration", with the reference to this jars. The classpath have to be:
    classpath=$COMPONENT_DIR/classes;$COMPONENT_DIR/lib/orabpel.jar;$COMPONENT_DIR/lib/orabpel-common.jar;$COMPONENT_DIR/lib/wlclient.jar;$COMPONENT_DIR/lib/oc4j_client/j2ee/home/oc4jclient.jar;$COMPONENT_DIR/lib/wsdl.jar;$COMPONENT_DIR/lib/orawsdl.jar;$COMPONENT_DIR/lib/http_client.jar;$COMPONENT_DIR/lib/weblogic.jar
    After this, go to "Component Manager" of UCM and disable the componet "BpelIntegration"
    Restart UCM
    Enable the componet "BpelIntegration"
    Restart again UCM
    (this last steps is for UCM actualize the classpath in the file "state.cfg" in "$UCM_HOME\config"; check the file)
    The connection configuration:
    Domain: default
    Initial Context Factory: weblogic.jndi.WLInitialContextFactory
    Provider URL: t3://10.30.101.3:9700 (te://<hostname bpel>:port from server instance where bpel run)
    Know have a problem when configuring "Process". I have this error:
    Unable to retrieve process update form. Unable to execute service method 'getDeployedProcesses'.

  • BI Apps 7.9.6 authentication method with EBS integration

    Hi all,
    since the default BI Apps documentation (meaning Security Guide, which deals mainly with Init Block setup for different security groups for EBS implementation) is not very clear about it, I just would like to assure - the only way, how to integrate BI Apps OBIEE environment with EBS int term of security (authentication/authorization) is via the method, described in Oracle® Fusion Intelligence For E-Business Suite - meaning through setup BI Pres Service to get cookie value from EBS session and populate NQ_SESSION.ICX_SESSION_COOKIE whic is then used in OBIEE Init Blocks to setup the context of EBS user and based on that context , initialize different session variables (even row-wise - for populating variables used in security filters - e.g. LEDGER) for logged EBS/OBIEE user , is that right ? There isn't any other method, how to authenticate EBS user in OBIEE - like using the similar way for BI Apps implementation with Siebel CRM (authenticate user via executing Init Block, assigned with Connection Pool, in which :USER,:PASSWORD variables are used to authenicate user againts Siebel OLTP db) ?
    Just to want to assure, that this is the only way, how to integrate BI Apps OBIEE environment into EBS from security point of view.
    Thanks very much in advance for your answers/opinion.
    Michal Zima

    I'm not using EBS R12.1.3 but I can give a suggestion, if possible try it once.
    Using current configuration (Informatica and DAC) run a data load sourcing from EBS R12.1.3.
    Let me know if you try this :)

Maybe you are looking for

  • Restore Mackintosh formatted ipod using windows vista

    Upon attempting to restore ipod using latest Itunes, I am informed that "Itunes could not contactthe Ipod software update server because you are not connected to the internet" - there is no difficulty with my internet connection. Has anyone else had

  • How to reinstall bootable system 9 in a PowerPC G4/1.25 DP (Mirrored Drive)

    Hi all, I have two machines bootable with OSX and OS9 PowerPC G4/1.25 DP (Mirrored Drive Doors) dual 1.25 GHz PowerPC 7455 (G4) and iBook G3/900 900 MHz PowerPC 750fx (G3) I have some MACOS9 software which just doesn't work in classic mode with any O

  • UWL substitution and RMPS_SET_SUBSTITUTE in backend

    Hello group, I read a thread posted to this forum: Re: UWL Substitution Rule- User Search It states among others: "If you are using the UWLfor workitems instead of the SBWP transaction, then you will need to maintain substitutions only through the po

  • Can "Versions" be disabled?

    Can "Versions" be disabled?  I'm having issues with Preview opening up an editable PDF and throwing it way out of whack!

  • Creative Cloud app Crashs immediately on launch

    Hello all my creative cloud is up to date. i have been working with illustrator with the new updates and everything was fine. suddenly the Creative Cloud App does does not work. after i click on it nothing at all happens. in the task manager it shows