Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

'Still no entry in queue' error message in SOST

Former Member
0 Likes
2,191

HI Experts

i m trying to forward the work item , the email is getting trigerred with error message

'Still no entry in queue' in sost .

when i try to repeat sent the email , it works fine ,

Refering to few posts i have checked the commit flag , it is checked 'X' .

please suggest what could be the reason for the error message

regards

Phaniraj

HI Experts

i m trying to forward the work item , the email is getting trigerred with error message

'Still no entry in queue' in sost .

when i try to repeat sent the email , it works fine ,

Refering to few posts i have checked the commit flag , it is checked 'X' .

please suggest what could be the reason for the error message

regards

Phaniraj

3 REPLIES 3
Read only

former_member183072
Active Participant
0 Likes
1,034

Hi,

I hope I understood correctly,

Have you tried to search the email in SOST transaction ? If yes, can you please send it from there?

Ovidiu

Read only

roopashree_v2
Explorer
0 Likes
1,034

Hi phaniraj,

your issue is not clear.

what do you mean by this? "when i try to repeat sent the email , it works fine ,"

Are you forwarding the workitem from SBWP or SWIA?

Regards,

Roopa

Read only

jagannath_parija
Explorer
0 Likes
1,034

I solved the issue using the send mail perform routine before the update perform routine.

I was getting the same issue when i was sending the mail "PERFORM send_email" after DB update "PERFORM update_data.".

Two things i did.

a. Use of commit after send_mail

b. send mail before data base update .

This solved my issue.I am attaching the screenshot. Hope it helps.

Thank you

JP