Running exe problem

Started by Shahbaz A. Tyagiover 17 years ago6 messagesgeneral
Jump to latest
#1Shahbaz A. Tyagi
shahbaz.tyagi@sphere.ae

Hi,

While trying to run "pg_ctl.exe" with valid parameters, using command prompt
in windows XP sp2 machine, it's not getting executed.

In event viewer we are getting following events,

____________________________________________________________________________
______________________________

Event Type: Error

Event Source: SideBySide

Event Category: None

Event ID: 32

Date: 1/6/2009

Time: 5:30:42 PM

User: N/A

Computer: BOB

Description:

Dependent Assembly Microsoft.VC80.CRT could not be found and Last Error was
The referenced assembly is not installed on your system.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

----------------------------------------------------------------------------
----------------------------------------------------------------------------
-------------

Event Type: Error

Event Source: SideBySide

Event Category: None

Event ID: 59

Date: 1/7/2009

Time: 12:25:27 PM

User: N/A

Computer: BOB

Description:

Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error
message: The referenced assembly is not installed on your system.

.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

____________________________________________________________________________
______________________________

Please suggest,

Thanks,

Shahbaz

#2Ashesh Vashi
ashesh.vashi@enterprisedb.com
In reply to: Shahbaz A. Tyagi (#1)
Re: Running exe problem

How did you install PostgreSQL on your system?
Microsoft Visual Studio redistribution binaries are missing on your system.

Download it from the following link and install it.
http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en

After installing it, postgresql should run properly.
--
Regards,
Ashesh Vashi
(Software Engineer)

EnterpriseDB INDIA: http://www.enterprisedb.com

Shahbaz A. Tyagi wrote:

Show quoted text

Hi,

While trying to run "pg_ctl.exe" with valid parameters, using command
prompt in windows XP sp2 machine, it's not getting executed.

In event viewer we are getting following events,

__________________________________________________________________________________________________________

Event Type: Error

Event Source: SideBySide

Event Category: None

Event ID: 32

Date: 1/6/2009

Time: 5:30:42 PM

User: N/A

Computer: BOB

Description:

Dependent Assembly Microsoft.VC80.CRT could not be found and Last
Error was The referenced assembly is not installed on your system.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------

Event Type: Error

Event Source: SideBySide

Event Category: None

Event ID: 59

Date: 1/7/2009

Time: 12:25:27 PM

User: N/A

Computer: BOB

Description:

Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference
error message: The referenced assembly is not installed on your system.

.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

__________________________________________________________________________________________________________

Please suggest,

Thanks,

Shahbaz

#3Grzegorz Jaśkiewicz
gryzman@gmail.com
In reply to: Shahbaz A. Tyagi (#1)
Re: Running exe problem

On Wed, Jan 7, 2009 at 9:15 AM, Shahbaz A. Tyagi
<shahbaz.tyagi@sphere.ae> wrote:

Hi,

While trying to run "pg_ctl.exe" with valid parameters, using command prompt
in windows XP sp2 machine, it's not getting executed.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

llllol

--
GJ

#4Shahbaz A. Tyagi
shahbaz.tyagi@sphere.ae
In reply to: Ashesh Vashi (#2)
Re: Running exe problem

We have not installed the Postgre but we are trying to use the binaries
directly.

Thanks,

Shahbaz

_____

From: Ashesh Vashi [mailto:ashesh.vashi@enterprisedb.com]
Sent: Wednesday, January 07, 2009 1:38 PM
To: Shahbaz A. Tyagi
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Running exe problem

How did you install PostgreSQL on your system?
Microsoft Visual Studio redistribution binaries are missing on your system.

Download it from the following link and install it.
http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-
984d-389c36f85647
<http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14
-984d-389c36f85647&displaylang=en> &displaylang=en

After installing it, postgresql should run properly.

--

Regards,
Ashesh Vashi
(Software Engineer)

EnterpriseDB INDIA: http://www.enterprisedb.com

Shahbaz A. Tyagi wrote:

Hi,

While trying to run "pg_ctl.exe" with valid parameters, using command prompt
in windows XP sp2 machine, it's not getting executed.

In event viewer we are getting following events,

____________________________________________________________________________
______________________________

Event Type: Error

Event Source: SideBySide

Event Category: None

Event ID: 32

Date: 1/6/2009

Time: 5:30:42 PM

User: N/A

Computer: BOB

Description:

Dependent Assembly Microsoft.VC80.CRT could not be found and Last Error was
The referenced assembly is not installed on your system.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

----------------------------------------------------------------------------
----------------------------------------------------------------------------
-------------

Event Type: Error

Event Source: SideBySide

Event Category: None

Event ID: 59

Date: 1/7/2009

Time: 12:25:27 PM

User: N/A

Computer: BOB

Description:

Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error
message: The referenced assembly is not installed on your system.

.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

____________________________________________________________________________
______________________________

Please suggest,

Thanks,

Shahbaz

#5Dave Page
dpage@pgadmin.org
In reply to: Shahbaz A. Tyagi (#4)
Re: Running exe problem

On Wed, Jan 7, 2009 at 9:40 AM, Shahbaz A. Tyagi
<shahbaz.tyagi@sphere.ae> wrote:

We have not installed the Postgre but we are trying to use the binaries
directly.

Did you read the README?

postgresql-8.3.5-1-binaries-no-installer.zip is a zip of the PostgreSQL
installation directory. It does not include any of the bundled apps or
drivers and is intended for expert users only! This bundle requires the
Microsoft Visual C++ 8.0 runtimes to be installed on your system. A
seperate installer can be downloaded from:

http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&amp;DisplayLang=en

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

#6Shahbaz A. Tyagi
shahbaz.tyagi@sphere.ae
In reply to: Dave Page (#5)
Re: Running exe problem

Yeah, thanks guys, we were able to run it in one machine but not in our main
server, hence the confusion came. Than we installed other version of
runtimes but now we installed the correct one as suggested, hence worked.

Thanks,

Shahbaz A. Tyagi
Sphere Networks

-----Original Message-----
From: Dave Page [mailto:dpage@pgadmin.org]
Sent: Wednesday, January 07, 2009 1:51 PM
To: Shahbaz A. Tyagi
Cc: Ashesh Vashi; pgsql-general@postgresql.org
Subject: Re: [GENERAL] Running exe problem

On Wed, Jan 7, 2009 at 9:40 AM, Shahbaz A. Tyagi
<shahbaz.tyagi@sphere.ae> wrote:

We have not installed the Postgre but we are trying to use the binaries
directly.

Did you read the README?

postgresql-8.3.5-1-binaries-no-installer.zip is a zip of the PostgreSQL
installation directory. It does not include any of the bundled apps or
drivers and is intended for expert users only! This bundle requires the
Microsoft Visual C++ 8.0 runtimes to be installed on your system. A
seperate installer can be downloaded from:

http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-
984d-389c36f85647&DisplayLang=en

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com