Error at End method

Hi all,

I’m working on a sample preparation method (In GxP environment).
It’s should be ready for validation, however at the end, when End method is running, I get a Vector error “SYSTEM : End method - error; An error occurred while running Vector. The error description is: Catastrophic failure (C:\__w\13\s\Vector\src\HxMethodCopy\code\HxMethodCopy\MethodDeps.cpp:198) (0x46 - 0x10 - 0x1)”.

This path maybe doesn’t exist anymore?

The method executes correctly, PDF report is generated without errors, just this little error then lives in the trace. Run history also shows the method as aborted.

Any ideas how to identify this error will be greatly appreciated.

Is there any security policy in place, prohibiting the Venus user (assuming GxP means you have user levels enforced) to use this file?

3 Likes

Thank you Pascal, that is it, I’m running the method from a (development) location that does not have permission to write to DB.

1 Like

You are welcome.

My rule of thumb here

“If the error message doesn’t make any sense. Check permissions.”

1 Like