Database upgrade from March 2013 to October 2013 Issue

Hiya,
Am I missing something completely obvious trying to upgrade a March 2013 PU content database to a October 2013 CU and it's failing, using Mount-SPContentDatabase.
The farm account and my install user has the DB_Owner and SPDataAccess roles, however I still get the "schema versions does not match".
The March is Production and the Dev is October. The plan is to upgrade Production, atlas not right now now.
As far as I can see there is no CU requirements between March 2013 and October 2013?

1: Hard to get access to Production server right now.
2: Yes, however any custom components should not prevent the attach/upgrade. It might render the site unusable or create warnings in the upgrade process. But not prevent it.
3:
Microsoft.SharePoint.Upgrade.SPUpgradeException: This content database has a schema version which is not supported in this farm.     at Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(SPContentDatabase database, Boolean
provision, Guid webApplicationLockId, Int32 addFlags)     at Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(Guid newDatabaseId, String strDatabaseServer, String strDatabaseName, String strDatabaseUsername, String strDatabasePassword,
Int32 warningSiteCount, Int32 maximumSiteCount, Int32 status, Boolean provision, Guid lockId, Int32 addFlags)     at Microsoft.SharePoint.Administration.SPWebApplication.AddContentDatabase(SPWebApplication application, String strDatabaseServer,
String strDatabase, String strDatabaseUser, String strDataba...    916c6142-9501-42b6-a1e9-5d9418588008
...sePassword, Int32 cSiteWarning, Int32 cSiteLimit, Boolean bAssignDatabaseId, Int32 iAddFlags)     at Microsoft.SharePoint.PowerShell.SPCmdletNewContentDatabase.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()  
 916c6142-9501-42b6-a1e9-5d9418588008
Error Category: InvalidData    Target Object  Microsoft.SharePoint.PowerShell.SPCmdletMountContentDatabase  Details  NULL  RecommendedAction NULL    916c6142-9501-42b6-a1e9-5d9418588008

