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)
Directory Based Deployment
shivgaytri
Hi Guys,
I have a weird situation going on with me.
I use Directory based deployment where the code deploys pdf files from the source to the target.
I am using the comparison-
[html] [/html]
However with every new date, it deploys the whole pdf files(about 200) for every 1st deployment, where ideally it should only deploy the new ones.
Strangely, it does not change the time stamp on either the target or the source.
Any help will be greatly appreciated.
Thanks in advance.
ShivGaytri
Find more posts tagged with
Comments
nipper
You need to get the OD receiver logs to determine why the files have been deployed. It could be a permissions difference, size, etc.
Adam Stoller
Please close one of your duplicated threads.
nakumar
What is your source machine OS and target machine OS ?
The following is the snippet from Deployment configuration guide:
1) Source file is newer than target file — no configuration necessary. This is the
default deployment behavior when neither the dateDifferent nor revert attributes
are configured. It is the equivalent of the following configurations:
* dateDifferent="no" (revert is not present)
* revert="no" (dateDifferent is not present)
* dateDifferent="no" and revert="no"
2) Source file is older than target file — configure revert="yes".
3) Source file is newer or older than target file — configure dateDifferent="yes".
If both dateDifferent="yes" and revert="yes" are specified, the behavior is
undefined.
Still if you face the problem, please attach your deployment config. file.
JointDataSetCalculations.zip
shivgaytri
Thanks for your quick response...
The issue is resolved
Actually old and new teamsite server both were deploying contents to target server.That's why time stamp of every file got change and was deploying each and every file.