Description:
When trying to stage packages from an Enterprise Server (ES) to a Domain Manager(s) (DM) I get the following message:
Distribution Status Error: Container could not be created. Copy, zip or checksum consistency error. [SDM301870]. This is only happening for certain packages.
Solution:
This is due to a long path problem in creating the job container and can be fixed by running Ccnfcmda commands on the Enterprise server and domain server to shorten their outgoing and incoming distribution directories:
On the Enterprise Server:
Note: to get the current values of these dir's. you can use the following commands:
C:\>Ccnfcmda -cmd getparameterValue -ps itrm/usd/shared -pn incoming
and:
C:\>Ccnfcmda -cmd getparameterValue -ps itrm/usd/shared -pn outgoing
The cause is due to long directory paths within the package where folders are long and possibly many levels deep and when combined with the directory path where they are stored, some paths are too long for some binaries or compression schemes can handle and the job now fails. Shortening the path above brings the total path under the required cap.