Re: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Thank you so much Prithvi.. Sure, before implementing it in Production will test it in Sandbox. Will let you know if I face any issues for the same. Thanks,Srikanth
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Yes I agree as The users may maintain the objects in Inbox and Personal folders but if we can see the users who all are not logged since many days in environment, I hope we no need to maintain the...
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Backing up is a safety thing, just in case you delete someone you shouldn't have. -Dell
View ArticleRe: After install Crystal Report Server 2011, can not access control tools
It appears that Tomcat doesn't have any BO web applications, so I would say that what you did with wdeploy didn't work properly. Find the user guide for deploying web applications on sap.help.com and...
View ArticleHow to implement "real-time" report with automatic refresh/update?
We need to create a report that queries a real-time database (TimesTen) and automatically refreshes data on an administered schedule, as frequently as every 3 seconds. How can this be done in a...
View ArticleRe: After install Crystal Report Server 2011, can not access control tools
The Tomcat is running. But I input the URL http://localhost:8080/cmc/app. It display error. May the connection between Tomcat and CCM is wrong? -Simon
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Hello Prithvi, I want to disable the "N" no of users before deletion of "N" no of users, do we have any script to disable the multiple users at a time in XIr3 (BO 3.1)? if yes, can you please provide...
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Hello Srikanth, Attaching the sample for diabling all users except admin and guest.Change the query in the code or modify the code as per your requirement. Yes, I had tested the delete bulk users in my...
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Thank you Prithvi. As per the below query, the Admin and Guest accounts won't be disabled right? users = infoStore.query("SELECT * " + " FROM CI_SYSTEMOBJECTS " + " WHERE SI_KIND='User' " + " and...
View ArticleRe: Need Script/Excel Macro for Deletion of Bulk users from Enterprise BO 3.1
Try o run the query in query builder(Admin Tools) application.When you run the above query it will return all the user accounts aprt ropm admin and guest. The list of users you get as an output in the...
View ArticleRe: After install Crystal Report Server 2011, can not access control tools
Tomcat is case sensitive. The url for the CMC should be something like is http://localhost:8080/BOE/CMC. There should be a link to it on the Start menu. -Dell Message was edited by: Dell...
View ArticleRe: Custom.jsp issues
Hi Dell, I did tests and the problem seems to be coming from the fact that another jar loaded from the webpath.infoview directory also has a Base64 class in it and is conflicting. If I rename or remove...
View ArticleMissing CrystalReportViewer in the eclipse/SDK download
I'm just getting started with the eclipse and CrystalReports Java SDK, figuring I'd be using CrystalReportViewer in a fairly simple "wrapper" of a CR report. However, I can't find the class in the...
View ArticleIWebiProcessingInfo class in BOXI R4.1 with different signatures
We see that the signature for IWebiProcessingInfo.getPrompts() has been changed in BOXI R4.1 bip java api (BOE). It delivers IWebiPrompts. Pior 4.1 the method delivered a List. Where is this type...
View ArticleRe: IWebiProcessingInfo class in BOXI R4.1 with different signatures
Hi Bernd, It still gives a collection which has been named as IWebiPromts(which can be type casted as a List)Then you call a get on the list which returns an object of IWebiPrompt. I am not sure why...
View ArticleHow can I get bttoken in SAP BI 4.1 SP3 ?
Hi Experts, Can anyone tell me how to get bttoken in BI4.1 SP3? In BI4.0 we used "CafParameters.getFormTags()" , this is not working in BI4.1. Thanks in advance. -Deepa
View ArticleRe: BO SDK code for Universe
Thanks Tammy, I am currently exploring Universe Designer COM SDK.. No Luck.Is there any sample code available for any kind of universe interaction using SD?. RegradsKishore
View ArticleRe: BO SDK code for Universe
I recommend posting this question to RESTful Web Services SDK space for faster response; the space says it is moderated by product experts
View ArticleInsert/Copy image to Crystal Report using importPicture - Error
Hello,I wanted to replace an image in an existing report with an image on my computer. I found a sample from here:Crystal Reports Java 12 Sample CodesThe sample used the method importPicture. When I...
View ArticleRe: BO SDK code for Universe
Hi, Universe designer COM SDK works only with UNV universes.For UNX universes there is only one SDK available 'Semantic Layer Java SDK'. See the SL SDK library and samples...
View Article