Question Cedric Montanuy · Sep 1, 2023 METHOD DOES NOT EXIST during unittest attempts Hello, as i'm trying to develop a operation and its methods (SQL adapter), I'm running into issues when i run my test class. I have the class i want to test in the very same folder as my test class. I followed the tutorial in the documentation. When i run the test class, i get the following message error : LogStateStatus:0::ERREUR #5002: Erreur Cache: <METHOD DOES NOT EXIST>zTestAdd+1^unitTests.testMyClass.1 *myMethod,Package.BO.MyClass Here is my test class (heavily inspired bythe documentation :-) : #ObjectScript #Testing #Ensemble 0 3 0 349
Question Cedric Montanuy · Jan 25, 2023 Checking that file did arrived on remote SFTP Hi guys, I've setup an FTP passthrough service and operation to move two files from one SFTP server to another. The files are moved and i can confirm with filezila that the whole operation went well. However, i need to raise errors and send email if one the sftp servers is down for whatever reason, and if the trasnfer didn't go well. I ticked the alert on error box for the passthrough BS and BO and the errors are indeed forwraded to an alert management system. I have real problems with the check on the SFTP servers. #Ensemble 0 7 0 544