The new ERD's for Reporting Services (RS) and Framework Services are nice. Now here's another question - how can I export LBI rights? (Currently on LBI 9.0.1.10). There appears to be no mechanism available. I have access to FSADM and RSADM via Crystal, and I think I could write a report that would create a rights import file, if only I knew what tables & fields.
My goal is to put all of the users in our Production LBI into the Test LBI. Right now it looks like the only means is manual. I would appreciate any help.
What is an ETL Routine?
Extract, Transform and Load. Its just a methodolgy, not software. There are tools geared toward the ETL process, my preference is SQL Server Intergration Services (DTS in SQL Servder 2000), but you can do an ETL process using simple stored procedures, command line tools or batch files.
The Crystal Report method worked fine. Will explain later when time permits.