PS C:\Users\kurthofman> C:\InterSystems\IRIS\bin\irispip install --target C:\InterSystems\IRIS\mgr\python win32api ERROR: Could not find a version that satisfies the requirement win32api (from versions: none) ERROR: No matching distribution found for win32api
Thanks, but I can(t find the correct way to install Caché ODBC. Do I have to extract it in a special folder or so and then follow the UNIX-like installation or something else ?
We're having issues with our Delphi-client where it receives empty datasets.
Response fr om WRC :
The problem was that Delphi switches from read uncommited to read commited mode and we had a problem there with the joins on null values. The fix will be included in the next maintenance kits for 2017.2.x. The change already went into 2018.1 so it will be in all versions 2018+.
go to post
Maybe I missed something, but I don't see the ML-versions for the Developer Preview.
Is this correct ?
go to post
No, authentication with just username and password doesn't seems to work.
go to post
Is it possible to add the intersystems registry (https://containers.intersystems.com/) in portainer with authentication ?
go to post
I've the same problem with :
{
Property Nummer As %Integer;
Property Naam As %String;
Property Prijs As %Numeric;
Property Prijs2 As %Decimal;
}
%Numeric and %Decimal are accessible by MSSQL.
go to post
Solved by WRC : WebDAV must be removed from IIS for /api
go to post
I have a problem installing this version.
Microsoft Defender 365 has detected a security threath in studio.cab : 'Bearfoos' malware.
Maybe a false positive ?
go to post
Is there a way to convert/export to pdf ?
go to post
ClassMethod Test() [ Language = python ]
{
import win32api
}
USER>Do ##class(User.Demo).Test()
DO ##CLASS(User.Demo).Test()
^
<THROW> *%Exception.PythonException <THROW> 230 ^^0^ <class 'ModuleNotFoundError'>: No module named 'win32api' -
USER>
go to post
I get this error :
PS C:\Users\kurthofman> C:\InterSystems\IRIS\bin\irispip install --target C:\InterSystems\IRIS\mgr\python win32api
ERROR: Could not find a version that satisfies the requirement win32api (from versions: none)
ERROR: No matching distribution found for win32api
go to post
There is no C:\InterSystems\IRIS\lib\python\Scripts\pywin32_postinstall.py
go to post
Thanks, I replaced 51773 with 1972 and now it works !
go to post
Will there be an update to Caché 2018 as well ?
go to post
The download for IRIS Studio 2019.4 is not working.
go to post
Will there be a Caché 2019-version released this year or will it stop at version 2018 ?
go to post
Thanks, but I can(t find the correct way to install Caché ODBC. Do I have to extract it in a special folder or so and then follow the UNIX-like installation or something else ?
go to post
Doesn't seem to work at all, ...
The only thing that works is Caché Terminal, but soms F-keys don't work and our customer don't like it :-(
go to post
$zm = RY\Latin1\K\UTF-8\
Reflection can show unicode's just fine, it's just that we can't input them !
go to post
Maybe this could help.
We add an extra SMTP-connector in Office 365 allowing e-mail to be send from all of our servers based on their WAN-address.
It uses plain simple SMTP over port 25.
go to post
Hello,
We're having issues with our Delphi-client where it receives empty datasets.
Response fr om WRC :
The problem was that Delphi switches from read uncommited to read commited mode and we had a problem there with the joins on null values. The fix will be included in the next maintenance kits for 2017.2.x. The change already went into 2018.1 so it will be in all versions 2018+.
go to post
GREAT !
We're waiting for Caché 2018 to upgrade all of our instances, because 2017 has issues with ODBC.