Development environment for Case Management

Hi,
I want to get started with Case Management, but I could use some startup tips as this is the first time I am installing a Java environment from scratch. To be able to design and develop case management solutions, JDeveloper is required and it seems that there is a WebLogic server embedded in the JDeveloper installation. I can install the BPM extensions for JDeveloper and I have the support for Case Management. But is this enough to actually deploy and test a solution? Or does that require a stand alone weblogic+SOA suite installation? I would rather have all this figured out before I start installing all the different things.
Thanks

And if you are starting to work with Case Management you probably will like this post at SOA & BPM Partner Community Blog: https://blogs.oracle.com/soacommunity/entry/case_management_samples_released_by
As well as this other references:
Oracle® Fusion Middleware Modeling and Implementation Guide for Oracle Business Process Management 11g Release 1 (11.1.1.7)
31 Working with Case Management
http://docs.oracle.com/cd/E28280_01/doc.1111/e15176/case_mgmt_bpmpd.htm#CIHJBBCA
Series of posts from the Oracle A-Team (start from the end of the list below):
Case Management In-Depth: Cases & Case Activities Part 2 – Case Rules
http://www.ateam-oracle.com/case-management-in-depth-cases-case-activities-part-2-case-rules/
Case Management In-Depth: Cases & Case Activities Part 1 – Acivity Scope
http://www.ateam-oracle.com/case-management-in-depth-cases-case-activities-part-1-acivity-scope/
Case Management In-Depth: Stakeholders & Permissions
http://www.ateam-oracle.com/case-management-in-depth-stakeholders-permissions/
Case Management Part 3: Runtime Lifecycle of a Project
http://www.ateam-oracle.com/case-management-part-3-runtime-lifecycle-of-a-project/
Case Management Part 2: Anatomy of a Project
http://www.ateam-oracle.com/case-management-part-2-anatomy-of-a-project/
Case Management Part 1: An Introduction
http://www.ateam-oracle.com/case-management-part-1-an-introduction/

