go to post Flávio Lúcio Na... · Oct 20, 2023 I'm not sure if this will solve your problem, but you can find JDBC drivers in the installation folder: Installation folder > dev > java > lib > 1.8 You'll find the file intersystems-jdbc-3.6.1.jar. I believe you can use this to connect to Power BI, if necessary.
go to post Flávio Lúcio Na... · Dec 6, 2022 It's a function *.mac. I want the code become a single line to use in the terminal.
go to post Flávio Lúcio Na... · Dec 5, 2022 I did a correction on my question, I want to know if the function become a line command to use in the terminal.
go to post Flávio Lúcio Na... · Dec 5, 2022 I did a correction on my question, I want to know if become a line command to use in the terminal.
go to post Flávio Lúcio Na... · Jan 6, 2022 I would try to install the Caché client on these laptops, some machines at my old company had a similar problem and that solved the problem.
go to post Flávio Lúcio Na... · Oct 11, 2021 Normally I create a volume in the docker-compose.yml file to share data between the container and my machine. I define the durable directory in this volume, so when I restart the container I don't lose the data stored. version: '3.6' services: iris: build: context: ./iris dockerfile: Dockerfile restart: always container_name: iris ports: - 51773 - 52773:52773 - 1972:1972 - 53773 volumes: - ./iris/data:/durable environment: - ISC_DATA_DIRECTORY=/durable networks: - production-network
go to post Flávio Lúcio Na... · Aug 19, 2021 Thanks, I'm trying to access your ftp but i'm not getting. Can you import the file here in the answer?
go to post Flávio Lúcio Na... · Aug 18, 2021 I saw the table below, but don't have another function to do this convertion?
go to post Flávio Lúcio Na... · Jun 28, 2021 I solved the problem changing the property, I started to use DynamicArray and the method .%ToJSON()
go to post Flávio Lúcio Na... · Jun 22, 2021 Sorry, I changed to be more clear, but don't solve my problem. This command show to me the error below: <METHOD DOES NOT EXIST> *%IsDefined,%ZEN.proxyObject
go to post Flávio Lúcio Na... · May 21, 2021 I am using Caché 2018.1.4.505.1 and don't have %JSON.Adaptor class
go to post Flávio Lúcio Na... · May 21, 2021 I am using Caché 2018.1.4.505.1 and don't have %JSON.Adaptor class, can I add this class in any way?
go to post Flávio Lúcio Na... · May 19, 2021 I understand, but the text "public" below, don't should solve the problem of visibility? label(test) public{ }