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?
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?