Kurt Hofman · Mar 29, 2018 go to post

Hello, we also have the problem that the Data source is not present in the Data Source Wizard in VS2017 !

Kurt Hofman · May 16, 2018 go to post

Forbidden

You don't have permission to access /csp/bin/Systems/Module.cxw on this server.


Apache/2.4.29 (Ubuntu) Server at 192.168.143.142 Port 80
Kurt Hofman · May 16, 2018 go to post

apache2.conf :

#### BEGIN-ApacheCSP-SECTION ####
LoadModule csp_module_sa "/opt/webgateway/bin/CSPa24.so"
CSPModulePath "/opt/webgateway/bin/"
CSPConfigPath "/opt/webgateway/bin/"
Alias /csp/ "/opt/webgateway/cache/csp/"
<Location "/csp/bin/Systems/">
    SetHandler csp-handler-sa
</Location>
<Location "/csp/bin/RunTime/">
    SetHandler csp-handler-sa
</Location>

<Directory "/opt/webgateway/cache/csp">
    CSPFileTypes csp cls zen cxw
    AllowOverride None
    Options MultiViews FollowSymLinks ExecCGI
    Require all granted
    <FilesMatch "\.(log|ini|pid|exe)$">
        Require all denied
    </FilesMatch>
</Directory>
<Directory "/opt/webgateway/bin/">
    AllowOverride None
    Options None
    Require all granted
    <FilesMatch "\.(log|ini|pid|exe)$">
         Require all denied
    </FilesMatch>
</Directory>
#### END-ApacheCSP-SECTION ####
#### BEGIN-ApacheCSP-SECTION-CACHE ####
Alias /cache/csp/ "/opt/webgateway/cache/csp/"
#### END-ApacheCSP-SECTION-CACHE ####
 

Kurt Hofman · May 17, 2018 go to post

It seems that the folder /opt/webgateway/cache/csp wasn't created.

Creating the folder solved the problem !

Kurt Hofman · Jun 6, 2018 go to post

GREAT ! 

We're waiting for Caché 2018 to upgrade all of our instances, because 2017 has issues with ODBC.

Kurt Hofman · Jun 7, 2018 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+.

Kurt Hofman · May 10, 2019 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 !

Kurt Hofman · May 10, 2019 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 :-(

Kurt Hofman · May 14, 2019 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 ?

Kurt Hofman · Jun 12, 2019 go to post

Will there be a Caché 2019-version released this year or will it stop at version 2018 ?

Kurt Hofman · Aug 26, 2018 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.

Kurt Hofman · Mar 2, 2023 go to post

There is no C:\InterSystems\IRIS\lib\python\Scripts\pywin32_postinstall.py

Kurt Hofman · Mar 6, 2023 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

Kurt Hofman · Mar 6, 2023 go to post

I installed pypiwin32

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>

Kurt Hofman · Jul 28, 2023 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 ?

Kurt Hofman · Oct 9, 2023 go to post

I've the same problem with :

Class Test.Producten Extends %Persistent
{

Property Nummer As %Integer;

Property Naam As %String;

Property Prijs As %Numeric;

Property Prijs2 As %Decimal;

}

%Numeric and %Decimal are accessible by MSSQL.

Kurt Hofman · Nov 7, 2023 go to post

No, authentication with just username and password doesn't seems to work.

Kurt Hofman · Feb 29, 2024 go to post

Maybe I missed something, but I don't see the ML-versions for the Developer Preview.

Is this correct ?