Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Error when importing metadata with OBIEE 12c Admin Tool using variables

Any assistance is appreciated.
Thanks!
Answers
-
The Admin tool uses its own tnsnames file. Create or copy your tnsnames.ora file to
<DOMAIN_HOME>/config/fmwconfig/bienv/core
0 -
The Admin tool uses its own tnsnames file. Create or copy your tnsnames.ora file to
/config/fmwconfig/bienv/core
Sent from my iPhone
0 -
Joel,
I have tried that already after reading one of the support Doc IDs. It works just fine if the actual DSN and username is entered instead of the variables. But with the variables it doesn't for some reason. Thoughts?
0 -
Hardcode the connection details, import your metadata, and then switch the connection back to variable-based.
0 -
Is that the only way? I'm doing that already but it becomes cumbersome after a certain number of imports.
Thanks for taking the time to respond.
0 -
You can script that...
0 -
Some pointers on how to script that piece would help. Thanks Christian.
0 -
Something along these lines:
http://www.rittmanmead.com/2011/11/obiee11g-scripting-–-generate-xudml-and-change-the-password-of-the-connection-pools/
0 -
A proof for what @rmoff said: OBIEE 11g Information About the Use of Variables in the Connection Pool (Doc ID 1925713.1)
PS. I know that this note is for 11g, but the cause won't change for 12c
0 -
Yeah you already got 2 pointers. I thought the input was enough to google "obiee script connection pool"...
0