Question Nezla · Mar 21, 2023 Sending SMS notifications Hi Guys, Is there a sample on how to send notifications via sms ? do we need an smtp sever or a external plugin in..etc? Thanks #Ensemble 1 4 1 489
Question Nezla · Mar 20, 2023 Reading through file fast Hi Guys, I've the below code that copies 15000 records into a global, problem is that taking around 11 secs to finish and I'm wondering if there is any faster way (eg. would copying the file into stream and look through the stream makes it faster!?) because I've hundreds of files I need to process every time. #Ensemble 0 4 0 467
Question Nezla · Mar 19, 2023 heavy processing tasks Hi Guys, I've a task that runs every 10 mins executing the below code, but the issue is that it slowing the system down affecting other processes, so is there a way to maybe spread the execution of this so it doesn't slow down the system? I've tried spreading these fucntion in two different tasks but doesn't seem to change much. #Ensemble 1 4 0 345
Question Nezla · Mar 8, 2023 Session ending message Hi Guys, I'm using session to save some data eg. login details, data I need earlier, and of course if the screen left idol with no activity the session may time out and I would like to display a message waring the user that their session is about to expire (as some web application do) , so how can do that? Thanks #Ensemble 0 2 0 263
Question Nezla · Feb 21, 2023 User access Hi Guys, How to create a user that can have access to only one specific Zen page of an application? Thanks #Ensemble 0 3 0 196
Question Nezla · Feb 20, 2023 Restoring backup from journals Hi Guys, Could I have the steps on how to restore Cache.dat from Journals pls? Thanks #Ensemble 0 2 0 345
Question Nezla · Jan 27, 2023 Exiting terminal without loosing job Hi Guys, Sealy question but I'm between a hard and rock :) #Ensemble 0 7 0 258
Question Nezla · Jan 26, 2023 Tablepane Navigation Hi Guys The navigation by default returns the Total records, how can I change that or allow the navigator to only show the number of records in the current page, or is there a property of Tablepane that returns the current page records No? Thanks #Ensemble 0 0 0 165
Question Nezla · Jan 16, 2023 File system Max size Hi Guys, we are having a problem with the Cache.dat file is not expanding anymore since it has reached 2.2TB, we still have extra 260Gb of free disk space in our drive but for some reason it's raising a FILEFULL which is a result or the database not able to expand. #Ensemble 0 4 0 590
Question Nezla · Jan 12, 2023 Setting up default port in Apache for Web Apps Hi Guys, we this format of url with port required, and my guess that if we specify port 57772 as the default port in the web server which I'm assuming that would be Apache , we don't have to specify the port in our url, so how can set a default port in Apache? http://localhost:57772/us-serenity/MSDS.SelectApplication.UI.SelectAppli... Thanks #Ensemble 0 5 1 575
Question Nezla · Dec 14, 2022 Property definition principles Hi Guys, I'm trying to get head around this principle of instance variables and the advantage of it. I found this principle used a lot by my predecessor in some properties definition and I'm wondering why don't we just use the property as simple as is, its creating two properties sCtg that contain the value and Ctg is a calculate to get the value of sCtg, is there advantage of fast accessing or... !? #Ensemble 0 3 0 312
Question Nezla · Nov 30, 2022 Unable to print from Edge Hi Guys, Our clients are running Zen pages from Internet explorer and able to print with no issues but since they upgraded to Edge the can't print anymore, the user can select the printer from the listbox but it says "Printer Unavailable" ? so far they installed MSDWebCient.msi and also set Edge to run in IE mode following these steps : #Ensemble 0 0 1 461
Question Nezla · Nov 29, 2022 Apache with SSL Certificates Hi Guys, Our system admin has installed a new SSL certificate to replace the old one in our Windows server 2016. So should it be ok to just then remove the old Certificate given that we installed the new one, knowing that the old one has been used previously or do we need to do something in existing SSL/TLS configurations ? #Ensemble 0 2 0 341
Question Nezla · Nov 19, 2022 Cache data types conversion Hi Guys, I've this : - NodeJS example, #Ensemble 0 4 0 489
Question Nezla · Nov 9, 2022 SQL gateway connections Hi Guys, My understanding is that SQL gateway connection is a way where you can have two ensemble instances where in instance A you can have a class and then you create a connection from instance B and you can run queries for that table from instance A into B? But as I checked the doc, it says that SQL gateways is a way to just import data from an instance to another? Thanks #Ensemble 0 1 0 431
Question Nezla · Nov 7, 2022 Force stopping a task Hi Guys, I've a task scheduler that is stuck in Running is there a way for force stopping it? Thanks #Ensemble 0 5 0 906
Question Nezla · Oct 25, 2022 Setting a web application password Hi Guys, From where can I set a user/pass for an application pls? I've the below application as an API to be used by a client to send requests and would like to set a user/pass for it, I can see the Password tickbox but where can I type in the required password, and can I set a use as well? Thanks #Ensemble 0 1 0 200
Question Nezla · Oct 13, 2022 Rest APIs for beginners Hi Guys, I'm really not that familiar with Rest APIs in Ensemble and came across one while investigating some issues. #Ensemble 1 4 0 739