Hi,
We installed,
1.OS-Solaris5.9
2.Teamsite6.5,
3.Opendeploy6.0.2,
4.SP1 6.0.2
5.iplanet
Aim:The file move from my windows pc to solaris teamsite server(remote machine).
1. Our application,first get the url from cssdk.properties(teamsite server ip available) and try to connect and login into the teamsite server.
So,we did the following steps.
1./app/iw-home/cssdk/cssdk.cfg(Edit the cssdk.cfg file)
# you wish to connect to.
defaultTSServer: localhost(We given our remote teamsite server ip address)
# Content Services SOAP Key
cs.soap.license: XXXXXXXXXXXXXX(We given soap license key)
Questions-Soap license key is comman for all the machine(Windows and solaris) or depends up on the MAC Address.
2.iwreset -a(we restarted the server)
Note: Still i am not install cssdk client in our remote teamsite server,because already cssdk folder available in my remote teamsite server.
3.sample.properties files,which is available in the windows server.
# creates a CS SOAP factory
com.interwoven.cssdk.factory.CSFactory=com.interwoven.cssdk.factory.CSSOAPFactory
# use the machine name and HTTP port of the ContentServices SOAP server
serviceBaseURL=
http://localhost:80Note:java application is running in my windows machine, the appilcation reads the url and soap factory from the sample.properties based up on the value it will connect to remote teamsite server.
Properlem:
While i am executing my java application,
I am getting below error:
Invalid soap license key error.
Note: 1. My Question is,Windows soap license will support unix teamsite6.5 server?.
2.Is it mandatory to install cssdk client in my teamsite server?.If it is yes,
Please tell me the procedure.
Note: which cssdk client will support the beolw s/w
1.OS-Solaris5.9
2.Teamsite6.5,
3.Opendeploy6.0.2,
4.SP1 6.0.2
5.iplanet
Thanks & Regards,
Balakrishnan S