cancel
Showing results for 
Search instead for 
Did you mean: 

IOMS bo4 sp4 sharepoint 2010 IIS 7.5 authentication port 443

Former Member
0 Kudos

Ran into issues recently with IOMS on BO4.  IIS Anonymous access is enabled on SharePoint root as well as on -layout AnalyticReporting and _vti AnalyticReporting.

IIS is set on NTLM mode.  No port restrictions, sharepoint team.  I suspect a windows updateor policy may have recently changed security functions, and No visibility to server.

Below is the java response.  Support followed the admin guide and implemented SAP note 1667976.  Anyone experience this issue?

Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl. It failed with:

Invalid WSDL https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl, expected {http://schemas.xmlsoap.org/wsdl/}definitions found html at (lineLine number = 4

Column number = 80

System Id = https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl

Public Id = null

Location Uri= https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl

CharacterOffset = 193

).

at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(Unknown Source)

at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)

at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)

at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)

at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)

at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)

at javax.xml.ws.Service.<init>(Unknown Source)

at com.businessobjects.services.coresdk.wsgateway.Gateway.<init>(Gateway.java:45)

at com.businessobjects.sdk.core.server.internal.http.HTTPServerImpl.getGatewayPort(HTTPServerImpl.java:279)

at com.businessobjects.sdk.core.server.internal.http.HTTPServerImpl.doProcess(HTTPServerImpl.java:184)

at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:171)

... 18 more

Caused by: javax.xml.stream.XMLStreamException: Invalid WSDL https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl, expected {http://schemas.xmlsoap.org/wsdl/}definitions found html at (lineLine number = 4

Column number = 80

System Id = https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl

Public Id = null

Location Uri= https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl

CharacterOffset = 193

)

... 28 more

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Kudos to SAP.  You know who you are. 

NTLM will work for IOMS only. 

Thanks for the help!

Although the issue is still not resolved.  I found the issue pointing towards SharePoint security, when SSL is configured. 

I am tracing down why NTLM configured for SSL works for new sharpoint sites, but not for creating a site based on IOMS template.

Former Member
0 Kudos

Issue resolved.  answer is in notes regarding port 443 sp and bo4 8080

basisteam_uol
Explorer
0 Kudos

Did you solve the issue? We are having the same problem...