You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Export-RubrikDatabase, I occasionally get a time-out error (even though the gui shows the export still running).
Waiting for restore to complete - (Wednesday, July 29, 2020 6:24:08 AM) - (41.82%)
PS>TerminatingError(Invoke-WebRequest): "The operation has timed out."
TerminatingError(Invoke-WebRequest): "The operation has timed out."
TerminatingError(Invoke-WebRequest): "The operation has timed out."
TerminatingError(Invoke-WebRequest): "The operation has timed out."
There should be a way to control the Time-Out interval when using Export-RubrikDatabase
Expected Behavior:
Allow the use of a Time-Out parameter that could be set to indefinitely
Steps to Reproduce:
I cannot always reproduce this situation. The event fails occasionally
Context:
I'm using sdk 5.0.2 of the Rubrik sdk
I saw some documentation on the internet about
Set-RubrikModuleOption -OptionName DefaultWebRequestTimeOut -OptionValue 30
I tried that command, but received an error, so I am unclear as to how I can control the default web request time out value for an operation.
DefaultWebRequestTimeOut doesn't exist in options file.
The text was updated successfully, but these errors were encountered:
Ok, disregard my ticket regarding my inability to change the timeout value – I’ve gotten this working on my side
Scott Hodgin
Database Administrator, MCITP
(Protect and Serve)
South Carolina Farm Bureau Insurance Company
[email protected]<mailto:[email protected]>
From: Mike Preston <[email protected]>
Sent: Wednesday, July 29, 2020 4:36 PM
To: rubrikinc/rubrik-sdk-for-powershell <[email protected]>
Cc: Hodgin, Scott <[email protected]>; Mention <[email protected]>
Subject: [ External Email ] Re: [rubrikinc/rubrik-sdk-for-powershell] Export-RubrikDatabase occasionally issues - TerminatingError(Invoke-WebRequest): "The operation has timed out." (#666)
WARNING: This email was received from outside of SFB's email system. DO NOT CLICK LINKS or ATTACHMENTS in this email unless you recognize the sender and are sure that it is safe to do so.
Hi @ShodginGitHub<https://github.com/ShodginGitHub> - just noticing this issue you filed as well.
You should be able to change the value with the command you ran - can you please post the error message you received?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#666 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHC35GCEHTJX4CGHGOEZ7LDR6CB4TANCNFSM4PLPG2FA>.
When using Export-RubrikDatabase, I occasionally get a time-out error (even though the gui shows the export still running).
Waiting for restore to complete - (Wednesday, July 29, 2020 6:24:08 AM) - (41.82%)
PS>TerminatingError(Invoke-WebRequest): "The operation has timed out."
There should be a way to control the Time-Out interval when using Export-RubrikDatabase
Expected Behavior:
Allow the use of a Time-Out parameter that could be set to indefinitely
Steps to Reproduce:
I cannot always reproduce this situation. The event fails occasionally
Context:
I'm using sdk 5.0.2 of the Rubrik sdk
I saw some documentation on the internet about
Set-RubrikModuleOption -OptionName DefaultWebRequestTimeOut -OptionValue 30
I tried that command, but received an error, so I am unclear as to how I can control the default web request time out value for an operation.
DefaultWebRequestTimeOut doesn't exist in options file.
The text was updated successfully, but these errors were encountered: