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...