Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to solve PostgresSQL Error connecting to the server:received invalid response to ssl negotition

Hi Friends, Please help me with the error ,when I am opening my database(pg-admin) in window server 2008 R2 It is giving me below mentioned error. Error connecting to the server:received invalid response to SSL Negotiation

How to develop javascript pagination for web pages

Hello guys, If you want to develop pagination for web pages using javascript, the below code will help you. So do not worry, just follow bellow mentioned steps todevelop pagination with HTML table. Step 1: Write CSS in style tag <style type=

Load PostgreSQL Sample Database

Load PostgreSQL Sample Database Download PostgreSQL 9.1 and install pgAdminIII http://www.postgresql.org/download/windows/ To check that you are able to access psql, open cmd and fire command psql. If you are getting error like 'psql' not recognize

Prevent duplicate partner entries in OpenErp

It is an obvious situation for any company to prevent the creation of duplicate partners with same name, and same case. To stop this we can do the following steps: First merge all the duplicate entries on one partner. Delete the other partner. In

How to take backup database in PostgreSQL in ubuntu

To take backup database in PostgreSQL in ubuntu follow these step in terminal 1- sudo su - postgres 2- psql 3- pg_dump abctest_db > /home/sachin/abc.sql Here, abctest_db = is a dbname whose backup I want to take abc.sql file = this i

How to use Cursor in Odoo ?

When we use cursor first we have to move on Record Recordset and environment share the same cursor.And you can access cursor using like below code. def my_fun(self): cursor = self._cr # or self.env.cr Note- if you need to use the tcurso

How to resolve Registry issue in Postgres

If on installing OpenERP 6.1 using all-in-one setup, pgAdmin is note getting installed or you are not able to select pgadmin while installation then you might be having a registy issue with postgres application. To solve this king of problem. Follo

How to resolve Severe Assertion Error in openerp

To resolve Severe Assertion Error in openerp follow these step given below After getting sever assertion error then first : Step1- In pgAdmin run the following query: update ir_module_module set state = 'installed' where state = 'to install' Step2-

Access PostgreSQL using IP address

To add a new server connection using an IP address, you need to follow these steps: Go to the folder PostgreSQL/data, and edit the file postgresql.conf, add the following line at the end of the file and save: listen_addresses = '*' # wha

Password Recovery in OpenERP

Can't log in? Forgot Password? Many users and many passwords? All these questions are very common in daily operations of your OpenERP. If you are admin then you have all the access to change or recover passwords for other users as well. This is ver

prev 1 2 12
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: