AIX resource connection issue
I tried to create a unix resource using default AIX adapter. The Login User does has sudo rights to manage the account. So I set the Sudo Authentication as "TRUE". However, when I test the connection, I got this error message "AIX: Script failed waiting for "ASSWORD:" in response "_,)#+(:" ==> com.waveset.util.WavesetException: Script processor timed out with nothing to read and the following unprocessed text: "_,)#+(:".\n"
Can anyone please tell me what is wrong or missing?
[492 byte] By [
janexa] at [2007-11-27 10:32:22]

# 1
I am assuming you granted the user sudo access in the sudoers file (preferably edited with visudo).
In sudoers, ensure that NOPASSWORD is NOT set, that is, the user is prompted for a password when running a sudo command.
Ankush
# 2
Do the traces, so u can see exactly what is sent to and from the resource. The class I usually use for scripted resources is:
com.waveset.adapter.ShellScriptResourceAdapter
com.waveset.adapter.ShellScriptResourceAdapter might work as well.
The "_,)#+(:" often if not always turns up when doing scripted resources, You can disregard those characters, they are not important.
Message was edited by:
AndNys