I was developing an automation script that utilises another library script which I named SKDFUNCTIONS and I experienced this error BMXAA7838E – ‘SKDFUNCTIONS’ is not a valid script name. It took me some time to troubleshoot this issue. It turned out the issue is because an import statement is not correct. And the SKDFUNCTIONS library script had a runtime error. However, the error message in this case is a bit misleading.
After correcting the import statement, it worked ok





