Resolution: Description ------------ When exporting a .csx file from BusinessConnect (BC) either from console or from Admin UI from the same machine with same configuration, the generated csx file may differ in file size.
Environment ------------ All
Cause ------- The objects in the configstore are serialized in different ways, depending on their types. Cryptographic objects, such as keys and certificates are obfuscated and encrypted with random keys as well, and they may be further compressed individually. Also, the entire package is compressed and obfuscated/encrypted at the end of the process, which can result in different paddings. All of these factors have no effect on the final content.
Resolution ------------- The generated csx file with different file sizes is to be expected and normal.