Showing posts with label Unknown Error. Show all posts
Showing posts with label Unknown Error. Show all posts

Thursday, February 21, 2013

Problem Description: SharePoint shows network break/unknown error very frequently (on average 3 on 5 days in week. Client end up trying the file upload 4-5 times to do it (each iteration being of 10 min. each)


Problem Description: SharePoint shows network break/unknown error very frequently (on average 3 on 5 days in week. Client end up trying the file upload 4-5 times to do it (each iteration being of 10 min. each)
Error Message: Server request timed out. Please try again or the network connection with the server has been lost. Please try again.
Troubleshooting done:
ü  Checked how big the file is? It’s around 25 MB. We have upload limit of 100 MB in our farm.
ü  What is the name of the Library name?
ü  How is client trying to upload the file? Client was using both upload document” or “upload multiple documents” option for file upload on the site.
ü  Tried adding a entry in the host file and checked and no go.
ü  Removed the user from all people still the user gets all the options and is able to get to the option of upload, did not find the user in any DL.
ü  Added the use as a site collection admin still no go.
ü  Cleared the cache still the same.
ü  Added back the permissions removed of the user.
ü  Ran the office diags no go.
ü  It works from a different machine.
ü  On the other machine on the first document library it works always. On the second library it works sometimes.
ü  Cleaned the temp folder which was 680 MB and could upload the file for the first time, second, the transfer rate he experience in upload is about 20 kbps whereas other colleagues are able to transfer files to SharePoint at about 150+ kbps.
ü  Suggested client that transfer rate could also depend upon the network speed or the internet bandwidth. And local LAN support could assist him better in increasing the transfer rate.
ü  Tried uploading the 14 MB file from ‘Upload multiple file’ option. And waited for 10 Min and get error message ‘The network connection with the server has been lost. Please try again.’
ü  Noticed while uploading the file the transfer rate of the upload was 40 kbps, and client did notice the upload transfer rate as 150 kbps for his other colleagues.
ü  Network card is configures to run on 100 mbps.
ü  Tried to upload a little less sized file of 9 MB on another site. It also did take same amount of time.
ü  Working on another machine for the client doesn’t take much time to upload the file for one site.
ü  It seems it is related to the network bandwidth issue.

Resolution: Changing the LAN settings to be 100 mbps full duplex it makes the things working fine. It was set to 10 mbps something. To change the settings go to
My Computer (right click properties)> Hardware > Device Manager > LAN settings.
Applies to: SharePoint 2007, SharePoint Server 2010.


Friday, May 25, 2012

SharePoint: Unable to start “Excel Calculation Services”

ISSUE:
=======

–When trying to start “Excel Calculation Services” under central administration–Services on Server, getting error message

“Unknown Error”

Or

“Failed to resolve the site ID for ‘Office Server Web Services’.”

–When we check the Event Viewer–Application Logs, getting following event ID 7034
Log Name:      Application
Source:        Windows SharePoint Services 3
Date:          7/30/2009 9:04:35 AM
Event ID:      7034
Task Category: Topology
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      <SharePoint Server Name>
Description:
An attempt to start/stop instance  of service Excel Calculation Services on server <SharePoint Server Name> did not succeed.  Re-run the action via UI or command line on the specified server. Additional information is below.

Cannot open database “SharedServices1_DB” requested by the login. The login failed.
Login failed for user ‘Domain Name\<SharePoint Server Name>$’.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event“>
<System>
<Provider Name=”Windows SharePoint Services 3″ />
<EventID Qualifiers=”0″>7034</EventID>
<Level>2</Level>
<Task>807</Task>
<Keywords>0×80000000000000</Keywords>
<TimeCreated SystemTime=”2009-07-30T16:04:35.000Z” />
<EventRecordID>15441</EventRecordID>
<Channel>Application</Channel>
<Computer><SharePoint Server Name></Computer>
<Security />
</System>
<EventData>
<Data>
</Data>
<Data>Excel Calculation Services</Data>
<Data><SharePoint Server Name></Data>
<Data>Cannot open database “SharedServices1_DB” requested by the login. The login failed.
Login failed for user ‘Domain Name\<SharePoint Server Name>$’.</Data>
</EventData>
</Event>

Resolution:
===========
1. Find the command prompt under the start menu, right click on it and choose ‘Run as Administrator’.

2. Change directories to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin.

3. Run the following command:

STSADM.EXE -o provisionservice -action start -servicetype “Microsoft.Office.Excel.Server.ExcelServerSharedWebService, Microsoft.Office.Excel.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”

Tuesday, May 8, 2012

Cannot delete a Corrupted lookup Column from the list

Issue : Just Today i came accross a issue in Which the User had a List with many columns and One of the column Which was a look up column was corrupted

used to give a error "Unknown Error"

We were not able to Delete or edit the column

After a lot of research we found a work around to delete the Column

Checked the Url and found the below

/_layouts/FldEditex.aspx?List=%7B37920121%2D19B2%2D4C77%2D92FF%2D8B3E07853114%7D&Field=Product%5Fx0020%5FDescription

Which is a wrong url it should be

/_layouts/FldEdit.aspx?List=%7B37920121%2D19B2%2D4C77%2D92FF%2D8B3E07853114%7D&Field=Product%5Fx0020%5FDescription

Just remove ex from FldEditex.aspx => FldEdit.aspx

And you will be able to get to the inside of the column where you can edit or Delete the column .

Cause - Unknown

Users cannot see the checked out files in the folder/ library

I Came across a Issue today wherein the user opened a ticket for the below issue Issue : Users cannot see the checked out files in the fo...