I try to purge old TN data, but the service fails with that error :
Could not delete archived documents. (0) java.sql.SQLSyntaxErrorException: [sag-cjdbc42-0011][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist (1)
I checked the TN schema and it is fine, all the tables are there (with the ARCHIVE* tables).
Does anyone have an idea of what is missing ?
(I also tried the other service wm.tn.archive:extendedArchive, and got a null pointer exception)
Are you sure all the archive tables exists in the same DB that you are trying to run the tn:archive service?
Have you contacted your DBA also regarding this and I am sure they can troubleshoot and make sure nothing is missed on the schema accessing/privileges perspective etc…
If not please open a ticket with SAG support as a last option.
I would say work around or better option is run the TN archive/purge scripts via backend it self…I know you have to tune the scripts little bit to run it properly (take some DBA help if you are not a very SQL gig).