DawidPotgieter / Dynamics-CRM-Binary-Storage-Options

A Dynamics CRM plugin to transparently store attachment binaries outside CRM database. Azure Blob or File storage for instance.
GNU Affero General Public License v3.0
34 stars 15 forks source link

Migration 4.1 does not work with CRM online #8

Closed san-86 closed 6 years ago

san-86 commented 6 years ago

After Microsoft have updated the default TLS version to 1.2 the current version of Migrate 4.1 won't work, have you experienced this before ?

I have tried to download the source code and I can see that the nuget packages used is old, so they will need to be updated I think

DawidPotgieter commented 6 years ago

Hi there.

Yes, for Dynamics 365, you have to update the nuget packages. I left it as is because it is easier to upgrade than downgrade.

Cheers


From: Soeren Andersen notifications@github.com Sent: Friday, May 4, 2018 12:57:19 AM To: DawidPotgieter/Dynamics-CRM-Binary-Storage-Options Cc: Subscribed Subject: [DawidPotgieter/Dynamics-CRM-Binary-Storage-Options] Migration 4.1 does not work with CRM online (#8)

After Microsoft have updated the default TLS version to 1.2 the current version of Migrate 4.1 won't work, have you experienced this before ?

I have tried to download the source code and I can see that the nuget packages used is old, so they will need to be updated I think

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FDawidPotgieter%2FDynamics-CRM-Binary-Storage-Options%2Fissues%2F8&data=02%7C01%7C%7Cc2f6500b168d44bbdba508d5b0f567d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636609490407000464&sdata=Ktfm8SfHn5042fzYAz3JN9lBt%2FKVNHYZs8szad6uNX8%3D&reserved=0, or mute the threadhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FATktwGt9Tj8MoTNshrk01aIPaIqp0ITeks5tuv6vgaJpZM4TxCBq&data=02%7C01%7C%7Cc2f6500b168d44bbdba508d5b0f567d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636609490407000464&sdata=LovENvOOgLdsW0OhCrs7cv%2BLsbWugVnvObdMMAQtdiU%3D&reserved=0.

san-86 commented 6 years ago

After Update Of nuget packages and Rebuilding the Migrate solution works again