go to post Sébastien Demoustiez · Jul 27, 2017 Hello Robert,Yes the gateway on ser-app-w is configured to access server ser-app-db.It works for the cps and cls files, example:http://ser-app-db/csp/samples/test.csp --> http://ser-app-w/csp/samples/test.csphttp://ser-app-db/csp/samples/test.cls --> http://ser-app-w/csp/samples/test.clsBut it's not working with a web application link like:http://ser-app-db/csp/samples/docserver/request --> http://ser-app-w/csp/samples/docserver/request Thanks, Sébastien
go to post Sébastien Demoustiez · Jul 25, 2017 Hello Robert,Thank you very much for your fast and really helpfull answer.My problem is fixed and my day is saved :)Have a good day.Sébastien
go to post Sébastien Demoustiez · Dec 15, 2016 I tried with an other table with just 2 properties ( but more than 1million records too) and that's the same problem.see:http://imgbox.com/Df2WlAPohttp://imgbox.com/tEFMR5V8
go to post Sébastien Demoustiez · Dec 15, 2016 Strange but with this function the perfermance are really bad :(0.04s without and 13s with it ...
go to post Sébastien Demoustiez · Oct 10, 2016 Thanks for your answer. You absolutly right. You cant directly save the request in a variable but you can create a classmethod that execute the query and return the resultset. And then you can save this return in a variable. Thanks a lot Dmitry that save 10s of page load :)
go to post
Hello Robert,
Yes the gateway on ser-app-w is configured to access server ser-app-db.
It works for the cps and cls files, example:
http://ser-app-db/csp/samples/test.csp --> http://ser-app-w/csp/samples/test.csp
http://ser-app-db/csp/samples/test.cls --> http://ser-app-w/csp/samples/test.cls
But it's not working with a web application link like:
http://ser-app-db/csp/samples/docserver/request --> http://ser-app-w/csp/samples/docserver/request
Thanks,
Sébastien
go to post
Hello Robert,
Thank you very much for your fast and really helpfull answer.
My problem is fixed and my day is saved :)
Have a good day.
Sébastien
go to post
I tried with an other table with just 2 properties ( but more than 1million records too) and that's the same problem.
see:
http://imgbox.com/Df2WlAPo
http://imgbox.com/tEFMR5V8
go to post
Strange but with this function the perfermance are really bad :(
0.04s without and 13s with it ...
go to post
Exactly that :)
Thanks a lot.
go to post
Thanks for your answer.
You absolutly right.
You cant directly save the request in a variable but you can create a classmethod that execute the query and return the resultset. And then you can save this return in a variable.
Thanks a lot Dmitry that save 10s of page load :)