Is R&R the right tool for supporting multiple clients?
Posted: Fri Sep 02, 2011 4:04 pm
Hi,____I have many years of using R&R, in my new job I am no longer creating reports just for my company but for clients of my company. So I need a report writer where I can create a report for Client A and then use that same report for Client B so I don^t have to re-invent the wheel.____Some background - I^m using SQL Version 12.5 and connecting to an Oracle DB on the Cloud. All the clients that I need to support are in the same DB - they just have different schemas with different user names and passwords. I^ve installed the RSW Runtime for each of these clients (on their local workstation) and created Oracle ODBC drivers to hit their specific instance. An important note - the driver I create to hit the specific DB instance has the same name for every client - let^s call it Oracle. Their runtime icon points to a text file that grabs the report and the icon also includes the /P parameter so I can pass on the password & the user doesn^t have to worry about that. Works well if I create a report for that specific client.____However if I create a report for Client A, R&R asks for a data source- the ODBC connection. Since that ODBC connection is linked a specific User Name (let^s say Client A), if I try to use that report for Client B it won^t let me. I can try to change the username and password when I try to bring up that report for Client B, but then I get an error in R&R saying ^Cannot access master table ^Client A."MASTER". Try another Data Source?^ If I do that it pulls up the ODBC connection (it has the same name as Client A) but the report doesn^t store just the connection name, but the Owner affiliated with that data source, in this case Client A. So any report I create for Client A cannot be used by Client B or Client C.____Now I^m no DB expert and to be honest, I fairly new to SQL. Does anyone know of another way around this? I^d love to stay with R&R because I am familar with it but a colleague is suggesting we move to Crystal because he says it can do what I want.____Any suggestions would be appreciated!____Bob