Re: Get CMC Scheduled Report Status
Hi Dell, I have tried using the following queries and logic to get the scheduled instance and its status: 1) SELECT * FROM CI_INFOOBJECTS WHERE SI_ANCESTOR=<myFolderID> AND SI_INSTNCE=0 AND...
View ArticleRe: Get CMC Scheduled Report Status
I've been struggling with this for a utility that I'm writing for a client, so your question is quite timely for me. Looking at reports in QueryBuilder, I'm seeing that there are two SI_STARTTIME and...
View ArticleDeprecated packages equivalent in BO 4.1
Hi, Anyone can help in identifying the equivalent of deprecated packages like ICacheServerAdmin, IFileServerAdmin, IJobServerAdmin and IPageServerAdmin? I am trying to create a server metrics using the...
View ArticleAlternative to deprecated functionality of RE in BOE 4.1
I haven't got access to the Web Service endpoint of a BOE 4.1 server due to port blocking (I suppose). However I can use Report Engine through Java SDK but some functionality returns...
View ArticleRe: Alternative to deprecated functionality of RE in BOE 4.1
Unfortunately, there is no other way to get what you're looking for. By default, the RESTful Web Service runs on port 6405, so there should be only one port that needs to be opened to access it. -Dell
View ArticleRe: Logging off / invalidating an OpenDocument session
Hi Phil, Did you find any solution to logoff OpenDoc session? Thanks,
View ArticleRe: Logging off / invalidating an OpenDocument session
Sadly, no. I ended up going with cookie invalidation by running OpenDocument and the web application via the same load balancer, but using different paths for each. E.g. this code in the web...
View ArticleSending email of failed instances
Hi, I am using a sample code from SAP note for sending emails on failure notification. How and where should i configure the JSP code? Do i have to configure for each and every report? Do i have to set...
View ArticleBackup, versioning and restore objects - BO 4.1 Java SDK
Hello, I need to make backup of some objects (folders, reports, universes) via Java code. After that, I need restore some objects. Something like subversion. I see, there is a Version Manager in...
View ArticleRe: Sending email of failed instances
1) YES you need to setup the Email Destination in the Job Server.2) YES you need to set this for each report. Each Webi Document schedule has Notification destinations. There is a Success...
View ArticleRe: Backup, versioning and restore objects - BO 4.1 Java SDK
The version control available in the CMC is based on Subversion. However, looking at the SDK JavaDocs, it doesn't look like there is any interface to it through the SDK. -Dell
View ArticleRe: Sending email of failed instances
Thanks Michael. 1) YES you need to setup the Email Destination in the Job Server.- If there are many users whose reports failed, how can i create destination address to all the users. 2) YES you need...
View ArticleOpen Document using logon token
I generated a logon token which is something like below :...
View ArticleError while loading local business layer
Hello, This is our first attempt at developing with BO SL SDK using Java code. We have retrieved the universe file locally and are trying to load the same using the following syntax:...
View ArticleCrystal Enterprise 9
Hi I have always worked with CE9, but recently we have had to upgrade our server to Windows Server 2008 R2 Standard, I have freshly installed CE9 and I have got RAS service started, but ePortfolio...
View ArticleRe: Crystal Enterprise 9
CE 9 has been out of support for well over 10 years, so no, it will not work with Windows Server 2008. Your best bet is going to be to upgrade to Crystal Reports Server 2013. You will need to contact...
View ArticleRe: Crystal Enterprise 9
HiThank you for your reply, it is much appreciated. Will Crystal Reports Server 2013 allow me to publish reports in web browser like Crystal enterprise 9 did - via ePortfolio Lite and RAS? Or will I...
View ArticleRe: Crystal Enterprise 9
CRS has the BI Launchpad web application for viewing and scheduling reports. It has the Central Management Console for administering the system. You can publish report to the system directly from...
View ArticleRe: Sending email of failed instances
Arun, The Email Destination on the Job Server does not control who gets the notifications. It is only used to setup defaults and define the email server to send to. The Notifications that may be sent...
View ArticleRe: The viewer was unable to find the resources required to render the report.
I have a customer facing the exact same issue for this same version, is there a resolution to this already? Is it a problematic install? Any fixpacks available? The JS folder is missing from...
View Article