Question Ali Chaib · Apr 1, 2020 Post standard HTTP requests to the server with special parameters on the URL, the server returns data records instead of HTML pages Hi, Kindly find the below example : If I open google chrome and I add the below link (just an example) , it will download a file to my local PC. https://www.abc.com/cgi-bin/ocs/pswd=123&rpt=1 pswd correspond to the password rpt represent the report How can I do the above using code in cache studio ? What type of services should I use? what's the parameters ? functions? and how can I test it? #Caché #Ensemble 0 4 0 392
Question Ali Chaib · Feb 28, 2020 Create a list of messages in studio Do you have any clue how to create a list of messages in studio ? Example : I can define one message that is called DoctorInfoMsg such as set DoctorInfoMsg= ##class(PKGNotification.InDoctorInfo).%New() #Studio #Caché 0 6 0 244
Question Ali Chaib · Aug 2, 2018 Invalid precision value Hi,I'm trying to execute a function in a loop using studio but I'm having an error; "ODBC driver for sql server Invalid precision value"Any help please?Example :for i=1:1:2{... #Caché #Ensemble 0 1 0 540
Question Ali Chaib · Apr 24, 2018 ERROR #5803: Failed to acquire exclusive lock on instance of '%Studio.ProjectItem' Hi,I'm using ensemble and when I try to export from the production I get the following error: ERROR #5803: Failed to acquire exclusive lock on instance of '%Studio.ProjectItem'May you please help me? #Object Data Model #Ensemble 0 10 0 2.2K
Question Ali Chaib · Mar 5, 2018 Send txt file thourgh TCP Hi,I'm trying to send a txt file over TCP.The txt file contains lines, every line has a fixed length : 179 characters , however it seems that this length vary while sending it!So, I need to send the content of the txt file as it is without adding anything.I'm using as operation EnsLib.TCP.PassthroughOperation. I need your help please.Thanks ! #Object Data Model #Ensemble 0 3 0 501