Sabka Dost....... India Post...... DISCLAIMER CERTIFICATE - All the information on this website is published in good faith and for general information purpose only. We do not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information on our website is strictly at your own risk. And we will not be liable for any losses and damages in connection with the use of our website. From our website, you can visit other websites by following hyperlinks to these sites. While we strive to provide only links to useful and ethical websites, we have no control over the content and nature of these sites and the links to other websites do not imply a recommendation for all the content found on these sites. Please be also aware that when you leave our website, other sites may have different privacy policies

Friday, September 21, 2012

Cancel a Print Job Without Waiting Years

Ever tried canceling a print job in Windows but feel like it takes ages before anything actually happens? 
Windows is unable to cancel print jobs while the temporary file created for the print job is still being used by Windows. The solution: You've got to stop the spoolsv.exe service in the Windows Task Manager, delete any outstanding print jobs in the C:\Windows\system32\spool\printers\ directory, restart the spoolsv.exe service, and then start printing again. That's a lot of work to do manually, particularly if this is a problem you run into regularly, 

Here is the script for a batch file; just copy this to a new text document and save as "Clearprint.bat"
@echo off
echo Stopping print spooler.
echo.
net stop spooler
echo deleting stuff... where? I'm not sure. Just deleting stuff.
echo.
del "%systemroot%\system32\spool\printers\*.shd"
del "%systemroot%\system32\spool\printers\*.spl"
echo Starting print spooler.
echo.
net start spooler

 When click the Clearprint.bat file all the print request will be deleted & printer is ready to accept new request.

Saturday, February 25, 2012

Meghdoot 7 : Cashbook - Edit Progressive Total problem


Error Message  during  'Edit Progressive Total' in Accounts - Cashbook Module

runtime error or 'Object or Block variable invalid' and gives 'Automation Error'

Solution :
Please execute  the attached solution using script tool

Solution for Error in loading DLL files


Re-Register the required Dao360.dll file and the Msado15.dll file


You may have to register the Dao360.dll file and the Msado15.dll file by using the Regsvr32.exe program. To do this, follow these steps:

1.      Click Start, and then click Run.
2.     In the Run dialog box, type the following commands in the Open box, and then click OK:
Regsvr32.exe "<>"
Regsvr32.exe "<>"
The <> placeholder is the absolute path of the Dao360.dll file. 
The<> placeholder is the absolute path of the Msado15.dll file.
The following examples show how you may specify an absolute path:
Regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll"
Regsvr32.exe "C:\Program Files\Common Files\system\ado\Msado15.dll"
If the Dao360.dll file is successfully registered, you receive a message that is similar to the following message:
DllRegisterServer in C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll succeeded.


If the Msado15.dll file is successfully registered, you receive a message that is similar to the following message:
DllRegisterServer in C:\Program Files\Common Files\system\ado\Msado15.dll succeeded.
3.     Click OK.

iMO PRINTING ERROR



If anybody experience an error while taking the printout of imo transaction like"UNABLE TO LOAD PRINTER CONTROL",then do the following to solve this error
delete the following entry from registry the open and close internet explorer

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{FA91DF8D-53AB-455D-AB20-F2F023E498D3}]

Sunday, December 4, 2011

FAQ's on Revision of Interest Rates and Various Changes in SB rulings (5)


1.
Even after running the ‘MoF_RateChange.exe’ patch, the software shows wrong maturity date for MIS and NSC 5 Year Issue.
The maturity date shown in the software will continue to show the older maturity period and will not affect any present activity and hence you can ignore the maturity date displayed in the software. As per the SB order No 23/2011 the certificates needs to be stamped and signed by the Postmaster before being given to the customer.
 
2.
What is the procedure to follow for allotting registration number for the NSC issue after the implementation of the new SB orders?
For NSC 5 Year issue the previous block of registration number allotted for NSC 6 Year issue should be continued without break.  For the new NSC 10 Year issue, a new block of registration number is to be allotted. At present, NSC 10 Year issue is to be handled manually and is NOT available in the Sanchay Post software.
  
3.
What is the procedure to follow for return of KVP stock and for issue of duplicate KVP?
A report is provided in DBAnalyzer (dated 02/12/2011) under Database Discrepancies >> KVP >> KVP Stock to list the KVP unsold stock from the Sanchay Post database. This report can be printed at each office and sent to HO along with the stock. These reports should be consolidated at HO while returning the stock to CSD.

A provision to make the stock ‘NIL’ will be provided later. 
   
4.
Should some stock for issue of duplicate KVP be retained at the HO while sending unsold stock to CSD?
No, all the stock of unsold should be returned to CSD.
 
5.
Is the new rate of one percent deduction on the rate specified applicable for TD PMC for TD accounts opened before 01/12/2011?
Yes, the new rate of TD PMC is applicable for all TD accounts opened before or after 01/12/2011, but prematurely closed on or after 01/12/2011.
 

Friday, September 30, 2011

Patch for Removal of ceiling for maximum balance in SB accounts

Patch for Removal of ceiling for maximum balance in SB accounts

(SB Order No.20/2011) now available. The order comes into effect from 1st October 2011. The downloaded file should be unzipped and executed from the DB Analyzer folder.


Click here to download Patch



 

Wednesday, September 14, 2011

Meghdoot 7 : Point of Sale Submit Account Error & MSDTC Services Error

Problem:

After installation SQL Express and M.M.7.0 
1. RPC errore while submitting  POS Submit account 
2. Error Message like " MSDTC SERVICES IS NOT RUNNING "


Solution:

1.

exec sp_serveroption @server='myserver', @optname='rpc', @optvalue='true'
exec sp_serveroption @server='myserver', @optname='rpc out', @optvalue='true'

Note:  Replace 'myserver' with your servername in the above query.

2. Go to Services (Control Panel-- Administrative Tools--Services ) and then start the service 'Distributed Transaction Coordinator' (MSDTC) with start up type as 'Automatic' and Log On As 'Network Service' as shown in the attachment.   Then execute the below mentioned Query relating to 'RPC' error to solve the problem.


Screen Shot - Distributed Transaction Coordinator' (MSDTC)