Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transactions in Tuxedo ATMI

Status
Not open for further replies.

pifs

Programmer
Mar 13, 2003
6
BR
Hello, I am having the following problem while running my C++ ATMI Tuxedo client application:

When I call "tpcall()" in this way:

tpcall((char*)svc_name, (char*)buf, 0, (char**)&o_buf, &o_len, 0)

It returns me the following error + message:
TPESVCERR - server error while handling request

The funny thing is that, when I add the TPNOTRAN flag to the tpcall, it works without problems.

But since I use tpcall() in the scope of a transaction, calling it with the TPNOTRAN flag is useless for me.

Does anyone have an idea why I can't do tpcall() without the TPNOTRAN flag? Any error in the application or in the Tuxedo server side?

Thanks so much!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top