Similar Messages

  • Development environment for 10g R2

    Guys,
    I need to setup a development environment for oracle 10g r2 forms development. I am a new to oracle and due to downsizing we lost our DBAs so I am on my own and need your huge support.........
    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *
    Secondly, I heard various stuff about development environment and would like your input as well:
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server where oracle is installed? *
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *
    Please help me to resolve my confusion so I can present the development environment to my management.....
    Thank you soo much...
    -Raj
    Edited by: user12236377 on Jan 28, 2010 10:55 AM

    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *If you want to go with Forms 10G, i would apply the latest patch set (i think its 10.1.2.3, but would suggest to consult Metalink for that)
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server >where oracle is installed? *Yes, you can develop "locally" on your PC using only OC4J, but for integrationtests it might be useful to have an "test"-OAS (Oracle Application server 10.1.2)
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *For running 10G forms in production you will need an OAS (Oracle Application server 10.1.2), not a WebLogic-server.
    As an alternative to 10G, you could also start directly using Forms11G, which is the latest release. In this case you need a WebLogic-Server 11-installation both for development as also for production.

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Development Environment for Server APIs in Webcenter Interaction 10.3

    Hi, I installed “Oracle Web Center Interaction 10.3" on standard environment mentioned by oracle (Window 2003 server, IIS6.0, SQL Server 2005). Everything works fine concerning the portal and services.
    I also have visual studio 2005 on the same machine and trying to setup a development environment where I can user server APIs (I start with creating IPTSession).
    I am using follwong code to start with:
    /String serverConfigDir = ConfigPathResolver.GetOpenConfigPath();
    IOKContext configContext = OKConfigFactory.createInstance(serverConfigDir, "portal");
    PortalObjectsFactory.Init(configContext);
    IPTSession ptSession = PortalObjectsFactory.CreateSession();
    Problem: code compiles if I add few dlls, but it do not run, it throws following error
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    I think either server APIs are not more supported in 10.3 or I do not know how to setup the development environment for server APIs.
    Can anyone help??

    i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
    I issue i mentioned seems to be related with some setting or missing native dlls
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    i got follwing extract from the wsserver-wrapper.log file
    INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
    INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
    i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

  • Document Types for Case Management Implementation

    Hii,
    Can any one provide what document types should be used for Case Management Implementation. If possible please describe what is a queue and how it relates to provider group. What is Scripting and how it relates to solution advisor.
    Thanks in Advance.
    Best Regards!
    Deepak P

    i got it..for case management..document types will be CAL CL, E-Mail EM, FAX FX, Mail ML. you can create more as per your business needs...

  • Need a Doc for Case Management-Interaction center

    Hi all,
    I need a SAP doc for Case Management-Interaction center.
    Please send me on [email protected]
    Will surealy get points .
    Nice weekend

    Hi Babu,
    Please check the following SAP Help link:
    http://help.sap.com/saphelp_crm50/helpdata/en/89/c5be40d7e4cc38e10000000a155106/frameset.htm
    Hope this helps,
    Kind regards,
    KZ

  • Configuring workflow for case management

    Hi
    My requirement is to copy the standard workflow for case management WS01700044 and add few things once the case is processed.
    Now my problem is, how do I configure this new Z workflow in the SCASE. So that once I save the case, I should be able to start the workflow I have created.
    Currently only 2 workflows are listed for case management.
    1. WS01700051
    2. WS01700044
    I want three workflows to be listed.
    Do we need to configure the newly created workflow in SPRO under case management? Please guide me.
    Thanks in advance.

    Hi There,
    The workflow in case management is triggered by the event BUS2022.NONPROFESSIONALUSERSET which is the same trigger that invokes WS01700044. You will first need to disable that trigger (open that workflow and remove the trigger (the first node in the workflow)). I would then add that trigger to your new Z workflow and that should do the trick.
    This is the best way to do it rather than looking in the IMG.
    Hope that helps,
    Brenton.

  • Authorisation object for Case Management

    Hi Gurus.
    I need to create authorisation object for Case Management,
    SCMG_T_CASE_ATTR-CATEGORY Field,SCMG_CATEGORY element,
    I use the tx SU21 and Su20, asigned this object to Role. But no WORK.
    In the Su20:
    Field Name: ZCATEGORY
    Data elelment: SCMG_CATEGORY.
    Table Name: SCMGATTR_CATEGO.
    In the SU21:
    Object: ZCASE
    Class: AAAB
    Field Name:
    ACTVT
    ZCATEGORY
    When I use tx SCASE, The condition not work.
    I use the field name ZCATEGORY because the field name CATEGORY was used by SAP. But for USC_Y_CONT_CATEGORY element
    Edited by: Alfredo on Aug 1, 2008 5:39 PM

    Hi Alfredo,
    Go to SU24 tcode and see if the transaction SCASE is being check/maintaned to the authorization object ZCASE.
    If not then you need to do that so that when you add the tcode SCASE to a role then you will see the authorzation object ZCASE which you have created. You can edit the role and change the authorizations for the field, ZCATEGORY and maintain.
    Generate the role and then assign it to the user. I think it must work.
    If it doesnot work then as Alex said, you need to go and look where the Authority check statement is  placed in the program behind the SCASE tcode.
    Hope this helps.
    Regards,
    Kiran Kandepalli.

  • SDSoC development environment for Zynq SoCs and MPSoCs now available

    Xilinx has announced the public access release of the SDSoC development environment for Zynq SoCs and MPSoCs. The SDSoC development environment provides a familiar embedded C/C++ application development experience including an easy to use Eclipse IDE and a comprehensive design environment for heterogeneous processing designs based on the Zynq SoC and MPSoC device families.

    Sorry about the delay in responding. There isn't a document that spells out the bug fixes right now.
    Briefly, the main fixes in 2.0.1 are around:
    -Errors related to workspaces having spaces in the path
    -Can't stop a server when there's a space in the domain path
    -Difficult to create a server against a domain other than the default
    -EPL syntax highlighting didn't work in some valid config files.
    And a handful of smaller UI oriented fixes.

  • How to turn off categorization for case management

    Hopefully a simple one, how to turn off categorization for case management.
    I get this error in CRM 5.0 when choosing Cases.
    CASE_MANAGEMENT, CASE_TYPE, Z_01
    My categorization in the IC profile is set to ZDEFAULT (copy of default) but only contains
    IR     Interaction Record
    SO     Service Order
    ST     Service Ticket
    Does not have the CA case entry that is in DEFAULT.
    Z_01 is my case type but I see no place to set the categorization.
    I think I am missing something easy but don't see it.

    I'm guessing zdefault had same description default and it was picking up the default one in error.

  • Rising development environment for developers on Forms 11g

    We installed Weblogic and oracle forms 11g on windows server. now we should allow our application team to develop and compile forms.
    Oracle support claims that we should install on every PC Weblogic in order to make possible forms builder 11g installation.
    We are looking for another possibility , because the proccess seams to be very complicated and waisted.
    Does anyone know how to rise development environment for developers in Forms 11g?
    Thank you.

    At this time, you are required to install Oracle WebLogic Server (WLS) in conjuction with Oracle Fusion Middleware (FMw) 11g (Forms/Reports). I agree that the process is more difficult that it should be, but if you use the My Oracle Support document, *"How to Install Fusion Middleware 11g Forms and Reports Only [ID 854117.1]"* as a guide, the installation is much easier. Note:  You do need an account with My Oracle Support in order to access this document.
    Also, because so many have complained about how "Heavy" the installation is for Forms 11g, Oracle is working on a "Lighter" install. Take a look at Grant Ronald's reply in the thread, Re: Forms/Reports 11g Builder without WebLogic. Unfortunately, there is no time table published when FMw 11g Release 2 will be available, but it is nice that Oracle has listened to our complaints and is working to address this issue.
    Craig...

  • Development Environment for G6

    I am having problems creating a development environment for G6.
    When I was using Plumtree 5.0, I installed a copy of the Portal on my laptop, installed the MSDE version of SQL Server, and everything worked fine.
    Now, when I install G6, the Portal server fails on startup because it cannot connect to the database.  I have no idea how to troubleshoot this further, since I can connect to the same database using Query Analyzer.  The config tool test db connection feature gives me the same error as the portal server startup.
    I noticed that 6.0 is only qualified for Windows 2003.  Could this be the problem?
    Thanks,
    Tim Halbach

    MSDE isn't supported for G6 (nor was it ever supported, although it just happened to work).  There were a lot of core engine changes, so the database access is no longer compatible with MSDE.
    The workaround is to use SQL Server Personal Edition (also free).  You're limited to 5 concurrent connections, but it works fine.

  • Development Environment for SP9

    Hello,
       I need to create some web dynpros in EP 6.0 SP9+. I have eclipse, is there a plug in for eclipse that is compatible with SP9? And, what development environent would you suggest using for developing web dynpros.
    regards,
    Tom

    Hi Thomas,
         It's on service.sap.com . Right now the website is down. If the website comes back up then i will post you the exact link.
    Try the following link.
    https://smpdl.sap-ag.de/~swdc/002007974700000089732005D/JIDE11P_1-10002804.SAR?_ACTION=DL_DIRECT
    Message was edited by: Prakash  Singh

  • Standard Business Content & Data Targets for Case Management & CRM Survey

    Dear Friends,
    We are implementing CRM2007 with BW3.5 for reports for CRM Analytics. We require to Identify the Standard Data Targets & Standard Business Content (Reports) available for the following:
    1. Case Management
    2. CRM Survey (We have already been able to identify Data targets in BW3.5 for Web Survey & in CRM 2007 we have been able to identify Data targets for CRM Survey, as well as Web Survey. Our requirement is identifying Data Target for CRM Survey)
    Please guide.
    Regards,
    Rajesh Banka

    hi,
    You can find the planning scenarios related to planning ifor CRM at this link http://help.sap.com/SAPHELP_SEM350BW/helpdata/EN/05/242537cedf2056e10000009b38f936/frameset.htm
    You can also find the details on demo content for the same at http://help.sap.com/SAPHELP_SEM350BW/helpdata/EN/05/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Deepti

  • Standard I view for Case management

    Hi Experts,
                     Can anyone tell me what is the  Standard I-view called in case management application CRMD_CASE.I wanted to create Z view by copying from standard i- view.I tried to find in Content adminstration but could'nt.
    is there any way to create Z view without copying from standard View?
    Thnaks in advance
    Regards,
    Basavaraj patil

    Thanks for the info.
    Here my doubt is, if I create Transactional iView, do I require user license(R/3 user login) for all users. My requirement is like, generally Team leaders do shift planning of their reportees in my company.So I need to give access to all the team leader. If user license required for all team leaders, then it would be very expensive. Is there any possibility to skip the user license.

