Hi,I have simillar issue.The background is I am calling Opendeploy through some custom scripts on Preview of DCR. On Preview i call call server to deploy the specific DCR and return the result.When the IW UI is calling this script i get the simillar error.Any Lead ?2012/04/06 04:46:23 INFO> preview_deployment.ipl:328 main:: - CMD is /apps/iw-home/OpenDeployNG/bin/iwodstart dentalcare/stage_dentalcare/od_stage_assets_dbloader ....
Try changing that to iwodcmd start instead of iwodstart - it shouldn't make any difference but it might, as it is possible that iwodstart is failing to initiate a new JVM, whereas iwodcmd uses the existing OpenDeploy JVM.Also verify that the server is running in a healthy state (try running: iwodcmd start test)
C:\Users\msradmin>D:\Interwoven\OpenDeployNG\bin\iwodcmd start test Locating OpenDeploy service. Got OpenDeploy service ***ERROR - Caught exception in runIt(). Details: REQUEST_DENIED Please check that the OpenDeploy server is running.
is opendeploy even running ? runiwodserverstatus
C:\Users\msradmin>D:\Interwoven\OpenDeployNG\bin\iwodserverstatus OpenDeploy server host: localhost, RMI registry port: 9173IWDeploySelectParm caught an exception.REQUEST_DENIED
Hi Nipper,The service pannel show od services as started C:\Users\msradmin>D:\Interwoven\OpenDeployNG\bin\iwodserverstatus OpenDeploy server host: localhost, RMI registry port: 9173IWDeploySelectParm caught an exception.REQUEST_DENIED
REQUEST_DENIED is usually and indication of authentication - i.e. the user who is attempting to run the deployment is not authorized to run that (or perhaps any) deployments.Try running ODHOME/bin/iwodauthorize -r list od-admin and ODHOME/bin/iwodauthorize -r list od-user and make sure that your userid (or the userid you're currently logged in with) shows up in that list - with the proper domain prefix (since you're on Windows)
using iwodauthorize
I need to add myself but cannot run iwodauthorize. Is there any config file that I can update? Thanks
not if you do not have permissionFind someone with root/admin access
I am admin on the TeamSite server which has iw-od folder so I can update files. It's just that the person who was admin for OD before is no longer available and no one else is admin so was hoping I can update a config file and gain admin access to OD.
If you have TS Master access, go through the Administration UI or Actions > Manage Users and make sure that for Deployment permissions the user (you) are set to be able to run all deployments.
Update etc/deploy.cfgreplace user id in line reading Deploy.bootStrapUserName: to your user idStop and start OD services and you will get admin acces.You can cange the deploy.cfg line back to what it was before after that.