Error in the verification of the data! Message

I just updated the firmware on my router annex WAG54G2 has version 1.00.17.  When I go to apply a policy of Internet access (made before the update of the firmware), when I try to save the settings I get a dialog box saying error by checking the data!

Any ideas?

OK, installed the firmware again, configured manually (do not reload the configuration settings) and everything is OK.  TNX

Tags: Linksys Products

Similar Questions

  • Error in the date

    Hi gurus

    I have a confusion and grateful if someone helps me, please see below for more details, queries.

    Query 1

    Select * from NLS_DATABASE_PARAMETERS;

    The query result

    NLS_LANGUAGE AMERICAN

    NLS_TERRITORY AMERICA

    NLS_CURRENCY $

    NLS_ISO_CURRENCY AMERICA

    NLS_NUMERIC_CHARACTERS.,.

    WE8MSWIN1252 NLS_CHARACTERSET

    NLS_CALENDAR GREGORIAN

    NLS_DATE_FORMAT DD-MON-RR

    NLS_DATE_LANGUAGE AMERICAN

    NLS_SORT BINARY

    NLS_TIME_FORMAT HH.MI. SSXFF AM

    NLS_TIMESTAMP_FORMAT-DD-MON-RR HH.MI. SSXFF AM

    NLS_TIME_TZ_FORMAT HH.MI. SSXFF AM TZR

    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI. SSXFF AM TZR

    NLS_DUAL_CURRENCY $

    BINARY NLS_COMP

    NLS_LENGTH_SEMANTICS BYTES

    NLS_NCHAR_CONV_EXCP FAKE

    NLS_NCHAR_CHARACTERSET AL16UTF16

    NLS_RDBMS_VERSION 10.2.0.4.0

    If you see is colored red, date format DD-MON-RR, but when I try to query the data using the same format and then I get the error message, see below.

    Query 2

    Select DATE 21 July 1969 '+ INTERVAL ' 02:56:00 ' (SECOND from double TIME;

    Error

    ORA-01847: day of the month must be between 1 and the last day of the month

    01847 00000 - "the day of the month must be between 1 and the last day of the month.

    * Cause:

    * Action:

    Error on line: column 3:13

    -------------------------------------------------------------------------------------------

    My question is that my query uses the date format correct NLS but still I get this error? Thanks in advance

    Concerning

    MIT

    Hi, Mit,.

    Mitchels wrote:

    Hi gurus

    I have a confusion and grateful if someone helps me, please see below for more details, queries.

    Query 1

    Select * from NLS_DATABASE_PARAMETERS;

    The query result

    NLS_LANGUAGE AMERICAN

    NLS_TERRITORY AMERICA

    NLS_CURRENCY $

    NLS_ISO_CURRENCY AMERICA

    NLS_NUMERIC_CHARACTERS.,.

    WE8MSWIN1252 NLS_CHARACTERSET

    NLS_CALENDAR GREGORIAN

    NLS_DATE_FORMAT DD-MON-RR

    NLS_DATE_LANGUAGE AMERICAN

    NLS_SORT BINARY

    NLS_TIME_FORMAT HH.MI. SSXFF AM

    NLS_TIMESTAMP_FORMAT-DD-MON-RR HH.MI. SSXFF AM

    NLS_TIME_TZ_FORMAT HH.MI. SSXFF AM TZR

    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI. SSXFF AM TZR

    NLS_DUAL_CURRENCY $

    BINARY NLS_COMP

    NLS_LENGTH_SEMANTICS BYTES

    NLS_NCHAR_CONV_EXCP FAKE

    NLS_NCHAR_CHARACTERSET AL16UTF16

    NLS_RDBMS_VERSION 10.2.0.4.0

    If you see is colored red, date format DD-MON-RR, but when I try to query the data using the same format and then I get the error message, see below.

    Query 2

    Select DATE 21 July 1969 '+ INTERVAL ' 02:56:00 ' (SECOND from double TIME;

    Error

    ORA-01847: day of the month must be between 1 and the last day of the month

    01847 00000 - "the day of the month must be between 1 and the last day of the month.

    * Cause:

    * Action:

    Error on line: column 3:13

    -------------------------------------------------------------------------------------------

    My question is that my query uses the date format correct NLS but still I get this error? Thanks in advance

    Concerning

    MIT

    You use a literal DATE, which must always be in the YYYY-MM-DD format, like this

    Select DATE ' 1969-07-21' + INTERVAL ' 02:56:00 ' HOUR to SECOND

    Double;

    If you want to use another format, use TO_DATE and explicitly give the format, like this:

    Select TO_DATE (21 July 1969 ')

    'DD-MM-YYYY ".

    ) + INTERVAL ' 02:56:00 ' HOUR TO SECOND

    Double;

    In both cases, NLS_DATE_FORMAT is irrelevant.

    Always use the 4 digits for the year.  Using the numbers 2 years is simply asking for trouble.  Any benefit you win do not have to type these 2 extra characters will be more than compensated by incorrect data and incorrect results, you'll inevitably.

  • ODI: Error loading the data of HFM: invalid dimension name

    Hello

    I am fairly new to ODI and I was wondering if any guru could help me overcome a question im facing. I try to load data from a csv file in HFM. I chose the good KM (LKM file SQL and SQL IKM to Hyperion Financial Management Data), with the Sunopsis Memory engine than the staging area.

    To facilitate the file csv has the exact structure as well as the dimensions of HFM applications and has been located in the interface, as shown below:

    Column of the source - target HFM column file

    -Scenario
    Year - year
    Display - display
    Entity - entity
    Value - value
    Account - account
    PIC - PIC
    CUSTOM1 - Custom1
    CUSTOM2 - Custom2
    Custom3 - Custom3
    Custom4 - Custom4
    -Period
    DataValue - Datavalue
    -Description (no column of the source, mapped as ")

    The csv file contains basic members only. I set the error log file path, and when running the interface I get an error. When I open the error log, I see the following messages:

    Line: 1, error: invalid dimension name
    ! Column_Order = C1_SCENARIO, C2_YEAR, C3_VIEW, C4_ENTITY, C5_VALUE, C6_ACCOUNT, C7_ICP, C8_CUSTOM1, C9_CUSTOM2, C10_CUSTOM3, C11_CUSTOM4, C12_PERIOD, C13_DATAVALUE
    C1_SCENARIO
    line: 3 error: a valid column order is not specified.
    Actual; 2007; YTD; 20043; < entity currency >; 13040; [ICP no]; [None]; 1000; [None]; [None]; Jan; 512000; » »
    > > > > > >



    I'm not sure how to solve, as it is based on the interface mapping match dimensions on a 1:1 basis. In addition, dimension in the target column names correspond to the dimension names of application of HFM (that this application has been deducted).

    Help, please!

    Thank you very much
    Jorge

    Published by: 993020 on March 11, 2013 05:06

    Dear Experts,

    ODI: 11.1.1.6.0
    HFM: 9.3.3

    I also met a similar error as OP.

    In my case, the error occurs when I use SUNOPSIS_MEMORY_ENGINE as the staging. If I simply change this staging to the Oracle schema, the Interface will load data successfully to HFM. So, I'm curious on what cause the SUNOPSIS cannot become the staging for the loading of HFM.

    This will show in the IKM SQL to the FM data log file:

    Load data started: 3/14/2013 13:41:11.
    Line: 1, Error: Invalid dimension name
    !Column_Order = C1_SCENARIO, C2_YEAR, C3_VIEW, C4_ENTITY, C5_VALUE, C6_ACCOUNT, C7_ICP, C8_PRODUCT, C9_CUSTOMERS, C10_CHANNEL, C11_UNITSFLOWS, C12_PERIOD, C13_DESCRIPTION
    
    
    C1_SCENARIO

    
    Line: 3, Error: A valid column order is not specified.
    Actual;2007;YTD;EastSales;;Sales;[ICP None];Comma_PDAs;Electronic_City;National_Accts;[None];February;;555
    >>>>>>
    
    Load data completed: 3/14/2013 13:41:11.
    

    It seems like the query generated is not picking up the Column Alias name, but this only happens if I use SUNOPSIS_MEMORY_ENGINE as the staging. With Oracle schema as staging, data load is successfully finished.

    This is the generated code from the KM

    Prepare for Loading (Using Oracle as Staging)

    from java.util import HashMap
    from java.lang import Boolean
    from java.lang import Integer
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.hfm import ODIHFMConstants
    from com.hyperion.odi.connection import HypAppConnectionFactory
    
    # Target HFM connection properties
    clusterName   = "demo92"
    userName      = "admin"
    password      =  "<@=snpRef.getInfo("DEST_PASS") @>"
    application   = "COMMA"
    
    targetProps = HashMap()
    targetProps.put(ODIConstants.SERVER,clusterName)
    targetProps.put(ODIConstants.USER,userName)
    targetProps.put(ODIConstants.PASSWORD,password)
    targetProps.put(ODIConstants.APPLICATION_NAME,application)
    
    # Load options
    consolidateOnly    = 0
    importMode            = "Merge"
    accumulateWithinFile  = 0
    fileContainsShareData = 0
    consolidateAfterLoad  = 0
    consolidateParameters = ""
    logEnabled             = 1
    logFileName           = r"C:\Temp\ODI_HFM_Load.log"
    tableName             = r"HFMData"
    columnMap            = 'SCENARIO=Scenario , YEAR=Year , VIEW=View , ENTITY=Entity , VALUE=Value , ACCOUNT=Account , ICP=ICP , PRODUCT=Product , CUSTOMERS=Customers , CHANNEL=Channel , UNITSFLOWS=UnitsFlows , PERIOD=Period , DATAVALUE=DataValue , DESCRIPTION=Description '
    srcQuery= """select   C1_SCENARIO    "Scenario",C2_YEAR    "Year",C3_VIEW    "View",C4_ENTITY    "Entity",C5_VALUE    "Value",C6_ACCOUNT    "Account",C7_ICP    "ICP",C8_PRODUCT    "Product",C9_CUSTOMERS    "Customers",C10_CHANNEL    "Channel",C11_UNITSFLOWS    "UnitsFlows",C12_PERIOD    "Period",555    "DataValue",C13_DESCRIPTION    "Description" from ODI_TMP."C$_0HFMData"  where      (1=1)     """
    srcCx                    = odiRef.getJDBCConnection("SRC")
    srcQueryFetchSize=30
    
    loadOptions = HashMap()
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_CONSOLIDATEONLY, Boolean(consolidateOnly))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_IMPORTMODE, importMode)
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_ACCUMULATEWITHINFILE, Boolean(accumulateWithinFile))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_FILECONTAINSSHAREDATA, Boolean(fileContainsShareData))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_CONSOLIDATEAFTERLOAD, Boolean(consolidateAfterLoad))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_CONSOLIDATEPARAMS, consolidateParameters)
    loadOptions.put(ODIConstants.LOG_ENABLED, Boolean(logEnabled))
    loadOptions.put(ODIConstants.LOG_FILE_NAME, logFileName)
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_TABLENAME, tableName);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_COLUMNMAP, columnMap);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_SOURCECONNECTION, srcCx);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_SOURCEQUERY, srcQuery);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_SOURCEQUERYFETCHSIZE, Integer(srcQueryFetchSize));
    
    # Get the writer
    hfmWriter = HypAppConnectionFactory.getAppWriter(HypAppConnectionFactory.APP_HFM, targetProps);
    
    # Begin load
    hfmWriter.beginLoad(loadOptions)
    

    Prepare for loading (using SUNOPSIS as staging)

    from java.util import HashMap
    from java.lang import Boolean
    from java.lang import Integer
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.hfm import ODIHFMConstants
    from com.hyperion.odi.connection import HypAppConnectionFactory
    
    # Target HFM connection properties
    clusterName   = "demo92"
    userName      = "admin"
    password      =  "<@=snpRef.getInfo("DEST_PASS") @>"
    application   = "COMMA"
    
    targetProps = HashMap()
    targetProps.put(ODIConstants.SERVER,clusterName)
    targetProps.put(ODIConstants.USER,userName)
    targetProps.put(ODIConstants.PASSWORD,password)
    targetProps.put(ODIConstants.APPLICATION_NAME,application)
    
    # Load options
    consolidateOnly    = 0
    importMode            = "Merge"
    accumulateWithinFile  = 0
    fileContainsShareData = 0
    consolidateAfterLoad  = 0
    consolidateParameters = ""
    logEnabled             = 1
    logFileName           = r"C:\Temp\ODI_HFM_Load.log"
    tableName             = r"HFMData"
    columnMap            = 'SCENARIO=Scenario , YEAR=Year , VIEW=View , ENTITY=Entity , VALUE=Value , ACCOUNT=Account , ICP=ICP , PRODUCT=Product , CUSTOMERS=Customers , CHANNEL=Channel , UNITSFLOWS=UnitsFlows , PERIOD=Period , DATAVALUE=DataValue , DESCRIPTION=Description '
    srcQuery= """select   C1_SCENARIO    "Scenario",C2_YEAR    "Year",C3_VIEW    "View",C4_ENTITY    "Entity",C5_VALUE    "Value",C6_ACCOUNT    "Account",C7_ICP    "ICP",C8_PRODUCT    "Product",C9_CUSTOMERS    "Customers",C10_CHANNEL    "Channel",C11_UNITSFLOWS    "UnitsFlows",C12_PERIOD    "Period",555    "DataValue",C13_DESCRIPTION    "Description" from "C$_0HFMData"  where      (1=1)     """
    srcCx                    = odiRef.getJDBCConnection("SRC")
    srcQueryFetchSize=30
    
    loadOptions = HashMap()
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_CONSOLIDATEONLY, Boolean(consolidateOnly))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_IMPORTMODE, importMode)
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_ACCUMULATEWITHINFILE, Boolean(accumulateWithinFile))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_FILECONTAINSSHAREDATA, Boolean(fileContainsShareData))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_CONSOLIDATEAFTERLOAD, Boolean(consolidateAfterLoad))
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_IKMDATA_CONSOLIDATEPARAMS, consolidateParameters)
    loadOptions.put(ODIConstants.LOG_ENABLED, Boolean(logEnabled))
    loadOptions.put(ODIConstants.LOG_FILE_NAME, logFileName)
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_TABLENAME, tableName);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_COLUMNMAP, columnMap);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_SOURCECONNECTION, srcCx);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_SOURCEQUERY, srcQuery);
    loadOptions.put(ODIHFMConstants.OPTIONS_NAME_SOURCEQUERYFETCHSIZE, Integer(srcQueryFetchSize));
    
    # Get the writer
    hfmWriter = HypAppConnectionFactory.getAppWriter(HypAppConnectionFactory.APP_HFM, targetProps);
    
    # Begin load
    hfmWriter.beginLoad(loadOptions)
    

    If anyone can help on how to solve this?

    Thank you

    Published by: user10620897 on March 14, 2013 14:28

  • Don't Customize no found error in the data report

    4.2.1

    THM:24

    Hello world

    I have a page with a few traditional reports. When the underlying sql returns no data, it throws the standard message 'No data Found' in this part of the report. Is there a way we can further customize by adding something don't like - no found data because it has selected the range?

    Someone has done this?

    Thank you

    Ryan

    Hi Ryan,

    Under the attributes report, scroll down to the section "Messages". Here, you can change the "when no. found data Message", which is set by default to 'no data available '.

    Kind regards

    Vincent Deelen

  • How to error if the Date is not expected for the CSV Format

    Hi Experts,
    I have a situation where I expect to format DATE as "LUN-DD-YYYY", but there are issues when the CSV file is created with a DATE as "MON-DD-YY" (example November 15, 12 '). The date is inserted in the DB as November 15, 12 ', so I'm looking for a way to not load these files and these folders with incorrect dates added .bad and .log files. Here is my SQL:
    DROP TABLE PER_ALL_ASSIGNMENTS_M_XTERN;

    create table PER_ALL_ASSIGNMENTS_M_XTERN)
    PERSON_NUMBER VARCHAR2 (30 CHAR),
    ASSIGNMENT_NUMBER VARCHAR2 (30 CHAR),
    DATE OF EFFECTIVE_START_DATE,
    DATE OF EFFECTIVE_END_DATE,
    EFFECTIVE_SEQUENCE NUMBER 4,
    ATTRIBUTE VARCHAR2 (30 CHAR) CATEGORY,
    _ATTRIBUTE1 VARCHAR2 (150 CHAR),
    ...
    ATTRIBUTE Numero20 NUMBER,
    ATTRIBUTE DATE1 DATE,
    ATTRIBUTE DATE2 DATE,
    ATTRIBUTE DATE3 DATE,
    ATTRIBUTE DATE4 DATE,
    ATTRIBUTE DATE.5 DATE,
    ATTRIBUTE DATE6 DATE,
    ATTRIBUTE DATE7 DAY,
    ATTRIBUTE DATE8 DAY,
    ATTRIBUTE DATE9 DATE,
    ATTRIBUTE DATE10 DAY,
    ATTRIBUTE DATE11 DAY,
    ATTRIBUTE DATE12 DATE,
    ATTRIBUTE SMOKERS13 DAY,
    ATTRIBUTE DATE14 DAY,
    ATTRIBUTE DATE15 DAY,
    ASG_INFORMATION_CATEGORY VARCHAR2 (30 CHAR),
    ASG_INFORMATION1 VARCHAR2 (150 CHAR),
    ...
    ASG_INFORMATION_NUMBER20 NUMBER,
    ASG_INFORMATION_DATE1 DAY,
    ASG_INFORMATION_DATE2 DAY,
    ASG_INFORMATION_DATE3 DAY,
    ASG_INFORMATION_DATE4 DAY,
    ASG_INFORMATION_DATE5 DAY,
    ASG_INFORMATION_DATE6 DAY,
    ASG_INFORMATION_DATE7 DAY,
    ASG_INFORMATION_DATE8 DAY,
    ASG_INFORMATION_DATE9 DAY,
    ASG_INFORMATION_DATE10 DAY,
    ASG_INFORMATION_DATE11 DAY,
    ASG_INFORMATION_DATE12 DAY,
    ASG_INFORMATION_DATE13 DAY,
    ASG_INFORMATION_DATE14 DAY,
    DATE OF ASG_INFORMATION_DATE15
    )
    external organization
    (the default APPLCP_FILE_DIR directory
    access settings
    (records delimited by newline jump 1
    BadFile APPLCP_FILE_DIR: 'PER_ALL_ASSIGNMENTS_M_XTERN.bad'
    APPLCP_FILE_DIR log file: 'PER_ALL_ASSIGNMENTS_M_XTERN.log'
    ' fields completed by ',' EVENTUALLY ENCLOSED BY ' "'
    (PERSON_NUMBER,
    ASSIGNMENT_NUMBER,
    DATE MASK EFFECTIVE_START_DATE CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK EFFECTIVE_END_DATE CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    EFFECTIVE_SEQUENCE,
    _ATTRIBUTE_CATEGORY,
    _ATTRIBUTE1,
    ...
    _ATTRIBUTE_NUMBER20,
    DATE MASK _ATTRIBUTE_DATE1 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE2 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE3 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE4 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE5 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE6 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE7 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE8 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE9 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE10 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE11 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE12 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE13 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE14 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK _ATTRIBUTE_DATE15 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    ASG_INFORMATION_CATEGORY,
    ASG_INFORMATION1,
    ...
    ASG_INFORMATION_NUMBER20,
    DATE MASK ASG_INFORMATION_DATE1 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE2 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE3 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE4 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE5 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE6 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE7 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE8 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE9 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE10 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE11 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE12 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE13 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK ASG_INFORMATION_DATE14 CHAR(20) DATE_FORMAT 'DD-MON-YYYY. "
    DATE MASK DATE_FORMAT ASG_INFORMATION_DATE15 CHAR (20) 'MON-DD-YYYY ".
    )
    )
    location ("PER_ALL_ASSIGNMENTS_M.csv")
    )
    REJECT LIMIT UNLIMITED;

    .. example report CSV:

    E040101, EE040101, 1-Aug-00: 31-Dec-12, 1, NDVC, YES, SFC, N, STIP Plan - pressure, E040101, 2080, 5, 31113, 31113, 31113, 31113, 31113, 31113, 1-Jan-12, 31-Dec-12.

    Thank you
    Thai

    Message details pl of the OS and database versions

    Use the RRRR instead of AAAA - http://docs.oracle.com/cd/E11882_01/server.112/e26088/sql_elements004.htm#SQLRF00215

    HTH
    Srini

  • error 0x8007000D the data is not valid

    Remember - this is a public forum so never post private information such as email or phone number

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Which may be caused by something.

    What data? What you trying to do? What Windows system you have, or you are trying to install? When you get the error message? The info below may or may not help according to the real problem.

    If you have downloaded Windows 7 and it burned a DVD test burn again at the slowest speed possible. It is also possible the download may have errors, you can try to download it again.

    If you have difficulties to activate Windows 7 open the Windows Activation Wizard in Windows 7 to use the phone and activate Windows:
    1. When you reach the desktop click Start, then in the search box type: slui.exe 4
    2. press enter on your keyboard
    3. Select your country.
    4. Select the telephone activation option, then dial the given number and hold for a real person.
    For more details: http://www.sevenforums.com/tutorials/18715-activate-windows-7-phone.html

    How to replace Microsoft software
    http://support.Microsoft.com/default.aspx/KB/326246

    Questions about installing Windows 7?
    FAQ - Frequently Asked Questions from Installation Windows 7 & responses

  • Errors of the data sources in WebLogic

    Description:

    I have some errors when I run the WebLogic application. Errors due to data sources. Can you suggest me a solution? Thank you.

    Journal:

    < 7 August 2014 23: 27 WEST > < opinion > < WebLogicServer > < BEA-000365 > < Server state has changed to STANDBY. >

    < 7 August 2014 23: 27 WEST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed at the START. >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize the application "LocalSvcTblDataSource" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "SDM-GOSA" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "opss-audit-DBDS" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "opss-audit-viewDS" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize the application 'opss-data-source' because of the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    Hello

    Follow these steps:

    1 stop of applications using stopweblogic.sh

    2. closing of the database

    3 judgment of the listener.

    Now,.

    1. start the listener

    2. start the database

    3. start weblogic.

    It will work I guess

    Kind regards

    Rous

  • Receive the error on the logging message indicating "problem accessing your user profile.

    I get an error message from the log indicating that there 'a problem accessing your user profile '. About a week or two ago I called Microsoft and Security Support technician run my laptop in safe mode to remove a virus preventing me access to the internet. This problem has been resolved. I have not used my laptop again since then until today.

    See if this helps:

    ·

    ·                        http://www.Vistax64.com/tutorials/130095-user-profile-service-failed-logon-user-profile-cannot-loaded.html

    See if the information in the above tutorial will help you.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://windowshelp.Microsoft.com/Windows/en-AU/help/769495bf-035C-4764-A538-c9b05c22001e1033.mspx

    Difficulty of a corrupted user profile

    After creating the profile, you can copy the files from the existing profile. You must have at least three user accounts on the computer to perform these operations, including the new account that you created.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

    A temporary profile is loaded after you connect to a Windows Vista-based system

    See you soon.

    Mick Murphy - Microsoft partner

  • Error: 0x8007000D: the data are incorrect on renaming a folder

    Hi, I am Nader... I have this problem recently when I come to rename a folder, it throws the error "error: 0x8007000D: these data are incorrect. Just at the moment where I click on try key it shows works. If it works, is a little annoying. Would appreciate some help here.

    NSK

    HI naderskhan,

    The problem occurs only with certain folders or all folders?

    Perform these steps and check if it solves the problem:

    Step 1:

    I suggest to create a new user account and check if it makes a difference.

    Refer to this link for help:
    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    If it solves the problem, you can fix the damaged user profile.

    See this link:
    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    Step 2:

    Perform a clean boot to verify if a third-party program or service is the cause of the problem.

    Refer to this article for more information:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
     http://support.Microsoft.com/kb/929135

    Steps to perform a clean boot:
    a. click the ORB start on your desktop
    b. type msconfig in the search box and press ENTER.
    If you are prompted for an administrator password or a confirmation, type the password, or click on continue.
    c. in the general tab, click Selective startup.
    d. under Selective startup, clear the check box load startup items.
    e. click on the Services tab, select the hide all Microsoft Services check box and then click Disable all.
    f. click OK.
    g. When prompted, click on restart.

    NOTE: Please check that you start the computer in normal mode after a repair. Follow step 7 of article.

    Kind regards
    Afzal Taher-Microsoft Support.
    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • Error with the data import CSV in FDMEE file

    Data entry; JOD; No details; No product; Actual spending; ERP; Sep; 2012;-40476487.79

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2013;-9670984.005

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2014;-43065295.14

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2015;-37741827.48

    [WHITE] 08; 71111; 411101; 26001, entering data; JOD; No details; No product; Actual spending; ERP; Feb; 2011;-2186.535

    [WHITE] 08; 71111; 411101; 26001, entering data; JOD; No details; No product; Actual spending; ERP; Jan; 2011; 2186.535

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Apr; 2010;-1107458.244

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2010;-969379.839

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2010; 5664971.523

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2011; 539642.297

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Feb; 2010;-161439.3

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Feb 2011;-265875

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jan; 2011;-273767.297

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jul; 2010;-487855.76

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jun; 2010;-1322401.382

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Mar; 2010;-1339217.998

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; May; 2010; - 277219

    Filled lines: 0

    Lines rejected: 438

    2016-01-31 07:57:46, 479 [AIF] INFO: EPMFDM - 140274:Message - MODE ARCHIVE: copy

    2016-01-31 07:57:46, 479 [AIF] INFO: EPMFDM - 140274:Message - Archive of startup files:

    2016-01-31 07:57:46, 480 [AIF] INFO: EPMFDM - 140274:Message - Archive file name: 20120140831.csv

    2016-01-31 07:57:46, 482 [AIF] INFO: EPMFDM - 140274:Message - remove the source file: load7.csv of data

    2016-01-31 07:57:46, 482 [AIF] INFO: EPMFDM - 140274:Message - no deleted files: / u03/inbox/Data load7.csv

    2016-01-31 07:57:46, 493 [AIF] INFO: EPMFDM - 140274:Message - ImportTextData - end

    2016-01-31 07:57:46, 493 [AIF] INFO: EPMFDM - 140274:Message - time taken for import in ms Total = 76

    2016-01-31 07:57:46, 597 [AIF] INFO:

    Import of Source data for the period "Aug-2014".

    2016-01-31 07:57:46, 604 INFO [AIF]: generic data lines imported from Source: 0

    2016-01-31 07:57:46, 605 [AIF] INFO: Total of lines of data from the Source: 0

    2016-01-31 07:57:47, 927 INFO [AIF]:

    Map data for period "Aug-2014".

    2016-01-31 07:57:47, 931 WARN [AIF]: warning: no record exists for period "Aug-2014".

    2016-01-31 07:57:47, 941 [AIF] INFO:

    Scene for period data "Aug-2014".

    2016-01-31 07:57:47, 942 INFO [AIF]: number of deleted lines of TDATAMAPSEG: 0

    2016-01-31 07:57:47, 944 INFO [AIF]: number of lines inserted in TDATAMAPSEG: 0

    2016-01-31 07:57:47, 945 INFO [AIF]: number of deleted lines of TDATAMAP_T: 0

    2016-01-31 07:57:47, 946 INFO [AIF]: number of deleted lines of TDATASEG: 0

    2016-01-31 07:57:47, 948 INFO [AIF]: number of rows deleted from TDATAMEMOITEMS: 0

    2016-01-31 07:57:47, 949 INFO [AIF]: number of deleted lines of TDATAARCHIVE: 0

    2016-01-31 07:57:47, 951 INFO [AIF]: number of lines inserted in TDATASEG: 0

    2016-01-31 07:57:47, 952 INFO [AIF]: number of deleted lines of TDATASEG_T: 0

    2016-01-31 07:57:47, 982 [AIF] INFO: - END IMPORT STEP -

    2016-01-31 07:57:48, INFO 007 [AIF]: - START NEXT STEP -

    2016-01-31 07:57:48, 037 [AIF] WARN: caution: the Import step is not completed for the period August-2014

    2016-01-31 07:57:48, 039 [AIF] WARN: caution: the Import step is not completed for the period August-2014

    2016-01-31 07:57:48, 064 [AIF] INFO: - END VALIDATE STEP -

    2016-01-31 07:57:48, 261 [AIF] INFO: end process FDMEE, process ID: 201

    The period mapping that I create is right

    2016-01-31 07:57:47, 927 INFO [AIF]:

    Map data for period "Aug-2014".

    2016-01-31 07:57:47, 931 WARN [AIF]: warning: no record exists for period "Aug-2014".

    You can check your mapping table of the period which has ' Aug-2014 "created since I can't see your attached screenshot?"  If it is already there, make sure that the period is NOT locked.

    Good luck.

    Alex Liu

    E.M.P. freelance architect

  • Connection to the MDEX error. The data service associated with this editor is not properly configured.

    Hello world

    I just change the demand for short CRS, I added an adapter record pipeline everythings run ok and I can download data and search for data using the endeca_jspref page. But when I open the Workbench of short and tried to look at the properties, this error is displayed.

    Any sugestion?

    CapturaEXMA.PNG

    It's the new Pipeline

    CapturaPipeline.PNG

    It's the editors.xml on the APPS/CRS/config/editors_config/editors.xml

    <EditorConfig xmlns="http://endeca.com/schema/editor-config/2010">
        <EditorModule url="/ifcr/tools/pbx/modules/editors.swf">
            <!-- Default Guided Search Editors -->
            <Editor name="editors:BooleanEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:ChoiceEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:ColorEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:DynamicSlotEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:NumericStepperEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:RadioGroupEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:RecordListEditor">
                <EditorConfig resourcePath="/configuration/tools/xmgr/services/dataservice.2.json">
                    <RecordsPerPageOptions>
                        <RecordsPerPage>10</RecordsPerPage> 
                        <RecordsPerPage>25</RecordsPerPage> 
                        <RecordsPerPage>50</RecordsPerPage> 
                    </RecordsPerPageOptions>
                </EditorConfig>
            </Editor>
            <Editor name="editors:SliderEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:StringEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:StringMapEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <!-- Experience Manager Editors -->
            <Editor name="editors:BoostBuryEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:DebugEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:DimensionListEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:DimensionSelectorEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:DimvalListEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:GuidedNavigationEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:LinkBuilderEditor">
                <EditorConfig>
                    <host>localhost</host>
                    <port>15002</port>
                    <spec></spec>
                    <searchKey></searchKey>
                    <rollupKey></rollupKey>
                    <matchMode>allpartial</matchMode>
                    <imgUrlProperty></imgUrlProperty>
                    <properties>
                    </properties>
                </EditorConfig>
            </Editor>
            <Editor name="editors:RecordStratificationEditor">
                <EditorConfig resourcePath="/configuration/tools/xmgr/services/dataservice.2.json">
                    <RecordsPerPageOptions>
                        <RecordsPerPage>10</RecordsPerPage> 
                        <RecordsPerPage>25</RecordsPerPage> 
                        <RecordsPerPage>50</RecordsPerPage> 
                    </RecordsPerPageOptions>
                </EditorConfig>
            </Editor>
            <Editor name="editors:RichTextEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:SortEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
            <Editor name="editors:XmlEditor">
                <EditorConfig ></EditorConfig>
            </Editor>
        </EditorModule>
        <GlobalEditorConfig></GlobalEditorConfig>
    </EditorConfig>
    

    Hi all, I'm here to say that I found the problem on the dataservice.json it is located in APPS/CRS/config/editors_config/services/dataservice.json, the CRS app uses a key repositoryId, rollup and I added a few records that do not have this property if when the CRS app tries to make the group by using this key, it fails.

    Best regards!

  • It is an error in the data sheet? Acer Aspire 11 switch (SW5-171-39 LB vs SW5-171-80 KM)

    According to technical data sheets, I found the following information:

    Acer Aspire switch 11 - SW5-171-39 LB

    CPU = Intel Core i3-4012Y
    Storage = 128 GB SSD
    Height x width x depth = 1 x 11.7 x 8.1
    Weight = 3.42 lbs

    Acer Aspire switch 11 - SW5-171-80 KM

    CPU = Intel Core i5-4202Y
    Storage = 128 GB SSD + 500 GB
    Height x width x depth = 0.4 x 11.7 x 7.6
    Weight = 1.87 lb

    Is this right? The model with additional HARD drive storage has a lighter weight and more small dimmentions? Or is it a mistake?

    Hello

    Specification of the switch 11 (SW5-171-xxxx):

    -11.73 x 7,57 x 0.42 inch pad only.

    -11.73 x 8.09 x 0.98 inch pad and dock

    -11.73 x 8.09 x 0.98 inch pad and dock with HARD drive

    -1.87 kg with battery 3 cells, pad only

    -3.42 kg with battery 3 cells, pad and dock

    -3.64 kg with battery 3 cells, pad and dock with HARD drive

  • iTunes update errors with the following message appears: there is a problem with this Windows Installer package. A program run as part of the set up did not complete as expected.

    iTunes error update

    I am trying to install an update to iTunes on my laptop and find the folowing part-way through the installation error:

    "There is a problem with this Windows Installer package. A program run as part of the set up did not complete as expected. Contact your provider to support personal or package. »

    I got iTunes for 3-4 years now and have always been able to install updates successfully, so don't not sure what is the problem.

    I tried msconfig and changed the boot process, so it includes all of the non-Windows elements, as suggested on the Microsoft Web site, but that has not worked.

    Can anyone help?

    Thank you

    The instructions were to contact the vendor of the package. This isn't iTunes, Microsoft.

    Ask the question in the Apple Forums:
    https://discussions.Apple.com/index.jspa

  • Windows Explorer error 0x8007007A: "the data area passed to a system call is too small" and will not accept simple word doc to a new file

    I have seen questions about this error in Re (with no response) Task Manager, but it popped up just for me just trying to move a document to a new file (file) in Windows Explorer.  I'm not a techie.  I use a new Windows 7 laptop, networked with a desktop computer running XP - live files on the XP, so I guess it's an XP issue.  The file tree is quite long. I tried to delete and recreate the folder.  No luck.   New - I got a few word documents in a folder, I created a folder under the original, tried to move word documents & PDF files in the folder and suddenly get this error.  I created thousands of new records - never saw this before.

    The previous times I've seen that error (regarding printer installation issues or Scheduler tasks), if seemed to be linked to a care/firewall Windows. Just to smile, have you tried to disable any software firewall/security (temporarily) and see if that makes a difference.

    BTW, it's a new show (as a few update/install can be causing it) or always happened?

  • Error when the value Message BBM

    Currently, my application needed modify the user BBM message, but when I "requestUpdatePersonalMessage", she returned to fail all the time . I already add the library to the pro file.

    Help, please. Thank you.

    Your application successfully register with BBM before making that call?

  • Error in the alert Message of blackBerry Smartphones

    Hello

    I have a new BB 8330 - it says I have 3 new messages, but when I check there is no "new" messages.

    Tried to remove the battery, but nothing seems to work.

    Any suggestions?

    Thank you

    PB

    Thanks for the help, much appreciated.

    But it has not solved the problem.  Past of 35 min. with the support of e, and just before we wiped the phone we tried something.

    Go into Office Manager upper-backup - advanced - and allowed the messagess in database.

    That solved the problem.

    Yes

Maybe you are looking for