May I ask where the Collection pdc_instance_map retrieved from this project was initialized? The initialization location was not found in any other project, and the log is printed as
db.pdb_instance_map.aggregate([
{
"$match": {
"$or": [
{
"$and": [
{"entry_id": "100D"},
{"asym_id": "B"}
]
}
]
}
}
], {
"cursor": {"batchSize": 256}
})
But this Collection pdc_instance_map was not found in mongoDB
May I ask where the Collection pdc_instance_map retrieved from this project was initialized? The initialization location was not found in any other project, and the log is printed as
db.pdb_instance_map.aggregate([
{
"$match": {
"$or": [
{
"$and": [
{"entry_id": "100D"},
{"asym_id": "B"}
]
}
]
}
}
], {
"cursor": {"batchSize": 256}
})
But this Collection pdc_instance_map was not found in mongoDB