Question
· Apr 15

compilation error iris terminal class not found

  Hello all, i am new to IRIS in combination with VSCode, can anyone guide why this error appears ? Any suggestions are welcome. Thank you in advance.

Product version: IRIS 2023.1
Discussion (14)3
Log in or sign up to continue

Your subject (compilation error iris terminal class not found) and the screenshot
- workinhg on Class: Class TESTsAMTraining.NewClassDemo1
- calling a class: do ##class(MyCos.COSTest).Main
- and the error message: <CLASS DOES NOT EXISTS>

do not match!

I do not see anything about a "compilation error" on the other hand, there is an error saying, a class do not exists.

So please help us to help you and try to give us correct data about your problem.
Thank you.

@Alexandra Mirzac - welcome to the Community :)  I would suggest the following:

1) Make sure you have saved and compiled your class, and that it returned with no errors.  

2) Make sure when you are testing in Terminal you are connected to the correct Instance and the correct Namespace

3) Double-check spelling and case in your Terminal command compared to your compiled classname

Please try those things out and let us know if that moves you forward.