Is it possible to move our Appian documents of a specific knowledge into another Appian Enivronment?

 Hi,

I need to transfer all documents of an application from an Appian enviroment to another!

Unfortunately, I have more than 20000 documents and the size is nearly 200 GB.  I feat that the enviroment can fault with the download of the KC.

Is there another way to make it?

Thanks in advance.

Juri Monti

  Discussion posts and replies are publicly visible

Parents
  • Hi Juri -

    There's a workable configuration to send lots of docs from one instance to another provided both Appian instances can reach a shared database.

    The shared component 'Base 64 Document Database Integration Smart Services' enables you to transform files to base 64 strings and put them into a database table. A base 64 string in a table can then be transformed back into a file and placed in an Appian folder on the target system.

    It's going to be critical that you manage the size of the db table used to transport the files.
    So, be sure to clean it up (i.e. delete each row after it's successfully moved to the new environment).

    Be sure to follow the included documentation for this plugin and you'll be up and running quickly:
    forum.appian.com/.../summary
Reply
  • Hi Juri -

    There's a workable configuration to send lots of docs from one instance to another provided both Appian instances can reach a shared database.

    The shared component 'Base 64 Document Database Integration Smart Services' enables you to transform files to base 64 strings and put them into a database table. A base 64 string in a table can then be transformed back into a file and placed in an Appian folder on the target system.

    It's going to be critical that you manage the size of the db table used to transport the files.
    So, be sure to clean it up (i.e. delete each row after it's successfully moved to the new environment).

    Be sure to follow the included documentation for this plugin and you'll be up and running quickly:
    forum.appian.com/.../summary
Children