Problems faced and their Solution listed are for apply in Post Offices on day to day operation.
Friday, September 30, 2011
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) |
India Post wins Skoch Digital Inclusion Award 2011 for ePost Corporate
India
Post’s ePost Corporate service has won Skoch Digital Inclusion Award
2011. The service has been rated amongst the Top-100 ICT Projects in
India during 2011 in an accessment across government, corporate,
financial and public sector.
The
award was received by Ms Radhika Doraiswamy, Secretary, Department of
Posts from Mr. Montek Singh Ahluwalia, Deputy Chairman, Planning
Commission in a function held on 1st September 2011 at New Delhi.
Skoch Digital Inclusion Award 2011 - Citation
Wednesday, September 7, 2011
Error while updating Office master of RNet in SQL 2008
While executing the office master query in Query Analyzer for RNet Office Master updation, the query is completed with the following error:
"Msg 2627, Level 14, State 1, Line 4
Violation of PRIMARY KEY constraint 'PK_Office_Master'. Cannot insert duplicate key in object 'dbo.Office_Master'.The statement has been terminated."
Solution:
Run the attached exl file through scripttool.exe
Download
"Msg 2627, Level 14, State 1, Line 4
Violation of PRIMARY KEY constraint 'PK_Office_Master'. Cannot insert duplicate key in object 'dbo.Office_Master'.The statement has been terminated."
Solution:
Run the attached exl file through scripttool.exe
Download
Thursday, September 1, 2011
RNet - 'http is not registered' error
Problem:
While running RNet communciation, the following error mesage
"The channel "http is not registered with remoting services"."
Solution:
Do the following steps to rectify this problem:
1. Go to the folder C:\windows\System32\drivers\ etc ( if you have installed windows on D partition then the path will be like D:\windows\System32\drivers\ etc)
2. Open the file “Hosts” file using notepad3. There will be an entry like the following inside the hosts file
127.0.0.1 localhost
Add one more entry below.
218.248.43.143 regnnet.ptcmysore.gov.in
Subscribe to:
Posts (Atom)