During SQL Server Installation, SQL Server Reporting Services fails to start for setup default configuration. Fortunately, it can be bypass by press 'Cancel'.
However, SSRS still fails to start manually and it always complain of timeout (default is 30000 = 30 seconds) as shown in below Event viewer.
Hence, the only solution is to increase the Service Timeout.
Have a great day
Showing posts with label Admin Script. Show all posts
Showing posts with label Admin Script. Show all posts
Tuesday, 25 March 2014
Saturday, 15 March 2014
Thursday, 13 March 2014
Thursday, 27 February 2014
Monday, 10 February 2014
Saturday, 8 February 2014
Monday, 3 February 2014
Saturday, 1 February 2014
Monday, 6 January 2014
Admin Script: Backup SQL Server Databases with Week Of Month Timestamp
This is my collection of generic database backup script for SQL Server using SQLCMD.exe.
The purpose of the script is to backup SQL Server database in the Week Of Month format. The script is invoked via task scheduler to perform database backup (System and User database) weekly
This script consists of two files:
1. SqlServerBackup_WeekOfMonth.cmd
Script to setup configuration and the script invocation from Task Scheduler
2. SqlServerBackup_WeekOfMonth.sql
T-SQL Script to perform the database backup
This script works for SQL Server Database (Express or Full Version) from version 2008 and above.
If the setup is done properly, the final result is as follows:
The purpose of the script is to backup SQL Server database in the Week Of Month format. The script is invoked via task scheduler to perform database backup (System and User database) weekly
This script consists of two files:
1. SqlServerBackup_WeekOfMonth.cmd
Script to setup configuration and the script invocation from Task Scheduler
2. SqlServerBackup_WeekOfMonth.sql
T-SQL Script to perform the database backup
This script works for SQL Server Database (Express or Full Version) from version 2008 and above.
If the setup is done properly, the final result is as follows:
Monday, 23 December 2013
Admin Script: Clean Up Users Folder
This admin script is created to help removing unneeded files such temp files and IE temp files to speed up the backup of users folder.
This admin script is created for Windows Vista and above and you need to run "Run as administrator".
Hope it help and please put comment to share other clean up path.
This admin script is created for Windows Vista and above and you need to run "Run as administrator".
Hope it help and please put comment to share other clean up path.
Monday, 16 December 2013
Friday, 13 September 2013
Admin Script: Restore Data (IPTel)
Admin Script to restore data from data backup via DsTools
Admin Script: DsTools to backup data
Admin Script to Backup User Data Attributes using DsTools
Thursday, 5 September 2013
Admin Script: ADDS DsTools to append user attribute value "IPTel/ipPhone"
My friend requested me on script to help mass appending update value to user attribute "IPTel" (ipPhone) as shown on below screenshot.
Wednesday, 7 August 2013
Subscribe to:
Comments
(
Atom
)