Similar Messages

  • Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013

    Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013 
    Newform.aspx of list:-
    Custom List is not saving data sometimes in the new form after 15 minutes and only blank entry record got created without saving data, even though some columns are mandatory fields?

    Hello dcakumar,
    Sounds like a strang issue. If you can reproduce this can you see some errors in the ULS logs?
    - Dennis | Netherlands | Blog |
    Twitter

  • Testing while doing the database upgrade from 9.2.0.6 to 11.2.0.2 apps ?

    Dear Experts,
    Please note that we are in process of doing database upgrade from 9.2.0.6 to 11.2.0.2 ?
    We have gone through the interoperablity note id for 11i 11gr2 ?
    Step 1
    upgrading the database from 9.2.0.6 to 9.2.0.8 ?
    Step 2-
    Upgrading the Forms patchset to 19 ?
    Step-3
    Applying the Rollup-6 patch ?
    Step -4
    Upgrading the database from 9.2.0.8 to 11.2.0.2 ?
    We would like to know whether after each step do we have to do any kind of testing on the Oracle Application Instance and the database?
    Please advise.
    Regards
    Mohammed.

    We would like to know whether after each step do we have to do any kind of testing on the Oracle Application Instance and the database?There is no such a list. However, you can refer to the documents referenced in each task above and it should cover if any testing need to be done or not (for example, the Developer Patchset doc). For the rest of the docs you will have to do your regular testing (test the application/database and make sure it is working properly).
    Also, make sure you review (Known issues on Top of 11i.ATG_PF.H. delta.6 (RUP6) - 5903765 [ID 459353.1]).
    ATG RUP 7 is the latest 11i.ATG_PF patch.
    About Oracle Applications Technology 11i.ATG_PF.H.delta.7 (RUP 7) [ID 783600.1]
    Known Issues On Top of 11i.ATG_PF.H.delta.7 (RUP7) - 6241631 [ID 858801.1]
    Thanks,
    Hussein

  • Database upgradation from 10.2.0.3 to 11 R2

    Hi
    I am planning to upgrade my production database from 10.2.0.3 to 11.2. Before doing into production am testing it into our Test server in Linux OS. I got manual procedure of database upgradation from metalink. I installed Oracle 11g as software only into my test server. Now in step 2 , they describe as under
    $ sqlplus '/ as sysdba'
    SQL> spool upgrade_info.log
    SQL> @utlu112i.sql
    SQL> spool off
    SQL>
    My query is : I will run the script utlu112i.sql from which home ? Oracle 10g ? oracle 11g?
    Please give me your wise suggestion.
    Regards
    Rabi

    Hi Rabi,
    First of all go to location (Oracle 11g) $ORACLE_HOME/rdbms/admin and
    copy the utlu112i.sql script to /tmp directory.
    Now login to 10g database “/ as sysdba” and startup the 10g database, then:
    SQL> spool /tmp/upgrade_info.log
    SQL> @/tmp/utlu112i.sql
    SQL> spool off
    Hope this will help you.
    Regards
    Malay

  • Database upgrade from 10.2.0.3.0 to 11.1.0.7

    Hi All,
    OS:linux 86x64 Red Hat linux
    We would like to perform Database upgrade from 10.2.0.3.0 to 11.1.0.7.
    I do have quick questions regarding the upgrade.
    1. When we upgrade the Database to version 11, do we need to update the client also? What is Oracle recommendation?
    2. Do we need to take any DB backup before the upgrade?
    3. How will the OBIEE windows box ODBC connect to the upgraded 11 g instance? Will the version 10 driver work to connect to version 11 databases?
    4. We have Informatica,DAC in the existing instance. Will the DB upgrade have any impact on them?
    Could anyone please share their experience/thoughts on the above like the steps to perform the upgrade.
    Thanks for your time!

    Hi,
    Hi All,
    OS:linux 86x64 Red Hat linux
    We would like to perform Database upgrade from 10.2.0.3.0 to 11.1.0.7.
    I do have quick questions regarding the upgrade.
    1. When we upgrade the Database to version 11, do we need to update the client also? What is Oracle recommendation?Just 11g upgrade will include all cient/Server tools on you Linux Box. On client side its recommended to upgrade client version 11.1.0.7.
    Please refer MOS tech note:
    *Oracle 10g Client Connecting To Oracle 11g Database Gets ORA-01017 invalid username/password [ID 888432.1]*
    2. Do we need to take any DB backup before the upgrade?Yes, perform full cold backup of Database as well as 10G $ORACLE_HOME binaries including inventories.
    3. How will the OBIEE windows box ODBC connect to the upgraded 11 g instance? Will the version 10 driver work to connect to version 11 databases?AFAIK, it should work. What is the version of OBIEE?
    4. We have Informatica,DAC in the existing instance. Will the DB upgrade have any impact on them?Again AFAIK, there should not be any effect. I would recommend you to log a S.R and verify the same from support.
    thanks,
    X A H E E R
    http://appsdbaworkshop.blogspot.com

  • Access is Denied -- Site Upgrade Upgrade from Foundation 2010 to Foundation 2013

    I'm trying to do a Site Upgrade from Foundation 2010 to 2013 and I keep getting Access Denied during the site upgrade process
    This is the error I keep seeing:
    Inner Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Here is the log file.
    "02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajyxw DEBUG [Navision] NeedsUpgrade = true, SchemaVersion = 4.0.25.0, TargetSchemaVersion = 15.0.30.0. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmv DEBUG NeedsUpgrade [Navision] true because of upgrader [Microsoft.SharePoint.Upgrade.SPWebWssSequence] 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmx DEBUG NeedsUpgrade [Navision] returned: True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn3 DEBUG Disposing Navision. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxni DEBUG Upgrading [Navision]. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywv DEBUG Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence2 ajy8z DEBUG Begin upgrade of SPWeb scoped features. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgrade.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgradeB2B.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajy7f INFO Template STS#0: Web template upgrade for web/site [I deleted URL]6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajyw2 DEBUG SPRequest Objects=0 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajyw2 DEBUG SQL Query Count=0 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajyw2 DEBUG Execution Time=0.438254023905273 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajyxl INFO [Navision] IsBackwardsCompatible = False, CurrentVersion = 4.0.25.0, BackwardsCompatibleSchemaVersion = 15.0.30.0, TargetSchemaVersion
    = 15.0.30.0. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn1 DEBUG UPGRADE PROGRESS: current object = [Navision], current sequence = [SPWebWssSequence], action 1 out of total 14 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn2 DEBUG UPGRADE PERCENTAGE: 5.21488095% done, Total Elapsed Time 00:00:08.8762641. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywc DEBUG Begin Initialize() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywd DEBUG End Initialize() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywe INFO Provision new master pages for O15 onto all webs and perform Visual Upgrade. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywf DEBUG Begin Upgrade() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.42 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajyqo INFO Modifying UIVersion field choices on the master page gallery in site: navision  Site Url: [I
    deleted URL]6052f9bdc7c9
    02/28/2014 10:23:03.65 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajyqp INFO Provisioning seattle master page in site: navision  Site Url: [I deleted URL]6052f9bdc7c9
    02/28/2014 10:23:04.15 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUtility ajy0k INFO Master page 'seattle.master' already exists in the master page gallery, so there is no need to provision it. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:04.15 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajyqq INFO Updating masterpage in site: navision  Site Url: [I deleted URL]6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywk ERROR Action 15.0.3.0 of Microsoft.SharePoint.Upgrade.SPWebWssSequence failed. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywk ERROR Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywk ERROR    at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)    
    at Microsoft.SharePoint.Library.SPRequest.OpenWeb(String bstrUrl, String& pbstrServerRelativeUrl, String& pbstrTitle, String& pbstrDescription, String& pbstrTitleResourceId, String& pbstrDescriptionResourceId, Guid& pguidID, DateTime&
    pdtTimeCreated, String& pbstrRequestAccessEmail, UInt32& pwebVersion, Guid& pguidScopeId, UInt32& pnAuthorID, UInt32& pnLanguage, UInt32& pnLocale, UInt16& pnTimeZone, Boolean& bTime24, Int16& pnCollation, UInt32& pnCollationLCID,
    Int16& pnCalendarType, Int16& pnAdjustHijriDays, Int16& pnAltCalendarType, Boolean& pbShowWeeks, Int16& pnFirstWeekOfYear, UInt32& pnFirstDayOfWeek, Int16& pnWorkDays, Int16& pnWorkDayStartHour, Int16& pnWorkDayEndHour,
    Int16& pnMeetingCount, Int32& plFlags, Boolean& bConnectedToPortal, String& pbstrPortalUrl, String& pbstrPortalName, Int32& plWebTemplateId, Int16& pnProvisionConfig, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl,
    String& pbstrThemedCssFolderUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl,
    String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, UInt64& ppermMask, Boolean& bUserIsSiteAdmin, Boolean& bHasUniquePerm, Guid& pguidUserInfoListID, Guid& pguidUniqueNavParent, Int32& plSiteFlags,
    DateTime& pdtLastContentChange, DateTime& pdtLastSecurityChange, String& pbstrWelcomePage, Boolean& pbOverwriteMUICultures, Boolean& pbMUIEnabled, String& pbstrAlternateMUICultures, Int32& plSiteSchemaMajorVersion, Int32& plSiteSchemaMinorVersion,
    Int32& plSiteSchemaBuildVersion, Int32& plSiteSchemaRevisionVersion, Int32& puiVersion, Int16& pnClientTag, Boolean& pfIsEvalSite, Guid& pgSourceSiteId, DateTime& pdtExpirationDate, Guid& pgEvalSiteId, Guid& pguidAppProductId,
    String& pbstrRemoteAppUrl, String& pbstrOAuthAppId, String& pbstrAppDatabaseName, Guid& pgAppDatabaseServerReferenceId, String& pbstrAppDatabaseTargetApplicationId, String& pbstrAppWebDomainId, Int32& plUpgradeFlags, DateTime&
    pdtReminderDate, UInt64& pmaskDeny)     at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_Title()     at Microsoft.SharePoint.SPSite.OpenWeb(Guid gWebId, Int32 mondoHint)    
    at Microsoft.SharePoint.SPWeb.<ClearMasterCssCaches>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()     at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
    secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)    
    at Microsoft.SharePoint.SPWeb.Update()     at Microsoft.SharePoint.Upgrade.VisualUpgradeAction15.Upgrade()     at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywl DEBUG Begin Rollback() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywm DEBUG End Rollback() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywp DEBUG Begin Dispose() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywq DEBUG End Dispose() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywr DEBUG SPRequest Objects=6 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywr DEBUG SQL Query Count=17 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywr DEBUG Execution Time=4867.40689109929 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR Upgrade [Navision] failed. Microsoft.SharePoint.Upgrade.SPWebWssSequence has the ContinueOnFailiure bit set. Moving
    on to the next object in sequence. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR Inner Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR    at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)    
    at Microsoft.SharePoint.Library.SPRequest.OpenWeb(String bstrUrl, String& pbstrServerRelativeUrl, String& pbstrTitle, String& pbstrDescription, String& pbstrTitleResourceId, String& pbstrDescriptionResourceId, Guid& pguidID, DateTime&
    pdtTimeCreated, String& pbstrRequestAccessEmail, UInt32& pwebVersion, Guid& pguidScopeId, UInt32& pnAuthorID, UInt32& pnLanguage, UInt32& pnLocale, UInt16& pnTimeZone, Boolean& bTime24, Int16& pnCollation, UInt32& pnCollationLCID,
    Int16& pnCalendarType, Int16& pnAdjustHijriDays, Int16& pnAltCalendarType, Boolean& pbShowWeeks, Int16& pnFirstWeekOfYear, UInt32& pnFirstDayOfWeek, Int16& pnWorkDays, Int16& pnWorkDayStartHour, Int16& pnWorkDayEndHour,
    Int16& pnMeetingCount, Int32& plFlags, Boolean& bConnectedToPortal, String& pbstrPortalUrl, String& pbstrPortalName, Int32& plWebTemplateId, Int16& pnProvisionConfig, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl,
    String& pbstrThemedCssFolderUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl,
    String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, UInt64& ppermMask, Boolean& bUserIsSiteAdmin, Boolean& bHasUniquePerm, Guid& pguidUserInfoListID, Guid& pguidUniqueNavParent, Int32& plSiteFlags,
    DateTime& pdtLastContentChange, DateTime& pdtLastSecurityChange, String& pbstrWelcomePage, Boolean& pbOverwriteMUICultures, Boolean& pbMUIEnabled, String& pbstrAlternateMUICultures, Int32& plSiteSchemaMajorVersion, Int32& plSiteSchemaMinorVersion,
    Int32& plSiteSchemaBuildVersion, Int32& plSiteSchemaRevisionVersion, Int32& puiVersion, Int16& pnClientTag, Boolean& pfIsEvalSite, Guid& pgSourceSiteId, DateTime& pdtExpirationDate, Guid& pgEvalSiteId, Guid& pguidAppProductId,
    String& pbstrRemoteAppUrl, String& pbstrOAuthAppId, String& pbstrAppDatabaseName, Guid& pgAppDatabaseServerReferenceId, String& pbstrAppDatabaseTargetApplicationId, String& pbstrAppWebDomainId, Int32& plUpgradeFlags, DateTime&
    pdtReminderDate, UInt64& pmaskDeny)     at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_Title()     at Microsoft.SharePoint.SPSite.OpenWeb(Guid gWebId, Int32 mondoHint)    
    at Microsoft.SharePoint.SPWeb.<ClearMasterCssCaches>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()     at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
    secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)    
    at Microsoft.SharePoint.SPWeb.Update()     at Microsoft.SharePoint.Upgrade.VisualUpgradeAction15.Upgrade()     at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR Exception: Action 15.0.3.0 of Microsoft.SharePoint.Upgrade.SPWebWssSequence failed. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR    at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()     at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object
    o, Boolean bRecurse) 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnn DEBUG Elapsed time upgrading [Navision]: 00:00:04. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn6 DEBUG Disposing Navision. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxp7 DEBUG Found subweb template STS#0 (lcid: 1033) for ContentDatabase WSS_Content. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmf DEBUG CanUpgrade [Customer Service Team] returned: True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnh DEBUG Customer Service Team IsGrown=False IsRoot=False IsLeaf=True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmf DEBUG CanUpgrade [Customer Service Team] returned: True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajy68 DEBUG Loading onet.xml at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\SiteTemplates\STS\xml\onet.xml 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajy7b DEBUG Template STS#0: Calculated a target template version of '15.0.0.3' with target compatibility level of '15'
    for the 'STS#0' template. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgrade.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgradeB2B.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9"

    do you have the any no access / locked sites in that database and also any site which exceed its quota.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Since upgrade from Exchange 2007 to Exchange 2013 the conversations in Outlook do not group by subject

    Hi Microsoft,
    Since we have upgraded from Exchange 2007 to 2013 users complain their conversations in Outlook are no longer grouped based on the subject of an e-mail. I looks like Outlook uses other message properties for grouping e-mails in a conversation.
    I have investigated all the forum topics and see that with exchange 2010 there is support added for the use of conversation-ID's. However the functionality to automatically group e-mails with the same subject in one conversation in Outlook is gone!
    I would like to know if there is a fix to implement so that some our users get this functionality back. For Example: Let the exchange server not generate conversation-ID's and message-ID's for certain users.
    Your help is greatly appreciated!

    Totally correct!
    If you don't plan to maintain Outlook then you plan to fail :( 
    Additional links etc are in here:
    http://blogs.technet.com/b/rmilne/archive/2013/07/18/patching-exchange-don-t-overlook-outlook.aspx 
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Upgrading from Project Server 2010 to 2013 ConvertTo-SPProjectDatabase gives error (Convertto-SPProjectDatabase : Action 15.0.38.0 of Microsoft.Office.Project.Server.Upgrade.PublishedDatabaseSequence)

    Getting the error on subject line when I try to upgrade from Project 2010 to 2013

    Hi,
    Do you get and error when the command is executed or when you try to start the execution (the command is not valid)?
    If you get the error when you try to start the execution, I would suggest re-typing the command and make sure all parameters are valid.
    Please give us the error details if you get the error when the command is running
    Paul

  • 8.1 upgrade from 8.0 and Outlook 2013

    MS Office Outlook worked perfectly well until I upgraded from Windows 8.0 to 8.1. Error message reads "MS Outlook has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution
    is available."  The only option is to close the program.
    Also, screen brightness no longer is adjustable (and it is too dim for my liking): I cannot make it brighter or darker!
    I reinstalled and both error message and lack of brightness control persist.
    cliff

    Hi,
    For the brightness issue, please try to update your graphics driver first, this is a common issue for those who had their OS upgraded to Windows 8.1. (Device Manager ->Display adapters)
    Regarding the Outlook error, if update the graphics driver doesn't fix the issue, it could be that an issue with data file is preventing Outlook from starting correctly.
    I would suggest you to use scanpost.exe to scan your data file for errors.
    Please refer to this article on how to use scanpst.exe:
    http://office.microsoft.com/en-us/outlook-help/repair-outlook-data-files-pst-and-ost-HA102749454.aspx
    Or create a new mail profile in Outlook and have a try:
    http://office.microsoft.com/en-us/outlook-help/create-an-outlook-profile-HA102749460.aspx
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • EBS database upgrade from 9.2.0.5 to 9.2.0.8

    Hi,
    I want to upgrade EBS database from 9.2.0.5 to 9.2.0.8. Please let me know the steps.
    My application version is 11i(11.5.10.2) and installed on Oracle Linux 5.6(32-bit, x86)
    Thanks.

    Hi,
    I am getting the following error in alert log and diag after applying the patch set 4547809.
    Any parameter need to set in pfile or in OS ???
    ===========================================================================================
    SQL> CONNECT SYS/system AS SYSDBA
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 581505840 bytes
    Fixed Size 451376 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    ORA-32700: error occurred in DIAG Group Service
    From alert log :
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:00 2013
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2 Version 1.0
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:00 2013
    WARNING:Oracle instance running on a system with low open file descriptor
    limit. Tune your system to increase this limit to avoid
    severe performance degradation.
    PMON started with pid=2, OS id=3882
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    DIAG started with pid=3, OS id=3884
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LMON started with pid=4, OS id=3886
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LMD0 started with pid=5, OS id=3888
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    DBW0 started with pid=6, OS id=3890
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LGWR started with pid=7, OS id=3892
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    CKPT started with pid=8, OS id=3894
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    SMON started with pid=9, OS id=3896
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    RECO started with pid=10, OS id=3898
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    CJQ0 started with pid=11, OS id=3900
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    QMN0 started with pid=12, OS id=3902
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:04 2013
    ALTER DATABASE MOUNT
    Fri Jun 7 22:29:04 2013
    ORA-32700 signalled during: ALTER DATABASE MOUNT...
    From diag :
    # more erp_diag_3884.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_diag_3884.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 3
    Unix process pid: 3884, image: [email protected] (DIAG)
    *** SESSION ID:(2.1) 2013-06-07 22:29:00.341
    kjzmini1: slos err[1 skgxnnfy_failed skgxncini1 9402]
    [kjzmini1]: Error [category=1] is encountered
    Node monitor problem:[32700][kjzmini1]
    Membership is lost in DIAG group
    # cat erp_qmn0_3902.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_qmn0_3902.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 12
    Unix process pid: 3902, image: [email protected] (QMN0)
    *** 2013-06-07 22:34:03.687
    *** SESSION ID:(11.1) 2013-06-07 22:34:03.686
    SGA initialization / DB open not complete even after 5 minutes, QMN0exiting
    error 604 detected in background process
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    # cat erp_lmon_3886.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_lmon_3886.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 4
    Unix process pid: 3886, image: [email protected] (LMON)
    *** SESSION ID:(3.1) 2013-06-07 22:29:00.363
    GES IPC: Receivers 1 Senders 1
    GES IPC: Buffers Receive 1000 Send (i:100 b:100) Reserve 100
    GES IPC: Msg Size Regular 396 Batch 2048
    Batch msg size = 2048
    Batching factor: enqueue replay 48, ack 53
    Batching factor: cache replay 34 size per lock 56
    # cat erp_pmon_3882.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_pmon_3882.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 2
    Unix process pid: 3882, image: [email protected] (PMON)
    *** SESSION ID:(1.1) 2013-06-07 22:34:34.716
    *** 2013-06-07 22:34:34.716
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:34:34.717
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    *** 2013-06-07 22:34:44.717
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:34:54.718
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:04.718
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:14.719
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:14.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:24.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:34.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:44.721
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:54.721
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:04.722
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:14.723
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:14.724
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:24.723
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:34.724
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:44.725
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:54.725
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:54.725
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    *** 2013-06-07 22:37:04.726
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:14.726
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:24.727
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:24.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:34.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:44.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:54.729
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:04.730
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:14.730
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:24.731
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:24.732
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:34.731
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:44.732
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:54.733
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:39:04.733
    found process 0x5f5e1d4c pid=12 serial=1 dead
    PMON posted from location=ksuabt, process=0
    *** 2013-06-07 22:39:04.737
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:04.737
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    deleting process 5f5e24cc pid=14 seq=1
    deletion of process 5f5e24cc pid=14 seq=1 unsuccessful
    *** 2013-06-07 22:39:14.738
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:24.763
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:24.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:34.763
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:44.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:54.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    ===========================================================================================
    Thanks.

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • Database Upgradation from oracle 9.2.0.8 to oracle11gR2

    Hi
    we are using AIX 5.3 TL 10 SP4 and we are upgrading DB from oracle9.2.0.8 to oracle 11.2.0.2
    i am having some doubt from below pre-upgrade scripts out put.
    oratst@ebsdevdb on /tmp # sqlplus "/as sysdba"
    SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 4 10:11:48 2011
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    SQL> spool 11202_upgrade.txt
    SQL> @utlu112i.sql
    Oracle Database 11.2 Pre-Upgrade Information Tool 07-04-2011 10:17:06
    Script Version: 11.2.0.2.0 Build: 001
    Database:
    --> name: EBSTEST
    --> version: 9.2.0.8.0
    --> compatible: 9.2.0
    --> blocksize: 8192
    --> timezone file: V1
    Logfiles: [make adjustments in the current environment]
    --> The existing log files are adequate. No changes are required.
    Tablespaces: [make adjustments in the current environment]
    --> SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8546 MB
    --> TOOLS tablespace is adequate for the upgrade.
    .... minimum required size: 8 MB
    --> TEMP tablespace is adequate for the upgrade.
    .... minimum required size: 61 MB
    --> AR_TABLE tablespace is adequate for the upgrade.
    .... minimum required size: 33497 MB
    --> FND_TABLE tablespace is adequate for the upgrade.
    .... minimum required size: 45447 MB
    --> AMVD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> ASOD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> CCTD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> IBUD tablespace is adequate for the upgrade.
    .... minimum required size: 1 MB
    --> IEMD tablespace is adequate for the upgrade.
    .... minimum required size: 5 MB
    --> IEOD tablespace is adequate for the upgrade.
    .... minimum required size: 4 MB
    --> JTFD tablespace is adequate for the upgrade.
    .... minimum required size: 135 MB
    --> OKCD tablespace is adequate for the upgrade.
    .... minimum required size: 34 MB
    --> XDPD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> XNPD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> APPS_UNDOTS1 tablespace is adequate for the upgrade.
    .... minimum required size: 849 MB
    Update Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    Note: Pre-upgrade tool was run on a lower version 64-bit database.
    --> If Target Oracle is 32-Bit, refer here for Update Parameters:
    WARNING: --> "compatible" must be set to at least 10.1.0
    --> If Target Oracle is 64-Bit, refer here for Update Parameters:
    WARNING: --> "compatible" must be set to at least 10.1.0
    WARNING: --> "shared_pool_size" needs to be increased to at least 532 MB
    WARNING: --> "java_pool_size" needs to be increased to at least 128 MB
    Renamed Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    --> optimizer_max_permutations 10.1 OBSOLETE
    --> row_locking 10.1 OBSOLETE
    --> undo_suppress_errors 10.1 OBSOLETE
    --> max_enabled_roles 10.1 DEPRECATED
    --> enqueue_resources 10.2 OBSOLETE
    --> sql_trace 10.2 DEPRECATED
    --> background_dump_dest 11.1 DEPRECATED replaced by "diagnostic_dest"
    --> user_dump_dest 11.1 DEPRECATED replaced by "diagnostic_dest"
    Components: [The following database components will be upgraded or installed]
    --> Oracle Catalog Views [upgrade] VALID
    --> Oracle Packages and Types [upgrade] VALID
    --> JServer JAVA Virtual Machine [upgrade] VALID
    --> Oracle XDK for Java [upgrade] VALID
    --> Real Application Clusters [upgrade] INVALID
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [install]
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    Miscellaneous Warnings
    WARNING: --> Passwords exist in some database links.
    .... Passwords will be encrypted during the upgrade.
    .... Downgrade of database links with passwords is not supported.
    WARNING: --> Deprecated CONNECT role granted to some user/roles.
    .... CONNECT role after upgrade has only CREATE SESSION privilege.
    WARNING: --> Database is using a timezone file older than version 14.
    .... After the release migration, it is recommended that DBMS_DST package
    .... be used to upgrade the 9.2.0.8.0 database timezone version
    .... to the latest version which comes with the new release.
    WARNING: --> Database contains INVALID objects prior to upgrade.
    .... The list of invalid SYS/SYSTEM objects was written to
    .... registry$sys_inv_objs.
    .... The list of non-SYS/SYSTEM objects was written to
    .... registry$nonsys_inv_objs.
    .... Use utluiobj.sql after the upgrade to identify any new invalid
    .... objects due to the upgrade.
    .... USER ADWANIAH has 1 INVALID objects.
    .... USER APPS has 34 INVALID objects.
    .... USER CHAKKACHANSA has 1 INVALID objects.
    .... USER FA_USER has 9 INVALID objects.
    .... USER SYSSEL has 2 INVALID objects.
    .... USER SYSTEM has 30 INVALID objects.
    .... USER XXITDFINAD has 7 INVALID objects.
    WARNING: --> SYSTEM schema default tablespace has been altered.
    .... The SYSTEM schema default tablespace is currently set to TOOLS.
    .... Prior to upgrading your database please reset the
    .... SYSTEM schema default tablespace to SYSTEM using the command:
    .... ALTER USER SYSTEM DEFAULT TABLESPACE SYSTEM;
    WARNING: --> Database contains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    Recommendations
    Oracle recommends gathering dictionary statistics prior to
    upgrading the database.
    To gather dictionary statistics execute the following commands
    while connected as SYSDBA:
    EXECUTE dbms_stats.gather_schema_stats('CTXSYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('DBSNMP',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('MDSYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('ORDPLUGINS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('ORDSYS',options=>'GATHER'
    estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('OUTLN',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('SYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('SYSTEM',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    Oracle recommends removing all hidden parameters prior to upgrading.
    To view existing hidden parameters execute the following command
    while connected AS SYSDBA:
    SELECT name,description from SYS.V$PARAMETER WHERE name
    LIKE '\_%' ESCAPE '\'
    Changes will need to be made in the init.ora or spfile.
    Oracle recommends reviewing any defined events prior to upgrading.
    Changes will need to be made in the init.ora or spfile.
    Oracle recommends reviewing any defined events prior to upgrading.
    To view existing non-default events execute the following commands
    while connected AS SYSDBA:
    Events:
    SELECT (translate(value,chr(13)||chr(10),' ')) FROM sys.v$parameter2
    WHERE UPPER(name) ='EVENT' AND isdefault='FALSE'
    Trace Events:
    SELECT (translate(value,chr(13)||chr(10),' ')) from sys.v$parameter2
    WHERE UPPER(name) = '_TRACE_EVENTS' AND isdefault='FALSE'
    Changes will need to be made in the init.ora or spfile.
    SYSAUX Tablespace:
    [Create tablespace in the Oracle Database 11.2 environment]
    --> New "SYSAUX" tablespace
    .... minimum required size for database upgrade: 500 MB
    From above output script
    1)SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8546 MB
    From system tablespace minimum required size means free space from system tablespace or total size of system tablespace?
    i am going to use dbua utility for upgrade means does it alter tablespace as per output of scripts or we need to manually alter tablespace size as per requirement?
    2)WARNING: --> Database contains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    what is above warning and how can i configure ACL's for APPS User?
    Thanks
    With Regards
    A-Z

    Hi
    oratst@ebsdevdb on /ebdbh/11g/data/cfgtoollogs/dbua/ebstest/upgrade1 # more Upgrade_Directive.log
    Connected.
    ODMA_DIRECTIVE:VERSION:9.2.0.8
    ODMA_DIRECTIVE:MIGRATE_SID:
    ODMA_DIRECTIVE:ORA:IGNORE:06512:
    ODMA_DIRECTIVE:ORA:FATAL:00600:
    ODMA_DIRECTIVE:ORA:FATAL:01012:
    ODMA_DIRECTIVE:ORA:FATAL:01031:
    ODMA_DIRECTIVE:ORA:FATAL:01034:
    ODMA_DIRECTIVE:ORA:FATAL:01078:
    ODMA_DIRECTIVE:ORA:FATAL:01092:
    ODMA_DIRECTIVE:ORA:FATAL:01109:
    ODMA_DIRECTIVE:ORA:FATAL:01119:
    ODMA_DIRECTIVE:ORA:FATAL:01507:
    ODMA_DIRECTIVE:ORA:FATAL:01722:
    ODMA_DIRECTIVE:ORA:FATAL:03113:
    ODMA_DIRECTIVE:ORA:FATAL:03114:
    ODMA_DIRECTIVE:ORA:FATAL:07445:
    ODMA_DIRECTIVE:ORA:FATAL:12560:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01650:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01651:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01652:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01653:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01654:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01655:
    ODMA_DIRECTIVE:ORA:RECOVER_ROLL:01562:
    ODMA_DIRECTIVE:ORA:RECOVER_INIT:04031:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catupgrd.sql:
    ODMA_DIRECTIVE:BOUNCE_DATABASE:UPGRADE:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catuppst.sql:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:sqlplus/admin/help/hlpbld.sql helpus.sql:
    Thanks
    With Regards
    A-Z

  • Database Upgrade from 11.2.0.4 to 12.1.0.2

    DB:11.2.0.4
    OS Linux
    Can someone provide me the oracle document to upgrade the database from 11.2.0.4 to 12.1.0.2.
    Thanks in advance

    Hi,
    http://docs.oracle.com/database/121/UPGRD/toc.htm
    On Oracle support you can refer more notes;
    Troubleshooting Assistant: Oracle Database/Client Upgrade - Downgrade (Doc ID 1561791.2)
    You can select the upgrade path and it lists documents;
    You can also refer Oracle Database Upgrade Path Reference List (Doc ID 730365.1)
    HTH,
    Pradeep

  • Database Upgrade from 10.2.0.3.0 to 10.2.0.4.0 for a EBS 12 database

    Hi,
    Is there any specific procedure like interoperability for upgrading an R12 database from 10.2.0.3.0 to 10.2.0.4.0.
    Currently I have plans to upgrade database from 10.2.0.3.0 to 10.2.0.4.0 and then
    upgrade apps from 12.0.4 to 12.0.6. Also I need to install Arabic language on the instance.
    What would be the best sequence to do this ?
    Ram

    hi,
    you can use the oracle 10.2.0.4 patchset(downloadable from metalink) to upgrade your database to this version,
    just follow the OUI in the patch set and select the migrating oracle home ...
    before migrating it will ask you to stop all the oracle services , once it migrated then you need to use DBUA (DATABASE upgrade assistant ) to upgrade its components ..
    then you can check all the component versions vis
    select * from dba_registry;
    Regards,
    Mohd Mehraj Hussain
    http://mehrajdba.wordpress.com

  • Oracle database upgrade from express edition to standard edition

    We purchased Oracle database 11g to upgrade our current primavera oracle database express edition (10g).When we are trying to upgrade through DBUA it getting error message
    Please provide us a proper advise to solve this issue.

    1008016 wrote:
    Windows 7 64 bit, please find the below error message when I am trying to upgrade through Database Upgrade Assistant
    "Could not get database version from the "oracle server" component.The "CEP" file "D:\app\usr\product\11.2.0\dbhome_1\rdbms\admin\rdbmsup.sql" does not provide the version directiveTo upgrade to 11gR2, you need to be at 10.2.0.2 - hence the error
    11gR2 DBUA States "The CEP File does not provide the version directive" [ID 980693.1]
    As noted by orafad, the easiest approach would be to perform a full export from 10gR2, install 11gR2 into a new ORACLE_HOME, create an empty 11gR2 database, then perform a full import into 11gR2. As also noted, you will have to follow any special directions related to Primavera.
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/expimp.htm
    You will need Win 7 Professional or higher (Home versions are not supported for Oracle installs)
    HTH
    Srini

Maybe you are looking for

  • How to convert a measure value to null when the actual measure value is 0

    Hello Gurus, I have year, products, measure 1, measure 2, measure 3. I am added three products into one category by using bin in the analysis i am getting zeros for some of the measure cells when it should be null values, because the actual measure v

  • Grey Screen and Spinning Circle When Trying to open a PDF from a website

    I tried to view a pdf from a website and a little window popped up. At the time i thought it was to save the pdf but i guess it was in fact asking me to find the adobe acrobat program. I quit out of it and now keep getting the grey screen and spinnin

  • SOAP + UTF-8 problem

    Hi,<br />I have this problem: I need to  execute a call to a webservice passing to an XML. I writte in Spanish, so in my XML there are letters like: àá ÒÓ ... <br /><br />I'm trying to codify in UTF-8 cause de webservice do the decode from UTF-8 to A

  • Searching new XSD for Mail Receiver Adapter; Field: CC

    Hi everybody, see note:  856599. The note says: Since SP17 the CC is usable in the Mail-communicationChannel. But there has also to be a new XSD on the SAP marketplace. Has anybody of you the hyperlink? Thanks Regards Mario

  • Iphoto image import error, (won't recognize jpeg)

    Iphoto does not recognize the photos I am trying to import from my digital camera (Kodak Easyshare Z760). I have imported from this camera many, many times, but today it won't (nor will Image Capture or Preview) import. I even tried putting a new mem