Thanks.I did find the following in the receiver log :LIB: 2007-08-21 18:59:39 ERROR: Failed transferring contents of (./templates/layout_19.template.html)LIB 00017: 2007-08-21 18:59:39 ERROR: Could not get file data(templates/layout_19.template.html).LIB: 2007-08-21 18:59:39 ERROR: deploy-failed.LIB: 2007-08-21 18:59:39 ERROR: Failed deploying filelist[0]LIB: 2007-08-21 18:59:39 ERROR: Failed 1 of 1 filelistsThe file does exist and it is not corrupt, but there is no way of telling if there that WAS the case when OD kicked out this error (the end user kicked off the same Workflow again and it did successfully run, which may have pushed out an uncorrupted version of the file.)At any rate, thanks for your time. I will have to file this away for the time being.jt
...LIB: 2007-08-21 18:59:39 DEPLOYING - [/iwmnt/default/main/internet/dom/internet_comm/STAGING] to [/export/web/app/qa/dom]...
It is not documented anywhere very much./iwmnt is a cached mount point/.iwmnt is a non-cached point. /iwmnt will be faster to access, but *may* be out of date. If the deployment is done in a WF after a submit your choices are:/.iwmnt/.../STAGINGor /iwmnt/.../WORKAREAIf you use /iwmnt/.../STAGING what can happen is you get partial deployments. I saw files where the previous version was 1000 bytes, the new version was 1200 bytes. OD would grab the cached size (1000 bytes), by the time OD started, the cache was good, so it would only take the 1st 1000 byes of the new version.Trust me that was a serious pain.Andy
/.iwmnt/.../STAGING/...