Questions tagged [filenet-process-engine]

42 questions
2
votes
1 answer

org.omg.CORBA.TRANSACTION_ROLLEDBACK: vmcid: 0x0 minor code: 0 completed: No

i am using Filenet 5.2.1 on Websphere 8.5.5.13 and when trying to connect to filenet connection point to retrieve work items as follows : workObject = (VWWorkObject) rosterElement.fetchWorkObject(false, false); I get the following…
2
votes
1 answer

How to get the Name, MIME Type and Content of a VWAttachment in Filenet P8?

I have been trying to get the name, MIME type and content of a VWAttachment in FileNet P8. The content should be a byte array or an input stream. UPDATE: String name = attachment.getAttachmentName(); Gives me the name of VWAttachment. And let's say…
sin
  • 126
  • 2
  • 14
1
vote
2 answers

Can I get the steps inside workflow only?

I am trying to get all the steps inside a particular workflow ONLY in FileNet Process Engine. But no luck getting it. I am not sure if what I am trying to achieve is available in the API because I looked for days but cannot see it. Here is my code …
miggyyy
  • 49
  • 6
1
vote
1 answer

Where to find Connection Point name to access FileNet Process Engine

I am trying to connect to IBM FileNet Process Engine. Unfortunately I am lost where to find where I can get Connection Point name needed to connect.
miggyyy
  • 49
  • 6
1
vote
1 answer

Filenet - How to get the value of F_Webserver in email template

I am using CPE 5.2.1 and trying to make use of email templates to send an email notification which has a link to workitem. In that, we have F_Webserver & some other variables and I don't know how to get the values for these field variables. I was…
tiktok
  • 279
  • 2
  • 23
1
vote
1 answer

Filenet - Get Email Id out of user id in Filenet Workflow

I am new to Filenet BPM and I am working on an approval system workflow where an attached document is either approved Or rejected based on the response. I have to send an email to Originator that the document is approved Or rejected and I am able to…
1
vote
3 answers

Filenet - GET Username from F_Originator

I am using filenet BPM for approval system and I want to extract the username from F_Originator so that I can send an email to originator about the status of approved Or rejected document. How can I extract the username from F_Originator in workflow…
tiktok
  • 279
  • 2
  • 23
1
vote
0 answers

How to retrieve the process's unique workflow number, while launching it through C# API?

I'm struggling for 4 days now. There's this C# Process Engine API: https://www.ibm.com/support/knowledgecenter/en/SSNW2F_5.2.1/com.ibm.p8.pe.dev.doc/web_services/ws_reference.htm What I need to do is to retrieve the WorkflowNumber when launching…
user6367252
1
vote
1 answer

What is Database Connection Alias in DbExecute present in General System Palette in Process Designer?

What is Database Connection Alias in DbExecute present in General System Palette in Process Designer? These are the details of tools I am using: Process Designer 5.2.1 OS: Windows Filenet Platform: 5.2.1
Jay
  • 63
  • 1
  • 2
  • 9
1
vote
1 answer

Filenet BPM Webservice receive step design consederations

We are currently designing a web service based process, in which we will be using the web-service invoke and receive steps to communicate with a Microsoft biz-talk server. Our main concern is that a task on the receive step can wait for some time…
WiredCoder
  • 916
  • 1
  • 11
  • 39
1
vote
3 answers

Array concatenation in IBM Filenet P8 Expression Builder?

In the Expression Builder for the Workplace Process Designer, I have an attachment variable of type String[] (array of strings). I'd like to add some elements to it using the Expression Builder, but I can't work out the syntax. Has anyone done…
user1071914
  • 3,295
  • 11
  • 50
  • 76
1
vote
1 answer

FNRPE2131090055E: Invalid ascii string for work object number:

I am using IBM Filenet Content Platform 5.2.1 and recently I keep getting the following Process Engine error: [FNRPE2131090055E]Invalid ascii string for work object number: "B1826D83A9FA7D****************FF". at…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
vote
1 answer

Error when querying in IBM Content Navigator

We are using the IBM Content Navigator 2.0.3 with IBM FileNet P8, Version 5.2. We want to make a query according the Process Engine REST Service Reference. I made an appointment for the columns in a given basket (according here) and I made this…
1
vote
1 answer

Processes implemented inside the DMS system?

Traditional categorization of processes is talking about integration, human centric and document centric processes, with the last one as a good candidate for placing inside the DMS system (of course, the prerequisite is that there is a built-in…
1
vote
1 answer

Process Engine Dispatcher exception while transferring the workflow

When a workflow is being transferred the PE error occurred. I am using custom components other than CE_Operations in workflow. ERROR STACK: [FATAL 09 Apr 2014 15:25:21] Dispatcher got exception while doing query at April 9, 2014 3:25:21 PM…
sin
  • 126
  • 2
  • 14
1
2 3