Hi Robert! Unfortunately the TDP versions are not collected by the TSM server, so no, that won't be possible I'm afraid. Kind regards, Eric van Loon Air France/KLM Storage Engineering
-----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of [email protected] Sent: zondag 23 juli 2017 6:54 To: [email protected] Subject: Client Application version script Hello all I wonder if a can write a script to get the version of Clients application as Oracle , SQL , etc ........ My current script give me the version of the B.A client. select cast(node_name as varchar(30)) as "Nodename" , cast(contact as varchar(18)) as "Contact" , cast(CLIENT_OS_NAME as varchar(60)) as "O.S" , cast(CLIENT_SYSTEM_ARCHITECTURE as varchar(4)) as "Bit" , CLIENT_VERSION, CLIENT_RELEASE, CLIENT_LEVEL , CLIENT_SUBLEVEL from nodes order by 5,6,7,8,2 T.I.A, Best Regards Robert ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************
