I am trying to create a StringNameSpaceBinding using the wsadmin tool for Websphere 6.1
Here are the steps I'm doing set cell [$ AdminConfig getid / Cell: cell /] $ AdminConfig create StringNameSpaceBinding $ cells {{name bindname} {nameInNameSpace Handcuffs / string} {stringToBind "This is the value of the String that gets bound"}}
But when I run this last step, I get this error: WASX7015E: Exception launching the command: "$ AdminConfig create StringNameSpaceBinding $ cells {{name bindname} {nameInNameSpace Handcuffs / string} {stringToBind" This is the value of the String that gets bound " }} "; exception information: com.ibm.ws.scripting.ScriptingException: WASX7444E: invalid parameter value for "parent config id" parameter in the create command
Any idea what could be wrong with this?
Thanks Damien
source
share