go to post John Murray · Oct 3, 2017 Another reason to limit your reliance on the webserver that InterSystems ship and install is that it will only receive security patches when you apply a maintenance update to your Cache/Ensemble/HealthShare instance. In comparison, you can (and should) take responsibility for keeping a standalone instance of webserver software (e.g. IIS, Apache) up to date with security fixes.
go to post John Murray · Oct 3, 2017 Any update on when 2017.2 will release? The most recent build we outside ISC have access to is 740, dated 24th August.
go to post John Murray · Oct 2, 2017 Interesting observation Ian.Can anyone at InterSystems confirm that this should (or should not) be necessary to redo after each upgrade?
go to post John Murray · Sep 29, 2017 Prepare() is for dynamic SQL, but in your case it's a class query you want to run. So change your rs.Prepare call to be an rs.Execute one. Or use the following as a quick verification:%SYS>d ##class(%ResultSet).RunQuery("Config.MapGlobals","List","HSEDGEREST","*")
go to post John Murray · Sep 29, 2017 Presumably you've verified that your code for doing that does work as expected when it's processing your instance's own CPF?
go to post John Murray · Sep 29, 2017 I think there's an easier way.Use Studio to create a project that contains your INC file.Save the project.When exporting the production, use the "Studio Project Files" button and choose your project.When the project selector dialog closes, the main export dialog shows your INC on the list of what will be exported.
go to post John Murray · Sep 28, 2017 A gentle nudge about this. The font is still wrong:It's a minor issue, but the fix ought not to be hard.
go to post John Murray · Sep 26, 2017 By setting up a gateway connection and then looking at the journal records I tracked down this global subtree: %SYS>d ^%G For help on global specifications DO HELP^%G Global ^%SYS("sql","ODBCCONNECTION" ^%SYS("sql","ODBCCONNECTION","DATA")=1 ^%SYS("sql","ODBCCONNECTION","DATA",1)=$lb("","ENS171 Samples","YJM","_system","HnBuSSuEERERntcVPGsUMQ==",0,0,"","","","",0,"",0,0,1,0,1,0,"",0) ^%SYS("sql","ODBCCONNECTION","INDEX","NameIndex"," YJM",1)="" Global ^ %SYS> The password (see yellow highlight) isn't stored in plaintext.
go to post John Murray · Sep 25, 2017 Doesn't the answer to your previous question at https://community.intersystems.com/post/convert-timestamp-its-correspond... help you here?
go to post John Murray · Sep 25, 2017 Soufiane, please mark Robert's answer as "accepted".Maybe also note that your thanks to Robert might have worked better as a "comment" under his answer, rather than being posted as a new answer on your original question.
go to post John Murray · Sep 25, 2017 That makes sense Nicole. Just wanted to check in case your experience of the DC UI in this case was further evidence of the comment vs answer confusion we've seen elsewhere in DC.
go to post John Murray · Sep 25, 2017 Thanks for the info so far Nicole. Just wondering why you posted it as a comment rather than an answer. Maybe because the DC UI is still confusing in this regard?
go to post John Murray · Sep 22, 2017 Still hoping for 2 and 3. They haven't made it into the current public beta, 1.1.351.
go to post John Murray · Sep 22, 2017 Fred, did you manage to solve this with WRC? If so, maybe post an answer here on DC. Then for bonus points, accept your answer.