Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. NQODBC SQL_STATE: HY000 nQSError: 10058 A general error has occurred. nQSError: 42038 A REPORT totalling function must be in a leaf query block. (HY000)
Cause: A Report totalling function, e.g., REPORT_SUM or REPORT_MAX, is included in a non-leaf query block. This is not allowed.
Remedy is: De-select the option Report-Based Total (when applicable) for all grand totals or subtotals you have applied.
This option is available after you click on sigma button.
I have a calculated columns created in fact table. everything looks and runs okay in obiee answers until i try to bring the columns from one particular columns. the calculated column and any columns from this particular dim is throwing the error. when i use same column with some other columns of some different dimension, it works fine, i am new to obiee and don’t know why its throwing this error.
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59030] Illegal data type conversion from source type: DOUBLE PRECISION to target type: UNKNOWN. (HY000)
Thanks
Read these next…
Where are they in Windows 11?
Windows
Quick and I hope easy question, I have figured out ways to do this in W11 but just wondering if there is an easier way.Where are the following in «Windows 11″1. Map Network Drive2. Add PC to a Domain3. This PC (Option)Thank you.
Tape library
Data Storage, Backup & Recovery
HI I am trying to learn my self how to connect a Dell R720 server with a LTO 7 tape library. Can someone advise and guide me with the best practice? because to begin with I have these questions.1. Can I connect the tape Libary directly to the server? if …
Raspberry Pi uses? As a desktop?
Hardware
I saw this post:https://twitter.com/mysterybiscuit5/status/1663271923063685121I like the form factor. Got me thinking — are any of the Raspberry Pi offerings a viable replacement for a windows 10 PC? For general work — surfing, document writing? spreadsh…
Spark! Pro series – 2nd June 2023
Spiceworks Originals
Today in History marks the Passing of Lou Gehrig who died of
ALS or Lou Gehrig’s Disease. I have a
friend suffering from this affliction, so this hits close to home. If you get the opportunity, or are feeling
g…
Snap! — AI Camera, Android Malware, Space, and more Space
Spiceworks Originals
Your daily dose of tech news, in brief.
Welcome to the Snap!
Flashback: June 2, 1966: The US «Soft Lands» on Moon (Read more HERE.)
Bonus Flashback: June 2, 1961: IBM Releases 1301 Disk Storage System (Read more HERE.)
You need to hear…
Skip to content
If you receive an error like this in OBIEE 11g, this post may help you resolve the problem. This is an error that you may get after upgrading from OBIEE 10g to 11g.
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 59140] The evaluation of the index 11 expression on row count -1 failed. [nQSError: 59001] Binary Logical operation is not permitted on VARBINARY, INTEGER operand(s). (HY000)
OBIEE 10g is a lot more forgiving than 11g. So what worked in 10g may not work in 11g – such as data type mismatches. For this error, you need to check the data types of your columns and the data types of the values being used in your column calculations.
For example, you may have a column formula like this …
sum(case when “Table”.”Column”=3 then 1 else 0 end)
Note the column is being used like an INTEGER. This worked in 10g, but does not in 11g.
When you check the data type in your RPD, it may show that the column is a VARCHAR. You then will need to put quotes around the value (the ‘3’) … like this …
sum(case when “Table”.”Column”=’3’ then 1 else 0 end)
This should hopefully solve the problem.
Information and resources for the data professionals’ community
User gets the below shown error in Presentation Services when he try to issue any requests to OBI Server.
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43081] Illegal operation attempted on a closed session. (HY000)
The most possible reason for this error is :
The BI Server Administrator might have disconnected the current user’s session and that user might be still sending request to the BI Server.
Solution :
When the BI Server Administrator disconnects USER from the current session, then such user can not send request to the BI Server. Because that user in no more in the session to request.
Solution : Log out from the Presentation Services (just click on the Log Out button) and again Log in and check the same request.
View Display Error (Error Code: nQSError: 43113, nQSError: 10058, nQSError: 27005, YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P)
Error getting drill information
Error Details
Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
Odbc driver returned an error (SQLExecDirectW).
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27005] Unresolved column: «ME_MEALSEVOLUTION».»ME_ASONDATE».Please have your System Administrator look at the log for more details on this error. (HY000)
Cause:
What is the reason and why getting the error:
1. ODBC driver error.
2. Column Mis-Matches.
3. Rename of the column or table or Subject areas in the RPD level.
4. User may not have the rights to access the report or Subject area or tables and columns.
Solution:
1. Check the connection pool of the particular subject area in the RPD.
2. Check the tns entries in the OBIEE folder and Oracle installed folder.
3. Open the command prompt and check the tnsping of the tns entry name.
4. Make sure that the tables, columns; subject area has been renamed before.
5. If you made changes in the rpd level and do the same in the report or dashboard level also.
6. Check the rights of the user in the rpd level.
7. Check the access of the users for each and every table or columns or subject areas in the RPD level.
8. If the access of the user is in “No Access” then you will get this error”view display error”.
Screenshots:
Error Details
Check the connection pool:
Check the connection of the database in the connection pool and status of the connection.
Check the tns file and its entries from the locations:
1. D:appXXXXXXproduct11.2.0client_1networkadmin—Tns file.
2. D:11GOracle_BI1networkadmin—- Tns file.
3. D:11Goracle_commonnetworkAdmin — Tns file. (if not create the Tns names as same to all the three location).
Check in the command prompt whether the tns name is in connecting through command prompt or not.
Command: tnsping <tnsname>.
Check in the rpd level of the user is having access or not to see the related subject area.
Right click on the subject area in the presentation layer and click on permission report.
Then see the access of the user, if the user has “No Access” then change the permission and check the report.
Change the “No Access” to “Read” option, then you can see the report.
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. NQODBC SQL_STATE: HY000 nQSError: 10058 A general error has occurred. nQSError: 42038 A REPORT totalling function must be in a leaf query block. (HY000)
Cause: A Report totalling function, e.g., REPORT_SUM or REPORT_MAX, is included in a non-leaf query block. This is not allowed.
Remedy is: De-select the option Report-Based Total (when applicable) for all grand totals or subtotals you have applied.
This option is available after you click on sigma button.
MurCode
- Форумы
- Поиск
- О проекте
Katrina07
Дата: 10.08.2007 16:03:55
Использую Oracle BI EE(Siebel)
При попытке в Answers набросать Columns для отображения при просмотре результатов выдается ошибка:
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: 28000 code: 18456 message: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user ‘<здесь имя сервера, на котором Oracle>$’.. (HY000)
Меняла уже аутентификацию — то же самое. Cервер — MS SQL Server 2005.
Как можно решить эту проблему???
-=MIX=-
Дата: 10.08.2007 16:27:32
что-то я сегодня видимо перегрелся
это как? У Вас Oracle на SQL-server-е?
Ничего не понимаю…
Katrina07
Дата: 10.08.2007 17:48:07
База — на SQL Server, к ней обращается Oracle BI EE
-=MIX=-
Дата: 10.08.2007 17:57:58
Т.е. настроен гетвей?
Может стоит пересмотреть tnsnames.ora ?
Denisken
Дата: 14.08.2007 16:29:07
Katrina07 |
Использую Oracle BI EE(Siebel)
При попытке в Answers набросать Columns для отображения при просмотре результатов выдается ошибка: Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P Меняла уже аутентификацию — то же самое. Cервер — MS SQL Server 2005. Как можно решить эту проблему??? |
Если меняли аутентификацию в connection pool в Администраторе и репозиторий был открыт на online, то новые значения не сохраняются, сервер должен быть остановлен.
Еще можно посмотреть настройки ODBC, и там же заодно проверить connect, может что и с самой базой
Katrina07
Дата: 20.08.2007 13:33:05
Denisken | ||
Если меняли аутентификацию в connection pool в Администраторе и репозиторий был открыт на online, то новые значения не сохраняются, сервер должен быть остановлен. |
Сервер был перезапущен — это я знаю, результата нет.
Denisken
Дата: 20.08.2007 17:00:44
В настройках ODBC все правильно? Test Data Source проходит? Коннект должен быть в System DSN
Denisken
Дата: 20.08.2007 17:09:09
Katrina07 |
Сервер был перезапущен — это я знаю, результата нет. |
Суть не в том чтобы изменить значения, а потом перезапустить сервер, а в том что бы остановить сервер, изменить значения, сохранить и после запустить сервер.
Katrina07
Дата: 24.08.2007 11:00:05
Denisken | ||
Суть не в том чтобы изменить значения, а потом перезапустить сервер, а в том что бы остановить сервер, изменить значения, сохранить и после запустить сервер. |
а перезагрузка компьютера помогает?
Компьютер выключался несколько раз после внесения изменений — и ничего