Posts

Showing posts from April, 2014
Q)Service pack download for office 2013,2010 ,2007,2003 ,xp ,2000? S) Link: http://pcsupport.about.com/od/keepingupwithupdates/a/office-service-pack.htm
Problem) SharePoint list/ document Library Workflow Dose not start on new document uploaded. Solution) Make sure that you are not logged into your SharePoint site using system account .That will not start the workflow you have to manually got to workflow settings and start it . Try logging in as a user and check if the workflow start on creating a new document .
Problem )Sharepoint 2013 open or create new document runs in 32-bit system . not in 64-bit system? Solution)  Install 32 bit office with sp2 this will fix this issue and the cause for this problem is given in below post .
problem) Sharepoint 2013 Open or create a new document shows : IE shows : The web page cannot be displayed Most likely cause: .Some content or files on this webpage require a program that you dont have installed. Solution) this is due to compatibility issues that combination of office 2010 / sharepoint designer 2013 /Lync 2013 will cause . because .  The install of Lync 2013 overwrites a SharePoint foundation tool dll (OWSUPP.dll) .This file is at    c:\program files(x86)\microsoft office\office14 for office 2010 To solve this problem Uninstall office 2010 and install sp2 office 2010 on the system it will fix it . use inter net explorer of 32 bit version do not use 64 bit version. it dose not work in 64 bit version of ie . Service pack 2 : http://www.microsoft.com/en-us/download/details.aspx?id=39667 Download Links for different versions of office PFLink: http://pcsupport.about.com/od/keepingupwithupdates/a/office-service-pack.htm or try these other optio...
problem) cannot Find Edit Links on Top Navigation Sharepoint 2013. Solution) This happens beacuse of css .When theme of your website is being designed the edit link div is set to display none . to see your edit links button . either find  class =" static ms-verticalAlignTop ms-listMenu-editLink ms-navedit-editArea " using inspect element if using chrome and uncheck  Display: none property . or goto css file and look for  ms-listMenu-editLink and change its display:none property to  display :Block; you can now click on element and add menu items to top navigation bar .
Image
Problem)  Create DropDown Menu on Top Navigation Bar Sharepoint 2013 ? Solution) Goto site settings and them under LOOK AND FEEL  find NAVIGATION  Click on that  At  Global Navigation select  select structural navigation: under  Structural Navigation: Editing and Sorting Add Main Menu Item group name Like  Electronics,Books,Clothing    Its shows a folder typer icon . And when you click on Folder you can see on to menu bar of that text area you will find attach a link click on that enter name ,url,description(optional),targeted audience (optional) and save it now it shows under your main menu item . Similarly add all the sub menu items according to each menu item and save it . now you can you links on top navigation.
Problem) Cannot find NAVIGATION under Site Settings Sharepoint 2013 . Solution) enable the "Site Publishing features" using Site Settings -> Site Actions -> Manage site Features if there is an error ? like this  " Site The feature being activated is a Site scoped feature which has a dependency on a Site Collection scoped feature which has not been activated. Please activate the following feature before trying again: SharePoint Server Publishing Infrastructure f6924d36-2fa8-4f0b-b16d-06b7250180fa " Then To resolve the above error, first we need to enable "publising feaures" using "Site Actions" > "Site Settings". On the Site Settings page in the Site Collection Administration column choose Site Collection Feature. Goto site  Site Settings--> Site Collection Administration----> Site collection features------> "Activate " SharePoint Server Publishing Infrastructure. This will enab...
Q.. SQL Error : Sql exception 2 occured. A Network related or instance -specific error occured while establishing a connection to sql server . error - 40 -could not open a connection to sql server. Sol .. Best way to fix it is restart the sql server if you not on production.
Q.. unable to open sharepoint 2007/20/13 web application on server  in my local machine .? page not found error . Solution. Go to hosts file in your system32 folder in c drive and add hosts add your farm server ip to that page and also mention the site,collection that you will be accessing through that . Path to hosts file is : c:\Windows\Sysytem32\drivers\etc --------- here you can see host file at the end of the page add this code .. with your server ip and web application name . example : 10.1.20.190  test1 ( here Test1 is  Site collection   name )