How can I download an stored custom theme?
Hi everyone!
I had a trouble with the theme stored in our solution.
The original code was lost but it actually exists in the server.
The Rtc interface lets upload a custom theme but it doesn't allow you to download it.
Can I download any stored theme in JTS or CCM?
By the way, we're are using rtc v4.0.1
Thanks in advance.
Greetings,
Sergio
I had a trouble with the theme stored in our solution.
The original code was lost but it actually exists in the server.
The Rtc interface lets upload a custom theme but it doesn't allow you to download it.
Can I download any stored theme in JTS or CCM?
By the way, we're are using rtc v4.0.1
Thanks in advance.
Greetings,
Sergio
One answer
I doubt that there are any published and officially supported way to do it. You may have to do it yourself.
I believe the package is stored in the table REPOSITORY.CONTENT_STORAGE (field CONTENT_BYTES). You may also need to query table REPOSITORY.ITEM_TYPES and RESOURCE.RESOURCE (or RESOURCE0.RESOURCE) to find out more details.
Edit: the package does not appear in the REPOSITORY.CONTENT_STORAGE table, so it may be extracted as individual files in the RESOURCE.RESOURCE table and no longer stored as a whole .zip file.
I believe the package is stored in the table REPOSITORY.CONTENT_STORAGE (field CONTENT_BYTES). You may also need to query table REPOSITORY.ITEM_TYPES and RESOURCE.RESOURCE (or RESOURCE0.RESOURCE) to find out more details.
Edit: the package does not appear in the REPOSITORY.CONTENT_STORAGE table, so it may be extracted as individual files in the RESOURCE.RESOURCE table and no longer stored as a whole .zip file.
Comments
Sergio Lorente
Dec 11 '15, 3:22 a.m.