Hi Guido, which version of Postgresql are you using? I've seen that error before. I think it indicates that you're using postgresql 9.2+. That particular field (procpid) was renamed to pid in postgresql 9.2.
You could try just changing "procpid" to "pid" in "archesproject/db/deploymbent scripts/databasecleanup.sql:1". Cheers, Koen ________________________________________ Van: [email protected] [[email protected]] namens guido cimadomo [[email protected]] Verzonden: woensdag 1 april 2015 20:21 Aan: [email protected] CC: [email protected] Onderwerp: Re: [Arches] arches install error [install_archs_db.bat] win 8.1 thank you Dennis, Yes, I know 3.0 is coming soon but I had to present it to our students at University of Malaga, in a new course in architecture which could not wait for the new release. I still haven't solved this issue, and could not offer an insight of the program in the course, which could have been interesting for the students to see it and eventually work for the excercise they have to develop. Of course I'm waiting for the new release, and always ready for a Spanish/Italian translation... El martes, 24 de marzo de 2015, 16:36:39 (UTC+1), Dennis Wuthrich escribió: Hi Guido, Nice to hear from you again. >From your note, it sounds like you are trying to install v2.0 of Arches. You >may be interested to know that we’re almost finished with version 3.0 of >Arches and a new Arches application that we call HIP (Heritage Inventory >Package). We’re finishing the data entry forms for the HIP and documentation >for both Arches v3.0 and HIP. Expect the final version of both Arches v3.0 >and the HIP v1.0 before mid-April. In any case, I would suggest you that you look to v3.0 instead of working with v2.0. Cheers, Dennis On Mar 16, 2015, at 1:17 PM, guido cimadomo <[email protected]<javascript:>> wrote: Hi to all of you at Getty, Pharallon and elsewhere in the community... After a long time I'm installing arches on a local win 8 pc. I want to show it to students at Malaga University for a course on Heritage and Landscape. I'm actually not interested in a server deployment, but just to show it... Everything was well following "Installing Arches on Windows" instructions, up to step 7: Install and build Arches. The script starts,, in asks for my postgres password, then appear a first error: archesproject/db/deploymbent scripts/databasecleanup.sql:1: error: column <<procpid>> does not exist Line 1: select pg_terminate_backend(procpid) from pg_stat_activity... and then another error: psql:c./.../deplyment scripts/databasecleanup.squ:4: error: <<arche>> database does not exist... any help? thank you all -- -- To post, send email to [email protected]<javascript:>. To unsubscribe, send email to [email protected]<javascript:>. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<javascript:>. For more options, visit https://groups.google.com/d/optout. -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
