-
Notifications
You must be signed in to change notification settings - Fork 30
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
Loading zolca file in olca-ipc #25
Comments
I tried setting up something similar over the past few days.
Running the image with |
Ah, nice, that worked! Some follow up questions:
|
Have you tried importing and exporting the database using the desktop app? I would assume that the exported .zolca file can be used with the headless server. |
Oh, I realized I am of course not using 1.4 on the desktop, since I'm using the latest release! But thank you for the advice - I'll try that if I want to run the headless version in a different version than the desktop version :) |
Hello,
I'm interested in loading an existing zolca file into the server when running olca-ipc as an IPC server, specifically https://simapro.com/products/agribalyse-agricultural-database/.
How do I do that? I looked around in the RPC handlers, and found nothing that corresponded to the 'restore database' menu option in the app.
I tried to just unzip the zolca file in a directory, and use that directory as
-db
option. The server started, but I'm not yet sure if this will lead to the expected results..The text was updated successfully, but these errors were encountered: