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
691 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
178 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