cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with session management with UWL

Former Member
0 Kudos
72

Hi all,

I have workflow items in my UWL. Whenever I click on an item it executes something in the backend and displays some data in a BSP in the portal. The problem I am having is when I execute another work item, the same data is displayed in the BSP. I think it maybe a WAS caching problem or something? Or maybe a session management problem? Can anyone advise me of how I can diagnose this problem or what parameters I may need to look at to resolve this issue?

Much appreciated.

Tony.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member394902
Contributor
0 Kudos

Hi Tony,

can you increase the workflow log level to Info or All and see if the right item is being called when you click on the item.

Post the content of the log file when you have clicked on the 1st item and the 2nd item.

Akhilesh

Former Member
0 Kudos

Hi Akhilesh,

Thanks for responding. Yes the correct work item is being called, one of our basis guys check this. How do you increase the workflow log level? If you can direct me, then I will check myself and post details of the log to you. As the basis guy is saying the right work item is being called, if you have any other suggestions, that will be appreciated.

Thanks,

Tony.

former_member394902
Contributor
0 Kudos

Hi Tony,

You will need access to the Visula Admin. Open the Visual Admin, and navigate to Server -> Services -> Log Configurator. In the Locations tab navigate to com -> sap -> workflow. Change the severity level to All and save the settings. This will enable a deatiled logging.

Akhilesh

Former Member
0 Kudos

hi Tony,

As u might have realized changing com.sap.workflow tracing is completely Wrong.

com.sap.workflow refers to Collaboration Tasks related workflow and not the "Business Workflow"

Problem might be somewhere else.

Kiran

Former Member
0 Kudos

Hi Kiran,

Yes thats correct, the problem was actually to do with some session management code. I had to change the code to be stateless and that resolved the problem.

Thanks both of you who tried to help.

Tony