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)
Edition Based Deployment
agubbi21
HI,
I am getting an error with Edition based deployment and the error is
ERROR: Could not parse vPath[Y:\default\main\ts.internet\ts.altabates.internet\conversion]
ERROR: Bad VPATH(Y:\default\main\ts.internet\ts.altabates.internet\conversion\EDITION) specified for area.
ERROR: Failed converting area(y:\default\main\ts.internet\ts.altabates.internet\conversion\EDITION) to VPATH
The deployment workd fine from Staging area. The souceTeamsite written is
<sourceTeamsite area="y:\default\main\ts.internet\ts.altabates.internet\conversion\EDITION"
previousArea="y:\default\main\ts.internet\ts.altabates.internet\conversion\EDITION\IW_PREV"
>
We are using Open Deploy 5.5.1 on Teamsite 5.02 on Win2K. Please help.
Thanks in Advance,
AG
Find more posts tagged with
Comments
Migrateduser
What service pack do you have installed?
Try:
//IWSERVER/default/main... instead of y:/default/main.
I believe that one of the service packs resolved this and allowed you to use the Y: paths, but my memory is a little rusty.
Also, since this is deploying from TeamSite 5.0.x, you need to make sure the TeamSite version is properly - something like the following in odbase.:
<teamsiteProperties version="5.0" />
STAGING works because it is a real filesystem path. EDITION, however, is an OD macro. If you deploy a complete filepath (such as .../conversion/EDITION/ed_023) it should deploy.
agubbi21
Thanks a ton. The teamsiteProperties once added to odbase solved the issues.
Thanks again.
AG