Problem in loading huge data in BrowserField

Hi, I use the following code to load the content html in BrowserField, it works fine but when html contains the untrapped exception throw huge table data Application when I'm scrolling down

HorizontalFieldManager hfm = new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL | Manager.VERTICAL_SCROLL);

        BrowserField bf = new BrowserField();
        bf.displayContent(mmd.getBody(), "");
        bf.setMargin(new XYEdges(10, 0, 0, 0));
        hfm.add(bf);
        add(hfm);

Help, please

In fact the problem is not in the BrowserField, inside, I was doing the analysis, now, I separated the code got solved the problem.

Tags: BlackBerry Developers

Similar Questions

  • Load huge data in oracle table

    Hello

    I am using oracle 11g Express Edition, I have formed a .csv file, which includes a 500MB size data that must be downloaded into the oracle table.

    Please suggest which would be the best method to load data into the table. Data are historical employee ticket, i.e. huge data.

    How to make download of mass data in the suggestion of experts need oracle table on this requirement.

    Thank you
    Sudhir

    best way SQL LOADER

  • QNetworkReply running into the problem of loading JSON data

    Hello

    I am a beginner with C++ and QT, but so far I'm starting to love the NDK waterfall!

    I'm trying to load a json data file that is extracted via a http request. Everything goes through, but my json data simply would not load in the QVariantList. So after a few hours of poking arround, I noticed finally that the json returned by the http request data is missing two brackets [] (an @ beginning and an end @).

    When I load the json data into a file with the two brakets included, the QVariantList load properly and I can debug through the records...

    Now my question is... how C++ can I add those parentheses []... See the code example below:

    void MyJSONReadClass::httpFinished()
    {
      JsonDataAccess jda;
      QVariantList myDataList;
    
      if (mReply->error() == QNetworkReply::NoError)
      {
        // Load the data using the reply QIODevice.
        qDebug() << mReply;
        myDataList = jda.load(mReply).value();
      }
      else
      {
        // Handle error
      }
    
      if (jda.hasError())
      {
        bb::data::DataAccessError error = jda.error();
        qDebug() << "JSON loading error: " << error.errorType() << ": "
            << error.errorMessage();
        return;
      }
    
      loadData(myDataList);
    
      // The reply is not needed now so we call deleteLater() function since we are in a slot.
      mReply->deleteLater();
    }
    

    Also, I would have thought that the jda.hasError () have captured this question... but guess not!

    I use the wrong approach or wrong classes? The basic example used is the WeatherGuesser project.

    Thanks for your help...

    It is perhaps not related to media. Try to recover data from QNetworkResponse as a QByteArray then load it into JsonDataAccess using loadFromBuffer:

     myDataList = jda.loadFromBuffer(mReply.readAll()).value();
    

    If this is insufficient, you can add media in this way (not tested, please see the documentation for the names of functioning if it won't compile):

    QByteArray a = mReply.readAll();
    a.insert(0, '[');
    a.append(']');
    myDataList = jda.loadFromBuffer(a).value();
    

    Note that if the response data are zero end (most likely it is not, but there is a possibility of it), you will need to check if the last symbol in byte array is '\0' and insert the capture media.

    QByteArray docs:

    http://Qt-project.org/doc/Qt-4.8/QByteArray.html

  • Problem loading the data in the table

    Hi friends,

    I'm using ODI 11 g.
    I'm doing a flat file for the Table mapping. I have 10 records in the flat file when loading the data in an Oracle table, I can see only 1 card is loaded.
    I use IKM SQL add and control using separate option.

    Can you please let me know where exactly the problem.

    Thank you
    Lony

    Hi Lony,

    Please let us know other KM by in your ODI interface.
    Please check in the flat file, column PK have same value or it idifferent?
    Please check if the header is present in your flat file.
    When you load the file in the table of the model > right click on the table (flat file adding that model table) and click Show data and see all 10 records are you able to see at ODI level

    Kind regards
    Phanikanth

  • problem when loading data file DB

    Hello

    I am new to ODI,

    I just do a test, loading DB data in the text file, I did encounter a problem,

    a DB table has two columns, ID and NAME,

    I created a text file "TEST.txt", as follows,
    ID NAME
    2B

    I created a logical and physical structure in the topology, and created, last model creates the interface, selected 'LKM SQL SQL' and 'IKM SQL incremental update.

    Then run the interface, it had mistakes, said 7000: null: java.sql.SQLException: ODI-40475: invalid column: C1_ID',.

    I found it will remove the 'TEST.txt', and recreated, but column names have been changed, C1_ID, C2_NAME, IKE

    If so, how can I load table DB file with success and the name of the columns in the DB table were the same as the name of the columns in the file.

    Thank you!

    Hope you have selected "Different from the target of the staging area" and set it to any schema RDBMS?

  • Problem with loading data into OBIA11.1.1.7.1

    Hi all

    I work for a client that implements OBIA11.1.1.7.1, I planned initial loads using load plan.   The charges were running for a long time and when I checked some param DB, they were very low.  so I've updated those and I need to restart the DB. Here my question, I am under a Plan to load now.  If I bounce the Loadplan who was arrested during the restart DB DB will choose the load where it stopped or it will create a new session and load the data.

    Please guide me on this point, on the basis of entries I will make a decision and to continue my work.

    Thank you

    Ravikiran Bikkavolu

    generally it should start from the point failed, but make sure that you double-check things you have configured everything in developing the plan charge as new session/restart task restart failed / restart session failed

    in the later case, it will start to step failed... to check the setting you did for the recovery of load

  • problems with the JSON data loading

    Hello

    I have follow-up Simon Widjaja (EDGEDOCKS) YouTube lesson for the JSON data loading external. But I am not able to connect at least the console database.

    I get this error: "error avascript in the handler! Type of event = element.

    Content.JSON is located in the folder. Data there are very simple:

    [

    {

    "title": "TITLE 1",

    'description': "DESCRIPTION 1"

    },

    {

    "title": "TITLE 2",

    'description': "DESCRIPTION 2"

    }

    ]

    And here's the code in edgeActions.js:

    (function ($, edge, compId) {})

    Composition of var = Edge.Composition, symbol = Edge.Symbol; alias for classes of edge commonly used

    Edge symbol: "internship."

    (function (symbolName) {}

    Symbol.bindElementAction (compId, NomSymbole, 'document', 'compositionReady', function (sym, e) {})

    external json data loading

    $.ajax({)

    type: 'GET ',.

    cache: false,

    URL: "content.json",

    data type: 'json ',.

    success: function (data) {console.log ("data:", data);},

    error: function() {console.log ("something went wrong") ;}}

    });

    });

    End of binding edge

    (}) ('step');

    End of edge symbol: "internship."

    }) (window.jQuery |) AdobeEdge. ($, AdobeEdge, "EDGE-11125477");

    I tried $getJSON also as mentioned in the youtube video.

    Please note: I do not understand 'something was wrong' also connected.

    I use the free trial version. It is a limitation in the free trial version?

    Well, same question as here: loading external data using ajax

    Cannot run the jQuery file is missing, then $. ajax() or $. getJSON().

    You must add the jQuery file as shown below:

    See: http://jquery.com/download/

    Note: Without loading the jQuery file, you can use these functions: API JavaScript Adobe Edge animate CC

  • Problem with loading data

    Hi all
    Please help me with the data load question
    I exported the data to the format of the column to level 0 9 3 1 version. My plan is to load the data into the new 11 1 2 2 vesrion. When I create the data file loading I was able to create only a few columns as load file is by looking at the first line of the export that has no data for every month.

    Basically when I create the loading rules file in the new environment I am able to see only columns until June. However I have data for subsequent months which I am not able to load.

    Thank you
    Praveen.

    If the first 500 lines do not, work on the first record 501 and see if more columns appear, or trying to 2000 or 3000 or something.

    On the second option, choose the first line but the 3rd or 4th and define column headers, on this basis. (once you have added the additional data columns)

  • Apparent problem with OpenG Get Data Name_ogtk.vi

    The data Name_ogtk.vi Get OpenG is a function that takes a data Structure and returns the name of this structure if the Data Structure has a name.

    I use it in my Configure.vi. Configure.VI takes several data structures and saves / loads to an INI file. The name of the section in the INI file is the same as the name of the Data Structure. When loading, Configure.vi takes the name of the data structure to load and locate the Section in the INI file with the same name and then uses the items listed in the INI section to load the Data Structure with the data values.

    In my case, I have 3 sections. Two of the sections, 1 Servo and Servo 2 derive from the same Type definition. I am trying to load 3 of the attached INI file data Structure. The Config.ini in the system file has been generated by the backup function Configure.vi. I'm passing in the routine of the load, 3 Data Structures, each with unique names. I have an explicit call to get the data for Servo 1 Name.vi and 2 Servo. But the probes on the output of the Name.vi of data values get two return to the same 'Servo 1' same string if sensors on the Structure of data entries that clearly indicate them the unique names of the "Servo 1" and "Servo 2" respectively.

    It seems that the 2nd Get data name returns the name of the Data Structure 1 by mistake. If anyone can check this?

    Does anyone know how to fix Get Data Name.vi so that it returns the appropriate data Structure names?

    Thank you.

    I was able to reproduce it and I show here as an oddity to force entry to the variant on the primitive flat string Variant.

    Basically, if you have more than one cluster with content command to match the type and order wired directly to this function, it returns the flattened string which is first to each call.  The wires must be wired without before converting to alternative, if you have points of constraint.

    This only happens if you feed directly the input varying both and get the stress points.  If you are using a variant is not the case.

    I found that this occurs if the cluster is of type defined, and it does not occur for constants.  I didn't try other controls.  I'll be honest, I'm usually used to constrain to the Variant.  I'll be more careful in the future!

    ----

    so convert to first variant will solve your problem.  In addition, if you leave the entry of the section name of the variant config openG write screw unwired, he will take the name as it is the research of the control, you did, so you need not the name of data Get there at all.

    An excerpt from 2009.  as - is equal to true.  The bunches are each a dbl and a bool, but each FP different controls.

  • SE error message: user account Service failed to connect. Windows could not load user data while trying to connect to windows

    Original title: I can't access my user account

    I went to to connect my user on my laptop and a message popped up saying the service user account Service failed to connect.

    Windows could not load user data.

    Someone please help!

    Hi tozza92,

    1. you remember to make changes to the computer before this problem?

    2. are you able to connect by using a different account?

    You can consult the following Microsoft KB article and check if it helps to solve the problem:

    Error message when you log a computer Windows Vista-based or Windows 7 by using a temporary profile: "the user profile Service has no logon. Unable to load the user profile.

    http://support.Microsoft.com/kb/947215

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Exception during consumption of huge data from a web service.

    Hello

    I m developing an application to receive data from a Web Service and retain the data received on the device.

    App is developed for OS 4.3.0

    The Web Service call is made using Ksoap. The Code receives the data from the web service, analyzes the data and stores it in an object. This object is then persisted on the device. The data are essentially the coordinates. It takes the number of contacts required as input and passes it to the Web Service. The Web Service then returns the requested number of records

    The code works if I ask data of up to ~ 600 cases. If I specify more than 600 cases, it throws the following exception

    Chain rg.xmlpull.v1.XmlPullParserException:unexpected type (position: TEXT entity request in T...@1:24 in java.io.InputStreamReader@1f87d1b4)

    When I debugged using Eclipse, this exception is thrown on this statement ht.call (soapAction, envelope);

    Would it be because of a time-out? OT is because the Analyzer is not able to analyze huge data?

    Given that this exception occurs on the declaration of ht.call, I guess the problem is with the web service call and not with the code for persistent storage.

    I have included the code here... Is could someone please show me what the problem is?

    C ode to call Web Services

    public Vector getWebData(String count)
        {
    
       Vector personsVectorto = new Vector();
        try
        {
        StringBuffer receivedContent = new StringBuffer();
        String serviceUrl = "........";
        String serviceNamespace = ".....";
        String soapAction = ".........";
    
       SoapObject rpc = new SoapObject(serviceNamespace, "GetContactsList");
            //rpc.addProperty("listSize", "5");
            rpc.addProperty("listSize", count);
         SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
    
            envelope.bodyOut = rpc;
    
            envelope.dotNet = true;
            envelope.encodingStyle = SoapSerializationEnvelope.XSD;
            HttpTransport ht = new HttpTransport(serviceUrl);
            ht.debug = true;
    
            ht.call(soapAction, envelope); // This is where thexmlpullparser exception occurs
    
     Object obj = envelope.getResponse();
            SoapObject soapResult = (SoapObject)obj;
    
                for(int i=0; i < soapResult.getPropertyCount(); i++)
    
                {
                  PersonDTO personto = new PersonDTO();
               SoapObject choice = (SoapObject)soapResult.getProperty(i);
                if( choice!=null)
                {
                    for(int j = 0; j < choice.getPropertyCount(); j++)
                    {
                      receivedContent.append(" Reading Property Number" + String.valueOf(j) + " Value = " + choice.getProperty(j).toString());
    
         if (j==0) personto.setElement(1,choice.getProperty(j).toString());
        if (j==1) personto.setElement(2,choice.getProperty(j).toString());
        if (j==2) personto.setElement(3,choice.getProperty(j).toString());
        if (j==3) personto.setElement(4,choice.getProperty(j).toString());
        if (j==4) personto.setElement(5,choice.getProperty(j).toString());
         if (j==5) personto.setElement(6,choice.getProperty(j).toString());
         if (j==6) personto.setElement(7,choice.getProperty(j).toString());
          if (j==7) personto.setElement(8,choice.getProperty(j).toString());
         if (j==8) personto.setElement(9,choice.getProperty(j).toString());
       if (j==9) personto.setElement(10,choice.getProperty(j).toString());
                    }
                }                 
    
                personsVectorto.addElement(personto);
                //storepersistentobject(personsVectorto);
            }
    
            }catch(org.xmlpull.v1.XmlPullParserException ex2)
            {
                String bah1 = ex2.toString();
                Dialog.alert("String: " + bah1);
                String bah2 = ex2.getMessage();
                Dialog.alert("Message: " + bah2); 
    
            }       
    
            catch(Exception ex){
                String bah = ex.toString();
                Dialog.alert("Response: " + bah);
    
                }
    
                return personsVectorto;
        }
    

    Thank you

    Hi Philippe,.

    First Question: Print server response

    Yes - I think for you too in fact just print the answer you'll have to do a regular HTTP call to the server and print it like this:

    StringBuffer sb = new StringBuffer();

    int thumb;

    HttpConnection httpConn = (HttpConnection) Connector.open (url);

    httpConn.setRequestMethod (HttpConnection.GET); or by POST depending on your needs

    in = httpConn.openInputStream ();

    While ((thumb = in.read ())! = - 1).

    {

    SB. Append ((Char) inCh);

    }

    System.out.println ("server response:" + sb.toString ());

    Try and see if you get a request too large entity. Note: you should probably put your SOAP request in GET or POST http request.

    Second Question: Is zipping required?

    This is how I chose to do for my particular needs that transfer me a large amount of data and the compression algorithm seems to keep all my data well below 40 k. However, it is not the only way, you could actually make several requests and get data piece by piece, but I don't know if it works well with SOAP responses. Depending on the type of Network Setup Blackberry you have, you can also set this limit to be higher (I think a maximum of 1 024 Ko for BES).

    Third Question: Timeout Logging

    For wait times, usually the exception you get should indicate that there was a timeout, but if you are suspicious that it's a timeout check your web service and see.

    Hope that helps!

    R

  • work load Oracle data

    Hello

    I load the data from one table to another.table. as table source is having huge data we want to load past 3 months 5 days of target.every data source data, we expect to move from source to the target. I need a procedure which calls oracle work once daily at night from 23:00, the procedure will be

    load 5 days data .i need a logic of the procedure for loading data 5 days of data every day.

    I found logic.this works fine

    declare

    date of l_end_date: = 11 August 15 '; -promote the date

    date of l_start_date: = add_months (August 11, 15 ', - 3); -promote date-3 months

    The CNT number;

    -date of l_max_crt_date;

    number of rm_cnt; - remove

    Start

    Select count (*) in the abc_tst cnt t;

    If cnt = 0 then

    INSERT / * + APPEND * /.

    IN abc_tst

    SELECT *.

    ABC t

    where t.created_date between l_start_date and (l_start_date + 5);

    on the other

    Select TRUNC (max (t.created_date))

    in l_max_crt_date

    of abc_tst t

    When trunc (created_date)<=>

    If l_max_crt_date! = l_end_date then

    dbms_output.put_line ('l_max_crt_date' | l_max_crt_date);

    dbms_output.put_line ('l_end_date' | l_end_date);

    l_start_date: = l_max_crt_date + 1;

    ----

    / * SELECT count (*) from rm_cnt

    ABC t

    where t.created_date between l_start_date and (l_start_date + 5);

    dbms_output.put_line (rm_cnt);

    dbms_output.put_line ('l_start_date' | l_start_date) ;*/

    ----

    INSERT / * + APPEND * /.

    IN abc_tst

    SELECT *.

    ABC t

    where t.created_date between l_start_date and (l_start_date + 5);

    on the other

    dbms_output.put_line (' return ' | l_max_crt_date);

    return;

    end if;

    end if;

    end;

  • Problem with load LOV value reset

    12.1.3 ADF

    I am facing a problem with load LOV set to reset.

    I have a page in waterfall surrounded by af LOV: PanelFormLayout. Also do some validation on the data entered by the user when clicked on submit. If the validation fails, an alert will appear on the validation failed and user will stay on the same page.

    Values LOV child get back their null or empty when you click on the "submit" button. It works as expected when the validation failed and the user has navigated to the next page. But if validation fails, the user stays on the same page and child LOV connection reset to NULL or emptyvalue. For this reason, NPE error occurs when the user attempts submit again and have to select again the child value LOV.

    Is it possible to keep the child LOV value even after submitting a form?

    Page code:

    < af:panelBox text = "Product Details" id = "pb4" >

    < af:panelFormLayout id = labelWidth "180px" = "pfl4" >

    < af:selectOneChoice value = "#{bindings." ProdType.inputValue}.

    label = "#{bindings." Required to ProdType.label'} = 'true '.

    requiredMessageDetail = "product Type cannot be NULL. Please select a value.

    shortDesc = "Select the Type of product" id = "soc1' autoSubmit = 'true '.

    showRequired = "true" contentStyle = "width: 150.0px".

    Binding = "#{viewScope.provBean.prodType} '"

    valueChangeListener = "#{viewScope.provBean.prodTypeVCL}" >

    < f: selectItems value = "#{bindings." ProdType.items}"id ="si1"/ >

    < f: validator binding = "#{bindings." ProdType.validator} "/ >"

    "< af:target execute="@this "make ="soc2"/ >

    < / af:selectOneChoice >

    < af:selectOneChoice value = "#{bindings." ProdVer.inputValue}.

    label = "#{bindings." Required to ProdVer.label'} = 'true '.

    requiredMessageDetail = 'Product Version cannot be NULL. Please select a value.

    shortDesc = 'Select Product Version' id = 'soc2 '.

    Disabled = ' #{bindings. " ProdVer.inputValue == null} ".

    contentStyle = "width: 150.0px" showRequired = "true".

    Binding = "#{viewScope.provBean.prodVer}" >

    < f: selectItems value = "#{bindings." ProdVer.items}"id ="si2"/ >

    < f: validator binding = "#{bindings." ProdVer.validator} "/ >"

    < / af:selectOneChoice >

    < / af:panelFormLayout >

    < / af:panelBox >

    Timo thanks for your response.

    Child LOV I created is an attribute of transient and resolved the problem by setting the property of passivation to true.

  • Automation of loading the data of single application FDM for different applications

    Friends, my query is somewhat complex. I have 6 (two in Hyperion Planning, two HPCM) and two in Hyperion Essbase applications. I copied the adapter in the Workbench and renamed accordingly to load the data for each of them. Now the problem is I want to automate the data load for each of these requests, but don't know how it's done. Through many forums to get a better understanding but no luck!

    A humble request to all the FDQM experts for their valuable advice on how to realize the automation of all the tools in one application of FDM.

    Thanks in advance!

    You would automate this process via the Batch Loader integrated with FDM. The process to use this is exactly the same as you have one or more target applications. The ultimate target application is based on the name of the place incorporated into the batch processing file naming convention. Each of your adapters different target will be associated with one or more locations in your configuration of metadata location FDM.

  • Conversion error when loading Dimension data

    Hi all

    I learn AWM, follow the steps mentioned in the documentation of the OBE.

    When I try to load the data in a dimension using dimension keep option in AWM it throws error as

    * "INI: error creating a generic Manager definition to TxsOqConnection::generic < BuildProcess > INI: XOQ-01600: OLAP DML error" ORA-35564: cannot convert the VARCHAR2 type (225) for the type DATETIME. "while executing DML"SYS. " AWXML! R11_LOAD_DIM('D_DATE.) CALENDER_MONTH. LEVEL ' SYS. AWXML! ___R11_LONG_ARG_VALUE (SYS. AWXML! ___R11_LONG_ARG_DIM 1) 'MATCH' 'YES' 'NO' ' D_DATE. LONG_DESCRIPTION. ATTRIBUTE ' ' D_DATE. SHORT_DESCRIPTION. ATTRIBUTE ' ' D_DATE. CALENDER_MONTH_LONG_DESCRIPT. ATTRIBUTE ' ' D_DATE. CALENDER_MONTH_SHORT_DESCRIP. ATTRIBUTE ' ' D_DATE. CALENDER_DATE_HIE. (HIÉRARCHIE ') ', generic TxsOqStdFormCommand::executeINI: 01601 XOQ: error loading of the Dimension of Cube data «GLOBAL_AW.» D_DATE' in the analytical, generic workspace to TxsOqStdFormCommand::execute. "

    I use AWM 11.2.0.2.0B and Oracle DB 11.2.0.1.0. Here is the structure of the table of DIM_TIME,

    DATE_KEY NUMBER (12.0)
    DATE_NUMBER NUMBER (18.0)
    DATE_CAPTION VARCHAR2 (225 BYTE)
    DATE_LONG_CAPTION VARCHAR2 (225 BYTE)
    DAY_CAPTION VARCHAR2 (225 BYTE)
    MONTH VARCHAR2 (225 BYTE)
    YMD_HYPEN VARCHAR2 (225 BYTE)
    DMY_SLASH VARCHAR2 (225 BYTE)
    DATE OF DATE_DTM
    CALENDER_YEAR NUMBER (18.0)
    CALENDER_MONTH NUMBER (18.0)
    CALENDER_MONTH_CAPTION VARCHAR2 (225 BYTE)
    CALENDER_WEEK NUMBER (18.0)
    CALENDER_DAY VARCHAR2 (225 BYTE)
    CALENDER_QUARTER NUMBER (18.0)
    FINANCIAL_YEAR NUMBER (18.0)
    FINANCIAL_QUARTER NUMBER (18.0)
    FINANCIAL_QUARTER_CAPTION VARCHAR2 (225 BYTE)
    DATE OF PRIOR_DATE
    DATE NEXT_DATE
    DATE OF FIRST_OF_MONTH
    DATE OF LAST_OF_MONTH
    DATE OF START_OF_WEEK
    LAST_OF_WEEK TANK (18 BYTES)
    WORKING_DAY VARCHAR2 (1 BYTE)
    PUBLIC_HOLIDAY VARCHAR2 (1 BYTE)
    PUBLIC_HOLIDAY_NAME VARCHAR2 (225 BYTE)

    I created a D_DATE in AWM dimension with the following levels,

    ALL_YEARS
    CALENDER_YEAR
    CALENDER_QUARTER
    CALENDER_MONTH
    CALENDER_DATE

    and the hierarchy created in the same order as shown above. Here is the mapping for these levels,

    ALL_YEARS
    Member = "All_Years."
    Long description = "all years".
    Short Description = "all years".

    CALENDER_YEAR
    Member = GLOBAL. "" DIM_TIME ". CALENDER_YEAR
    Long description GLOBAL =. "" DIM_TIME ". CALENDER_YEAR
    Short Description = GLOBAL. "" DIM_TIME ". CALENDER_YEAR

    CALENDER_QUARTER
    Member = GLOBAL. "" DIM_TIME ". CALENDER_QUARTER
    Long description GLOBAL =. "" DIM_TIME ". CALENDER_QUARTER
    Short Description = GLOBAL. "" DIM_TIME ". CALENDER_QUARTER

    CALENDER_MONTH
    Member = GLOBAL. "" DIM_TIME ". CALENDER_MONTH
    Long description GLOBAL =. "" DIM_TIME ". CALENDER_MONTH_CAPTION
    Short Description = GLOBAL. "" DIM_TIME ". CALENDER_MONTH_CAPTION

    CALENDER_DATE
    Member = GLOBAL. "" DIM_TIME ". DATE_KEY
    Long description GLOBAL =. "" DIM_TIME ". DATE_DTM
    Short Description = GLOBAL. "" DIM_TIME ". DATE_DTM

    You could someone please help me solve this problem?

    Thanks and greetings
    M trehout

    As you can see, the attributes of the description of long and short are both defined as the DATE. The simplest solution would be to redefine (e.g. using AWM) to be VARCHAR2 of sufficient length. Go to the 'Détails' tab for each attribute change the data type. Once done, check the change by describing the view again once. The load should go afterwards.

Maybe you are looking for

  • Scrolling in contacts

    Recently updated to El Capitan.  List of contacts does not scroll.

  • Importing Photos without end in double - help!

    Hi all, I'm desperately need help, so please can you help me... Whenever I connect my iPhone or iPad to my Macbook Air, all software up to date on all devices, the Photos under OS X app offers to import the same (sometimes hundreds) photos that I've

  • The Thread "thanks motorcycle.

    Yes, you read that right. I must be one of the users apparently little that is happy with my Droid X like this. No glitches or errors I've noticed yet. The integration of the social network was well done as well. Images from the camera with this phon

  • While a single 2130: printer

    can not configure printer.

  • XPS 8700 MEMORY UPGRADE TO 16 GB

    I NEED TO ADD 8 GB OF MEMORY (2 X 4 GB DIMMS) TO MY NEW XPS 8700. I HAVE 8 GB (2X4GB).  ARE THERE SUFFICIENT EMPTY LOCATIONS TO ACCOMMODATE THE UPGRADE?