Hey,
I was wondering how one would handle scripting on multiple gateways, meaning if I build my own scripting library that I want to use for all projects on all gateways, how do I ensure that all gateways have access to the newest version of my library?
I could always manually copy them over but that will surely lead to problems down the line.
Could gateway networks be helpful there? I haven't played around with them.
Anyone has a solution for this?
BR
You could use the GAN with EAM to sync up selected resources between projects, but it wouldn't be automatic, you would need to initiate the sync manually.
For a client with the same requirement, I created a Global project (where all global resources are defined - including a script library), which is sync'd periodically (daily, via EAM task) to all gateways under the umbrella. There, all projects which need access to these scripts are intended to be created with the Global project as a parent project.
I suppose one could build an "On Update" event which automatically runs the EAM task whenever the Global project is saved... Since editing global resources is not a regular occurrence, and since it's beneficial to verify/test changes before pushing everywhere, we initiate a "Run Once" on the EAM task after any changes are made. Worst-case, everything will synchronized again 'by tomorrow'.