cancel
Showing results for 
Search instead for 
Did you mean: 

All PDA (Stateless) application behaves like Stateful

krishnendu_laha
Active Contributor
0 Kudos

Dear Friend,

We are facing a complex problem in our business landscape after installing load balancing concept.

All the PDA application behaves very much differently, seems like stateful in response.

Example:

When user is counting with the application, it is saving double quantity in database.

And sometimes it is saying you have already counted and if press ok it is saving triple quantity!

Previous scenario:

Application was accessed through port 8081 and it was directly communicating to SAP WAS.

Everything was working fine.

Current scenario:

Application was accessed through port 8081 and the web dispatcher routing to port 8090

then port 8090 communicating to SAP WAS.

All functionality are being disturbed!

If we access through 8090 which is directly communicating to SAP WAS, it is working fine.

Could you please look into this one?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krishnendu,

When you say:

All functionality are being disturbed!

What exactly happens?

Can you provide any logs, traces for this disturbed behavior?

Regards,

Shival

Answers (3)

Answers (3)

krishnendu_laha
Active Contributor
0 Kudos

Problem is solved... there was problem with HTML button code...

krishnendu_laha
Active Contributor
0 Kudos

Could anybody please have a look at my problem? Our whole project is on hold...

Thanks.

krishnendu_laha
Active Contributor
0 Kudos

Hello,

I gave one example earlier for disturbed behavior, am giving again:

" When user is counting with the application, it is saving double quantity in database.

And sometimes it is saying you have already counted and if press OK it is saving triple quantity!

I have checked in ST05 trace and found that the PDA application is being called twice! "

Please let me know if you need more information.

Thanks