Re: CR XI request timed out by RAS server
About three years ago there was s similar error reported and changing the RAS server row setting from 30k to 100k resolved the issue. - Ludek
View ArticleRe: CR XI request timed out by RAS server
where do i need to change the setting? Update:I think i got where to change, changed to unlimited , request timed out exception now
View ArticleCECORBACommunicationAdapter.request() Throwable - The request timed
running report using java application getting this exception CECORBACommunicationAdapter.request() Throwable - The request timed out because there has been no reply from the server for 600,000...
View ArticleRe: Switch Universe Connections Dynamically
Check 4.1 Java SDK to see if an API exists for that.If it does and if you can implement it on your test system .By the way it's a challenging task.
View ArticleRe: Switch Universe Connections Dynamically
The BOE Java SDK does not support .unv universes.
View ArticleRe: CECORBACommunicationAdapter.request() Throwable - The request timed
Do you see the error with all the reports or only with long running reports?The SDK timeout setting by default is 10 mins which is stated in the error, if there is no response from the RAS server for...
View ArticleRe: Application logging changes from INFO to ERROR
Refer to the below link for Product availability matrix guide.https://support.sap.com/content/dam/library/ssp/infopages/pam-essentials/SBOP_BI_42.pdf From Jboss I can only see that JBoss EAP 6.4 is...
View ArticleRe: CECORBACommunicationAdapter.request() Throwable - The request timed
not for all reports only couple of reports this is happening... when ran those reports whole server goes not responding mode.. any other report run thereafter will give same error... I have to restart...
View ArticleRe: CECORBACommunicationAdapter.request() Throwable - The request timed
The error states that the SDK listener timed out as there is no response back from RAS server in 10 mins(default timeout value)The reasons could be the report takes more than 10 mins to run or there is...
View ArticleRe: CECORBACommunicationAdapter.request() Throwable - The request timed
yes the issue was with printer setup... once checked No Printer checkbox (File> page Setup) it started working thanks prithivi
View ArticleTrying to load an Agnostic File (ZIP) to CMS
Hi Folks, I'm relatively new to Business Objects and especially SDK development. I have a requirement to load ZIP files into the CMS (long story). This is the VB script I've written. It works until...
View ArticleRe: Trying to load an Agnostic File (ZIP) to CMS
Add the property SI_MIME_TYPE to the infoobject and you would be able to publish the agnostic documents. Some thing like belowIProperties props=infoObject.properties().addProperties("SI_MIME_TYPE");...
View ArticleRe: Trying to load an Agnostic File (ZIP) to CMS
Thanks for your reply Prithviraj However, I'm stuck with converting this line to VB scriptIProperties props=infoObject.properties().addProperties("SI_MIME_TYPE"); I think once converted, it'll resolve...
View ArticleIncomplete documentation for IProperty flags
The BI4.1 Javadocs for IProperty contain a number of static constant values for the various property flags. But it appears to be incomplete -- there are a bunch of flag values that I see in properties...
View ArticleRe: Trying to load an Agnostic File (ZIP) to CMS
I have not done much of coding in VB, however let me see if I can find how we can write the same stuff in VB. Thanks,Prithvi
View ArticleRe: Javadocs for DSL IInfoObjects
I am not able to find them either. Does anyone know if there is any SDK documentation on these objects?
View ArticleRe: crystal report Reading through SDK Java Issues
Hi Dell,I have include the all BOSDK Java jar Files in my project..Still i am getting error.. But Crystral report is wrting into the File..Only issue with execptions.. Regards,Durga
View ArticleWhat means Error code:-2147213303
We are using Crystal Reports V2008, we design a template for a report, but when we try to excecute this template, the following error occurs,An unexpected exception occurred:...
View ArticleRe: What means Error code:-2147213303
Does the report run correctly from Crystal? From this message, I can see that the report is using a stored procedure to get to it's data. In some databases, you can set up stored procedures so that...
View Article