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)
Error DD- Path not found
Pummy
Hello,
We have migrated to new server 7.2.1 from current 6.7.1.
The only change is OS from Solaris to Linux. Rest of configurations are same.
All the code and Content Migration has been smooth till now. The OD filelist based deployments are working fine.But now i was testing the deployments and struck at the point where my DD scripts are failing.
The DD DNR script runs and executed DD deployment. On new server it is unable to find the DCR path and throws following error. ( Unable to find the DCR though it exists on the path )
***************************************************
DBD: Table [Content] exists.
DBD: Running deployment [OpenTemplate]
DBD: extraction type=full
DBD: tuple mode=wide
DBD: area=/iwmnt/default/main/DentalCare/DentalCare.com/WORKAREA/en_US
DBD: filelist=[/apps/iw-home/TeamSite/local/logs/dentalcare/filelists/dentalcare_DD_25941.txt]
DBD: /iwmnt/default/main/DentalCare/DentalCare.com/WORKAREA/en_US/templatedata/Generic/OpenTemplate/data/test2
DBD: Generate DirectoryContents start:Fri Feb 03 07:41:59 UTC 2012
DBD: Generate DirectoryContents end :Fri Feb 03 07:41:59 UTC 2012
DBD: TDirectoryContents: Initial directory is invalid - Error looking up branch "/iwmnt/default/main/DentalCare/DentalCare.com/WORKAREA/en_US/templatedata/Generic/OpenTemplate/data/test2" (No archive found)
DBD: Path not found -- interpret as 'NotPresent'
DBD: Building replicant order column information.
DBD: Building replicant order column information... Done.
DBD: TUPLE={state=NotPresent, path=templatedata/Generic/OpenTemplate/data/test2}
DBD: TTableSchemaHelper not found in cache for [Content]. Creating new.
********************************
Attached is the detailed log for the DD deployment.
Regards,
Praveen
Find more posts tagged with
Comments
Adam Stoller
Check the
ODHOME
/etc/deploy.cfg
to verify that it has the proper "
teamsite.version
" information near the end of the file.
If not, fix that, restart the OD Base server, and try your DD again.
Pummy
Thanks for your help.
And i figured out that the issue lies at the vPath to DCR which is read in DD config. On Solaris iy was full path with /iwmnt and on new servers ( LINIX ) it just starts from /default.
I changed the area from /iwmnt/default/.... to /default and it worked !!