ECM integration

Hello,
Does Oracle BPM support CMIS? It is a standard for integration with ECM systems. My users must be able to review the documents associated with the activity. Documents will be stored into the ECM system (Alfresco)
Thanks,
Claude

Sales force to UCM: use Sales Force APEX-based mashups, and connect to UCM via webservices.
UCM to Salesforce: custom Java component, connect to SalesForce with APEX mashups or maybe web services.
Sales Force has info about APEX, here's my take:
http://bexhuff.com/2006/10/more-details-about-salesforce-mashups
You'll probably need my book for info on making Java components for UCM, tho:
http://bexhuff.com/books/stellent-dev

Similar Messages

  • ECM integration with Performance Management

    I am trying to integrate the Appraisals with ECM. The required configuration is done in SPRO. The problem which I face is that the number assigned to the appraisal template is different in the development box and in the quality box. I tried to configure external number range for appraisal template but the system still automatically asigns the internal number.
    Has any one of you successfully  done the ECM integration with Performance Manageemnt? How did you go about the different number issue?

    Could not get the number range working. Transported the templates instead.

  • ECM Integration with Internal Order

    Hello Gurus,
    I know through C-Projects we can tie up the C-Project suite to Internal Order and then capture the Planned Costs and the Actual Costs in the Internal Order.
    Is their a way by which we can create a link between 'ECM and Internal Order' and capture all the Planned/Actual costs. We dont want to use C-Projects.
    Thanks in advance. Points would be awarded for useful answer.
    Regards,
    Sachin

    Dear Sachin,
    Hope you know the process of ECM.
    What we have done to capture cost is that we have created an activity type as Change time . An internal order is also created for the same.
    When the actual change in the system is done and when ECO is released we are calling KB21N transaction automatically filling the  activity type and internal order number. User exit is used for this  (PCCD0003  ECM: Check when setting a system status).User has just to enter the time he has spent on the change process and the sender cost center. Already fixed price is maintained for the activity type.
    So the cost gets captured and is settled on the cost center.
    Hope this helps
    Regards
    gajesh

  • "Content account is not defined" error while trying to checkin a document

    Hi, all
    I am running ECM integration samples included on SDK (included on file ContentIntegrationSuite_10gR3_20081218.zip, folder "oracle-cis-10g\samples\CodeExamples\src\java\com\stellent\cis\sdk\samples"), and I got the error "Content account is not defined. Unable to validate user security." when running the ChekinFile.java sample.
    I could successfully run the ServerInfo.java with no problems, and I expected to run the other example as easily as that.
    Is there any configuration I must change on ECM to run this sample?
    The stack trace follows. Thanks in advance.
    com.stellent.cis.client.command.CommandException: Content item '1256149797205Content-Id-SDK' was not successfully checked in. Content account is not defined. Unable to validate user security.
         at com.stellent.cis.server.api.scs.impl.SCSCommand.executeRequest(SCSCommand.java:338)
         at com.stellent.cis.server.api.scs.impl.SCSCommand.execute(SCSCommand.java:222)
         at com.stellent.cis.client.command.impl.services.CommandExecutorService.executeCommand(CommandExecutorService.java:57)
         at com.stellent.cis.client.command.impl.CommandFacade.executeCommand(CommandFacade.java:158)
         at com.stellent.cis.client.command.impl.BaseCommandAPI.invokeCommand(BaseCommandAPI.java:84)
         at com.stellent.cis.client.api.scs.document.checkin.impl.SCSDocumentCheckinAPI.checkinFileStream(SCSDocumentCheckinAPI.java:707)
         at com.stellent.cis.sdk.samples.checkin.CheckinFile.execute(CheckinFile.java:87)
         at com.stellent.cis.sdk.samples.checkin.CheckinFile.main(CheckinFile.java:64)
    Caused by: com.stellent.cis.server.api.scs.request.SCSRequestException: Content item '1256149797205Content-Id-SDK' was not successfully checked in. Content account is not defined. Unable to validate user security.
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestProcessor.checkBinderForErrors(SCSRequestProcessor.java:357)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestProcessor.validateResponse(SCSRequestProcessor.java:273)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestProcessor.processRequest(SCSRequestProcessor.java:118)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:61)
         at com.stellent.cis.server.api.scs.request.stream.SCSOptimizedPublishFilter.handleRequest(SCSOptimizedPublishFilter.java:128)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.stream.SCSOptimizedRetrieveFilter.handleRequest(SCSOptimizedRetrieveFilter.java:250)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.rewrite.SCSRewriteURLFilter.handleRequest(SCSRewriteURLFilter.java:140)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.cache.impl.SCSServiceCacheFilter.handleRequest(SCSServiceCacheFilter.java:104)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestExecutorProxy.execute(SCSRequestExecutorProxy.java:105)
         at com.stellent.cis.server.api.scs.impl.SCSCommand.executeViaProxy(SCSCommand.java:353)
         at com.stellent.cis.server.api.scs.impl.SCSCommand.executeRequest(SCSCommand.java:335)
         ... 7 more

    Hi
    Issue is caused with the way parameters are passed from CIS 8.x onwards where when not giving a parameter that is a required one then it has to be set to blank. Like in the case for dDocAccount setting the value to blank string (i.e. "") would successfully check in the document.
    dDocAccount is a required additional paramter that needs to be supplied when checking in contents when UseAccounts=true is set in the config.cfg of the CS.
    From the CS checkin page when not specifying the Account it is set as blank which is why the the checkin goes through fine.
    This was not the case with CIS 7.6.1 where dDocAccount was not required to pass as parameter even if UseAccounts=true is set in the config.
    In case checkins have to be done without giving the Account then add the code for setting the dDocAccount to a blank string (i.e. "") and then recompile the java code and execute the it.
    Reason why CIS 7.6.1 did not show this behaviour is since CIS would set that (the value for account parameter) in the binder and pass it to the CS.
    Hope this helps
    Srinath

  • EBS 12.1.3 integration with ECM 11gR1

    Dear All,
    I followed the oracle document for integrating EBS R12.1.3 with ECM 11gR1.
    http://docs.oracle.com/cd/E17904_01/doc.1111/e17953/c02_ebs_plugin.htm#BABCCAJF
    As per the document, i need to use bold italic formatted text in CUSTOM.pll file using oracle Forms Builder. But i cant insert bold italic text using pl/sql editor.
    Can anyone tell me how to do this?
    What is the use of italic bold text?(as per the above document )
    Thanks in Advance
    Guna

    I wrongly mentioned to change to change the font format. In that document they mention to add the lines.
    Thanks
    Guna

  • ECM 11.1.1.5.0 - need steps for SSO integration and configuration

    Hi,
    I want to upgrade recent UCM 10g to ECM (or Webcenter Content) 11g. I passed via upgrade process and it looks it is working fine. Need some validation, but basically upgrade went fine.
    But I lost SSO (Windows Login) functionality, asi this ECM 11g is weblogic based and uses a bit different authentication than old version.
    My current test instance setup is:
    Oracle database 11gR2
    Weblogic 10.3.6.0
    Oracle Enterprise Content Management Suite (ECM) 11.1.1.5.0
    All running on the same linux machine
    Currently I am only able to:
    - define static users / groups in the weblogic's default authenticator
    - define ldap authenticator in weblogic which can authenticate users defined in ldap
    And I need to make it SSO capable (meant once user is authenticated in our windows domain, then when using Internet Explorer there is no need to enter user/password anymore)
    I read some documentation and there they claim Oracle Identity Management / Access Manager is the right solution. But I do not know how to properly install and configuration of this.
    Is there anybody here in this world who would provide some simple steps what needs to be done for enabling SSO for ECM 11.1.1.5.0 ?
    When I read oracle documentation I am finding it to be written too much in general with too many referencing to too many other documents... I am searching for some kind of simplified installation guide for getting this SSO thing working.
    Anybody here who could support me?

    Hi
    Steps for integration SSO (be it OAM or Oracle SSO or AD / LDAP etc ) the steps remain same except for one .
    1. On WLS create the identity store provider .
    This can be OID Authenticator , AD Authenticator , LDAP Authenticator depending on what you are using to store the users and their roles /groups etc .
    2. Create SSO Identity Asserter .
    This should be either AD Asserter (in case of using AD) , OAM Identity Asserter (if using OAM) , SSO Asserter (if using OID based SSO solution) .
    3. Order the providers created in the following order and the respective flag settings :
    Identity Asserter - REQUIRED
    Identity Store Provider - SUFFICIENT
    Default Authenticator - SUFFICIENT
    After this is created stop UCM and WLS .
    Start WLS admin , once it is up and running start UCM server .
    Go to WLS - Security Realm - myrealm - Users and groups and verify the right set of users are seen with their correct groups .
    Now launch UCM server and depending on which SSO solution is used the login page will vary where in the SSO user id / pwd can be entered .
    Hope this helps .
    Thanks
    Srinath

  • Fi - HR integration with respect to ECM with Funds Management

    Dear all,
    I am involved in the implementation of SAP PCP&S along with ECM.
    I know that we can crete the scenario and upload the PCP values in ECM for further budget creation and  administration.
    NOW from integration point of view I need to have the clarification that what is the role of funds management in it.
    I mean Funds management can do the same functionality as well on the basis of fund center assigned to cost center. and same does the Budget unit which is linked to ORG unit and Org unit is lined to Cost center.
    I would appreciate if some one to tell me the insight of this process.
    Regards

    Hi,
    There is no integration between Funds Management and ECM. Budgeting in ECM is a tool that acts as a control mechanism for the administration process. You can work with budget allocations, monitor spending, link budgets to the plans, implement warning/error messages for out of limit budgets etc.
    The budget units are assigned to the org. hierarchy and subsequently made available during the compensation administration process.
    If you are using MSS, we have budgeting BSP with all the related processes.
    If you want to import custom values or have a customer specific logic, you can use BAdI HRECM00_BDG0001.
    Donnie

  • ECM and BPM integration

    Hi,
    Where can I find a tutorial or design pattern how to integrate ECM (IPM) with BPM ? I mean documents management in BPM process context (workflow).
    Kuba

    BPM integration with UCM

  • Appraisals (OSA) - Integration with ECM

    Hi
    We want to integrate Appraisals (OSA) with Enterprise Compensation Management. Could you plz. let me know what all the settings we need to make in order to send the rating information individually (EE Rating, Mgr. Rating, etc...) to ECM module and also what settings we need to make so that the Compensation of the Appraisees adjusted according to the
    rating given by the different people (ex: EE, Mgt etc..).
    I mean whenever employee appraises himself and rates there should be a change in the compensation and whenever mgr gives his/her rating again compensation should be adjusted automatically... ultimately whenver the overall rating is given again the compensation should be adjusted automatically.
    Could you please help me with the above issue??
    We are using ECC 5.0
    Thank you in advance

    Hi Mano
    Thanx for your response. I am sorry I dont think this helps us ..... with the settings mentioned by you it is possible to integration ECM with Appraisals and then we can send the overall appraisal automatically but not each level's ratings. Any thoughts on this issue ?????????
    Thanks in advance
    Edited by: saphr user on Jan 8, 2008 12:47 PM

  • Integration between OSA and ECM

    Hi
    How does the integration between OSA 5.00 and Enterprise Compensation Management works? Could you please explain in detail? it would be great helpful if you could explain it technically.
    What information goes from OSA and in which table it get updated in ECM?
    Thank you in advance
    Edited by: OSA ECC5.0 on Feb 6, 2008 10:30 AM

    could any one provide me inputs on this issue?
    Thank you in advance

  • Integration between Time and ECM

    Hello all
    Could any of you describe or list what would be the integration impact issues to look for while implementing Enterprise Compensation Management with respect to Time Management. In my case, time is being administered by third party providers.
    Thank you
    Nelly

    could any one provide me inputs on this issue?
    Thank you in advance

  • ECM and HCM Performance Management integration

    When the appraisal process is completed, how does ECM pick  up the final rating score (FAPP) and do  comp planning?

    When the appraisal process is completed, how does ECM pick  up the final rating score (FAPP) and do  comp planning?

  • Oracle Access Manager, ADAM & Oracle ECM - UCM integration?

    I`m currently investigating the potential of using Oracle Access Manager (OAM) as a tool that allows connections to multiple Active Directory(AD) or ADAM servers providing a single point to author and manage users with a good easy to use GUI.
    The UCM will connect directly to OAM and authenticate users connecting from AD accounts..
    At the moment we use Quest software to manage users, but the cost for setting up users is £15/user where as OAM is only £3. I believe..
    Right the questions I have :)
    1. Has any one set this type of environment up?
    2. ls OAM stand alone or will I need additional software to set it up?
    Reading the installation guide it says I need the following:
    # Oracle Internet Directory 10g (10.1.4.0.1)
    # Microsoft Active Directory
    # Oracle Virtual Directory Server 10.1.4.0.1
    # Oracle Virtual Directory Manager 10.1.4.0.1
    # Oracle Virtual Directory Patch 10.1.4.0.1 (P5667977)
    # Stand-alone Oracle HTTP Server 2.x (This needs to be preinstalled in your environment. You can download the OHS 2.x standalone from the Oracle SOA Suite 10g Companion (10.1.3.1.0) release from here.)
    3. Can I use IIS instead of Oracle HTTP Server?
    4. Can I install OAM on 1 server or do I need multiple servers, I`v been looking at the diagrams and reading through the guides I`m getting a little confused with Identity and Access server?

    The OAM identity system (identity server and WebPass) sound like a good fit for what you want to do. One constraint is that if you want to create/manage users in different directory instances via a single OAM identity system installation, you would also need OVD.
    And yes you definitely can have IIS host the WebPass - OHS, OID etc are not required.
    -Vinod

  • Webcenter Imaging and AXF Integration

    Hi,
    I am implementing the solution accelerator solution (Imaging and EBS R12 integration). I have followed the steps given in the document and at the end of the integration to check if AXF is integration is done successfully or not , I need to execute a command.
    The steps taken to do the integration is -
    Configuring the EBS Adapter for ECM
    Configuring the EBS Adapter has two aspects – the server or AXF has to be configured with the invoice processing solution and the EBS plug-in has to be configured to match. The solution accelerator includes SQL scripts that can be used as a starting point for this configuration.
    Configuring AXF
    1.Locate and open AXF_SOLUTION_CONFIGURATION.sql, contained in the dbscripts directory of the accelerator distribution, in a text editing program.
    2.Perform a search and find the “AXF_SOLUTION_ATTRIBUTES” table insert statements, replace all occurrences of the BPEL connection name ”test” with the BPEL connection name configured in IPM. Save all changes to AXF_SOLUTION_CONFIGURATION.sql.
    3.Perform a search and find the “AXF_SOLUTION_PARAMETERS” table insert statements, replace all occurrences of “MyIPMServer:Port” with the server and port of your IPM server. Save all changes to AXF_SOLUTION_CONFIGURATION.
    4.4.Connect to your database with the AXF Schema created during AXF Installation.
    5.Execute AXF_SOLUTION_CONFIGURATION.sql and verify that the insertion was successful. (NOTE: If you have already run the insertHelloWorldBpelData.sql script you may see constraint errors when running this script. These can be ignored).
    Configuring the EBS Plug-In
    1.Locate and open AXF_EBS_SOLUTION_DATA.sql in a text editing program (this SQL script is located in the EBS directory of the solution accelerator zip).
    2.Perform a Search and Replace action on “http://MyIPMServer:Port”, replacing it with the fully-qualified machine name and port of the server where IPM/AXF is deployed. Save all changes to AXF_EBS_SOLUTION_DATA.sql.
    3.Connect to your database with the EBS Schema created during AXF Installation.
    4.Execute AXF_EBS_SOLUTION_DATA.sql and verify that the insertion was successful.
    Configuring Coding Form Lookups
    Locate the AXF_LOOKUPS.sql script. Execute the scripts as the E-Business Suite configuration schema user (APPS). To execute the script, enter:
    @AXF_LOOKUPS.sql
    To verify the installation of the Invoice accelerator, perform the following steps:
    1.     Access the driver page using the following URL:
    http://host:port/imaging/faces/Driver.jspx
    2.     After logging in, enter the following values:
    1.     Solution Namespace: InvoiceProcessing
    2.     Command Namespace: StartInvoiceProcessing
    3.     User Name: (set according to your configuration)
    3.     Select the Execute Command button
    4.     The AXF Response should be displayed in Response Commands table:
    NOTE: Your Conversation ID will be different than the one displayed
    5.     Select the Execute Response button.
    6.     The AXF Task list should be displayed with the My Saved Tasks, Manual Entry, Validation Failures and Pending Verification views that you configured in the BPM Worklist.
    I am able to generate the conversation ID. But when I hit the "Execute Response" button, I am getting a 500 error page.
    Any pointers would be really helpful. Please let me know, if I need to post this query on any other forum to get any responses as well.
    Regards
    Avi

    Hi Vikrant,
    I have got the error snippet from the diagnoistic log for SOA.
    I think I have found the error - if you see below, the XML input stream points to : http://http://://usatl01lt616.amer.lendlease.com:8001/soa-infra/services/default/InvoiceProcessing/invoiceprocessing_client_ep?WSDL: http: Error in getting XML input stream
    Do you think this can be an issue? Also, to resolve this, I was thinking of modifying the BPEL processes and re-deploying them via Jdeveloper. Do you have a better option to get around this?
    [2012-11-07T00:15:00.580-05:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.dispatch] [tid: orabpel.invoke.pool-4.thread-1] [userId: <anonymous>] [ecid: 865998f9aeeaf3b0:4c89f4a:13acd705e0b:-8000-00000000000092ed,1:31958] [APP: soa-infra] failed to handle message[[
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{
    summary=<summary>oracle.fabric.common.FabricException: oracle.fabric.common.FabricException: Error in getting XML input stream: http://http://usatl01lt616.amer.lendlease.com:8001/soa-infra/services/default/InvoiceProcessing/invoiceprocessing_client_ep?WSDL: http: Error in getting XML input stream: http://http://usatl01lt616.amer.lendlease.com:8001/soa-infra/services/default/InvoiceProcessing/invoiceprocessing_client_ep?WSDL: http</summary>
    ,detail=<detail>http</detail>}
    Regards
    Abhilash

  • Oracle Erp integration

    Hello,
    Does Oracle document management provides integration with Oracle ERP version 11i /R12 ? If so where can i get more information. Please help..
    Thanks
    Arun

    Hi,
    Yes, there is an appropriate adapter available. You can find some more info on:
    http://www.oracle.com/technetwork/middleware/content-management/oracle-ecm-ebusiness-attachments-134055.pdf?ssSourceSiteId=otncn
    Best regards,
    Velimir

Maybe you are looking for

  • Cracks on either side of the hinge on my Macbook White Unibody (purchased mid-2010)

    Hi there. My Macbook White (purchased mid-2010) has developed cracks at either end of the hinges, and they are beginning to move up the back of the screen. I am no longer under warranty, and was wondering if they would repair it, and how much it cost

  • HOW TO GET THE VALUE OF A NODE IN XMLDOC?

    i have an xml doc like this: <FUSIONHUB> <INFO> <COMPANY_ID>A001</COMPANY_ID> </INFO> </FUSIONHUB> HOW TO RETRIEVE THE VALUE A001? I HAVE USED NODE.getNodevalue() method but it returned null instead of A001. can anybody please answer ? waitng for rep

  • PR to PO conversion in operation subcontracting

    Dear friends, We are trying this scenario of operation subcontracting. I have a semi - finish material SM01 on which i m carrying 5 operations. The 20th operation is sub contracting. I do not want to maintain a separate material for this operation. 

  • PSE 10 Organizer layout changes won't stay

    Upgraded from PSE9 to PSE 10.  Win 7 OS.  Setting the Organizer to display in Folder view, and then adjusting the Photo bin size larger (to the left) does not "take."  It will remain as I set it as long as I remain in that session.  If I close the pr

  • Using ChooseFromList when form is in Find mode

    Hello, I'm trying to use a ChooseFromList to select a Sales Person (there is also an Udo in the form). It works fine when the form is in add mode or in update mode, but when I change to find mode, the form to select doesn't appear. How could I show t