How does Sitecore handle serialization with TDS?











up vote
2
down vote

favorite












My apologies for the vagueness of that question, but I'm not sure how else to pose it. Here is the situation. We have a Sitecore 8 project that uses TDS for syncing items. We have a policy of not adding most content into TDS, only one-off structural items are to be added, otherwise it's only templates and renderings and whatnot. One of the content items we do have in TDS is the main homepage item which apparently mistakenly got set to "AlwaysUpdate." We have the TDS project set to "disable file deployment."



Last night we did a deploy to production and verified that the site was correct. It was also verified to be correct this morning. This afternoon, the homepage had magically reverted to an older state (values on some fields were changed and a few components went missing). I looked on the file system and sure enough, there was a "sitehome.item" file sitting in the /data/serialization/master/content folder that has a timestamp of our deploy the night before. I'm not surprised by this since the item was set to "AlwaysUpdate," though I thought "disable file deployment" would have stopped this from being uploaded.



What I am surprised at is how the site was seemingly fine all day, and then all of a sudden seemed to not only install the sitehome.item file back into the database, but also publish itself to the CD.



Does Sitecore monitor that serialization folder on a schedule job and import that data back into the system somehow?










share|improve this question







New contributor




tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    2
    down vote

    favorite












    My apologies for the vagueness of that question, but I'm not sure how else to pose it. Here is the situation. We have a Sitecore 8 project that uses TDS for syncing items. We have a policy of not adding most content into TDS, only one-off structural items are to be added, otherwise it's only templates and renderings and whatnot. One of the content items we do have in TDS is the main homepage item which apparently mistakenly got set to "AlwaysUpdate." We have the TDS project set to "disable file deployment."



    Last night we did a deploy to production and verified that the site was correct. It was also verified to be correct this morning. This afternoon, the homepage had magically reverted to an older state (values on some fields were changed and a few components went missing). I looked on the file system and sure enough, there was a "sitehome.item" file sitting in the /data/serialization/master/content folder that has a timestamp of our deploy the night before. I'm not surprised by this since the item was set to "AlwaysUpdate," though I thought "disable file deployment" would have stopped this from being uploaded.



    What I am surprised at is how the site was seemingly fine all day, and then all of a sudden seemed to not only install the sitehome.item file back into the database, but also publish itself to the CD.



    Does Sitecore monitor that serialization folder on a schedule job and import that data back into the system somehow?










    share|improve this question







    New contributor




    tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      My apologies for the vagueness of that question, but I'm not sure how else to pose it. Here is the situation. We have a Sitecore 8 project that uses TDS for syncing items. We have a policy of not adding most content into TDS, only one-off structural items are to be added, otherwise it's only templates and renderings and whatnot. One of the content items we do have in TDS is the main homepage item which apparently mistakenly got set to "AlwaysUpdate." We have the TDS project set to "disable file deployment."



      Last night we did a deploy to production and verified that the site was correct. It was also verified to be correct this morning. This afternoon, the homepage had magically reverted to an older state (values on some fields were changed and a few components went missing). I looked on the file system and sure enough, there was a "sitehome.item" file sitting in the /data/serialization/master/content folder that has a timestamp of our deploy the night before. I'm not surprised by this since the item was set to "AlwaysUpdate," though I thought "disable file deployment" would have stopped this from being uploaded.



      What I am surprised at is how the site was seemingly fine all day, and then all of a sudden seemed to not only install the sitehome.item file back into the database, but also publish itself to the CD.



      Does Sitecore monitor that serialization folder on a schedule job and import that data back into the system somehow?










      share|improve this question







      New contributor




      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      My apologies for the vagueness of that question, but I'm not sure how else to pose it. Here is the situation. We have a Sitecore 8 project that uses TDS for syncing items. We have a policy of not adding most content into TDS, only one-off structural items are to be added, otherwise it's only templates and renderings and whatnot. One of the content items we do have in TDS is the main homepage item which apparently mistakenly got set to "AlwaysUpdate." We have the TDS project set to "disable file deployment."



      Last night we did a deploy to production and verified that the site was correct. It was also verified to be correct this morning. This afternoon, the homepage had magically reverted to an older state (values on some fields were changed and a few components went missing). I looked on the file system and sure enough, there was a "sitehome.item" file sitting in the /data/serialization/master/content folder that has a timestamp of our deploy the night before. I'm not surprised by this since the item was set to "AlwaysUpdate," though I thought "disable file deployment" would have stopped this from being uploaded.



      What I am surprised at is how the site was seemingly fine all day, and then all of a sudden seemed to not only install the sitehome.item file back into the database, but also publish itself to the CD.



      Does Sitecore monitor that serialization folder on a schedule job and import that data back into the system somehow?







      tds serialization






      share|improve this question







      New contributor




      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 21 at 21:57









      tjans

      1113




      1113




      New contributor




      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      tjans is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          6
          down vote













          Sitecore does not automatically do anything with serialization files from TDS out of the box.



          Now this doesn't rule out a custom schedule task that someone may have put into the system, but that doesn't seem likely.



          When TDS syncs, it can be configured to publish any items that it syncs, but that would be dependent upon how you have TDS setup in your CI deploymemt process.



          Most likely what happened, is that TDS synced the home item in the master database only.



          Then one of the following happened:




          1. Someone published the home item, sending the changes from the TDS sync to the web database, and cleared CD content caching.

          2. TDS did publish the item to the web database, but the CD item caching didn't clear until a later time: either by a worker process reset or another publish later on triggered cache clearing correctly.


          Either way, the answer is Sitecore doesn't do anything to serialized files automatically, unless someone customized Sitecore to do so, which would require further invesitgation.



          Troubleshooting



          It might be worth while to look at your Sitecore log and look for the Publish item messages and see if someone published it around the time you saw it change.



          Additionally, generally there is a log file entry when TDS updates an item. Do a search for the Home path in your log and see if that produces clues.



          Also look at your CD logs and see if there was a recycle around the time you saw the change.






          share|improve this answer























          • Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
            – tjans
            Nov 21 at 22:10










          • Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
            – Pete Navarra
            Nov 21 at 22:20










          • Added Troubleshooting steps
            – Pete Navarra
            Nov 21 at 22:27










          • You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
            – Chris Auer
            Nov 22 at 4:28










          • I'm not familiar with the validation section, but I will look it up, thanks.
            – tjans
            15 hours ago











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "664"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          tjans is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f15084%2fhow-does-sitecore-handle-serialization-with-tds%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          6
          down vote













          Sitecore does not automatically do anything with serialization files from TDS out of the box.



          Now this doesn't rule out a custom schedule task that someone may have put into the system, but that doesn't seem likely.



          When TDS syncs, it can be configured to publish any items that it syncs, but that would be dependent upon how you have TDS setup in your CI deploymemt process.



          Most likely what happened, is that TDS synced the home item in the master database only.



          Then one of the following happened:




          1. Someone published the home item, sending the changes from the TDS sync to the web database, and cleared CD content caching.

          2. TDS did publish the item to the web database, but the CD item caching didn't clear until a later time: either by a worker process reset or another publish later on triggered cache clearing correctly.


          Either way, the answer is Sitecore doesn't do anything to serialized files automatically, unless someone customized Sitecore to do so, which would require further invesitgation.



          Troubleshooting



          It might be worth while to look at your Sitecore log and look for the Publish item messages and see if someone published it around the time you saw it change.



          Additionally, generally there is a log file entry when TDS updates an item. Do a search for the Home path in your log and see if that produces clues.



          Also look at your CD logs and see if there was a recycle around the time you saw the change.






          share|improve this answer























          • Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
            – tjans
            Nov 21 at 22:10










          • Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
            – Pete Navarra
            Nov 21 at 22:20










          • Added Troubleshooting steps
            – Pete Navarra
            Nov 21 at 22:27










          • You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
            – Chris Auer
            Nov 22 at 4:28










          • I'm not familiar with the validation section, but I will look it up, thanks.
            – tjans
            15 hours ago















          up vote
          6
          down vote













          Sitecore does not automatically do anything with serialization files from TDS out of the box.



          Now this doesn't rule out a custom schedule task that someone may have put into the system, but that doesn't seem likely.



          When TDS syncs, it can be configured to publish any items that it syncs, but that would be dependent upon how you have TDS setup in your CI deploymemt process.



          Most likely what happened, is that TDS synced the home item in the master database only.



          Then one of the following happened:




          1. Someone published the home item, sending the changes from the TDS sync to the web database, and cleared CD content caching.

          2. TDS did publish the item to the web database, but the CD item caching didn't clear until a later time: either by a worker process reset or another publish later on triggered cache clearing correctly.


          Either way, the answer is Sitecore doesn't do anything to serialized files automatically, unless someone customized Sitecore to do so, which would require further invesitgation.



          Troubleshooting



          It might be worth while to look at your Sitecore log and look for the Publish item messages and see if someone published it around the time you saw it change.



          Additionally, generally there is a log file entry when TDS updates an item. Do a search for the Home path in your log and see if that produces clues.



          Also look at your CD logs and see if there was a recycle around the time you saw the change.






          share|improve this answer























          • Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
            – tjans
            Nov 21 at 22:10










          • Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
            – Pete Navarra
            Nov 21 at 22:20










          • Added Troubleshooting steps
            – Pete Navarra
            Nov 21 at 22:27










          • You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
            – Chris Auer
            Nov 22 at 4:28










          • I'm not familiar with the validation section, but I will look it up, thanks.
            – tjans
            15 hours ago













          up vote
          6
          down vote










          up vote
          6
          down vote









          Sitecore does not automatically do anything with serialization files from TDS out of the box.



          Now this doesn't rule out a custom schedule task that someone may have put into the system, but that doesn't seem likely.



          When TDS syncs, it can be configured to publish any items that it syncs, but that would be dependent upon how you have TDS setup in your CI deploymemt process.



          Most likely what happened, is that TDS synced the home item in the master database only.



          Then one of the following happened:




          1. Someone published the home item, sending the changes from the TDS sync to the web database, and cleared CD content caching.

          2. TDS did publish the item to the web database, but the CD item caching didn't clear until a later time: either by a worker process reset or another publish later on triggered cache clearing correctly.


          Either way, the answer is Sitecore doesn't do anything to serialized files automatically, unless someone customized Sitecore to do so, which would require further invesitgation.



          Troubleshooting



          It might be worth while to look at your Sitecore log and look for the Publish item messages and see if someone published it around the time you saw it change.



          Additionally, generally there is a log file entry when TDS updates an item. Do a search for the Home path in your log and see if that produces clues.



          Also look at your CD logs and see if there was a recycle around the time you saw the change.






          share|improve this answer














          Sitecore does not automatically do anything with serialization files from TDS out of the box.



          Now this doesn't rule out a custom schedule task that someone may have put into the system, but that doesn't seem likely.



          When TDS syncs, it can be configured to publish any items that it syncs, but that would be dependent upon how you have TDS setup in your CI deploymemt process.



          Most likely what happened, is that TDS synced the home item in the master database only.



          Then one of the following happened:




          1. Someone published the home item, sending the changes from the TDS sync to the web database, and cleared CD content caching.

          2. TDS did publish the item to the web database, but the CD item caching didn't clear until a later time: either by a worker process reset or another publish later on triggered cache clearing correctly.


          Either way, the answer is Sitecore doesn't do anything to serialized files automatically, unless someone customized Sitecore to do so, which would require further invesitgation.



          Troubleshooting



          It might be worth while to look at your Sitecore log and look for the Publish item messages and see if someone published it around the time you saw it change.



          Additionally, generally there is a log file entry when TDS updates an item. Do a search for the Home path in your log and see if that produces clues.



          Also look at your CD logs and see if there was a recycle around the time you saw the change.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 21 at 22:23

























          answered Nov 21 at 22:06









          Pete Navarra

          9,7572371




          9,7572371












          • Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
            – tjans
            Nov 21 at 22:10










          • Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
            – Pete Navarra
            Nov 21 at 22:20










          • Added Troubleshooting steps
            – Pete Navarra
            Nov 21 at 22:27










          • You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
            – Chris Auer
            Nov 22 at 4:28










          • I'm not familiar with the validation section, but I will look it up, thanks.
            – tjans
            15 hours ago


















          • Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
            – tjans
            Nov 21 at 22:10










          • Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
            – Pete Navarra
            Nov 21 at 22:20










          • Added Troubleshooting steps
            – Pete Navarra
            Nov 21 at 22:27










          • You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
            – Chris Auer
            Nov 22 at 4:28










          • I'm not familiar with the validation section, but I will look it up, thanks.
            – tjans
            15 hours ago
















          Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
          – tjans
          Nov 21 at 22:10




          Thanks, like you said, customizing Sitecore to do automated serialization isn't likely, as we control the code-base pretty tightly. #2 seems plausible, though we've never seen caching like that hang onto an item for that long.
          – tjans
          Nov 21 at 22:10












          Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
          – Pete Navarra
          Nov 21 at 22:20




          Yeah, its hard to say. These are likely scenarios. I am going to add a troubleshooting step into the answer.
          – Pete Navarra
          Nov 21 at 22:20












          Added Troubleshooting steps
          – Pete Navarra
          Nov 21 at 22:27




          Added Troubleshooting steps
          – Pete Navarra
          Nov 21 at 22:27












          You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
          – Chris Auer
          Nov 22 at 4:28




          You can use the Validation section of your TDS project to ensure that if the home node is there, that it is Deploy Once. Or use the validation to make sure it is never there. hhogdev.com/help/tds/propvalidation/tdsa002 hhogdev.com/help/tds/propvalidation/tdsa006
          – Chris Auer
          Nov 22 at 4:28












          I'm not familiar with the validation section, but I will look it up, thanks.
          – tjans
          15 hours ago




          I'm not familiar with the validation section, but I will look it up, thanks.
          – tjans
          15 hours ago










          tjans is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          tjans is a new contributor. Be nice, and check out our Code of Conduct.













          tjans is a new contributor. Be nice, and check out our Code of Conduct.












          tjans is a new contributor. Be nice, and check out our Code of Conduct.















           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f15084%2fhow-does-sitecore-handle-serialization-with-tds%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