No title

Started by News Subsystemabout 13 years ago5 messagesbugs
Jump to latest
#1News Subsystem
news@news.hub.org

Sat, 23 Mar 2013 07:22:43 -0700 (PDT)
23 Mar 2013 07:22:43 -0700 (PDT)
X-Newsgroups: pgsql.bugs
Date: Sat, 23 Mar 2013 07:22:43 -0700 (PDT)
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.173.238.135;
posting-account=olGTqwoAAAAh6jEnGJU_fjLVfoHldlc3
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cae22876-f735-46b7-ba6f-d6197351e59d@googlegroups.com>
Subject: Moteview database problem
From: "Hana'a AL-Theiabat" <hanatheabat@gmail.com>
Injection-Date: Sat, 23 Mar 2013 14:22:43 +0000
Content-Type: text/plain; charset=ISO-8859-1
To: pgsql-bugs@postgresql.org

when i install Moteview 2.0 on windows XP this problem appeared :

""Moteview the database server localhost is not available please input a valid server name""

the version of pgsql is PostgreSQL 8.0.0-rc1

anyone have any idea to solve this ?

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2John R Pierce
pierce@hogranch.com
In reply to: News Subsystem (#1)
Re:

On 3/23/2013 7:22 AM, News Subsystem wrote:

the version of pgsql is PostgreSQL 8.0.0-rc1

anyone have any idea to solve this ?

step 1, install a supported version. 8.0 has been EOSL for several
years now, the first robust version of PostgreSQL on MS Windows is 8.3,
adn even that is EOL now, 8.4.16 is the oldest version currently
supported. 8.0.0-Rc1 was a beta release of the first release of the
8.0 series, which got up to like 8.0.26 before it was discontinued.
8.0.0 was released in January 2005, its 2013 now.

I have no idea what Moteview 2.0 is, never heard of it. This
package supports PostgreSQL ? what version(s) do they recommend? does
it require additional database connectivity components like ODBC, or
NPGSQL or ?

anyways, I don't believe this is a postgresql bug, so doesn't belong on
this list.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#3Hana'a AL-Theiabat
hanatheabat@gmail.com
In reply to: John R Pierce (#2)
Re:

this application use PostgreSQL 8.0.0-rc1 on windows xp ,, it is for
wireless sensors nodes,
however from this link i try to download PostgreSQL 8.3 but it is require
password during instillation ?? have you any idea ?

On Sun, Mar 24, 2013 at 3:26 AM, John R Pierce <pierce@hogranch.com> wrote:

Show quoted text

On 3/23/2013 7:22 AM, News Subsystem wrote:

the version of pgsql is PostgreSQL 8.0.0-rc1

anyone have any idea to solve this ?

step 1, install a supported version. 8.0 has been EOSL for several years
now, the first robust version of PostgreSQL on MS Windows is 8.3, adn even
that is EOL now, 8.4.16 is the oldest version currently supported.
8.0.0-Rc1 was a beta release of the first release of the 8.0 series, which
got up to like 8.0.26 before it was discontinued. 8.0.0 was released in
January 2005, its 2013 now.

I have no idea what Moteview 2.0 is, never heard of it. This package
supports PostgreSQL ? what version(s) do they recommend? does it require
additional database connectivity components like ODBC, or NPGSQL or ?

anyways, I don't believe this is a postgresql bug, so doesn't belong on
this list.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

#4Hana'a AL-Theiabat
hanatheabat@gmail.com
In reply to: Hana'a AL-Theiabat (#3)
Re:

i used this link
http://www.enterprisedb.com/products-services-training/pgdownload#windows

On Sun, Mar 24, 2013 at 9:13 AM, Hana'a AL-Theiabat
<hanatheabat@gmail.com>wrote:

Show quoted text

this application use PostgreSQL 8.0.0-rc1 on windows xp ,, it is for
wireless sensors nodes,
however from this link i try to download PostgreSQL 8.3 but it is require
password during instillation ?? have you any idea ?

On Sun, Mar 24, 2013 at 3:26 AM, John R Pierce <pierce@hogranch.com>wrote:

On 3/23/2013 7:22 AM, News Subsystem wrote:

the version of pgsql is PostgreSQL 8.0.0-rc1

anyone have any idea to solve this ?

step 1, install a supported version. 8.0 has been EOSL for several
years now, the first robust version of PostgreSQL on MS Windows is 8.3, adn
even that is EOL now, 8.4.16 is the oldest version currently supported.
8.0.0-Rc1 was a beta release of the first release of the 8.0 series, which
got up to like 8.0.26 before it was discontinued. 8.0.0 was released in
January 2005, its 2013 now.

I have no idea what Moteview 2.0 is, never heard of it. This package
supports PostgreSQL ? what version(s) do they recommend? does it require
additional database connectivity components like ODBC, or NPGSQL or ?

anyways, I don't believe this is a postgresql bug, so doesn't belong on
this list.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

#5John R Pierce
pierce@hogranch.com
In reply to: Hana'a AL-Theiabat (#3)
Re:

On 3/23/2013 11:13 PM, Hana'a AL-Theiabat wrote:

this application use PostgreSQL 8.0.0-rc1 on windows xp ,, it is for
wireless sensors nodes,

I think you should contact the application vendor for support if they
are using such old and obsolete postgres versions.

however from this link i try to download PostgreSQL 8.3 but it is
require password during instillation ?? have you any idea ?

probably the password to the `postgres` service account created by the
8.0 install. control panel -> admin tools -> computer management ->
local users and groups -> users, find the postgres account, and set a
new password via right click... then install the newer postgres and
tell it what that password is.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs