Skip to main content

All Questions

0 votes
0 answers
55 views

Filenet Query and sub query for check other documents

so basically, i want to get document if only other document is not exists. i try many ways and still not found the correct way. the last query i tried is this query. is it possible to do it in single ...
Vodka's user avatar
  • 63
1 vote
0 answers
39 views

How to get a specific value from a Task Property array in Filenet P8 Process designer

I'm designing a process using Filenet P8 Process designer. I want to check the first value of a workflow property so I'm using the expression WF_IsStepOpen1 = false as shown below, where WF_IsStepOpen ...
apboutos's user avatar
  • 119
2 votes
1 answer
1k views

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(...
Mahmoud Saleh's user avatar
0 votes
1 answer
689 views

FNRPE2131090482E - Server is being initialized. Retry the operation

I am using Filnet 5.2.1. I have everything working fine for years. but suddenly today when trying to connect to process engine from workplace application I am getting the error : [FNRPE2131090482E]...
Mahmoud Saleh's user avatar
0 votes
0 answers
89 views

Need to display a pop up if we are selecting a step response for a workitem in IBM Filenet workplace application

I am having a requirement where if am selecting a step response for a workitem in workflow map , i need to restrict it to a data field for taking that action. For example if am having a step name as'...
Salman 's user avatar
0 votes
1 answer
1k views

Filenet - Get current date & Time in Filenet Workflow

I am using Default step Processor in Filenet(5.2.1) and I created a Data Field as "DueDate" of type Time and I initialized it to adddays(systemtime(),14) because I want DueDate to be set 2 weeks after ...
tiktok's user avatar
  • 279
0 votes
1 answer
805 views

get workflow malfunction exception with java api

Does anyone know how to get a workflow malfunction error message using the java pe api? I am running the QueueSample java code provided by IBM and it is not clear to me how to do this. Any help would ...
mkk's user avatar
  • 36
1 vote
1 answer
319 views

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 ...
tiktok's user avatar
  • 279
1 vote
3 answers
1k views

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 ...
tiktok's user avatar
  • 279
0 votes
1 answer
3k views

Filenet Invoke step get locked in fnsystem user

I have a invoke step in my work flow that run and send the request to server and get the respond from it , but it get locked at this step to the "fnsystem" user In information Stack it shows Queue as ...
Archangle's user avatar
  • 312
0 votes
1 answer
527 views

Filenet - Copy value from a workitem to document Property

I am new to Filenet BPM and I am trying to set a value from a workitem to document Property. Here is my requirement - I have a Workflow with a document attached which should go to approval process, ...
tiktok's user avatar
  • 279
0 votes
1 answer
389 views

Work Performer Exception: org.apache.soap.transport.SOAPTransport while executing ComponentStep in ProcessConfiguration of IBM FileNet

While running component Step in ProcessConfiguration of workflows, facing below issue. This component includes web service calls. Added soap.jar file in the component but issue remains the same. Work ...
Raghava's user avatar
  • 27
1 vote
0 answers
786 views

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 ...
user avatar
1 vote
1 answer
262 views

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: ...
Jay's user avatar
  • 63
1 vote
1 answer
74 views

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 ...
WiredCoder's user avatar
0 votes
1 answer
226 views

IBM Case Foundation Email Template New Line Character from Java

We create tasks containing multiple documents; each document has a number. I have a string Field (docNums) in the Workflow that contains each document number separated by a delimiter. I have done this ...
Christopher Powell's user avatar
1 vote
3 answers
2k views

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, ...
user1071914's user avatar
  • 3,383
1 vote
1 answer
477 views

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************...
Mahmoud Saleh's user avatar
1 vote
1 answer
880 views

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 ...
Rafael Afonso's user avatar
0 votes
1 answer
733 views

Setting an ID type property value from workflow in FileNet

Is it possible to set value for an ID type property from a workflow? We have a workflow to create a date wise record folder everyday when first mail for that day is ingested in the system (IBM IER). ...
Abhishek's user avatar
1 vote
1 answer
364 views

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, ...
Kevin Macejko's user avatar
0 votes
1 answer
297 views

Display work items which are waiting until backend service finishes

In my workflow I have iterative loop which check the table value until it matches a workflow value using DB Execute. This stage arise after completing initial and step After values matches it will ...
kanchana sankalpa's user avatar
0 votes
1 answer
1k views

filenet process engine case insensitive query search

I am using VWQueueQuery class of filenet api to search a value in file property. Now the problem is that search results are case sensitive but I want case insensitive search to happen. How can I do ...
Harvi's user avatar
  • 1
0 votes
1 answer
401 views

Error on reassigning workflows in FileNet

I am currently developing some Javacode that reassigns workflows that belong to a case in a FileNet 5.0 system. In some cases I get the following error in the logs: [FNRPE2131090209E]WorkObject ...
Robert vd S's user avatar
0 votes
1 answer
356 views

Is the BPM of Filenet P8 can be used for other thing than managing workflows of documents

Can we use the BPM of Filenet for other things than managing documents? I would use it to manage process independants of documents. Thanks
Eric V's user avatar
  • 1,170
0 votes
1 answer
2k views

VWAttachment added through API is not showing in CM 5.2

I have retrieved a workitem using API and changed the attachment fields using setParameterValue , After saving the work usingstepElement.doSave(true), I can see the added attachments in the process ...
Bharath R's user avatar
  • 1,531
1 vote
1 answer
2k views

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 ...
sin's user avatar
  • 136
2 votes
1 answer
3k views

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()...
sin's user avatar
  • 136
0 votes
1 answer
2k views

Filenet workplace access roles (active directory groups) refresh rate

i have applied access roles for primary views and the access roles are assigned to groups. ISSUE: i have page to add/remove users from those active directory groups, and i can verify from active ...
Mahmoud Saleh's user avatar
0 votes
1 answer
1k views

How to use Custom Component in Workflow?

I want to create a custom component to create some folders in the desired series. I've the java code the does this job and is running fine. But I'm not able to use the component after deploying. The ...
Ananth's user avatar
  • 41
1 vote
1 answer
914 views

where to store objectstore and vwsession objects

I'm presently working on making an web application for filenet, I'm presently getting the objectstore and vwsession objects by calling a method in static classes . Everytime I call these methods its ...
sagar's user avatar
  • 112
0 votes
1 answer
1k views

get system fields in launch step

I need get the system fields before launching the workflow to make them available for user to set.fields like F_subject and F_Comment filenet.vw.api.VWWorkflowDefinition workflowDefinition = ...
sagar's user avatar
  • 112
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