Hello all,
I've done a lot of testing and research, and I've been able to connect to Men & Mice with SOAP. I've been able to do a couple of queries, including registering a new DNS record with its PTR Record. So the record was free originally.
Not I'm trying to de-register a currently registered DNS Record with its PTR Record, when using VRO, it doesn't work. The SOAP Interface complains:
[2016-01-14 11:47:05.208] [I] Can't save the object because it was modified by another user.
<faultcode>soapenv:Client</faultcode>
<faultstring>Can't save the object because it was modified by another user.</faultstring>
<detail><mmfaultdetails><message>Can't save the object because it was modified by another user.</message><errorcode>16552</errorcode></mmfaultdetails></detail>
(Dynamic Script Module name : invokeSOAPOperation#26)
When I'm doing the same SetIPAMRecord on the same record with SOAPUI, it works fine. I've looked at the query that VRO sends to M&M its seems fine.
I have no clue why its saying that all the time, I've looked at the doc of Men & Mice, all the required parameters are provided.
Anyone else had problem with SetIPAMRecord ?
Thanks,