Hi,
please help me to solve this issue,
i got username/password-entries with check-out enabled.
they get created by script using a template.
when running the script on existing entries to check if they need to be updated, my script says: "The session 'xyz' requires a check out"
after reaching the timeout it does nothing on this entry.
how to solve this issue?
example entry i want to modify by script:
<?xml version="1.0"?>
<ArrayOfConnection>
<Connection>
<ConnectionType>Credential</ConnectionType>
<CreatedBy>me</CreatedBy>
<CreationDateTime>2020-10-29T15:19:05</CreationDateTime>
<ID>05851239-acec-41ec-aa8a-ad4fdbc4142e</ID>
<Name>asdfasdf</Name>
<Stamp>69123769-7773-487e-b123-eee66c6b9608</Stamp>
<UpdateDateTime>2020-10-29T15:37:37</UpdateDateTime>
<Credentials>
<DefaultAction>ViewPassword</DefaultAction>
<SafePassword>T4hInr7MkZwagyE2coYqug==</SafePassword>
<UserName>asdfuser</UserName>
</Credentials>
<MetaInformation>
<PasswordHistory>
<PasswordHistory>
<LoggedModifiedBy>me</LoggedModifiedBy>
<ModifiedBy>me</ModifiedBy>
<ModifiedDateTime>2020-10-29T15:19:05</ModifiedDateTime>
<SafePassword>wMWojM3LfD3JDvqwCVk6yg==</SafePassword>
</PasswordHistory>
</PasswordHistory>
</MetaInformation>
<Security>
<CheckOutCommentMode>True</CheckOutCommentMode>
<CheckOutMode>Manual</CheckOutMode>
</Security>
</Connection>
</ArrayOfConnection>
thank you for your help,
Markus
Kind Regards
Markus
======================
Hi Markus,
I'm not sure if it's supported through the RDM PowerShell module. We will do further tests on this and will get back to you shortly.
Best regards,
Érica Poirier
Hi Markus,
Could you please remind me what RDM and DVLS version are you using?
I have run a script to update some information without getting any prompt on a credential entry configured with the Check Out feature enabled. I'm using RDM 2020.3.14 and DVLS version 2020.3.8.
Best regards,
Érica Poirier
Hi Erica,
I tested with DPS 2020.2.10 & RDM 2020.2.19
Kind Regards
Markus
======================
Hello,
Thank your for the information.
I have been able to reproduce it with RDM PowerShell module version 2020.2.20 but not in 2020.3.16 version.
Let me know once you will update to RDM 2020.3 and DPS 2020.3 version if this issue still occurs.
Best regards,
Érica Poirier
Hi Erica,
forgot to reply.
You were right, with 2020.3.x the problem was fixed in PS-Module.
Thank you!
Kind Regards
Markus
======================
Hi Markus,
Thank you for confirming that it's fixed in 2020.3.x PS Module!
Best regards,
Érica Poirier