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
6
votes
1 answer

Cannot Upload File using C# HttpClient, Postman works OK

I am trying to post a file to an iManage server REST interface (Apache server, java backend?? not sure). Postman works fine, but when I try it from C# .NET CORE 3.1 I get a response like so: { "error": { "code": "FileUploadFailure", "message": "File…
Corey
  • 226
  • 1
  • 13
4
votes
1 answer

How to get information out of iManage / Desksite

I have a customer with an interwoven system Desksite Version 8.0. I need to run a query or export such that I can get the document ID where comments = X, for an arbitrary value X. Alternatively any export of those two fields would work. I just…
Russell Steen
  • 6,494
  • 6
  • 38
  • 56
3
votes
1 answer

IManExt ImportCmd trouble

I have been writing a small application using C# to copy a document into an individuals 'My Documents' folder on our DMS server. I've beased the code around the listing provided in the 'WorkSite SDK 8: Utilize the IMANEXT2Lib.IManRefileCmd to File…
user233940
  • 51
  • 1
  • 6
2
votes
3 answers

Accessing documents on iManage

I've searched StackOverflow for an answer to this question, however many of the answers are from years ago. I am looking to automate a document perusal task which requires accessing documents on iManage Filesite then collating the docs into a…
Josh Dean
  • 21
  • 1
  • 3
2
votes
1 answer

Is there a Content-Type for an NRL?

I am storing NRLs in my SharePoint 2013 site, in a document library. I've made some server configuration to enable the filetype association for icon and context menus, but IIS still doesn't launch the file with Desk Site, it downloads. Is there a…
Glenn Ferrie
  • 10,290
  • 3
  • 42
  • 73
2
votes
1 answer

Query Documents in iManage (Worksite)

I am using Worksite API to query documents in iManage (version 8.5). I've listed my code below. If I only use one search parameter then the code works without any problem. However, if I add more than one parameter then it returns either null or no…
George Huang
  • 2,504
  • 5
  • 25
  • 47
2
votes
0 answers

Controlling execution of event handlers sequence

We are trying to develop an addin for outlook. Our client is already using another addin provided by another vendor. We are trying to customize the outlook send event (ItemSend event). Unfortunately our handler has to execute after the other…
Naresh
  • 2,667
  • 13
  • 44
  • 69
1
vote
0 answers

How can my add-in listen to events from another add-in in Office/Word application?

I have a Word add-in that listens to DocumentBeforeClose event so that when the user closes Word, I will automatically save the document so there will be no save prompt. I'm having issues when an iManage add-in is enabled in Word because it also…
1
vote
1 answer

Send HTTP Requests after browsing to a page as separate requests for Web Crawling (Angular site)

My company has recently upgraded to new version of iManage (a file archive system) and it no longer has libraries exposed to VBA. Due to company policy, I can run VBA but can't create VSTO/.NET addins. I'm trying to fix an addin tool that…
Dave Scott
  • 153
  • 6
1
vote
1 answer

How to get the names of files stored in a particular folder on iManage?

Is there any way in VBA to list the files stored in a particular folder on Worksite/iManage by referencing a FolderID? What I would like to achieve is to get all files and list them in the spreadsheet in column A just like you can get the contents…
LukaszPe
  • 57
  • 1
  • 16
1
vote
2 answers

Hyperlinking a folder stored on iManage

I'm looking for a way to create a hyperlink to a particular folder in Worksite. So far, I've only come up with a macro linking files on the basis of their database numbers but folders do not have database numbers (I think). Another thing is that I…
LukaszPe
  • 57
  • 1
  • 16
1
vote
1 answer

Opening a document from Imanage in Word 2016

I am attempting to open an Imanage document, in MS Word, within a temporary test application (for debugging) to later copy over into an ActiveX control project. The error that is popping up is: Exception thrown at 0x7618851A (msvcrt.dll) in…
William James
  • 67
  • 1
  • 16
1
vote
2 answers

IManage WorkSite refile WorkSpace via SDK

Using the SDK for a Web Service, I have been able to add a user to a WorkSpace and grant them access, however the WorkSpace isn't refiled and so they effectively have access to only the root folder and nothing else. I know there is the Refile()…
Lima
  • 1,203
  • 3
  • 22
  • 51
1
vote
1 answer

Is it possible to generate an NRL file via the iManage API?

Using the Autonomy Interwoven products Desksite or Filesite, it is possible to drag a document out of the application onto the desktop, which creates a .NRL file. This file contains metadata including the name of the Interwoven server, the document…
John Sibly
  • 22,782
  • 7
  • 63
  • 80
1
vote
1 answer

Failure creating document in Matter Centric HP/Autonomy WorkSite (iManage) DMS

I'm trying to create a document in the DMS, set some attributes, then check it in. This worked great until we disallowed flat-space filing. Now I have to specify a workspace folder before I can save, but I can't seem to figure out how to do…
Kevin Buchan
  • 2,790
  • 3
  • 27
  • 34
1
2 3 4