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 >.
Hi,
Do you know what the error is?
1.I added 'Vlan Manual' App and 2 end devices which are connected to the L2 switch to a blueprint/sandbox.
2.Tried 'connect all' on the sandbox.
3.The L2 connection works on the switch as expected (checked via cli), but on CloudShell I get an Exception: Connecting all has occurred, check server log for more info. Error reading JObject from JsonReader. Path '', line 0, position 0.
ERROR:
Connect All ended with status Failed with error: Traceback (most recent call last): File "C:\ProgramData\QualiSystems\venv\Vlan Service Connect All_9_346E36AC0FC59D42B1324F84864F7C6F\lib\site-packages\cloudshell\core\logger\interprocess_logger.py", line 51, in emit s = self._format_record(record) File "C:\ProgramData\QualiSystems\venv\Vlan Service Connect All_9_346E36AC0FC59D42B1324F84864F7C6F\lib\site-packages\cloudshell\core\logger\interprocess_logger.py", line 41, in _format_record record.msg = record.msg % record.args TypeError: not all arguments converted during string formatting Logged from file connect_all.py, line 45 Traceback (most recent call last): File "E:\Apps\QualiSystems\TestShell\ExecutionServer\python\2.7.10\Lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "E:\Apps\QualiSystems\TestShell\ExecutionServer\python\2.7.10\Lib\runpy.py", line 72, in _run_code exec code in run_globals File "C:\Windows\TEMP\18be755b-8eee-4830-a8dd-9e1c39cf69c6\Vlan Service Connect All.zip\__main__.py", line 9, in File "C:\Windows\TEMP\18be755b-8eee-4830-a8dd-9e1c39cf69c6\Vlan Service Connect All.zip\ __main__.py", line 5, in main File "C:\Windows\TEMP\18be755b-8eee-4830-a8dd-9e1c39cf69c6\Vlan Service Connect All.zip\vlan_service_scripts\connect\ connect_all.py", line 46, in execute Exception: Connecting all has occurred, check server log for more info. Error reading JObject from JsonReader. Path '', line 0, position 0.
Regards
Geetha
Answer by Geetha Kuthalam · Aug 12, 2019 at 04:56 AM
Hi Yaniv,
No, it is built in-house.
Regards
Geetha
Answer by Yaniv Kalsky · Aug 12, 2019 at 05:37 PM
Thanks @Geetha Kuthalam
So I would check if your implementation of the ApplyConnectivityChanges.
Try to check if it's similar to the example here:
In general, you need to return results for all the actions. Check that you're doing that.
Yaniv
Answer by Geetha Kuthalam · Aug 14, 2019 at 06:09 AM
Thanks Yaniv, I will check this.
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.