Log på med Microsoft
Log på, eller opret en konto.
Hej
Markér en anden konto.
Du har flere konti
Vælg den konto, du vil logge på med.

Symptomer

Når du kører Microsoft Business Portal Migration Utility for at udføre en analyse i Microsoft Dynamics GP 10.0, modtager du følgende fejlmeddelelse i analyseloggen:

FEJL: Der opstod en uventet undtagelse under analysen. Analysen blev ikke fuldført.

Oplysninger om undtagelser:

System.IO.FileNotFoundException: Business Portal 2.5 med funktionspakke eller Forretningsportal 3.0 skal installeres for at kunne bruge overførselsværktøjet.

at Microsoft.BusinessPortal.Migration.Analyze.Analyze.get_Product()

at Microsoft.BusinessPortal.Migration.Analyze.Analyze.get_MbfPackagerPortalPageBaselineFileName()

på Microsoft.BusinessPortal.Migration.Analyze.Analyze.. ctor()
hos Microsoft.BusinessPortal.Migration.Analyze.Analyze.Main(String[]kontrast)


FEJL: Ingen WebPartXmlMap-webdel blev fundet på denne BP-side.

Info: Type er Microsoft. SharePoint. WebPartPages.ErrorWebPart.

Årsag

Dette problem opstår, fordi Microsoft Windows SharePoint Services 2.0 blev opgraderet til Microsoft Windows SharePoint Services 3.0 ved hjælp af den gradvise opgraderingsproces. Da Windows SharePoint Services blev opgraderet, oprettede Windows SharePoint Services et duplikeret tomt websted. Dette tomme websted kan ikke styre, hvilke filer .dll skal udføre en analyse.

Løsning

Du kan løse dette problem ved at følge disse trin:

  1. Kopiér alle filerne fra det oprindelige websteds placeringsmappe til det nye websteds intervalmappe. Det oprindelige websteds placering er som standard som følger:

    C:\Inetpub\wwwroot\binBy standard, placeringen af det nye websted er som følger:

    C:\Inetpub\wwwroot\wss\virtualdirectories\80\bin

  2. I den nye webstedsmappe skal du oprette en sikkerhedskopi af Web.config fil.

  3. I den nye webstedsmappe skal du åbne filen Web.config og derefter føje følgende kode til sektionen sikrekontrol i Web.config fil.

    <SafeControl Assembly="Microsoft.BusinessPortal.Common.UI, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessPortal.Common.UI.WebParts" TypeName="*" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessPortal.PortalPages, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessPortal.PortalPages.Executable" TypeName="RegionalSettings" Safe="True" />
    <SafeControl Assembly="Microsoft.Applications.BusinessDesk.Dynamics,Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.Applications.BusinessDesk.Dynamics" TypeName="*" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessPortal.Kpi.KpiViewer, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessPortal.Kpi.KpiViewer" TypeName="*" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessPortal.Kpi.KpiPortal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessPortal.Kpi.UI" TypeName="KpiAdminFrame" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Shell.WebControls" TypeName="Navigation" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Shell.WebControls" TypeName="WebPartXmlMap" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Shell.WebControls" TypeName="UrlPageWebPart" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Shell" TypeName="BPDefaultPage" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Shell" TypeName="AGNMenu" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Administration" TypeName="AC_ModifyURLPage" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Administration" TypeName="AC_ModifyPortalPage" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Administration" TypeName="AC_CreatePortalPage" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.Portal, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.Portal.Administration" TypeName="AC_CreateHelpPage" Safe="True" />
    <SafeControl Assembly="Microsoft.BusinessFramework.UI.ResultViewers.RVWebParts, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.BusinessFramework.UI.ResultViewers.RVWebParts.WebParts" TypeName="*" Safe="True" />

    Bemærk! Denne kode bruges til at tilføje sikre kontrolposter for Microsoft Business Framework-webdele (MBF) og webdele med Business Portal (BP).

Har du brug for mere hjælp?

Vil du have flere indstillinger?

Udforsk abonnementsfordele, gennemse kurser, få mere at vide om, hvordan du sikrer din enhed og meget mere.

Communities hjælper dig med at stille og besvare spørgsmål, give feedback og høre fra eksperter med omfattende viden.

Var disse oplysninger nyttige?

Hvor tilfreds er du med kvaliteten af sproget?
Hvad påvirkede din oplevelse?
Når du trykker på Send, bliver din feedback brugt til at forbedre Microsoft-produkter og -tjenester. Din it-administrator kan indsamle disse data. Erklæring om beskyttelse af personlige oplysninger.

Tak for din feedback!

×