VBScript runtime error 800a1fb on GetDefaultFolder

  • Thread starter Thread starter ealtink
  • Start date Start date
E

ealtink

I'm a programmer with little knowledge of Outlook, Calendars or CDO s
I'm hoping to get some help here...

We are running an application (programmer doesn't work here any more..
:( ) and it worked fine for a year but now someone has altered som
data and the application stopped working.

The application uses ASP scripts to substract project data out of user
Outlook calendars. When I run the ASP script now I get the followin
error:

Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'GetDefaultFolder'

There is a reference to a linenumber and on that line there is th
following code:

Set objCalendarFolder
objSessionMedewerker.GetDefaultFolder(CdoDefaultFolderCalendar)

Hope anyone can provide me with some help. I attached the ASP file a
an text-file. Hope this helps.

Thanks,
Eri

+----------------------------------------------------------------
| Attachment filename: werkzaamheden_project.txt
|Download attachment: http://www.outlookforum.com/forums/attachment.php?postid=184543
+----------------------------------------------------------------
 
Are you writing CDO or Outlook code? What are you using as the constant
value for CdoDefaultFolderCalendar?
 
I'm using CDO to connect to the users calendar.

The constant for CdoDefaultFolderCalendar is 0.

As I said, the code worked fine for a year. There hasn't been made an
changes to the code, but items in Outlook itself have been changed.

The system works with a public folder which holds customer and projec
information. The engineers in our organisation book there hours usin
this data. My boss decided to change some project information and afte
this we started seeing these error's...

I can't find the meaning of the error anywhere so I don't know what t
do to fix the problem...

I believe the connection between the calendar items and the projects i
the public folder are made on ItemID (the unique ID of a message) bu
by changing the information the ID might have changed. Someon
suggested making the connection between the bookings and the project
again.

Unfortunally the program has been running for a year now, so this mean
a lot of work...

Can someone tell me what the error means?

Thanks,
Eri
 
Back
Top