Showing posts with label Point of Sale. Show all posts
Showing posts with label Point of Sale. Show all posts

Thursday, August 29, 2013

RPC error query

Problem : After instollation 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.

Tuesday, October 2, 2012

Revision of Speed Post Tariff.


Kindly find enclosed herewith a copy of CO Mumbai L. No. BD/SP/Corrs/2011-12 dated 25th September 2012 along with Directorate N.Delhi DO L. No. 57-06/2011-BD & MD (pt) dated 21.09.2012 on the subject.

Considering the market rates of the express industry and the cost of operations of Speed Post, the Speed Post tariff are being revised as follows with effect from 01st October 2012.

Weight
Local (within municipal limits)
Upto 200 Kms
201 to 1000 Kms
1001 to 2000 Kms
Above 2000 Kms
Upto 50 Grams
Rs. 15/-
Rs.35/-
Rs. 35/-
Rs.35/-
Rs.35/-
51 Grams to 200 Grams
Rs. 25/-
Rs.35/-
Rs.40/-
Rs.60/-
Rs.70/-
201 grams to 500 grams
Rs.30/-
Rs. 50/-
Rs.60/-
Rs.80/-
Rs.90/-
Additional 500grams or part thereof
Rs.10/-
Rs. 15/-
Rs.30/-
Rs.40/-
Rs.50/-

The above tariff will be exclusive of taxes. The taxes will have to be paid extra as notified by the Central Government from time to time.

CEPT Mysore will issue a patch for revising the Speed Post tariff. On receipt of the same, all concerned will download the same and update in point of sale etc. immediately.
You are requested to bring it to the notice of all concerned including BNPL customers in the divisions.

InternationalParcel_TariffUpdation.exe



Click on the following link to update the international Parcel tariff.

Download exe

Monday, October 24, 2011

Error Message like " MSDTC SERVICES IS NOT RUNNING "

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 Query relating to 'RPC' error to solve the problem.


Run the following query using query analyzer (replace ‘myserver’ with your server name):

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



While doing submit accounts ‘Server not configured for RPC’

Solution:
Run the following query using query analyzer (replace ‘myserver’ with your server name):

exec sp_serveroption @server='myserver', @optname='rpc', @optvalue='true'
go
exec sp_serveroption @server='myserver', @optname='rpc out', @optvalue='true'
go
Note: The above error is related to SQL Server configuration settings and not related to the application. (RPC is Remote Procedure Call).

Latest MNOP Data Updation as on 13/10/2011 for POS and SpeedNet

MNOP Script: Latest MNOP Data Updation as on 13/10/2011 for POS and SpeedNet.


It is decided to keep both POS and SpeedNet MNOP Updation Script at a single point download. This script has to be used at all the offices using POS and SpeedNet.

Based on the latest Sorting Extract / Orders received from the Directorate, the Revised MNOP Script is released and the details of the releases are as follows.

This script will contain the entire Hub Master data as per the requirement /modifications - including all the previous revisions. This document shows only the latest revisions.

Link to Download


Wednesday, October 19, 2011

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

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

0
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.