JavaProblems at Upgrade CoT 5.4 to OCS

Hi
we have installed Oracle Calendar Standalone with no problem. After that we ran ocalUpg.sh:
/users/unison/OraHome1/ocal/upgrade> ./ocalUpg.sh -srcpath
/users/unison -dstpath /users/unison/OraHome1
this as user who installed the calendar. We get following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
oracle/ocs/upgrade/ResourceBundleManager
at
oracle.ocs.upgrade.config.ocal.OCalUpgradeDriver.main(OCalUpgradeDriver.jav
a:295)
As we are no java-cracks we're not able to hack this problem. Any idea how to solve this?
thanks & regards
bettina

found the answer myself:
corrected a path:
diff ocalUpg.sh.orig
ocalUpg.sh
56c56,57
<
DEPJARS=$ORACLE_HOME/upgrade/lib/ua.jar:$ORACLE_HOME/lib/xmlparserv2.jar:$U
PGPATH/dms.jar:/users/unison/OraHome1/oui/jlib/OraInstaller.jar
>
#DEPJARS=$ORACLE_HOME/upgrade/lib/ua.jar:$ORACLE_HOME/lib/xmlparserv2.jar:$
UPGPATH/dms.jar:/users/unison/OraHome1/oui/jlib/OraInstaller.jar
>
DEPJARS=$ORACLE_HOME/ocas/upgrade/ua.jar:$ORACLE_HOME/lib/xmlparserv2.jar:$
UPGPATH/dms.jar:/users/unison/OraHome1/oui/jlib/OraInstaller.jar
after this the upgrade ran trough:
./ocalUpg.sh -srcpath /users/unison -dstpath /users/unison/OraHome1
Oracle Calendar Server pre-upgrade check
Upgrading Oracle Calendar Server configuration files
Upgrading Oracle Calendar Server database files......
Oracle Calendar Server final check
cheers
bettina

