Hi, we have a patch which was developed to override the function "CreateSimpleFolder" in Content Server 10.5 and we want to upgrade it for Content Server 16.0.
The header of the patch is as follows:
m {'kernel','docmanservice'}
o {#101,&kernel[257]}
N Globals
g xxxxx_Version
v 2
o {#105,&docmanservice[263]}
N DocumentManagement
f CreateSimpleFolder
s
We moved the patch under Content Server 16, but we receive the following error: "#Warning: Object does not exist to overwrite."
....Comment: Patched Objects:
....Comment: ------------------------------------------------------------------------------
....Comment: | OSpace Object Feature |
....Comment: |----------------------------------------------------------------------------|
....Comment: | DOCMANSERVICE Service.DocumentManagement CreateSimpleFolder |
....Comment: ------------------------------------------------------------------------------
....Comment: #endif
....Comment:
#Warning: Object does not exist to overwrite.
===[ PATCH SUMMARY ]====================
Total patches skipped: 1
Total features overwritten: 0
Total features overwritten more than once: 0
Total features overwritten with the same value: 0
========================================
========================================
Post Patch Actions Starting...
......Running: Action20110216_155955_EASP
Post Patch Actions End.
========================================
Does anybody know how to update the references from the header? We think that the references have been changed.