Showing posts with label Configuration. Show all posts
Showing posts with label Configuration. Show all posts

Monday, August 13, 2018

Migrate an Enterprise Capture Workspace


This can be accomplished by using the WLST commands "exportWorkspace" on the source Enterprise Capture system and "importWorkspace" on the target Enterprise Capture system.

The exact steps are :

1) Run the wlst command (.sh for Linux, .cmd for Windows) from the Middleware home /common/bin directory:

  wlst.sh

2) Connect to the Capture managed server:

    wls:/offline> connect("weblogic","welcome1","t3://localhost:16400")

3) Retrieve Workspace ID, which is passed to the export command.  To get a list of current workspaces and their IDs:

    wls:/content/serverConfig>listWorkspaces()

The list will look like the following:

         8 wkspace1

         6 fred-wk2

         7 test-capture1

4) Run the export command:

    wls:/content/serverConfig>exportWorkspace(8,'/home/isyed/wkspace1.xml')

5) Import the workspace to the same instance (only if you deleted the workspace since exporting) or a different Capture instance:

   wls:/content/serverConfig>importWorkspace('/home/isyed/wkspace1.xml')


Monday, August 17, 2015

Oracle WebCenter Content Installation




Follow bellow steps to install oracle webcenter content on windows server.


1. Install JDK 1.7.0_26+

2. Install Oracle Date and dont forgot to change the character set
*. RCU Fails With Non-AL32UTF8 Character Set (Doc ID 1063712.1)

3. Install WebLogic 10.3.6. for WebCenter 11.1.8
java -D64 -jar wls1036_generic.jar
setup.exe -jreLoc

4. Setup Node manager
java weblogic.WLST
connect ('weblogic','<<password>>','t3://localhost:7001')
nmEnroll(domainDir='C:/Oracle/Middleware/user_projects/domains/webcenter',nmHome='C:/Oracle/Middleware/wlserver_10.3/common/nodemanager')

5. Create domain ( Middleware\oracle_common\common\bin\config.cmd  -log=webcente.log)

6. Install Visual C++ 2005 SP1 Redistributable Package (both x86 and x64) ( Doc ID 1322380.1)

7. Configure IBR add provider on RIDC port.

Verify WebCenter Content Installation


Follow these points to verify the installation and configuration of oracle webcenter content

1. Enable the Arabic component with Arabic Labels (If there is).

2. DIS installation on the clients

3. Disable unwanted fields.

4. Configure Framework Folders.

5. ADF UI and is it all functional properly? Users are tested and they are the same users and permissions in the Old UI.

6. Test the permissions component and notification component if documents are coming from Capture, or EBS (File system, Capture), etc...

7. User Access List and Group Access List, Is it installed?
You need to create a Security Group that uses the UAL and GAL which is: "Shared" and to create 4 different roles for this group: SharedViewer (R), SharedContributor (RW), SharedSubAdmin (RWD) and SharedAdmin (RWDA). and this security group has to be configured in the config.cfg to be a shared group.

8. You need to perform full testing of all installed components.

9. Checkin a document, checkout and update a document meta information.

10. Verify bellow components and install if there is missing.

ContentFolios
ContentTracker
ContentTrackerReports
DynamicConverter
FormEditor
ThreadedDiscussions
CIS_Helper
DBSearchContainsOpSupport
DesktopIntegrationSuite
FrameworkFolders
AppAdapterCore
AppAdapterEBS
IpmRepository
AutoSuggestConfig
DynamicConverter
FrameworkFolders


AWS EC2 - SSH locked with UFW

Need to update the instance's user data: 1. Stop the instance 2. Right click (windows) or ctrl + click (Mac) on the instance to open a c...