Trying to import a .csp with VS code appears to do nothing.
Making a change to the file, saving it and then doing "Import and compile" results in no output and there is no change to the file on the server.
Plugin version is 3.0.5
Trying to import a .csp with VS code appears to do nothing.
Making a change to the file, saving it and then doing "Import and compile" results in no output and there is no change to the file on the server.
Plugin version is 3.0.5
What would be the syntax for something like this
ws['A1'] = "blah"
I did try
set ws("A1") = "blah"
however that didn't work
Hi
I'm trying to configure IIS for csp
After following the steps here
I get this on accesing a csp page
Web Gateway Version 2022.1.0.209.0
Systems Management
Invalid Request : Cannot identify application path
I get this on preparing a sql query
ERROR #5580: SQL Privilege Violation: 'User UnknownUser is not privileged for the operation'
There was some embedded sql queries before that which worked fine however.
Hi
I'm trying to migrate a database from cache to iris but i get this from one of the classes on compiling.
ERROR #9101: Global name 'Jobcosting.JobActivityGroupGroupD' for 'IDLocation' is too long, must be no more than 31 characters in length.
> ERROR #5030: An error occurred while compiling class 'Jobcosting.JobActivityGroup'
Error:$ZERROR: <ZSG>%Save+5^GL.Account.1
Does anyone know what this error means?