Questions tagged [hp-trim]

Relating to the document management software formerly known as TRIM, then HP TRIM, then HP RM (Records Manager), then HP ECM (Enterprise Content Management).

To make searching easier, many users still refer to the software as TRIM.

7 questions
3
votes
2 answers
2
votes
3 answers

Searching HP-Trim / Records-Manager using SDK

Using the HP-Trim SDK, how do you search for a document by its reference number? The alleged documentation refers to methods for straightforward searches: …
mcalex
  • 6,628
  • 5
  • 50
  • 80
1
vote
2 answers

Getting a URL of a record from HP TRIM's Desktop Client

Is it possible to copy the URL of a Record/Document from HP's TRIM and sent it to someone in order to download?
curiousgeorge
  • 1,183
  • 4
  • 14
  • 22
1
vote
0 answers

Setting additional fields when creating a container with TRIM ServiceAPI

I have some code that creates a container in TRIM/HPRM/HPECM which looks like this: TRIMService.Record preq = new TRIMService.Record() { Title = recordTitle, LongNumber = recordNumber, RecordType = new TRIMService.RecordTypeRef() { Uri =…
Malvineous
  • 25,144
  • 16
  • 116
  • 151
1
vote
3 answers

ObjectDisposedException - Cannot access a disposed object

I am having some issues with my WPF Windows C# application. Whenever the application is closed, it throws a System.ObjectDisposedException. The problem seems to only occur when it is compiled in 32-bit. The 64-bit build runs fine without throwing…
K Hsueh
  • 610
  • 1
  • 10
  • 19
0
votes
1 answer

TRIM: Permissions error creating a record through Web service API

HP TRIM 8.0 I am trying to create a record using Service API and getting this error message, but I can successfully create a todo item, Missing any permission settings? 2016-07-22 10:15:36,661 [20] ERROR ServiceStack.DtoUtils -…
Ali
  • 1,015
  • 14
  • 40
0
votes
2 answers

Getting contents of HP TRIM Container in C#

I have the following block of code, connecting to our HP TRIM DB, and am trying to pull all the contents of a specific container. using HP.HPTRIM.SDK; Database db = new Database(); db.WorkgroupServerName =…
devonuto
  • 375
  • 1
  • 6
  • 18