The Select button for the SharePoint site is disabled. When the web address for the SharePoint site is entered directly and press enter then the following error is seen:
Error message
"System.Exception: Can't access SharePoint site 'http://servername:port number/sites/quest/default.aspx' ---> System.IO.FileNotFoundException: The Web application at http:// servername:port number /sites/quest/default.aspx could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken)
at Microsoft.SharePoint.SPSite..ctor(String requestUrl)
at Quest.NSP.SharePoint.SharePointSiteWriter.Write()
--- End of inner exception stack trace ---
at Quest.NSP.SharePoint.SharePointSiteWriter.Write()
at Quest.NSP.SharePoint.SharePointLoad.WriteSharePointList(TransferJob job, IDataReader reader, XmlDocument databaseInfo, SharePointLoadContext sharePointLoadContext, IFeedback progress)
at Quest.NSP.Migrator.ProgressForm.RunJob(TransferJob job, Options options, MigratorLicense license)"
This error typically indicates that there is a permissions problem either with SharePoint or with SQL Server.
Solving these types of issues usually requires checking different settings to determine the cause.
1. Check if the service account has permissions to view and configure the central administrator for SharePoint page. In this case the logged on account did not have permissions to view the Central Administrator as well which could have been one of the reasons.
2. Check if the import service has been configured on the SharePoint server and if the link "Configure Notes Migrator for SharePoint Services" on the SharePoint Central Administrator page under Application Management section has been configured correctly or not. This needs to be configured for the importing of the data from the Notes server to the SharePoint Server.
3. Try selecting the web address of the SharePoint site by selecting the select button in the SharePoint section of the Notes Migrator window instead of entering the web address directly.
4. The least permissions needed is to be a site collection administrator and database creation permissions on the SQL server where the content database for the MOSS server is located so that the data moved from Notes can be written to the SharePoint list.
If the issue is not resolved with the provided information, please contact Quest Support.