Answered by:
Sending mail via CDO Error generate "de 0x80029c4a" why ?

Question
-
Send mail successful via CDO in Main computer.
But send mail via CDO in Node computer -- Error Generate "de 0x80029c4a"
What could be the reason in Node Computer ?
Tuesday, April 28, 2015 7:49 AM
Answers
-
Googling this error yields "TYPE_E_CANTLOADLIBRARY", maybe CDO is not installed. CDO is not a system component of all Windows versions, especially not in current versions since Vista.
So in short: Yes, the problem can be the Computer "node".
Like anything you have to make sure what you want to use is present. There are many options for sending mails via VFP, so just take another option.http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail
Bye, Olaf.
Olaf Doschke - TMN Systemberatung GmbH
http://www.tmn-systemberatung.de
- Edited by Olaf Doschke Tuesday, April 28, 2015 9:44 AM
- Proposed as answer by Tom BorgmannEditor Monday, May 11, 2015 10:02 AM
- Marked as answer by Benny Gabel Tuesday, May 19, 2015 8:21 PM
Tuesday, April 28, 2015 8:59 AM
All replies
-
Googling this error yields "TYPE_E_CANTLOADLIBRARY", maybe CDO is not installed. CDO is not a system component of all Windows versions, especially not in current versions since Vista.
So in short: Yes, the problem can be the Computer "node".
Like anything you have to make sure what you want to use is present. There are many options for sending mails via VFP, so just take another option.http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail
Bye, Olaf.
Olaf Doschke - TMN Systemberatung GmbH
http://www.tmn-systemberatung.de
- Edited by Olaf Doschke Tuesday, April 28, 2015 9:44 AM
- Proposed as answer by Tom BorgmannEditor Monday, May 11, 2015 10:02 AM
- Marked as answer by Benny Gabel Tuesday, May 19, 2015 8:21 PM
Tuesday, April 28, 2015 8:59 AM -
Olaf Sir,
What is the way to check whether CDO is installed or not in Node Computer ?
In Node Computer: (OS: WinXP SP2, Office 2003)
Error BMP:
How to Install CDO ?
Tuesday, April 28, 2015 10:45 AM -
https://support.microsoft.com/en-us/kb/171440?wa=wsignin1.0
"Error loading library" is your first error, all others are just follow up, as you surely have code WITH..ENDWITH using the CDO object, which couldn't be instanciated. You should expand your error handler to show more info, you can show PROGRAM() and LINENO().
Anyway, the solution is not to install CDO, as the situation is so complex about prerequisites and incompatibilities, eg read the notes. The solution is to use something different. I pointed you to a wiki article listing about 20 alternatives.
Bye, Olaf.
Olaf Doschke - TMN Systemberatung GmbH
http://www.tmn-systemberatung.de
- Edited by Olaf Doschke Tuesday, April 28, 2015 12:18 PM
Tuesday, April 28, 2015 12:16 PM -
Dear Expert,
Up to 25th April 2015 - sending mail via CDO was perfectly done.
on 26th April 2015 Format the computer and install Windows XP SP3
after that only problem to send mail via CDO.What is missing after format of the computer ?
Wednesday, May 6, 2015 5:33 AM -
You're fiddling with something ou shouldn't fiddle with. CDO is more than a single DLL. If you applied SP3 to XP you're about 10 to 15 years late. I don't even know where you got the SP from, MS doesn't support this OS version any more.
Please fix it by not using CDO anymore.
Bye, Olaf.
Olaf Doschke - TMN Systemberatung GmbH
http://www.tmn-systemberatung.de
- Edited by Olaf Doschke Wednesday, May 6, 2015 6:37 AM
Wednesday, May 6, 2015 6:32 AM -
Olaf sir,
Thanks for your reply.
I am talking from my customer side. He has very old computer.
In which Win7 can not be installed due to old computer.In his computer WinXp SP3 is working perfectly since 3 years and
sending mail via CDO was perfectly done Up to 25th April 2015.On 26th April 2015 problem occured in his computer - so he need to formate the computer,
What is the alternate of CDO for old computer (without 3rd party tools) ?
and reinstall Windows XP SP3 after that only problem to send mail via CDO.
What is missing after format of the computer ?- Edited by A.Ankit Wednesday, May 6, 2015 7:24 AM
Wednesday, May 6, 2015 7:20 AM -
I already pointed you to http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail
It offers about 20 methods to send mail.
Olaf Doschke - TMN Systemberatung GmbH http://www.tmn-systemberatung.de
- Proposed as answer by Tom BorgmannEditor Monday, May 11, 2015 10:01 AM
Wednesday, May 6, 2015 2:29 PM -
Olaf sir
I followed up your suggestion.
I test an example to send mail via << mswinsock.winsock >>
I copied the example.
** LPARAMETERS strServ, strFrom, strTo, strSubj, strMsg, oFB_cAttachments, oFeedBack
strServ = 'smtp.gmail.com' && "smtp.mail.yahoo.com"
strFrom = 'xxxxxxx@gmail.com'
strTo = 'xxxxx123@yahoo.com'
strSubj = 'Sub - xxxxxxx'
strMsg = 'Msg - xxxxxxxx'
oFB_cAttachments = 'c:\xx.txt'
oFeedBack= ''
*
*
*
****************************************************
Run the file then the output display :Connecting to Server: smtp.gmail.com
Waiting to connect...
Waiting to connect...
Waiting to connect...
Connected.
Failed HELOMail not send. What mistake I am doing ?
***************************************************One more my personal question: In this example, how without Login Password mail could be sent ?
- Edited by A.Ankit Thursday, May 7, 2015 5:04 PM
Thursday, May 7, 2015 4:52 PM -
I'm not the author of all this. If you have an issue, report it there, it's a WIKI, everybody can edit it, also ask questions.
Also, if something doesn't work, why not try another example?
Bye, Olaf.
Olaf Doschke - TMN Systemberatung GmbH http://www.tmn-systemberatung.de
Saturday, May 9, 2015 7:13 AM -
Olaf Sir,
Ok, I will try another example.
Thanks all, I am closing this thread.
Saturday, May 9, 2015 9:16 AM -
Hello Ankit..
I am on the same road you were..
Did u get any solution for that..
I am also facing same error on my WinXPsp3 computer running CDO for sending email..
Please help me..
Thanks
Friday, July 31, 2015 2:35 PM