Muhammad Waseem · Sep 16, 2021 go to post

Your version does not support his service. This service is available from IRIS for Windows (x86-64) 2021.1

Muhammad Waseem · Sep 16, 2021 go to post

which charset are you using while calling in your request OR can you send me the request header?

Muhammad Waseem · Sep 15, 2021 go to post

Hi @Davidson Espindola 
First date of every month will be 1 which you can concat with current month and year however for last month you can use LAST_DAY cache function by passing any date of desire month.
SELECT LAST_DAY('2004-02-25')  

For details check below documentations:

https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KE…
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KE…

Thanks

Muhammad Waseem · Sep 13, 2021 go to post

Thanks Kunshuk,

Is there any docker image available containing both IRIS and web terminal OR how to install web terminal along with IRIS docker container?

Thanks

Muhammad Waseem · Sep 8, 2021 go to post

Hi Omar Ateen

You can create persistent class and store both gregorian and hijri dates. Once done you can create function to get hijri date by passing gregorian date.

Thanks

Muhammad Waseem · Sep 8, 2021 go to post

Hi Ben Spead,

You can set priority by adding additional headers such as X-Priority and others. e.g:
 

 do msg.Headers.SetAt(1,"X-Priority")
 do msg.Headers.SetAt("High","X-MSMail-Priority")
 do msg.Headers.SetAt("High","Importance")

Thanks

Muhammad Waseem · Sep 8, 2021 go to post

Hi OMER ATEEN

Can you please elaborate in which environment you are getting these characters ?

Thanks

Muhammad Waseem · Aug 26, 2021 go to post

Hi @Vivek Nayak 

Try calling the CleanProduction() method in class Ens.Director:

Do ##class(Ens.Director).CleanProduction()

This is strongly discouraged for PROD environments ... be forewarned. Would recommend you contact the WRC if you're getting this error in a PROD environment.