Hi all,
In this moment We going to implement "Analysis for Olap for Ms Office",
I checked the manual "https://websmp209.sap-ag.de/~sapidb/002007974700000246972014E/14SP7_aaoffice_admin_en.pdf"
but I have problem with file "BOESystems.xml" when follow the manual, the program not take the configuration.
This is the coding xml lenguaje.
<?xml version="1.0"?>
<BOESystems scope="user" type="complex" fullpath ="/Settings/BOESettings/BOESystems">
<![CDATA[<? xml version="1.0" encoding="utf16"?>
<ArrayOfCoBoeSystemInfo
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CoBoeSystemInfo>
<SystemId>001</SystemId>
<Hostname>XXXX</Hostname>
<Scheme>http://XXXX:8080/BOE/BI</Scheme>
<Port>8080</Port>
<SessionServiceUrl>/dswsbobje/services/session</SessionServiceUrl>
<Active>true</Active>
<UseSso>false</UseSso>
<LastUsedAuthentication>secEnterprise</LastUsedAuthentication>
<CMSNames><string/></CMSNames>
</CoBoeSystemInfo>
<CoBoeSystemInfo>
<SystemId>00</SystemId>
<Hostname>YYYY</Hostname>
<Scheme>http://YYYY:8080/BOE/BI</Scheme>
<Port>8080</Port>
<SessionServiceUrl>/dswsbobje/services/session</SessionServiceUrl>
<Active>false</Active>
<UseSso>false</UseSso>
<LastUsedAuthentication>secEnterprise</LastUsedAuthentication>
<CMSNames><string/></CMSNames>
</CoBoeSystemInfo>
</ArrayOfCoBoeSystemInfo>
]]>f(clean);
</BOESystems>
Nota:
XXXX is the name of productive machine
YYYY is the name of Developed Machine
We have SAP BO 4.0 SP 5
Analysis For Olap for MS Office 1.4
I do not have idea, where are the problems.
Please help me.
Best regards.
Andrés Bermúdez.