Maybe you are looking for

  • Hard Disk Crash, Have Backup but still problems - Help!

    Hello, My mother board, power supply and hard disk crashed, but I had my iTunes backed up using Norton Ghost. After installing a new system board, power supply and hard disk, I installed the OS, installed iTunes 7 and then restored the library from b

  • RV320 custom services management buggy

    I've encountered several bugs and quirks, when trying to add custom services, and use them for firewall rules and port forwarding. Including: Deleting a custom service, does not (always) delete the one checked Deleting a custom service, adding a cust

  • Media Cache Folder taking up 80GB disk space

    Hi everyone, I recently bought a Sony VAIO S with Adobe Premiere Elements 8 preinstalled, and ripped my CD collection into iTunes. I opened Premiere Elements and created a project to see what sort of features were included, but didn't import any medi

  • Map jndi name to resource in j2ee1.4b2

    Attempting to deploy jsr94 to j2ee1.4b2. Using j2ee1.3, mapping used j2eeadmin tool: j2eeadmin -addConnectorFactory rules/RuleServiceProvider JSR_94_APP:jsr94-j2ee.rar Can't see what replaces j2eeadmin in 1.4. Is it one of the options for asadmin? Th

  • Trop d'activation

    bonjour j'ai changé à plusieurs reprises de cybook odyssey suite à un probleme de connecteur aujourd'hui j'ai voulu télécharger ma bibliotheque sur mon nouveau cybook odyssey, téléchargement impossible trop d'activations. comment dois-je faire pour t