Code Monkey home page Code Monkey logo

Comments (6)

DawidPotgieter avatar DawidPotgieter commented on June 8, 2024

This might sound weird, but do you actually have anything to migrate in your test environment?

If you put a breakpoint on line 199 of Main.cs and you debug it, does that show a count > 0? The only thing I can suggest without further information is to step through the code in debug mode. But from the sounds of it, it's not finding any attachments.

from dynamics-crm-binary-storage-options.

san-86 avatar san-86 commented on June 8, 2024

There is over 100GB of data in the Attachment table, so that would be really weird if that is the case, But I will try to see if I can debug it :-)

from dynamics-crm-binary-storage-options.

san-86 avatar san-86 commented on June 8, 2024

I have now debugged the migration process, and the problem was that I had a filed called DoNotDelete.txt in the blob container in both annotation and attachments folders, it tried to check if it was a valid file made with the plugins, when I removed these files the migrate program was working. I had placed those files there so that i could create/see the folders via the Storage explorer, if no files is created the folders will not be there.

from dynamics-crm-binary-storage-options.

DawidPotgieter avatar DawidPotgieter commented on June 8, 2024

Ah. Thanks for providing that, it's not something that I've encountered before and I'll keep it in mind, perhaps add to a faq I'm contemplating.

Blob storage actually only has "fake" folders. Basically, it will show you "folders" if at least one file has that "folder" in it's filename. You don't actually have to create folders either, since it's basically a flat list, just shown as a hierarcy, the first file will "create" said folder.

Anyways. Hope it all goes well, thanks for the feedback on this.

from dynamics-crm-binary-storage-options.

DawidPotgieter avatar DawidPotgieter commented on June 8, 2024

So,

Did the project go as planned? Is it ok if I close this issue now?

Cheers.

from dynamics-crm-binary-storage-options.

san-86 avatar san-86 commented on June 8, 2024

You can close this issue :-) I got it to work as expected, Thank you

from dynamics-crm-binary-storage-options.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.