File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,4 +170,13 @@ This can occur when the service callin is not enabled. Make sure that the servic
170170
171171## IRIS_ATTACH (-21)
172172
173- This can occur when the user is not the same as the iris owner. Make sure that the user is the same as the iris owner.
173+ This can occur when the user is not the same as the iris owner. Make sure that the user is the same as the iris owner.
174+
175+ ## irisbuiltins.SQLError: <UNIMPLEMENTED >ddtab+82^%qaqpsq
176+
177+ This error can occur when the required libraries are not found. You can fix this by copying the necessary libraries to the Python framework directory:
178+
179+ ``` bash
180+ cp /opt/intersystems/iris/bin/libicudata.69.dylib /usr/local/Cellar/python@3.11/3.11.13/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/
181+ cp /opt/intersystems/iris/bin/libicuuc.69.dylib /usr/local/Cellar/python@3.11/3.11.13/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/
182+ ```
You can’t perform that action at this time.
0 commit comments