Hi all,
I'm trying to deploy some images via WF to our Livesite enviroment. It seems that, while the deploying process works nicely copying the files on the filesystem, the metadata step hangs somehow. Logs in attachment.
the relevant error is this, as far as I can understand:
DBD: *******************************************************
DBD: SQLException occured in TDbSchemaGroupCfg
DBD: Exception Message: ORA-02292: integrity constraint (LSDISPLAY.FK_CONT_ID_IWCONT_CONTENT) violated - child record found
DBD: Vendor Error Code: 2292
DBD: SQL state: 23000
DBD: *******************************************************
DBD:
DBD: *******STACK TRACE*************
DBD: ERROR:
java.sql.SQLIntegrityConstraintViolationException: ORA-02292: integrity constraint (LSDISPLAY.FK_CONT_ID_IWCONT_CONTENT) violated - child record found
the problem is, I cannot find the FK_CONT_ID_IWCONT_CONTENT table, maybe is it created on the fly from the workflow process?
Infos:
Teamsite 7.4 + Opendeploy 7.3 on Windows
Oracle 12 DB server on Linux
Thanks for any help.