|
| Re: Exception while working with Tibco adapter for Tuxedo!! |
 |
Wed, 9 Apr 2008 21:27:18 -0700 |
Hi Venkatesh,
Please see comments in line.
Wayne
<venkatesh rajendran> wrote in message
news:5700001616@newsgroups.bea.com...
Dear Wayne,
Thanks a ton for your reply.
Please clarify,
[i]
buildclient is a Tuxedo command which is used to generate the Tuxedo client
application. It needs Tuxedo SDK license, so you need to make sure the
license is installed properly. [/i]
Can you please let me know from where i can get the License? Can we download
it online?
[W] BEA provide a trial license in the product donwload site, but I am not
sure Tuxedo 8.0 is provide or not. If you or your customer has Tuxedo
installation, the license should alread be ready. It is located at
$TUXDIR/udataobj/lic.txt.
[i]
Running tuxedo client does not require SDK license.[/i]
I am not sure how to start it. I am actually running the BAT file which has
the following scripts,
*************************************************************
set TUXDIR=C:\bea\tuxedo8.0
set WSNADDR=//10.103.18.120:4020
set TUX_ADAPTER_HOME=C:\TIBCO\adapter\adtuxedo\5.3
set TIBCO_RV_HOME=C:\TIBCO\TIBRV
set APPDIR=%TUX_ADAPTER_HOME%\examples\AgentBased\PurchaseOrder
set
PATH=%TUXDIR%\bin;%APPDIR%;%PATH%;%TUX_ADAPTER_HOME%\hotfix\lib;%TUX_ADAPTER_HOM
E%\lib;%TIBCO_RV_HOME%/bin
set TUXCONFIG=%APPDIR%\tuxconfig
set ULOGPFX=%APPDIR%\ulog
buildclient -o clt -f client.c
buildserver -o server -f server.c -s POINFO -l
%TUX_ADAPTER_HOME%\lib\agent.lib
tmloadcf -y ubbagent
tmboot ¨Cy
************************************************
Up to my knowledge, I hope TIBCO TUXEDO
(ie.,TIB_adtuxedo-simple_5.3.0_w32_tuxedo80) acts as a TUXEDO_Server which
receives the Request from TUX_BEA Client(Ex: C:\bea\tuxedo8.0).
Or, does Tuxedo have a seperate Server installed on the machine other than
TIBCO? please clarify.
[W] I don't know the detail about TIBCO Tuxedo adaptor. Following
clarifications for your reference,
1. Tuxedo is an application infrastructure with framework for server and
client. buildclient is used to generate the client binary and buildserver is
used for application server linkage.
2. I guess the TIBCO Tuxedo adaptor is a Tuxedo application client(or
server?) which acts as a proxy process between TIBCO system and Tuxedo
applications. So it receives request from TIBCO system and transform the
requet to native Tuxedo data buffers and make the Tuxedo calls, then relay
the reply back. So first you have to figure out the exact working model of
it and check your Tuxedo applications.
Your reply would be appreciated!
Thanks a ton in Advance!
Best Regards,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|