Hmm still can't get it to work, I get the same error. Where did you make a change? My global.inc has the content:
<% 'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT 'WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, 'INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES 'OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR 'PURPOSE '----------------------------------------------------------------------- ------- ' ' NAME: Global.inc ' ' FILE DESCRIPTION: Contains global application settings ' ' Copyright (c) CdoLive 1999. All rights reserved. ' Http://www.cdolive.com ' Mailto:[EMAIL PROTECTED] ' ' Portions: ' Copyright (c) Microsoft Corporation 1993-1997. All rights reserved. ' '----------------------------------------------------------------------- ------- ' Folder ID of the folder which should be displayed ' Follow the installation description how to get this folder id for a particular folder ' And change it here. Note that the " characters at the start and end must be preserved const APP_FOLDER_ID = "000000001A447390AA6611CD9BC800AA002FC45A0300C94BB27963A79842BE6A687BEAF AE89700000001E0B70000" ' Title of the application ' Is used to display a title in the browser title and application title and can be changed Const APP_TITLE = "+++ Hot News +++" ' Backround color of the main application window Const APP_BACKROUND_COLOR = "FFFF99" ' Frameborder color of the main application window and the single item window Const APP_FRAMEBORDER_COLOR = "99CCFF" ' Frameborder shadow color of the main application window and the single item window Const APP_FRAMEBORDER_SHADOW = "C0C0C0" ' This sample display the last 10 entries of a folder, increase this number to display more items Const APP_ITEM_COUNT = 10 %> The only thing I changed where APP_Folder:ID -----Original Message----- From: Siegfried Weber [mailto:[EMAIL PROTECTED]] Sent: 3. juli 2002 23:50 To: Exchange Discussions Subject: RE: CDOLive: Bulletinboard, cannot open requested folder!! Okie. Checked into that again. Turned out that the published version wasn't up to date (I really need to find some time to put all the new and updated stuff). I've now uploaded a slightly modified version which includes three new values you need to set if running against Exchange 2000 in the global.inc. Should do the trick now. Sorry!! <Cheers:Siegfried runat="server" /> > -----Original Message----- > From: Nikolaj Friis Larsen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 11:40 PM > To: Exchange Discussions > Subject: RE: CDOLive: Bulletinboard, cannot open requested folder!! > > Yep, and I use the In/out board with great success, modifyed it with > more dates, outlook colors and so on. Very cool script. > > > -----Original Message----- > From: Siegfried Weber [mailto:[EMAIL PROTECTED]] > Sent: 3. juli 2002 23:33 > To: Exchange Discussions > Subject: RE: CDOLive: Bulletinboard, cannot open requested folder!! > > > Did you set the registry key according to Q166599 and reboot the > machine? > > <Cheers:Siegfried runat="server" /> > > > -----Original Message----- > > From: Nikolaj Friis Larsen [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 03, 2002 11:08 PM > > To: Exchange Discussions > > Subject: RE: CDOLive: Bulletinboard, cannot open requested folder!! > > > > It's a Exchange 2000, I used your .oft tool to get the ID. > > > > [ TechBiz | www.techbiz.dk | [EMAIL PROTECTED] | 70 20 09 79 ] > > > > > > -----Original Message----- > > From: Siegfried Weber [mailto:[EMAIL PROTECTED]] > > Sent: 3. juli 2002 23:04 > > To: Exchange Discussions > > Subject: RE: CDOLive: Bulletinboard, cannot open requested folder!! > > > > > > This usually points to a wrong configured MAPI entry ID for the > Exchange > > 5.5 public folder. > > > > <Cheers:Siegfried runat="server" /> > > > > > -----Original Message----- > > > From: Nikolaj Friis Larsen [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, July 02, 2002 10:11 PM > > > To: Exchange Discussions > > > Subject: CDOLive: Bulletinboard, cannot open requested folder!! > > > > > > I followed the guide from CDOLive: > > > http://www.cdolive.com/bulletinboard.htm but keep getting error: > > > > > > > > > 000000001A447390AA6611CD9BC800AA002FC45A0300C94BB27963A79842BE6A687BEAFA > > > E89700000001E0B70000 > > > -2147220991: [MAPI - [MAPI_E_UNKNOWN_ENTRYID(80040201)]] > > > Folder.inc: Cannot open requested folder. > > > > > > I'm abble to logon to the public folder with anonymous account via > > > outlook web access http://mydomain.com/public > > > > > > Please help. > > > > > > Regards, > > > > > > Nikolaj > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

