Comments
-
My first reaction is ... weird: it generally works ... What kind of cube is it? Does it have some special security or things like that? Do you have another cube around (even the sample one) to try? Not even sure you could find some infos in the log file. Never had that (it was more error on connection when using Essbase…
-
This function isn't standard SQL, so DVD doesn't have the function itself but you have all you need to calculate it ... You have CURRENT_DATE and by using TIMESTAMPADD and some logic you easily get to the last day of the month. The idea is to first get the 1st day of the next month based on the current date, by first…
-
Hi Martin, There is already a thread somewhere on here with the question. The Apple version is "work in progress" apparently but, as you know better than us, there isn't any public announced date. I saw a screenshot already not long ago on twitter ... so it must be not too far (maybe)
-
Based on the filename there are chances it's this kind of thing: https://en.wikipedia.org/wiki/Web_Proxy_Auto-Discovery_Protocol So google will easily give you examples for a WPAD file.
-
https://sites.google.com/site/oraclebipublicstore/downloads You must find there a file for the vanilla samples.
-
Hi, Apparently these seems to be Windows related things (Google has many results with various workarounds etc.). What's the "context" of your laptop? Are you generally allowed to install apps and things like that?
-
If you check the log you often find more verbose on errors.
-
If you filter the analysis directly with your condition " filter_expr = 0.00 " does it work? Define the filter there to get the right filter and then move it back inside the FILTER. Why are you writing 0.00 ? 0.00 == 0, it's just zero. Isn't you column maybe a varchar and so you need '0.00' ? That's why I suggest to define…
-
I do not remember the exact list of JDBC drivers you get out of the box with Publisher, but you can for sure add the required one if it isn't there. http://docs.oracle.com/middleware/12212/bip/BIPAD/GUID-FB2AEC3B-2178-48DF-8B9F-76ED2D6B5194.htm#BIPAD289 Look at Setting Up a JDBC Connection to the Data Source , the 3rd…
-
Hi, Based on the OBIEE 12c certification matrix RHEL7 is fine as well as Oracle DB 12c. If you check the log files you will find some reasons of why it didn't started. Your BI Server, Scheduler and Presentation Service are down, so the logs will definitely have messages about these things.
-
For PBCS (so removing Essbase from the question) you find your answer here:
-
Hi, By adding a new connection to your Essbase cube: https://www.youtube.com/watch?v=Rbqo9rFzmBY
-
Did you check the logs of DVD to get a more explicit message?
-
Are you having the exact same as this: ?
-
Let see if maybe has some extra hints on what to check or do (on my side it worked just fine, so didn't experience the issue).
-
Hi, Not sure of which exact part of the doc you are talking but it's probably related to the mashup part. So you have already some data (can be any kind of source) and you add a new source next to it to "extend" it. This extension is generally, as the doc says, extra attributes or extra measures. DVD / DV users do not need…
-
Hi, You can probably find the full message in the logs. The logs are into C:\Users\<your username>\AppData\Local\Temp\DVDesktop\logs\OBIS So have a look there right after seeing the error and you must find the full message (and maybe even more details like the query or things like that). If you find the full message post…
-
To be honest technically what you ask could be done but ... it's bad (I'm kind of sure the licensing conditions prevent that and also it means your laptop/workstation is now a server always up etc.) So follow what Francesco is saying, it's the correct way of doing things
-
What version of Essbase? And what kind of Essbase is it? (OBIEE one, standalone, EPM ?)
-
You can find the logs in C:\Users\<your username>\AppData\Local\Temp\DVDesktop\logs I would look into OBIS\obis1-diagnostic.log