Skip to main content

All Questions

12 questions with no upvoted or accepted answers
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
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
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
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
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
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
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
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
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
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