go to post Eduard Lebedyuk · Jan 26, 2022 docker pull containers.intersystems.com/intersystemscorp/iris-community:2021.2.0.649.0 is probably docker pull containers.intersystems.com/intersystems/iris-community:2021.2.0.649.0 Interesting news. Question: as access to containers.intersystems.com requires a WRC account, how do prospects/new users/people without WRC access can get community version of InterSystems IRIS?
go to post Eduard Lebedyuk · Jan 26, 2022 Yes, file would probably be better if you need a lot of settings. Is ^%zStartupError something system-defined?
go to post Eduard Lebedyuk · Jan 26, 2022 Are there any news on docker hub publication? docker pull store/intersystems/iris-community:2021.2.0.649.0 Error response from daemon: manifest for store/intersystems/iris-community:2021.2.0.649.0 not found: manifest unknown: manifest unknown
go to post Eduard Lebedyuk · Jan 24, 2022 Add to csproj <PackageReference Include="IRISUtilsCore21" Version="1.0.0" />
go to post Eduard Lebedyuk · Jan 14, 2022 I get 404 opening this url in the browser https://www.sidra.ibge.gov.br/api/values/t/1612/n2/all/v/all/p/last/c81/...
go to post Eduard Lebedyuk · Jan 12, 2022 No, as long as response is json this should work - %FromJSON accepts strings, streams and even file paths as input: set response = result.HttpResponse.Data set dados = {}.%FromJSON(response)
go to post Eduard Lebedyuk · Jan 12, 2022 It should work. Here's an example: Installer Dockerfile Please consider providing sample code.
go to post Eduard Lebedyuk · Jan 11, 2022 There's a FORMAT property parameter. Maybe setting it would help @Oliver Wilms? Checked, it's only for Display conversions. I suppose a custom data type would work.
go to post Eduard Lebedyuk · Jan 6, 2022 VSTS supports Git, I would recommend using it for version control. As for CI/CD pipeline check this series of articles.
go to post Eduard Lebedyuk · Jan 4, 2022 Use System Default Settings and set them on container startup via %ZSTART or OnStart (pass settings values inside via env vars or mounted file). Production would get System Default Settings automatically when started. We're using this approach and it works.
go to post Eduard Lebedyuk · Dec 30, 2021 Cool. I use custom ObjectScript commands via ^%ZLANG Routines. Advantages: Crossplatform Easy to transfer between servers Available since times immemorial Post your favorite aliases below. SQL shorthand is definitely useful.
go to post Eduard Lebedyuk · Dec 30, 2021 Execute the same query in ObjectScript process and check %objlasterror - maybe there would be additional info. For a given table does this happen on the same row? Same rownumber? Random row? If it's the same row - which one? Calling @Benjamin De Boe.
go to post Eduard Lebedyuk · Dec 30, 2021 Each individual tag can belong to only one namespace. Just add all the tags with their relevant namespaces and it should work.
go to post Eduard Lebedyuk · Dec 29, 2021 Have you followed Setting Up Your Project steps? If so, which step presented challenges? It can be any directory your user has full RW access to.