RAM theme not work well
After we generate the RAM theme, first we deployed it to Dev env, it is no problem, but after upload to test env, its UI messed up, like the tab "admin", "asset" disappear. I tried to restore to default theme, then upload again and restart the RAM server, but no use. The theme come from our dev env, which theme looks fines, I directly click "download theme" and do the upload theme in our test env. They use the same RAM version 7202 test fix 6 and same WAS server version.
8 answers
I had faced the same issue sometimeback, this may be due to 'message key' values assign in
<ramwasserver>\profiles\profile1\installedApps\RAMNodeCell\RAM1WebApplication.ear\com.ibm.ram.repository.web.war\WEB-INF\classes\com\ibm\ram\repository\web\bundles\customMessages_es.properties
file are not available in your test env (this file is not part of RAM Theme package).
Try getting this file from dev env.
Note : this is how i solved my problem (Others, correct me if i am wrong).
<ramwasserver>\profiles\profile1\installedApps\RAMNodeCell\RAM1WebApplication.ear\com.ibm.ram.repository.web.war\WEB-INF\classes\com\ibm\ram\repository\web\bundles\customMessages_es.properties
file are not available in your test env (this file is not part of RAM Theme package).
Try getting this file from dev env.
Note : this is how i solved my problem (Others, correct me if i am wrong).
After we generate the RAM theme, first we deployed it to Dev env, it is no problem, but after upload to test env, its UI messed up, like the tab "admin", "asset" disappear. I tried to restore to default theme, then upload again and restart the RAM server, but no use. The theme come from our dev env, which theme looks fines, I directly click "download theme" and do the upload theme in our test env. They use the same RAM version 7202 test fix 6 and same WAS server version.
Sorry, Abhinav, we tried to copy the customMessages_es.properties file from dev env to our test env, then restart the RAM WAS server and upload Theme again,but it still not work
I had faced the same issue sometimeback, this may be due to 'message key' values assign in
<ramwasserver>\profiles\profile1\installedApps\RAMNodeCell\RAM1WebApplication.ear\com.ibm.ram.repository.web.war\WEB-INF\classes\com\ibm\ram\repository\web\bundles\customMessages_es.properties
file are not available in your test env (this file is not part of RAM Theme package).
Try getting this file from dev env.
Note : this is how i solved my problem (Others, correct me if i am wrong).
After we generate the RAM theme, first we deployed it to Dev env, it is no problem, but after upload to test env, its UI messed up, like the tab "admin", "asset" disappear. I tried to restore to default theme, then upload again and restart the RAM server, but no use. The theme come from our dev env, which theme looks fines, I directly click "download theme" and do the upload theme in our test env. They use the same RAM version 7202 test fix 6 and same WAS server version.