SP 2013 upgrade error on all discussion lists

Has anyone had any issue with discussion lists in the upgrade process? Our client based all sites off the team site template and so most all have a discussion list.
All sites are failing to upgrade on this feature and not sure why. Doesn't seem to be very common problem. Ignore the TimeMaskedControl feature errors, we have resolved those already.
Any thoughts/suggestions are appreciated!

did you run the test spcontent database and what about the output?
Test-SPContentDatabase -Name <DatabaseName> -WebApplication <URL>
 do you have data in the discussion list? also if you can share the upgrade error log only, it will be great help.
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

Similar Messages

  • SP 2013 Upgrade error - web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode.

    Hi there,
    I get this error when I perform a DB Attach upgrade from SharePoint 2010 to SharePoint 2013. 
    "web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode."
    Any help is appreciated. Thanks.

    There is other way of fixing this issue apart from what Amit mentioned. Create a classic based web application in SP 2013 using PowerShell.
    New-SPWebApplication -Name "TestApplication" -ApplicationPool "TestApplicationAppPool" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Get-SPManagedAccount "sppoc\spfarm") -Port 100 -URL "http://sp2013demo"
    Now mount the content database from SP 2010 on to the web application created above 
    Mount-SPContentDatabase WSS_Content_100 -DatabaseServer SQL2012Demo -WebApplication http://sp2013demo:100
    Once the mount is complete, convert the web application to use claims and migrate the user to use claims identity.
    Convert-SPWebApplication -Identity "http://sp2013demo:100" -To Claims –RetainPermissions -Force
    $w = Get-SPWebApplication "http://sp2013demo:100"
    $w.MigrateUsers($True)
    See my blog post about it: http://www.sharepointnadeem.com/2014/01/upgrade-from-sharepoint-2010-classic.html
    Please remember to up-vote or mark the reply as answer if you find it helpful.

  • Error while editing Workflow Task List Item - "Sorry, something went wrong.. Web must contain a discussion list

    I have an custom approval workflow and when I try to edit an assigned  approval Task it throws me an error
    Sorry, something went wrong
    Web must contain a discussion list
    Any help appreciated!
    Pravs

    Hi,
    For a better troubleshooting, I suggest you do as the followings:
    1. Check the ULS log for more detailed error message, for SharePoint 2013, the ULS log is located at the path:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    You can use ULS Log Viewer to check the information in the log.
    2. You can use fiddler to track if there is something wrong in the workflow request.
    Here are some detailed articles about debugging workflow:
    https://msdn.microsoft.com/en-us/library/office/dn508412.aspx
    https://sharepointlogviewer.codeplex.com/
    Thanks
    Best Regards
    Jerry Guo
    TechNet Community Support

  • Need to "Reconnect" all Excel Lists in a file from Sharepoint due to 2013 Migration - All URLs changed.

    Hi,
    I have a lot of excel files with lists that come from Sharepoint.
    When we upgrade from Sharepoint 2010 to 2013, all our URLs are chaning since were going to single farm.
    When I ran some tests, the excel files in the 2013 Sharepoint site all point to the 2010 Sharepoint lists.
    Is there a way to go through all the lists in an excel file and somehow point them to the new Sharepoint Collection?
    Thanks!
    Mike

    Thanks for the advice.
    Fortunately I was finally able to come up with a home-grown solution so I'll post here in case someone else needs it.  The code has some extras from my particular application so I just set the basic required code to
    bold italics.
    Sub Replace_Data_Connection_URLs()
    Set wb = ActiveWorkbook
    Dim i
    Dim FullURL1, FullURL2
    Dim didChange
    Dim m
    Dim arrProt() As Variant    'Just an array I used while checking for sheet protection.
                                        '  >>>>>>>>>  
    Sheets need to be unprotected first.
    Dim arrConns() As Variant  'Just an array with all the connections and result details.
    m = MsgBox("Updating Links in this file: " & Chr(10) & wb.Name, vbOKOnly)
    Dim c
    ReDim arrConns(0 To 100, 1 To 100)
    arrConns(0, 1) = "Connection Name"
    arrConns(0, 2) = "Result"
    arrConns(0, 3) = "OldURL"
    arrConns(0, 4) = "NewURL"
    arrProt = Check_Sheet_Status(wb)
    c = wb.Connections.Count
    If c = 0 Then
        GoTo closeSub:
    ElseIf arrProt(0, 3) > 0 Then
    'Workbook has protected sheets.  Need to just unlock all for now:
        arrProt = Unprotect_All_Sheets(wb)
    End If
    m = Empty
    For i = 1 To c  'Each conn In wb.Connections
        With wb.Connections(i).OLEDBConnection
            txt = .CommandText
            Debug.Print "Original Connection:  "; txt
            FullURL1 = GetOldURL(txt)
            txt = Replace(txt, oldURL, newURL)
            Debug.Print "New Connection:  " & txt
            FullURL2 = GetOldURL(txt)
            arrConns((i - 1) * 3 + 1, 1) = wb.Connections(i).Name
            arrConns((i - 1) * 3 + 2, 3) = FullURL1 & " >> " & FullURL2
            arrConns((i - 1) * 3 + 3, 3) = Empty
            If FullURL1 <> FullURL2 Then
                didChange = "Yes"
                Debug.Print "Changed: " & FullURL1 & " to " & FullURL2
                m = m & wb.Connections(i).Name & Chr(10)
    '            m = MsgBox("Updating Links in these lists: " & Chr(10) & m, vbOKOnly)
                .CommandText = txt
                .Refresh
                arrConns((i - 1) * 3 + 1, 2) = "Changed"
            Else
                didChange = "No"
                Debug.Print "DID NOT Change: " & FullURL1 & " to " & newURL
    '            m = MsgBox("DID NOT Change: " & FullURL1 & " to " & newURL, vbOKOnly)
                arrConns((i - 1) * 3 + 1, 2) = "NO Change"
            End If
        End With
    Next i
    closeSub:
    Set sht = Nothing
    Set wb = Nothing
    End Sub

  • Error while creating request list DSU execution error   in Upgrade PI

    Hello,
    I´m doing upgrade de PI 3.0 - 7.0 in mscs and run startup.bat...
    DSU execution error  on hostnode1.domain.sap
    Error while creating request list - see proceeding messages
    Instance profile for instance 00 on host hostnode1 not found profile SID_w*00_hostnode1 not found in directory ...../usr(sap/SID/profile
    Help please.
    Luis
    Edited by: Luis Maura on Nov 5, 2010 1:38 PM

    Instance profile for instance 00 on host hostnode1 not found profile SID_\w*00_hostnode1 not found in directory
    hostnode1 is physical or virtual ?, this file SID_\w00_hostnode1*  exist or not .
    compare the GLOBAL HOSTNAME settings in profiles of Default,Instance and start
    Regards,

  • HT2479 Ok so imovie 11 won't let me export my movie anywhere, no matter what it seems. all it says is he project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list).

    Any help would help.

    Hi
    Error -50 paramErr  - Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ?
    Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    Corrupted preference file: The "com.apple.iMovie.plist" file - trash it
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    from: jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    from Karsten S
    Shorter clips than 1,5 sec might be one of the culptrits
    Bengt cont.
    Set-Up might differ
    • Mac OS - most probably X.7 or more
    • iMovie version - more than iM'11 v. 9.0.4
    Action taken
    • Finalizing project - I never do as I never understood the gain to do so
    • Share as HD to iDVD - never give any gain but if it works the resulting DVD is less quality than if SD-quality was shared
    fps - set
    •  I only use PAL (25fps
    Yours Bengt W

  • I restored my data on my iphone 5s to 2013 in error - how do I retrieve all recent photos etc

    I restored my data on my iphone 5s to 2013 in error - how do I retrieve all recent photos etc

    Restore the phone using a current backup.

  • How to fetch Properties of all Survey Lists from site collection using Java Script in SharePoint 2013

    Hi,
    I am trying to fetch properties of all lists of "Survey Type" from my site collection in SharePoint 2013 using script editor web part. I am able to fetch properties of one list by mentioning its name explicitly in code but not all survey
    list.
    My task is to display Survey name , description ,Time created and URLs of all survey lists using java script in script editor web part.
    And let me know , if there is any other OOB feature of SharePoint 2013 to achieve the same. 
    Here is the code  :
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    SP.SOD.executeFunc('sp.js', 'SP.ClientContext', sharePointReady);
    function sharePointReady() {
         GetSurveyList();
     function GetSurveyList() {
            var spListTitle = " List Name";
             var clientContext = new SP.ClientContext.get_current();
            var oWeb = clientContext.get_web();
            this.surveyList = oWeb.get_lists().getByTitle(spListTitle);
            clientContext.load(surveyList);
            clientContext.executeQueryAsync(Function.createDelegate(this, this.GetListProperties),Function.createDelegate(this, this.onFailure));
     function GetListProperties() {
            $("#SurveyList").text("");
            var surveyTable = "<table border=1>";
            surveyTable = surveyTable.concat("<tr><td>Survey Name</td>");
            surveyTable = surveyTable.concat("<td>Survey Description</td>");
            surveyTable = surveyTable.concat("<td>Time Created</td>");
            surveyTable = surveyTable.concat("<tr><td>" + surveyList.get_title() + "</td>");
            surveyTable = surveyTable.concat("<td>" + surveyList.get_description() + "</td>");
            surveyTable = surveyTable.concat("<td>" + surveyList.get_created().format("MM/dd/yyyy hh:mm tt")+ "</td>");
                 surveyTable = surveyTable.concat("</table>");
            $("#SurveyList").append(surveyTable);
        function onFailure(sender, args) {
            alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>
    <div id="SurveyList"></div>

    Shifa,
    Please use search result webpart or content query webpart to list all survey list.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to make report with access 2010 from SharePoint Discussion lists 2013

    HI,
    I want to make an access report from SharePoint Discussion lists 2013. When i open the list with access, the body of the list is in HTML format in access. Also if i reply something to one subject in the discussion, the reply is not mapped to that subject
    but instead it is shown as a separate entry in the database.
    Anyone can please help?
    SAN
    Santhiya
    Santhiya

    Hi Santhiya,
    I have seen a similar post from you, my understanding is that you wonder that the reply is mapped to the related subject. You can take a look at Daniel's reply in the following thread:
    http://social.technet.microsoft.com/Forums/en-US/dfb5bcb9-0076-412a-b34f-46aa9cfba876/how-to-make-report-with-access-2010-from-sharepoint-discussion-lists-2013?forum=sharepointgeneral
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • CsrAttachmentUploadDiv part attachment is not rendered SP 2013(Attach file in not working for all the list forms)?

    csrAttachmentUploadDiv partattachment  is not rendered SP 2013(Attach file in not working for all the list forms)?
    Ravi
    function ShowPartAttachment() {
    ULSopi:
        if (document.getElementById("part1") == null || typeof document.getElementById("part1") == "undefined") {
            alert(Strings.STS.L_FormMissingPart1_Text);
            return;
        (document.getElementById("part1")).style.display = "none";
        (document.getElementById("partAttachment")).style.display = "block"; //problem here

    Am also facing the similar problem....any iputs are highly appriciated.
    Issue..
    1) Defined the attachment type in IMG.
    2) Added the attachment type "SFREEATTM" by selecting other attributes---> Attachment Types.
    3) Attached the excel file in the design.
    See the screen shot below:
    The Issue is when testing through tcode nwbc in the inbox the attachment tab is not visible after selecting the particular form.
    Please see the screen shot below:
    Did i miss any Configuration?? Please suggest...
    Regards,
    Naveen

  • SharePoint 2013 Blog Site or Discussion LIst - Comment on a Comment

    Hi,
    Quick question.  Is anyone aware of a plug-in or feature or new blog add-in for SP 2013 that allows "comments on comments".   From what I can tell in the blog site and discussion list, you can only comment on the original comment. 
    You cannot comment on someone else's comment as in a tiered fashion. 
    Any ideas?
    Thanks!
    Thanks! Patti N.

    Hi,
    According to your post, my understanding is that you want to be able to comment on someone else’s comments displayed in a hierarchical structure.
    In SharePoint 2013, it’s by default that the Discussion Board list’s replies are in the “Flat” view, and it won’t display the replies in a hierarchical structure.
    However, the Discussion Board list have another default view is the “Threaded” view, and it can display replies in a hierarchical structure.
    Therefore, I recommend that you can directly modify the default view of the Discussion Board list’s replies to the “Threaded” view to achieve your requirement.
    For SharePoint 2013 Blog site, as a workaround, I suggest that you also can create a Discussion Board list into it to implement this function.
    Best Regards,
    Yumi Fu

  • Creative suite master collection cs6 needs an upgrade to stop all error reports

    I have been advised by Apple and the people who supplied my laptop that my creative suite master collection cs6 needs an upgrade to stop all my error reports and to get the programs to run smoothly.
    I have been told theat Adobe can supply me with one?

    In general CS6 should run fine under Mavericks. If you have a particular application you use a lot, like Premiere Pro, ask in that forum.

  • SharePoint 2013 Upgrade Issue

    We are running a small farm with one app server and wfe server and sql server and in the process of upgrading SharePoint servers from RTM version 15.0.4420.1017 to SP1. However, app server shows the status of "upgrade required" in Servers in
    Farm in CA. When I run stsadm.exe -o localupgradestatus, the output results on app server are:
    38] content database(s) encountered.
    [0] content database(s) still need upgrade or cannot be upgraded.
    [56] site collection(s) are contained in the content databases.
    [0] site collection(s) still need upgrade.
    [49] other objects encountered, [1] of them still need upgrade or cannot be upgraded.
    Also, logs on app server after running psconfig are 
    PSCONFIG.EXE -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures 
    Timestamp              
    Process                                
    TID   Area                          
    Category                      
    EventID Level    
    Message Correlation
    01/14/2015 11:27:07.81 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    INFO SPWebApplication Name=SharePoint - name of the URL
    .... 10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.81 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    ERROR CanUpgrade [Microsoft.SharePoint.Administration.SPIisWebSite] failed.
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.85 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    INFO SPWebApplication Name=SharePoint - name of the URL....
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.85 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    ERROR Exception: Object reference not set to an instance of an object.
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.88 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    INFO SPWebApplication Name=SharePoint - name of the URL....
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.88 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    ERROR   at Microsoft.SharePoint.Administration.SPWebApplication.SetVersionOnIisWebSite(String binaryVersion, String buildVersion, DirectoryInfo di)     at Microsoft.SharePoint.Upgrade.SPSequence.get_CanUpgrade()
        at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CanUpgrade(Object o)
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.90 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxnf
    INFO SPWebApplication Name=SharePoint - name of the URL....
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:27:07.90 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxnf
    ERROR Cannot upgrade [Microsoft.SharePoint.Administration.SPIisWebSite].
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.25 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    INFO No context object
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.25 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    ERROR CanUpgrade [Microsoft.SharePoint.Administration.SPIisWebSite] failed.
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.28 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    INFO No context object
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.28 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    ERROR Exception: Object reference not set to an instance of an object.
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.34 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    INFO No context object
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.34 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession ajxme
    ERROR   at Microsoft.SharePoint.Administration.SPWebApplication.SetVersionOnIisWebSite(String binaryVersion, String buildVersion, DirectoryInfo di)     at Microsoft.SharePoint.Upgrade.SPSequence.get_CanUpgrade()
        at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CanUpgrade(Object o)
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.43 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession aj0ur
    INFO No context object
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    01/14/2015 11:28:06.43 OWSTIMER (0x2C94)
    0x1764 SharePoint Foundation Upgrade
    SPUpgradeSession aj0ur
    ERROR Upgrade Timer job is exiting due to exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: Upgrade completed with errors.  Review the upgrade log file located in C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\LOGS\Upgrade-20150114-112257-939.log.  The number of errors and warnings is listed at the end of the upgrade log file.     at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CheckPoint()     at Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogEnd()
        at Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(Guid targetInstanceId)
    10b7df9c-5c81-a0c7-dd9d-a7c4dd5a14e7
    I checked event logs and ULS logs but find nothing which can help fix this issue ?

    Hi Sharma,
    According to your description, my understanding is that the app server shows "upgrade required" when you upgrade your SharePoint 2013 from RTM to SP1.
    Whether you upgrade your SharePoint on app server from RTM to SP1.
    If not, please install SP1 for your SharePoint on the app server.
    After installing SP1, you need to run SharePoint Product Configuration Wizard.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • 11.5.10.2 to R12.1.1 upgrade: Error loading seed data for GL_DEFAS_ACCESS_SETS:  DEFINITION_ACCESS_SET = SUPER_USER_DEFAS,  ORA-06508: PL/SQL: could not find program unit being called

    Hello,
    EBS version : 11.5.10.2
    DB version : 11.2.0.3
    OS version : AIX 6.1
    As a part of 11.5.10.2 to R12.1.1 upgrade, while applying merged 12.1.1 upgrade driver(u6678700.drv), we got below error :
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ATTENTION: All workers either have failed or are waiting:
               FAILED: file glsupdas.ldt on worker  3.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log>tail -20 adwork003.log
    Restarting job that failed and was fixed.
    Time when worker restarted job: Wed Aug 07 2013 10:36:14
    Loading data using  FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @SQLGL:patch/115/import/glnlsdas.lct @SQLGL:patch/115/import/US/glsupdas.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file: /fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log/US_glsupdas_ldt.log
    Error calling FNDLOAD function.
    Time when worker failed: Wed Aug 07 2013 10:36:14
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log>tail -20 US_glsupdas_ldt.log
    Current system time is Wed Aug  7 10:36:14 2013
    Uploading from the data file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0), /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt) to staging tables
    Dumping LCT file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS , GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
      Error loading seed data for GL_DEFAS_ACCESS_SETS:  DEFINITION_ACCESS_SET = SUPER_USER_DEFAS,  ORA-06508: PL/SQL: could not find program unit being called
    Concurrent request completed
    Current system time is Wed Aug  7 10:36:14 2013
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Below is info about file versions and INVALID packages related to GL.
    PACKAGE BODY GL_DEFAS_ACCESS_SETS_PKG is invalid with error component 'GL_DEFAS_DBNAME_S' must be declared.
    I can see GL_DEFAS_DBNAME_S is a VALID sequence accessible by apps user with or without specifying GL as owner.
    SQL> select text from dba_source where name in ('GL_DEFAS_ACCESS_DETAILS_PKG','GL_DEFAS_ACCESS_SETS_PKG') and line=2;
     TEXT
    /* $Header: glistdds.pls 120.4 2005/05/05 01:23:16 kvora ship $ */
    /* $Header: glistddb.pls 120.16 2006/04/10 21:28:48 cma ship $ */
    /* $Header: glistdas.pls 120.4 2005/05/05 01:23:02 kvora ship $ */
    /* $Header: glistdab.pls 120.5 2006/03/13 19:56:21 cma ship $ */ 
    SQL> select * from all_objects where object_name in ('GL_DEFAS_ACCESS_DETAILS_PKG','GL_DEFAS_ACCESS_SETS_PKG')
      2 ; OWNER OBJECT_NAME SUBOBJECT_NAM OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS T G S NAMESPACE
    EDITION_NAME
    APPS GL_DEFAS_ACCESS_DETAILS_PKG 1118545 PACKAGE 05-AUG-13 05-AUG-13 2013-08-05:18:54:51 VALID N N N 1 
    APPS GL_DEFAS_ACCESS_SETS_PKG 1118548 PACKAGE 05-AUG-13 06-AUG-13 2013-08-05:18:54:51 VALID N N N 1 
    APPS GL_DEFAS_ACCESS_SETS_PKG 1128507 PACKAGE BODY 05-AUG-13 06-AUG-13 2013-08-06:12:56:50 INVALID N N N 2 
    APPS GL_DEFAS_ACCESS_DETAILS_PKG 1128508 PACKAGE BODY 05-AUG-13 05-AUG-13 2013-08-05:19:43:51 VALID N N N 2 
    SQL> select * from all_objects where object_name='GL_DEFAS_DBNAME_S'; OWNER OBJECT_NAME SUBOBJECT_NAM OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS T G S NAMESPACE
    EDITION_NAME
    GL GL_DEFAS_DBNAME_S 1087285 SEQUENCE 05-AUG-13 05-AUG-13 2013-08-05:17:34:43 VALIDN N N 1 
    APPS GL_DEFAS_DBNAME_S 1087299 SYNONYM 05-AUG-13 05-AUG-13 2013-08-05:17:34:43 VALIDN N N 1 
    SQL> conn apps/apps
    Connected.
    SQL> SELECT OWNER, OBJECT_NAME, OBJECT_TYPE, STATUS
    FROM DBA_OBJECTS
    WHERE OBJECT_NAME = 'GL_DEFAS_ACCESS_SETS_PKG'; 2 3 OWNER OBJECT_NAME OBJECT_TYPE STATUS
    APPS GL_DEFAS_ACCESS_SETS_PKG PACKAGE VALID
    APPS GL_DEFAS_ACCESS_SETS_PKG PACKAGE BODY INVALID SQL> ALTER PACKAGE GL_DEFAS_ACCESS_SETS_PKG COMPILE; Warning: Package altered with compilation errors. SQL> show error
    No errors.
    SQL> ALTER PACKAGE GL_DEFAS_ACCESS_SETS_PKG COMPILE BODY; Warning: Package Body altered with compilation errors. SQL> show error
    Errors for PACKAGE BODY GL_DEFAS_ACCESS_SETS_PKG: LINE/COL ERROR
    39/17 PLS-00302: component 'GL_DEFAS_DBNAME_S' must be declared 
    drix10:/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/odf>cat $GL_TOP/patch/115/sql/glistdab.pls|grep -n GL_DEFAS_DBNAME_S
    68: SELECT GL.GL_DEFAS_DBNAME_S.NEXTVAL
    81: fnd_message.set_token('SEQUENCE', 'GL_DEFAS_DBNAME_S');
    SQL> show user
    USER is "APPS"
    SQL> SELECT GL.GL_DEFAS_DBNAME_S.NEXTVAL
      FROM dual; 2                         -- with GL.
      NEXTVAL
      1002
    SQL> SELECT GL_DEFAS_DBNAME_S.NEXTVAL from dual;               --without GL. or using synonym.
      NEXTVAL
      1003
    drix10:/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/odf>strings -a $GL_TOP/patch/115/sql/glistdab.pls|grep '$Header'
    REM | $Header: glistdab.pls 120.5 2006/03/13 19:56:21 cma ship $ |
    /* $Header: glistdab.pls 120.5 2006/03/13 19:56:21 cma ship $ */
    drix10:/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/odf>strings -a $GL_TOP/patch/115/sql/glistdas.pls |grep '$Header'
    REM | $Header: glistdas.pls 120.4 2005/05/05 01:23:02 kvora ship $ |
    /* $Header: glistdas.pls 120.4 2005/05/05 01:23:02 kvora ship $ */

  • Exchange 2013: Problem with Default Global Address List after migration

    I just completed a migration from Exchange 2007 to Exchange 2013.  The 2007 box has been decommissioned just last week.  I have been seeing weird issues with our offline addressbook and global address list, since the migration, but always thought
    it was related to Ex2007.  Well the issues still exist and here's what i've found so far:
    1.  If any user goes to Schedule Appointment in Outlook, and they click the Rooms button (on the Scheduling Assistant page), we get a LONG wait (about 5 mins or more) and then an error that says:  "The operation could not be completed because
    an offline address book is not available.  Download a copy of the offline address book."  When i click OK, the address book is up, with the "All Rooms" list showing blank (we have 3 rooms in Exchange currently).
    2.  Now if I go to the Address Book in Outlook it opens to the GAL and it's up to date...  I can also force an update to the offline address book after adding a new group or entry, so i know offline address books are being updated properly and
    working.  HOWEVER, if i go to any of the other address lists (besides Contacts and GAL) under All Address Lists (All Contacts, All Groups, All Rooms, All Users and Public Folders) I get the same error given above:  "The operation could not be
    completed because an offline address book is not available.  Download a copy of the offline address book." 
    3.  I went to the Exchange 2013 EAC and went to Organization -> Address Lists.  Everything under here said 'NO' under the Up-to-Date column.  When i looked at the properties on each list, and clicked save, I had to update to the new version.
     After doing this, the Up-to-Date column said 'YES'.  I could do all lists EXCEPT for the GAL.  It still says 'NO'
    4.  The last thing i did was set my Outlook to NOT be in cached mode.  This should give me a direct connection to the GAL and all lists, if I'm not mistaken...  So when i do this, I cannot even open see the GAL.  The ONLY option in the
    Address Book that comes up is Contacts (which are my personal ones).
    5.  I just now ran Get-GlobalAddressList | fl  in powershell on the Ex2013 server.  I see some things that make me wonder...   First; nothing in the RecipientFilter field, however, there is something in the LdapRecipientFilter field.
     Second; the RecipientFilterType field says "Legacy".  and Third; the RecipientFilterApplied field says "False".
    Didn't know what these should all be, but it appears maybe this is the cause of all my issues??  Can someone help me out here.. even if i have to recreate a new GAL, i'm fine with that, I just don't know all the steps to do so.  I just need it
    to work!
    Thanks
    Jeff
    -Jeff

    Hi,
    In my opinion, it is better to confirm whether the GAL is good, first.
    How about the GAL working in OWA?
    If GAL working well in OWA, it seems the issue on the Outlook Client or Connectivity side.
    Please trying to run Outlook on the safe mode to avoid some AVs, add-ins and firewall for testing.
    Please follow the steps as below to narrow down the OAB issue.
    Following are the locations that .lzx files in CAS server and BMX server:
    CAS:
    C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\OAB
    MBX:
    C:\Program Files\Micorosft\Exchange Server\V15\ExchangeOAB
    Please verify whether the .lzx files update to the latest.
    1. If the .lzx files in MBX server not update to the latest.
    It should be an issue on the OAB generation side.
    2. If the .lzx files in MBX server is latest, but CAS server not.
    It should be a distribution issue.
     1) Please run Get-OabVirtualDirectory command in EMS to verify whether at least one OAB VD exist in the org. If not, please create a new one.
     2) Please make sure whether any setup for Web Distribution. Selecting the “Enabling an Offline Address Book for Web Distribution” checkbox.
     3) Please force restart File Distribution services to distribute OAB files manually.
    3. If the .lzx files in MBX server and CAS server are all update to the latest.
    It should be the connectivity between CAS server and Client issue.
     1)Please verify the network.
     2)Please check DNS, MX, etc. configuration.
     3)Please run “Test E-mail AutoConfiguration” to check the AutoDiscover details.
       Please make sure the OAB URLs are correct.
       If the OAB URLs are incorrect, please using following command to re-set them:
       Set-OABVirtualDirectory -Identity "ServerFQDN\OAB (Default Web Site)" -ExternalUrl
    https://www.contoso.com/OAB -InternalUrl
    https://mail.contoso.com/OAB
     4)Please checking the App log and finding solutions from Microsoft Technet articles or KB, according to the Event ID.
     5)If it still not working after performing the methods above unfortunately, please trying to re-build OAB Virtual Directory.
       Article for reference:
       Remove, Re-Create, and Reconnect an Offline Address Book Virtual Directory
    http://technet.microsoft.com/en-us/library/bb123595(v=exchg.141).aspx 
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

Maybe you are looking for