AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

GSS.msi: Verify installation wizard does not accept full SharePoint URL (specified till default.aspx.) #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Google Services for SharePoint.
2. After successful installation, open Verify installation wizard.
3. Enter full SharePoint site URL with ../default.aspx on "Verify 
Installation" wizard.

What is the expected output? What do you see instead?
Expected result:
Verify installation wizard should accept full SharePoint URL and 
verification should be successful.

Actual result:
Verify installation wizard does not accept full SharePoint URL.

Please use labels and text to provide additional information.
GSS.msi installer v2.0.0

Original issue reported on code.google.com by shashank...@gmail.com on 11 Aug 2009 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by rakeshs101981@gmail.com on 12 Aug 2009 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by rakeshs101981@gmail.com on 27 Aug 2009 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by rakeshs101981@gmail.com on 2 Sep 2009 at 10:55

GoogleCodeExporter commented 9 years ago
Verify Installation Wizard accepts the web site URL and not the web page 
URL(e.g. 
.../default.aspx). This is due to the requirement by SharePoint web services 
API 
which is called internally by this utility.

Moreover, it is not possible to deduce SharePoint site URL from the web page 
URL 
(required to set the web service end point) as user can customize web page URL 
to any 
extent, hence we cannot handle it. 

Original comment by amit.per...@gmail.com on 6 Nov 2009 at 6:05