go to post John Murray · Jan 23, 2019 In that case I'd like to lobby for devchange JGM785 to get into Ensemble 2018.1.2. This devchange addresses a longstanding weakness in Portal, namely that its schema editor didn't respect server-side source control.
go to post John Murray · Jan 23, 2019 Is there an ETA for 2019.1 preview versions of Caché and Ensemble, for those who haven't yet migrated to InterSystems IRIS?
go to post John Murray · Jan 17, 2019 I shall be there from the Tuesday lunchtime until Wednesday night and will be happy to demonstrate it wherever people want to gather round my laptop. There isn't a Partner Pavilion at the event.
go to post John Murray · Jan 17, 2019 I shall also be there with the VSCode extension from George James Software.
go to post John Murray · Jan 17, 2019 It's now confirmed that I shall be attending the InterSystems Benelux Symposium.
go to post John Murray · Jan 16, 2019 Sorry about that David. I've edited the post to include my email address.
go to post John Murray · Jan 16, 2019 Yes Herman, we hope to be there. But if you'd like to get your hands on it before then please contact me as indicated above.
go to post John Murray · Jan 15, 2019 My guess is you're not testing the SQLCODE variable's result before you try and access the KeyID host variable.Docs here.
go to post John Murray · Jan 14, 2019 To use our extension you have to install some code on the target server. This code works on the latest platforms (e.g. the IRIS 2018.2 Field Test container) and on versions back to well before InterSystems' Minimum Supported Version. Indeed, one of my targets is still on 2008.1.So a single VSCode instance can connect to many different server versions.Does that answer your question Robert?
go to post John Murray · Dec 14, 2018 Maybe cause by some kind of fault in query caching? Please post your $ZVERSION info in case it's relevant.
go to post John Murray · Dec 7, 2018 Are you able to share the XML export of a class definition (the simpler the better) that demonstrates this problem?
go to post John Murray · Nov 29, 2018 I advise you not to try and alter the configuration of the Apache instance that InterSystems installs. It's primarily there to host their Portal for system management. The docs warn you against using it for other purposes. For example:https://docs.intersystems.com/ens20181/csp/docbook/DocBook.UI.Page.cls?K...
go to post John Murray · Nov 29, 2018 I don't think you need it at all. Take it out entirely and I'm betting your page will still work.
go to post John Murray · Nov 29, 2018 What's the purpose of the <base href="/"> in your <head> section? And if you remove it does your problem go away?
go to post John Murray · Nov 29, 2018 Is your Z: drive a mapped one? If so, it might not be available to the Windows user that the InterSystems background processes run as. Is your Ensemble instance running as LocalSystem (see Windows Services)?
go to post John Murray · Nov 29, 2018 If I go to http://localhost:57772/testwebapp, I get "Not found".Yes, this is expected. The private instance of Apache which HealthShare runs on your port 57772 isn't set up to serve 'default' page(s).As for your relative path problem, please show us what your index.html file looks like. Simplify it if you wish, but make sure you don't fix the problem as you do so!
go to post John Murray · Nov 22, 2018 Another reference - https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...The section headed SQLCODE is reproduced below:SQLCODEAfter running an embedded SQL Query, you must check the SQLCODE before processing the output host variables.If SQLCODE=0 the query completed successfully and returned data. The output host variables contain field values.If SQLCODE=100 the query completed successfully, but output host variable values may differ. Either:The query returned one or more rows of data (SQLCODE=0), then reached the end of the data (SQLCODE=100), in which case output host variables are set to the field values of the last row returned. %ROWCOUNT>0.The query returned no data, in which case the output host variables are undefined. %ROWCOUNT=0.If a query returns only aggregate functions, the first FETCH always completes with SQLCODE=0 and %ROWCOUNT=1, even when there is no data in the table. The second FETCH completes with SQLCODE=100 and %ROWCOUNT=1. If there is no data in the table or no data matches the query conditions, the query sets output host variables to 0 or the empty string, as appropriate.If SQLCODE is a negative number the query failed with an error condition. For a list of these error codes and additional information, refer to the SQLCODE Values and Error Messages chapter of the Caché Error Reference.Depending on how Embedded SQL is invoked, you may have to NEW the SQLCODE variable before entering Embedded SQL. With trigger code, setting SQLCODE to a nonzero value automatically sets %ok to zero.In Dynamic SQL, the corresponding %SQLCODE property returns SQL error code values.
go to post John Murray · Nov 15, 2018 Has anyone been able to install Atelier 1.3?I certainly have.A search for "PKIX" here on DC quickly led me to this post, with a comment thread that looks like it may help you:https://community.intersystems.com/post/atelier-now-available-eclipse-ma...