RMAN.DBMS_RCVCAT version 10.02.00.03 in RCVCAT database is not current

Hello RMAN experts...
Oracle 10gR2 Recovery Catalog database
Oracle 10gR2 Client database
We have just created a new Oracle 10.2.0.3 rman recovery catalog which works fine with our Oracle 9 and 10 (10.2.0.3) databases on both HP-UX and NT servers.
Problem is that I also just created a new installation of Oracle 10.2.0.4 on a new Redhat Linux 5 server but I can't seem to register my new database from this server.
First, I get the following message when I connect from the 10.2.0.4 client to the 10.2.0.3 RMAN catalog database:
$ rman target sys/$SYS catalog rman/xxxxxxx@ccrcat
Recovery Manager: Release 10.2.0.4.0 - Production on Tue May 27 09:50:14 2008
Copyright (c) 1982, 2007, Oracle. All rights reserved.
connected to target database: ASCT (DBID=2479914243)
connected to recovery catalog database
PL/SQL package RMAN.DBMS_RCVCAT version 10.02.00.03 in RCVCAT database is not current
PL/SQL package RMAN.DBMS_RCVMAN version 10.02.00.03 in RCVCAT database is not current
Then... I'm getting the following errors when I attempt to register my 10.2.0.4 database to the 10.2.0.3 recovery catalog database.
RMAN> register database;
database registered in recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03008: error while performing automatic resync of recovery catalog
RMAN-10015: error compiling PL/SQL program
RMAN-10014: PL/SQL error 0 on line 2138 column 12: Statement ignored
RMAN-10014: PL/SQL error 306 on line 2138 column 12: wrong number or types of arguments in call to 'CHECKPROXYARCHIVEDLOG'
RMAN-10014: PL/SQL error 0 on line 1970 column 12: Statement ignored
RMAN-10014: PL/SQL error 306 on line 1970 column 12: wrong number or types of arguments in call to 'CHECKBACKUPREDOLOG'
RMAN-10014: PL/SQL error 0 on line 1810 column 12: Statement ignored
RMAN-10014: PL/SQL error 306 on line 1810 column 12: wrong number or types of arguments in call to 'CHECKBACKUPREDOLOG'
RMAN-10014: PL/SQL error 0 on line 1618 column 15: Statement ignored
RMAN-10014: PL/SQL error 306 on line 1618 column 15: wrong number or types of arguments in call to 'CHECKARCHIVEDLOG'
What can I do? I don't believe that the difference in patchset levels would matter, would it?
Please advise...
Thanks.
Ji Li

Well, out of determination, I submitted a TAR with Oracle and this is what they said.
Also note, that I did as they suggested, and now it works...
ANSWER
=======
Yes it does matter. Connect to the catalog with the RMAN 10.2.0.4 executible and execute:
RMAN> upgrade catalog;
RMAN> upgrade catalog;
Note, you must upgrade it twice.
This upgrade of the catalog will allow the 10.2.0.4 rman target to work with this catalog and will have no effect on the target databases wthich are of an eariler version.
NOTE, however, that when I checked the recovery catalog and also the registry, all componets in the recovery catalog are still v.10.2.0.3.
Ji Li

