go to post Cristiano Silva · Jan 4 HI @Mehul Patel Maybe the documentation help you: Enable Cipher Suites Syntax to enable or disable which version is or not supported by the connection.
go to post Cristiano Silva · Dec 21, 2022 Thanks @Enrico Parisi form complementary answer. @Rob Schoenmakers You can query both tables:
go to post Cristiano Silva · Dec 21, 2022 Hi @William Glover I think that is not possible to do via Atelier API. See the documentation about how to deploy a class. Other way is to deploy to file that only treat compiled code.
go to post Cristiano Silva · Dec 21, 2022 Hi @Rob Schoenmakers The class that store alerts are Ens.AlertRequest
go to post Cristiano Silva · Dec 13, 2022 Hi @Mark Sharman In the Iris, the global where localized labels reside is ^IRIS.Msg("EnsColumns"): This global is mapped from ENSLIB database that is read only, You can't set value to this Global. Uncheck the Mount Read-Only option, save then you can set the value of global: I recommend that after you finish the configuration, comeback ENSLIB database to read only.
go to post Cristiano Silva · Dec 1, 2022 Hi @Yone Moreno Good read: Using Oauth2 with SOAP (Web)Services
go to post Cristiano Silva · Nov 30, 2022 Hi @Andy Stobirski The data type and format of the columns are the same in the both tables?
go to post Cristiano Silva · Nov 30, 2022 Hi @William Glover Could you post a snippet of your code that defer the response and the code that sends the deferred response?