Similar Messages

  • Upgrade OID for use with OCS?

    Hi all,
    we run Oracle Application Server 10.1.2.0.0, and we received a request to have the OID of our system used by applications build with Oracle Collaboration Suite 10.1.2.3.
    1. In general: Is it possible to run OCS 10.1.2.3 apps against the OID of an AS 10.1.2.0.0 installation?
    2. Is there any upgrade path from the OID which comes with AS 10.1.2.0.0 to the OID included in OCS 10.1.2.3 and AS 10.1.2.0.2?
    3. Unfortunately, there seems to be no way to upgrade the complete AS 10.1.2.0.0 to 10.1.2.0.2. If so, what would be the preferred way to upgrade at least the OID to 10.1.2.1.0?
    Thanx in advance for your comments on this issue.
    - Thomas

    To answer Q3) the upgrade path from 10.1.2 is to use 10g Release 2 (10.1.2) Patch Set 1 (10.1.2.1.0) ). From the patch set notes
    This patch set is not a complete software distribution. You must install this patch set over one of the following existing installations:
    * Oracle Application Server 10g Release 2 (10.1.2.0.0)
    * Oracle Application Server 10g Release 2 (10.1.2.0.1) Standard Edition One
    Functional wise 10.1.2.1 is the same as 10.1.2.0.2
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Upgrading Stellent 7.5 to OCS 10gR3 Import Process failing HELP NEEDED

    Hi,
    I am upgrading Stellent 7.5 to Oracle COntent Server 10gR3. Here is what I have done.
    1. Migrated all the configuration from Stellent to 10gR3
    2. Migrated the Folders from Stellent to 10gR3
    3. Migrated the content by creating an Archive and then importing the Archive in 10gR3.
    I am seeing lot of errors in the log file. Following are the errors I see in the log file.
    1.
    Could not send mail message from (null) with subject line: Content Release Notification. Could not get I/O for connection to: hpmail.rtp.ppdi.com java.net.ConnectException: Connection timed out
    2.
    Import error for archive 'ProductionContent' in collection 'prod_idc': Invalid Metadata for 'ID_000025'. Virtual folder does not exist.
    3.
    Import error for archive 'ProductionContent' in collection 'prod_idc': Content item 'ID_004118' was not successfully checked in. The primary file does not exist.
    4.
    Import error for archive 'ProductionContent' in collection 'prod_idc': Content item 'ID_004213' was not successfully checked in. IOException (System Error: /u01/app/oracle/prod/ucm/server/archives/productioncontent/09-dec-21_23.29.44_396/4/vault/dmc_unblinded_documents/4227 (No such file or directory)) java.io.FileNotFoundException: /u01/app/oracle/prod/ucm/server/archives/productioncontent/09-dec-21_23.29.44_396/4/vault/dmc_unblinded_documents/4227
    5.
    Import error for archive 'ProductionContent' in collection 'prod_idc': Content item 'ID_031414' with revision label '2' was not successfully checked in. The release date (11/4/08 9:12 AM) of the new revision is not later than the release date (11/4/08 9:12 AM) of the latest revision in the system.
    6.
    Import error for archive 'ProductionContent' in collection 'prod_idc': Invalid Metadata for 'ID_033551'. Item with name '07-0040_IC_Olive-View_UCLA_ERI_Cellulitis_2008-08-26.pdf' already exists in folder '/Contribution Folders/2007/07-0040/07-0040Site_Specific_Documents/07-0040Olive_View_UCLA_Medical_Center/07-0040Archive/07-0040Essential_Documents_ARC/07-0040Informed_Consent_ARC/'.
    7.
    Import error for archive 'ProductionContent' in collection 'prod_idc': Aborting. Too many errors.
    QUESTIONS:
    Is there a way to keep the import processing running even if the errors are coming. As it looks like when there are too many errors the import process stops in the middle.
    How do I find out the total number of folders and the documents. As I want to run the same query on Stellent 7.5 and find out total number of folders and the documents and then run the same query on 10gR3 and compare the results. Just want to fnd out how much content is imported.
    How do I run the import process over again as half of the content is imported and my import process failed in the middle when running the process over again what settings do I need to provide to make sure no duplicates get created etc.
    Any help is really appreciated.
    Thanks

    Hi
    There are a couple of ways to get around the issues that you are facing such that import process is not interrupted because of these. They are as follows :
    1. Use ArchiveReplicationException component . This will keep the import process running and make a log of the failed process which can be used for assessing / gauging the success of the import and what all needs to be redone.
    I would suggest this as the option for your case.
    2. Put the config variable for arciver exception to 9999 so that the archive process stops only after hitting the limit of 9999 errors.
    I would suggest to go for step 1 as that would be a much more foolproof and methodical way of knowing what all items have failed during import.
    Thanks
    Srinath

  • Need help identifying servers and autoconfiguration scripts

    I have just started a new job and the previous admin left no info. We are preparing for a migration to Lync and Exchange 2013 upgrade
    I noticed that the OCS 2007 R2 client says automatic configuration  in the advanced server options
    I need to know how to locate the autoconfiguration script and which server my user is on.
    I have looked at both 2007 OCS servers but do not see my user and suspect there is another server with users on it.
    Where do I look? the autoconfig script should help me find what server , correct?
    Thanks in advance...
    David Sheetz MCP

    Hi,
    You can view the OCS accounts for each Server with the following steps:
    Open the Office Communications Server 2007 R2 snap-in.
    In the console tree, expand the forest node, and then navigate to the Standard Edition server or Enterprise pool.
    Expand the pool name for the Enterprise pool or the Standard Edition server, and then expand Users.
    If you want to migration from OCS 2007 R2 to Lync Server 2013, you can refer to the link below:
    http://technet.microsoft.com/en-us/library/jj205375.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Quad-core CPU?

    Hi All,
    We are looking to upgrade of database machine for OCS 10g. If we purchase a machine with a quad-core cpu, will the database be able to take advantage of it? Or are we better of with multiple dual-core processors? Or one dual-core processor? Has anyone upgraded recently? Or have any insights?
    Thoughts would be greatly appreciated...
    --Bill                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    All X series ThinkPads, tablet or not, have the CPU soldered onto the board, and not socketed. This has been the case from the days of X20, almost 15 years ago.
    So no, you can't swap the CPU unless you are in possession of proper re-balling equipment along with the skills to use it.
    Furthermore, a BIOS support for a quad-core CPU would have to exist, which I doubt is presently the case on X series.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • How to upgrade from OCS 904 to 10g but not upgrading Oracle Files

    Hi All,
    We have installed OCS 904 from where we only are using:
    - Portal
    - Oracle Files
    Our idea is to upgrade this installation to OCS 10g but keeping the same version of Oracle Files (we don't want to migrate to content services for the moment).
    Is this possible? or if we want to keep Oracle Files we need to do a fresh install of OCS 10g in another location?
    Thanks in advance,
    Harvey

    >I want to upgrade it from RHEL 6 TO  RHEL 7 and from ORACLE 11G TO ORACLE 12C. I wonder if anyone could suggest the best url for for upgrading accordingly.
    which metric measures best? Fewest keystrokes?
    BTW - you are actually doing 2 upgrades. You are upgrading OS & you are upgrading Oracle version.
    So you can either over then up or up then over.
    How much down down time is available?
    How much risk do you want to include?

  • Upgrade OCS last version to record DB

    Is it possible to upgrade OCS Content services to Record Database without installing a new Oracle home and be able to use still OCS Workspaces

    Hi,
    It should be possible to upgrade from OCS to Content DB - per scenario 1 below. But you will need a new Oracle Home. I would file a SR and find out whether there is patch for Oracle Workspaces - as it leverages Web Services of Content Services - and these would be slightly different with Content DB.
    Content Services to Content DB Patch 5758001 is available from Metalink.
    The patch supports 4 different scenarios:
    Scenario 1: "Oracle Content Services 10.1.2.3.x configured along with other Oracle Collaboration Suite 10g components"
    This is the case when multiple Oracle Collaboration Suite 10g components are installed. For example, Oracle Content Services is configured along with at least one non-Content Services component that interacts with Oracle Content Services, for example, Oracle Collaborative Portlets, Search and Oracle Workspaces. The Oracle Collaboration Suite 10g installation can be either a single box or a multiple box Applications Tier installation.
    Scenario 2: "Only Oracle Content Services 10.1.2.3.x configured"
    This is the case when ONLY Oracle Content Services 10.1.2.3 is configured in the Oracle Collaboration Suite 10g installation. None of the other Oracle Collaboration Suite 10g components that interact with Oracle Content Services, for example, Oracle Collaborative Portlets, Search and Oracle Workspaces, are configured. The Oracle Collaboration Suite 10g installation can be either a single box or a multiple box Applications Tier installation.
    Scenario 3: "Oracle Content Services 10.1.2 is not configured"
    This is the case when Oracle Content Services 10.1.2 is not configured, but other Oracle Collaboration Suite components may be configured. In this scenario, there is no need to apply the Oracle Content Services 10.1.2.3.x to Oracle Content Database 10.2.0.0.0 Upgrade Patch, but it requires some cleanup actions to be done to proceed with a new Oracle Content Database 10.2.0.0.0 installation.
    Scenario 4: "Existing Oracle Content Services 10.1.2.3.x installation is to be discarded, and a fresh Oracle Content Database 10.2.0.0.0 installation will be installed "
    This is the case when your existing Oracle Content Services 10.1.2.3.x is to be discarded, and you want to move to a fresh Oracle Content Database 10.2.0.0.0 setup. In this scenario, there is no need to apply the Oracle Content Services 10.1.2.3.x to Oracle Content Database 10.2.0.0.0 Upgrade Patch, but it requires some cleanup actions to be done to proceed with a new Oracle Content Database 10.2.0.0.0 installation.
    thanks
    Matt.

  • Upgrade content db (OCS) 10.1.2.4 to 10.2

    Hi,
    For the upgrade I guess a new content database is created, but can I not upgrade the existend content db from OCS to the content db 10.2? So I keep the data in it? I wanted to install contentdb 10.2 but fails because ocs 10.1.2 is in the database
    Regards,
    Gerard

    It will work and it os supported as from OCS 10.1.2.2. You must upgrade the portal before upgrading the ocs.

  • Upgrade Portal in OCS 10.1.2 to Portal 10.1.4

    Hi all,
    Can I upgrade Portal in OCS 10.1.2 to Portal version 10.1.4? Will it make any impacts on other Collaboration components?
    Thanks,
    Vietdt

    It will work and it os supported as from OCS 10.1.2.2. You must upgrade the portal before upgrading the ocs.

  • EHP4 Upgrade: OCS package "SAPK-110EXINMED" does not match SW component

    Hi!
    I would like to upgrade SAP ERP 6.0 to EhP4.
    During the phase PREP_EXTENSION/ADDON_QCALC (Configuration) I was asked regarding the procedure of 2 Add ons: ST A/PI and MED.
    I answered the question that I would like to update the components with SAINT.
    During the Add on queue calculation by tool I get the following error:
    OCS package SAPK-110EXINMED does not match the current software component
    3 ETN256 You want to install the following add-on components:
    3 ETN248    Component: "MED" rel. "110_600", Support Package level: "0" (component type "C")
    2 ETN085X"2. Adding Add-on Installation Queue" " " " " " "
    3 ETN262    Calculating queue part for add-on "MED" rel. "110_600"
    3 ETN490 Use the Add-On installation package "SAPK-110CHINMED" (type &4"AOU") for Add-On &2"MED" rel.&3"110_600"
    3 ETN245 The following import prerequisites of OCS Package "SAPK-110CHINMED" have not been met:
    3 ETN264   In the (alternatively) Requirement set "01":
    3WETN492 Required Add-On component "IS-H" rel."600" is not installed
    3WETN491 Required software component "SAP_APPL" rel."600" is not installed
    3 ETN490 Use the Add-On installation package "SAPK-110COINMED" (type &4"AOI") for Add-On &2"MED" rel.&3"110_600"
    3 ETN245 The following import prerequisites of OCS Package "SAPK-110COINMED" have not been met:
    3 ETN264   In the (alternatively) Requirement set "01":
    3WETN492 Required Add-On component "IS-H" rel."600" is not installed
    3WETN491 Required software component "SAP_APPL" rel."600" is not installed3 ETN490 Use the Add-On installation package "SAPK-110EXINMED" (type &4"AOX") for Add-On &2"MED" rel.&3"110_600"
    3 ETN245 The following import prerequisites of OCS Package "SAPK-110EXINMED" have not been met:
    3 ETN264   In the (alternatively) Requirement set "01":
    3WETN492 Required Add-On component "IS-H" rel."600" is not installed
    3WETN491 Required software component "SAP_APPL" rel."600" is not installed
    2WETN543 OCS package "SAPK-110EXINMED" does not match the current software component vector
    Can some one help me to help with this issue?
    Thank you very much!
    regards
    Jürgen

    Hi,
    have you checked if all your addons are compatible with ehp4? There is an OSS note dedicated to it. Please check note 1226284. Check also notes related to this note. It looks to many OSS notes related to ehp4
    Cheers
    Edited by: Martin Voros on Mar 22, 2009 11:29 PM

  • Upgrade to EHP4: OCS package SAPKE60002 does not match the current software

    Hi!
    I would like upgrade my SAP ERP 6.0 system to EhP4.
    During the phase PRE_EXTENSION/EHP_INCLUSION I get the following error:
    ERROR: Unable to generate package queue.
    Return Code = 3, Reason = "OCS package SAPKE60002 does not match the current software component vector"
    Check log file 'SPDA_EHP_INCLUSION.LOG' for details.
    I looked into the defined stack queue by the EHP Installer tool and detected that this SAP HR component should have the version 38. Currenty the SAP HR has the version 01.
    Can some one help to solve this problem?
    Thank you very much
    regards
    Jürgen

    hii
    Note 822379 might help you
    have a look
    Rohit

  • Client Version Policy: Upgrading from OCS R2 Phone Edition to Lync 2013

    Hey, everyone!
    Looking at the settings in Lync Control Panel, the default OCPhone Client Version Policy is set to block anything older than 3.5.6907.*.
    Now, I have two older Polycom CX700's that are running. In order for them to receive updates from Lync Server, do I need to temporarily remove that policy? I know I need to upgrade them to 3.5.6907.* first, so I guess my question is this: is the Client Version
    Policy, just for signing in or does it also pertain to which devices are allowed to get update information?
    Thanks so much.
    -Eric

    The client policy should only prevent your phones from signing in. Your phones should update fine being blocked.
    I've updated CX700's out of the box (with ancient OCS 2007R2 firmware on them) using Lync 2013 and have not had to modify the Client Version policy.
    Edit: I will add that I needed to install a specific couple interim versions of the firmware before I could upgrade to the latest (OCS 2007 R2 Phone Edition 3.5.6907.222 and then Lync 2010 Phone Edition Feb 2012 4.0.7577.4066) - I blogged about it here: http://www.lynced.com.au/2013/08/getting-that-out-of-box-cx700-from-ocs.html
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer" | Blog
    www.lynced.com.au | Twitter
    @imlynced

  • Can I Upgrade using like a "Migrate" method? OCS 9.1.4.2 to OCS 10.1.2

    We use OCS 9.1.4.2 for a year or more, and we want to upgrade to 10.1.2. On Upgrade Guide, all the paths instructs for upgrade services on same server. But I'd like to install OCS 10g on new servers (hardware), with a new OS (I'm using Suse SLES8 and want to install OCS 10g on SLES9), and do something like to a "migrate" data (email, calendar, files, ...) from my current OCS 9.4.0.2 servers to new 10g servers. Any ideas about the best way to do this??? Oracle have any "path" to do this kind of work? Thanks.

    I don't think Oracle has a path for this right now...
    I'm planning an upgrade from 9.0.4.2 to 10.1.2. I'll be mainly moving email and calendar. I'm working out the details now. But here are my thoughts...
    Migrating email...
    1. extract users (groups, etc) from 9.0.4.2 OID and import into 10.1.2 (lots of details to work out here)
    2. Then use an imap sync tool to sync email accounts between the two servers.
    Calendar (this ones not so easy).
    1. I'm planning on creating a new 9.0.4.2 installation (swing server) and coping the calendar users and data to that.
    2. Then perform a 10.1.2 upgrade on the swing server.
    3. Move the calendar data from the swing server to a new production installation of 10.1.2.
    If you're interested I can post the details as I move along... Or if you have a better idea, I'm listening...

  • Upgrade 2003 R2 Domain Schema containing OCS 2007 R2 to 2012 R2 schema

    Hi all,
    I'm planing to upgrade my 2003 R2 forest to 2012 R2 schema version. I have OCS 2007 R2 and Exchange 2010 SP3 installed in the forest. I think there will be no issue for exchange after upgrade, but i'm worring about OCS 2007 R2. 
    Can experts provide me more details about upgrade domain containig OCS 2007 R2 to Directory Service 2012 R2 ? 
    Many thanks.
    Mustapha.
    Mustapha EL HACHIMI

    Thanks,
    But, the article doesn't mention compatibility with 2012 r2.
    I did a test in a lab. It shows that ocs 2007 R2 is not supported in 2012 R2 AD.
    So before you upgrade your forest to 2012 R2, upgrade OCS 2007 to LYNC 2013 and then remove OCS from the forest.
    Microsoft says not supporting OCS 2007 in a domain 2012 R2 and also you can't install OCS 2007 in a 2012 R2 server.
    Hope this can everybody planning to upgrade ad containing OCS to 2012 R2.
    Best regards
    Mustapha EL HACHIMI

  • Upgrade from OCS 2007 to OCS 2007 R2 and Lync 2013

    Hy friends!
    Help me, please!
    Scenario: Migration from OCS 2007 RTM to OCS 2007 R2
    Target: Keep user contact list (I'm talking about only OCS contact list from internal organization users, I'm not refer about external addresses)
    Question: I want to know if when I move a user from OCS 2007 RTM to OCS 2007 R2 the user contact list is also migrated?
    If Yes, can you share the Microsoft documentation that describe it?
    So, after I migrate the users to OCS 2007 R2, finally I can do a supported migration to Lync Server 2013. 
    Thanks in advance.

    If you do a side-by-side migration the contact lists (and other user data) should remain intact. If you tear down OCS2007 and then install OCS2007R2, then you will need to use dbimpexp.exe to export the contact list from OCS2007.
    Here is an overview: http://blogs.technet.com/b/ucedsg/archive/2009/02/07/how-do-i-get-from-ocs-rtm-r1-to-ocs-r2.aspx
    Also take a look at the deployment guide: https://www.microsoft.com/en-us/download/details.aspx?id=19984 specifically
    the section called "Updating from Office Communications Server 2007" which lists some potential issues.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | MVP (Skype for Business)
    Blog skype4bexpert.com | Twitter
    @georgathomas
    Lync/Skype for Business Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • FI HELP TCODE: FBL5N

    Hello Friends. Let me give u a brief what is to be done. Run transaction FBL5N for any customer and company code: Next screen will be 'Customer Line Item Display' Double Click on any line item , Click on Header button--- Next screen is Document Heade

  • How do i run java application on IIS

    Hi, Can I run java application on IIS(Internet information Server)? If yes, How do i do that? My java application contains JSP,Servlets and EJB. To run java application on IIS which plug in should i use. Can anybody help me This is urgent...........

  • Limit to query by Web Service¿?

    Hello, I would like to know if there is any limitation to extract information from CRM On Demand by Web Services? I have to do a development to extract a lot of information from CRM On Demand with a query operation and I need to know if it exists any

  • Anonymous Classes

    Can you implement an interface on an anonymous class ? (of course the anonymous class does not belongs or extends of an interface) I know this sound strange but it's in a code I have to maintain and in order to make less changes as posible I want to

  • Media recovery disabled

    Hi, I've this entry: ARC1: Media recovery disabled in the alert.log. I believe that it is why the server was shut down this week. What should i do know? Could this be a problem? Best regards Nicole