Hi
im running citrix and vcenter 7.3
after take snapshot and create machine catalog this error appear :
A specified parameter was not correct: deviceChange[1].device.key Cannot add multiple devices using the same device key..
anyone know what to do ?
thanks
Hey @Daniel_7 ,
The error message you're encountering, "A specified parameter was not correct: deviceChange[1].device.key Cannot add multiple devices using the same device key," typically indicates an issue with the virtual machine's configuration in your Citrix and vCenter environment. This error suggests that there is a problem with the device key assigned to a virtual device in the VM's configuration.
You need to have a look into the logs
Hello,
I have the same error since we switched to version 7.
I don't know where to find the logs. Can you help me please ? Thanks in advance
hey @adminsrs ,
These logs should help:
Furthermore, I found something online related to your issue @Daniel_7 :
To fix the issue, you need to make sure that all of the devices that you are trying to add to the VM have unique device keys. You can do this by generating a new device key for each device. You can use the following Python code to generate a device key:
import uuid def generate_device_key(): return str(uuid.uuid4()) print(generate_device_key())
This code will generate a new device key and print it to the console. You can then use this device key to add the device to the VM.
Once you have fixed the issue, you should be able to add the devices to the VM without any errors.
Here are some additional things to check:
