cancel
Showing results for 
Search instead for 
Did you mean: 

Resolving error for determination for agents and buffering

Former Member
0 Kudos

Hi,

Can u please let me know how to resolve buffering error and agent determination error, by which way and what tcode are there for it if any ?

One more question is there how to test workflow and how to restart it with issues?

Thanks

Parag

Accepted Solutions (1)

Accepted Solutions (1)

former_member182468
Contributor
0 Kudos

Hi parag ,

how to resolve buffering error -

To resolve buffering errors

1) Use Synchronize Runtime Buffer ( SWU_OBUF)

Always refresh the runtime buffer when you have made a change in a task definition or after transporting

new workflows or versions of workflows that are to be used on the day of tranport .

2) use the refresh organizational environment option in Business workplace ( SBWP) or in start workflow function ( SWUS) .This refreshes buffers for current user id .

agent determination error

to solve agent determination errors ,you can take help from following tcodes -

swi1_rule - Execute rules for work items

swi2_adm1 - Execute work items without agents

swia - Execute work items without agent check

how to test workflow and how to restart it with issues

SWPR - workflow restart after error

swi2_diag -Diagnosis of workflow with errors

SWPC - continue workflow after system crash

SWUD - workflow diagnosis

swus - test workflow

hope this helps.

Thanks,

sahiba

Answers (2)

Answers (2)

Former Member
0 Kudos

Execute this program RHWFINDEXRESET in background only in devt server.

You can also just use SWU_OBUF before testing.

Thanks

Arghadip

surjith_kumar
Active Contributor
0 Kudos

Hi

Can u please let me know how to resolve buffering error and agent determination error,
by which way and what tcode are there for it if any ?

T.code SWU_OBUF - Clear Buffer

One more question is there how to test workflow

T.code SWUS, type your workflow no. and Execute it

and how to restart it with issues?

Goto T.code SWPR, select the workitem and Click the Restart button.

Regards,

Surjith