go to post Robert Cemper · Jul 9, 2024 How can I run this from my Windows 11 Docker Desktop ?install fails. https://github.com/grongierisc/iris-fastapi-template/issues/1
go to post Robert Cemper · Jul 6, 2024 http://<server>:<port>/csp/......refers to the private webserver installed and used in past releases
go to post Robert Cemper · Jul 6, 2024 check if your external webserver listening to 8080 is started at all
go to post Robert Cemper · Jul 6, 2024 You probably should ask this in an Oracle forum.This is definitely not the best place to discuss such idea
go to post Robert Cemper · Jul 6, 2024 _SYSTEM is just another user name with role %ALLany other account with the same role can do it as well.Tying some code to a Username ignoring the power of roles is an elementary design error.
go to post Robert Cemper · Jul 6, 2024 Hi @Otto Medin !HTTP is basically US ASCII 7bit with some "handcrafted" extensions- somehow "UTF 7.6" 🤪 focussing on octetsit works for äöü but NOT for € (x20AC) >>> in URL %u20AC for details: https://softwareengineering.stackexchange.com/questions/304419/what-encoding-are-the-http-status-and-header-linesmy hint: Try to avoid it in HTTP headers and stick with 7bit ASCII to be on the save sidebrowsers are less risk for problems but old applications are
go to post Robert Cemper · Jul 6, 2024 any MIRORING is technically GLOBAL Mirroringread in docs https://docs.intersystems.com/iris20242/csp/docbook/Doc.View.cls?KEY=PAGE_high_availability
go to post Robert Cemper · Jul 6, 2024 4 options: map it to namespace %ALL naming it with % as first character places in %SYS namespace (e.g. ^%MUTHU) that traditional approach is possible but not recommended naming it ^mtemp.*, ^CacheTemp*, ^IRIS.Temp* allocates it in db IRISTEMP subscript level mapping allows partial mapping (e.g. to IRISTEMP)
go to post Robert Cemper · Jul 4, 2024 Manipulating time values is a risky ground. See this simple example. USER>write ?1%, $ZTZ," : ",$zdt($ZTS)," : ",$zdt($now())," : ",$zdt($h) -60 : 07/04/2024 16:03:42 : 07/04/2024 17:03:42 : 07/04/2024 18:03:42 $ZTZ is the geographic offset to UTC in minutes $ZTS is UTC time (no daylight saving !) $NOW() is UTC adjusted by $ZTZ (no daylight saving or special time zone adjustment) $H is based on the time set in your server OS So for international applications using anything else than UTC is an open trap you might be caught in. This was the original motivation to use UTC in ENSEMBLE and it's descendants and followers
go to post Robert Cemper · Jul 4, 2024 traditional style: Set From = "2024-07-04 13:21:16.477" Set To = $tr(From," -:")\1
go to post Robert Cemper · Jul 3, 2024 Pls be more precise:- where do your data come from and how?- where do you expect to store them ?- what do you mean by "linked servers" ?NO ODBC: in general in IRIS almost every table can be accessed also as object..
go to post Robert Cemper · Jul 1, 2024 My driver loaded using IRIS CLIENT installationC:\Program Files\Common Files\InterSystems\IRIS\IRISODBC3564.dllmy driver version =2023.1.4.580.0As displayed by OEBDC
go to post Robert Cemper · Jul 1, 2024 If I understand it correctly :- DBeaver uses your ODBC and works OK (or is this a different driver ?)- Power BI tries ODBC but fails
go to post Robert Cemper · Jun 30, 2024 YES, concurrency applies to persistent objects once the are sved the first timethis means: it doesn't apply when the object is NEW and has no ID yet.
go to post Robert Cemper · Jun 30, 2024 the basic mechanic in ObjectScript is the LOCK command (https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=ITECHREF_lock) for persistent objects this mechanic is named Concurrencycheck this context with lots of various cases and examples https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=GOBJ_concurrency. https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS_lockbasics
go to post Robert Cemper · Jun 29, 2024 I just had a similar picture when my trial account was terminated.see: https://community.intersystems.com/post/intersystems-iris-cloud-sql-and-intersystems-iris-cloud-integratedml-are-now-generally To encourage experimentation and developer creativity, new subscribers automatically receive a $300 credit for running deployments of any size. Beyond this free credit, customers will be billed through their AWS account.
go to post Robert Cemper · Jun 27, 2024 After an updated + repair of my local Ensemble 2018 installationI had to re-install my IRIS 2023.1.4 client!
go to post Robert Cemper · Jun 27, 2024 @Alexey Nechaev In my trial file SSLDefs.ini was placed into C:\Program Files (x86)\Common Files\InterSystems\IRIS\ whích required admin access rightsI also gave Full Access to Everyone for the file (to avoid conflicts with 👿 MS security) in addition also my ip address was NUMERIC to match DSNso your's should look like this [My CloudSQL Server] Address=44.221.219.249Port=443SSLConfig=SampleSSLConfig