Hello,
Many thanks to you fan130.
Im currently migrating to SP2013.
I've used SharePointListAdpater on a SP2010 farm with SQLServer2008R2.
The new environnement is setup with SP2013 on two serv's on WServer2012 and with a SQL Server v2014.
I've migrated SSIS packages on the dev environnement using Visual Studio 2012 with SharePointListAdapter V2012 with the help of the faq.
Using dev env in VS2012, the SSIS projects are working properly.
I've installed SharePointListAdapter for SQL2014 2015-06-25 beta on the SQL Server 2014 and when executing package in SSMS the NTLM error appears.
So i followed the instructions :
I've downloaded SharePointListAdapter 2012-01-28 beta, extracted from the msi the SharePointutility.dll.
I ran the command prompts
In my case i just need to replace the assembly version in dtsx files from 1.2012.0.0 to 1.2014.0.0 when deploying the packages in SSMS until i install SharePointListAdapter V2014 on my dev env.
Thank you !
Sylvain
Many thanks to you fan130.
Im currently migrating to SP2013.
I've used SharePointListAdpater on a SP2010 farm with SQLServer2008R2.
The new environnement is setup with SP2013 on two serv's on WServer2012 and with a SQL Server v2014.
I've migrated SSIS packages on the dev environnement using Visual Studio 2012 with SharePointListAdapter V2012 with the help of the faq.
Using dev env in VS2012, the SSIS projects are working properly.
I've installed SharePointListAdapter for SQL2014 2015-06-25 beta on the SQL Server 2014 and when executing package in SSMS the NTLM error appears.
So i followed the instructions :
I've downloaded SharePointListAdapter 2012-01-28 beta, extracted from the msi the SharePointutility.dll.
I ran the command prompts
- move /y %windir%\assembly\GAC_MSIL\SharePointUtility\2.0.0.0__f4b3011e1ece9d47\SharePointUtility.dll %windir%\assembly\GAC_MSIL\SharePointUtility\2.0.0.0__f4b3011e1ece9d47\SharePointUtility.dll.old
And -
copy /y <Path to the SharePointUtility dll extracted from 012-01-28 beta> %windir%\assembly\GAC_MSIL\SharePointUtility\2.0.0.0__f4b3011e1ece9d47
In my case i just need to replace the assembly version in dtsx files from 1.2012.0.0 to 1.2014.0.0 when deploying the packages in SSMS until i install SharePointListAdapter V2014 on my dev env.
Thank you !
Sylvain