Documentum 6 : We have multiple scripts generated by DM_Clean Job (setting -clean_now FALSE) which looks like below :
# Content object 060186bf81f2936d has parent count of zero.
apply,c,060186bf81f2936d,DESTROY_CONTENT
getmessage,c
close,c,q0
# Content object 060186bf81f28fe1 has parent count of zero.
apply,c,060186bf81f28fe1,DESTROY_CONTENT
getmessage,c
close,c,q0
As the dm_clean had not run for a long time for this environment, it generated huge file, which we had broken down into various small files.
Is there a way we can execute these script files via DFC ? I am aware that api execute methods have been deprecated and would not work for D6 environment.
Any suggestions how do we execute thousands of these script files. We are reluctant to manually run each file via iapi.
Environment : Windows , Documentum 6, Attaching sample file