Last active
April 20, 2017 14:02
-
-
Save yulgit1/84567186ce15cc8106db85b721676edb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 234 | 11593813 | | |
| 269 | 11632320 | | |
| 270 | 11632319 | | |
| 271 | 11632317 | | |
| 272 | 11632316 | | |
| 273 | 11632318 | | |
| 554 | 11020845 | 11021552 |failed to abort multipart upload: The difference between the request time and the current time is too large.|digcoll:197307 | |
| 555 | 11020846 | 11021552 | Adaptive Server connection timed out | |
| 556 | 11020847 | 11021552 | DBPROCESS is dead or not enabled | |
todo: | |
ok ingest->delete error and error msg from database | |
timeout of upload (aws config) | |
check if upload is a private bucket error | |
just upload metadata | |
do nothing (don't ingest level 3 if it's parent wasn't ingested (or if it doesn't have solr geom)) | |
west = "select MAX(a.value) as WEST from c12_strings a, c12 b " + | |
"where a.fdid = 290 and b._oid = #{parent_oid} and a.oid = b.oid" | |
east = "select MIN(a.value) as EAST from c12_strings a, c12 b " + | |
"where a.fdid = 291 and b._oid = #{parent_oid} and a.oid = b.oid" | |
north = "select MAX(a.value) as NORTH from c12_strings a, c12 b " + | |
"where a.fdid = 292 and b._oid = #{parent_oid} and a.oid = b.oid" | |
south = "select MIN(a.value) as SOUTH from c12_strings a, c12 b " + | |
"where a.fdid = 293 and b._oid = #{parent_oid} and a.oid = b.oid" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment