Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Can you provide more details. a. BIEE version b. When are you getting that error c. Is it for all the reports, across the catalog OR do we have any specific scenario that hits this message. d. Is there any deployment/change that was done, that resulted this error??
-
Can you try to connect to nqcmd once to make sure that the login is successful at the nqsserver level? ( its under DOMAIN_HOME/bitools/bin) Ex: ./nqcmd.sh -d AnalyticsWeb -u weblogic -p password and check the obis1-diag logs and bi_server1-diag logs for the particular ECID
-
1. Is R supported for this OBIEE version (version-12.2.1.2.0) ? Yes, it is supported 2. If supported, Do I need some pactch for resolving this issue ? It works with OOTB 12.2.1.2.0 3. Any workaround/alternative for R integration if Internet connectivity is not possible on my server. a. proxy.txt is needed only if you have…
-
You can try this <ClientSideCaching> <CacheControlHttpHeader> <Default>no-cache, no-store</Default> <NoCache>no-cache, no-store</NoCache> </CacheControlHttpHeader> </ClientSideCaching>
-
Ebin, I just checked the obips schema. The below is from obips-config-base.xsd schema has been documented with the details about the Cache Control at the client side. <!-- ========================================== WebConfig/ClientSideCaching/CacheControlHttpHeader ========================================== -->…
-
Agreed! there is no one-stop shop to change the global font changes, yet. custom.ear is the best place to work on the font changes. There is a method to change the OOTB behavior ( view.css) , if you are so sure of what you are doing Thanks,
-
Hello, a. On fixing the issue backend ( in case needed) post failure, You can just restart the execution plan which will trigger the failed task first. Once the failed task/tasks gets completed, the next set of tasks will be queued. b. You can restart the particular session on Informatica Workflow Monitor and get it…
-
The stat belongs to Oracle BI Server ( coreapplication_obis1) and its about the elapsed time of completed queries https://docs.oracle.com/cd/B16240_01/doc/em.102/b25987/oracle_bi_ans.htm
-
Cool. So the issue is resolved -M
-
its never about session variable. But as per my understanding, you cant expect a default selection based on a Presentation variable to be available on the prompt where it is set using a column prompt. Hence, you need to have two separate prompts, one to set and one to consume ( text variable prompt consuming the…
-
Try the below and let us know #1 config.xml <XMLP> <InputStreamLimitInKB>0</InputStreamLimitInKB> <ReadRequestBeforeProcessing>false</ReadRequestBeforeProcessing></XMLP> #2 xdo.cfg <property name="xlsx-keep-values-in-same-column">true</property> And do a restart, check the same. You may have to enable xdocebug as mentioned…
-
Thank you @Christian Berg
-
I can see that the tdata is configured under [ODBC DS]. You need to create a separate DSN as mentioned on the doc at the bottom of the file or anywhere) and proceed. [Tera_Northwind] Driver=/opt/teradata/client/14.10/odbc_64/lib/tdata.so Description=NCR 3600 running Teradata V2R6.2 DBCName=10.345.67.899 astUser=…
-
Hello, I am not sure about DB2 DBA. But when it comes to Oracle DB, the same set of users will be created as DB Users during schema creation. If it is in a way that DB2 require OS users, then this looks fine to proceed. But these users (DB or OS) are part of RCU creation
-
move it to BIPublisher product to get quicker response pls -M
-
That is just fine. You can use tdata.so odbc lib to configure teradata https://docs.oracle.com/middleware/1221/biee/BIEMG/deploy_rpd.htm#BIEMG1181 -M
-
Hi, Metadata export does not extract data security filters and no option to extract that thus far. -M
-
Hello, If you still have that error, a. D_BIPLATFORM and D_MDS , sounds fine for a username . am not sure what you gave for password. You can provide us a snippet of error from rcu.log b. You can generate RCU Scripts from RCU utility, give it to your DBA and ask them to run it accordingly ( another work-around for 12c BI)…
-
Hello, It shows that the start script failed. BI_Startup failed with error:Configure BI Failed with Execution of [/u00/app/oracle/product/fmw12c/OBIEE_UAT12C/user_projects/domains/bi_12c/bitools/bin/start.sh But aint showing what happens internally on the start.sh If still have the environment stalled, provide us the…
-
Hello Saro, The Prompts sql queries are executed as soon as they are loaded on the dashboard. You cannot use presentation variable from the first prompt and assign it in sql query of the second prompt. You can use session variables which can be defined in the rpd and populate the values. I tried the below scenario and that…