ROGERDODGE
IS-IT--Management
Can anyone shed any light. We had an application which sent emails directly using Notes r4. Since customer upgraded to Notes r5 it doesnt work. I understand there are a lot of changes to the Notes Object.
To add to my problems, my customer is 400 miles away and I dont have Notes on my system.
I am therefore sending them a basic form with button to send mail to me. I have logged the steps and conclude that it falls over on the GetDatabase.
Question 1 - Can I connect to the database without supplying any credentials ??
If no, I have tried to pull the information using:
m.MailFile = loSession.GetEnvironmentString("MailFile", .T.)
m.MailServer = loSession.GetEnvironmentString("MailServer", .T.)
Either way, I get an OLE exception code 7060 when trying to get the database.
Alternatively is there any way I can simulate the Notes server ??
Any help would be very useful
Roger Maynard
To add to my problems, my customer is 400 miles away and I dont have Notes on my system.
I am therefore sending them a basic form with button to send mail to me. I have logged the steps and conclude that it falls over on the GetDatabase.
Question 1 - Can I connect to the database without supplying any credentials ??
If no, I have tried to pull the information using:
m.MailFile = loSession.GetEnvironmentString("MailFile", .T.)
m.MailServer = loSession.GetEnvironmentString("MailServer", .T.)
Either way, I get an OLE exception code 7060 when trying to get the database.
Alternatively is there any way I can simulate the Notes server ??
Any help would be very useful
Roger Maynard