Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Elpidio Latorilla
Hi Nandalal, Most likely only php. I remember I had this problem that I cannot load the ICD dump so I split them into several files less than 1 meg and it worked. Funny thing was: my php was configured to 8 Meg maximum allowance. Also I raised the time-out period to 1 hour but still i could onl

Re: [Care2002-developers] Care2x Install wit Suse Linux 9.1

2004-05-06 Thread Wilfried Goedert
Guten Tag Joachim Mollin, JM> Who can help? I used suse up to version 8.2 than i dropped it. I use it only for web servers at the moment but compiled with debian kernel. I go to debian for the future. Wich Suse version do you use? The best idea is to use live communication. We can use a web mes

[Care2002-developers] Care2x Install wit Suse Linux 9.1

2004-05-06 Thread Joachim Mollin
Hi,   i just tried my first installation of care2x on a linux maschine. After several installations under windows, I have no success on linux. The install script told me that I canot create the database. I did it manually.  After that, the script runs well until changing the directory rig

[Care2002-developers] Care2x Install wit Suse Linux 9.1

2004-05-06 Thread Joachim Mollin
Hi,   i just tried my first installation of care2x on a linux maschine. After several installations under windows, I have no success on linux. The install script told me that I canot create the database. I did it manually.  After that, the script runs well until changing the directory rig

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
Take a look in nearly every CMS system such codes are available. And all the solutions run NOT with windows. My problem with my private php-nuke page was only that the complete code was to big that i prefered to do it as root. EL> But if there is a GUI based db manager that does it all at once el

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
Nandalal, you wrote: NG> Does this mean we should NOT use the phpmyadmin to NG> dump or restore database? Realy you can use phpmyadmin. no problem. But look first into your php.ini file. Realy everyone have his own method. The problem is the following. There are web accounts available that offe

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Nandalal Gunaratne
Is this restriction to 1meg due to MYSQL or phpmyadmin? Nandalal __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Nandalal Gunaratne
Thanks Wilfried, However this needs to be set down in a simpler step by step manner with more explanation by someone who understsnds all this to make it into a standard document. This is a VERY important part of the documentation. The script should be made into a file. This must include the cron

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Elpidio Latorilla
Well, actually you can stil use phpmyadmin to make the dump files but instead of selecting all the tables, you need to select only several at one time to avoid producing a very large dump file (>1 meg). You then need to repeat the process until you have saved all the tables. It is a bit tedious,

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
just a joke :-) JM> What are you doing? change the provider Peter Bartels <[EMAIL PROTECTED]> is able to provide such soltions i think. Or host an own server. 39.- $ /month are the prices now. -- Mit freundlichen Grüssen Wilfried Goedert mailto:[EMAIL PROTECTED] --

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
Guten Tag Elpidio Latorilla, am Freitag, 7. Mai 2004 um 02:04 schrieben Sie: EL> Ok, I think I remember now, I could not load more than 1 meg of dump before EL> thats why I split the ICD tables in several files. Shame on me for EL> forgetting this. I will remove the docs from the net. Not ne

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Nandalal Gunaratne
Does this mean we should NOT use the phpmyadmin to dump or restore database? Why not put Wilfried Goedert's method up for now but work out a simpler way of doing this for those who do not like working on the CLI? Nandalal --- Elpidio Latorilla <[EMAIL PROTECTED]> wrote: > Ok, I think I remember n

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Elpidio Latorilla
Hi, thanks for the feedback. I am going to remove the docs from the net. If somebody has spare time to write down the correct method, please do it. I will upload it in place of the inaccurate docs. elpidio On Thursday 06 May 2004 06:33, Joachim Mollin wrote: > i tried it with my running DB on

Re: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Nino Novak
On Thursday 06 May 2004 15:58, Wilfried Goedert wrote: > i just posted the solution and some scripts. You only need to adapt > them to your needs. Please consider to put your tips & tricks on the wiki. This might encourage other people to share their expertise too. Regards, Nino

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Elpidio Latorilla
Ok, I think I remember now, I could not load more than 1 meg of dump before thats why I split the ICD tables in several files. Shame on me for forgetting this. I will remove the docs from the net. If you can rewrite your posting to a more formal documentation, I will upload them in place of t

Re: AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
JM> i tried it with my running DB on the web. The so defined file is 3.1 MB. It JM> is impossible to reload it in the sql window on a linux server. (Error no JM> SQL) i just posted the solution and some scripts. You only need to adapt them to your needs. -- Mit freundlichen Grüssen Wilfried G

Re: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
Ah sorry, some additional scripts to get the data from a second server #!/bin/sh date=`date -I` wget --background --output-file=/dev/null --quiet --directory-prefix=/lokalerpfad/backup http://login:[EMAIL PROTECTED]/pfad/backup/databasebackup-current.sql.bz2 > /dev/null sleep 100 mv /lokalerp