Similar Messages

  • PL/SQL package RMAN1.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database

    Hi,
    catalog database version: 10.2.0.4
    target/auxiliary database :10.2.0.5
    when i connect to catalog by rman recieving below error,
    PL/SQL package RMAN1.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is not current.
    PL/SQL package RMAN1.DBMS_RCVMAN version 10.02.00.04 in RCVCAT database is not current.
    so should i upgrade the catalog or i need to downgrade target database
    appriciate for the right answers.

    OK..upgrade it with RMAN 10.2.0.5...but you will have to upgrade it again in 11g. It's far more simple to keep a "top" database for the RMAN catalog.
    Just checked the matrix : it's not exactly the databases versions which have to <= catalog version but the rman executables. It's nearly the same since you probably want to be able to connect to the catalog with every rman executable located in the $ORACLE_HOME/bin ..
    Best regards
    Phil
    Edited by: Philippe Florent on Aug 24, 2010 8:34 PM

  • RMAN817.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is too old

    I have just upgraded my oracle 10.2.0.4 database to oracle database 11.2.0.1.
    Previously I was taking the backup using RMAN and after upgrade , if I am trying to run the backup it is ending up with following error.
    connected to recovery catalog database
    PL/SQL package RMAN817.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is too old
    connected to target database: ORDIPCOR (DBID=1549953639)
    PL/SQL package RMAN817.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is too old
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of resync command at 09/13/2010 05:11:37
    RMAN-06429: RCVCAT database is not compatible with this version of RMAN
    Recovery Manager complete.
    Any suggestion ?

    Check your RMAN catalog database version.
    select *
    from rcver;
    Connect with the catalog server and run that from SQL plus prompt.
    * The recovery catalog schema version must be greater than or equal to the RMAN client version.
    Source: http://download.oracle.com/docs/cd/B28359_01/backup.111/b28273/compat003.htm
    We have faced the same issue. So upgrade your catalog database into 11.2.0.1
    Regards
    Asif Kabir

  • RCVCAT database is not compatible with this version of RMAN

    I am getting the below error while trying to configure rman catalog datababse.
    rman target prod_dba/Pass1234@proddb catalog cat_dba/Pass1234@catdb
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: TESTDB (DBID=2409515669)
    connected to recovery catalog database
    recovery catalog is not installed
    RMAN>
    RMAN> register database;
    recovery catalog is not installed
    recovery catalog is not installed
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 07/20/2007 19:05:40
    RMAN-06429: RCVCAT database is not compatible with this version of RMAN
    RMAN>
    And Oracle version is same in proddb and catdb
    SQL> select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    PL/SQL Release 9.2.0.1.0 - Production
    CORE 9.2.0.1.0 Production
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    NLSRTL Version 9.2.0.1.0 - Production
    any inputs...
    Thanks.

    Hi,
    when upgrading catalog am getting the error like,
    error occurred in source file: krmk.pc, line: 6986
    text of failing SQL statement: ╠≥`☺
    ORACLE error from recovery catalog database: ORA-00942: table or view does not e
    xist
    error occurred in source file: krmk.pc, line: 6986
    text of failing SQL statement: ╠≥`☺
    ORACLE error from recovery catalog database: ORA-00942: table or view does not e
    xist
    error occurred in source file: krmk.pc, line: 6986
    text of failing SQL statement:µ`☺
    ORACLE error from recovery catalog database: ORA-00942: table or view does not e
    xist
    Whether i need to run catpath.sql etc on the db?

  • RMAN-06429: RCVCAT database is not compatible with this version of RMAN

    Hi There,
    I just want to confirm there is no work around for the issue I am having. Here is my situation:
    I have four Oracle 8i databases that can not be removed because of client requirements. These 8i databases have there own RMAN catalog which is 10G (Originally there were Oracle 8i, 9i and 10g databases using it but are now moved to 11g catalog). Databases are backing up fine. However, all the other databases are using the RMAN 11g Catalog. I want to point the Oracle 8i databases to point to the RMAN 11g recovery catalog. I created an 8i schema, however, i'm getting the following error message: RMAN-06429: RCVCAT database is not compatible with this version of RMAN. It's pretty straight forward, however, I wanted to put the question out there to see if there are any work arounds. I would prefer to have only one RMAN recovery catalog.
    Thanks in advance.
    J

    Hello;
    I know of no way around the RMAN Compatibility Matrix. I would keep a second catalog DB for these older databases. Or go NOCATALOG. I checked all my sources and if there's a better option I sure did not find it. What breaks if these go to Oracle 9?
    http://arjudba.blogspot.com/2010/03/about-rman-compatibility-matrix.html
    Ask Tom
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:518622203320
    Additional Information :
    OERR: RMAN 6429 %s database is not compatible with this version of RMAN [ID 70776.1]
    RMAN-06439: Compatibility Between 8.1.5 RMAN Executable and 8.1.6 Catalog [ID 104728.1]
    Best Regards
    mseberg
    Edited by: mseberg on Sep 7, 2012 8:27 AM
    Edited by: mseberg on Sep 7, 2012 10:53 AM

  • How can I go back to Fire Fox version 6 or 5 my school's website does not currently work with Fire fox 7

    I just found out through my school that the online campus does not support Fire Fox 7. So I would like to go back to Fire Fox 6 which is what I had before. My school does say that it supports version 5, but 6 seemed to work just fine. Either way how do I go back to those versions? If you want the nitty gritty details, every time I attempt to send emails while logged into my campus account it won't send them. I don't want some stupid app or some crazy version where I have to have all of these accounts and stuff. I just want Fire Fox 6 or 5 back that's all.

    Hi Shero89,
    Thanks for the answer.  I am not new to IOS software but I don't really ever bother with it, have discovered how little I take advantage of the i-phones capability, in reality I still only really use it to phone, text, check emails, listen to music and look on internet.  I'm not keen on jailbreaking it as I don't trust it to work so normally just update and leave it at that.  Only reason I wanted to downgrade was because the update had stopped my bluetooth working but Kilted Tim solved that problem for me so am now not interested in downgrading software.  I quite liked the things that IOS 5.1 gave me but wasn't happy with fact that bluetooth stopped working in car as it caused me problems.  One day I might try and work out exactly what I-phones can do but on the basis that it's a phone all I really want it to do is phone, if that bit works I'm happy.

  • PL/SQL package RMAN_USER.DBMS_RCVCAT not current

    We recently upgraded Oracle10gR2 from 10.2.0.4 to 10.2.0.5 including RMAN repository database as well. Upgrade was performed through Grid Control "Patching through Deployment Procedure". Now when logging to RMAN catalog this message is displayed.
    PL/SQL package RMAN_USER.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is not current
    Backups run normally.
    Any idea why?

    Just found answer in Metalink, 'upgrade catalog' did the trick.
    RMAN> upgrade catalog;
    recovery catalog upgraded to version 10.02.00.05
    DBMS_RCVMAN package upgraded to version 10.02.00.04
    DBMS_RCVCAT package upgraded to version 10.02.00.04
    Message is gone now but still not sure why are these two packages listed as 10.02.00.04. Shouldn't they be 10.02.00.05?

  • RMAN Catalog Version compatibility

    Hi,
    I have 11.1.0.7 database and RMAn repository version is 10.2.0.4 and i am receiving following error
    PL/SQL package RMAN.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is too old
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of resync command at 02/01/2010 14:04:02
    RMAN-06429: RCVCAT database is not compatible with this version of RMAN
    So does it means i need to have RMAN repository at least 11.2.0.7? Is there a work around to resolve this issue so that i can use my current 10.2.0.4 repository for backing up my 11 g databases.
    Thanks

    If you have another database which is using 10.2.0.4 then using the rman executable for this database connect to your 11.1.0.7 database and recovery catalog. Then run the backup.
    Regards
    Asif Kabir

  • Can't register a database in RMAN catalog (PL/SQL package not current)

    Hi RMAN experts. I'm trying to register a 10.2.0.1.0 database into a 10.2.0.5.0 RMAN catalog but I get the following error (Note: following was done on the rman server machine, ORACLE_SID=rman, target database is remote)
    $ rman catalog rman/rman target sys@MPOWER
    Recovery Manager: Release 10.2.0.5.0 - Production on Sat Apr 30 12:54:16 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.00 in TARGET database is not current
    connected to target database: MPOWER (DBID=**********)
    connected to recovery catalog database
    RMAN> register database;
    database registered in recovery catalog
    starting full resync of recovery catalog
    RMAN-00571: ===============
    RMAN-00569: =========ERROR MESSAGE STACK FOLLOWS
    RMAN-00571: =================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00904: : invalid identifier
    Basically the error says that there are two packages in the TARGET database (SYS.DBMS_BACKUP_RESTORE and SYS.DBMS_RCVMAN) which are not compatible with the RMAN catalog.
    I cannot register the target database into the RMAN catalog.
    I highly appretiate if you give me an advice on this.
    Regards

    user13064912 wrote:
    Hi RMAN experts. I'm trying to register a 10.2.0.1.0 database into a 10.2.0.5.0 RMAN catalog but I get the following error (Note: following was done on the rman server machine, ORACLE_SID=rman, target database is remote)
    $ rman catalog rman/rman target sys@MPOWER
    Recovery Manager: Release 10.2.0.5.0 - Production on Sat Apr 30 12:54:16 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.00 in TARGET database is not current
    connected to target database: MPOWER (DBID=**********)
    connected to recovery catalog database
    RMAN> register database;
    database registered in recovery catalog
    starting full resync of recovery catalog
    RMAN-00571: ===============
    RMAN-00569: =========ERROR MESSAGE STACK FOLLOWS
    RMAN-00571: =================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00904: : invalid identifier
    Basically the error says that there are two packages in the TARGET database (SYS.DBMS_BACKUP_RESTORE and SYS.DBMS_RCVMAN) which are not compatible with the RMAN catalog.
    I cannot register the target database into the RMAN catalog.
    I highly appretiate if you give me an advice on this.
    RegardsCould you try to run the rman at the target database server (MPOWER), instead of rman catalog server ant try to register your database?
    Your rman client is higher than your target server. That could be the problem.
    Best Regards,
    Gokhan
    If this question is answered, please mark appropriate posts as correct/helpful and the thread as closed. Thanks

  • Starting Rman getting error PL/SQL package not current

    I come across a problem. My server is windows 2003 and Oracle is 10g Release 2.
    My previous DBA install Oracle 10g R1, 10gR2 and Oracle Data Warehouse Builder 10g on the same server at different Oracle_Home. When I came to this work. I tried to use Rman for backup. When i went to server command line, type Rman, Rman target /. the error message was:
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.02 in TARGET database is not current and PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.02 in TARGET database is not current.
    I found the solution from oracle_metalink ( Note:429499.1). I followed note to use Oracle Universal Installer to move the 10.2.0.2 home. Then I can start Rman. Then I fixed some other small errors. I came back to loginto Rman. The system told me the same errors. I used Oracle Installer to check the Oracle_Home. Only two home exist. One is 10gR2 10.2.0.2. Another one is data warehouse builder with version 10.2.0.3. So it seems that 10gR2 Home is not current. How can I remove this Oracle_Home? If I remove it off, database will be dead. So if I remove oracle data warehouse builder, will it make two PL/SQL package for Rman current? or I have to remove DW builder first, then patch 10gR2 Home to 10.2.0.3? Please help. Thanks.

    damorgan:
    No. it is not related to oracle_home and oracle_sid. It is related to PATH setting. I have solved the problem. Thanks for your comment.

  • How to upgrade RMAN package RMAN.DBMS_RCVCAT ? Thank

    $ rman target / catalog rman/rman@infra
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Nov 29 15:45:10 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: TRAN7 (DBID=3923896548)
    connected to recovery catalog database
    PL/SQL package RMAN.DBMS_RCVCAT version 10.01.00 in RCVCAT database is too old
    RMAN> register database;
    PL/SQL package RMAN.DBMS_RCVCAT version 10.01.00 in RCVCAT database is too old
    PL/SQL package RMAN.DBMS_RCVCAT version 10.01.00 in RCVCAT database is too old
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 11/29/2006 15:46:18
    RMAN-06429: RCVCAT database is not compatible with this version of RMAN

    Your rman recovery catalog appears to be a lower version the RMAN client. Check out the RMAN compatibility matrix located below:
    http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14194/compat002.htm

  • TARGET database is not compatible with this version of RMAN

    I am trying to register a database (version 8.0.4) on my catalog database which is version 8.1.7.
    I get the following error:
    RMAN-06185: Recovery Manager incompatible with TARGET database: RMAN 8.0.4 to 8.0.4 required
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-06429: TARGET database is not compatible with this version of RMAN
    Does this mean that my RMAN database has to be 8.0.4 ?
    What happens if my RMAN database is 8.0.4 and target is 8.1.7 ?
    Thanks for any help,
    Sameer

    check RMAN compatibility matrix
    Target/Auxiliary Database|| RMAN Executable|| Catalog Database ||Catalog Schema
    8.0.3 8.0.3 >=8.x 8.0.3
    8.0.4 8.0.4 >=8.x >= 8.0.4, see "Note 2: 8.1 or Later Catalog Schemas and 8.0 Target Databases"
    8.0.5 8.0.5 >=8.x >= 8.0.5, see "Note 2: 8.1 or Later Catalog Schemas and 8.0 Target Databases"
    8.0.6 8.0.6 >=8.x 8.0.6
    8.0.6 8.0.6 >=8.1.x >=8.1.x
    8.1.5 8.1.5 >=8.1.x >= 8.1.5
    8.1.6 8.0.6.1 >=8.x 8.0.6
    8.1.6 8.0.6.1 >=8.1.x >= 8.1.x
    8.1.6 8.1.x >=8.1.x >= RMAN executable
    8.1.7 8.0.6.1 >=8.x 8.0.6
    8.1.7 8.0.6.1 >=8.1.x >=8.1.x
    8.1.7 8.1.x >=8.1.x >= RMAN executable
    9.0.1 >=9.0.1 >=8.1.x >= RMAN executable
    In other words to backup 8.0.4 version u need a separate schema in catalog database and which will be only used for 8.0.4

  • TARGET database is not compatible with RMAN version

    Hi all,
    we have an issue related to RMAN version.
    A few weeks ago we update our 10.2.0.1 Oracle Database to 10.2.0.4 using 6810189 pacth set.
    Now when we try to execute RMAN this is the output:
    Recovery Manager : Release 11.1.0.6.0 - Production on Jue Nov 20 12:20:57 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Recovery Manager incompatible with TARGET database: RMAN 8.0.4.0 to 10.2.0.4 needed
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-06429: TARGET database is not compatible with this version of RMAN
    (I translate the spanish message, maybe the words is not exactly the same in the english version)
    As is shown in the output the RMAN version installed by the pacthset is higher than database version, is there a way to downgrade RMAN or to solve this issue?
    Thanks in advance,
    Alex

    I'm pretty sure patchset 6810189 does not install RMAN executable 11g. I did several patchings to 10.2.0.4 and that never happened. Patching may sometimes leave components at a lower level than the patchset,but never the opposite is true. That would be definitely a bug. So you (or someone else) installed 11g software.
    Werner

  • RMAN-06429: TARGET database is not compatible with this version of RMAN

    he Hi,
    how can i solve this issue . how i will upgrade the Rman. My production database details are below
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    while i'm configuring rman i'm getting below error . please help me.
    C:\Documents and Settings\vj.dcruz>rman target / catalog rman01/rman01@upp
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Sep 14 08:18:02 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Recovery Manager incompatible with TARGET database: RMAN 8.0.4.0 to 10.2.0.0 required
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-06429: TARGET database is not compatible with this version of RMAN
    rgds,
    john

    Johnvd wrote:
    Hi Hemant,
    i'm doing same thing login 10.2.0.0 database and configure the rman but while connect target its saying that my Recovery Manager: Release 11.2.0.1.0 - Production on Wed Sep 14 09:04:59 2011
    how its happening is there any where i have to change the path.
    Regards,
    johnJohn, you need to use the RMAN binary which is located in bin folder of Oracle Database (ie /u01/oracle/product/10.2/db1/bin). You shouldn't use "rman which comes with Oracle 11g client".
    If you are using windows, run the following commands in command prompt and then copy/paste the output:
    echo 5ORACLE_HOME%
    echo %PATH%
    If you are using unix, run the following commands in terminal and then copy/paste the output:
    echo $ORACLE_HOME
    echo $PATH
    Regards
    Gokhan

  • HT204476 I cannot open iPhoto now that I upgraded to Yosemite.When I click iPhoto it says I have to download older version of iPhoto.The app store, it says "The item you've requested is not currently available in the U.S. HELP!

    I upgraded my Macbook Pro (early 2011) to OS X Yosemite 10.10.3.  Now, I cannot open iPhoto. It says I have to download older version of iPhoto. When I go to the app store, it says: The version of iPhoto installed on this Mac is not compatible with OS X Yosemite. Download the latest version for free from the Mac App Store. the it says: "The item you've requested is not currently available in the U.S.Do I need to find my original Macbook disk and install it back and go from there? Did I loose all my pics?  Do I really ned it if they are all visible from the new "Photos" App? HELP!

    Try Terence's instructions here  Is Iphoto gone ? i want it back!
    Pete

Maybe you are looking for

  • Login denied to virtual machine as root

    When I try to login to an virtual machine by console,I cannot login as root using the password when I set in creation. Why? Thanks, Mary

  • PO release strategy based on effective price

    Hi We have PO release strategy based on net order value. If we make the release strategy based on effective price then what would be the impact? What r the risk factor involved? Regards sapmm1234

  • JE 4.0 available

    We're pleased to announce a new major release, JE 4.0.71. The release introduces High Availability/Replication, as well as other functionality and performance improvements. Complete information can be found in the [JE documentation|http://www.oracle.

  • REQ: Fix the *&^%$#@ CS6 Character window's font list!

    I have better things to do with my time than click-and-hold on that stupid little arrow and wait a few hours for it to snail-crawl through my hundreds of fonts to the one I want. InDesign and Photoshop both have proper scroll bars in their versions o

  • BEA-090513 "ServerIdentity failed validation" on single domain single server

    Hi! I'm getting loads of <Error> <Security> <BEA-090513> <ServerIdentity failed validation, downgrading to anonymous.> errors though I'm running a single server in a single domain - so the information in http://e-docs.bea.com/wls/docs81/messages/Secu