Forums

Sharepoint Integration

This question is answered

Hi all,

can someone explain me the difference between the properties that we need to change when performing Sharepoint and Evolution integration?

What should we use in siteCollection and targetWeb properties and what is the difference between them?

Thanks in advance

 

Verified Answer
  • The two urls can be the same and they refer to the actual SharePoint web application that you have created. 

    The new documentation does not use the automated bat files, but instead just takes you through the steps to manually deploy them.  I would suggest just using central admin to deploy the files from the Solution Management after you do an stsadm -o -addsolution -file <filename>

All Replies
  • I am not sure I follow your questions, where are the configuration options you are refering to?

    Thanks,

    Brendon

  • Hi Brendon,

    in the "Read.me" file included in the Sharepoint Integration Package it's said:

    "Initial Steps: 

    1. Edit the "Install.bat" file. 

    2. Ensure the url points to your site collection url and that the path to STS is correct for your installation of WSS v3."

    In the Install.bat file you have some fields: 

    @echo off

    @SET SPDIR="c:\program files\common files\microsoft shared\web server extensions\12\bin"

    @SET siteCollection=http://moss2007:4950

    @SET targetWeb=http://moss2007:4950

    @SET wsp=CommunityServerSPDeploy

    @SET features=(CSGlobalInit,CSWebParts,CSFeatureResources,CSSearchStapler,CSDocLibSync,CommunityServerFeatures, CSWebServiceInstaller)

    @SET featuresOut=(CSSearchStapler,CSFeatureResources,CSDocLibSync,CSWebParts,CSGlobalInit,CommunityServerFeatures, CSWebServiceInstaller)

    I'm referring to both fields in bold (siteCollection and targetWeb). I can't understand what should go into each one of them.
    Thanks for your reply,
    Carlos

     

     

     

     

  • The two urls can be the same and they refer to the actual SharePoint web application that you have created. 

    The new documentation does not use the automated bat files, but instead just takes you through the steps to manually deploy them.  I would suggest just using central admin to deploy the files from the Solution Management after you do an stsadm -o -addsolution -file <filename>

  • Hi Brendon,

    thanks for the info!

    I'm not sure we have the latest Sharepoint Integration Pack.

    We are using version CS_For_Sharepoint_4.1.31106.3070. 

    Should we get a new version to be able to proceed with the centralized deploy?

    If there is a new version can you please provide the link?

    I've been looking for the new Sharepoint installation documentation and I can't find it. On the instructions link the process is still described using installer.bat.

    Thanks,

    Carlos