Question Sebastian Thiele · Jul 28, 2017 Best way to determine if SMP is used with https Hi, we´re looking for a way to determine, if the System Management Portal (SMP) is only accessible through ssl/tls -> https. One of our applications send daily reports via email and places some dynamically created links within it. The application runs on the instance being monitorred (Ensemble-Productions). Since we migrate some of our customers systems to use https for the SMP connection, we need to generate those links with https:// instead of http://. Our application is characterized as kind of a lib so we use it for many of our clients systems. #Management Portal #Security #Ensemble 0 4 0 719
Question Sebastian Thiele · Apr 7, 2017 Auto select with ZEN dataCombo Hi,is there a way to implement the behaviour for a zen dataCombo? Let´s assume the dataCombo retrieves it´s data via sql query, lets say 50 records. Now the user type into the input of the datacombo 'a', which shall auto select the first entry beginning with character 'a'. If the type 'a' again, the next item from the list is selected. What I am looking for is an approach to implement such an behaviour. See a simple <select> component which support the desired functionality out-of the box. #ZEN #Caché 0 3 0 373
Question Sebastian Thiele · Dec 15, 2016 ZEN Class property 'list of Objects' on client (empty) on server (filled) Hi, I have a ZEN page class with the following annotation. What I try to accomplish is to display data from Object of Type MyPckg.Message. Each Message shall be displayed in a component of type <html>. The outline is somekind the following. #Beginner #Caché #ZEN 0 3 0 350
Question Sebastian Thiele · Dec 14, 2016 Login to csp application from remote system Hi,i have a csp application (namespace default) to which i like to login from remote. This is possible viahttp://localhost:57772/csp/namespace/MyApp.MyPage.cls?CacheUserName=<use... #Security #Ensemble 0 2 0 387
Question Sebastian Thiele · Dec 2, 2016 Looking for implementation idea with display of webservice data Hi all, I am looking for an implementation idea for displaying a large amount of data received from a webservice. This data are essentialy HL7-Message as a GlobalCharacter Stream and some metadata (status,processed,timecreated etc.). Since I need sorting functionalities for those metadata a tablepane in a zen page seems to be suitable. i know there are different ways to provide data for the table but in this case it´s complicated to get them data fetched. Consider the following steps #ZEN #Caché 0 1 0 370
Question Sebastian Thiele · Nov 11, 2016 Adding parameter to ZEN dataCombo at runtime from server Hi,I try to programmatically create a parameter for a dataCombo ZEN Component (which is in turn created on the server side at runtime).Set tParm = ##class(%ZEN.Auxiliary.parameter).%New()Set tParm.id = "pRegion#"_pExamContainerCount, tParm.name = "pRegion#"_pExamContainerCount #ZEN #Caché 0 2 0 403
Question Sebastian Thiele · Feb 21, 2016 How to Properly setting up CSP-Application (Security)? Hi,posted some weeks ago in the "old" ZEN Google Group, maybe someone here can help to understand how to properly setting up a csp applications and contributing from the build-in caché security mechanism.I´ve created a webapplication and wan´t to add further security to it using the smp. But... first things first.I have two Databases let´s say DB1-LOGIN and DB2-Application. Each of this DBs has a resource assigned. DB1-LOGIN has a resource %DB1-LOGIN which has a public permission of 'read'. DB2 has a resource as well %DB2-Application with no public access. #Frontend #Caché 1 7 0 591