Hi,
My set up is as follows.
Machine A) my local machine - client machine for test studio
Machine B) VM - Storage Service, Scheduling Service, Execution Service
All components seem to be able to see each other, but running a list remotely from my local machine throws and error relating to the access of the Storage Service.
I get the following error message
"Running test list failed internally due to an unhandled error", the log entry for this is as follows
"[04/30 11:47:06,Telerik.TestStudio.Desktop.exe(13464:1),TestStudio] StorageUploader.UploadToCloudAsync() : ------- Function Start -------
[04/30 11:47:09,Telerik.TestStudio.Desktop.exe(13464:23),Error] CloudStorageSession.SendRequestAsync() : Send to Storage failed: An error occurred while sending the request.
[04/30 11:47:09,Telerik.TestStudio.Desktop.exe(13464:23),Error] CloudStorageRepository`2.All() : Response is null due to a hardware connnection error."
So it seems there is an issue connecting to the storage service - this can be further backed up by looking into the Mongo dB - See attachment. "RoboDatabaseStructureMissingDataBase.PNG" where there is no "TSStorageData" database.
So far I have tried everything I can find under similar issues - restarting the services, dropping the database, using fully qualified address for services.
I can run test lists locally.
All settings - see attachments - seem to be as should be.
All version are the same.
The firewall on the vm is turned off.
The security protection in azure (which hosts the vm) has been opened for all ports,
I can connect my client to the remote scheduling server.
I'm at a loss - could you please help to resolve this issue
Thank you.