go to post Eduard Lebedyuk · Apr 12, 2017 Whitelist ip's with access to management postal1. Open <install dir>/CSP/bin/CSP.ini2. Set System_Manager.
go to post Eduard Lebedyuk · Apr 12, 2017 Breaks maybe? AFAIK break points are unaffected by compilation.
go to post Eduard Lebedyuk · Apr 12, 2017 1. Convert excel files into csv (manually or automatically)2. Use csv import in %SQL.Util.Procedures class.
go to post Eduard Lebedyuk · Apr 11, 2017 Use ##SafeExpression instead of ##Expression to generate code once.
go to post Eduard Lebedyuk · Apr 11, 2017 You set tSC variable equal to a string: "/ensemble/data/transfer/AncillaryPDF/TMSAUDIO/Apr-11-1/980512729TMSAUDIO1046784936436537800.pdf" However, this variable was (probably) intended to be used as a %Status. Somewhere there is probably a check: $$$ISERR(tSC) $$$ISOK(tSC) Or status variable is set from tSC.
go to post Eduard Lebedyuk · Apr 11, 2017 Possible reasonsClass doesn't have a %Open method. Check class value, and try to execute in a terminal: zw ##class(<class>).%Open(oid)Passing id instead of oid. Try to use %OpenId method instead.
go to post Eduard Lebedyuk · Apr 11, 2017 1. Do you send Authorization Basic header? What's the status code?2. Include session cookie with the request. It should be done automatically.
go to post Eduard Lebedyuk · Apr 10, 2017 1. Go to: SMP -> Menu -> Web Apps -> Your web app.2. Click on DeepSee checkbox.3. Press Save.
go to post Eduard Lebedyuk · Apr 10, 2017 1. Export cube registry class from source server 2. Import cube registry class into target server 3. Execute in a terminal on a target server: set ^DeepSee.CubeManager("activeRegistry") = "Cube.Registry.Class"
go to post Eduard Lebedyuk · Apr 10, 2017 Unit tests should be on a server. Copy your files to "/usr/cachesys/mgr/unittests/" and point ^UnitTestRoot global to it.
go to post Eduard Lebedyuk · Apr 7, 2017 To check new prompt $system.Process method can be used: do $system.Process.TerminalPrompt(8,2,4) Here's a description of all possible values. For me 4 (Current time) is very useful as it allows for a quick performance tracking.
go to post Eduard Lebedyuk · Apr 6, 2017 You're trying to connect to cache from the same cache process. I think the error arises from that.
go to post Eduard Lebedyuk · Apr 6, 2017 You can output to current device, and read that in Caché. Here's a relevant discussion.
go to post Eduard Lebedyuk · Apr 4, 2017 What about %ZEN.Auxiliary.JSONProvider:%WriteJSONFromObject?
go to post Eduard Lebedyuk · Apr 4, 2017 You can click "Add new comment" label under the post you want to reply to.