Re-register the following DLLs by using Regsvr32.exe, and then restart the computer:
C:\Program files\Common Files\System\ADO\Msado15.dll
C:\Program files\Common Files\System\Ole Db\Oledb32.dll
C:\Program files\Common Files\System\Ole Db\Sqloledb.dll
C:\WINNT\System32\Atl.dll
Use Regsvr32.exe to register the preceding DLLs.
For example, at the command prompt type (or) copy & paste and Enter OK
C:\>regsvr32 C:\Program Files\Common Files\System\ADO\Msado15.dll
C:\>regsvr32 C:\Program Files\Common Files\System\Ole Db\Oledb32.dll
C:\>regsvr32 C:\Program files\Common Files\System\Ole Db\Sqloledb.dll
C:\>regsvr32 C:\WINNT\System32\Atl.dll
Problems faced and their Solution listed are for apply in Post Offices on day to day operation.
Friday, July 15, 2011
Friday, July 1, 2011
List of Candidate declared as Selected on Merit in the Postmaster Grade-I examination
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday, June 28, 2011
How to repair a SQL Server 2005 Suspect database
Sometimes when you connect to your database server, you may find it in suspect mode. Your database server won’t allow you to perform any operation on that database until the database is repaired.
A database can go in suspect mode for many reasons like improper shutdown of the database server, corruption of the database files etc.
To get the exact reason of a database going into suspect mode can be found using the following query,
DBCC CHECKDB (‘YourDBname’) WITH NO_INFOMSGS, ALL_ERRORMSGS
Output of the above query will give the errors in the database.
To repair the database, run the following queries in Query Analyzer,
EXEC sp_resetstatus yourDBname;
ALTER DATABASE yourDBname SET EMERGENCY
DBCC checkdb(yourDBname)
ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK IMMEDIATE
DBCC CheckDB (yourDBname, REPAIR_ALLOW_DATA_LOSS)
ALTER DATABASE yourDBname SET MULTI_USER
And you are done.
You should keep one thing in mind while using the above queries that the repair mode used here , REPAIR_ALLOW_DATA_LOSS, is a one way operation i.e. once the database is repaired all the actions performed by these queries can’t be undone. There is no way to go back to the previous state of the database. So as a precautionary step you should take backup of your database before executing above mentioned queries.
Wednesday, March 2, 2011
Error in speednet communication
Please download and replace the new communication exe from
http://www.sendspace.com/file/ swrhk2
http://www.sendspace.com/file/
Tuesday, March 1, 2011
Error while configuring speedpost city in Point of Sale
1. Please download the file SPC.exe from http://www.sendspace.com/file/ 48zu38
2. Copy this exe to the installation folder i.e. "C:\Program Files\Meghdoot
Millennium - Point Of Sale" and run the exe file and provide the Point of Sale SQL server name
3. Login as supervisor to Point of Sale and go to menu My Office -> Environment
click on Speed Post Tab and select you SPC City name and click on OK button.
2. Copy this exe to the installation folder i.e. "C:\Program Files\Meghdoot
Millennium - Point Of Sale" and run the exe file and provide the Point of Sale SQL server name
3. Login as supervisor to Point of Sale and go to menu My Office -> Environment
click on Speed Post Tab and select you SPC City name and click on OK button.
Tuesday, February 15, 2011
Despatch Solution
Down load the file .
http://www.sendspace.com/file/66tt8y
Saturday, January 22, 2011
TO CHECK WARRANTY OF SYSTEMS AND PRINTERS
EPSON WARRANTY CHECK
HP WARRANTY CHECK
HP Business products warranty check (Eg:- For Scanners)
SEAGATE WARRANTY CHECK
WESTERN DIGITAL WARRANTY CHECK
http://echannel.epson.com.sg/epson/warrantyin.nsf/eWarranty?Openframeset
HP WARRANTY CHECK
http://www13.itrc.hp.com/service/ewarranty/warrantyInput.do
HP Business products warranty check (Eg:- For Scanners)
http://h20000.www2.hp.com/bizsupport...jsp?country=IN
SEAGATE WARRANTY CHECK
http://support.seagate.com/customer/warranty_validation.jsp?form=0
WESTERN DIGITAL WARRANTY CHECK
http://support.wdc.com/warranty/index.asp?lang=en
Subscribe to:
Posts (Atom)