I get no messages in the console tab.
- Log in to post comments
I get no messages in the console tab.
From that query plan it looks like you don't have a index on code_1_text or the index isn't being used.
Perhaps try running a tune table.
Thanks, that appears to work
Using an excel python library inside objectscript (openpyxl)
This is an example from the documentation on this library
>>> wb = Workbook() >>> ws = wb.active >>> # set date using a Python datetime >>> ws['A1'] = datetime.datetime(2010, 7, 21)
What i want to know is how to do the syntax on the 4th line in objectscript
i did give it the entire csp folder.
However I've since uninstalled the reinstalled iris after which the installer successfully completed the configuration.
I have given full permission to IIS_IUSRS for that file so not sure why it cant access it then
Thanks, that fixed it
If you leave everything default in the config and set httprequest.SSLConfiguration
to whatever your config is called it should work.
This config has worked for me.
.png)
Did you create a SSL config in the management portal?
I think
set booksRS = ##class(%ResultSet).%New("Library.Book,BooksLoaned")
should be
set booksRS = ##class(%ResultSet).%New("Library.Book:BooksLoaned")
I've left it for nearly half an hour before and it was still going.
I tried it with just one.
Ok increased it a lot more. Seems to be working now.
I did try to increase it but that didn't fix the problem.
Might help if you change it to
ClassMethod MyMethod(pFilePath as %String)It's on 2017.1
I think that is the issue.
This is the line that is generating the error.
Maybe Java, C# or even javascript could be translated. This could allow us to reuse some existing code.
Before

After

You will either need to use a scrollable result set (%Library.ScrollableResultSet) or execute the query again.
I've seen this happen when the hard drive is full
This would also be useful for reading and writing excel files.