Thursday, April 5, 2012

Manually deploy SharePoint Integration via SharePoint 2010 UI

 

Deploy Solution

1. Go to SharePoint 2010 Central Administration > System Settings > Farm Management > Manage farm solutions

clip_image002

2. Click on the wsp files, then click on Deploy Solution.

3. Select the Web Application to deploy the solution to, then click OK.

clip_image004

4. Repeat above steps for other solution files.

Activate Feature

1. Goto the SharePoint Site > Site Actions > Site Settings > Site Collection Administration > Site collection features.

2. Click the Activate button for the features below:

a. AgilePoint Configuration List

b. AgilePoint Process Launcher

c. AgilePoint Web Parts

d. AgilePoint ListForm

clip_image006

1 comment:

  1. Hello Choyling,

    I used the manual installation to integrate my sharepoint site with the AgilePoint. It did not work with sdsadm so I used the Power Shell and when I deploy the wsp in the farm solutions I get the following error:

    Failed to load receiver assembly "Ascentn.SharePoint.SettingsList, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f1099b605f3ea558" for feature "AgilePointListForm" (ID: 4d377c46-f04a-4bea-8e2f-cfbda11f390f).: System.IO.FileNotFoundException: Could not load file or assembly ''Ascentn.SharePoint.SettingsList, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f1099b605f3ea558'' or one of its dependencies. The system cannot find the file specified.
    File name: ''Ascentn.SharePoint.SettingsList, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f1099b605f3ea558''
    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.Load(String assemblyString)
    at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    Any clue how to fix this and get the integration to work.
    Thanks in advanced.

    ReplyDelete