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 >.
We have an older Resource driver (written in Authoring) that writes a log file to c:\Temp, but doesn't when running AutoLoad in production. I checked on the CS server and where the RM client was running. I get no errors about permissions. That's why I'm trying to write to c:\Temp, open permissions.
This works fine when testing in Authoring client.
Any ideas anyone?
thanks,
Marcus Porterfield
Answer by Chris Grabosky · Aug 18, 2017 at 04:10 PM
Does the Quali server have an Execution Server installed on the same machine? All commands spawn from Execution Servers, not the Quali server. The Quali server just handles the distribution of tasks to Execution Servers to handle. You can influnce it with Execution Server Selector attributes:
Thanks
Just adding, the Server will keep sending commands to the same execution server once it picked one for a resource, to be able to re-use the driver that is already running there.
When it's a python driver, it takes some time to deploy it and get all of its requirements, so reusing it for next executions can reduce the execution time.
Sometimes, as Chris mentioned, there are other factors to where the driver will get executed, like when using the Execution Server Selector attributes.
Thanks, Chris and Yaniv. Adding the Selector attribute helped.
I was wondering why it seemed to like that one ES better than the others, Yaniv. Now I understand.
Answer by Chris Grabosky · Aug 17, 2017 at 04:38 PM
Make sure that the folder c:\temp exists already and has permissions for write. When you run it within the Authoring Client, it is running under the permissions of your current user. When it gets executed by the server, it executes with different user permissions.
Answer by Marcus Porterfield · Aug 17, 2017 at 04:47 PM
Chris, both SYSTEM and Administrators have Full Control, I'm running RM as a TestShell user only, there is no associated Windows user for my TS/CS account. On the server what Quali Process should I check for its user?
Answer by Marcus Porterfield · Aug 17, 2017 at 04:50 PM
No, Yaniv I did not check the ES. I did not know that AutoLoad was distributed. Also, I never see a log file so I would expect to see one sometimes. Checking Execution Servers...
thanks,
Marcus
Answer by Marcus Porterfield · Aug 17, 2017 at 06:56 PM
OK found the log file. It is getting put onto the same execution server every time.
Not on the CS server.
So this is being run from AutoLoad in the Resource Manager. Why would it always run on the same execution server and not the CS server?
Marcus
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.
Shell for CloudShell authoring driver 1 Answer
Is there a rest client for CS Authoring? 3 Answers
Built-In variables Cloudshell Authoring 2 Answers
Upload resource driver - error message: 'Object reference not set to an instance of an object' 1 Answer
Topology driver which will trigger the resource driver in Cloudshell Authoring Tool 2 Answers