Transfer .C and .H during server build
Hello,
I created a new custom pathcode which is a copy of PD920. When i build a full package, there are many custom business functions that are not getting built on the server. The server log has the following error as an example —
spkgclnt.c:270 PKGCLT0033 ERROR: Failed to transfer file /u01/jdedwards/e920/packages/PFF250127/checkin/include/b5742001.h to dvjdeent01
When creating the patchcode I had initially copied the .c and .h from the PD920/Source and Include to the new pathcode on Dep server. Then based on the recommendation of a SR which I have opened, I copied the.C and .H from the PD full package to the source and include of the new path code. However i still get the same error.