Is it possible to add the intersystems registry (https://containers.intersystems.com/) in portainer with authentication ?
I've created a succesfull connection to Caché from SQL Server.
But when I run a SELECT on a table it gives an error on for example PrijsAkCatV.
Probably a datatype-error.
Does someone has a solution for this problem ?
Caché Table :
Property PrijsAkCatVm As Asci.Getal(CAPTION = "Aankoopprijs VM", HINT = "Bruto aankoopprijs in vreemde munt|De bruto aankoopprijs (catalogusprijs) in vreemde munt per eenheid van aankoop.#Prix d'achat brute en devise|Le prix d'achat brute en devise par unité d'achat.", SCALE = 4);
Class Asci.Getal Extends %Library.Numeric
{Parameter HINT;Parameter VIEW = 1;Parameter
When I open a class in VS Code and I want to save it I'm getting the following error : Non-JSON response to /api/atelier/v7/DEV/doc/API.Mollie.Execute.cls?ignoreConflict=0 request. Is the web server suppressing detailed errors?
Also I always get a popup when I open VS Code "The extension wants to sign in using InterSystems Server Credentials."
Hello,
What is the difference between the installation-kit for IRIS and IRIS_ML and is there a different licensing ?
Regards,
Kurt Hofman.
Hello,
I'm starting testing embedded python and external libraries.
When I try to use the win32api-library I get the following error :
<THROW> *%Exception.PythonException 230 ^^0^ <class 'ModuleNotFoundError'>: No module named 'win32api' -
This is my code :
ClassMethod CreateDocument(path As %String) [ Language = python ]
{
import win32api
...
}
The librarie is visible in C:\InterSystems\IRIS\mgr\python\win32.
Am I doing something wrong ?
Regards,
Kurt Hofman,
ASCI nv.
Hello,
Is it possible to read an Office 365-mailbox over POP3 with OAUTH.
Basic authentication doesn't work anymore.
Regards,
Kurt Hofman,
ASCI nv.
Hello,
I'm testing IRIS 2020.4 Preview with preview key.
I've access to the management portal but I can't connect with Studio.
This is my docker-command : docker run --name my-iris --detach --publish 9091:51773 --publish 9092:52773 --volume C:\Docker\iris_external:/external –-volume C:\Docker\iris_durable:/durable –-env ISC_DATA_DIRECTORY=/durable/irissys containers.intersystems.com/intersystems/iris:2020.4.0.524.0 --key /external/iris.key --password-file /external/password.txt
I notice that Caché Direct is disabled by the license.
Can someone help me out ?
Hello,
In Caché Management Portal yo can see the SQL privileges per table.
For example : http://localhost:57772/csp/sys/sec/%25CSP.UI.Portal.User.zen?PID=P#3 (Page "SQL Tables").
Is it possible to get them by objectscript or SQL ?
Regards.
We would like to use our Caché-server as the source for our PABX-addressbook.
The PABX only supports LDAP.
Is it possible to use our Caché-instance as an LDAP-server ?
Regards, Kurt Hofman.
Hello,
I'm trying to get ODBC running on a Mac but I don't get it working.
Has someone an overview how te install,configure and use it in Excel on MacOSX ?
Regards,
Kurt Hofman.
Hello,
We're having troubles with working over Telnet on Caché Unicode with WRQ Reflection.
We can't input extended characters (é,à,Ø,...), DELETE-key doesn't work, ...
Has anyone a solution for working with WRQ Reflection or a decent alternative ?
We tried Putty and Caché-terminal but these are not sufficent.
Regards,
Kurt Hofman.
Hello, I'm trying to install CSP Gateway on Ubuntu 18.04 (Apache) with the installer CSPGateway-2018.1.1.638.0-lnxubuntux64.tar.gz but it doesn't seem to work. I keep getting access-denied when I try to open CSP-pages or the CSP Management portal.
Does someone have an installation-manual or so ?