This message appears if TestComplete is unable to create a new CSV file in the specified location. The message text includes the fully-qualified path to the problematic file and a brief description of the error that has occurred.
The following are the possible causes of the problem:
-
The specified file name is invalid. For example, it includes reserved characters (< > : " / \ | ? *), coincides with reserved device names (such as
con
ornul
) or exceeds the maximum path length (260 characters). To resolve the problem, correct the file name so that it follows Windows file naming rules. For complete information on these rules, please see the Naming Files, Paths, and Namespaces article in the MSDN library. -
The destination folder does not exist. To resolve the problem, make sure that the folder where you wish to create the file exists on the disk and then try to create the file again.
-
Your user account does not have permissions to create files in the destination folder. To resolve the problem, specify another destination folder or ask your system administrator to grant your user account necessary permissions.