Updating the Model and Loading Reports fails in Windchill 11.0 M030
Hello,
I am installing Windchill PDMLink as per Installation and Configuration Guide in a lab environment. There are 3 servers as following installed and configured in the same order. All servers have got no AV, FW disabled, UAC disabled and in same network.
- DbSrv: Oracle database and Directory Server components
- BusRepSrv: Business Reporting Host components
- AppSrv: Windchill 11 M030 Solution and Business Reporting Gateway
Installation went smooth. After installation, ran following command for the sake of updating model and loading reports.
- ant -f D:\ptc\WC11.0\Windchill\installer\wnc\wbr_actions.xml
It generated an error as following. Any idea why and how I can fix this?
2018-04-14 21:04:45,385 ERROR [main] wt.method.MethodResultException - Metadata Provider Error
Exception in thread "main" (wt.fc.fcResource/0) wt.util.WTException: The operation: "updateThirdPartyReportModel" failed.
Nested exception is: wt.method.MethodResultException: *ERROR* Server side Exception has occured: See MethodServer log for details
at com.ptc.windchill.cognos.CognosFacade.handleThrowable(CognosFacade.java:3610)
at com.ptc.windchill.cognos.CognosFacade.updateModel(CognosFacade.java:498)
...
...
When checked method server log, found below error
2018-04-14 21:04:45,354 ERROR [RMI TCP Connection(36)-192.168.30.62] wt.method.MethodContextMonitor.contexts.rmi wcadmin - 2018-04-14 21:04:26.428 +0400, nzzuoyu;jfzmfzmz;3352;83tmp9;1, -, -, -, wcadmin, 192.168.30.62, com.ptc.windchill.enterprise.report.StandardReportService, updateThirdPartyReportModel, , 0, 10, 0.57966848, 5, 0.01462208, 7.203125, 18.88792576
wt.util.WTException: Metadata Provider Error
Nested exception is: AxisFault
faultCode: Client
faultSubcode:
faultString: Metadata Provider Error
faultActor:
faultNode:
faultDetail:
{http://developer.cognos.com/schemas/bibus/3/}exception:<ns1:severity>Error</ns1:severity><ns1:errorCode>BME-AS-0021</ns1:errorCode><ns1:message><ns1:messageString>BME-AS-0021 Unable to open the model.
</ns1:messageString><ns1:nestingLevel>1</ns1:nestingLevel></ns1:message>
Thank you,

