Connect IT and Tivoli TEC Integration
Connect IT and Tivoli TEC Integration
(OP)
Hi,
Anyone out there has notes on what was specifically done in Connect IT and on the Tivoli TEC Environment to accomplish an integration between the two to create incident tickets in ServiceCenter.
The Connect IT documentation has very limited information.
Thanks
Anyone out there has notes on what was specifically done in Connect IT and on the Tivoli TEC Environment to accomplish an integration between the two to create incident tickets in ServiceCenter.
The Connect IT documentation has very limited information.
Thanks
RE: Connect IT and Tivoli TEC Integration
RE: Connect IT and Tivoli TEC Integration
Any examples, help or ideas would be greatly appreciated!
Peregrine with ConnectIt is installed on one AIX machine
and Tivoli Enterprise Console(TEC) is installed on another.
When I run send2cit.sh script, it complained about missing
the CLASSPATH so I added the this path now I am getting
the following error: "Can't find class java.lang.System"
I am guessing this is a pretty simple java error but am not
sure how to fix this. The most frustrating thing is that I
am not even testing the actual interface yet!
Regards
tivman
RE: Connect IT and Tivoli TEC Integration
Are you trying to execute send2cit from a TEC rule or directly from a shell ?
Normally, Java stuff is provided when installing TEC, and all is correctly set to call Java from a TEC rule.
You also may set the JAVAHOME env var to points to your jre home directory. The error seems to indicate Java has not found its base libraries.