Hi,
I’m using TF Ver 7.0.1 on my own VMware in playback mode.
I’m trying to import a pattern from the command line using the following command:
tw_pattern_management --verbose -u "username" -p "password" -i mypattern.tpl
I get the following message:
omniORB: (0) 2008-08-02 11:15:49.335054: Warning: SSL CA certificate file is not set or cannot be found. SSL transport disabled.
Traceback (most recent call last):
File "./pattern_management.py", line 618, in <module>
File "./pattern_management.py", line 537, in main
File "./configuration.py", line 1222, in processCommandLine
File "./configuration.py", line 1275, in initSecurity
File "/usr/webware/__init__.py", line 124, in authenticateByPassword
File "./security_idl.py", line 201, in authenticate
omniORB.CORBA.NO_PERMISSION: CORBA.NO_PERMISSION(0X0, CORBA.COMPLETED_NO)
This produces the same result if I use system username and password. I have access to the GUI as system with no problems, and can run other commands such as “tw_cron_update”, “tw_baseline” or “tw_passwd”.
Would this have anything to do with the fact I’m using a VMWare appliance in ‘host-only’ mode which is causing the SSL certification to fail, or is it the SSL Certificate itself?
