Re: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
There is the exception : com.rsa.jsafe.CryptoJ.isFIPS140Compliant()Z at com.businessobjects.bcm.internal.BcmRsaLib.initialize(BcmRsaLib.java:214) at...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
The exception tells me noting about which line of code the error occurs on - what call is being made to the SDK that causes the error? -Dell
View ArticleRe: BO CMC publications parameter update through SDK
Hi Sasi Kumar, You have to use IPublication Interface to modify the parameter. Please refer java documentation in the below link. http://help.sap.com/javadocs/bip/41/bip/en/index.html...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
hajer.kaddouri wrote: To connect to BO I use this code: if (boauth == Constants.SecEnterprise) { ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr(); enterpriseSession =...
View ArticleRe: Error while accessing BO document
Hi, Can you please try the following code if (riverDocument.getKind().equals("Webi")) reportEngine = reportEngines.getService...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
Make sure not have any older references of jars from XI 3.1 version in your class-path when you are connecting your application to BI 4.1 server.Also is it an web application? If yes, which application...
View ArticleRe: BO CMC publications parameter update through SDK
Hi Subramanian, Thanks for you response.. i downloaded JAVA SDK 1 kit last night.. is it a correct application im approaching? please let me know if im in wrong track? also is IPublication Interface...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
I understand this is the code you're using. However, you're not indicating which line of the code is causing the problem. If Prithviraj's suggestion and the list of .jars that I posted for the...
View ArticleRe: BO CMC publications parameter update through SDK
All of the SDKs that require libraries/assemblies, including the Java SDK, are available under Developer Tools in the BO Client Tools install. You don't have to install the full suite of Client Tools...
View ArticleRe: BO CMC publications parameter update through SDK
Hi Sasi kumar, As Dell mentioned you don't need to install anything if you are not going to use any of the BOE tools other than SDK. If your administrator can share the files (JAR) from the lib and...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
Hi all,I remove all jars from XI 3.1 version and keep only jars in Dell's list.It's not a web application.Now I have another exception caused by the following code : try { databaseURL =...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
I fixe that issue by adding a higher version of log4j jar (log4j-1.2.14.jar) but another exception is caused by this function I use to retrieve WEBI reports : try { tx = session.beginTransaction();...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
If you go through the error you are getting, it clearly states about missing class at com.sqli.UI.PanGUI$6.run(PanGUI.java:882) at java.lang.Thread.run(Thread.java:619)Caused by:...
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Hi Prithiviraj, Thank you for the scripts. Do you have script to extract the list of ACTIVE BO users. We just need the Active user list who are currently using the BO environment (Not the active...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
Prithvi,I didnt find it under that folder in BO 4.1 but I find it under that folder in BO XI 3.1.The probleme now is that exception caused by function which open the report :DocumentInstance widoc =...
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
There have been significant changes between XI 3.1 and BI 4.x in terms of Report Engine SDKs.Lot of the features were deprecated. If you are using Report Engine SDKs, you would want to look for the...
View ArticleRe: LDAP authentication issue.
Hi Chris, Haven't seen this kind of issue myself, however, I would check whether the below java options are set in my code and the location of cacerts file is correctly specified....
View ArticleRe: [BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
Thanks Prithvi, Your answer is very helpful, I do the test and I've get the same exception.The line that cause this exception is :boDataProviders = widoc.getDataProviders(); Cause the function...
View ArticleRe: BO CMC publications parameter update through SDK
Thanks Dell and Subramanian. i have eclipse app installed and copied JAR files to the Libraries. i guess im in right track now.please have a check with below link if it a good one to go with codes or...
View ArticleHow to Get all the Folder Acess for a user?
Hi , I am trying to get all the folder access that user have in BO using the BO-SDK. Please suggest how to do that. Thanks and RegardsGaurav
View Article