[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-users:12287] Re: dumpからデータを取り込むと「医療機関情報が取得できませんでした。処理を終了してください。」となる



山内先生 ありがとうございます。
>
> The server is just reporting that the
> connection to the client was lost without the client doing the proper
> handshaking.
>
[orca-users:12262] Re: Lucidで日レセの自動起動できません。
に同様の問題があり、「jma-receipt を起動してすぐに client2 から接続しようと
すると出るようです。 何秒か待ってアクセスするようにすればうまくいく
のではないでしょうか。」
とありますので、1回目はうまくhandshakingしてなくて、2回目のクリックでとりあえずオルカが開けてるのはそのためでしょうか?
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

その後の試行錯誤の経過をお伝えします.

正常に動作している8/31頃のオルカをdumpして、それをまた入れると普通に開ける.
正常に動作している8/31頃のオルカをdumpして、より新しいのをdumpを入れると開けない.「医療機関情報---」がでる。
正常に動作している8/31頃のオルカをdumpして、古いのをdumpを入れると開けない.「医療機関情報---」がでる。

いったん「医療機関情報---」がでると以下の再インストール
# apt-get --reinstall install jma-receipt
# /etc/init.d/jma-receipt start
でも
# /etc/init.d/jma-receipt stop
# su - postgres
$ dropdb orca
$ exit
# apt-get --reinstall install jma-receipt
# /etc/init.d/jma-receipt start
でも
状況は変わらない

dumpの出し入れは以下のようにやっています
出す
$ sudo -u orca pg_dump -O orca > ***.dump
入れる
$ sudo /etc/init.d/jma-receipt stop
$ sudo -u orca dropdb orca
$ sudo -u orca createdb orca
$ sudo -u orca psql orca < ***.dump
$ sudo /etc/init.d/jma-receipt start

これからコンピューターを変えて1から入れ直してdumpを試してみます.

初めてのレセ出しをひかえ、データ入力ができず、あせっています。
思いつく事がありましたが、よろしくお願いします.

uza@okinawa