-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File path change with MongoDB backend #427
Comments
Thanks a lot for submitting this issue. Can you provide a demo setup replicating your issue? Is there any reason why you are still using the 1.X Components of BaSyx? With the update of the meta model & REST API by the IDTA to V3, they are becoming obsolete. The new components conforming to the newest specifications by IDTA can be found here: |
Would it be possible to upload the docker compose as well as the aasx file itself here on GitHub? |
Github dont have support for uploading aasx file format, i think it Will be posisble to only upload docker compose... |
You can rename the aasx file to end in *.zip. Then, GitHub will accept it. |
Hi @L3xooo , Thanks for raising this issue. There are two problems pointed by you and those are as follows (correct me if I have missed something here):
We analyzed the problem and here is our analysis:
Note: If you are using the AASX Package Explorer and the drop down list of mimeType doesn't contain application/zip, you can define your own in the same text box, i.e., it is editable.
Please let us know if you have any further concerns. |
Thanks for your response, yes i am using AASX Package explorer, will change the the to the application/zip... Thanks for solving the issue for me. |
I am having issue with uploading the aasx package when I am using MongoDB for data persistance.... I have set up the MongoDB, AAS Registry and AAS Server in docker container with configurations files for each (.properties). My issue is that if i added aasx package w submodel with file during runtime I am able to dowload it but the name and file type is not saved... Instead of zip file i am getting some random extension for that file and also changes file name
Is there any solution for this to be able to upload AASX file with submodels with files during the AAS server runtime and file name and type will remain the same?
Best regard,
Peter
The text was updated successfully, but these errors were encountered: