Hi,
We have recently restored a SAP BI System (4.1 SP4 Patch1 - Windows 2012) in a server from a backup using procedure described in KBA 1275068. Server destination (B) has a different name than original one (A) and this is causing us several headaches: one of them is related with existing BI Services.
We have checked that in the restored environmente existing BI Services does still contains references to previous web server instead of using the new one. we have tried to fix it (based on wsdl description) by regenerating the wsdl file using wsdlGenerator but after its execution BI service wsdl files still show old web server name depency
</binding>
- <service name="QAAWS_F4E_DWH_HR_01">
<documentation>Number of Employees by Country</documentation>
- <port name="QueryAsAServiceSoap" binding="s0:QueryAsAServiceSoap">
<soap:address location="http://<server A>/dswsbobje/qaawsservices/queryasaservice/biws?cuid=Adh0fAFqcSRCkpRHzAYB6kU&authType=secEnterprise&locale=en_US&timeout=60&ConvertAnyType=false" />
</port>
</service>
As far as I know, wsdlGenerator recreates BI Services wsdl based on information existing on CMS, so I suppose that we should fix something in order to achive the desired effect (to replace server A name by server B name in wsdl file).
We have tried to replace all web server name existing references in CMC (see below)
Applications -> Web Service -> Properties -> Acess URL
Applications -> Open Document -> Processing Setting -> URL
But it does not still works. Does any one know if it possible to change servername on qaawsservices URL without having to republish all them again?
Thanks,