Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Do not install on Windows 10, it isn't built to work there. Being able to install doesn't mean you can use the product (just like going on an off-road safari with a F1 car: you will be able to start the engine, but will not move much). On a Windows Server is it supposed to work, but this thread is about your laptop with…
-
And, suspecting what reply will come, is your OS certified? https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/certification-systems.html If your laptop is using Windows 10 or Windows 11, the tool isn't supposed to work there, and nobody will be able to do much for you.
-
What OS are you using on your laptop?
-
ORA-01031: insufficient privileges This is a database error message, not an OBIEE/OA error, therefore you should look at what you are doing in the database and fix your privileges issues there.
-
The only tools in OBIEE/OA converting to and from UDML are scripts coming with the server or the client tools, you will not really skip having one or the other. And you can't open UDML directly with anything, all you can do is call the script to convert/apply your UDML and then work with a RPD or the MDS XML version of it.…
-
Welcome to the forum, a first thing important to know here is that nobody knows what you have in your mind and therefore the more time you invest in writing a full thread with some context information (product name + version), the more chances to have a valid reply. Are you talking about MDS XML ? It's fully supported by…
-
That kind of report will give you the business name of the analysis, the one you see in the web UI (and which is different than the files' name on disk). If your report doesn't return the analysis' name, you will need to provide more details (no version is known at the moment, the history of the catalog could also help…
-
https://community.oracle.com/tech/apps-infra/discussion/comment/16832838#Comment_16832838 Any reason you didn't follow the step provided in the PDF file above as they don't require to change the date of the VM? And if the VM doesn't work anymore, delete it and deploy a new one and back to the original state.
-
What do you call an "Analytics report names"? What kind of "export" did you do in catalog manager? Catalog Manager is perfectly able to read the OBIEE/OAS/OAC object names, therefore the names are accessible.
-
It isn't the same "product", it doesn't have the same features. So the "GO URL" no, but if you look at URLs of DV you can find what sort of URL you need to call for what you are after.
-
as per my requirement, I have to join snowflake dim to oracle dim in physical But do you actually have the physical join between the 2 tables? Because you jump straight into describing your logical model and the LTS, without saying if you actually have a physical join or not... (This is for point 3) above posted by…
-
https://community.oracle.com/tech/apps-infra/discussion/comment/16832366#Comment_16832366 Going into more details, you must have that script if you are in the right place. The script is on the server, not on the client installation. You should go on the server and run it from there.
-
A catalog archive isn't the same thing as a BAR. You can for sure do catalog archives, as long as you don't expect to get a BAR as result but a real catalog archive.
-
A detail first: "reply asap" in a community forum where users are investing their own personal time and aren't paid to post any reply is considered unpolite, try to avoid it in the future (or hire a consultant and he will be paid to reply "asap"). Did you try with a CASE WHEN ? It's the IF-ELSE in an OBIEE analysis.
-
BIP is a different product, it's totally different as it works with data models and it's a totally different thing. I suspect you will need to do manual parsing of things to get some info out BIP reports.
-
The security logic is the same, but at the moment you should focus on tracking things in your OAS without caring much about 12c. A user to be able to login should first have a valid username and password that will be authenticated, after it should have the required authorizations and those come from roles. Start debugging…
-
Did you configure the security? Just defining a LDAP is only part of the configuration, you cover authentication, but you still need to deal with authorization. Do your users have roles? Are the roles correct? Do they inherit privileges from the default roles? Did you create fully new roles?
-
At report level or server-wide in the Administration page > Runtime configuration > Properties.
-
You can't? You can use whatever variable you want in the LSQL of a prompt, what make you say that you can't use the variables? Are you saying that because you don't see it working? Did your page reload after setting the first 2 prompts? Because if you don't submit prompts, the variables still don't exist and therefore your…
-
The header isn't a formula field, it's a text field. Variables are matched and replaced. Your 'variable' || ' ' || etc. should be written as text with the variables inside, don't try to concatenate things or anything like that. Because it's only a variable replacement, it will match the variable value, the default value…