Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBscipt error: Can't create activeX CDO.KnowledgeFolder

Status
Not open for further replies.

gunde

Programmer
Nov 7, 2006
1
SE
Hello!

I have a VBScript that lists all files in a folder on a Sharepoint. It works when I run it directly on the Sharepoint server but when I try to run it from a different server I get this error:

Can't create activeX (line 37) which is:

Set oFolder = CreateObject("CDO.KnowledgeFolder")

The sharepoint is mapped as a webfolder in explorer on the server so they are connected.

Any tips on what should be done on that server to make it run?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top