Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How does nqudmlexec command work ?

Hello there,
I'm looking for use of commande OBIEE nqudmlexec with -B argument...
When I use :
./bifoundation/server/bin/nqudmlexec -P <my_pass> -I /home/oracle/new_environnement_rpd.umdl -B /home/oracle/new_dev_reference_rpd.rpd -O /home/oracle/new_rpd_for_deploy.rpd
Generate RPD (-O) is a copy of "new_dev_reference_rpd.rpd" ( -B ) without modifications of "new_environnement_rpd.umdl" ( -I ).
If I'm not use -B argument... nqudmlexec commande does not work
If someone can help me,
Thanks for all.
J.S.
Answers
-
-B is base_repository_pathname ... if you aren't running the executable in the same folder as the RPD, then you need to tell it where the RPD is ...
You might be able to skip -B if you are using the executable to create a new RPD ... but it's needed if you are applying the script to modify an RPD (new_dev_reference_rpd.rpd) and writing to a second one (new_rpd_for_deploy.rpd).
0 -
Hi,
Really, I just need to take a new RPD from DEV, modify jdbc connexion by scripting, and deploy new RPD with PROD jdbc connexion.
Witch soluition I have ?
Thx,
0 -
Use biserverxmlexec - see more info in this article here: https://www.rittmanmead.com/blog/2016/12/source-control-and-automated-code-deployment-options-for-obiee/
0