we are on busienss objects XIR2 .
FRS and ORS are located in Netware which EOL ends soon.So, we would like to migrate all IFRS and OFRS files to different platform or completely different server .
Could you please let me know, is it possible to do and how we do it. Is there any documents to undersatnd how this migartion can be done.
I don’t know much about Netware, but I assume your FRS is accessed via a standard UNC path? If so, it’s just a matter of moving the files and repointing the FRSes to the new location:
[list=1:bdd914bfe6][:bdd914bfe6]Stop any active job servers and report servers, then stop IFRS/OFRS (don’t stop CMS or web app server, you’ll need it to change the configuration)
[:bdd914bfe6]Copy the entire file structure to the new location
[:bdd914bfe6]Check to ensure that the service account that the IFRS/OFRS runs as has full control in the new location
[:bdd914bfe6]In CMC, change IFRS/OFRS to point to new location
[:bdd914bfe6]Start IFRS/OFRS, make sure they come up completely and do not fail
[:bdd914bfe6]Start job and report servers[/list]
You can point back to the old FRS, but keep in mind that you are at risk of things getting out of sync. Consider:
[list=1:0e5e3f425b][:0e5e3f425b]You follow the steps to move the FRSes.
[:0e5e3f425b]You create a new report – the CMS is updated with the reports metadata and the report itself is put in the (new) FRS.
[*:0e5e3f425b]You switch back to the old FRS location.[/list]
In this case, you’ll still see the report in the report listing in InfoView, but you will get an error if you try to open it. Simply because the report is not available in the FRS.
Regarding where you change the path – it’s be a while since I’ve done it in XIr2, but I think you’re correct that it is done in the CCM (in XI3 it’s in the CMC).
This is your FRS location, and what you will need to change:
I was incorrect in my previous email. The FRS source location is set in the CMC, as the “Root Directory” on the Properties page. I believe that’s where you are.
Stop SIA (Services) in Central Management Console.
Find out where BO is installed
Input Repository
Output Repository
opy the above two ‘Repositories’.
Identify the CMS database and copy to new BO box.
Install BO in the new box and point to the database which was copied over
Because your copying from old box, its possible that they may carry the ‘Node Name’. If you want to keep it same that’s fine because you’re using the copy. But some time you have an issue in resolving the node name.
There’s no need to move the CMS repository and reinstall BO on a different machine just in order to move the FRS. And even if you were, you would use the CCM to copy the CMS.
Thats correct. Our IFRS/OFRS are on Network drive SAN.
We use UNC path to create ODBC connection on server side for any local access databses.
Do I need to change thease all current odbc UNC Paths if i migrate to ifrs/ofrs from SAN to other shared drive.
I am just wondering why It was configured thease ifrs/ofrs on SAN rather than some shared drive.I never come across this configuration in business objects.
For instance, if we have access database on D:\Accessdatabse\ab.mdb
We connect locally by creating ODBC connection .and am able to find the above access database location in ODBC wizard " D:\Accessdatabseab.mdb".
To schedule reports from above database, we have to create odbc obiviosuly. For that we can only find above location using UNC PATH
as \xxxxx1_data_server\Accessdatabse\ab.mdb.
I am not sure why it was configured as above.
Just wondering, whether above odbc UNC path needs to be changed after IFRS/OFRS location changed. I believe, It is nothing to do with ODBC for IFRS/OFRS location.
We are trying to move to CIFS location.hope ,we can use this.