Repository Specific Guides
...
Installation and Base Configur...
Base Enterprise Connector Conf...

SharePoint On-Prem Endpoint

1min

Using a SharePoint On-Prem repository you will need to ensure that the enterprise connector is configured and able to talk to the Microsoft SharePoint Rest API. 

Note: SharePoint On-Prem requires utilization of Windows NTLM Authentication to access the SharePoint Rest API. This is enabled via your Microsoft IIS server and is an option that must be enabled for connector usage. 

From the information gathered in the step Configure Gimmal Link Enterprise app within M365 Account, update the configuration file located at <installation directory>\config\INILocator.properties the following parameters where “companySP” is the name of your system in the connector, under section “[Sharepoint Connection]”. 

An example is shown below: 

companySP.sharepoint.onprem.login=administrator 

companySP.sharepoint.onprem.password=<usethepasswordgeneratorbelow> 

companySP.sharepoint.onprem.domain=DEVAD002 

companySP.sharepoint.onprem.host= devsp2013srv1 

Use the PasswordGenerator.jar located under <install-directory> enter using command prompt java -jar PasswordGenerator <enter-your-password> to receive the encrypted hash to enter in the configuration file. 

Also under [General Preferences]: 

sharepointOnPrem.systems=companySP 

*the Windows service must be restarted for changed to take effect