SQL Server In case if you have renamed the SQL Server recently and find a trouble to connect to the server using code. Try the below items. SSRS Reporting Servers: For the above case you have to use the tool rsconfig that will change the user and server details. http://msdn.microsoft.com/en-us/library/ms162837.aspx
EXEC sp_addrolemember ‘db_owner’, ‘yourdbusername’
More here
http://technet.microsoft.com/en-us/library/ms187750.aspx?PHPSESSID=rr1g5nuj29l79hrpjk7k0g1461
Archive for August, 2008
SQL Server and SQL Reporting Server SSRS – Quick Reference –FAQ’s
Posted by kusek on August 27, 2008
Posted in Reporting Services, SQL Server 2005, rsReportServerDatabaseUnavaliable, sp_addserver, sp_dropserver | Leave a Comment »
Unable to Create new SSP – Created new Web Application not getting listed in the list.
Posted by kusek on August 19, 2008
When you try to create a new SSP you might run in to surprise that the newly created web application will not get listed in the list web application of new SSP page.
One quick check you need to perform in this case is to check the App Pool account of the Web Application. If it is Network Services then that the issue. You can find the answer in same New Shared Services Provider page.
J
Posted in MOSS2007, SSP | Leave a Comment »
SharePoint – Quick Help Commands!!!
Posted by kusek on August 18, 2008
Process ID for the Web Application: While debugging SharePoint application mainly SharePoint Workflow you will need to find the Process ID of the Web Application you are trying to Debug. If each of the web application runs in same user account its tough to find the same. Run the below command that will list all the Application Pool and Its Process ID c:\windows\system32\cscript.exe c:\windows\system32\iisapp.vbs Run To access STSADM from any directory in command Prompt: Add the 12Hive\Bin path to the Windows Environment PATH Variable. More: Here
Posted in MOSS2007 | Leave a Comment »