Welcome to CCD Health Systems

CCD Customers can join our web site in order to participate in our user forum, to view your licensing details and download support documentation.

If you have already registered, sign in here and enjoy. If you have not yet registered, select a Username, enter a work-related email address and click register.

Member Login

Lost your password?

Not a member yet? Sign Up!

Prove that you\'re human Time limit is exhausted. Please reload CAPTCHA.


Knowledge Base

Microsoft VBScript runtime error ‘800a0005’
Invalid procedure call or argument: ‘Mid’
/lib/FileSystem.asp, line 171

This indicates that there is a malformed “embedded code expression block”

This is created using <% %>, and allows access to ASP from within HTML.  As a short form, sometimes we disable these by putting spaces in them like this:

< % (something) % >

If this is imbalanced, for example, and either the opening tag has a space and the trailing tag doesn’t, or vice-versa, then you will see this error.

in Incident Analyst Tags: FileSystemMidVBScript

0

0

Related Articles