Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:09 PM . Last Modified: 2024-04-09 02:54 AM
when loading DCO 7.5 network connections via ETL Import network_connection table?
I checked ETL Export DB and some of the Web Service APIs but nothing
I'd like to set the cable type and hopefully colour on the "Physical" tab of cable connection
I've configured network cable type via Tools - Configure Network Cable Type and FWIW have a "Network Cables" genomes entry
Or do I have to set them via ETL import cable_type table but how do I populate this table and sync/associate with the cable types in DCO
Thanks
(CID:103584659)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:09 PM . Last Modified: 2024-04-09 02:54 AM
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:09 PM . Last Modified: 2024-04-09 02:54 AM
Pls disregard. I worked out how to use the cable_type table
(CID:103584664)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:10 PM . Last Modified: 2024-04-09 02:54 AM
Hi Ed,
Please copy your answer here so people can access it 😉 In regard of the cable colours, you need to specify the RGB colour code.
-Guillaume
(CID:103584672)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:10 PM . Last Modified: 2024-04-09 02:54 AM
The use of the ETL Import table "cable_type" is independent of the cable info set via the DCO GUI. Set your cables types before loading your connections, e.g.
INSERT INTO cable_type(id, description, red, green, blue)VALUES
(‘ct0001’,’red’,255,0,0),(‘ct0002’,’yellow’,255,255,0),(‘ct0003’,’orange’,255,128,0),(‘ct0004’,’blue’,0,128,255);
Then when you load your connection, you can specific which cable type you want using the "id" column as key.
INSERT INTO network_connection
(id, name, barcode, serial_number, description, length, manufacturer, model_name,part_number,cable_type_id,
from_id, from_connector_type, from_module_name, from_port_number, is_from_patch_panel_rear,
to_id, to_connector_type, to_module_name, to_port_number, is_to_patch_panel_rear,
state_flag, state_last_updated)
VALUES
(‘CN000001’,’CableName’,’CableBarcode00001’,’cableSerialNum’,’The cable description server direct to switch’,12,’Clipsal’,’Clipsal Super RJ45 patch lead’,’EdsPartNum’,’ct0001’,
’000001’,’RJ45_REGULAR’,’ServerRearModuleA’,1,0,
’000002’,’RJ45_REGULAR’,’SwitchNetModuleA’,1,0,
’new’, 1444196853);
Footnote: it would be great if this type of "how to use" info was present as a matter of course, e.g. at http://dcimsupport.apc.com/display/public/DCIMDEVELOPER/ETL+Import+Database
(CID:103584686)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:10 PM . Last Modified: 2024-04-09 02:54 AM
Thank you very much for sharing your example, Ed:-) Now it is available to everyone looking for instructions about setting the cable type. Updating the developer documentation is on our backlog.
(CID:103584695)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 04:10 PM . Last Modified: 2023-10-31 11:44 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of