go to post Udo Leimberger · Apr 8, 2021 We know you all as loyal and great members of the community. Well done.
go to post Udo Leimberger · Dec 10, 2020 A real good Global Editor with search functionality and easy to use
go to post Udo Leimberger · Sep 22, 2020 You need %Developer role on your user and access to Atelier rest api.
go to post Udo Leimberger · Jan 6, 2020 4 years and generations of raspberry later Any news ? IRIS Community Light would be perfect on a raspberry for developers. IoT is getting bigger and bigger.
go to post Udo Leimberger · Dec 19, 2019 In my opinion it depends what is the main purpose of the web app. As I am a big fan of TYPO3 Enterprise CMS we use TYPO3 as the base and use REST API to communicate with our Intersystems platforms. TYPO3 brings all the security features out of the box and is fun to extend because everything is possible.
go to post Udo Leimberger · Dec 16, 2019 If you have an array you can: set txt(1)="1 ... set txt(n)="n ClassMethod write(txt As %ArrayOfDataTypes) { set arg1=$get(txt(1)) ... set arg2=$get(txt(n) or set l="" for i=1:1 { set l=$order(txt(l)) quit:l="" set arg(i)=txt(l) } and call it with the array ByRef: do ..write(.txt)
go to post Udo Leimberger · Dec 2, 2019 Windows also worked for me - see my sentence in the description: When I try the same with a Windows Community Version of IRIS on Windows 10 - I can successfully authorize and connect. Thanks for your help.
go to post Udo Leimberger · Dec 2, 2019 After enabling Audit and enabling the specific Audit events I could see the reason for the login failures. Error message: ERROR #800: Logins for Service %Service_WebGateway are disabledWeb Application: /api/atelier After starting the WebGateway Service I was able to log in. @Alexander Koblov : Thanks for the tip - I did this already but didn't enable the specific events. So I could see nothing. Thank you.
go to post Udo Leimberger · Nov 30, 2019 Hello Robert, yes of course I tried this but unfortunately it does not work. Do you have a Windows version or a Red Hat Linux ?
go to post Udo Leimberger · Nov 29, 2019 Thank you Robert . When I try to connect -- 4 licenses are free out of 5 and also the trick to In Security / Application didn't work.
go to post Udo Leimberger · Nov 28, 2019 I have the IRIS Community Edition license for Red Hat. Funny is that the IRIS Windows Community Edition works like a charm. Here is the license key for the Red Hat Edition. Everything looks good. License Capacity InterSystems IRIS Community license Customer Name InterSystems IRIS Community Order Number 54702 Expiration Date 10/30/2021 Authorization Key 8116600000500000500008000084345EF8F2473A5F13003Product=ServerLicense Type=Concurrent UserServer=SinglePlatform=IRIS CommunityLicense Units=5Licensed Cores=8Authorized Cores=8Extended Features=3A5F1300- Interoperability- BI User- BI Development- HealthShare- Analytics Run- Analytics Analyzer- Analytics Architect- NLP- HealthShare Foundation- Analytics VR Execute- Analytics VR Format- Analytics VR Data Define- InterSystems IRISNon-Production Unfortunately I have no login for WRC and can not get a preview license to test.
go to post Udo Leimberger · Nov 26, 2019 Hey Duncan, you also can use $CLASSMETHOD or $METHOD. Follow the links for IRIS documentation.