Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pushpull keeps re-downloading files I have ingested. How can I prevent PushPull from repeatedly downloading products?

1. You will need to have a fileManager that pushpull can inspect to see if the product has been ingested into the archive.

We need to add in all required Config Changes here. Update: pushpull
Code Block
title[CAS_PP_HOME]/etc/push_pull
_framework.properties
borderStyledashed
# ingester (need line number and such for the filemgr url.
Update: fix the queryElement in the remoteSpecs.xml file
org.apache.oodt.cas.filemgr.url=http://localhost:9000

2. Then you just configure the RemoteSpecs.xml file and update the <dataInfo> element and set queryElement="Filename" within the <daemon> block. If you have multiple daemon's configured you will have to configure each one.

Code Block
title[CAS_PP_HOME]/policy/RemoteSpecs/RemoteSpecs.xml
borderStyledashed
<dataInfo stagingArea="MOD09GA-NRT" deleteFromServer="no" queryElement="Filename"/>
</daemon>