Showing posts with label TREASERY. Show all posts
Showing posts with label TREASERY. Show all posts

Saturday, 1 March 2014

Solution for Treasury HO Summary Timeout Expired

Treasury Timed out Expired

While view in HO Summary balance in Treasury Module it shows an error message as "Timeout Expired".

Solution

The error message will appear if there is huge data in the database. Therefore, it is suggested in Meghdoot Treasury user manual that the treasury supervisor has to delete the old data periodically. This may not be followed in your office causing the error. 
To solve the problem, delete the old data through the option 
Treasury > Supervisor > Tools > Delete 
-up to the required date. 
The data may be deleted in piece meal ie; month wise only from the oldest date of data available in the database after following the prescribed procedure ie; taking backup in  any other device, approval of the Divisional Office etc., With this Option, data pertaining to Treasury, subtreasury, SubAccounts, BOSubaccounts databases will be deleted up to the required date.
Don't try to delete the data in one step ie; in bulk - it will give "Timeout Expired" error message. This will solve the problem.

Saturday, 11 May 2013

Tool for RPC Error in Meghdoot



Error:

  • RPC errore while submitting  POS Submit account.
  • While taking the postman returns option in treasury "Postman Database Not available"
Solution:
  • Download Below exe from potools.
  • Execute from server after provide login information

Pre-request: 
.Net frame work 2.0


Developed by:
M V Partel, Bardoli HO.

Wednesday, 26 December 2012

In treasury module while entry in postman returns error shown ‘POSTMAN DATA BASE IS NOT AVAILBLE QUITTING’

In treasury module 

while entry in postman returns error shown ‘POSTMAN DATA BASE IS NOT AVAILBLE QUITTING’


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.

Monday, 12 December 2011

In treasury module while entry in postman returns error shown ‘POSTMAN DATA BASE IS NOT AVAILBLE QUITTING’

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.