Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I've used method 2 in this blog post: https://clairehu.com/2012/04/02/deploying-obiee-11g-bi-publisher-reports/ I didn't need dealing with scheduled reports and didn't bother with permissions as our permissions management is not complicated, so it's easier recreating our policies in the new enviroment. You'll have to check…
-
A third update... I have just performed another test, and I have found out that if the document has this structure: { "_id" : ObjectId("ZZ"), "student_cod" : "3", "student_name" : "student 3"} Then there's no error, so it seems it's the "subjects" : [] empty structure in the document that the driver has problems to…
-
A follow up on this. I've been performing various tests, and it seems the problem is that not all documents in Mongodb have information in the relational view, I mean, in my example, I have some documents without subjects information, so the moment I try to create an analysis with subjects information, I get the error.…
-
user12010879 wrote: I advised the developer that the best course of action was to recreate the worksheets manually from scratch, but that didn't go down well. If I recall correctly, the migration tool doesn't migrate the worksheets, only the model (it's been years, I even have forgotten how the Administrator part was…
-
3351806 wrote:2 - When I try to login with Analytics Link. The user REP_DWH gets locked automatically. That problem looks like the password for user REP_DWH in then Connection Pool in the RPD is not correct.
-
Besides checking up the SERVICE_NAME information, , there's something else missing: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = Myhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MYSID)))
-
Problem 1: Ask your team or the DB team for the user password, if nobody knows it, then you'll have to change it, but other users/applications/tools will be affected by that change. Problem 2: You'll need to be sure of the correct information to connect to the database before trying to import metadata to the RPD, to be…
-
Apart from what @Christian Berg is stating, which I agree, and unfortunately I've been still struggling in the past to workaround it and do my best to make OBIEE work for other things, you said: 3478384 wrote: Column A is the same value for every section. When I choose the "insert page break by column 'A' ", here is the…