Forum Discussion

apurvak's avatar
apurvak
Occasional Contributor
6 years ago
Solved

Unspecified error

Hello Team,   I am executing scripts for desktop application using vbscript. While executing the project suite I am getting error as "VBScript runtime error. Unspecified error Error". Please find...
  • AlexKaras's avatar
    6 years ago

    Hi,

     

    Considering that this line of code works for the single test and fails when called multiple times (the latter is my guess based on your statement that the failure occurs when running test suite ), I think that it may be because the driver is not closed and the 'driver' variable is not disposed of.

    The above can happen because DDT uses OLE DB in the background and by default OLE DB allowes not more that 32 simultaneous connections to the same resource (file).