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 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 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 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 19, 2021 go to post

Can you please share the URL and the Message Body in order to test from my end as the issue might be from API as well ?

Muhammad Waseem · Sep 19, 2021 go to post

Hi,

Have a look at the learning site: https://learning.intersystems.com
Please review below documentations as well:https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS

https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GORIENT

Check this learning path:
learning paths for what you want such as Building Your First Application with Caché and Learn Caché for Developers.

Also check the video on how to start coding InterSystems Object Script with GitHub and VSCode on IRIS Community Edition. 

Thanks

Muhammad Waseem · Sep 25, 2021 go to post

Hi Mr. Omer

Kindly try $ZCONVERT function to read the response:

$ZCONVERT(dataObj.ErrorMessage,"I","UTF8")

Thanks

Thanks