BIP shows incorrect version
Hi Experts
My Customer upgraded BIEE from 10.1.3.4.1 to 10.1.3.4.2
we checked the version info from the following file.
==========
OracleBI/xmlpserver/login.jsp
<span class="copyright"><%=MetaInfo.VERSION %> <%= buildInfoUI%>
</span> <div></div>
OracleBI/xmlpserver/admin.jsp
<span class="OraBreadCrumbs"><%=NLSUtils.getString(request,"WELCOME_MESSAGE",
"Welcome to Oracle BI Publisher")%> <%= MetaInfo.VERSION_SHORT %></span>
===========
for we don't have the Administrator privilege,so we can not directly log into http://hostname:9704/xmlpserver
to check the version info.
It is abnormal to show version as MetaInfo.VERSION,could you tell me how to resolve the issue.
Any works need to done to make the version display.