These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
VISIT OUR DIFFERENT FORUMS:
Announcements > | |
CloudShell > | TestShell > |
Developers > | BI (Business Inteligence) > |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide > | Configuration Management > |
Getting started with Shells > | Extending CloudShell with Cloud Providers > |
Getting started with Orchestration > | API Guide > |
To share your integration, follow the instructions in this guide >.
Summary: When the Execution Server is installed it is a standard application (process). Some customers may prefer to use the execution server as a service so that a user does not need to be logged into windows on the Execution Server for the process to run. Please follow the instructions below in order to convert the Execution Server process to a service.
Limitations:The following features cannot be used when running the execution server as a service due to technical limitations.
Instructions:
Stop QsExecutionServer process
1. Right click on "TestShell Execution Server" icon in the windows tray
2. Select EXIT option
3. Start->All programs->Startup folder
4. Delete "TestShell Execution Server" icon
Create and run windows service:
1. Open CMD
2. Run -> sc create TestShellExecutionServer binpath= "[PATH]\QsExecutionServer.exe" type= own start= auto displayName= "TestShell Execution Server"
3. Start->Run->services.msc
4. Start "TestShell Execution Server" service
Note:In the future, if you run the execution server configuration wizard, the default configuration will be reset and the application will be added back to windows startup. In case this occurs you will need to follow again the "Stop QsExecutionServer process" procedure above. To ease on that, you can create a simple batch file and "run as administrator" whenever needed. The file will look like this:
taskkill /im qsexecutionserver.exe
cd c:\users
del /S "TestShell Execution Server.lnk"
sc startTestShellExecutionServer
It first stops the process that was started after the configuration, then deletes the links from the startup folders of all users and then starts the service again (since the configuration wizard stopped it).
Hi,
I followed the above instruction and installed the Execution Server as a service (TestShell version 5.1.473). The service was installed under the user name “System”. Please see the attached screen capture.
When I schedule a TestShell script to be run by the Execution Server which is installed as a service, the TestShell script failed to read a Microsoft Excel File.
The same TestShell script did not have this problem when the Execution Server installed as a process.
Please advise how to solve the Microsoft Excel file reading problem with the Execution Server installed as a service.
Hi Van,
As mentioned above, writing to Excel through the Filesystem library prior to Library version 5.1.1, cannot be performed when running the execution server as a service due to technical limitations.
You may find the newest filesystem library 5.1.2.395 via our download center:
https://support.quali.com/entries/22858046-download-center
Can you please confirm which version of the library you are using by accessing the admin tab in Studio and selecting the File System Library?
Thanks,
Jeremy
The version of the Filesystem library is 4.6.0.12
We will upgrade to the new version and test again.
These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
Announcements | |
CloudShell | TestShell |
Developers | BI (Business Inteligence) |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide | Configuration Management |
Getting started with Shells | Extending CloudShell with Cloud Providers |
Getting started with Orchestration | API Guide |
To share your integration, follow the instructions in this guide.
VmWare vSphere Library - Exporting an existing VM to an OVF file
Combining a Terminal Session in Paraloop
Studio - Copying test files outside of TestShell
Scheduling portal [6.3] - Setting the test report file type
VmWare vSphere Library - Connect VI Server - using encrypted passwords
How to overwrite the Runner Attributes
Export TestShell resource and topologies into CSV files