When I run the script against my CMS, I get a timeout after 10 minutes. We have 14.000 users in the CMS. Does anyone have any idea to set a timeout or some workaround?
Remark: I used this script in Excel, then exported in a VBS-script. I run this on a daily basis to export the data in a Database. The original script is very usefull!!!
I took the original and created a BusObj Deski report with a VBA dataprovider to gather the info from the CMS. This works well but has just started failing with the “CMS operation timed out after 9 min” that BOpat had “enjoyed” some time ago and Geert is getting now. I have only about 1100 users in the CMS?
Have either BOpat or Geert got an answer to this timeout? Anyone else with ideas? Please.
Is there any way we can get to know the list of crystal reports for different data connections through SDK.
I have the SQL where I could get it partly
SELECT SI_ID, SI_NAME ,si_processinfo.si_logon_info FROM CI_INFOOBJECTS WHERE SI_KIND = ‘CrystalReport’
This SQL gives me the total list.
I need to go to si_processinfo.si_logon_info.si_logon1.si_server value. But when I use this in the query, it doesnot give anything for this column
SELECT SI_ID, SI_NAME ,si_processinfo.si_logon_info.si_logon1.si_server FROM CI_INFOOBJECTS WHERE SI_KIND = ‘CrystalReport’
Can someone please let me know how to achieve this.
This macro sounds like a great tool. I too am new to BO, and am on 3.1 and having a tough time auditing which users belong to each group, and what privileges each has on all the different objects. If this tool can organize that info into a spreadsheet or report, that would be awesome.
Julien, please post if you have a 3.1 version developed.
Hi all,
It is not working for me but It worked last year, I get
“VBAProject - 13: Type mismatch 1000013” error.
Other than that, this tool is amazing… better than CMC…
We are using an Admin account for the BO XI R2 version of the BO XI UserList and Group Extraction and we still get the error. Is there any other way to get user account info in BO XI R2? We beed to respond to several audit points and have been unable to automate the gathering of this data.
Thanks,
When I try to run this I the following error: VBAProject -424: Object required 10000424: any thoughts? I would really love to be able to use this.[/img]
The last field you added (last connexion) is so helpfull for us.
I suggest you one more challenge = adding a column which indicates the number of connexion of a user.
I downloaded the V3 code and I can bring back the ID & Title for each user in the CMS, but all the other items fail with “VBA Project -438: Object doesn’t support this property or method 1000438”. Could this be an issue with not having the correct Library Reference loaded in VBA? I loaded all the Business Objects 12 reference libraries.
I am running on XI 3.1 and using Excel 2003.
I also get an error when I use the declarations for “SessionMgr”. The error states “Compile error: User-defined type not defined”. Again, I think this might relate to reference libraries, but I have so many to choose from I was hoping someone might be able to tell me exactly which libraries I need.
Hi Julien,
Great work julien! Just one little problem though(unless I am doing it wrong!) I add in new names into the extracted spreadsheet to try and load into XI but the details do not load. The extraction works fine but now i need to add users to the lists but can’t seem to get them into XI. Please help as I have to go live soon.
Hi guys,
I’m using this VBA code to pull the groups and so on. I’m getting an error like this “Compiler Error” -> User - Defined type not defined…
Is any Expertise know this issue
I was able to pull the users with no problem! I also pulled reports but there were fields not populated due to field names.
The only issue I’ve run into is that the field names are a little different. It’s like using CE10 fields.
How do I make the translation for some of the fields that are in the scheduling & processig info sections? When I use the QB I select si_scheduleinfo.si_schedule_type… .
Another example: BeginDate is SI_StartTime.
I’d also like to pull fields from the systeminfo & processinginfo sections.