Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0000675
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Othersminoralways2006-09-30 19:012008-06-12 09:43
Reporteruser71View Statuspublic 
Assigned Touser71 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0000675: Can't get the install to work on XP

DescriptionFollowed the quick install guide and everything
worked fine until I ran the install.bat script.

It hung on this step.
[echo]
******************************************************
************
     [echo] * GENERATING
DATABASE STRUCTURE *
     [echo]
******************************************************
************

I let it run overnight just to be sure it was not
just thinking. Note there are no reported errors at
this point.
I hit cancel to get this error.
  [exec] Result: 2147483647
      [sql] Failed to execute: UPDATE AD_SYSTEM SET
TAD_LEVEL=1, TAD_PARENT_VERSION='2.13',
TAD_VERSION='' WHERE AD_SYSTEM_ID=0
      [sql] org.postgresql.util.PSQLException: ERROR:
relation "ad_system" does not exist
      [sql] Failed to execute: SELECT
AD_Update_Sequence()
      [sql] org.postgresql.util.PSQLException: ERROR:
function ad_update_sequence() does not exist

I searched high and low for an answer to this
question, but did not see anything on google nor here.
Thanks for your help,
Ken.
ken.mcclaren@gmail.com
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0000562)
user71
2006-10-01 19:14
edited on: 2008-06-12 09:17

Logged In: NO

I have the same problem!!!!
(0000563)
user71
2006-10-01 19:16
edited on: 2008-06-12 09:17

Logged In: NO

I hace the same problem.
If you have some news about it, I´d be great to know...
irrintxi@hotmail.com
(0000564)
user71
2006-10-02 11:42
edited on: 2008-06-12 09:17

Logged In: YES
user_id=1500724

We are detecting a bug with the XP installation. It seems
to fail a task of ant.

You can make the installation by making manually the
database import and then, execute the install process
selecting the option source only.

To make the database import you have to unzip the jar file.
Open command line window a go to the extract directory. Now
you have to run:

    pg_restore -i -h localhost -p 5432 -U tad -d openbravo -
v -O TAD.DMP

Now, you have the database imported, but you have to do two
things; update the version database and make a vacuum. For
this, you have to run the next commands:

    psql -U tad -d openbravo

With this command, you are inside postgres, and now you can
execute the update for the version:

    UPDATE AD_SYSTEM SET TAD_LEVEL=1,
        TAD_PARENT_VERSION='2.13', TAD_VERSION=''
        WHERE AD_SYSTEM_ID=0;

Now we exit the psql with the command \q

    vacuumdb -h localhost -p 5432 -U tad -d openbravo -f -
z -v

Now you can run again your installation and, when you take
to the second window (Default options), you must select
the "Source" choice instead of the "Database and source".

I hope this help you. We are changing our installer to
solve this problems. Tell me if you have any question.
(0000565)
user71
2006-10-07 05:38
edited on: 2008-06-12 09:17

Logged In: YES
user_id=1602329

I found the same problem in WIN2000 Server. It is not
fixed in ver 2.13. I hope someone could test this problem
again.
(0004264)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:43

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1568396 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker