A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Error 429 just started appearing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 26th 07, 11:29 AM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 2
Default Error 429 just started appearing

I have a VB6 app that has been working for 18months. But now generates
a 429 error at the line

Set oCDO = CreateObject("MAPI.Session")

I use Outlook 2003, Windows XP, CDO 1.21

I suppose either Windows, or the Outlook server may have changed
without my knowledge.

I haven't touched the code which, as I say has been working happily.

There are some other users of my app which experience the same problem
at the same time, which I guess points to either a change in the
Outlook server config, or a Windows update that we received
concurrently. I've checked that my cdo.dll is still in place, and it
is .

Any suggestions?

Thanks


David

Ads
  #2  
Old July 26th 07, 11:37 AM posted to microsoft.public.outlook.program_addins
SvenC
external usenet poster
 
Posts: 11
Default Error 429 just started appearing

Hi,

I have a VB6 app that has been working for 18months. But now generates
a 429 error at the line

Set oCDO = CreateObject("MAPI.Session")

I use Outlook 2003, Windows XP, CDO 1.21

I suppose either Windows, or the Outlook server may have changed
without my knowledge.

I haven't touched the code which, as I say has been working happily.

There are some other users of my app which experience the same problem
at the same time, which I guess points to either a change in the
Outlook server config, or a Windows update that we received
concurrently. I've checked that my cdo.dll is still in place, and it
is .


Did you ensure that CDO is selected in the Outlook setup options? It is not
selected by default.
Open regedit: do you have HKEY_CLASSES_ROOT\Mapi.Session? Do you see a CLSID
subkey?
Its default value should start with {3fa7d and so on.
Search that value in HKEY_CLASSES_ROOT\CLSID\
There should be an InprocServer32 subkey with a path to cdo.dll. Does that
file exist?

--
SvenC

  #3  
Old July 26th 07, 04:46 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Error 429 just started appearing

The poster should also check to see if he's running a script stopper such as
Norton or McAfee, which might be preventing automation of CDO by preventing
CreateObject or New from creating new instances of CDO.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"SvenC" wrote in message
...
Hi,

I have a VB6 app that has been working for 18months. But now generates
a 429 error at the line

Set oCDO = CreateObject("MAPI.Session")

I use Outlook 2003, Windows XP, CDO 1.21

I suppose either Windows, or the Outlook server may have changed
without my knowledge.

I haven't touched the code which, as I say has been working happily.

There are some other users of my app which experience the same problem
at the same time, which I guess points to either a change in the
Outlook server config, or a Windows update that we received
concurrently. I've checked that my cdo.dll is still in place, and it
is .


Did you ensure that CDO is selected in the Outlook setup options? It is
not selected by default.
Open regedit: do you have HKEY_CLASSES_ROOT\Mapi.Session? Do you see a
CLSID subkey?
Its default value should start with {3fa7d and so on.
Search that value in HKEY_CLASSES_ROOT\CLSID\
There should be an InprocServer32 subkey with a path to cdo.dll. Does that
file exist?

--
SvenC


  #4  
Old July 26th 07, 04:55 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 2
Default Error 429 just started appearing

On 26 Jul, 10:37, "SvenC" wrote:
Hi,





I have a VB6 app that has been working for 18months. But now generates
a 429 error at the line


Set oCDO = CreateObject("MAPI.Session")


I use Outlook 2003, Windows XP, CDO 1.21


I suppose either Windows, or the Outlook server may have changed
without my knowledge.


I haven't touched the code which, as I say has been working happily.


There are some other users of my app which experience the same problem
at the same time, which I guess points to either a change in the
Outlook server config, or a Windows update that we received
concurrently. I've checked that my cdo.dll is still in place, and it
is .


Did you ensure that CDO is selected in the Outlook setup options? It is not
selected by default.
Open regedit: do you have HKEY_CLASSES_ROOT\Mapi.Session? Do you see a CLSID
subkey?
Its default value should start with {3fa7d and so on.
Search that value in HKEY_CLASSES_ROOT\CLSID\
There should be an InprocServer32 subkey with a path to cdo.dll. Does that
file exist?

--
SvenC- Hide quoted text -

- Show quoted text -


Fixed now thanks, apparently I didn't have CDO enabled. Weird, I
definitely used to have that working, what I think must have happened
is our IT has the power to upgrade our desktop applications without
our knowledge, so they must have updated Outlook and somehow removed
CDO. Anyway, it's working now. Many thanks

David

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting started Adrian D. Bailey Outlook and VBA 1 March 19th 07 08:05 AM
how do i get started Nicole mcdougal Outlook Express 2 October 22nd 06 03:21 AM
Getting started laura Outlook - General Queries 5 August 26th 06 06:43 AM
how do i get started Alias Outlook Express 6 March 5th 06 09:45 AM
Help getting started!! hasnain mir mohammed Outlook Express 2 January 15th 06 11:21 AM


All times are GMT +1. The time now is 01:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.