It's all about the answers!

Ask a question

How to move the LQE index to another location


Georg Kellner (840378109) | asked Oct 25 '17, 6:55 a.m.

Hi,

we're using LQE 6.0.3 on WAS.
I want to move the lqe index from the standard location jazz_install_dir\server\conf\lqe to another location.

I've edit the lqe.properties, uncommented the lqe.data.root and set it to E:\lqe_index\
WAS comes up, and if I try to access the web ui, it reports missing database connection.
Even if I copy the dbconnection.properties to the new llocation it shows the same error.

What is missing?
Is thered a more detailed description anywhere?

greetings georg.

2 answers



permanent link
Benjamin Silverman (4.1k610) | answered Oct 25 '17, 12:30 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You should be able to achieve this by setting a JVM argument  lqe.config.location

Example:

-Dlqe.config.location=file:///opt/data/lqe/

Hope it helps,


Comments
Georg Kellner commented Nov 01 '17, 6:42 a.m.

Didn't solve the problem.


Benjamin Silverman commented Nov 01 '17, 8:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I'd suggest contacting support then.  Not much I can do with a response like that.


permanent link
Georg Kellner (840378109) | answered Nov 10 '17, 10:19 a.m.

I've fixed it. :-)

- create the directory e:\index_lqe
- copied the content of jazz_install_dir\server\conf to e:\index_lqe
- uncommented the lqe.data.root in lqe.properties file and set it to file:///e:/index_lqe/lqe/
- added -Dlqe.config.location=file:///E:/lqe_index/lqe/ to the WAS JVM configuration
- start the WAS

Thanks for the hint with the JVM argument Benjamin. ;-)


Comments
Jackie Albert commented Aug 22 '18, 1:34 p.m.

 I'm curious about this - how does the new location for LQE data work with an upgrade? Has that caused any problems for you?


Georg Kellner commented Nov 29 '18, 11:27 a.m.

Hi Jackie, we didn't update the LQE til now.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.