Oracle Analytics Cloud and Server Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OAS 6.4 - "Internal Error" while saving DV Dataset

Delivered
152
Views
2
Comments

Organization Name (Required - If you are an Oracle Partner, please provide the organization you are logging the idea on behalf of): Oracle GSC

Description (Required):

Hi Team,

We are using OAS 6.4 to provide analytics platform to many of the HSGBU customers, in one of the customer we found a issue in DV Dataset where while saving the dataset, one alert box prompted with error message as "Internal Error".

While debug the issue we found that, each preparation step of DV Dataset gets converted into a JSON code and that JSON code stores in one BI Platform table i.e. S_NQ_DSS_DATASET_ATTRS field VALUE. Now the field VALUE is VARCHAR2 (4000) and the generated JSON code is gets more than 4000 characters which leads the Dataset Save failed.

We escalate this issue with support with SR# "3-32354855551" and demo them the issue and created Bug "35168010". But received the response to limit / reduce the no of columns / steps from the Dataset. But it is not a solution / fix to this issue.

At least can we change the datatype of the fields to CLOB if it doesn't break the functionality to OAS or any upcoming release for this fix ? If not, please consider this idea as request to add the fix of this issue as it is a critical application issue.

Use Case and Business Need (Required):

Using OAS 6.4 to deliver critical BI reports to the customers. Customer using these report to present /submit their data/research to the authorities.

This issue is a blocker now for one of the HSGBU customer Analytics platform development.

Enhancement Request / Service Request:

Service Request: 3-32354855551

Bug: 35168010

3
3 votes

Delivered · Last Updated

Addressed in OAS 2023 and later

Comments

  • Michal Zima
    Michal Zima Rank 6 - Analytics Lead

    This is definitely bug and I should be treated it in such way- thus pushing/escalating back to Support/Development. You have to be very "steely" in communication . There is always tendency from Development to claim, that "bug is a feature" or propose you "workaround", which is pretty useless (like in your case). Fingers crossed for negotiations with Development.

  • Kartik Mali-Oracle
    Kartik Mali-Oracle Rank 4 - Community Specialist

    Hi Michael,

    This has been fixed by the dev team in the OAS versions starting from OAS 2023. Now the dataset xml is not getting appended in the table rather than storing in a file (potential guess). Thanks!