Forum Discussion

Mathit's avatar
Mathit
Contributor
5 years ago
Solved

How to setup running testexecute to run from network

I have testcomplete14 on the network and shared the folder

From a VM that has testexecute, i open the pjs file to run the test

when i click on run, i get this error.  

The test log files cannot be created.  Reason: the operation completed successfully.  Continue the execution?

How can i fix this

10 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    The user under which TestExecute is runnning needs to have read/write access to the folders where the project files are stored.  It sounds like it has read-only access at the moment.

    • Mathit's avatar
      Mathit
      Contributor

      I have allowed full access to Everyone and Im the one logged into both machines when running the tests.

      When i manually go to the folder from my VM through file explorer, im able to access the folder and files

      • AlexKaras's avatar
        AlexKaras
        Champion Level 3

        Hi,

         

        Robert is correct.

        Check that:

        a) TestExecute is scheduled to run under the same account that you use for verification;

        b) Check that this account has read-write permissions for both file system and share.

         

    • Mathit's avatar
      Mathit
      Contributor
      No, I haven’t been able to. It seems like I gave the right permissions.
    • Mathit's avatar
      Mathit
      Contributor

      Thank you.  

      This worked.  appreciate all your help