go to post Robert Cemper · Sep 7, 2022 SOAP is quite specific and critical to data format and structure.You might extend it, but then Edge Server is the active part and you depend on its regular "broadcast".If Doc Server should be the active partner I'd rather suggest to use JDBC in Linux.Your actual $get might be embedded as a Method projected as SQL Procedure that you call.There exist examples to even execute COS commands by that approach:see: ObjectScript over ODBC
go to post Robert Cemper · Sep 7, 2022 How do you connect to Edge Server? ECP? Some ODBC/JDBC access? plain TCP ?
go to post Robert Cemper · Aug 31, 2022 %SYS.NLS.Locale is the class to achieve this.though it's not so funnyseems to be wrapper around ^%NLS and ^%SYS.NLS
go to post Robert Cemper · Aug 31, 2022 Hi @Ditmar Tybussek Raw containers from ISC are always just US versions. (aka. international)If you use Dockfile you have all freedom to condition YOUR container according to your needs. MgmtPortal: this is a good old CSP feature that looks for the primary language of your browserand translates your pages to DE if available.Docker itself seems to have no idea about your environment.
go to post Robert Cemper · Aug 28, 2022 Your keywords >90% COS + SAMPLES indicate your background.if you don't intend to win a prize in a contest adapting some CSP Samples will be fastest. Forget any ZEN.And just call the CSP class. never the .CSP itself.what I mean:NOT http://localhost:56773/csp/samples/form.cspBUT http://localhost:56773/csp/samples/csp.form.CLS It's my quick and dirty approach
go to post Robert Cemper · Aug 27, 2022 from:https://docs.jsonata.org/date-time#:~:text=JSON%20does%20not%20have%20a,%3A45%3A00.000Z%22%20%7D for ISO 8301 #1) your source has to be a %TimeStamp aka. ODBC format#2) it requires a LogicalToXSD() transformation. >write ##class(%Library.TimeStamp).LogicalToXSD($ZDT($Now(),3,,4))2022-08-27T22:54:48.8953ZBut there is no defined Standard.
go to post Robert Cemper · Aug 26, 2022 if it is a straight 8bit DB you have the challenge to find outhow characters beyond the primitive 7bit ASCII are stored e.g. ÀöÜß € ¡¿ è & é çis it ISO Latin 1 , 2 ,3 4, 5 ... or any of the horrible Win encondings
go to post Robert Cemper · Aug 24, 2022 2 mistakes: #1^$get(node) delivers the content of variable nodebut you would expect the result of $get(@node) using node as global reference #2) the better way is to use the implicit GETSet node = $Query(^FromExtraMed(""),1,value)write value
go to post Robert Cemper · Aug 23, 2022 it is basically using CPIPE out of a CSP page.Article Execute Server Commands from Caché / Ensemble / IRIS
go to post Robert Cemper · Aug 23, 2022 if you have just to place a bunch of lines at OS level from inside IRIS you may try my packageWebCommand If you can operate with irisowner privilegesIt's similar to ! or $ in normal terminal or console access. Article on DC
go to post Robert Cemper · Aug 22, 2022 for DOCKER:docker exec -it [-u root] <container-name or -id> bashdetails
go to post Robert Cemper · Aug 20, 2022 A somewhat similar example might be found in ENSDEMO Class Demo.Loan.FindRateTCPService
go to post Robert Cemper · Aug 20, 2022 check this: https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EHTTP_inbound#EHTTP_creating_bus_service_configespecially this: https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY... The URL is then http://your-server-ip:your-port/
go to post Robert Cemper · Aug 18, 2022 The count is totally correct as you asked for all lines of codes you get counted all executable code.you do not count properties, comments, whatever ..... It might be easier to do an export in UDL format and let someNotepad or similar count the lines without any qualification. BTW. do get paid by lines ?
go to post Robert Cemper · Aug 17, 2022 ¡Hola Yone!What about your replies to this 3 deep basic questions ?
go to post Robert Cemper · Aug 16, 2022 Thank you @Ben Spead !In our common project, I had the joy of letting rule creativity (which in turn triggers productivity)!That's a key skill of an excellent project manager. It acts like a musher in Iditarod. Making the dogs give their best + having fun
go to post Robert Cemper · Aug 16, 2022 It's funny you raise that subject now, as I just finished writing my "technologic bio" for my sons.I won't translate the whole booklet but just pick out some highlights, #1) Why did you choose to become a software engineer / developer? To become Engineer was an almost a genetic determination. I could roll back my ancestors downto 1600 to find a repeating pattern of technical construction in wood, stone, metal, ...and started with studying electronics. Software just happened by consequence and found itssummit by a complete operating system, with a distributed M-database, interpreter, ... on VAX. #2) How and when did you start to generate a "flow state of mind" during your career? As a boy I was reading Walt Disney's comics. "Gyro Gearloose" was the most impressivecharacter to me and his statement "An engineer can invent everything" just caught me.I was reading the German translation that added some extra fun: "Dem Intschinör ist nix zu schwör!". It became my personal mission statement: "For a real engineer ‘IMPOSSIBLE’ doesn’t exist !"It became a red trace throughout my whole life. And the epigenetic 'fighter gen' inherited from myfirst ancestor surviving the 30years war with honors formed me to never give up. #3)What are recommended habits inside and outside, during you own time and duringyour work time, to be focused during your coding session and daily tasks? For software development, you should understand the language you use down to its darkest corner. You have to be as fluent as in a foreign language you speak. You know that you are there if you use it also in your dreams. Let your creativity roll on and seek to have fun with it to find the 'impossible' solution, and forget about thinking: "this can never happen!" This is just an illusion. Don't accept stops by rules that are not yours. I've seen so many nonsense measurements like the number of lines by month. In the first years even the number of punched cards (!) length of code, length of lines, number of comment lines by method, sick naming conventions, .. find your solution first and make it fast and stable and leave the polishing to please Code Quality and similar tools that will never follow your mind to the "coding clerks" (minor qualified engineers) to please controllers and administrators and managers who are not able to follow your great ideas. Finally, share your oeuvre with a qualified software engineer that you trust, to add the minimum required comments and explanations triggered by his questions. If your employer dislikes your style., leave it. Working against your own fire of creativity and your own fun at working can never be compensated by money. I did it for some short years and was not happy at work at all. I fought for my success and had my achievements. But fun at work came back only until returned to software engineering.