Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi @BIAP Follow the instructions in the deployment guide and you should be ok: "Download all zip files into a single directory (approx 29GB). Optionally verify integrity of zip files using checksums. Open a zip file manager such as 7zip and select the first zip file (001) and extract. This will extract a compressed VMDK…
-
Take a look at this blog post.
-
Take a look at this article
-
In terms of licencsing, there is a cost for the BI Management pack - http://www.oracle.com/us/corporate/pricing/technology-price-list-070617.pdf
-
You could use the Oracle BI Server XML API - biserverxmlgen About the Oracle BI Server XML API This generates an XML output file. "The Oracle BI Server XML schema document (xudml1.xsd) contains the grammar for the structure of XML repository files. You can find this file at: ORACLE_HOME/bi/bifoundation/server/bin"
-
Your suggestion would work. You could also create synonyms for example of the RM tables in then IM schema. This way, you could use a single connection pool. Also, have you tried using the require fully qualified table name option in the connection pool?- https://docs.oracle.com/cd/E29542_01/bi.1111/e10540/conn_pool.htm
-
Hello @3240307 An Oracle product can be used to monitor your OBIEE deployment. It is called Enterprise Manager Cloud Control which requires some configuration (installation of the Business Intelligence Management Pack which requires additional licensing). Once installed and configured, it has some standard checks on the…
-
That is correct
-
Hi @Robert Angel If I understand correctly you are hitting the exceeds maximum number of input records error when you have a column in the excluded columns section. If so, the query that the BI Server generates is based on all the columns added to the Analysis even those that have been excluded. The rationale behind this…
-
You're very welcome!
-
Because the Admin Tool installation is technically a standalone implementation, it comes with its own tnsnames file which is independent of the file used by OBIEE itself. The Admin tool uses its own tnsnames file. ADMIN_TOOL_HOME/network/admin For connections to data sources used in OBIEE, the file should be located at…
-
You need to create a logical column in your logical fact table in the BMM layer based on your sales order key and set the aggregation to count distinct
-
Could you test by adding a 2nd dummy action link to the list to see if the check box holds it's value?
-
Have you looked at this MOS Article Document 1225454.1 OBIEE 11g Bi Scheduler Gives Error: "[Nqserror: 75005] Failed To Send Auth Command. 5.7.3 Authentication unsuccessful" View in My Oracle Support Full Site: https://support.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?id=1225454.1 Mobile Site:…
-
Open up Enterprise Manager and navigate to your OBIEE coreapplication. Then navigate to the Availability tab and you should see all components and their corresponding ports
-
Should have been the 1st question I asked. If this is a Windows 7 installation which @Gianni Ceresapointed out that it isn't certified to run with OBIEE 12c then you're bound to run into a variety of problems. If you search through the forum you'll see that quite a number of people have run into all sorts of problems with…
-
Do you have another version of Java on your server? In your PATH, the 1st directory is C:/Programdata/Oracle/Java/Javapath Modify your PATH and put c:/java as first entry.
-
Something along the lines of: QTY would be: FIRST(QTY BY PSTL_CDE,ITM_ID,TRNS_TYP) AMOUNT would be: LAST(AMOUNT BY PSTL_CDE,ITM_ID,TRNS_TYP)
-
You can install the SampleApp VM anywhere as long as the machine has adequate resources as the VM is rather resource intensive. * Minimum 8GB, 16 GB RAM * 105 GB of temp disk space
-
As far as I'm aware, that isn't possible. You can only pass column values in the URL according to the documentation.