go to post David.Satorres6134 · Oct 16, 2020 Hi Brendan, I wanted to use it to have an index not based on the Keys. Finally, I've solved it by storing the values as Array Of %String, and into the string I got the values separated by # so I can access them via $p. And using as a array key what I needed to be indexed. It works quite well :-) Thanks anyway for reporting it :-)
go to post David.Satorres6134 · Aug 11, 2020 Ok then, I understand :-) JDBC works out of the box then, I can stop this JDBC gateway server right? And the users will be taken from the standard users database, exactly the same as when they access via ODBC. Am I correct? Wow, what a big misunderstanding from my part :D
go to post David.Satorres6134 · Aug 11, 2020 Hi, Yes, no problem with SMP. Do I understand from your message than even if the JDBC gateway servers is set up at port 53773 users need to point their JDBC to 51773 (superserver port?)
go to post David.Satorres6134 · Aug 11, 2020 Hi Robert, Maybe I didn't make myself clear enough... customers can't reach the port: $ telnet xxxxxxx.com 53773Trying 172.23.2.84...telnet: connect to address 172.23.2.84: Connection refusedtelnet: Unable to connect to remote host: Connection refused When I ask my Systems&Network department they say that IRIS is only "listening" to localhost (127.0.0.1), and that's the reason we cannot reach the port. My understanding is that IRIS is bound to l0 interface instead to eth0. Am I completely wrong here?
go to post David.Satorres6134 · Aug 10, 2020 Hi Dimitriy, I saw you just released version 0.8.8 few days ago, but if I'm not wrong the sync ability is still not there, is it?
go to post David.Satorres6134 · Jun 24, 2020 Ok thanks! I'll continue my integation when this update is available. Very good job, by the way! :-)
go to post David.Satorres6134 · Jun 20, 2020 Hi just managed to set it up and it's working. One thing I miss: the ability to synchronise the code with the server. If somebody else has changed to code in the server, I don't see any alert or message. So, if I compile a class I'll be updating with an old code. Is there any way to achieve this, like I can do in Eclipse+Atelier? Thanks!
go to post David.Satorres6134 · Jun 20, 2020 I answer myself, in case someone is in the same issue. WRC response was:The short answer is that unfortunately there is no stand-alone kit for Atelier, as it is distributed only as a plug-in for Eclipse, and as such it follows the official Eclipse distribution mechanism. But they gave me a few hints. Finally, I downloaded all the atelier package using wget from another computer, zipped it, copied to the computer and have it installed as local zip package. Worked like a charm :-)
go to post David.Satorres6134 · Jun 18, 2020 Hi Dimitriy, Im struggling to create a valid multi.code-workspace with several servers connected, but I fail. Do you have an example somewhere?
go to post David.Satorres6134 · Jun 18, 2020 While my VSCode is not fully migrated, I still need my Atelier :)
go to post David.Satorres6134 · Jun 16, 2020 Hi Matthew, Thanks for the answer. Can it be downloaded from the vscode marketplace? I actually don't work with dockers :'(
go to post David.Satorres6134 · Feb 20, 2020 Thanks Alex. But this other class gives as well the amount of bytes transferred and received ($p19 and $p20). And another bunch of numbers that I'd like to comprehend :-)
go to post David.Satorres6134 · Feb 20, 2020 Hi Mikhail, Where did you get the information for the meaning of the returned values from $system.ECP.GetProperty("ClientStats")? Nice job, anyway ;-)
go to post David.Satorres6134 · Sep 25, 2019 Hi Peter, Did you finally solve it? It's happening to me as well...
go to post David.Satorres6134 · Sep 13, 2019 I agree all other processes time are included. But how you decide the [16] value?Anyway, analytics is showing now 500 so I'd like to know how the calculations are done. I guess it's best if I go with WRC.
go to post David.Satorres6134 · Sep 13, 2019 Pool size is 5 :-)I've been looking for an example of one item that take a little long, as most of them are completed in less than 0.3 seconds. This is a full trace:I can see the component that takes long, but not as much as the average shown at the analytics :)
go to post David.Satorres6134 · Sep 12, 2019 5.I've seen weird numbers that make no sense. For example, for last hour three components have high values:That's why I'd like to know how is it calculated :)
go to post David.Satorres6134 · Jul 3, 2019 My mistake... the odbc driver name was wrong :'( I can connect now :)But I see that I have to rewrite the functions because the prepare, execute, fetch, etc attributes doesn't exist in pyODBC :'(UPDATE: just by changing a few lines allowed me to work with pyODBC.
go to post David.Satorres6134 · Apr 11, 2019 I can't remove the question, so I answer myself. The problem was at the routine called by the queue: a "lock" instruction seemed to break down everything.So, removing the line solved the problem :-) Now I just need to know why locking a global messes the whole thing up :-O
go to post David.Satorres6134 · Feb 26, 2019 Sorry, I just saw I can do:Index NewIndex On Test(ELEMENTS).Name