Обновление версии репозитория метаданных

Для обновления версии репозитория метаданных в ОС Linux запустите приложение RepoManager, которое расположено в папке установки BI-сервера /opt/foresight/fp10.x-biserver/bin.

Для запуска приложения используйте скрипт RepoManager_start.sh со следующими параметрами:

./RepoManager_start.sh --operation=Значение [options]

./RepoManager_start.sh -oЗначение [options]

Где:

В качестве значения параметра --operation/-o укажите значение update-repo. Последующий список параметров полностью соответствует тому списку, который указывается при создании репозитория. Описание параметров представлено в подразделе «Создание репозитория метаданных в OC Linux».

Примеры создания в различных СУБД:

./RepoManager_start.sh -oupdate-repo -toracle -sserver -mRepository -uUser -wPassword -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh --operation=update-repo --type=oracle --server=Server --schema=Repository --user=User --password=Password --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh -oupdate-repo -tpostgres -s10.10.10.10 -dRepository -uUser -wPassword -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh --operation=update-repo --type=postgres --server=10.10.10.10 --database=Repository --user=User --password=Password --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh -oupdate-repo -tsqlite -d/home/prognoz/test.sqlite -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh --operation=update-repo --type=sqlite --database=/home/prognoz/test.sqlite --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh -oupdate-repo -tmssql -sMSServer -dRepository -uUser -wPassword -f/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

./RepoManager_start.sh --operation=update-repo --type=mssql --server=MSServer --database=Repository --user=User --password=Password --archive-file=/opt/foresight/fp10.x-biserver/bin/rm/current.rm4

См. также:

Создание и управление репозиториями метаданных | Менеджер репозитория