The CreatorCon Call for Content is officially open! Get started here.

glide.servlet.uri property issue

rohanhd
Kilo Contributor

we can access the glide.servlet.uri property by doing gs.getProperty. But you can't find the property in the sys_properties table. Must be some base functionality. Now issue is someone created this property and set the value accordingly which is fine but if you then delete the property even by mistake then the whole instance is inoperable unless you have an open session. Is there a way to go back to the original setting.

Thanks

4 REPLIES 4

Inactive_Us1474
Giga Guru

You can raise a Hi ticket to go back to the previous backup which must be present for the instance.


HarshTimes
Tera Guru

HI Rohan


If you know the property name and its value then you can create it manually in the property table again. This will be like reverting back to what you had earlier and I think this will resolve your query too.




Regards


Harsh


Thanks Harsh, but we don't want this property recorded because any slight change to it will change all URI_REF. which would be painful.


I wouldn't delete ootb properties. They are there for a reason.