Re: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Wilfried Goedert
EL> Please try it with a GIG data and inform us. We will highly appreciate it. I just have done it, to bring transfer to another server. Same function you are able to do at the web9 via confixx. Realy try to do it with all databases at the old account :-) you have some time to do and need to spl

AW: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Joachim Mollin
Hi Elpidio, i tried it with my running DB on the web. The so defined file is 3.1 MB. It is impossible to reload it in the sql window on a linux server. (Error no SQL) What are you doing? Regards Joachim -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftra

RE: [Care2002-developers] discard intranet email module

2004-05-06 Thread matthew
Basic tenant Hipaa is a joke has nothing to do with privacy, has so many loop hole from the politicians. In principle it was a good law implementation has been a nightmare no one knows what the hell it means. So general rule of thumb we need to be able to authorize who is allowed access to the da

Re: [Care2002-developers] Mozilla support

2004-05-06 Thread Daniel Zilli
Hi Elpidio Latorilla, Mozilla Explorer Opera in that order. For further testing: Firefox = has still instability (the mozilla group itself says it is unstable) Konqueror = seems to work but missing some features, available only for Linux and its gui design (optics) is not optimal. I use Konqu

Re: [Care2002-developers] dump via phpmyadmin doc

2004-05-06 Thread Elpidio Latorilla
Wilfried, On Wednesday 05 May 2004 17:25, Wilfried Goedert wrote: > If you work with a small database it will be ok. Did you thought about > a real running system with some GIG of data? Please try it with a GIG data and inform us. We will highly appreciate it. elpidio ---

Re: [Care2002-developers] Re: Care2X

2004-05-06 Thread Nandalal Gunaratne
How do I install the ICD-10 codes into care2X?? I can help in the ICD-1`0-PCS codes if I know how these are inserted into the catre2x system eventually. Nandalal --- Elpidio Latorilla <[EMAIL PROTECTED]> wrote: > chances are high. Actually, I have reserved some > fields in the db table to > hand

Re: [Care2002-developers] discard intranet email module

2004-05-06 Thread Nandalal Gunaratne
Hi Elpidio, Why discard the intranet email module? Does it work? If so how? I have just installed care2X on a Live Knoppix install to test it out and it works well. The Knoppix HDD install also works. It has egverything working already, Apache, MYSQL.PHP,GD module, so installation is a breeze. I

Re: [Care2002-developers] Re: Care2X

2004-05-06 Thread Elpidio Latorilla
chances are high. Actually, I have reserved some fields in the db table to handle the versions. But the classes related to the logic still needs some tweaking, although the path to it was laid down already. elpidio On Wednesday 05 May 2004 22:12, matthew wrote: > Nightmare here in Louisiana a

Re: [Care2002-developers] discard intranet email module

2004-05-06 Thread Elpidio Latorilla
Hi Matt, It could be any other means other than email. Maybe you can help us some more on this matter since you understand the HIPAA much better. elpidio On Wednesday 05 May 2004 22:09, matthew wrote: > Elpido does it have to be a email or is some other type of encrypted > messaging system poss

Re: [Care2002-developers] Mozilla support

2004-05-06 Thread Elpidio Latorilla
Hi Matt, Mozilla Explorer Opera in that order. For further testing: Firefox = has still instability (the mozilla group itself says it is unstable) Konqueror = seems to work but missing some features, available only for Linux and its gui design (optics) is not optimal. I use Konqueror extensi

Re: [Care2002-developers] Re: Care2X

2004-05-06 Thread Wilfried Goedert
matthew, >> Messaging Standards >> -HL7 and HXP m> HXP beta server is in the making. HL7 is in the planning. http://www.care2x.de/Project_pHp-HL7.436.0.html I just uploaded the resources. This project needs a developer and teamleader. http://sourceforge.net/projects/care2x-plugins CVS ht

Re: [Care2002-developers] discard intranet email module

2004-05-06 Thread Wilfried Goedert
hi matt, m> Elpido does it have to be a email or is some other type of encrypted m> messaging system possible, and could this be more efficient? pgp communication seems to be compatible with the security standards in USA. Not in Germany. Because we have a signature law. But i did from 1998 to 20

Re: [Care2002-developers] discard intranet email module

2004-05-06 Thread Wilfried Goedert
Hi matt, i am not annoying to you. I tickled you a bit. :-) there is a high respect to your work. I send you a private mail to explain it. :-) m> did not hijack anything. m> I tried to upload x3 three never got it working. Let us clear it also private to find a future solution. Maybe i can wr