Questions tagged [filenet-workplace]

13 questions
2
votes
0 answers

SecurityException when running WorkplaceXT in local WebLogic

I need to run IBM Workplace XT to access a remote FileNet. I downloaded the installer and successfully created the .ear file. I also installed WebLogic 12.1.3 (development version for local testing). The deployment of web_client.ear runs fine, but…
2
votes
1 answer

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?? The token value I am getting…
acadia
  • 2,619
  • 18
  • 55
  • 72
1
vote
1 answer

Unable to get the configuration file WcmApiConfig.properties

I have an issue with FileNet-p8: All simply, I do not have access to a WorkFlow already designed. I have always a popup asking me to authenticate , I use the same Login/psw to access to the Workplace. But always I get the same message : Unable to…
jmj
  • 649
  • 8
  • 17
1
vote
1 answer

Extending Filenet P8 3.5 Workplace with custom GUI and code

I'm not familiar with Filnet P8. My assumptions from reading some online docs is that it has a central web-based user interface called Workplace which is implemented on the Java web stack and communicates with the core parts of Filenet through Java…
axk
  • 5,316
  • 12
  • 58
  • 96
0
votes
1 answer

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]Server is being initialized. Retry the operation. …
0
votes
0 answers

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'XYZ' and i am selecting the step response' ABC'…
0
votes
3 answers

How can i retrieve the document object id from the workitem

I got a requirement to retrieve the document object id(content engine doc id) from the workitem retrieved from process engine. And we obtain the document id we need to extract the corresponding document from content engine. I have created PE session…
0
votes
1 answer

Create URL for a Work Item in Filenet

I want to attach the URL of a task in a user's Filenet P8 inbox and send it over in an email so that when clicked will directly open the task linked. Is there a way to do this?
Regmi
  • 2,658
  • 4
  • 24
  • 32
0
votes
0 answers

com.filenet.wcm.api.CannotDetokenizeException

I am using Filenet 5.2.1 and recently I am seeing this error in the log file. Does anyone have ideas about it: com.filenet.wcm.api.CannotDetokenizeException at com.filenet.wcm.api.impl.SessionImpl.fromToken(SessionImpl.java:620) at…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

"Reloaded site preferences"?

In SystemOut logs of a Filenet WorkplaceXT application, I can see "Reloaded site preferences (a big number)" printed every now and then. What is this "big number" printed next to the text "Reloaded site preferences"?? Anyone knows?
A N
  • 394
  • 2
  • 8
  • 18
0
votes
0 answers

Error after WorkplaceXT Deployment On WAS 8.5

I am getting error after workplace XT Deployment on WAS 8.5. Filenet Env. is : Filenet p8 5.2, AD DS, Windows server 2008. ERROR is: java.lang.StackOverflowError at java.lang.ThreadLocal$ThreadLocalMap.access$000(ThreadLocal.java:254) at…
nikhilw
  • 1
  • 2
0
votes
0 answers

FileNet developing applet for Workflows

I'm developing an applet which will be used as step processor for FileNet Workflows. I wrote some simple applets based on swing and awt and compiled sample applet from IBM documentation, but every integration tries end with the same result - "System…
Dark Tomel
  • 123
  • 2
  • 13
0
votes
1 answer

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 directory that user was added/removed from group, but…