Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

Is a Web Service Runtime available in .Net Core

My team has written maintains a library that wraps functionality around a full framework .net .dll, specifically the IBM FileNet.Api.dll. We have been transitioning our library to use .net Standard ...
Rob's user avatar
  • 161
0 votes
1 answer
597 views

IBM Client Side SSO P8 Filenet Kerberos .Net C# Not Working

I am trying to get the SSO Kerberos example code from the info center for P8 Filenet working: https://www.ibm.com/support/knowledgecenter/SSGLW6_5.5.0/com.ibm.p8.ce.dev.ce.doc/sec_procedures.htm#...
Garet Jax's user avatar
  • 1,141
0 votes
1 answer
2k views

Adding file to FileNet Object store but when I retrieve it, it is empty, 0 byte file

I am able to successfully send a file to Filenet using their API (FileNet.API.dll) v5.2.1 but when I try to retreive it, it is a 0 byte file with no content. This is essentially using the methods ...
programmerNOOB's user avatar
0 votes
1 answer
688 views

Filenet libraries for C# desktop applications

I have a VB6 application which uses FnNFO.tlb - Filenet Panagon IDM Objects 3.2 and fnerrlks.tlb - Filenet Panagon IDM Error Objects 3.2 to login to filenet library and do basic operations. Now I ...
Navaneet's user avatar
  • 1,387
0 votes
1 answer
177 views

Can't see document's attachments in FileNet Navigator if they are added by programming

I am working with FileNet API and I can create document's attachments correctly. First, I create the document in the CE and later i connect the new pid in the PE. Here it is the core of my code. //...
user3492925's user avatar
-1 votes
1 answer
2k views

Webservice for IBM FileNet [closed]

I plan to integrate parts of the IBM Filenet archiv solution into my ASP.NET web application. Perhaps in a framework or something like that. Has anyone experience with that or does anyone know that ...
Patrik's user avatar
  • 1,129
0 votes
1 answer
1k views

FileNet Api access rights for asp.net

I have some sort of trouble, but i can't figure out where it can be. I have a search method. It uses filenet api and connects to server using admin credentials. ClientContext.SetProcessCredentials(...
Horosho's user avatar
  • 655
0 votes
2 answers
1k views

Transfer Work Item between Work Queues

I'm working with FileNET of IBM and I have a question, that is: I want to transfer a work item (or more) from one work queue to another diferent. Is that possible? Best regards.
Ricardo Felgueiras's user avatar
2 votes
1 answer
2k views

FileNet P8 workplace token issue

I am trying to get user token and build the URL so that user need not login everytime they click the file. below is my code. My question is do I need to pass whole of the token value shown below or?? ...
acadia's user avatar
  • 2,629
5 votes
2 answers
15k views

Using IBM FileNet Web services in C# Application

Our organization uses IBM FileNet as document management system. FileNet P8 comes with a web services API which can be used in .net Has anyone of you guys tried this? If yes could you please direct ...
acadia's user avatar
  • 2,629