My environment is HP-UNIX 11 + TUXEDO 7.1 + INFORMIX 7.3. I am trying to build a tuxedo service in C++. I also use Informix C++ Object Interface which is base on COM technique in the program as well. Let me explain what I have done.
When I create a regular program using c++ object Interface, it runs fine. I can access database whatever I want. But when I build a tuxedo service using the same common files. I have no problem at building time and boot the service as well. The problem happens when I call it. I trace the program. I hangs at point of connection to database. It dies at the point and a few minutes it will restart again. I have no idea what happen. I tried a lot of motheds to do it and did not succeed. I really apreciate your help.
When I create a regular program using c++ object Interface, it runs fine. I can access database whatever I want. But when I build a tuxedo service using the same common files. I have no problem at building time and boot the service as well. The problem happens when I call it. I trace the program. I hangs at point of connection to database. It dies at the point and a few minutes it will restart again. I have no idea what happen. I tried a lot of motheds to do it and did not succeed. I really apreciate your help.