Hi - there are several notes with this error - this one looks promising - please look at http://service.sap.com/sap/support/notes/1897036
Re: (IES 10901)(WIS 10901)
Re: (IES 10901)(WIS 10901)
Thanks Tammy
but 1897036 dosnt seems to be the problem
will try 1756769 looks more as my problem
Adir
Re: (IES 10901)(WIS 10901)
Hi Tammy
FYI
1756769 solved my problem
Re: Change Source Wizard's Object Mapping Finish button disabled
Hi,
We had a similar issue and resolved it as below:
Go to CMC --> Servers
Select WebI Processing server and check the properties
Increase the default value of Binary Stream Maximum Size to 65535
Restart the WebI Processing server and do the changes for all webi proc servers.
Re: SSO configuration between BI and BOBJ
Hi Tabrayz,
I had the similar problem, please check your Private Key alias is correctly entered. Refer to step 6 of:
Setup of SAP SSO Service in SAP BO BI4.0 CMC - Business Intelligence (BusinessObjects) - SCN Wiki
Hope this will help you to
regards
Sem
Re: SSO configuration between BI and BOBJ
I do not think that is the case, it would still prompt you to enter the credentials while checking the connection.
SSO would work when you are trying to access the BI Launchpad via some application like portal.
Re: SSO configuration between BI and BOBJ
Hi Sem
In place of system ID PALM i ahve given bi system SID.
and private key alias i used same mywin.
do we have to create a user with mywin name in bo???
kindly advice.
Thanks
Basis
Re: SSO configuration between BI and BOBJ
Step 0; go to the right folder
cd "E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib\"
Step 1 : create keystore file (keystore.p12)
"E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\bin\java" -jar PKCS12Tool.jar -alias <aliasname> -storepass <password> -dname CN=<clustername>
- - alias : free to choose, later to be used as “SID” in BW or “System ID” in CMC
- - storepass : to be used in step 2 and in CMC
- - CN : free to choose, use BI4 clustername for reference
Step 2 : create certificate (cert.der)
"E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\bin\keytool" -exportcert -keystore keystore.p12 -storetype pkcs12 -file cert.der -alias <aliasname>
- - keystore : created in step 1 : keystore.p12
- - alias : same used in step 1
- - a password prompt will come up : use “storepass” from step 1
Step 3: locate the files and share
- - certificate and keystore are located in “E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib\”
- - send the file “cert.der” , import the certificate in BW (STRUSTSSO2)
Step 4:
CMC --> Authentication --> SAP --> tab Options
Go to section “SAP SSO Service”
- System ID : <aliasname> (alias name as used with generating the certificate)
- Upload : browse for the file “keystore.p12” as generated before
- Key Store Password : same as “-storepass” used with generating the keystore file
- Private Key Password : same as “-storepass” used with generating the keystore file
- Private Key Alias : same as “-alias” used with generating the keystore file
Select “Update”
Step 5: How to check if SSO is working
- - Login to CMC
- - Maintain OLAP connections
- - Provide all properties for your connection
- - Authentication = SSO
- - Save
Regards,
Sem
Re: SSO configuration between BI and BOBJ
Hi Sem,
Thanks for providing detail steps.
I have followed these steps and i am able to create olap connection in CMC with authentication = SSO and save But how i can test it??
From IDT tool when i am creating olap connection with oss then i am getting same error.
com.businessobjects.mds.olap.OlapException: [Internal] SSO token or User password is empty
Thanks
Basis
Re: SSO configuration between BI and BOBJ
Hi Tabrayz,
How to test:
- Login to BI Launchpad
- Maintain Web Intelligence
- Create new document
- Select BEx connection
- Select the connection that was created in the previous step
- When “Favorites” and “InfoArea” show up, this already means that you are connected through SSO
Additional questions and documents which might help you further:
- Did you succeded in mapping the LDAP and SAP users? Please refer to: How to map SAP users and LDAP users in SBO BI4.0 CMC - Business Intelligence (BusinessObjects) - SCN Wiki
- Be sure that the “Security Token Service” is part of one of the running AdaptiveProcessingServers (APS). If not, add it to one of the running APS or create a new APS that contains this service. The “Security Token Service” has no parameters to configure.
- Perhaps restart of the server will help
Regards
Sem
Re: Implementing SSO + SAP Authentication with SAP BO 4.0 SP5 and BW 7.3 SP5
Hi Tilak,
Did you find a solution to your problem above.I am getting the same error
on changing authentication to SSO.
Caused by: com.businessobjects.sdk.core.server.ServerException: [[error.openSapBwBrowsingSessionFailed] 0] <<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ConnectionString>
Thanks & Regards,
Anuradha Padhee
Re: SSO configuration between BI and BOBJ
Hi Sem,
Once again thanks for detail information.
As per your recomendations i try to test SSO but getting below error.
com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: [[error.openSapBwBrowsingSessionFailed] 0] <Language=en_US;Data Source=hostname;SapLoginMode=0;Cube Type=Unknown;JCO_ASHOST=hostname;SaveLanguage=true;JCO_R3NAME=SIDCLNT400;TargetProvider=SAPNETWEAVER7X;NetworkLayer=SAPBW_BICS;Authentication Mode=2;JCO_CLIENT=400;JCO_LANG=EN;JCO_SYSNR=00;>,<com.businessobjects.mds.olap.OlapException: [Internal] SSO token or User password is empty.>
About Security Token Service i check CMC--SERVERS-APS right click Edit common services I can security token service there, so it means this service already added and running rite? or do i have to do anything extra.
Thanks
Basis
Re: SSO configuration between BI and BOBJ
Hi Tabrayz
As per your recomendations i try to test SSO but getting below error.
com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: [[error.openSapBwBrowsingSessionFailed] 0] <Language=en_US;Data Source=hostname;SapLoginMode=0;Cube Type=Unknown;JCO_ASHOST=hostname;SaveLanguage=true;JCO_R3NAME=SIDCLNT400;TargetProvider=SAPNETWEAVER7X;NetworkLayer=SAPBW_BICS;Authentication Mode=2;JCO_CLIENT=400;JCO_LANG=EN;JCO_SYSNR=00;>,<com.businessobjects.mds.olap.OlapException: [Internal] SSO token or User password is empty.>
I assume you replaced your real <hostname> with JCO_ASHOST=hostname, and SID with <SID> in this logfile.
- Is your BO Engine running on Netweaver platform? If so, please check in netweaver administrator The creds of JCo RFC Provider Service: http://host:port/nwa --> configuration --> infrastructure --> Jco --> Repository configuration.
- Please launch the SAP NetWeaver BI Diagnostics & Support Desk Tool, which might give you additional information regarding J2EE configuration issues, please also refer to 937697 - Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool: <http|https>://<j2ee_server>:<j2ee_port>/irj/servlet/prt/portal/prtroot/com.sap.ip.bi.supportdesk.default
- On the ABAP side, check Jco RFC connection under TCP/IP
About Security Token Service i check CMC--SERVERS-APS right click Edit common services I can security token service there, so it means this service already added and running rite? or do i have to do anything extra.
Thanks
Basis
No, you don't have to do anything extra.
If all of the checks seems to be correct, please raise an incident at SAP.
Regards
Sem
Newly added InfoObject/dimension is not showing in IDT after Refreshing
Dear Experts,
I had a business requirement of added "FISCAL QUARTER" into the "Historical Data of five years" of 7 Info-cubes and 2 MultiProviders. I did load the historical data into all Info-cubes successfully with addition of new Info Object (FISCAL QUARTER).
But on IDT when I checked my Universe after refreshing Data Foundation Layer and used the option: Inserting Candidate Object on business layer, the newly added dimension was showing in the all "Universes" which were based on Info Cubes. But this newly added dimension/Info-object was not showing on "Universes" which are based on "MultiProvider" and instead I have been facing error message "Updating Business Layer".
I have detect joins in Data Foundation, Detect Cardinalities, Detect Aliases,Detect Keys and refresh structure in data foundation but nothing happening.
Your suggestions appreciated:
Jawad
Re: Change Source Wizard's Object Mapping Finish button disabled
Hi,
We had a similar issue and resolved it as below:
Go to CMC --> Servers
Select WebI Processing server and check the properties
Increase the default value of Binary Stream Maximum Size to 65535
Restart the WebI Processing server and do the changes for all webi proc servers.
SAP BW/BI and BO IDES...
Dear All,
I need to download and install SAP BW/BI and BO IDES.
1. Are the IDES for SAP BW/BI and BO free of cost?
2. Should I have a license to download and a key for the Installation of SAP BW/BI and BO IDES.
3. Can I install both SAP BW/BI and BO IDES by my own or I will need SAP BASIS guy help?
4. Can both SAP BW/BI and BO IDES be installed on a same machine?
5. What are the hardware requirements for both SAP BW/BI and BO IDES?
6. From where I will get/download the both SAP BW/BI and BO IDES?
I will appreciate any input in this regard.
Many thanks!
Tariq Ashraf
Re: SAP BW/BI and BO IDES...
Hello - to my knowledge, there is no BI/BW IDES
Please take a look at the offerings in the SAP Cloud Appliance Library (CAL) space - there are BI/BW trials here.
SAP Authentication - Entitlement systems
Hi Team,
We designed all the reports with one OLAP Connection, Its mapped to SAP - ECC Entitlement systems
Now, we need one more report with data level filter for specific users. So, We are planning to achieve this at BW cube level for specific users, which are created in BW system.
So, for this we need to comeup with one more OLAP Connection to the BW system and other SAP Entitlement systems for BW configurations.
Clarifications:
Is this possible to maintain the two SAP entitlement systems?
Can we maintain these two sytems default for users login?
Do we need to add one more key store? if yes, can we upload two keystores in options?
Could you please help me out from these questions?
Regards,
Krishna
Re: SAP Authentication - Entitlement systems
Hello,
please see your answers.
1. Yes it is
2. No, only one System can be teh default. For the other the user has to type the SID and Client manually into the Login Page
3. No, you only need one Keystore. You need to import the same certificate, that you used for your first SAP System, into the second SAP System.
Regards
-Seb.
Re: SAP Authentication - Entitlement systems
Thanks much for the reply Sebastian.
Regards,
Krishna..