in first file, I got:
Submission failed since a with the same STORAGE_TYPE_ID already exists
In second file, I got:
Only alphanumeric characters are allowed for Type.
in first file, I got:
Submission failed since a with the same STORAGE_TYPE_ID already exists
In second file, I got:
Only alphanumeric characters are allowed for Type.
Couldn’t find the place to attach the files. Could any one please help me?
Appreciate!
Amy
Hi @Amy_Bai1,
From the first error it seems that the container being added using BO already exists.
The second error says that the storage type that is created has “Alphanumeric” dimension labeling scheme. Hence the container you are creating should have the Alphanumeric characters
In the window, where you are replying to post press Ctrl+G, a window for uploading your files will pop-up.
Thanks,
Neha
Neha,
Thank you so much for responding me.
However, the error massage doesn’t make any sense.
The first file, there is no container name existed.
CreateChildContainer43[1].csv (542 Bytes)
The second file, the type is ‘Boxa’, not sure why error, Only alphanumeric characters are allowed for Type.
CreateChildContainer45[1].csv (521 Bytes)
Appreciate your help.
Amy
Hi @Amy_Bai1 ,
Checked the files you have uploaded.
You are creating a box which will hold specimens.
So you have to keep the ‘holdsStorageType#1’, ‘holdsStorageType#2’ fields blank.
Try keeping this blank and upload.
These fields are used when you are creating a shelf which will hold a box and not specimens.
Thanks,
Neha
Thanks Neha so much for responding me quickly,
It works, the failed message really confused me. I could create new box now. Wonderful!
May I have another question? In the file, you could see I name my Box to be Box 4B-0491, however it was created with a default name. Is there possible to create the exactly name at once?
Thanks
Amy
Hi @Amy_Bai1,
For generation of user specified label you need to turn off the container label generator in the LabelGenerator.properties file.
You can find this file in the jboss folder “jboss\server\default\catissuecore-properties\LabelGenerator.Properties”
Remove the line after the =sign
storageContainerLabelGeneratorClass=edu.wustl.catissuecore.namegenerator.DefaultStorageContainerLabelGenerator
So this line would become just
storageContainerLabelGeneratorClass=
You now need to restart the server.
This will assign the containers the label you specify in the BO template.
–
Thanks,
Neha