Hi..
follow steps to install portal
Import portal package into Dynamics 365 A portal package consists of the Dynamics 365 solution schema and data. The name of the files containing portal source are:
1) MicrosoftDynamics365PortalsSource.exe: Use this file to deploy Portals to IIS or Azure. •
2) MicrosoftDynamics365PortalsSolutions.exe: Use this file to deploy Portals to Dynamics 365.
You must also download Dynamics 365 SDK to get the Package Deployer tool to import portal packages into the Dynamics 365 environment.
Register Dynamics 365 SDK cmdlets
Note: Registering the Dynamics 365 SDK cmdlets in one-time activity that must be performed on a computer.
1. Download the Dynamics 365 SDK package from Microsoft Download Center.
2. Run the executable file (.msi) to extract the content of the package. Let’s assume you extracted the package to C:\Dynamics365 folder on your computer. The Package Deployer tool and the other required files become available at the following location: C:\Dynamics365\SDK\Tools\PackageDeployer
3) Follow the below steps to register the SDK’s PowerShell cmdlets:
a. Start Windows PowerShell with elevated privileges (run as administrator).
b. Navigate to the PowerShell folder under the PackageDeployer folder. cd C:\Dynamics365\SDK\Tools\PackageDeployer\PowerShell
c. Run the RegisterXRMTooling.ps1 script to register the Package Deployer Windows PowerShell assembly (.dll), and install the Windows PowerShell snap-in for the Package Deployer tool. .\RegisterXRMTooling.ps1
Note: If you are unable to run the script, check your script execution policy by running the following command: get-executionpolicy If the script execution policy is set to restricted, elevate it by running the following command: set-executionpolicy unrestricted
Run Portals import script
The portals solution distribution includes the following PowerShell scripts in the Portals\PackageDeployerPackages folder:
• Import.ps1: Prompts you to select a package to import, specify Dynamics 365 environment details, and then runs the ImportPackage.ps1 script to import the portal package into the Dynamics 365.
• ImportPackage.ps1: Takes the selected package and Dynamics 365 parameters, and then executes the SDK’s Import-CrmPackage PowerShell cmdlet to import the package into Dynamics 365.
Caution: Please be aware that this package contains a specific version of the portal solution files that were current at the time of release. The portal source code has only been tested to function on this specific version of the solution files. Please ensure that you do not upgrade your portal solutions through the Dynamics 365 Administration Center or have them upgraded by installing a new portal via the Dynamics 365 Administration Center as that will upgrade your solutions to a version that has not been tested with this version of your portal host. There is no guarantee that future versions of the portal solutions will be backwards compatible with older portal source code. There is no mechanism to roll back solution versions outside of completely uninstalling them and reinstalling them which will result in data deletion. No support will be given to customers to restore operation of their portals deployed from this package resulting from an upgrade of the portal solutions to newer versions. The only remedy would be for customers to make appropriate modifications to the portal source code to be compatible with the new solution files and to redeploy the portal. There is no plan for us to provide an update to the portal source code or the technical information required to be compatible with future versions
1. Run the MicrosoftDynamics365PortalsSolutions.exe file to extract the content. Let’s assume you extracted the content to C:\MicrosoftDynamics365.
2. Navigate to the PackageDeployerPackages folder under the Portals folder. cd C:\MicrosoftDynamics365\Portals\Solutions\PackageDeployerPackages
3. Run the Import.ps1 script to start the package deployment. .\Import.ps1
The CRM connection type options are displayed
4. Enter one of the following: a. P for on-premise b. O for Office 365
5. Specify values for the following and press Enter after each value:
a. Specify server URL: Server URL where Dynamics 365 (on-premises) is installed. For example, https://mycrmserver:portnumber. This option is displayed only if you press P.
b. Specify Organization Name: Unique organization name of Dynamics 365.
c. Specify Language Locale ID (LCID): Locale ID to be used or leave it blank to use 1033 for English by default. d. Select a package to import: Press the appropriate number to import the package.
6. Enter your Dynamics 365 administrator credentials. On successful authentication, the package is imported into Dynamics 365 else an error message is displayed.
Thanks
Arun Singh Negi