topic
stringlengths
1
63
text
stringlengths
1
577k
Backup y Restore con MySqlDump
Horacio: Enviado! Saludos
Backup y Restore con MySqlDump
Muchísimas gracias Armando! Saludos
Backup y Restore con MySqlDump
Horacio: Gracias a ti por agradecer. "Una de las mayores virtudes del hombre es la capacidad de demostrar agradecimiento" Saludos
Backup y Restore con MySqlDump
Paisa y yo? SysCtrlSoftware ARROBA Gmail.com
Backup y Restore con MySqlDump
Paisano: Listo, tarde pero sin sueño. Saludos
Backup y Restore con MySqlDump
Paisa no me llega como te busco en el ese SKYPE, <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-...
Backup y Restore con MySqlDump
Paisano: Disculpa, Tenia yo un horror, enviado nuevamente. Saludos
Backup y mysql
Amigos, estoy queriendo guardar un backup en un servidor remoto mysql. Todo funciona salvo cuando quiero recuperar el backup, el registro me devuelve 310 bytes menos que el original, por supuesto cuando quiero restaurar me dice que el backup está corrupto. E intentado con un campo longblob y longtext sin ningún resulta...
Backup y mysql
Hola Horacio. Cómo estás haciendo el Backup? Y cómo estás haciendo el Restore?
Backup y mysql
Horacio Lo hago así: Backup [code=fw:1ldjaa7h]<div class="fw" id="{CB}" style="font-family: monospace;"><br />C:\Archivos de programas\MySqlMaDB\bin\MySqlDump -h localhost -u root -pclave base>D:\Sistemas\rrhh\<span style="color: #00C800;">data</span>\bkrrhh.sql<br />&nbsp;</div>[/code:1ldjaa7h] Restore [code=fw:1ldj...
Backup y mysql
Estoy usando FwMariaDb para conectarme con Mysql, pongo código, se va a entender mejor lo que quiero hacer [code=fw:1vhis5eo]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cBackup := Memoread<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"C:<span style="color: #000000;">\b</...
Backup y mysql
Horario, En principio en el update te falta el signo "=" [code=fw:6vnym22k]<div class="fw" id="{CB}" style="font-family: monospace;">cUpdate := <span style="color: #ff0000;">"Update empresa set backup = '"</span> + cBackup + <span style="color: #ff0000;">"' where codigo = 1"</span></div>[/code:6vnym22k] De todos modo...
Backup y mysql
Hola Eduardo, gracias por tu respuesta, me olvide de poner el igual. Probaré tu solución. Con respecto al tamaño recuperado yo creo que si debería ser igual al backup original, de hecho es solo texto. Saludos
Backup y mysql
Hummm meter un respaldo en un campo ? Salvo que la DB tenga muuuuy poca info ! La opcion de Ademar funciona muy bien, solo que tarda una eternidad la restauracion si la DB es mediana a grande ! En mi caso, uso lo siguiente : - Verifico y detengo el servicio [code=fw:3np8o5jp]<div class="fw" id="{CB}" style="font-fa...
Backup y mysql
Amigos, finalmente desistí de guardar un backup en un campo de mysql. Opte por subir el backup directamente al servidor con pscp una utilidad de putty sumamente rápida y sencilla. Muchas gracias por sus respuestas. Saludos
Backup/Restore MySQL data when build BAT file
Hi All I use this code below: [code=fw:3g0ry8hp]<div class="fw" id="{CB}" style="font-family: monospace;">  <br /><span style="color: #00C800;">METHOD</span> RunDatabaseBackup<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TWinCraneErp<br /...
Backup/Restore MySQL data when build BAT file
Hi Richard, Can you try it without "call" WaitRun("bak.bat",0)
Backup/Restore MySQL data when build BAT file
Richard, I use ShellExecute. In your case it will be someting like this : [code=fw:j0wfea0v]<div class="fw" id="{CB}" style="font-family: monospace;">ShellExecute<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">'OPEN'</span>, <span style="color: #ff0000;"...
Backup/Restore MySQL data when build BAT file
[quote="Horizon":2qehfgdg]Hi Richard, Can you try it without "call" WaitRun("bak.bat",0)[/quote:2qehfgdg] HI Hakan, You're right, work fine. Thaks a lot.
Backup/Restore MySQL data when build BAT file
[quote="Marc Vanzegbroeck":3h0yh21d]Richard, I use ShellExecute. In your case it will be someting like this : [code=fw:3h0yh21d]<div class="fw" id="{CB}" style="font-family: monospace;">ShellExecute<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">'OPEN'</...
Backup/Restore MySQL data when build BAT file
FWH oCn:BackUp() is simple to use and works fast and well.
Backup/Restore MySQL data when build BAT file
[quote="nageswaragunupudi":2no8cnkc]FWH oCn:BackUp() is simple to use and works fast and well.[/quote:2no8cnkc] Mr.Rao, Yes, I think so. But now I use TMySQL 3rd I have a idea. I can use TMySQL and FWH MariaDb/MySql Backup and Restore Together run it? [code=fw:2no8cnkc]<div class="fw" id="{CB}" style="font-family: m...
Backup/Restore MySQL data when build BAT file
[quote:pqesp8nk]I can use TMySQL and FWH MariaDb/MySql Backup and Restore Together run it?[/quote:pqesp8nk] Yes, you can. In fact you can use FWH mariadb functionality in addition to TMySql in your programs without any conflict with TMySql. Your above program works. However you can totally simplify the backup progra...
Backup/Restore MySQL data when build BAT file
You can use a simple program like this: [code=fw:ey3ascz9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span...
Backup/Restore MySQL data when build BAT file
[quote="nageswaragunupudi":28s8wypk]You can use a simple program like this: [code=fw:28s8wypk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span...
Backups MySql
Buenas He visto conversaciones sobre copias de seguridad en el Foro usando TDolphin, y como fanático de git, tenéis otra opción que quizás os sea de interés <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> <!-- m --><a class="postlink" href="http://bicosyes.com/backup-increme...
Backups MySql
Thefull, al dar clik sobre el link. el explorer marca error: y se reinicia el explorer. saludos...
Backups MySql
[url:3v2vjn7i]http&#58;//bicosyes&#46;com/backup-incremental-de-tu-base-de-datos-con-git/[/url:3v2vjn7i]
Backups MySql
Amigos: Ambos Links funcionan bien. Willi, hace mucho que no te "veo" en el messenger? Saludos
Backups into blu rays
Friends, Does anyone use it and can you please share your experience? I am looking for a high capacity read-only media that is immune to the plague of ransomwares. Thank you very much and happy holidays!
Backups into blu rays
[quote="elvira":1ncu1yn1]Friends, Does anyone use it and can you please share your experience? I am looking for a high capacity read-only media that is immune to the plague of ransomwares. Thank you very much and happy holidays![/quote:1ncu1yn1] Many years ago Stephan Haupt made a cd copier but Me Haupt Is diede, ...
Backups into blu rays
Thank you very much Silvio, I don't need to burn discs from Fivewin, but explore the possibility of making my own backups on a blu ray. Happy new year!!!
Backups into blu rays
Elvira, have you seen my post? One effective system for protecting data against ransomware is using an Offline Backup system. Here's how it works: <!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=37383&start=0&hilit=backup">viewtopic.php?f=3&t=37383&start=0&hilit=bac...
Backups into blu rays
Yes, thank you but i do not trust usb pendrives for backup i,m afraid
Backups into blu rays
Elvira, I think one always needs multiple options to rely on. Trust also strongly depends on experiences. At the beginning, I invested a lot of money in a tape drive, and during the first backup, it chewed up the tape. With CDs, I've personally seen one shatter into a thousand pieces. Overall, I think one always needs ...
Backups into blu rays
Elvira, what I do: Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive(USB) Exclusive for backup copies of my systems. And of course, I store (backup) everything important in my file cloud: Elvira, lo que hago: Siempre 2 DISCOS DUROS de 500 megas o más. 1 Pendrive(USB) Exclusivo para copias de seguridad de mis ...
Backups into blu rays
João, may I ask if you have personally seen a PC or server infected with ransomware? Best regards, Otto
Backups into blu rays
[quote="Otto":35u88rdn]João, may I ask if you have personally seen a PC or server infected with ransomware? Best regards, Otto[/quote:35u88rdn] this is the typical example when one asks one thing and everyone wants to impose another thing on you, ignoring what the author of the topic asked!!!! Please the topic Is "...
Backups into blu rays
Silvio, "Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive (USB) exclusive for backup copies of my systems." that has nothing to do with a secure backup. For example, there are always times when the data is in one place. If there is a ransomware attack, it encrypts both disks and the backup. Do you know how...
Backups into blu rays
[quote="Otto":2uiv1ek4]Silvio, "Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive (USB) exclusive for backup copies of my systems." that has nothing to do with a secure backup. For example, there are always times when the data is in one place. If there is a ransomware attack, it encrypts both disks and the b...
Backups into blu rays
Silvio, This is the question: Does anyone use it and can you please share your experience? I am looking for a high capacity read-only media that is immune to the plague of ransomwares.
Backups into blu rays
Thank you very much. Indeed, we already use backups on internal and external hard disk. It is a question of analyzing the complementary Blu ray option. The tapes are very expensive, given the price of the recorder.
Backups into blu rays
hi, Lifetime of Optical Disk depend Disk Material so don´t buy No-Name Disk also "write once" Disk life longer than "read/write" Disk but you need a Hardware "Burner/Player" which modern PC don´t have any more since we got USB-Stick i use them for "quick" Backup there are also USB-Stick which have a Switch to enable...
Backups into blu rays
[quote="Otto":cmsotfn4]Silvio, This is the question: Does anyone use it and can you please share your experience? I am looking for a high capacity read-only media that is immune to the plague of ransomwares.[/quote:cmsotfn4] MR Otto, I don't want to waste time with you Mr Otto, tell me which object class you made ...
Backups into blu rays
[quote="Otto":17vb58yi]João, may I ask if you have personally seen a PC or server infected with ransomware? Best regards, Otto[/quote:17vb58yi] Good morning Master Otto, YES I have seen it. This was a long time ago, today AVG antivirus can detect and prevent the attack. We solved it, precisely because we had BACKUP o...
Backups into blu rays
Silvio, at the moment I work on this: <!-- m --><a class="postlink" href="https://mybergland.com/fwforum/tcweb.gif">https://mybergland.com/fwforum/tcweb.gif</a><!-- m -->
Backups into blu rays
[quote="karinha":24amc7hk][quote="Otto":24amc7hk]João, may I ask if you have personally seen a PC or server infected with ransomware? Best regards, Otto[/quote:24amc7hk] Good morning Master Otto, YES I have seen it. This was a long time ago, today AVG antivirus can detect and prevent the attack. We solved it, precise...
Backups into blu rays
Silvio, I think what you want is a love letter. hahahahaha and not a letter rogatory. hahahahaha. Silvio, creo que lo que quieres es una carta de amor. jajajajaja y ni una carta rogatoria. jajajajaja. Regards, saludos.
Backups into blu rays
I think the path is Fivewin webapp. I also dont understand Mr. Otto,s posts without source code.
Backups into blu rays
Elvira, which posts are you referring to? I can then gladly give you the source code. Best regards, Otto
Bad Email Dreams ...
For several years I have used SMTP so my clients can send emails. It works fine for me, and for many others, but on too many, it won't work. My guess is their service provider blocks the response, so the program never actually sends the email. So, I decided to just insist they have an email client setup, and I would...
Bad Email Dreams ...
MAybe to try See32 library? We are using this library for so many years and works perfect. We can send attachments. The user must setup their mail server credentials (Smnp server, username, password, port) and this is it
Bad Email Dreams ...
Hi Tim, May be CDOSys could handle it. It's included with every Win since 2000 Server, and works with ssl and attachments, and non convencional account like google or yahoo ones.
Bad Email Dreams ...
Thanks for the responses. I'm still curious why the tMail option is not working with Office 2010 ( or is it a Windows 7 problem ? ). Is there a fix ? Tim
Bad Email Dreams ...
Tim Cdossys is easy and works fine i can send atachments and html body, i tested with FWH for xHarbour and Harbour compiled with MVC, BCC and Mingw. Regards,
Bad Email Dreams ...
Are there any samples of using cDosSys ? From what I see on the internet searches, it is designed for web based apps. Tim
Bad Email Dreams ...
I have had really good luck with a SMTP Component from Ostrosoft. It is free for non-commercial license. You only need to copy and register 1 dll file. [url:17la1tx5]http&#58;//www&#46;ostrosoft&#46;com/OSSMTP6&#46;asp[/url:17la1tx5] If you are interested, let me know and I will send or post some sample code. It is rea...
Bad Email Dreams ...
Tim, This is my modified cdosys functions, you may to define a dbf to save config, for config use femail( cAlias ) parameter can be an alias or data object like dolphin query o tdabase object. use config alias ... new ... shared ...... Femail( "config") or use config alias ...... new shared. database oConfig ...
Bad Email Dreams ...
If you are using Outlook 2007 or later then CDO does not get installed automatically. You have to install it as a stand alone product. This page may help. [url:2zugnt68]http&#58;//j-integra&#46;intrinsyc&#46;com/support/kb/article&#46;aspx?id=113792[/url:2zugnt68]
Bad Email Dreams ...
Nicanor, I will try it but my concern is the SMTP protocal. It works fine for me here, but fails on some of my clients systems. That is the problem I am fighting. Gale, its Free for NON-COMMERCIAL use but my application is being sold commercially. Tim
Bad Email Dreams ...
Gale, That download requires Outlook ( Office ) 2007 and will not work with 2010. It could be "tricked" but Microsoft does not recommend it. Its interesting how MAILTO will trigger the MAPI Outlook client without a problem, but it, of course, doesn't support attachments. I need a solution that works for all versio...
Bad Email Dreams ...
Tim i am using cdossys with an reserved account in my company server or an autenticated account with gmail an no problem. Regards,
Bad Email Dreams ...
I think the problem is with our service providers. I believe they like to do data mining on all emails going through their system, so they block direct connections to other servers. Some providers have an alternative port that allows us to bypass it, but others I believe block the return even on the alternate port. ...
Bad Email Dreams ...
If you are using Outlook 2010 you can use the Outlook object model directly . The only problem with that is the security pop-up. You can get a free utility (mapilabs) that can bypass the security pop-up, but the Outlook object model is much slower than other approaches. Quick example without error checking. [code=fw:2...
Bad Email Dreams ...
Gale your code generates: Error description: Error Outlook.Application:CREATEITEM:ATTACHMENTS/87 E_INVALIDARG: ADD
Bad Email Dreams ...
Are you sure you used a valid file name? If you are using xHarbour try this sample [code=fw:ku0p5d5t]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> olMailItem <span style="color: #000000;">0</span> &nbsp;<span style="color: #B900B9;">// Mail object</span><br...
Bad Email Dreams ...
Windows explorer is a nuisance when it doesn't show the extension. I was attaching the error file which is text. Using error.txt fails, using error.log worked. Thanks. These are single emails with attachments. I'm going to create several options for them to use, including SMTP, Outlook, standard MAPI ( in case the...
Bad Email Dreams ...
Tim, For my [i:3hbxaic4]AktiveReport [/i:3hbxaic4]a reporting tool inside WINHOTEL which sends email reports to selected subscribers I made a workaround. I am sending the reports with FTP to my server and from there I send the emails. It is too difficult to send automatically from clients PCs emails (Antivirus and ot...
Bad Email Dreams ...
[quote="TimStone":1swgc165] These are single emails with attachments. I'm going to create several options for them to use, including SMTP, Outlook, standard MAPI ( in case they have another email client ). Of course those who do strictly web based email clients don't understand why we can't email through them ( thoug...
Bad Email Dreams ...
Randal, Thanks for the post. What Catalyst product are you using ? What compiler ? How did you elect to implement it ? I do provide for various options ( authentication, alternate port, etc ), but most of my clients have no idea how to access their SMTP servers. In some cases, when it works, it does so for awhile...
Bad Email Dreams ...
Tim, >When they send an email for tech support, it automatically picks up the error.log file from their computer which helps me a lot. I thought you can send this error.log with FTP to your server. This way you can forget about sending email. Best regards, Otto
Bad Email Dreams ...
Otto, Actually, I am trying to focus on them using email for tech support. When one of my clients calls me, they are often frustrated, and can't find the words to express themselves. Emails are more efficient. I respond to them in minutes. The error log makes it easy as an attachment. Also, they don't have "serve...
Bad Email Dreams ...
[quote="TimStone":32jcqnts]Randal, Thanks for the post. What Catalyst product are you using ? What compiler ? How did you elect to implement it ? I do provide for various options ( authentication, alternate port, etc ), but most of my clients have no idea how to access their SMTP servers. In some cases, when it w...
Bad Email Dreams ...
[quote="TimStone":r7cgin5l]For several years I have used SMTP so my clients can send emails. It works fine for me, and for many others, but on too many, it won't work. My guess is their service provider blocks the response, so the program never actually sends the email. [/quote:r7cgin5l] Tim, Do you have any kinds o...
Bad Email Dreams ...
Alex, Thanks for the comment. Mine is really a customer based issue rather than a FW problem. My clients really don't know ( understand ) their email service provider. Also, some of the ISP's contract off to other services, ie. Yahoo. Finally, many use webmail, and have no idea how to find the SMTP settings. Ther...
Bad Email Dreams ...
Tim, only to mention it. You can install a Help Desk on your homepage, too. Best regards, Otto
Bad Email Dreams ...
Otto, I actually did that, but this client base didn't use it. I also had a forum, but only the pornographers posted there. I have a whole new set of websites going up in July and will have a new help desk and forum. Tim
Bad Email Dreams ...
Using the CDOSYS method ( actually sent to me previously by Richard ), I had the following result: Using xHarbour ( .com ) it builds and works correctly. Using FWH 12.04, Harbour, and MSVC 2010, I get the following message displayed when I press the Send button: Envoi Message Impossible Errour 1 SubC 1006 OS Code 21...
Bad Email Dreams ...
Tim, Can you post code, to help you how can solve your error. Regards,
Bad Email Dreams ...
Nincanor, Thank you for the comment. I'm sorry for the long delay, but I had to replace my computer and it takes several days to get everything loaded and configured. He is the code that was used, resulting in the error. It works fine in xHarbour ( .com version ) but gives the error I mentioned earlier in Harbour (...
Bad Email Dreams ...
TIm, Change this line: If LEN(ALLTRIM(TABMAIL[06])) > 0 :AddAttachment := AllTrim( TABMAIL[06] ) ENDIF for If LEN(ALLTRIM(TABMAIL[06])) > 0 :AddAttachment( AllTrim( TABMAIL[06] ) ) ENDIF Same code works in harbour and xharbour Regards,
Bad Email Dreams ...
After making the change, I get error 1, SubC: 1068, OSCode 0 SubSystem BASE Message Argument error
Bad Email Dreams ...
Tim Which info do you have in TABMAIL[06] ? if file found ? Regards,
Bad Email Dreams ...
06 refers to the attachements. I tried two tests. The first was to send the name of an existing file in the directory, and it is there. The second was to send a "" value for the file name. Thus The LEN should evaluate to 0 and :AddAttachment should not be called. In both cases I do a messageinfo( ) to display the ...
Bad Email Dreams ...
Tim, have you tried FWH\samples\TestMail.prg ? Here it works very fine...
Bad Email Dreams ...
Antonio, As noted earlier in this thread, I previously used FWH SMTP. I had no problems with it, and it still works for me. However we have major issues with ISPs, and so it doesn't work for some of my clients. It does not get a response from the email server. Being able to email documents is very important in my ...
Bad Email Dreams ...
Tim i'm using MSVC and no problem, i'm going to compile your code later to find error. do you have an example calling this function ? Regards Nicanor
Bad Email Dreams ...
Tim, With xHarbour and Harbour i get errors, i know where is your problem, you are using same parameter for Autentication and SSL, should be logical .T. or .F. i dont know wich type are you using when call function. [code=fw:2go4zz5l]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> With Object oCfg:<...
Bad Email Dreams ...
I made the changes but can't get a build right now. I'm running into a different problem. TIm
Bad Email Dreams ...
Tim Did you solve your SMTP e-mail problems .. I was thinking about using CDO, but from the research I have been doing, CDO is not a component loaded on every Windows OS ?? Correct me if I am wrong ? Thanks Rick Lipkin
Bad Email Dreams ...
I did use the CDO solution and it works here. Of course the SMTP solution also worked here. I'm on Win 7 and it has not difficulty in the default install / setup.
Bad Email Dreams ...
I confirm CDO works also in Window 8 beta and last preview Release, tested and working fine. Regards,
Bad Email Dreams ...
hi TimStone : The 32bit .exe for borland Compiler, I test a CDO with Attach files solution for WIN7(64bit/32bit). 1) don't double click the .exe file. 2) don't Put .exe file in Current Directory , put it in difference Directory Path 3) Write A batch file and Launch the Batch file(or link file) --------- #Dump call...
Bad Email Dreams ...
Randal, I downloaded today the Catalyst trial version. I saw your DLL listing elsewhere. Could you provide us with a sample of how you implemented this DLL ? Also you reference the LIB calls. Did you link in the LIB's that are included into your build ? I've got a build with xHarbour that uses Peles C, and one wi...
Bad Email Dreams ...
Tim, After reading this thread, it sounds like most of the problems you are having are related to the SMTP setup--not the software's capabilities (with the exception of the SSL issue). Can you give us some examples of SMTP servers that users are having problems with? I mean just the names of the servers like AOL, Hot...
Bad Email Dreams ...
James, First, its great to see a post from you. It has been a long time. I tried emailing directly a couple of times ... To answer your question, I have Cox Internet here. I have no problem with any email, either SMTP, or CDO. I also can use my own MasterLink host, and post through that server without a problem. ...
Bad Email Dreams ...
Tim, While I don't disagree with you about the need for better communications capabilities within FW/Harbour, I am not sure that those are your current problems. So far you have only told me that you are able to use SMTP on your servers--you have not said that you have tested any of the client's problem servers. I ...
Bad Email Dreams ...
James, Sorry, this has gone on for a long time. No, none of these are dial up. They are all ISP's and some of them have farmed the email service to other companies, ie. Yahoo. The service is either DSL or Cable. The sequence is quite simple. The process always dies on the response. This means that the SMTP in FW...
Bad Email Dreams ...
Tim/James; Hi. There is an easy way to reproduce the problem Tim has been trying to explain all along on this thread. Create a gmail account. Configure the newly created email account on your email client on your pc. Note that you will have a choice of ports to use. You will be able to send and receive emails usi...
Bad Email Dreams ...
Reinaldo & Tim, Oh, I am quite aware of the SSL issue. However, it was unclear to me from reading this thread that any of the problems Tim was having had anything to do with SSL. From my experience most problems are because clients don't know how to setup the SMTP server ports, etc. so I was just trying to point this ...