go to post Kurro Lopez · Oct 28 Thank you Luis Angel, I've followed the steps of the documentation and now it works. Fortunally, the code of that namespace it was a dummy code just to create a documentation about how to rename a namespace.
go to post Kurro Lopez · Oct 18 Thanks Julian. If there is any error in the query, always throw a generic error code (ERROR #6022: Gateway: Execute fail), but I don't know if it is due a a duplicate value (code 2061) or is due other sql error code. Using this code, err.Code always is 6022
go to post Kurro Lopez · Oct 18 Note: I've done the following code to catch the native error... but it is a bit "smell code" // run the query Set tSC = ..Adapter.ExecuteUpdateParmArray(.nrows,SQL,.param) // Check if there is any error If $$$ISERR(tSC) { Set msgError = $System.Status.GetErrorText(tSC) // Check here if the native error code is 2601 (Cannot insert duplicate key row into object 'MYPATIENTS' with unique index 'UQ_UNIQUE_INDEX') if $FIND(msgError, "[2601]") > 0 { // This is a insert/update that violates the unique code // remove duplicate record quit $$$OK } else { // Generic error... thow excepction quit tSC } }
go to post Kurro Lopez · Oct 2 Congratulations to all winners. iterm is super useful. Great job by @Dmitry Maslennikov
go to post Kurro Lopez · Jul 23 Thanks Thomas, Indeed, I have tried to use IntegratedML as a neural network, if I really need my model to learn to find what the pattern of converting degrees Celsius to Fahrenheit is, it is to "feed" the data with more data. Thanks so much for the explanation.
go to post Kurro Lopez · Jul 15 I don't believe that training is working as poorly as I'm experiencing. Does anyone have any answers to this problem?
go to post Kurro Lopez · Apr 10 Thanks, using this code I've converted it to a Strem.GlobalChar and read the content correctly
go to post Kurro Lopez · Mar 27 I'm afraid you need a Office 365 subscription, because it is a functionality for full version. Sorry. The webhook is associated with an account and is managed by the Microsoft server, a personal account does not have a service that is "listening" for external requests.
go to post Kurro Lopez · Mar 20 He is more than a hero... he is our inspiration. I have no words to express my admiration for @Robert Cemper. Congratulation, I hope we can meet together soon
go to post Kurro Lopez · Mar 15 ding, ding, ding... we have a winner!!! Yep... the event OnEndRequest is the correct answer... I can get the end of the process. Thanks for your help
go to post Kurro Lopez · Mar 15 Thanks for your help. But I am trying to use a common class, all the BS are inherited from this BS.ApiBase.cls, this way I don't need to modify the rest of the productions and we can implement this feature for all of them. Anyway, you have solved me how to get the SessionId, using the OnProcessInput
go to post Kurro Lopez · Mar 14 Thanks for your replay. Indeed, there is a package using pyhton, but not all of us can have access to use Python on client servers. The idea of using only objectscript arose from the need to not be able to implement Python on those servers.
go to post Kurro Lopez · Mar 13 If you want to know how it works... check the following video https://www.youtube.com/embed/VaTRgDB5HO0[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]