Questions tagged [imanage]

iManage is line of enterprise information management products including document management and records management.

iManage is best understood as a product line. Much as Microsoft has a line of "Office" products, iManage (formerly owned by Autonomy, a branch of Hewlett-Packard) has a line of products. A full list of these products can be found here: https://imanage.com/products-solutions/

One of the more commonly used iManage products is Work (formerly known as Worksite/FileSite), an enterprise Document Management System (DMS) used in a large number of financial and legal services firms. However, questions concerning FileSite should use both an "iManage" tag and a "FileSite" tag to help clarify the subject of the question.

47 questions
0
votes
1 answer

Converting Public workspaces to Private workspaces in iManage

I am using iManage worksite 9 and there are multiple workspaces which has been created using workspace creation. Now, most of the workspaces are having Public access while others are Private. I need to convert that Public workspaces to Private…
Ashraf.Shk786
  • 618
  • 1
  • 11
  • 23
0
votes
1 answer

How to work around iManage limitation in Excel VSTO addin

We have developed a VSTO addin for Excel, which pulls excel sheets from a web server, and allows users to manipulate the data on the sheet. It works with a local copy of the file but we don't really care about that copy. But some of our clients…
Mishelle
  • 382
  • 1
  • 3
  • 11
0
votes
1 answer

IManage Filesite 9.3.1 throws 'The system cannot find the file specified error' when checking documents out in Windows 10

I have a newly built windows 10 machine. We have a ActiveX control that hooks into Imanage and opens a requested document. On my old machine this ActiveX control worked as expected but on the new PC I am getting a Imanage error dialog. One or more…
William James
  • 67
  • 1
  • 16
0
votes
0 answers

Calling a ActiveX control more than once throws a undefined error

I have a web page where you can open a Imanage document using a Active X control. The code works fine the first time I click the button (that launches the js code), but any time after that I get a undefined error description. The openImanageDoc is…
William James
  • 67
  • 1
  • 16
0
votes
1 answer

Get MatterID from iManage/Worksite doc within MS Word

I'm trying to retrieve the MatterId entered by the user when they saved the document in MS Word. My code is running from with a MS Word Add-in. I'm starting with the following code: dynamic service =…
Matt Fitzmaurice
  • 1,319
  • 4
  • 19
  • 40
0
votes
1 answer

HTML TestPage that calls a ActiveX control doesn't work from localhost

I have created a ActiveX control that opens up an Imanage document with given input parameters. I have generated an exe, installed the ActiveX control and it appears in the programs and features list, which implies that it has installed…
William James
  • 67
  • 1
  • 16
0
votes
2 answers

Direct file upload from iManage (or other DMS)

Is it possible to upload files to a web browser application (such as Dropbox) directly from a document management system (DMS) such as iManage (aka Worksite, Filesite, HP Autonomy)? If not, what are the best ways of getting around this and…
OwenO
  • 1
  • 1
0
votes
1 answer

Subscribe to a users My Matters via SDK

Using Autonomy WorkSite 8.5 SP2 SDK, I am attempting to programmicaly add a shortcut to another users My Matters which I have been told can be done by first subscribing to the other users My Matters, add the shortcut then unsubscribe. I am therefore…
Lima
  • 1,203
  • 3
  • 22
  • 51
0
votes
1 answer

Open IManDocument in browser

I am using the WorkSite COM API to open an IMANEXT2Lib.IManFileOpenDlg which is working perfectly. Clicking on the document, I can retrieve the metadata, such as the document name, version, number etc. Is there a method or technique available to…
Ric
  • 12,855
  • 3
  • 30
  • 36
0
votes
1 answer

Create link from filesite matter folder to launch URL

I'm basically trying to create a link from a worksite folder in FileSite to take the user to our (Web based) CRM system or Case management system as shown below. When the user right clicks the matter the option button (Goto CRM) will be available…
0
votes
1 answer

Get security for folder (s) in iManage with c#

I know how to get security attributes for items in a folder for Imanage. I am looking for some code snippet that gives me security attributes only at the folder level.
0
votes
1 answer

WorkSite SDK - [NRTSession ][TrustedLogin ]Cannot request exclusive semaphores at interrupt time

I am trying to use Autonomy SDK to do some admin operation, But when i try to connect to database i keep getting an exception: [NRTSession ][TrustedLogin ]Cannot request exclusive semaphores at interrupt time. My code is in C# admin.INRTDMS…
akshaym
  • 41
  • 1
  • 5
0
votes
1 answer

Connect to FileSite and open file

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…
tmoore82
  • 1,857
  • 1
  • 27
  • 48
0
votes
3 answers

Delete user profile

Is it possible to delete a WorkSite user using the API? I have the following dlls referenced. IManage.dll IMANADMIN.dll IMANEXTLib.dll I can create a user using IMANADMIN.NRTDatabase.CreateUser()
Hoody
  • 3,361
  • 9
  • 45
  • 55
0
votes
1 answer

Unencrypted Communications are disallowed

I am trying to leverage the IDOL Web API (if that is its name) so that I can programmatically validate document creation/modification actions triggering an IDOL crawl of said document. We had a situation where a few documents were seemingly crawled…
websch01ar
  • 2,103
  • 2
  • 13
  • 22