-
- Lurker
- Posts: 1
- Liked: never
- Joined: Oct 10, 2017 11:41 am
- Full Name: Freddie Eichmann
- Contact:
Veeam Explorer for Sharepoint Time Out
Hi everybody,
i want to restore some items with veeam explorer for SharePoint. Everything is running and i can open the explorer for SharePoint.
There are two databases
- content.mdf (with a big amount of data in GBs)
- content_2.mdf (with a minimal amount of data in MBs)
When i try to explore the content.mdf DB theres a error/message with the following text:
"Timeout expired. The timeout period elapsed Prior to completion of the Operation or the server is not responding. The wait Operation timed out".
The explore procedure of the content_2.mdf DB is working without any problems.
Is there any limitation of the SQL DB for SharePoint Explorer? (Size, Amount of Items, etc.)
i want to restore some items with veeam explorer for SharePoint. Everything is running and i can open the explorer for SharePoint.
There are two databases
- content.mdf (with a big amount of data in GBs)
- content_2.mdf (with a minimal amount of data in MBs)
When i try to explore the content.mdf DB theres a error/message with the following text:
"Timeout expired. The timeout period elapsed Prior to completion of the Operation or the server is not responding. The wait Operation timed out".
The explore procedure of the content_2.mdf DB is working without any problems.
Is there any limitation of the SQL DB for SharePoint Explorer? (Size, Amount of Items, etc.)
-
- Veteran
- Posts: 1943
- Liked: 247 times
- Joined: Dec 01, 2016 3:49 pm
- Full Name: Dmitry Grinev
- Location: St.Petersburg
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Hi Freddie and welcome to the community!
The only thing I've found is MS Content DB recommended limit of 200GB as stated here: LINK
Please contact technical support and ask them to change the timeout parameter in the configuration file of Sharepoint explorer.
Also, share the case id here or your topic will be deleted according to the rules of the forum. Thanks!
The only thing I've found is MS Content DB recommended limit of 200GB as stated here: LINK
Please contact technical support and ask them to change the timeout parameter in the configuration file of Sharepoint explorer.
Also, share the case id here or your topic will be deleted according to the rules of the forum. Thanks!
-
- Enthusiast
- Posts: 51
- Liked: 5 times
- Joined: Oct 05, 2016 8:00 am
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
I am facing the same issue..
case is open #02469703
tried to extend the timeout in the config.xml to 60, and to 600, but no change
<Veeam>
<SharePointExplorer>
<SQL AutoEnableAttachNetworkFile="False" Server="XXXXXXX\STAGING" UseWindowsAuthentication="True" />
<SMTP UseSmtpSettings="False" />
<RESTORE RequestTimeout="600" />
</SharePointExplorer>
</Veeam>
case is open #02469703
tried to extend the timeout in the config.xml to 60, and to 600, but no change
<Veeam>
<SharePointExplorer>
<SQL AutoEnableAttachNetworkFile="False" Server="XXXXXXX\STAGING" UseWindowsAuthentication="True" />
<SMTP UseSmtpSettings="False" />
<RESTORE RequestTimeout="600" />
</SharePointExplorer>
</Veeam>
-
- Enthusiast
- Posts: 51
- Liked: 5 times
- Joined: Oct 05, 2016 8:00 am
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
FYI, above parameters were wrong..
got the correct one from the support today, and the restore worked:
<Veeam>
<Core>
<Log Level="Extended" />
</Core>
<SharePointExplorer>
<Database CommandTimeout="900" />
</SharePointExplorer>
<SQLCore ConnectTimeout="900" CommandTimeout="900" />
</Veeam>
got the correct one from the support today, and the restore worked:
<Veeam>
<Core>
<Log Level="Extended" />
</Core>
<SharePointExplorer>
<Database CommandTimeout="900" />
</SharePointExplorer>
<SQLCore ConnectTimeout="900" CommandTimeout="900" />
</Veeam>
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Thanks for letting us know PKaufmann,
This will help others also! Much appreciated
Cheers
Mike
This will help others also! Much appreciated
Cheers
Mike
-
- Enthusiast
- Posts: 26
- Liked: 1 time
- Joined: Jul 11, 2012 10:18 am
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Please could you let me know where the file is located to change the SharePointExplorer timeout value. I am running v9.5.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
C:\ProgramData\Veeam\Backup\SharePointExplorer (if file doesn't exist there, feel free to create it). Thanks.
-
- Influencer
- Posts: 12
- Liked: never
- Joined: Nov 13, 2017 10:02 am
- Full Name: Javier
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Hello,
We have the same problem. The solution is create a file here C:\ProgramData\Veeam\Backup\SharePointExplorer\config.xml and paste this information?
<Veeam>
<Core>
<Log Level="Extended" />
</Core>
<SharePointExplorer>
<Database CommandTimeout="900" />
</SharePointExplorer>
<SQLCore ConnectTimeout="900" CommandTimeout="900" />
</Veeam>
Just this? Is not necessary enable something or activate a feature?
Best regards,
We have the same problem. The solution is create a file here C:\ProgramData\Veeam\Backup\SharePointExplorer\config.xml and paste this information?
<Veeam>
<Core>
<Log Level="Extended" />
</Core>
<SharePointExplorer>
<Database CommandTimeout="900" />
</SharePointExplorer>
<SQLCore ConnectTimeout="900" CommandTimeout="900" />
</Veeam>
Just this? Is not necessary enable something or activate a feature?
Best regards,
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Hi Javier, yes, at least setting these timeouts helped people above. If doing the same doesn't address your issue, feel free to contact support for a closer look. Thanks!
-
- Novice
- Posts: 6
- Liked: never
- Joined: Apr 01, 2016 1:33 am
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Years on from original and this issue still somehow exists. Can't even close the SharePoint Explorer that gives a timeout when trying to dismount the database, just junk.
-
- Veeam Software
- Posts: 3626
- Liked: 608 times
- Joined: Aug 28, 2013 8:23 am
- Full Name: Petr Makarov
- Location: Prague, Czech Republic
- Contact:
Re: Veeam Explorer for Sharepoint Time Out
Hello,
Please contact our support team to reveal the root cause of the timeout issue and paste the support case ID over here for our reference.
Thanks!
Please contact our support team to reveal the root cause of the timeout issue and paste the support case ID over here for our reference.
Thanks!
Who is online
Users browsing this forum: AdsBot [Google], Bing [Bot] and 92 guests