go to post Robert Cemper · Jun 8, 2022 to use ECP you need a MultiServer License. Entree (the smallest, cheapest) is note suited for it.
go to post Robert Cemper · Jun 7, 2022 Between 2 servers you may use this: Background-Jobs-ECP or ObjectScript-Over-ODBC
go to post Robert Cemper · Jun 6, 2022 You are still counted with RU as at beginning of the contests.I didn't split your identity. I had rumors that you are contracted in UAR.
go to post Robert Cemper · Jun 2, 2022 Version 0.0.2 Improved Statistic #5 "Winner's Profile" as Rank vs. Contest table
go to post Robert Cemper · Jun 1, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Jun 1, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Jun 1, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Jun 1, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · May 28, 2022 set sc=rs.Execute("a") You pass a paramter,but there is no need for a parameter visible. NO ? in query try set sc=rs.Execute()
go to post Robert Cemper · May 28, 2022 Just an idea:wouldn't CopyFromAndSave(source As %Stream.Object) be a better approach ??
go to post Robert Cemper · May 28, 2022 just after Do Httprequest.EntityBody.Write(mystring)Do Httprequest.EntityBody.%Save() As with any other object
go to post Robert Cemper · May 28, 2022 Httprequest.EntityBody is a %GlobalBinaryStream object.In your code I see Do Httprequest.EntityBody.Write(mystring) But no %Save() to take care of completion and persistence of the object