Stories Restore
Hi There,
as part of our upgrade to YF 6.12 we deleted a number of client organizations and now (as always happens... :-( ), there is the need to recover one of them. This is a client organisation with mainly Stories as content, so our thirst thought was export from a YF backup version and import in production. However, I now see that the export/import of stories is not supported.
Is there any other way of recovery possible? I have seen that the organisation and stories are still in the database. The organisation is not visible anymore in the UI. Is there any status field some where we can update to let the customer and stories content magically re-appear?
note These stories only contain content (text & images) no included reports or snapshots.
Thanks in advance,
Wouter Pels
SPM Assets
Hi Wouter,
I hope you're doing well. As you mentioned, story export and import is not supported at this time, however it might be possible to re-enable the organisation so that the related content is visible again. I'll double check to see if it can be done and get back to you shortly.
Kind regards,
Chris
Hi Wouter,
I hope you're doing well. As you mentioned, story export and import is not supported at this time, however it might be possible to re-enable the organisation so that the related content is visible again. I'll double check to see if it can be done and get back to you shortly.
Kind regards,
Chris
Hi Wouter,
Although this action is not supported, the steps below may restore your deleted client organisation and any related reports. As a warning, Yellowfin cannot guarantee the stability of any system where the backend database has been modified, so please do create a backup before making any changes.
RltshpTypeCode = 'CUSTOMER', IpParent = 1, IpChild = <iporg>)
You will also need to change the EndDate to '9999-12-31' and the EndReasonCode to null.
UPDATE iprltshp SET enddate = '9999-12-31', EndReasonCode = null WHERE ipchild = <ipid>
UPDATE iprltshp SET enddate = '9999-12-31', EndReasonCode = null WHERE ipparent = <iporg>
UPDATE staffmemberrole SET enddate = '9999-12-31' WHERE ipemployee = <ipid>
SELECT * FROM ReportHeader WHERE IpCreator = <IpId of deleted Client Org user>
and change the ReportStatusCode (or ViewStatusCode for the ReportView table, or AccessCode for the ReportViewSource table) from 'DELETED' to 'OPEN'
I hope that helps!
Kind regards,
Chris
Hi Wouter,
Although this action is not supported, the steps below may restore your deleted client organisation and any related reports. As a warning, Yellowfin cannot guarantee the stability of any system where the backend database has been modified, so please do create a backup before making any changes.
RltshpTypeCode = 'CUSTOMER', IpParent = 1, IpChild = <iporg>)
You will also need to change the EndDate to '9999-12-31' and the EndReasonCode to null.
UPDATE iprltshp SET enddate = '9999-12-31', EndReasonCode = null WHERE ipchild = <ipid>
UPDATE iprltshp SET enddate = '9999-12-31', EndReasonCode = null WHERE ipparent = <iporg>
UPDATE staffmemberrole SET enddate = '9999-12-31' WHERE ipemployee = <ipid>
SELECT * FROM ReportHeader WHERE IpCreator = <IpId of deleted Client Org user>
and change the ReportStatusCode (or ViewStatusCode for the ReportView table, or AccessCode for the ReportViewSource table) from 'DELETED' to 'OPEN'
I hope that helps!
Kind regards,
Chris
Hi Wouter,
Hope you're having a good week.
Just wanted to check-in and see how it's all going. Is there anything you are needing from me to help get this resolved?
Kind regards,
Chris
Hi Wouter,
Hope you're having a good week.
Just wanted to check-in and see how it's all going. Is there anything you are needing from me to help get this resolved?
Kind regards,
Chris
Replies have been locked on this page!