go to post Fabian Haupt · Mar 26, 2018 There are any number of ways to connect with the DB. ODBC, REST api, jdbc, nodejs,... It really comes down to your requirements.
go to post Fabian Haupt · Mar 23, 2018 I'm not sure there is such a thing as 'typical' in terms of Eclipse installation. Whether you get egit or not depends very much on the edition you are downloading/installing.
go to post Fabian Haupt · Mar 20, 2018 This: https://www.regular-expressions.info/ is a very good resource to get started on regexes. Cheers
go to post Fabian Haupt · Feb 5, 2018 In short: a container is a sandbox that runs a single process. This in turn can spawn off other processes. For us, that is isc-main, which will take care of running on the necessary processes (write daemons etc). But as soon as that first process goes away, the container is being closed In a classical VM a complete machine is being simulated. Which in turn stars up a complete OS and not just a single process context. There are plenty of articles that explain the difference in more detail (for example: https://blog.netapp.com/blogs/containers-vs-vms/) (It's important to notice that on some OSes[windows + macos] docker is 'cheating' by creating a hidden linux VM to run the docker images)
go to post Fabian Haupt · Feb 1, 2018 The first thing I'd check are the permissions on these files. If you created them as root, they might not be readable for other users?
go to post Fabian Haupt · Feb 1, 2018 As Mike already said, pretty much it comes down to the specifics of your site and code. There aren't any big changes between 2014.1.2 and the current version, so I wouldn't expect much coding work. The majority of work is probably going to be your testing of the procedure and the resulting upgraded test environment. We are more than happy to discuss your upgrade plan and help with any issues you might encounter, feel free to contact the WRC and we'll go from there! Best, Fab
go to post Fabian Haupt · Jan 8, 2018 you need to add a mapping for api/atelier to the csp gateway in your webserver. see also this previous discussion: https://community.intersystems.com/post/atelier-and-external-web-server
go to post Fabian Haupt · Dec 26, 2017 That's a server side error. Nothing you can do about it, we'll have to wait till they resolve it on the server side. -Fab
go to post Fabian Haupt · Dec 22, 2017 Just as a quick follow up, this seems to happen if you had installed the standalone Atelier client and subsequently install a full eclipse into the same directory. This will lead to a conflict between a couple of jar, leading to the errors as shown above. Doing a clean fresh install of eclipse solves it.
go to post Fabian Haupt · Dec 13, 2017 seeing that that would be handled by the webserver, I don't see how there would need to be explicit support from ISC.
go to post Fabian Haupt · Dec 12, 2017 If you're saying you'll fork things. How often are you going to update from the source repo? (i.e. you didn't fork the latest version of yape)
go to post Fabian Haupt · Dec 11, 2017 Aside from the security concerns already raised (you should never direct accept user input), I feel the whole approach violates the statelessness of a REST architecture? Thoughts?
go to post Fabian Haupt · Nov 29, 2017 Best guess: your server responds to ICMP but HTTP. Please clarify if you need more details.
go to post Fabian Haupt · Nov 29, 2017 something like this would work: s contains=($BITLOGIC(aa|bb)=aa)||($BITLOGIC(aa|bb)=bb) You could also implement it with w ($ZB(aa,bb,7)=bb)||($ZB(aa,bb,7)=aa)
go to post Fabian Haupt · Nov 27, 2017 I don't think there's a quick answer for these questions. Please open a WRC issue and we can sort this out. -Fab
go to post Fabian Haupt · Nov 24, 2017 You should work your way through this reading list for starters: https://github.com/josephmisiti/awesome-machine-learning https://github.com/ujjwalkarn/Machine-Learning-Tutorials Best, Fab
go to post Fabian Haupt · Nov 23, 2017 He's all set. The mapping for apache had to be extended to include urls without extensions (see comments).