Re: IE 11 not displaying report parameter window
Hi Ludek, Thank you for the reply. We are using 14.0.4.738 RTM version.We are using it in a Java app on windows servers. Do you think upgrading the servers to latest .net version if available, may...
View ArticleRe: IE 11 not displaying report parameter window
Hi Arpan, Next time you post a question can I suggest you include all of this platform info first.... I moved your post to the Java SDK forum now, although Ludek should have guessed this was a Java app...
View ArticleRe: IE 11 not displaying report parameter window
Hi Don, Thank you for the suggestion. The problem seems to be more with crystal reports and not SDK development, in my opinion. More specifically the problems seems to be the parameter window generated...
View ArticleRemove Events associated on a Rescheduled Report Instance using SDK
Hi All, I have an automated SAP SDK program which reschedules the Failed BO Reports in BOXI r3 environment. Which works as expected by re-scheduling the failed reports. But few rescheduled reports...
View ArticleRe: Remove Events associated on a Rescheduled Report Instance using SDK
You can use the getDependencies() method of ISchedulingInfo to get to the events. So myScheduleInfo.getDependencies().clear() should clear the event dependencies. -Dell
View ArticleRe: Remove Events associated on a Rescheduled Report Instance using SDK
Dell, Thank you very much. Will this clear the dependencies for that specific rescheduled report Instance or completely remove dependencies on the that report forever ? Regards,Jaykumar M
View ArticleRe: Remove Events associated on a Rescheduled Report Instance using SDK
If you do it for the instance, it should clear them there. -Dell
View ArticleRe: Remove Events associated on a Rescheduled Report Instance using SDK
Dell, Thank you very much. Regards,Jaykumar M
View ArticleConnection error -2147217387 with Java RAS SDK and Crystal Server 2011
Due to a change in operating system, we are required to upgrade our Crystal Reports server from BusinessObjects Crystal Reports Server 11.5 to SAP Crystal Server 2011. We use the Java RAS SDK (RASCore...
View ArticleRe: Connection error -2147217387 with Java RAS SDK and Crystal Server 2011
Please have a look at the following:Error in Crystal Report 2008 SP1 - Ludek
View ArticleDatabase configuration meni item not available in CMC Admin UI
Hi, I am using CR Server 2008 Java SDK to change the report data source with DBOptions._doNotVerifyDB.This means that the report SQL does not get executed on the target data source.However after...
View ArticleRe: IE 11 not displaying report parameter window
I'm more .NET, try searching here in the Java SDK forum to see if anyone has the same problem and found a solution. You could try using Fiddler to see what it's trying to get to when the Parameter UI...
View ArticleRe: Database configuration meni item not available in CMC Admin UI
Hi Asif, Is it happening with all the reports for which you have changed the datasource from SDK?Go to the report properties, and expand Default settings section and check whether you are able to see...
View ArticleRe: Database configuration meni item not available in CMC Admin UI
Hello Prithvi, Thank you for the reply.Yes it happens to all reports whose data source is changed programatically. In addition, I can not see the database configuration tab in the report properties...
View ArticleRe: Database configuration meni item not available in CMC Admin UI
Hello Asif, That looks a bit wierd as the database configuration tab only goes missing when we do not select a database for a report.I believe you are using RAS SDKs, replaceConnection() method to...
View ArticleRe: Unable to Login through BO SDK
Also, in order to do LDAP authentication from an SDK app, you'll have to be logged in to the OS as a user who has the rights to connect to the LDAP data store to do authentication - in your BO system,...
View ArticleRe: Database configuration meni item not available in CMC Admin UI
Hello Prithvi, Yes, we are using replaceConnection to change the data source with DBOptions._doNotVerifyDB. databaseController.replaceConnection(oldConnectionInfo, newConnectionInfo, null,...
View ArticleRe: SAP Business Objects SDK
Hello!I'm interested in legality of all development by BO SDK.Another words is SAP supports free development through their API? Or we must buy some licences for development?
View Articlelegality of all development with Java SDK
Hello!I'm interested in legality of all development by BO SDK.Another words is SAP supports free development through their API? Or we must buy some licences for development? Best regards!Artem.
View ArticleRe: Failed to establish confidential channel. (FWM 02119) when using...
In case you do not work on web application but still experience the same problem I was able to fix it by modifying weblogic-application.xml config file on my EAR project by adding:...
View Article