Question Syed M · Apr 23 Write Daemon Status Hi, Is there anyway available to get the current status of Write Daemon through code? Generally, this information is present in Management Portal->System Operation->System Dashboard->System Usage->Write Daemon. Thanks & Regards, Syed #Caché #Ensemble 0 5 1 145
Question Syed M · Aug 27, 2021 SSO Login Hi We have an application that is logged using AWS SSO. We are passing username and password from the AWS SSO to our application for validating the user. But what we need is, we need to login to application without using the password. Is there any possible way available for this? Thanks,Syed M #Caché 0 1 0 268
Question Syed M · Aug 20, 2021 PBKDF2 Decryption Hi all Is there anyway to decrypt the PBKDF2 encrypted data in a table? Thanks,Syed M #Caché 0 4 0 5.5K
Question Syed M · Jul 27, 2021 Method Call Hi all, We have a session values in a cache method and need to get those values in a client method (JavaScript). Eg : ClassMethod Method1(){ Set %session.Data("Param1")="Data 1"} ClientMethod onloadHandler [Language = javascript]{ var ret = zenPage.getSessionValues();} ClassMethod getSessionValues() As %String [zenMethod]{ Set Data = $G(%session.Data("Param1")) Quit Data} #JavaScript #ZEN #Caché 0 1 0 469