Email sending option (glide.email.smtp.active) is read only, PDI instance
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2023 07:36 AM
Hello,
On my PDI, the Email sending options (Email properties > System properties) is read only - cannot be set to true. I am in global scope and with admin rights as seen other similar posts. Tried even with a fix script:
var gr = new GlideRecord("sys_properties");
gr.addQuery("sys_id", "856303e90a0a0bc50164129959388444");
gr.query();
if (gr.next()) {
gr.value = true;
gr.update();
}
... still does not work.
All fixes are welcome.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2023 08:03 AM
That sums it all up 🙂 Thanks for the fixes and responses anyway, cheers