Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9162993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:20:33+00:00 2026-06-17T14:20:33+00:00

I’m just starting as an analyst/programmer for a firm and working on code to

  • 0

I’m just starting as an analyst/programmer for a firm and working on code to save all open files before a reboot, then restore/open those files after the next startup.

I’m struggling with our DMS, FileSite, and so far haven’t had any luck in tracking down the support documentation or figuring out our customer service relationship.

I’ve done all my coding in VBScript so far, though I’m open to converting to VB or C#. I’m starting to suspect that VBScript just isn’t the right tool for this, but because [insert uninteresting details here], I’m temporarily stuck with VBScript. Any answers that don’t include switching languages just yet would be greatly appreciated. But if you do know for sure that I can’t do what I want in VBScript, that would also be really helpful info.

I need to do the following:

  • Connect to FileSite
  • Open a file (whose name I already know)

I’ve looked at sample code online, but without the support documentation I’m having trouble making sense of it. I try to modify and run the code and get errors like “ActiveX can’t create object: ‘iManage.NRTDMS'”, and “Class not defined: ‘IManage'”.

A couple discussions suggested running regsvr32 on the libraries, but that throws an incompatibility error.

We do have WorkSite integrated with Outlook, if that makes any difference in the way I need to go about things.

Any help would be greatly appreciated. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:20:34+00:00Added an answer on June 17, 2026 at 2:20 pm

    I got some help from RKnott2 on Autonomy’s DevNet. Turns out there’s a pretty simple protocol handler for this if you’re already connected to FileSite:

    Function fnOpenFileSite()
    
        Dim objShell
        Set objShell = CreateObject("Shell.Application")
    
        Dim iwlurl
        iwlurl = "iwl:dms=[Server]&lib=[Database]&num=[Doc Number]&ver=[Version Number}&command=opencmd"
    
     objShell.ShellExecute iwlurl,"","","",1
    
        Set objShell = Nothing
    
     End Function
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
Let's say I'm outputting a post title and in our database, it's Hello Y’all
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have a text area in my form which accepts all possible characters from
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I have thousands of HTML files to process using Groovy/Java and I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.