go to post Dmitry Maslennikov · Aug 7, 2017 Please provide some more details. Such as codepage of your output texts, version of cache (unicode?), font in terminal, is it cterm or not.Codepage for your text, I suppose that you use CP866. Nowadays I would recommend converting to Unicode.
go to post Dmitry Maslennikov · Aug 1, 2017 As far as I know .abf file format, it is just backup for MSSQL Databases. So, It is not possible and will not possible in any way. And all this conversion will not be such easy. And you should understand that Cubes, that not about data before you should migrate all the data, and create new cubes in Caché with knowledge about, how it was in MS SQL.
go to post Dmitry Maslennikov · Aug 1, 2017 Do not forget to mark the answer as accepted, if you this so.
go to post Dmitry Maslennikov · Aug 1, 2017 So, now it's time to choose one of the answers as accepted.
go to post Dmitry Maslennikov · Jul 25, 2017 Just one file should be changed for it, and it is less than an hour of work.
go to post Dmitry Maslennikov · Jul 24, 2017 I think it even works without any COS code, just like any other system functions. And they have more than just only IsMthd.
go to post Dmitry Maslennikov · Jul 24, 2017 Check if method %New exists with this function $system.CLS.IsMthd(ClassName, "%New")
go to post Dmitry Maslennikov · Jul 24, 2017 Look at my project, where I have almost the same idea. Sending static files for the web application from a folder or from XData element if present.
go to post Dmitry Maslennikov · Jul 24, 2017 When WebSocket initialize connection from the client side, the server should create a process, which will do any work for this client/s. But this connection should stay alive, that's needed by the standard. And Async, in this case, means, that any side of this connection, client or server can send a message at any time, when it needed. While another side should be ready to get this message and send or not some response. But this response, not the same as it could be in plain HTTP, it should be as any other messages if it was initiated by own.
go to post Dmitry Maslennikov · Jul 19, 2017 In what time you getting this error? Just by reading one by one rows? If you would use the same query multiple times with the same amount of rows, the error will happen after the same count read rows?
go to post Dmitry Maslennikov · Jul 18, 2017 You have two ways, query fewer rows at once. Or switch to a newer version of Caché, since version 2012.2 available much more memory per process, and by default 256Mb.
go to post Dmitry Maslennikov · Jul 14, 2017 Hi, could you explain a bit more? What are you trying to do? Do you use Docker?
go to post Dmitry Maslennikov · Jul 5, 2017 It's a bit difficult to answer correctly because I still not sure what are you doing, I would try ''''aaa''aaa'''' or ''''aaa''''''aaa'''' or even ''''aaa''''''''aaa''''
go to post Dmitry Maslennikov · Jul 4, 2017 Are you sure that you not overlooked something in the Documentation?How about .Net Caché eXTremeIf you still sure that it is not enough. You can create own, based on any already realized ways, for example on C++ binding
go to post Dmitry Maslennikov · Jul 4, 2017 Yes, they do, but only keynote. And InterSystems streamed keynote, at least in 2015, not sure about last one.
go to post Dmitry Maslennikov · Jul 3, 2017 I would agree, It may look quite expensive. But I just compared it with some other conferences like Oracle, Apple, Google, and I found that all of them cost quite close, even usually bigger.I want to add, something. I'm Russian, and for us, it cost even much more expensive than for you. And unfortunately, last three years, I participated GlobalSummit and I think I was alone from Russia, except IS. But anyway, if I am not mistaken, last Global Summit participated by more than 200 people from 23 countries, but most of these people from the US.
go to post Dmitry Maslennikov · Jul 3, 2017 So strange query. But anyway if you want to get double single quotes, should double each one. So, it should be '''' Something like this. Call USER.SP('select * from Sample.Person where SSN=''''aaaaa'''' ','0','S')
go to post Dmitry Maslennikov · Jun 25, 2017 Right, finally you just should open Atelier perspective.