DXE compiler error. No table 'row' found in DXE. Source name: DxeAPI. XML: None in OBIEE direct sql request - obiee

When I'm trying to run a direct sql Analysis which I built using direct SQL request. I get the following error message:
Error
View Display Error
DXE compiler error. No table 'row' found in DXE. Source name: DxeAPI. XML: None
Error Details
Error Codes: YV3KVTDM
Refresh
I'm able to validate the sql and it shows me the column I've selected in 'criteria' tab but shows me the above error in the result tab.

Related

How do I debug this Strapi error about record creation?

One content type is refusing to create records returning the error "an error occurred during content creation". Other content types seem unaffected. There are currently 2 items that have already been created for this content type so it was working previously.
I'm trying to figure out where to look for error logs, the Node console returns no errors and there are no Mysql database errors in the mysql log file.
Freebsd 12.0-RELEASE-p10
Mysql 8.0.17
Strapi 3.0.0-alpha.26.2
The problem turned out to be caused by a server limit on max file size but Strapi was only returning a generic error message.

oracle apex Error handling function not working properly

I am trying to use the oracle's apex_error package to implement error handling in my app.
test app: https://apex.oracle.com/pls/apex/f?p=145329:2:11482099171656::NO:::
table created: constraint_lookup
function provided by oracle "apex_error_handling_example". https://docs.oracle.com/database/apex-18.1/AEAPI/Example-of-an-Error-Handling-Function.htm#AEAPI2216
The solution works fine except when you click on the error it gives error in console instead of taking you to the tab of the IR report.
Now click on the message so it should take you to the duplicate DeptID, but it just gives you error in the console.
I have tried to handle this at page level, application level also I tried to set the column_alias manually so I don't have to use the APEX_ERROR.AUTO_SET_ASSOCIATED_ITEM but all in vain.
Any help and your time will be much appreciated.

SQL Error on lead form for email - CRM 2015

On the lead form when I enter in Email id and hit save it throws a following SQL error below, but there's no error, if I leave it empty.
here is the log file message
Unhandled Exception:
System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault,
Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35]]: Generic SQL error.Detail:
Based on the log file message and the public key token and research, I disabled the plugin activity plugin on lead form, I still receive the error message on form.
How to resolve this issue ?
You will need to debug the Generic SQL Error message to find more detail on the problem. Try turning on server logging and review the CRM log files, failing that try and capture the error within SQL.

BIRT designer beforeOpen() not resolving function in external javascript file for a dataset

Environment:
- BIRT Designer v4.3.2
Problem:
I have a dataset that runs a query to retrieve data from a SQL DB and I'm trying to execute a javascript function that exists in an external js file.
When trying to view the "Output Columns" for that dataset I get the following error:
org.eclipse.birt.data.engine.core.DataException: Fail to execute script in function __bm_beforeOpen(). Source:
------
" + util.evaluateQueryTextExpressions(this); + "
-----
A BIRT exception occurred. See next exception for more information.
ReferenceError: "util" is not defined. (<inline>#1)
The javascript file which contains the function has been added to the report as a resource.
NOTE: When I actually generate the report, everything works fine as intended. However it's only in BIRT designer whenever I try to view "Output Columns" or "Preview Results" do I encounter this problem.
Assistance with resolving this problem will be greatly appreciated.
Thanks!
This is a known limitation. AFAIK there is no workaround, so you just cannot use "Preview results" in your case.

CodeIgniter: Display custom view instead of 'Database Error' message

How Can I show a custom view instead of the generic error attached in cases of the database going down unexpectedly?
In applications folder there is a folder named errors. There are all error files which comes up when an error is occurred.
When database error is occured, error_db.php file is shown in browser. You can edit it or replace that with your custom file.
Hope this helps.
You should set $db_debug = FALSE; in your config database settings on your production server - you should NEVER show a raw database error message to your users, as it is a massive security risk

Resources