`
lylewolf
  • 浏览: 27378 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Oracle BPM with LDAP

阅读更多
Here are the steps to install Enterprise Standalone using Sun One Directory Server on ALBPM 6.0 or Oracle BPM:

1. First install Sun ONE Directory Server LDAP - go to the website: http://www.sun.com/download/products.xml?id=3ee79e69

The settings to take note of during the installation are shown below. These will be needed to set Sun One Directory Server as the ALBPM Enterprise directory service:

- Server identifier (your machine's name)
- Server port (typically 12323)
- Suffix (this is the LDAP Base DN - something like "dc=amer,dc=mycompany,dc=com"

Click "Next"

- Administrator ID (e.g. "admin") - this is the user id that you will use to log into Sun ONE LDAP to create participants later
- Password - remember this - you will need it to start the Sun ONE Server Console in step 2.

Click "Next"

- Administrator Domain (this is the Organization Logical Name) - if you entered "dc=amer,dc=mycompany,dc=com" in the Suffix field, enter "amer.mycompany.com" now.

Click "Next"

- Directory Manager DN (this is the Root DN - e.g. "cn=root")
- Password - enter the Root password you want to use later

quote from "http://kr.forums.oracle.com/forums/thread.jspa?messageID=3538866"


Click "Next"

- Administration Port (this is typically "12324)

Click "Next"

2. Here's how to create a new participant in Sun One LDAP. You need to do this before starting the ALBPM / Oracle BPM Enterprise installation.

Start the Sun ONE Server Console (Start -> Programs -> Sun ONE Server Products -> Sun ONE Server Console).

- User ID - this is the Administrator id you entered during the installation ("admin" in this example)
- Administration URL - if you've followed the settings entered above, then this would be "http://<your machine's name>.amer.mycompany.com:1234"

Click "OK"

Expand the tree and double click "Directory Server (<your machine name>)

Click the "Directory" tab.

Right mouse click "dc=amer,dc=mycompany,dc=com" -> "New" -> "User"

Enter the fields for a new user. In this example, enter "jsmith". This will be used in the 3rd step below as the ALBPM / Oracle BPM "BPM Administrator User"

Click "OK".

3. Install ALBPM / Oracle BPM Enterprise using Sun ONE Directory Server

In the ALBPM / Oracle BPM Enterprise Admin Console Configuration select:

- "Create Directory Service"
- "Create Process Engine"
- "Publish and Deploy Sample Project"

Click "Next"

- select "Use an external directory service ...."

Click "Next"

In the "Directory Provider Selection" panel enter:

- a name for your configuration
- "Directory Provider" - select a database to store your projects as they are published
- "Organization Provider" - select "Sun ONE LDAP"
- "BPM Administration User" - enter the same user name you created in the second step (e.g. "jsmith")

Click "Next"

In the "Configure Directory Provider" panel enter the database information as you would with any Enterprise installation. Make sure that the "User" entered in this panel is a new one that has never been entered before. Leave the "Schema" blank.

Click "Next"

In the "Configure Organization Provider" panel enter:

- "Initial Context Factory" - com.sun.jndi.ldap.LdapCtxFactory
- "URL" - ldap//<your machine name>:12323/dc=amer,dc=mycompany,dc=com
- "Principal" - enter "cn=root"
- "Credentials" - leave this blank
- "External Processes - "follow"

Click "Next"

Enter the Directory Creation Information as you normally would for the database for an Enterprise installation

Click "Next"

Select the "Process Engine Provider..." database provider as you normally would for an Enterprise Engine's database installation.

Click "Next"

Enter the "Process Engine Provider..." database configuration as you normally would for an Enterprise Engine's database installation.

Click "Next"

Enter the "Process Engine Creation Information" database information as you normally would for an Enterprise Engine's database installation.

Click "Next" to start the installation.

Once this is done, click the "BPM Web Applications" tab in the "Configuration" panel. Check all the BPM Web Applications you need (e.g. "WorkSpace", "Feeds Service", "Workspace Administrator", "PAPI Web Services").

Return to the Admin Console's main panel and click “Start BPM Web Applications”

Click “Launch Process Administrator”

Login using the same user (“jsmith”) you previously created in Sun ONE

Add more users in Sun One as described previously and they should show up in the ALBPM / Oracle BPM Enterprise’s Process Administrator’s Participant list. Although you cannot add participants in ALBPM’s Process Administrator, you can assign them roles.
分享到:
评论

相关推荐

    OracleBPM配置和部署[收集].pdf

    Oracle Business Process Management (Oracle BPM) 是一套全面的业务流程管理解决方案,用于设计、实施、监控和优化企业的关键业务流程。本文将深入探讨Oracle BPM的配置和部署过程,重点关注目录服务的创建、流程...

    Oracle BPM

    ### Oracle BPM Suite 11g – 人员分配 #### 概念 在Oracle BPM Suite 11g中,人员分配(People Assignment)是用于管理业务流程中人力资源的关键功能之一。它涉及逻辑角色、组织单元、扩展用户属性以及参数化角色...

    Oracle BPM Training and add in introduction

    根据提供的文件信息,我们可以深入探讨Oracle BPM(Business Process Management)培训及入门介绍的相关知识点。以下内容将基于给定的信息进行详细解析。 ### Oracle BPM 培训与简介 #### Oracle BPM 概述 Oracle ...

    Oracle Solaris 8 LDAP Setup and Configuration Guide-78

    Oracle Solaris 8 LDAP(轻量级目录访问协议)的设置和配置指南是针对系统管理员的一份详尽文档,旨在帮助他们有效地管理Solaris 8操作系统中的用户认证、权限分配和目录服务。以下是对该指南内容的详细概述: 1. *...

    有关ldap包的下载和oracle连接数据库oracle9i的包

    2. **ldapjclnt10.jar**: 这个文件是Oracle LDAP客户端库,用于与Oracle Directory Server(一个实现LDAP标准的目录服务)进行交互。它包含了必要的类和接口,使得Java应用可以执行LDAP操作,如搜索、添加、删除和...

    如何将对ldap的操作与对oracle的操作封装在一个事务中

    如何将对ldap的操作与对oracle的操作封装在一个事务中? 如何处理分布的database,LDAP事务? 详见项目代码 其中测试文件位置:src\test\com\aua\service\impl\StudentServiceTest.java spring配置文件位置: src...

    cognos+ldap+oracle+apatch的安装和配置实战经验

    ### Cognos+LDAP+Oracle+Apache 的安装与配置实战经验 #### 一、环境搭建概述 本文将详细介绍如何在特定环境下安装与配置 Cognos、LDAP、Oracle 和 Apache,以便构建一个完整的商业智能(BI)系统。通过模拟实际...

    LdapBrowser282.rar_LdapBrows_LdapBrowser.282_ldap_ldapBrowser_op

    标题中的"LdapBrowser282.rar_LdapBrows_LdapBrowser.282_ldap_ldapBrowser_op"指的是LdapBrowser的282版本的压缩文件,它包含了该软件的相关组件和可能的操作指南。LdapBrowser是一款专用于管理和查看OpenLDAP...

    LdapBrowser ldap连接工具

    **LDAP浏览器:深入理解与应用** LDAP(轻量级目录访问协议)是一种用于查询和管理分布式目录服务的网络协议,广泛应用于企业环境中的用户身份验证、权限管理和数据共享。LdapBrowser是一款专为开放源代码的...

    Oracle Solaris 11.2 Working With Oracle Solaris 11.2 Directory

    本文将深入探讨Oracle Solaris 11.2中与目录和命名服务相关的知识,特别是如何有效地利用LDAP进行系统管理和数据存储。 目录服务是组织和存储网络资源如用户账户、组、权限和配置信息的一种方式。在Oracle Solaris ...

    LdapBrowser2.82版和LDAP使用手册

    **LDAP简介** LDAP,全称为轻量级目录访问协议(Lightweight Directory Access Protocol),是一种用于访问和管理分布式目录服务的标准网络协议。它主要用于存储和检索用户、组织、资源等信息,广泛应用于身份验证...

    LdapAdmin---LDAP工具

    **LDAP(轻量级目录访问协议)是一种用于访问和管理分布式目录服务的协议,广泛应用于组织内部的身份验证、用户及资源管理。LdapAdmin是一款专为Windows操作系统设计的高效、稳定的LDAP管理工具,它允许管理员便捷地...

    ldap安装与客户端ldapadmin windows

    **LDAP(轻量级目录访问协议)是一种网络协议,用于访问和管理分布式目录服务。它在各种操作系统上广泛使用,包括Windows。本文将详细介绍在Windows环境下安装LDAP服务器以及使用 LDAP 客户端工具 LdapAdmin 的步骤...

    简单的ldap客户端,可替代ldapAdmin

    **LDAP简介** LDAP(Lightweight Directory Access Protocol)是一种轻量级目录访问协议,常用于存储和检索用户账户、联系人信息、配置数据等结构化信息。它基于X.500标准,但设计得更为简单且适合互联网环境。LDAP...

    cognos8.3在window2003ldap+oracle+apatch的安装和配置实战经验

    ### Cognos 8.3 在 Windows 2003 + LDAP + Oracle + Apache 的安装与配置实战经验 #### 一、概述 本文档详细介绍了如何在 Windows Server 2003 环境下安装并配置 Cognos 8.3 系统,使其能够与 LDAP 目录服务、...

    ldap 浏览器 LdapBrowser282

    **LDAP浏览器LdapBrowser282详解** LDAP(Lightweight Directory Access Protocol)是一种用于访问目录服务的协议,常用于组织和管理用户、组、资源等信息。LdapBrowser282是一款专门针对LDAP目录服务的浏览和管理...

    ldapadmin,windows下管理ldap的工具

    **LDAPadmin:Windows环境下的LDAP管理工具** 在IT领域,LDAP(Lightweight Directory Access Protocol)是一种广泛用于存储和检索用户信息、配置数据等目录服务的数据访问协议。它为分布式网络提供了一个标准的...

    ldap.zip_LDAP DELPHI_delphi ldap

    【LDAP与DELPHI在开发电话簿应用中的整合】 LDAP(Lightweight Directory Access Protocol)是一种轻量级目录访问协议,常用于存储和检索用户、组织等结构化数据。它允许客户端通过TCP/IP协议来访问分布式目录服务...

    svn+ldap+sasl认证(svn通过ldap用户进行认证登陆)

    在实现 svn+ldap+sasl 认证时,需要安装 ldap 服务器和配置 ldap 服务,然后在 svn 服务器中配置 sasl 认证协议,使用 ldap 服务器进行用户认证。下面是实现 svn+ldap+sasl 认证的步骤: 1. 安装 ldap 服务器 首先...

    oracle公司最新的openLDAP

    Oracle公司的OpenLDAP是一款开源、轻量级的目录访问协议(Lightweight Directory Access Protocol)实现,它主要用于管理和存储结构化信息,如用户账户、网络设备配置、组织架构等数据。OpenLDAP是一个灵活且可扩展...

Global site tag (gtag.js) - Google Analytics