Problem in Installing UCM in Windows XP

in ; Hi everyone, can you help me? I've tried to install UCM server in my XP laptop. I've followed instruction from ...

+ Post Reply + Post New Topic
Results 1 to 9 of 9
  1. #1
    adideswar's Avatar
    adideswar is offline Junior Member adideswar is on a distinguished road
    Join Date
    22 Jun 2009
    Posts
    4
    Document Uploads
    0

    Helpful? Yes No

    Problem in Installing UCM in Windows XP

    Hi everyone, can you help me?

    I've tried to install UCM server in my XP laptop. I've followed instruction from this link:

    "club-oracle.com/forums/installing-stellent-or-oracle-universal-content-management-t170"

    when it all finished and i tried to open "localhost/idc" in my web browser, then it's written error message:

    'Access denied to UCM Server managed resource. Error loading credentials from master cache. File C:/UCM/data/users/userdb.txt cannot be found.'

    what's wrong with my installation? I've attach my config.cfg (just rename the file and delete extension .txt) just in case if you willing to check.

    I will very appreciate your help!
    Thanks before..
    Attached Files

  2.    Club-Oracle Complementary E-Books and Magazines
    Get your free Complementary Copy of Oracle Magazine

    You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.

  3. #2
    Sadik's Avatar
    Sadik is offline Administrator Sadik is on a distinguished road
    Join Date
    03 Aug 2008
    Location
    Kolkata, India
    Posts
    1,209
    Document Uploads
    2

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Hi adi

    You are using Apache or IIS? And did you try by creating a blank userdb.txt file in the path C:/UCM/data/users/userdb.txt?
    Learn Oracle with Oracle forum. Check out The Technology Blog

  4. #3
    adideswar's Avatar
    adideswar is offline Junior Member adideswar is on a distinguished road
    Join Date
    22 Jun 2009
    Posts
    4
    Document Uploads
    0

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Hi Sadik, thanks very much to reply my thread..

    I used Apache 2.2 and yep, i tried to put blank userdb.txt file there, and tried to open it again but then its written:

    "Access denied to UCM Server managed resource. Error loading credentials from master cache. File C:/UCM/data/users/SecurityInfo.hda cannot be found."

    Should I put a blank SecurityInfo.hda file? (I think not )

    I think i missed something when Installing UCM.. But dunno what...

    Thanks for your concern..

  5. #4
    krish7's Avatar
    krish7 is offline Junior Member krish7 is on a distinguished road
    Join Date
    23 Apr 2009
    Posts
    13
    Document Uploads
    0

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Hi Adi

    I just did my UCM install a few weeks back. Did you check your install log file?
    The common warning in there is because of the UTF8 encoding. If so, try adding the line "InstallTablesWithoutUTF8Encoding=true" in the intradoc.cfg in the install folder.
    I will attach my installation steps , may be it helps.

    I would suggest not to keep on adding the files in users folder. I tried it too.. but didnt work well for me.

    All the best.

    Thanks
    Attached Files

  6. #5
    adideswar's Avatar
    adideswar is offline Junior Member adideswar is on a distinguished road
    Join Date
    22 Jun 2009
    Posts
    4
    Document Uploads
    0

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Hi Krish..

    Thanks for your advice...

    I've already follow your step in your install_log.txt file. But, it looks like i still have error when creating database connection. My IDC Content Service idc also won't start. It's written:

    'error 1064: An exception occured in the service when handling the control request.'

    Can you help me with these?

    I attached my log file from this path:

    C:\ora10133ucm\install\log.txt
    C:\ora10133ucm\weblayout\groups\secure\logs\IdcLog 01.htm

    I'm newbie in Oracle and UCM so I really need your help.

    Thanks in advance...
    Attached Files
    Last edited by adideswar; 06-23-2009 at 09:37 AM.

  7. #6
    krish7's Avatar
    krish7 is offline Junior Member krish7 is on a distinguished road
    Join Date
    23 Apr 2009
    Posts
    13
    Document Uploads
    0

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Hi Adi...

    Its obvious that you have a problem with the database connection. Try to test it first before you do the install and also make sure your listener is started when you do the install. Make sure you have sufficient privileges for the database.

    Also,choose yes in the step while install
    " if you would like the installer to create database tables --> yes"

    The IDC service will not start until the install is proper. So, try to fix the install issues first.

    Hope this helps.

  8. #7
    adideswar's Avatar
    adideswar is offline Junior Member adideswar is on a distinguished road
    Join Date
    22 Jun 2009
    Posts
    4
    Document Uploads
    0

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Hi too krish..

    yep, i think you're right the problem is the database connection from UCM to Oracle. But i dont know what's wrong..

    I can connect to oracle from isql*Plus with username "ucm" and password "ucm".

    In the Start menu->Programs-> Oracle Content Server -> idc -> Utilities -> System Properties, in Database tab, I have set JDBC username "ucm" and password "ucm". And for the JDBC connection string, i've set it "jdbc: oracle:thin:@10.10.10.10:1521: orcl"

    The Host in the JDBC connection string is the same with HOST in listener.ora and tnsnames.ora in [DRIVE]:[ORACLE_HOME]\NETWORK\ADMIN folder

    I think my problem is very similar with sam123's problem in here "club-oracle.com/forums/problem-in-installing-ucm-server-t627". But sam didnt tell how he got rid his problem.

  9. #8
    Sadik's Avatar
    Sadik is offline Administrator Sadik is on a distinguished road
    Join Date
    03 Aug 2008
    Location
    Kolkata, India
    Posts
    1,209
    Document Uploads
    2

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Actually sam reinstalled from scratch because nothing else seemed to resolve it.
    Learn Oracle with Oracle forum. Check out The Technology Blog

  10. #9
    chaitanyah's Avatar
    chaitanyah is offline Junior Member chaitanyah is on a distinguished road
    Join Date
    11 Nov 2009
    Posts
    1
    Document Uploads
    0

    Helpful? Yes No

    Re: Problem in Installing UCM in Windows XP

    Quote Originally Posted by adideswar View Post
    Hi everyone, can you help me?

    I've tried to install UCM server in my XP laptop. I've followed instruction from this link:

    "club-oracle.com/forums/installing-stellent-or-oracle-universal-content-management-t170"

    when it all finished and i tried to open "localhost/idc" in my web browser, then it's written error message:

    'Access denied to UCM Server managed resource. Error loading credentials from master cache. File C:/UCM/data/users/userdb.txt cannot be found.'

    what's wrong with my installation? I've attach my config.cfg (just rename the file and delete extension .txt) just in case if you willing to check.

    I will very appreciate your help!
    Thanks before..
    Hi,

    I am getting the following error while installing the Contect Server

    Access denied to UCM Server managed resource. Error loading credentials from master cache. File C:\UCM\data\users\SecurityInfo.hda cannot be found.

    Please Help.
    Thanks

Similar Threads

  1. Problem in Installing UCM server.
    By sam123 in forum Oracle Fusion Middleware
    Replies: 27
    Last Post: 4 Days Ago, 09:40 PM
  2. System Requirements for installing R12 on Windows
    By M_Anas_O in forum Installation - Windows
    Replies: 1
    Last Post: 11-30-2009, 06:41 PM
  3. Installing Siebel 8.1 on Windows
    By adeyemi in forum PeopleSoft, Siebel, JD Edwards, Primavera
    Replies: 1
    Last Post: 02-19-2009, 04:45 PM
  4. Error on installing Oracle database 11g on windows server 2008
    By lovelandj in forum Installation - Windows
    Replies: 1
    Last Post: 12-21-2008, 08:25 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!