gsautter / goldengate-imagine

Automatically exported from code.google.com/p/goldengate-imagine
Other
1 stars 0 forks source link

Batch Upload Command #896

Open mguidoti opened 4 years ago

mguidoti commented 4 years ago

Hi Guido,

We're ready to our first batch upload. It's the articles from the recently greated Mapress journal, named Megataxa. None of the 16 papers have treatments (thus no DarwinCore file), but some have images, and @myrmoteras asked us to process them.

However, I couldn't find my way based on these two issues (#1 and #2) alone to compose the command.

Here's the one we tried: java -jar GgImagineUploader.jar "DATA=C:\Users\poa\Documents\Batch\Megataxa\Accepted" HOST=https://tb.plazi.org/GgServer/proxy AUTH=felipe:<his-password> CKDWCA DEL

@flsimoes will post a print of what we got.

flsimoes commented 4 years ago

As @mguidoti mentioned above, these documents do not have treatments.

image

mguidoti commented 4 years ago

We also tried with :443 after the host, but then we failed to establish connection.

gsautter commented 4 years ago

@mguidoti as the screenshot from @flsimoes shows, login is successful, so the command proper is OK.

The problem rather is that the uploader checks if there is a DwC-A to go with each IMF if you specify CKDWCA, and skips the upload if there is not, plainly as a filtering mechanism (the DwC-A is not exported if, for instance, the article metadata is incomplete). Now as you say, these articles don't contain any treatments at all, so there won't be a DwC-A. So simply omit the CKDWCA part of the command, and the uploader will go through regardless of the presence or absence of the DwC-A.

flsimoes commented 4 years ago

Thanks Guido! This is now sorted, I think we can close the issue.