Thursday, May 28, 2015
Thursday, April 16, 2015
How to search SharePoint users in the User Information List
To find the User Information List in the sharepoint, You need to enter the below URL
http://SPSiteName/_Catalogs/users/simple.aspx
Then you can search either User ID or Email or FirstName or Last Name
Saturday, March 14, 2015
All SharePoint Sites Not working After Installed March 2015 Microsoft Patches
Operating Sytem: windows server 2003
Sharepoint Server : Sharepoint Server 2007
DB Server : MS SQL Server 2005
We have several Windows Server 2003 boxes available , and last night, tech admin guys had installed their Microsoft March 2013 Security patches around 12 installed.
This morning, users cannot access sharepoint sites they were previously able to, and are prompted for credentials. When entering their credentials, authentication seems to fail.
Users always frustrating even they has entered correct domain name,user name and password.
But I am an share point admin, I tested the sites inside the server using system account and normal users account, which is working fine.
When i am accessing the share point sites from other laptop or system using normal account, it is keep on prompting credentials.
I checked windows event logs,sharepoint logs and DB logs, we didnt get any clue regarding that issue, so we asked to tech admin to uninstall all Mar 2013 patches installed by last night, he only unistalled two web front end servers and DB servers and AD server. Then i tested again it is again prompting user name and password for normal users.
I checked windows event logs,sharepoint logs and DB logs, we didnt get any clue regarding that issue, so we asked to tech admin to uninstall all Mar 2013 patches installed by last night, he only unistalled two web front end servers and DB servers and AD server. Then i tested again it is again prompting user name and password for normal users.
Finally the sites are working for all users, Because Tech admin should forget to uninstall the patches on the two Domain Controller server.
Mainly Uninstall this patches KB 3002657
After that We checked the share point sites can be accessible to all user's without prompting credentials
We also referred the below sites, thanks for your valuable suggestion and gave sleeping time by tonight otherwise ...we might be spent to research for other parameters, my courtesy in the below sites, bcos we found the root cause of the issue for installed Mar 2015 patches denoted in the below site.
http://serverfault.com/questions/674541/has-march-2015-patch-tuesday-broken-2003-shares
Labels:
High Seviority Issues,
Issue List,
Sharepoint 2007
Friday, February 27, 2015
Monday, January 19, 2015
Saturday, December 20, 2014
stsadm commands for sharepoint
echo off
set SPAdminTool=%CommonProgramFiles%\Microsoft Shared\web server extensions\12\BIN\stsadm.exe
set TargetUrl=http://starwood/
C:\Program Files\CommonProgramFiles\Microsoft Shared\web server extensions\12\BIN\stsadm.exe
Remove solution
stsadm.exe -o deactivatefeature -name fnb.timerjob -url http://starwood/ -force
stsadm.exe -o uninstallfeature -name fnb.timerjob -force
stsadm.exe -o retractsolution -name fnb.timerjob.wsp -immediate -allcontenturls
stsadm.exe -o execadmsvcjobs
stsadm.exe -o deletesolution -name fnb.timerjob.wsp
stsadm.exe -o retractsolution -name fnb.timerjob.wsp -immediate -allcontenturls
Add Solution
stsadm.exe -o addsolution -filename fnb.timerjob.wsp
stsadm.exe -o deploysolution -name fnb.timerjob.wsp -immediate -allcontenturls -allowgacdeployment
stsadm.exe -o deploysolution -name fnb.timerjob.wsp -immediate -allowgacdeployment
stsadm.exe -o execadmsvcjobs
stsadm.exe -o installfeature -name fnb.timerjob -force
stsadm.exe -o activatefeature -name solutionManager -url http://starwood/ -force
set SPAdminTool=%CommonProgramFiles%\Microsoft Shared\web server extensions\12\BIN\stsadm.exe
set TargetUrl=http://starwood/
C:\Program Files\CommonProgramFiles\Microsoft Shared\web server extensions\12\BIN\stsadm.exe
Remove solution
stsadm.exe -o deactivatefeature -name fnb.timerjob -url http://starwood/ -force
stsadm.exe -o uninstallfeature -name fnb.timerjob -force
stsadm.exe -o retractsolution -name fnb.timerjob.wsp -immediate -allcontenturls
stsadm.exe -o execadmsvcjobs
stsadm.exe -o deletesolution -name fnb.timerjob.wsp
stsadm.exe -o retractsolution -name fnb.timerjob.wsp -immediate -allcontenturls
Add Solution
stsadm.exe -o addsolution -filename fnb.timerjob.wsp
stsadm.exe -o deploysolution -name fnb.timerjob.wsp -immediate -allcontenturls -allowgacdeployment
stsadm.exe -o deploysolution -name fnb.timerjob.wsp -immediate -allowgacdeployment
stsadm.exe -o execadmsvcjobs
stsadm.exe -o installfeature -name fnb.timerjob -force
stsadm.exe -o activatefeature -name solutionManager -url http://starwood/ -force
Tuesday, November 18, 2014
Create first sharepoint 2013 App,Develop and Deploy on the sharepoint server
Add DNS Server via server Role
Get IP Address
Add New Domain for App like karthiapp.com
Add wildcards
Add Host entry on the drive\etc\host
GO to central Admin and configure App URL
Login as spsfarm not as System Admin
account and Open Visual studio shift + Right Click with different user (login
as spsfarm) on the visual studio solution file
If deployment is restricted for administrator privileges
then Login with windows as spsfarm than you can deployed
Once deployed you can see the app in the SharePoint sites
If you click on the app that content won’t display and it is
asking three times for credentials
Disable Loop Back Check
In
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa, create a DWORD for
DisableLoopbackCheck and enter a value of “1” (hexadecimal).
Note: I Just created DisableLoopBackCheck
,it was throw error, so this case sensitive
Follow the below steps
Reset the IIS
Then finally it will show your apps
Subscribe to:
Posts (Atom)