← Back to team overview

dhis2-users team mailing list archive

Re: need some help

 

Hi All,

I just got one of our counties computer with the DHIS2 not working on
properly I have tried to uninstall and install the entire software.
When I go through the installation almost to the end I get this
message:

Warning: Problem running post-install step.  Installation may not
complete correctly.  The database cluster initialisation failed.

Thanks

Stephen

On 1/6/12, Knut Staring <knutst@xxxxxxxxx> wrote:
> Hi Stephen,
>
> You can do this in PgAdmin - but of course you really should be careful
> that you only delete exactly what you want to delete.
>
> In PgAdmin, click on the database, then click on the SQL icon in the
> toolbar.
>
> Assuming the orgunit you want to remove is ACFI Clinic, you can then run
> the following query (by hitting the green arrow button):
>
> SELECT organisationunitid, name FROM organisationunit WHERE name='ACFI
> Clinic';
>
> Now that you are certain of the organisatoinunitid (e.g. 12345), you can
> replace 12345 into the following statement:
>
> DELETE FROM datavalue WHERE sourceid=12345;
>
> Knut
>
>
>
>
>
>
>
>
> On Fri, Jan 6, 2012 at 3:27 PM, Stephen Gbanyan <mambu9@xxxxxxxxx> wrote:
>
>> Hi Morten,
>>
>> Where can I go to do this?
>>
>> Stephen
>>
>> On 1/6/12, Morten Olav Hansen <mortenoh@xxxxxxxxx> wrote:
>> > Hi
>> >
>> > This means that data has been collected for the facility you want to
>> delete.
>> >
>> > Check the datavalue table for datavalues that have source = facilityId
>> >
>> > --
>> > Morten
>> >
>> >
>> >
>> > On Fri, Jan 6, 2012 at 3:07 PM, Stephen Gbanyan <mambu9@xxxxxxxxx>
>> wrote:
>> >> Hi All,
>> >>
>> >> Attached is a message i get when I try to delete repeated facilities
>> >> in my database. What can I do?
>> >>
>> >> Thanks
>> >>
>> >> _______________________________________________
>> >> Mailing list: https://launchpad.net/~dhis2-users
>> >> Post to     : dhis2-users@xxxxxxxxxxxxxxxxxxx
>> >> Unsubscribe : https://launchpad.net/~dhis2-users
>> >> More help   : https://help.launchpad.net/ListHelp
>> >>
>> >
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to     : dhis2-users@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
> --
> Knut Staring
> Dept. of Informatics, University of Oslo
> +4791880522
> http://dhis2.org
>


Follow ups

References