UlrichWuenstel
UlrichWuenstel

Reputation: 470

IcCube - alter schema and reports from shell

In the icCube.4.0 folder is all the information stored of the IcCube server. If I change a icc-schema file, the changes will take effect after the next restart of the server.

Is it possible, to do some changes on files in this folder, which take immediate effect, or is there a function I can use on the shell, to put those changes into the server? Also is there a similar option for reports?

Upvotes: 1

Views: 62

Answers (1)

ic3
ic3

Reputation: 7680

There are two different scenarios when changing a file directly from the file system :

  • If you changed the files in ( {}/cubes ), then the latest file version will be used when the schema is loaded. To see the latest version in the UI you can refresh the panel as described below.

  • If you changed the files in ( {}/builder ) and you're using the IDE you've to refresh manually the 'SCHEMA MANAGER' panel, it's the little wheel in the right.

enter image description here

Upvotes: 2

Related Questions