Wednesday 28 December 2011

"Postman database not available Quitting"

(Q)Some times u may got a error "postman database is not available quitting" while taking returns from postman from treasury module

Solution 1: Delete postman server name from the treasury enviornment screen.
                   Note: u could do only if postman and treasury server are on the same server

Solution 2: 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

Monday 26 December 2011

Basics of Networking

A useful power point presentation About networking

MSDB Corrupted!!!

While running E payment Client i got an error "The server ePayPOSServer already exist"??
Reason: Msdb was in suspect condition
Solution: 1) Recover Msdb if u got a back up
              2) Run the Solution through query analyser

Steps for Formatting a Server Computer

1. Note the Computer name and Ip address of the computer
2.  Use the back up Driver utility to took the back up of driver http://double-driver.en.softonic.com/?ptn=t2broad&gclid=CJmzwdm5hq0CFUZ66wodwiCpSg
3. After formatting the computer give the previous name and IP address
3. Install windows server 2008
4. Install SQL 2005
5. Install server portions a) Point of sale server b) sub accounts server C) Treasury server, d) Speednet server,give full sharing to all folders.
6. Attach all databases one by one
7. Install client portion
8. Use ptc login in the meghdoot 6.6 folder in case of any login problem.
9. Use DB Analyser >>DB Utilities>>update to sql 2005 and SQL compatablity

                       

You Might also like this

Related Posts Plugin for WordPress, Blogger...