Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
hi
lucifer
hi, Ths is a newbie to interwoven opendeploy.
i want to deploy stiff fom ts box to another box.
i set up the opendeploy and configured it. i also installed the reciever server and configured it.but unfortuneately, its not working .
i am attaching the trial xml file i had used ..could some body plz help
i am using windows 2000
Find more posts tagged with
Comments
Adam Stoller
Currently the
targetFilesystem
area
attribute's value cannot be a UNC path - you have
\\nkpl-197\odtest
- instead it must
appear
as a local file system path on the target receivier (
odrec
) - e.g.:
c:\odtest
or
X
:\odtest
(where
X
could be a mapped drive to
\\nkpl-197
)
Also - if you are deploying between Windows machines you may want to remove the
permissionRules
settings that you currently have in the configuration (copied from
test.xml
I'm sure) - as those particular attributes are only valid on Unix (it won't cause any harm in the Windows deployment, it just won't do anything either).
Other than that, and assuming you have your
odnodes.xml
and
odbase.xml
config files set up correctly on the Base Server and
odrcv.xml
config file set up correctly on your Receciver - you should be good to go.
--fish
(Interwoven, Curriculum Development)