Navigation Links after Executing an ESS Service in the Portal

We have moved a Personal Information service from the Personal Information Area Page to a custom area page. One of the navigation links on the last screen of the service is the option:
-Go to Personal Information Homepage
I want to change this text. All of the Personal Information services use DC component ess/per where you can find the links and text in View: ConfirmationNaviView of web dynpro component: VcPersInfoConfirmationNavi. Changing the text will affect ALL Personal Information services. I would like to have a dynamic verison where the workset name is automatically used in the link text. I believe this was demonstrated during SDN day at TechEd in Las Vegas.
Can anyone share the information from SDN day or tell me how to do this?

Hi,
At System Administration > Navigation > Short URLs, the Short URL is activated?
Can you see some URL codes on this page?
Best regards
João Macedo

Similar Messages

  • Create Web Service within the Portal

    Hi, all.
    I want to use SAP Portal for generating Portal web services on a base of some external procedures.
    But to use NWDS in such way as to implement this procedure in EJB and create a web service for it seems not the best solution for me.
    Are there any other ways to do it? For example, are there any utilities that can help me to generate a web service within the Portal?
    Regards, Sergey.

    Hi,
      Follow the steps given in the following link to create portal service.  
      <a href="mhtml:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b57e590-0201-0010-a29f-abd37a436f54!http://localhost/Documents%20and%20Settings/i024527/Desktop/Linda/start.htm">how to create portal service</a>
    Rds,
    Shanthakumar.
    Assign points for useful answers.

  • Creating Web Services in the Portal

    Hi Experts,
    I'm trying to create a Web Service in the portal based on a URL. However I am having some issues with the User Management settings. I've explained below the steps I've followed in order to setup the Web Service and the issue I am having.
    I go to System Administration -> System Configuration -> System Landscape then I select my folder and right click. I then select New -> System (from template).
    I then select "Web Service System using WSDL URL" and insert the URL for my Web Service. The issue I am then having is that when I access the User Management page I can only choose "NONE" or "UIDPW" as the Logon Method. However, I need to choose SAPLOGONTICKET which should be one of the options but isn't.
    Does anyone know why this last option is not being displayed and how to fix this issue?
    Thank you,
    Kind Regards,
    Ale

    Hi Experts,
    I'm trying to create a Web Service in the portal based on a URL. However I am having some issues with the User Management settings. I've explained below the steps I've followed in order to setup the Web Service and the issue I am having.
    I go to System Administration -> System Configuration -> System Landscape then I select my folder and right click. I then select New -> System (from template).
    I then select "Web Service System using WSDL URL" and insert the URL for my Web Service. The issue I am then having is that when I access the User Management page I can only choose "NONE" or "UIDPW" as the Logon Method. However, I need to choose SAPLOGONTICKET which should be one of the options but isn't.
    Does anyone know why this last option is not being displayed and how to fix this issue?
    Thank you,
    Kind Regards,
    Ale

  • Packaging Configuration Management Service of the portal

    Hi:
    I am writing a KM namespace filter to be applied to a CM
    repository of news items. There is an 'admin console' for
    this functionality. The 'Admin' in her/his admin console
    iview does some selections regarding no. of items,name of
    categories to display and saves them.
    Since KM filter functionality or CM repository properties
    can't be changed during runtime,ie.,any change of selections
    done by the 'admin' needs restart of the servlet engine,
    which is not an option in a production environment. So, I
    thought of using 'Configuration Management Service' of the
    portal to read from and write to all the selections during
    the runtime.
    <u>Everything is fairly easy regarding writing a configuration
    management service, except packaging it and deploying it.
    The documentation makes no sense if you compare it to the
    example given along with the portal documentation.
    Do we have to use any special plugin to package this
    service ? Or is there any updated documention available ?</u>
    Please help me with this problem,
    Thank you very much,
    Prasad Nutalapati.

    Hi,
    You can access through useradmin.
    example: http://localhost:<port>/useradmin
    Here, log-in to the application as an administrator. You can see the
    "Identity Management".
    Thanks
    R.Murali

  • No Results after executing Adaptive Web Service

    Hello experts,
    I develope Web Dynpro applications and currently try to consume a web service from our ERP system but I get no results from the service. When trying to consume the service with a soap-tool or with .NET, everything works fine.
    The Web Service was generated on an already available RFC.
    The service has one input parameter, which is a department name. The output should be all employees, which work in the consigned department.
    For consuming the service I created a Web Service Destination in the Visual Administrator ([see this blog|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417100%29ID0139461950DB10406225565548708901End?blog=/pub/wlg/5186]).
    After creating the Destination I imported the service as an adaptive web service model in my web dynpro project.
    After binding the model to the component controller I implemented the following code in the controller:
    public void wdDoInit()
        model = new Z_WF_DEPARTMENT_OIC();
        Request_ZWfDepartmentOic requestMO = new Request_ZWfDepartmentOic(model);
        ZWfDepartmentOic departmentMO = new ZWfDepartmentOic(model);
        requestMO.setZWfDepartmentOic(departmentMO);
        wdContext.nodeRequest_ZWfDepartmentOic().bind(requestMO);
    public void executeRequest_ZWfDepartmentOic( )
      try{
        wdContext.currentRequest_ZWfDepartmentOicElement().modelObject().execute();
        wdContext.nodeResponse().invalidate();     
      } catch (Exception e) {
        wdComponentAPI.getMessageManager().reportException(e.toString(),false);
    I did the implementation as descibed in the following document:
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e&overridelayout=true]
    On the UI I have one input field for the department name and a table which should show the result and one table which shows messages which are returned by the web service.
    After executing the code, I get no result from the service. In my table with the messages I get one entry which just shows zeros in the fields "LogMsgNo" and "Number".
    Does anybody have a hint, what could be wrong with my proceeding?
    Edited by: Dennis Isaak on Oct 16, 2009 10:37 AM

    Check this blog post:
    http://www.drflex.eu/2008/06/dynamically-populate-dropdown-lists-using-webservices/
    This comfirms that after you execute a web service, the Drop-Down List fields will become empty due to remerge operation. Well, I have to issue a remerge, otherwise, the PDF will not be populated properly.
    Tarek.

  • All Field Bindings are lost after executing a Web Service.

    Hi All,
    I noticed that after a Web Service (Data Connection) is executed inside the PDF (XFA), all bindings are lost.
    For example, if there is a Drop-Down List Field whose Items (list) are bound to XML Data Source (Data Connection), this binding is lost after the Web Service is executed.
    However, the XML Data Connection is still there, as I could verify this, but I don't know how to rebind the data to the Drop-Down List after executing the web service.
    Appreciate your help.
    Tarek.

    Check this blog post:
    http://www.drflex.eu/2008/06/dynamically-populate-dropdown-lists-using-webservices/
    This comfirms that after you execute a web service, the Drop-Down List fields will become empty due to remerge operation. Well, I have to issue a remerge, otherwise, the PDF will not be populated properly.
    Tarek.

  • Employee Training and Appraisal services on the portal

    Hi,
    We have EP 7.0 on Windows 2003 and setup ESS business package V 1.0 for NW2004s.
    The client now requires 2 additional functionalities:
    1) Training and Event Management.
    2) Employee Appraisal service.
    The available ESS business package V 1.0 does not have these features.How can I get these functionalities on the portal.
    Regards,
    Rohan
    *reward points are assured.

    Hi,
    Training and events on ESS is moved to E Learning solutions. Its not anymore in ESS. If you want to use the existing training and events ... U can do so using ITS.
    check out transaction pv7i.
    For appraisals, You have to implement Management by objectives which is BSP based application. Otherwise, for existing appraisals .. u can use ITS based service.. Find out the link in SICF tree .. gui/its/ ... here u will find IAC service.
    refer this for
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/e9/fdf91ae60c4346b37fc61bb7b54caf/frameset.htm">appraisals</a>
    Refer this for <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/cc/bd580b466cb34eb61e7e9801ffbe2f/frameset.htm">Learning solutions</a>
    Cheers!!
    Ashutosh

  • Doubt With Services in The portal for other modules of SAP

    Dear Experts.
    I don't know if this doubt I should post in the forum   ERP Employee Self-Service .
    In The portal SAP have service for E-Recruiting(E-RC), Employee Self-Service(ESS), Manager Self-Service(MSS), Learning Solution(LSO), that are services of HCM.
    My question is : SAP have solutions in the portal for the following components:
    Materials Management (SAP-MM), SAP-FI , and other components of ERP in the portal?
    Thank in advance for your help,
    Regards

    Hi,
    For close this post: Have the following question:
    There are is Business Package for the components of Materials Management (SAP-MM), SAP-FI ,
    in the portal?
    Regards

  • Error when copying the folder Manager Self-Service in the portal

    Good Night.
    I am implementing  Employee Self-Service and Manager Self-Service
    For ESS i did  the following:
    1. I  created a new folder for my project.
    2. I copied  Employee Self-Service folder from the standard part into my folder.
    3. I deleted the pages and worksets that not needed
    4. I did the config in the backend and put the pcd in the backend config for it to be displaying the content.
    And for MSS I wanted to do the same steps:
    But the system display the following message of error:
    Error
    Source object not found. It may have been deleted.
    [Error|http://www.freeimagehosting.net/uploads/0524ec1cc5.jpg]
    The steps that i did are:
    Portal Content==>Content Provided by SAP==>line_manager=>Right Click -->Copy.
    And in the new folder --> Right Click -->Paste.
    How can solve this issue?
    Kind Regards
    Edited by: consultor_ess_mss on Jan 29, 2010 3:11 AM

    Hi, I solved this issue using the  Content Mirroring Tool.
    http://help.sap.com/saphelp_nw04s/helpdata/en/9e/9eeb41873b45489c02d989a62cb560/content.htm
    In this documentation is all the steps.
    Kind Regards.

  • Web Services and the Portal

    Are there any versions of the portal that have native support for communications to Web Services? Is it going to be eventually possible to dynamically discover channels via a discovery method like UDDI?

    Currently no, in the next release we have preliminary support for web services and there might be web services provider but eventually no time frame yet we do plan to support UDDI ..

  • Spell Checker Service in the Portal

    Hello,
    Please let me know if this is possible.
    Do we have anyone who was sucessful to incorporate spellchecker service in publisher.
    If Yes, Can you please let us know how this was achieved?
    I was able to incorporate a third party component but was running into issues.
    1) TextArea in a publisher has some xml tags within the opening and closing of TextArea.
    The spellchecker service is searching everything which appears in between the opening and closing of the textarea. I do know that i can write a javascript function to only parse the node which holds the textarea value.However it will not remain dynamic.
    Suppose if I enter false text into the textarea,In order to work , I will have to initially save the content item and then click on the spellcheck button.
    Please let us know.
    Edited by dotnetguy32 at 09/11/2007 11:57 AM

    Hi,
    I create the following steps:
    1. Employee Self-Service>General Settings>Homepage for Self-Services>Resources>Define Resources.
    2. Employee Self-Service>General Settings>Homepage for Self-Services>Headers and Area Group Pages>Define Area Group Pages.
    3. Employee Self-Service>General Settings>Homepage for Self-Services>Areas>Define Areas
    3.1 3. Employee Self-Service>General Settings>Homepage for Self-Services>Areas>Assign Areas to Area Group Pages.
    4.Employee Self-Service>General Settings>Homepage for Self-Services>Subareas> Define Subareas
    4. 1 Employee Self-Service>General Settings>Homepage for Self-Services>Subareas> Assign Subareas to Areas
    5.  Employee Self-Service>General Settings>Homepage for Self-Services> Services>Define Services
    5.1  Employee Self-Service>General Settings>Homepage for Self-Services> Services>
    Assign Services to Subareas
    But I want know what steps have that do in the portal.
    I create in the developer studio a Project Webdynpro Java with RFC.
    Kind Regards

  • Using a Link in a Webtemplate to navigate in the portal

    Hi BI/Portal experts!
    We are using a federated portal environment. in our consumer portal we have implemented a reporting system with an overview page and some detail pages. each page contains iviews with webtemplates from our consumer portal.
    In the overview page we have a iview with an web template  wich holds some key figures and a link. Our aim is to use that link to get to the details page (which is somewhere else in the navigation). We tried to use the "NavigationTarget"-technique but the result was that the detail page was opend in the iview window instead of the full explorer window.
    Is there any possibility to have a link within a webtemplate that affect the whole portal and not only the iview of the template?
    I hope i could make myself clear.
    Thanks for any help or hint
    Regards, Alex
    Edited by: Alexander Paulus on Feb 12, 2008 2:58 PM

    Hi,
    You need to load detailed page in same window after clicking a link in overview page?
    How you implemented overview page, is it a template or seperate html page?
    If it is a template then you can open detailed template in the same window from a link in overview page. For this you have to set open template in same window parameters in your link.
    Regards
    Baby

  • Calling and executing a function module in the Portal iview development

    Hello Portal development gurus...
        I am very new to portal iview development and am learning a lot of stuff.. I now have a requirement to do the following:
      1. I need to use the NWDS to create java code in developing an iview
      2. I need to call and execute a function module and display the parameters pulled in from the function module onto a Jsp.
    3. I need to create an iview based on this deployed component.
    Could anybody please explain me how to do the coding on this front?
    I appreciate if anybody can share documentation about this kind of a development.
    As always, points galore for useful and helpful suggestions.
    Regards,
    ~~~LB

    Hi,
    Firstly Have you searched in SDN for the same, anyhow please go through the link to work on the requirement
    [/docs/DOC-8061#15|/docs/DOC-8061#15]
    Go through the thread which will talk in detail
    [https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955|https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955]
    Hope this helps.
    Cheers-
    Pramod

  • Problems with ESS Address in the Portal

    Whenever I edit any Addresses in the ESS Portal under Personal Information or simply click on preview button - I get the following error message:
    Data record 0000000500061      9999123120101028000 has grouping value "" instead of "10"
    Please advice.

    Hello,
    Actually this error occured because there is mismatch between infotype record GPVAL values generated through PA30,
    and GPVAL values generated through ESS. ESS uses a new set of logic called the Infotype Framework(ITF) to create infotype records.
    In general the standard infotype of business logic used in the old PA30 and in the new ITF are identical, but in this instance there is a critical difference in that PA30 records get created with a GPVAL value. When ESS uses the ITF to edit records created through PA30, it reports the mismatch as an error.
    Note 783499 (Follow the recommendations of this note) addresses this issue.
    With Regards,
    S.Karthik

  • Navigation Link failes : _layouts/15/AreaNavigationSettings.aspx fails to load on subsites

    PROBLEM: The navigation link in Site Settings will only works on the root site. Any sub site I get the notorious "Sorry, something went wrong An unexpected error has occurred." 
    When I look at the logs I see the following that relate to the correlation ID below.  Any ideas on how to get Navigation working?
    This was caused when I migrated sites from one farm to another and only if I created a new site collection and replaced the root site with one from the other farm.  
    What I've Tried:
    I've done this on other site collections where I moved the sites but made them subsites and did not overwrite the root site and the navigation feature works fine.  Even sites where I
    didn't do a migration it worked great.
    I've tried the following found at this link which seems to be the most popular solution but I've had no luck.
    https://praveenix.wordpress.com/2014/03/16/sharepoint-2013-left-navigation-and-top-navigation-bar-does-not-render-links-and-shows-error-an-error-occurred-while-rendering-navigation-for-requested-url/
    Anyone have any ideas on how to get Navigation working?
    LOGS:
    Application error when access /_layouts/15/AreaNavigationSettings.aspx, Error=Object reference not set to an instance of an object.  
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    System.NullReferenceException: Object reference not set to an instance of an object.   
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not
    set to an instance of an object.     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.HandleError(Exception e)    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    This also appear in the logs:
    UserAgent not available, file operations may not be optimized.    at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb,
    Boolean copyOnFirstWrite, Boolean disposeIlb)     at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult)     at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid
    databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32
    rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
    String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean&
    pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String&
    pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object&
    pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object&
    pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel,
    UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri
    pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes,
    Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders,
    String& redirectUrl, Boolean& ObjectIsList, Guid& listId)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String
    path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String&
    siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64&
    bytes)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path, Boolean throwIfFileNotFound)     at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String
    virtualPath)     at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath,
    Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)     at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)    
    at System.Web.UI.Page.ApplyMasterPage()     at System.Web.UI.Page.PerformPreInit()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at
    System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest
    wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)    
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    Hi Craig,
    I understand you encountered the issue with navigation link in the sites after migrated to another one.
    The issue might be caused by
    Navigation links that were added by site owners as relative links in the old site continued to work, and links that were added and managed automatically by SharePoint continued to work as well.
    Please try the script in the article below and see if it fix the link:
    http://sharepointtaproom.com/2014/11/12/how-to-fix-broken-navigation-links-after-sharepoint-upgrade-or-migration/
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • HT1338 MacBook Pro DVD Player not working with the following error attached

    Process:         DVD Player [416] Path:            /Applications/DVD Player.app/Contents/MacOS/DVD Player Identifier:      com.apple.DVDPlayer Version:         5.6 (5500.38.2) Build Info:      DVDPlayer-5500038002000000~1 Code Type:       X86 (Native

  • Data Source activation error

    Hi I have activated 2LIS_13_VDKON, i need to enhance the structure with some fields. WHen i append the structure with ZKAWRT of component type KAWRT (currency field) its not appending and giving me error is check table needed to be given. Infact KAWR

  • Java Api Imports

    Hi all, i try to connect to the MDM Server, but i have some problems with my imports. I am importing: import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import a2i.common.CatalogData; import com.sap.

  • Alternate .swf

    Don't laugh ! Something so simple I can't set it up... I load a .swf into a movie clip. How can I write my code in order to load an alternate .swf in case the one first called doesn't exist?

  • Lion very slow to wake from sleep

    Since performing a clean install of 10.7 (now at 10.7.3), my MacBook Pro takes several minutes to wake from sleep. With Snow Leopard it would take seconds. The settings in the preferences are the same. It also does another strange thing: When waking