Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You cannot assign a user from AD to Group created in weblogic. Try and let me know If you can ? Thanks Venkata Rachuri
-
Hi, Exactly this issue happened to me in OBIEE 11.9 version. I will tell my two scenarios. Hope they will help you out. 1)One of my user is part of more groups in AD ( nested tree). After changing this setting to zero It was fast. 2) I am not sure If this is pertinent Our AD team has created another isolated domain in AD,…
-
Hi, This is the problem CAUSE The Repository Creation Utility (RCU) does not support the multi tenancy feature of the Oracle Database. SOLUTION Run the Configuration Assistant against a database that is not configured with the multi tenancy feature.
-
Try this
-
Finally Figured out the issue. This one not working INSERT INTO OBIEE_EMPLOYEE_WRITEBACK VALUES(obieewrite_seq.nextval,@{c1}) This one works. INSERT INTO OBIEE_EMPLOYEE_WRITEBACK VALUES(obieewrite_seq.nextval,@1) God and OBIEE Development team knows why . Thanks Venkat
-
Hi, Thanks for the reply. If you see my template above it has following line INSERT INTO OBIEE_EMPLOYEE_WRITEBACK VALUES(obieewrite_seq.nextval,@{c1}) @{c1} so I am considering for numeric data type. Thanks Venkat
-
If you create write back form you will see update button. when you click on it, it will open another form inside where you will do insert (or) update. Even I put update statement I am seeing the this update thing. So I am guessing this is picking from GUI I guess. Thanks V
-
Yes. If I excute the sql statement directly on the database it inserts 1 row in to the table. So it works. INSERT INTO OBIEE_EMPLOYEE_WRITEBACK VALUES(obieewrite_seq.nextval,1); Thanks V
-
Yes I did create my Template referring to that example. My Template : <?xml version="1.0" encoding="utf-8" ?> <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1"> <WebMessageTable lang="en-us" system="WriteBack" table="Messages"> <WebMessage name="SetQuotaUseID"> <XML> <writeBack…
-
Yes those all are taken care. Thanks V
-
Hi , Thanks for your reply Those are all taken care Thanks V
-
Never mind guys ... I was using wrong command. Thanks Venkat
-
Thanks Guys. Learned the lesson. I used to do the same in 11G version.
-
One way to use is SHA-256 certs (TSLV1.2) for SSL in OBIEE and Use non SSL port of MSAD ( in case you cannot update the ldap TSL) when using LDAP authentication in web logic -- Not a best way Other way is both OBIEE and MSAD must support TLSV1.2 just to have end to end encrypted communication. In my company they did…
-
Stop server 1 and server 2 and start just server 1. Then go to console and delete bi_Server2 and change the RPD and catalog locations from shared folder to Local one on the server 1 (or) you can still user shared location up to you. If it is 11g , it is straig forward to change the catalog location through em. If it is 12C…
-
Hi Christian, I am not talking about " Add source ". When I go to sample apps and click on subject area and then " Add or remove subject areas " I am seeing RPD subject areas and Excels which I can mash up together. I am trying to do the same in my real environment , I uploaded excel through VA and then going to Subject…
-
Hi, WITH ALL DUE RESPECT click on link below Let me google that for you Thanks Venkat
-
Hi, Can you please paste the saw log entries... This will help me in troubleshooting issue. Thanks Venkat
-
Try this Windows For example on Windows 2012 you could create a scheduled task that would get executed when the server starts and point it to OBIEE start script by following these steps: * Open Task Scheduler from Administrative Tools * Create a new Task, give it a name. * Select "Run whether user is logged on or not" *…
-
Yes. Shared folder is the way to do cluster. I am assuming it's horizontal clustering You can get more info at Both nodes needs to see RPD and catalog so shared folder should solve the issue Thanks https://www.linkedin.com/pulse/obiee-12c-horizontal-clustering-venkata-rachuri