Report shows "No data found" when validation fails

Hi folks,
I'm new to the OTN and have a short question regarding validations/report pagination.
We are using Apex 4.0.2.00.07.
I have a page containing a report with three columns.
First column is a checkbox (f30), the second one a date picker and the third one is a value field (f34).
I'm trying to build a validation for the value field (should only allow numeric values, but is varchar2) and used a validation with "Function Returning Boolean".
The PL/SQL code is:
DECLARE
vrow BINARY_INTEGER;
v_number FLOAT:=0;
BEGIN
FOR i IN 1 .. APEX_APPLICATION.g_f30.COUNT
LOOP
BEGIN
vrow := APEX_APPLICATION.g_f30 (i);
v_number := to_number(APEX_APPLICATION.g_f34(vrow));
RETURN TRUE;
EXCEPTION
WHEN OTHERS THEN
RETURN FALSE;
END;
END LOOP;
END;
The validation works fine, but every time I enter a non numeric value and the validation fails (error message is displayed correctly as notification) I get a "report error: ORA-01403: no data found" in the pagination area of the report.
Tried to disable pagination completely, but the error still displays when the validation fails.
Any help would be appreciated.
Thanks in advance and regards
Sandro

Content of the checkboxes is ok, debugging showed
1:7     
2:8
(records 7 and 8 where ticked)
Debugging console also shows:
     0.10900     0.00000     Processing point: Before Box Body          
     0.10900     0.00000     Region: Shareclassinformation          
     0.10900     0.00000     Item: P59_IS     
     0.10900     0.00000     Item: P59_NA
     0.10900     0.00000     Item: P59_CO
     0.10900     0.00000     Region: Attribute Selection
     0.10900     0.00000     Item: P59_LO
     0.10900     0.00000     Item: P59_ID
     0.10900     0.00000     Item: P59_IDAH
     0.10900     0.00000     Item: P59_IDAT
     0.10900     0.00000     Item: P59_SHO
     0.10900     0.00000     Item: P59_UTD
     0.10900     0.00000     Item: P59_X NA
     0.12500     0.00000     Region: Attributes
     0.12500     0.23400     Item: P59_NOT
     0.12500     0.00000     show report
     0.12500     0.00000     determine column headings
     0.12500     0.00000     parse query as: DB
     0.35900     0.14100     binding: ":P59_LOV_AT"="P59_LOV_AT" value="64"
     0.35900     0.00000     binding: ":P59_IDT"="P59_IDT" value="51"
     0.50000     0.01500     print column headings
     0.50000     0.00000     rows loop: 20 row(s)
     *0.51500     0.01600     report error: ORA-01403: no data found*
     0.51500     0.00000     Computation point: After Box Body
...

Similar Messages

  • Print link on report shows 'no data found' when LOV has not been used

    Hi all,
    I have a simple standard report that queries data based on the value in a Select List. This Select List allows users to pick a year for the report. The LOV has a default of TO_CHAR(SYSDATE,'YYYY').
    If I open the page using the associated Tab everything wotks OK. However, if I open the page via a button on my home page, the prink links fails:
    The page opens OK, the select list defaults OK and the report shows the correct data. However, if I click on the 'Download as CSV' or 'Print' links I get 'no data found'.
    If I update the LOV to 2010 everything works. If I set it back to 2009 evenrything works. I just cant get it to work when I open the page.
    I have tried adding computations to get this to work, but this does not seem to help.
    Any ideas?
    Thanks,
    Martin

    Hi,
    It would depend on what has been added, if anything, to the redirect. The redirect should just function as though you had typed in a URL into the address bar and pressed Enter. The page doesn't get submitted, so any data entered onto the page itself is, unless it is already in session, lost. A button, however, should submit the page and Apex will store all values in the session. So, if the value you need for the LOV is from the previous page, then this is the preferred method - but, note, that the redirect can also store values provided the page item name and the value is included in the redirect's URL string
    Andy

  • Financial Tax Register Report shows No Data Found

    Hi All,
    We are upgrading from 11.5.10 to 12.1.3, ofter upgrading to 12.1.3 when i running the Financial Tax Register Report it is showing No Data Found.
    Please reply me ASAP.
    Regards,
    Raju.

    Hi,
    For your references i posted the log file of financial tax register report.
    E-Business Tax: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RXZXPFTR module: Financial Tax Register
    Current system time is 15-FEB-2013 09:38:25
    Publishing concurrent program ZX : RXZXPTEX.
    Request 487766 submitted.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Current system time is 15-FEB-2013 09:38:25
    Request restarted at :15-FEB-2013 09:38:27
    Publishing concurrent program ZX : RXZXPTEX.
    Publishing request ID 487766.
    Its a BIDI char set
    Its not a BIDI language
    FA_RX_SUBMIT_PURGE (PURGE API PROGRAM NAME =ZX_EXTRACT_PKG.PURGE) (ROWS PURGED =0)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    36093
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 487765      
    Number of copies : 0      
    Printer : noprint
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 15-FEB-2013 09:38:28
    ---------------------------------------------------------------------------

  • Search report - error-no data found when printing to csv format

    Hi all,
    I have a search report,
    I have 4 select list and two text field and two date field to search for the result.
    I have even put the computation for the select list items in
    on load - before header ie setting the items to default value.
    Still when i try to print it in the csv format , and try to open the excel, it is saying "no data found" error
    Please, Could any one give me a solution to solve this bug?
    Note: Ordinary report is getting printted in the csv format.
    Thanks in advance
    bye
    Srikavi

    Hi Denes and Scott,
    sorry, only when i select the values for all the 4 select list
    csv is working. default values are not restored in the session.
    How to restore the values in the session state after pressing the search button.
    i have set the default values for the select list and the query is working fine
    but when i see the session from the toolbar the default values are not present.
    but when i see the debug from the toolbar the values are set properly.
    @Denes
    In your example the session is showing the values of the select list and check box
    The same way i did, but in "session" values are not seen so again no data found is seen when printing csv .
    Bye
    Srikavi

  • No Data Found when Sum in Report is checked?

    Does anyone have an Idea why ora-1403 error occurs when you select sum a numeric column in report? It goes away when I deselect it. I have run several reports and this is the first time I experienced this in version 2.0.

    report error: ORA-01403: no data found when SUM columns
    This person has the Error also, any suggestions?? A Bug??

  • Upgrade to 4.0 shows no data found on tabular forms

    Hi,
    After upgrading from 3.x to 4.0, an application that had many tabular forms is now showing "no data found" in their regions. A few pages work, while many others do not.
    Strangely enough, if I take the same sql in the source box and create a new page from scratch, the new tabular form shows the data properly. So it seems to be an issue with the upgrade. In one case it is a very simple "select col1, col2 etc from sample_table" type of syntax. Nothing complex there.
    I wanted to see if others have experienced this.
    In looking through the install log, I can not find any errors. The validation step also shows all objects compiled clean.
    Thanks!
    Erik

    Hey David. Good to know I am not the only one.
    Just to update some workarounds I have tried.
    1) Taking an export from the 3.x application and importing it into 4.0 does not fix the issue (so maybe not a pure upgrade issue?).
    2) Copying a page in 4.0 that has the issue and making a new page does not fix the issue.
    3) Making a change to the tabular form sql in the source box and applying does not fix the issue.
    Still the only workaround is to create a new page with same source sql and setup all the report field properties again.
    Thanks,
    Erik

  • Display 'No Data Found' when there is inv data but still there is xml data

    Hi,
    I am converting an rdf to BI publisher. The issue is when there is no detail (inv) but still there is still xml data , due to which the report is getting printed with the skeleton template and blank details(inv).
    I need to avoid printing the report out if there is not inv detail even though there is xml data. or atleast show 'NO DATA FOUND' msg. and print the report output only when there is inv data.
    Any help is greatly appreciated.
    sample XLM generated when there is inv data:
    - <ARXCBI>
    - <LIST_G_SETUP>
    - <G_SETUP>
    <COMPANY_NAME>GL SOB</COMPANY_NAME>
    <FUNCTIONAL_CURRENCY>USD</FUNCTIONAL_CURRENCY>
    <COA_ID>23456</COA_ID>
    <SET_OF_BOOKS_ID>1</SET_OF_BOOKS_ID>
    <LIST_G_SITES />
    <REPORT_NAME>Billing Invoice</REPORT_NAME>
    <SUB_TITLE />
    </G_SETUP>
    </LIST_G_SETUP>
    <RP_COMPANY_NAME>GL SOB</RP_COMPANY_NAME>
    <RP_REPORT_NAME>Billing Invoices</RP_REPORT_NAME>
    <RP_DATA_FOUND />
    <RP_SUB_TITLE />
    <R_DEFAULT_COUNTRY>US</R_DEFAULT_COUNTRY>
    <R_DEFAULT_COUNTRY_DESC>United States</R_DEFAULT_COUNTRY_DESC>
    <T_REPORT_TOTAL />
    <RP_COUNTER />
    <INV>Invoice</INV>
    <CM>Credit Memo</CM>
    <ADJ>Adjustment</ADJ>
    <XREV>Reverse Cross Site Credit Memo</XREV>
    <XAPP>Apply Cross Site Credit Memo</XAPP>
    </ARXCBI>
    Thanks!

    Hi Srini,
    Now I am running into another problem. When there is no detail data it displays 'No data found' as expected in the report output. But is there any way to restrict the print option (avoid wasting the paper) to just display 'No data found' in the output but not to print the output only in this case.
    I really appreciate any help!

  • Date Picker query showing "No Data Found", works in SQLPlus

    I have created 2 Date Picker items - P2_START_DATE and P2_END_DATE. I have set the format of these to 'DD-MON-YYYY'.
    This is the query I have to select the data based on the values from the date pickers:
    select sample_date,reading from meter_data where sample_date between to_date(:P2_START_DATE,'DD-MON-YYYY') and to_date(:P2_END_DATE,'DD-MON-YYYY') order by sample_date;
    The P2_START_DATE is '20-JAN-2011', the P3_END_DATE is '21-JAN-2011'.
    The query returns "No Data Found" when run in APEX, but when I run this in SQLPlus on the host I get data:
    select sample_date,reading from meter_data where sample_date between to_date('20-JAN-2011','DD-MON-YYYY') and to_date('21-JAN-2011','DD-MON-YYYY') order by sample_date
    20-JAN-2011 .39
    20-JAN-2011 .14
    20-JAN-2011 .14
    20-JAN-2011 .18
    21-JAN-2011 .13
    Can someone explain what I'm doing wrong? I have tried a few different formats, with no luck.
    TIA

    Hi Jeff,
    My Requirement is also looks like same, but am not able figure it out the reason why am getting no data found message in my chart(report).
    Requirement:
    I have a page, where two date picker(html5) items let say P30_FROM_DATE, P30_TO_DATE are there, apart from this i have one button as well,
    when the user select the from and to date from the date picker, and as soon as click on the button (SHOW), need to display the 2D Stacked Bar Char.
    so to achieve this, i have created a blank page, under region i have created a chart (2D Stacked Bar Chart), under items--> i have created two date picker items and one button.
    my query is
    SELECT NULL LINK,
           FLOW_STATUS_CODE LABEL,
           COUNT(ORDER_NUMBER) VALUE
      FROM
           OE_ORDER_HEADERS_ALL
    WHERE
           CREATION_DATE
           BETWEEN TO_DATE(:P30_FROM_DATE,'DD-MON-YYYY') AND TO_DATE(:P30_TO_DATE,'DD-MON-YYYY')
    GROUP BY FLOW_STATUS_CODE;
    Issue:
    Once i select the From and To Date, when am click on Show button, am not able to see as desired chart, instead am getting no data found message in the chart location.
    Can you please tell me how to do this.
    i would like to know that, how do i capture those two date item values in my query, and how do i initiate my report when am pressing button.
    please revert back to my below mail.
    Regards
    Santhosh Kumar. K
    [email protected]

  • Invalid data found when base64 decoding a String

    When I tried to start my server, my server stops automatically. Following are my server0 logs when the server0 stopped automatically when I tried to start my WEB-AS.
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7181 - 630_SP]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[ISO8859_1]/>
    <!FILESET[17, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.16.trc]/>
    <!NEXTFILE[defaultTrace.18.trc]/>
    <!LOGHEADER[END]/>
    #1.5#0003BAB02F57000000000001000017410004123D362DADF4#1145954018110#com.sap.engine.core.service630.container.LoadContainer##com.sap.engine.core.service630.container.LoadContainer#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###library CRRSLib - jar file /usr/sap/PVJ/JC30/j2ee/cluster/server0/bin/ext/itext.jar does not exist.#
    #1.5#0003BAB02F57000100000001000017410004123D36C8277F#1145954028234#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_12##0#0#Warning#1#/System/Server#Plain###User <system thread>, IP address
    The default (JDK) implementation will be used for writing compressed data in the GZIP file format!#
    #1.5#0003BAB02F57000200000001000017410004123D36CDE4C7#1145954028610#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53001: "Host:crrsprap1,Port:53001,Scheme:https" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F57000200000002000017410004123D36CDF137#1145954028613#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53001: Host=="crrsprap1", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F57000200000004000017410004123D36CDF5DB#1145954028615#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53000: "Host:crrsprap1,Port:53000,Scheme:http" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F57000200000005000017410004123D36CDF801#1145954028615#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53000: Host=="crrsprap1", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000200000007000017410004123D36CDFC01#1145954028616#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53001: "Host:crrsprap1,Port:53001,Scheme:https,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F57000200000008000017410004123D36CDFED2#1145954028617#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53001: Host=="crrsprap1", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F5700020000000A000017410004123D36CE02F6#1145954028618#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53000: "Host:crrsprap1,Port:53000,Scheme:http,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F5700020000000B000017410004123D36CE0552#1145954028619#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_4##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53000: Host=="crrsprap1", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000300000001000017410004123D36D272FF#1145954028909#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53001: "Host:crrsprdb,Port:53001,Scheme:https" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F57000300000002000017410004123D36D2771E#1145954028910#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53001: Host=="crrsprdb", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F57000300000004000017410004123D36D27B86#1145954028911#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53000: "Host:crrsprdb,Port:53000,Scheme:http" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F57000300000005000017410004123D36D27DE2#1145954028912#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53000: Host=="crrsprdb", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000300000007000017410004123D36D2820C#1145954028913#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53001: "Host:crrsprdb,Port:53001,Scheme:https,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F57000300000008000017410004123D36D28474#1145954028913#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53001: Host=="crrsprdb", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F5700030000000A000017410004123D36D28893#1145954028914#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53000: "Host:crrsprdb,Port:53000,Scheme:http,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F5700030000000B000017410004123D36D28BC2#1145954028915#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_72##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53000: Host=="crrsprdb", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000400000001000017410004123D376F2CD8#1145954039180#com.sap.security##com.sap.security.logToFile#######SAPEngine_System_Thread[impl:5]_10##0#0#Error#1#/System/Security/Audit#Plain###<systemuser>     | CUSTOMIZE     | NONE = SecurityAudit     |      | Version=[3], Changelist=[17855]#
    #1.5#0003BAB02F57000400000003000017410004123D376F5152#1145954039189#com.sap.security##com.sap.security.logToFile#######SAPEngine_System_Thread[impl:5]_10##0#0#Error#1#/System/Security/Audit#Plain###<systemuser>     | CUSTOMIZE     | NONE = Properties     |      | ume.logon.security_policy.cert_logon_required=[FALSE], login.authschemes.definition.file=[authschemes.xml], ume.ldap.connection_pool.max_size=[10], ume.ldap.connection_pool.max_wait_time=[60000], ume.locking.max_wait_time=[30], com.sap.security.core.umap.key=[], ume.notification.update_by_batch_performed=[TRUE], ume.ldap.access.auxiliary_naming_attribute.grup=[], ume.ldap.access.size_limit=[0], ume.logon.security_policy.useridmaxlength=[20], ume.supergroups.anonymous_group.uniquename=[Anonymous Users], ume.r3.connection.003.receiverid=[003], login.ticket_lifetime=[8], ume.logonAuthenticationFactory=[com.sap.security.core.logon.imp.SAPJ2EEAuthenticator], ume.cache.user.default_caching_time=[3600], ume.ldap.cache_size=[100], ume.ldap.access.ssl_socket_factory=[com.sap.security.core.server.https.SecureConnectionFactory], ume.r3.connection.002.snc_lib=[], ume.r3.use.role=[FALSE], ume.r3.connection.001.group=[], ume.replication.adapters.001.scope=[], ume.supergroups.everyone.uniquename=[Everyone], ume.r3.connection.master.snc_qop=[], ume.ldap.access.ssl=[FALSE], ume.ldap.connection_pool.max_idle_connections=[5], ume.ldap.blocked_groups=[Administrators,Guests], ume.r3.mastersystem=[], ume.logon.security_policy.lock_after_invalid_attempts=[3], ume.ldap.connection_pool.min_size=[1], ume.ldap.access.server_port=[], ume.principal.cache_role_hierarchy=[TRUE], ume.r3.sync.sender=[SAPMUM], ume.secaudit.get_object_name=[FALSE], ume.ldap.unique_user_attribute=[], ume.r3.connection.003.sysnr=[], ume.r3.connection.001.snc_qop=[], ume.logon.security_policy.password_max_length=[14], ume.ldap.access.auxiliary_objectclass.grup=[], ume.r3.connection.001.userole=[FALSE], ume.ldap.access.msads.control_attribute=[userAccountControl], ume.r3.connection.001.snc_partnername=[], ume.r3.connection.003.ashost=[], ume.ldap.access.naming_attribute.user=[], ume.r3.connection.003.poolmaxsize=[10], ume.ldap.access.base_path.user=[], ume.logon.security_policy.password_change_allowed=[TRUE], ume.login.basicauthentication=[1], ume.r3.orgunit.adapterid=[], ume.db.use_default_transaction_isolation=[FALSE], ume.admin.allow_selfmanagement=[FALSE], ume.r3.connection.001.r3name=[], ume.notification.create_by_batch_performed=[TRUE], ume.admin.selfreg_sus.adminrole=[], ume.logon.security_policy.userid_in_password_allowed=[FALSE], ume.notification.lock_performed=[TRUE], ume.r3.connection.003.lang=[], ume.replication.adapters.master.companies=[], ume.supergroups.anonymous_group.description=[Built-in Group Anonymous Users], ume.ldap.connection_pool.retrial_interval=[10000], ume.r3.connection.master.group=[], ume.r3.connection.002.poolmaxwait=[], ume.admin.account_privacy=[FALSE], ume.persistence.batch.page_size=[25], ume.r3.connection.master.poolmaxwait=[], ume.r3.connection.002.snc_mode=[], ume.cache.user.initial_cache_size=[500], ume.r3.connection.003.client=[], ume.r3.connection.002.sysnr=[], ume.r3.connection.master.lang=[], ume.ldap.access.msads.grouptype.value=[4], ume.r3.connection.master.gwhost=[], login.ticket_client=[000], ume.ldap.access.objectclass.grup=[], ume.r3.connection.001.receiverid=[001], ume.login.guest_user.uniqueids=[Guest], ume.r3.connection.003.receiverid_guest=[003], ume.admin.display.redirect=[], ume.cache.group.default_caching_time=[3600], ume.notification.mail_host=[], ume.logon.selfreg=[FALSE], ume.ldap.access.user=[], ume.ldap.access.creation_path.grup=[], ume.r3.connection.001.poolmaxwait=[], ume.testum=[FALSE], ume.company_groups.enabled=[FALSE], ume.r3.connection.003.userole=[FALSE], ume.r3.connection.master.msserv=[], ume.replication.adapters.001.companies=[], ume.tpd.companies=[branch1,branch2,branch3,WA,WE,WC,WD,WB,WF,VC,VH,VF,VG,VB,VA,VE,PC,PA,PD,PB,EA,EC,ED,EB,JE,JB,JD,JF,JC,JA,KA,KB,KD,KC,SA,SB,QB,QA,QC,ZH,1,2,054,055,059,062,065,066,067,068,070,111,116,201,203,204,206,207,209,214,215,217,221,222,333,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,AWP,JKL,KUL,SKS,CRS,APG,MDT,SLG,STK,BKB,ASNS,PJY,KJG,BNT,DSJ,RWG,KLG,SHA,PKL,SBJ,PCH,SBN,AJM,MLK,MUR,BPH,KLU,SGT,JSK,KUJ,KOT,ANR,BTW,BMT,PNG,LWI,SPT,JTG,AST,KGR,APK,IPH,TPG,SIT,TKN,PBR,AEC,KJB,TMH,KBU,KTG,ASK,SBU,BTU,MYY,KCH,ASA,SDK,KKU,LDU,TWU,INM,UNKMBMY,UNKABMY,UNKAFMY,UNKMBSG,BHPT,CA,RTS,HQMBMY,HQAFMY,HQABMY,HQMBSG,CMQ,CMQMBSG,RMMBSG,SUSMBSG,CMQHQ,CMQFT,CMQSNS,CMQPRK,CMQPKP,CMQPKT,CMQJM,CMQSBH,CMQSRW,CRA,REFSFT,REFSSNS,REFSJM,REFSPKT,REFSPKP,SECM,SC,JBU,113,114,117,118,QD,BHPE,KE,351], ume.r3.connection.001.gwhost=[], ume.cache.default_cache=[distributableCache], ume.ldap.unique_grup_attribute=[], ume.db.or_search.max_arguments=[50], ume.admin.search_maxhits_warninglevel=[200], ume.ldap.access.auxiliary_naming_attribute.uacc=[], login.serviceuser.lifetime=[100], login.ticket_portalid=[auto], ume.notification.unlock_request=[TRUE], ume.trace.debug_exception_level=[1], ume.authenticationFactory=[com.sap.security.core.logon.imp.SAPJ2EEAuthenticator], ume.ldap.access.server_type=[], ume.r3.connection.003.gwserv=[], ume.admin.self.addattrs=[], ume.db.parent_search.max_arguments=[300], ume.notification.system_email=[], ume.logon.security_policy.log_client_hostname=[FALSE], ume.r3.connection.003.snc_myname=[], ume.supergroups.authenticated_group.description=[Built-in Group Authenticated Users], ume.superadmin.activated=[FALSE], ume.r3.connection.002.lang=[], ume.r3.connection.master.abap_debug=[], ume.tpd.classloader=[], ume.usermapping.refsys.mapping.type=[internal], ume.r3.connection.master.ashost=[], ume.logon.security_policy.password_alpha_numeric_required=[1], ume.login.mdc.hosts=[], ume.cache.notification_time=[0], ume.ldap.access.user_as_account=[TRUE], ume.ldap.access.multidomain.enabled=[FALSE], ume.r3.connection.master.receiverid=[master], ume.ldap.access.auxiliary_objectclass.uacc=[], ume.admin.search_maxhits=[1000], ume.ldap.access.dynamic_group_attribute=[], ume.notification.create_approval=[TRUE], ume.r3.connection.001.ashost=[], ume.db.connection_pool.j2ee.xatransactions_used=[FALSE], ume.admin.addattrs=[], ume.ldap.blocked_accounts=[Administrator,Guest], ume.admin.selfreg_sus.adapterid=[SUS], ume.locking.enabled=[TRUE], ume.allow_nested_groups=[TRUE], ume.r3.connection.003.user=[], ume.r3.connection.master.r3name=[], ume.logoff.redirect.silent=[FALSE], ume.r3.connection.001.msghost=[], ume.version.sapj2eeengine=[630], ume.secaudit.log_actor=[TRUE], ume.persistence.ume_roles_data_source_configuration=[dataSourceConfiguration_UMERoles.xml], ume.r3.connection.master.receiverid_guest=[master], ume.logon.allow_cert=[FALSE], ume.r3.connection.master.client=[], ume.r3.connection.master.user=[], ume.users.displayname_template=[, ], ume.logon.logon_help=[TRUE], ume.ldap.connection_pool.retrial=[5], ume.r3.connection.003.poolmaxwait=[], ume.supergroups.anonymous_group.displayname=[Anonymous Users], ume.r3.connection.001.lang=[], ume.r3.connection.tpd.adapterid=[value of ume.r3.connection.tpd.systemid], ume.acl.validate_cached_acls=[FALSE], ume.logon.security_policy.useridminlength=[2], ume.cache.group.initial_cache_size=[500], ume.login.context.default=[ticket], ume.logon.locale=[FALSE], ume.r3.connection.003.snc_lib=[], ume.logon.security_policy.log_client_hostaddress=[TRUE], ume.notification.email_asynch=[TRUE], ume.ldap.access.time_limit=[0], ume.r3.connection.001.client=[], ume.notification.admin_email=[], ume.ldap.access.objectclass.uacc=[], ume.logon.security_policy.userid_special_char_required=[0], ume.r3.connection.001.snc_myname=[], ume.ldap.access.naming_attribute.grup=[], ume.admin.selfreg_sus.deletecall=[TRUE], ume.notification.delete_performed=[TRUE], ume.ldap.access.base_path.grup=[], ume.ldap.access.creation_path.uacc=[], ume.login.anonymous_user.mode=[1], ume.ldap.connection_pool.max_idle_time=[300000], ume.ldap.connection_pool.max_connection_usage_time_check_interval=[120000], ume.cache.role.initial_cache_size=[500], ume.r3.connection.002.r3name=[], ume.ldap.access.msads.grouptype.attribute=[grouptype], ume.logon.security_policy.auto_unlock_time=[60], ume.replication.adapters.index_3=[], ume.admin.modify.redirect=[], ume.replication.adapters.index_2=[], ume.replication.adapters.index_1=[], ume.r3.connection.002.snc_qop=[], ume.tpd.imp.class=[com.sap.security.core.tpd.SimpleTPD], ume.r3.connection.master.gwserv=[], ume.logon.security.relax_domain.level=[1], ume.ldap.access.server_name=[], ume.trace.external_trace_class=[com.sap.security.core.util.imp.UMTrace_630], ume.admin.selfreg_company=[FALSE], ume.notification.create_denied=[TRUE], ume.r3.connection.002.user=[], ume.r3.connection.003.group=[], ume.company_groups.displayname_template=[ ()], ume.ldap.access.context_factory=[com.sun.jndi.ldap.LdapCtxFactory], ume.replication.adapters.003.scope=[], ume.r3.connection.003.msghost=[], ume.db.connection_pool.j2ee.jta_transaction_support_enabled=[FALSE], ume.logon.r3master.adapterid=[master], ume.r3.connection.003.snc_partnername=[], ume.ldap.unique_uacc_attribute=[], ume.r3.connection.001.gwserv=[], ume.r3.connection.master.trace=[], ume.r3.connection.002.receiverid_guest=[002], ume.ldap.cache_lifetime=[300], ume.r3.connection.master.snc_mode=[], ume.db.connection_pool.j2ee.is_unicode=[FALSE], ume.r3.connection.master.snc_lib=[], ume.cache.user_account.initial_cache_size=[500], login.ticket_keystore=[TicketKeystore], ume.allow_nested_roles=[FALSE], ume.replication.adapters.003.companies=[], ume.r3.connection.001.sysnr=[], ume.r3.connection.002.gwhost=[], ume.db.connection_pool_type=[SAP/BC_UME], ume.r3.connection.001.receiverid_guest=[001], ume.r3.connection.002.receiverid=[002], ume.r3.connection.001.snc_lib=[], ume.tpd.prefix=[STPD_], ume.ldap.access.auxiliary_naming_attribute.user=[], ume.replication.adapters.master.scope=[], ume.admin.password.migration=[false], ume.supergroups.authenticated_group.uniquename=[Authenticated Users], ume.r3.connection.002.group=[], ume.r3.connection.master.snc_myname=[], ume.cache.acl.permissions.initial_cache_size=[100], ume.logon.branding_text=[/logon/layout/crrs.gif], ume.login.context=[ticket], ume.ldap.access.flat_group_hierachy=[TRUE], ume.logon.security_policy.oldpass_in_newpass_allowed=[FALSE], ume.r3.connection.master.msghost=[], ume.supergroups.everyone.description=[Built-in Group Everyone], ume.admin.nocache=[FALSE], ume.cache.acl.permissions.default_caching_time=[3600], ume.r3.connection.001.user=[], ume.company_groups.guestusercompany_enabled=[TRUE], ume.notification.pswd_reset_performed=[TRUE], ume.cache.user_account.default_caching_time=[3600], ume.usermapping.unsecure=[FALSE], ume.ldap.connection_pool.connect_timeout=[0], ume.admin.selfreg_guest=[TRUE], ume.notification.selfreg_performed=[TRUE], login.authschemes.default=[default], ume.replication.messaging.active=[FALSE], ume.notification.create_request=[TRUE], ume.ldap.access.auxiliary_objectclass.user=[], ume.admin.phone_check=[TRUE], ume.logon.security_policy.password_mix_case_required=[1], ume.persistence.data_source_configuration=[dataSourceConfiguration_database_only.xml], ume.ldap.default_group_member.enabled=[FALSE], ume.replication.sync.display_all_doc=[FALSE], ume.r3.connection.master.sysnr=[], ume.usermapping.key.protection=[TRUE], ume.admin.create.redirect=[], ume.r3.connection.002.ashost=[], ume.logoff.redirect.url=[], ume.logon.security_policy.password_min_length=[5], login.ticket_keyalias=[SAPLogonTicketKeypair], ume.r3.connection.003.snc_mode=[], ume.logon.security.enforce_secure_cookie=[FALSE], ume.ldap.access.naming_attribute.uacc=[], ume.ldap.access.base_path.uacc=[], ume.logon.security_policy.password_change_required=[TRUE], ume.logon.branding_image=[/logon/layout/kumpmbank.jpg], ume.notification.create_performed=[TRUE], ume.company_groups.description_template=[Company ], ume.persistence.pcd_roles_data_source_configuration=[dataSourceConfiguration_PCDRoles.xml], ume.admin.auto_password=[TRUE], ume.roles.xml_files=[*role.xml], ume.r3.connection.master.snc_partnername=[], ume.ldap.blocked_users=[Administrator,Guest], ume.r3.connection.002.userole=[FALSE], ume.r3.connection.tpd.systemid=[SUS], ume.ldap.access.objectclass.user=[], ume.r3.connection.002.msghost=[], ume.r3.connection.002.client=[], ume.admin.debug_internal=[FALSE], ume.logon.httponlycookie=[TRUE], ume.notification.workflow_email=[], ume.ldap.access.action_retrial=[2], ume.ldap.access.creation_path.user=[], ume.logon.security_policy.userid_digits=[0], ume.r3.connection.002.poolmaxsize=[10], ume.r3.connection.master.poolmaxsize=[10], ume.ldap.access.dynamic_groups=[FALSE], ume.r3.connection.003.r3name=[], ume.logon.security_policy.password_expire_days=[99999], ume.cache.principal.initial_cache_size=[500], ume.usermapping.admin.pwdprotection=[TRUE], ume.ldap.default_group_member=[cn=DUMMY_MEMBER_FOR_UME], ume.supergroups.authenticated_group.displayname=[Authenticated Users], ume.company_groups.guestusercompany_name=[Guest Users], ume.admin.selfreg_sus=[FALSE], ume.r3.connection.002.snc_myname=[], ume.cache.acl.initial_cache_size=[10000], ume.r3.connection.001.poolmaxsize=[10], ume.notification.unlock_performed=[TRUE], ume.secstore.active=[TRUE], ume.cache.principal.default_caching_time=[3600], ume.principal.cache_group_hierarchy=[TRUE], ume.notification.pswd_reset_request=[TRUE], ume.replication.adapters.002.companies=[], ume.ldap.connection_pool.monitor_level=[0], ume.r3.connection.001.snc_mode=[], ume.ldap.access.msads.control_value=[512], ume.r3.connection.002.gwserv=[], ume.r3.connection.003.snc_qop=[], ume.cache.acl.default_caching_time=[1800], ume.ldap.record_access=[FALSE], ume.supergroups.everyone.displayname=[Everyone], ume.replication.adapters.002.scope=[], ume.principal.cache_indirect_parents=[TRUE], ume.logon.security_policy.userid_lowercase=[0], ume.logon.security_policy.password_special_char_required=[1], ume.r3.connection.003.gwhost=[], ume.cache.role.default_caching_time=[3600], ume.r3.connection.002.snc_partnername=[]#
    #1.5#0003BAB02F57000500000001000017410004123D3790167A#1145954041337#com.sap.security.core.server.userstore.GroupInfoUME##com.sap.security.core.server.userstore.GroupInfoUME.getUsersAndGroups()#######SAPEngine_System_Thread[impl:5]_67##0#0#Error#1#/System/Security/UserStoreUME#Plain###Internal error: invalid data found when base64 decoding a String.#
    #1.5#0003BAB02F57000500000002000017410004123D379017B5#1145954041337#com.sap.security.core.server.userstore.GroupInfoUME##com.sap.security.core.server.userstore.GroupInfoUME.getUsersAndGroups()#######SAPEngine_System_Thread[impl:5]_67##0#0#Error##Plain###com.sap.security.core.server.secstorefs.InvalidStateException: Internal error: invalid data found when base64 decoding a String.#
    #1.5#0003BAB02F57000500000003000017410004123D379018F0#1145954041338#com.sap.security.core.server.userstore.GroupInfoUME##com.sap.security.core.server.userstore.GroupInfoUME.getUsersAndGroups()#######SAPEngine_System_Thread[impl:5]_67##0#0#Error##Plain###com.sap.security.core.server.secstorefs.InvalidStateException: Internal error: invalid data found when base64 decoding a String.
         at com.sap.security.core.server.secstorefs.StorageHandler.base64Decode(StorageHandler.java:169)
         at com.sap.security.core.server.secstorefs.StorageHandler.getPairs(StorageHandler.java:729)
         at com.sap.security.core.server.secstorefs.SecStoreFS.getStringPairs(SecStoreFS.java:2697)
         at com.sap.security.core.server.userstore.PropertiesParserUME.getUsersAndGroups(PropertiesParserUME.java:107)
         at com.sap.security.core.server.userstore.UserContextUME.enginePropertiesChanged(UserContextUME.java:597)
         at com.sap.engine.services.security.userstore.context.UserContext.<init>(UserContext.java:44)
         at com.sap.engine.services.security.server.UserStoreImpl.<init>(UserStoreImpl.java:139)
         at com.sap.engine.services.security.server.UserStoreFactoryCache.registerUserStore(UserStoreFactoryCache.java:142)
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.<init>(UserStoreFactoryImpl.java:59)
         at com.sap.engine.services.security.userstore.UserStoreService.<init>(UserStoreService.java:51)
         at com.sap.engine.services.security.server.SecurityContextImpl.getUserStoreContext(SecurityContextImpl.java:166)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: iaik.utils.Base64Exception: Invalid length.
         at iaik.utils.Base64InputStream.read(Unknown Source)
         at com.sap.security.core.server.secstorefs.StorageHandler.base64Decode(StorageHandler.java:143)
         ... 19 more
    #1.5#0003BAB02F57000500000005000017410004123D379092FE#1145954041369#com.sap.engine.services.security##com.sap.engine.services.security#######SAPEngine_System_Thread[impl:5]_67##0#0#Error#1#/System/Security#Java#security_0001##Unexpected exception:##
    #1.5#0003BAB02F57000500000006000017410004123D37909854#1145954041370#com.sap.engine.services.security##com.sap.engine.services.security#######SAPEngine_System_Thread[impl:5]_67##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:174)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         ... 5 more
    #1.5#0003BAB02F57000500000008000017410004123D3790A116#1145954041372#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_67##0#0#Error#1#/System/Server#Plain###Service security error. Nested exception is: com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:174)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         ... 5 more
    #1.5#0003BAB02F5700050000000A000017410004123D3790A74D#1145954041374#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_67##0#0#Error#1#/System/Server#Java###Core service security failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:174)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         ... 5 more
    #1.5#0003BAB02F5700050000000C000017410004123D3790AE01#1145954041376#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_67##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.#
    #1.5#0003BAB02F57000000000001000017780004123D389FDC26#1145954059148#com.sap.engine.core.service630.container.LoadContainer##com.sap.engine.core.service630.container.LoadContainer#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###library CRRSLib - jar file /usr/sap/PVJ/JC30/j2ee/cluster/server0/bin/ext/itext.jar does not exist.#
    #1.5#0003BAB02F57000100000001000017780004123D39007540#1145954065478#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_12##0#0#Warning#1#/System/Server#Plain###User <system thread>, IP address
    The default (JDK) implementation will be used for writing compressed data in the GZIP file format!#
    #1.5#0003BAB02F57000200000001000017780004123D390854CF#1145954065994#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53001: "Host:crrsprap1,Port:53001,Scheme:https" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F57000200000002000017780004123D39086038#1145954065997#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53001: Host=="crrsprap1", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F57000200000004000017780004123D39086470#1145954065998#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53000: "Host:crrsprap1,Port:53000,Scheme:http" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F57000200000005000017780004123D39086690#1145954065999#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53000: Host=="crrsprap1", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000200000007000017780004123D39086B8A#1145954066000#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53001: "Host:crrsprap1,Port:53001,Scheme:https,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F57000200000008000017780004123D39086DE9#1145954066001#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53001: Host=="crrsprap1", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F5700020000000A000017780004123D3908720A#1145954066002#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 309349100: The specified mapping for port 53000: "Host:crrsprap1,Port:53000,Scheme:http,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 309349100.#
    #1.5#0003BAB02F5700020000000B000017780004123D3908743F#1145954066002#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==309349100 for port 53000: Host=="crrsprap1", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F5700020000000D000017780004123D3908798E#1145954066004#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53001: "Host:crrsprdb,Port:53001,Scheme:https" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F5700020000000E000017780004123D39087BBA#1145954066004#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53001: Host=="crrsprdb", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F57000200000010000017780004123D39087FEF#1145954066005#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53000: "Host:crrsprdb,Port:53000,Scheme:http" is not correct. The error is:  Unknown "Override"=="null", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F57000200000011000017780004123D39088222#1145954066006#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53000: Host=="crrsprdb", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000200000013000017780004123D3908863A#1145954066007#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53001: "Host:crrsprdb,Port:53001,Scheme:https,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F57000200000014000017780004123D39088873#1145954066008#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53001: Host=="crrsprdb", Port==53001, Scheme=="https", Override==false.#
    #1.5#0003BAB02F57000200000016000017780004123D39088C7A#1145954066009#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Error#1#/System/Server#Plain###User <system thread>, IP address
    ERROR: Cannot parse property ProxyMappings from dispatcher node 302631400: The specified mapping for port 53000: "Host:crrsprdb,Port:53000,Scheme:http,Override:default" is not correct. The error is:  Unknown "Override"=="default", assuming default: "Override:false". Please correct the ProxyMapping property of HttpProvider service on J2EE dispatcher node 302631400.#
    #1.5#0003BAB02F57000200000017000017780004123D39088EF8#1145954066009#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#######SAPEngine_System_Thread[impl:5]_82##0#0#Info##Plain###Parsed ProxyMappings property from Dispatcher==302631400 for port 53000: Host=="crrsprdb", Port==53000, Scheme=="http", Override==false.#
    #1.5#0003BAB02F57000300000001000017780004123D3969A88D#1145954072373#com.sap.security##com.sap.security.logToFile#######SAPEngine_System_Thread[impl:5]_10##0#0#Error#1#/System/Security/Audit#Plain###<systemuser>     | CUSTOMIZE     | NONE = SecurityAudit     |      | Version=[3], Changelist=[17855]#
    #1.5#0003BAB02F57000300000003000017780004123D3969CCD1#1145954072382#com.sap.security##com.sap.security.logToFile#######SAPEngine_System_Thread[impl:5]_10##0#0#Error#1#/System/Security/Audit#Plain###<systemuser>     | CUSTOMIZE     | NONE = Properties     |      | ume.logon.security_policy.cert_logon_required=[FALSE], login.authschemes.definition.file=[authschemes.xml], ume.ldap.connection_pool.max_size=[10], ume.ldap.connection_pool.max_wait_time=[60000], ume.locking.max_wait_time=[30], com.sap.security.core.umap.key=[], ume.notification.update_by_batch_performed=[TRUE], ume.ldap.access.auxiliary_naming_attribute.grup=[], ume.ldap.access.size_limit=[0], ume.logon.security_policy.useridmaxlength=[20], ume.supergroups.anonymous_group.uniquename=[Anonymous Users], ume.r3.connection.003.receiverid=[003], login.ticket_lifetime=[8], ume.logonAuthenticationFactory=[com.sap.security.core.logon.imp.SAPJ2EEAuthenticator], ume.cache.user.default_caching_time=[3600], ume.ldap.cache_size=[100], ume.ldap.access.ssl_socket_factory=[com.sap.security.core.server.https.SecureConnectionFactory], ume.r3.connection.002.snc_lib=[], ume.r3.use.role=[FALSE], ume.r3.connection.001.group=[], ume.replication.adapters.001.scope=[], ume.supergroups.everyone.uniquename=[Everyone], ume.r3.connection.master.snc_qop=[], ume.ldap.access.ssl=[FALSE], ume.ldap.connection_pool.max_idle_connections=[5], ume.ldap.blocked_groups=[Administrators,Guests], ume.r3.mastersystem=[], ume.logon.security_policy.lock_after_invalid_attempts=[3], ume.ldap.connection_pool.min_size=[1], ume.ldap.access.server_port=[], ume.principal.cache_role_hierarchy=[TRUE], ume.r3.sync.sender=[SAPMUM], ume.secaudit.get_object_name=[FALSE], ume.ldap.unique_user_attribute=[], ume.r3.connection.003.sysnr=[], ume.r3.connection.001.snc_qop=[], ume.logon.security_policy.password_max_length=[14], ume.ldap.access.auxiliary_objectclass.grup=[], ume.r3.connection.001.userole=[FALSE], ume.ldap.access.msads.control_attribute=[userAccountControl], ume.r3.connection.001.snc_partnername=[], ume.r3.connection.003.ashost=[], ume.ldap.access.naming_attribute.user=[], ume.r3.connection.003.poolmaxsize=[10], ume.ldap.access.base_path.user=[], ume.logon.security_policy.password_change_allowed=[TRUE], ume.login.basicauthentication=[1], ume.r3.orgunit.adapterid=[], ume.db.use_default_transaction_isolation=[FALSE], ume.admin.allow_selfmanagement=[FALSE], ume.r3.connection.001.r3name=[], ume.notification.create_by_batch_performed=[TRUE], ume.admin.selfreg_sus.adminrole=[], ume.logon.security_policy.userid_in_password_allowed=[FALSE], ume.notification.lock_performed=[TRUE], ume.r3.connection.003.lang=[], ume.replication.adapters.master.companies=[], ume.supergroups.anonymous_group.description=[Built-in Group Anonymous Users], ume.ldap.connection_pool.retrial_interval=[10000], ume.r3.connection.master.group=[], ume.r3.connection.002.poolmaxwait=[], ume.admin.account_privacy=[FALSE], ume.persistence.batch.page_size=[25], ume.r3.connection.master.poolmaxwait=[], ume.r3.connection.002.snc_mode=[], ume.cache.user.initial_cache_size=[500], ume.r3.connection.003.client=[], ume.r3.connection.002.sysnr=[], ume.r3.connection.master.lang=[], ume.ldap.access.msads.grouptype.value=[4], ume.r3.connection.master.gwhost=[], login.ticket_client=[000], ume.ldap.access.objectclass.grup=[], ume.r3.connection.001.receiverid=[001], ume.login.guest_user.uniqueids=[Guest], ume.r3.connection.003.receiverid_guest=[003], ume.admin.display.redirect=[], ume.cache.group.default_caching_time=[3600], ume.notification.mail_host=[], ume.logon.selfreg=[FALSE], ume.ldap.access.user=[], ume.ldap.access.creation_path.grup=[], ume.r3.connection.001.poolmaxwait=[], ume.testum=[FALSE], ume.company_groups.enabled=[FALSE], ume.r3.connection.003.userole=[FALSE], ume.r3.connection.master.msserv=[], ume.replication.adapters.001.companies=[], ume.tpd.companies=[branch1,branch2,branch3,WA,WE,WC,WD,WB,WF,VC,VH,VF,VG,VB,VA,VE,PC,PA,PD,PB,EA,EC,ED,EB,JE,JB,JD,JF,JC,JA,KA,KB,KD,KC,SA,SB,QB,QA,QC,ZH,1,2,054,055,059,062,065,066,067,068,070,111,116,201,203,204,206,207,209,214,215,217,221,222,333,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,AWP,JKL,KUL,SKS,CRS,APG,MDT,SLG,STK,BKB,ASNS,PJY,KJG,BNT,DSJ,RWG,KLG,SHA,PKL,SBJ,PCH,SBN,AJM,MLK,MUR,BPH,KLU,SGT,JSK,KUJ,KOT,ANR,BTW,BMT,PNG,LWI,SPT,JTG,AST,KGR,APK,IPH,TPG,SIT,TKN,PBR,AEC,KJB,TMH,KBU,KTG,ASK,SBU,BTU,MYY,KCH,ASA,SDK,KKU,LDU,TWU,INM,UNKMBMY,UNKABMY,UNKAFMY,UNKMBSG,BHPT,CA,RTS,HQMBMY,HQAFMY,HQABMY,HQMBSG,CMQ,CMQMBSG,RMMBSG,SUSMBSG,CMQHQ,CMQFT,CMQSNS,CMQPRK,CMQPKP,CMQPKT,CMQJM,CMQSBH,CMQSRW,CRA,REFSFT,REFSSNS,REFSJM,REFSPKT,REFSPKP,SECM,SC,JBU,113,114,117,118,QD,BHPE,KE,351], ume.r3.connection.001.gwhost=[], ume.cache.default_cache=[distributableCache], ume.ldap.unique_grup_attribute=[], ume.db.or_search.max_arguments=[50], ume.admin.search_maxhits_warninglevel=[200], ume.ldap.access.auxiliary_naming_attribute.uacc=[], login.serviceuser.lifetime=[100], login.ticket_portalid=[auto], ume.notification.unlock_request=[TRUE], ume.trace.debug_exception_level=[1], ume.authenticationFactory=[com.sap.security.core.logon.imp.SAPJ2EEAuthenticator], ume.ldap.access.server_type=[], ume.r3.connection.003.gwserv=[], ume.admin.self.addattrs=[], ume.db.parent_search.max_arguments=[300], ume.notification.system_email=[], ume.logon.security_policy.log_client_hostname=[FALSE], ume.r3.connection.003.snc_myname=[], ume.supergroups.authenticated_group.description=[Built-in Group Authenticated Users], ume.superadmin.activated=[FALSE], ume.r3.connection.002.lang=[], ume.r3.connection.master.abap_debug=[], ume.tpd.classloader=[], ume.usermapping.refsys.mapping.type=[internal], ume.r3.connection.master.ashost=[], ume.logon.security_policy.password_alpha_numeric_required=[1], ume.login.mdc.hosts=[], ume.cache.notification_time=[0], ume.ldap.access.user_as_account=[TRUE], ume.ldap.access.multidomain.enabled=[FALSE], ume.r3.connection.master.receiverid=[master], ume.ldap.access.auxiliary_objectclass.uacc=[], ume.admin.search_maxhits=[1000], ume.ldap.access.dynamic_group_attribute=[], ume.notification.create_approval=[TRUE], ume.r3.connection.001.ashost=[], ume.db.connection_pool.j2ee.xatransactions_used=[FALSE], ume.admin.addattrs=[], ume.ldap.blocked_accounts=[Administrator,Guest], ume.admin.selfreg_sus.adapterid=[SUS], ume.locking.enabled=[TRUE], ume.allow_nested_groups=[TRUE], ume.r3.connection.003.user=[], ume.r3.connection.master.r3name=[], ume.logoff.redirect.silent=[FALSE], ume.r3.connection.001.msghost=[], ume.version.sapj2eeengine=[630], ume.secaudit.log_actor=[TRUE], ume.persistence.ume_roles_data_source_configuration=[dataSourceConfiguration_UMERoles.xml], ume.r3.connection.master.receiverid_guest=[master], ume.logon.allow_cert=[FALSE], ume.r3.connection.master.client=[], ume.r3.connection.master.user=[], ume.users.displayname_template=[, ], ume.logon.logon_help=[TRUE], ume.ldap.connection_pool.retrial=[5], ume.r3.connection.003.poolmaxwait=[], ume.supergroups.anonymous_group.displayname=[Anonymous Users], ume.r3.connection.001.lang=[], ume.r3.connection.tpd.adapterid=[value of ume.r3.connection.tpd.systemid], ume.acl.validate_cached_acls=[FALSE], ume.logon.security_policy.useridminlength=[2], ume.cache.group.initial_cache_size=[500], ume.login.context.default=[ticket], ume.logon.locale=[FALSE], ume.r3.connection.003.snc_lib=[], ume.logon.security_policy.log_client_hostaddress=[TRUE], ume.notification.email_asynch=[TRUE], ume.ldap.access.time_limit=[0], ume.r3.connection.001.client=[], ume.notification.admin_email=[], ume.ldap.access.objectclass.uacc=[], ume.logon.security_policy.userid_special_char_required=[0], ume.r3.connection.001.snc_myname=[], ume.ldap.access.naming_attribute.grup=[], ume.admin.selfreg_sus.deletecall=[TRUE], ume.notification.delete_performed=[TRUE], ume.ldap.access.base_path.grup=[], ume.ldap.access.creation_path.uacc=[], ume.login.anonymous_user.mode=[1], ume.ldap.connection_pool.max_idle_time=[300000], ume.ldap.connection_pool.max_connection_usage_time_check_interval=[120000], ume.cache.role.initial_cache_size=[500], ume.r3.connection.002.r3name=[], ume.ldap.access.msads.grouptype.attribute=[grouptype], ume.logon.security_policy.auto_unlock_time=[60], ume.replication.adapters.index_3=[], ume.admin.modify.redirect=[], ume.replication.adapters.index_2=[], ume.replication.adapters.index_1=[], ume.r3.connection.002.snc_qop=[], ume.tpd.imp.class=[com.sap.security.core.tpd.SimpleTPD], ume.r3.connection.master.gwserv=[], ume.logon.security.relax_domain.level=[1], ume.ldap.access.server_name=[], ume.trace.external_trace_class=[com.sap.security.core.util.imp.UMTrace_630], ume.admin.selfreg_company=[FALSE], ume.notification.create_denied=[TRUE], ume.r3.connection.002.user=[], ume.r3.connection.003.group=[], ume.company_groups.displayname_template=[ ()], ume.ldap.access.context_factory=[com.sun.jndi.ldap.LdapCtxFactory], ume.replication.adapters.003.scope=[], ume.r3.connection.003.msghost=[], ume.db.connection_pool.j2ee.jta_transaction_support_enabled=[FALSE], ume.logon.r3master.adapterid=[master], ume.r3.connection.003.snc_partnername=[], ume.ldap.unique_uacc_attribute=[], ume.r3.connection.001.gwserv=[], ume.r3.connection.master.trace=[], ume.r3.connection.002.receiverid_guest=[002], ume.ldap.cache_lifetime=[300], ume.r3.connection.master.snc_mode=[], ume.db.connection_pool.j2ee.is_unicode=[FALSE], ume.r3.connection.master.snc_lib=[], ume.cache.user_account.initial_cache_size=[500], login.ticket_keystore=[TicketKeystore], ume.allow_nested_roles=[FALSE], ume.replication.adapters.003.companies=[], ume.r3.connection.001.sysnr=[], ume.r3.connection.002.gwhost=[], ume.db.connection_pool_type=[SAP/BC_UME], ume.r3.connection.001.receiverid_guest=[001], ume.r3.connection.002.receiverid=[002], ume.r3.connection.001.snc_lib=[], ume.tpd.prefix=[STPD_], ume.ldap.access.auxiliary_naming_attribute.user=[], ume.replication.adapters.master.scope=[], ume.admin.password.migration=[false], ume.supergroups.authenticated_group.uniquename=[Authenticated Users], ume.r3.connection.002.group=[], ume.r3.connection.master.snc_myname=[], ume.cache.acl.permissions.initial_cache_size=[100], ume.logon.branding_text=[/logon/layout/crrs.gif], ume.login.context=[ticket], ume.ldap.access.flat_group_hierachy=[TRUE], ume.logon.security_policy.oldpass_in_newpass_allowed=[FALSE], ume.r3.connection.master.msghost=[], ume.supergroups.everyone.description=[Built-in Group Everyone], ume.admin.nocache=[FALSE], ume.cache.acl.permissions.default_caching_time=[3600], ume.r3.connection.001.user=[], ume.company_groups.guestusercompany_enabled=[TRUE], ume.notification.pswd_reset_performed=[TRUE], ume.cache.user_account.default_caching_time=[3600], ume.usermapping.unsecure=[FALSE], ume.ldap.connection_pool.connect_timeout=[0], ume.admin.selfreg_guest=[TRUE], ume.notification.selfreg_performed=[TRUE], login.authschemes.default=[default], ume.replication.messaging.active=[FALSE], ume.notification.create_request=[TRUE], ume.ldap.access.auxiliary_objectclass.user=[], ume.admin.phone_check=[TRUE], ume.logon.security_policy.password_mix_case_required=[1], ume.persistence.data_source_configuration=[dataSourceConfiguration_database_only.xml], ume.ldap.default_group_member.enabled=[FALSE], ume.replication.sync.display_all_doc=[FALSE], ume.r3.connection.master.sysnr=[], ume.usermapping.key.protection=[TRUE], ume.admin.create.redirect=[], ume.r3.connection.002.ashost=[], ume.logoff.redirect.url=[], ume.logon.security_policy.password_min_length=[5], login.ticket_keyalias=[SAPLogonTicketKeypair], ume.r3.connection.003.snc_mode=[], ume.logon.security.enforce_secure_cookie=[FALSE], ume.ldap.access.naming_attribute.uacc=[], ume.ldap.access.base_path.uacc=[], ume.logon.security_policy.password_change_required=[TRUE], ume.logon.branding_image=[/logon/layout/kumpmbank.jpg], ume.notification.create_performed=[TRUE], ume.company_groups.description_template=[Company ], ume.persistence.pcd_roles_data_source_configuration=[dataSourceConfiguration_PCDRoles.xml], ume.admin.auto_password=[TRUE], ume.roles.xml_files=[*role.xml], ume.r3.connection.master.snc_partnername=[], ume.ldap.blocked_users=[Administrator,Guest], ume.r3.connection.002.userole=[FALSE], ume.r3.connection.tpd.systemid=[SUS], ume.ldap.access.objectclass.user=[], ume.r3.connection.002.msghost=[], ume.r3.connection.002.client=[], ume.admin.debug_internal=[FALSE], ume.logon.httponlycookie=[TRUE], ume.notification.workflow_email=[], ume.ldap.access.action_retrial=[2], ume.ldap.access.creation_path.user=[], ume.logon.security_policy.userid_digits=[0], ume.r3.connection.002.poolmaxsize=[10], ume.r3.connection.master.poolmaxsize=[10], ume.ldap.access.dynamic_groups=[FALSE], ume.r3.connection.003.r3name=[], ume.logon.security_policy.password_expire_days=[99999], ume.cache.principal.initial_cache_size=[500], ume.usermapping.admin.pwdprotection=[TRUE], ume.ldap.default_group_member=[cn=DUMMY_MEMBER_FOR_UME], ume.supergroups.authenticated_group.displayname=[Authenticated Users], ume.company_groups.guestusercompany_name=[Guest Users], ume.admin.selfreg_sus=[FALSE], ume.r3.connection.002.snc_myname=[], ume.cache.acl.initial_cache_size=[10000], ume.r3.connection.001.poolmaxsize=[10], ume.notification.unlock_performed=[TRUE], ume.secstore.active=[TRUE], ume.cache.principal.default_caching_time=[3600], ume.principal.cache_group_hierarchy=[TRUE], ume.notification.pswd_reset_request=[TRUE], ume.replication.adapters.002.companies=[], ume.ldap.connection_pool.monitor_level=[0], ume.r3.connection.001.snc_mode=[], ume.ldap.access.msads.control_value=[512], ume.r3.connection.002.gwserv=[], ume.r3.connection.003.snc_qop=[], ume.cache.acl.default_caching_time=[1800], ume.ldap.record_access=[FALSE], ume.supergroups.everyone.displayname=[Everyone], ume.replication.adapters.002.scope=[], ume.principal.cache_indirect_parents=[TRUE], ume.logon.security_policy.userid_lowercase=[0], ume.logon.security_policy.password_special_char_required=[1], ume.r3.connection.003.gwhost=[], ume.cache.role.default_caching_time=[3600], ume.r3.connection.002.snc_partnername=[]#
    #1.5#0003BAB02F57000400000001000017780004123D397B47FB#1145954073528#com.sap.security.core.server.userstore.GroupInfoUME##com.sap.security.core.server.userstore.GroupInfoUME.getUsersAndGroups()#######SAPEngine_System_Thread[impl:5]_76##0#0#Error#1#/System/Security/UserStoreUME#Plain###Internal error: invalid data found when base64 decoding a String.#
    #1.5#0003BAB02F57000400000002000017780004123D397B4990#1145954073528#com.sap.security.core.server.userstore.GroupInfoUME##com.sap.security.core.server.userstore.GroupInfoUME.getUsersAndGroups()#######SAPEngine_System_Thread[impl:5]_76##0#0#Error##Plain###com.sap.security.core.server.secstorefs.InvalidStateException: Internal error: invalid data found when base64 decoding a String.#
    #1.5#0003BAB02F57000400000003000017780004123D397B4A74#1145954073528#com.sap.security.core.server.userstore.GroupInfoUME##com.sap.security.core.server.userstore.GroupInfoUME.getUsersAndGroups()#######SAPEngine_System_Thread[impl:5]_76##0#0#Error##Plain###com.sap.security.core.server.secstorefs.InvalidStateException: Internal error: invalid data found when base64 decoding a String.
         at com.sap.security.core.server.secstorefs.StorageHandler.base64Decode(StorageHandler.java:169)
         at com.sap.security.core.server.secstorefs.StorageHandler.getPairs(StorageHandler.java:729)
         at com.sap.security.core.server.secstorefs.SecStoreFS.getStringPairs(SecStoreFS.java:2697)
         at com.sap.security.core.server.userstore.PropertiesParserUME.getUsersAndGroups(PropertiesParserUME.java:107)
         at com.sap.security.core.server.userstore.UserContextUME.enginePropertiesChanged(UserContextUME.java:597)
         at com.sap.engine.services.security.userstore.context.UserContext.<init>(UserContext.java:44)
         at com.sap.engine.services.security.server.UserStoreImpl.<init>(UserStoreImpl.java:139)
         at com.sap.engine.services.security.server.UserStoreFactoryCache.registerUserStore(UserStoreFactoryCache.java:142)
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.<init>(UserStoreFactoryImpl.java:59)
         at com.sap.engine.services.security.userstore.UserStoreService.<init>(UserStoreService.java:51)
         at com.sap.engine.services.security.server.SecurityContextImpl.getUserStoreContext(SecurityContextImpl.java:166)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: iaik.utils.Base64Exception: Invalid length.
         at iaik.utils.Base64InputStream.read(Unknown Source)
         at com.sap.security.core.server.secstorefs.StorageHandler.base64Decode(StorageHandler.java:143)
         ... 19 more
    #1.5#0003BAB02F57000400000005000017780004123D397C043B#1145954073576#com.sap.engine.services.security##com.sap.engine.services.security#######SAPEngine_System_Thread[impl:5]_76##0#0#Error#1#/System/Security#Java#security_0001##Unexpected exception:##
    #1.5#0003BAB02F57000400000006000017780004123D397C091B#1145954073577#com.sap.engine.services.security##com.sap.engine.services.security#######SAPEngine_System_Thread[impl:5]_76##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:174)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         ... 5 more
    #1.5#0003BAB02F57000400000008000017780004123D397C1174#1145954073579#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_76##0#0#Error#1#/System/Server#Plain###Service security error. Nested exception is: com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:174)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         ... 5 more
    #1.5#0003BAB02F5700040000000A000017780004123D397C17B9#1145954073581#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_76##0#0#Error#1#/System/Server#Java###Core service security failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:174)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:338)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:58)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:134)
         ... 5 more
    #1.5#0003BAB02F5700040000000C000017780004123D397C1D23#1145954073582#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_76##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.#
    #1.5#0003BAB02F57000000000001000017840004123D3A6589C1#1145954088880#com.sap.engine.core.service630.container.LoadContainer##com.sap.engine.core.service630.container.LoadContainer#######Thread[Thread-1

    It seems like my file in \usr\sap\<SID>\SYS\global\security\data\ is corrupted. Once I replaced it, my app running as normal again.

  • Adobe changes my numeric field to include commas when validation fails

    Adobe changes my numeric field to include commas when validation fails. My numeric validation setting is num{zzzzzzz9.99}. I want my numeric field to display as 99999999.00, no commas and only to have 2 decimals places. I added this validation to the Display, Edit, Validation and Data tabs under the validation pattern dialog box.
    When validation fails, adobe changes the display of the field to include commas and drops the decimal places:
    999,999,999
    How can I prevent this from happening? Any feedback is greatly appreciated.
    I've also added a change event to the field as well:
    \\only allows numbers and period.
    if (xfa.event.newText.match(/[^0-9.]/))
    xfa.event.change = "";
    \\only allows 11 characters to be entered.
    var maxLength = 11;
    if(xfa.event.newText.length >maxLength)xfa.event.change = "";

    I want it to display only numbers followed by 2 decimal places.
    999999999.00
    If I type all numbers in my field like 999999999999 and I go over the character limit of 11. My validation fails and then my numeric field is displayed with commas, 999,999,999 without the 2 decimal places. Is there a way to prevent adobe from automatically changing my fields?

  • Adding message to FacesContext when validation fails...

    Hi
    I am trying to add a validation message whenever a <af:inputText> value fails validation.
    This error message should be displayed beside the inputText component.
    The inputText is set to autoSubmit which will trigger the validator.
    The following is what I have:
    JSF page:
    <af:inputText id="textUI"
    label="my label"
    maximumLength="200"
    value=" .... "
    required="true"
    validator="#{backing_text.validateText}"
    autoSubmit="true"/>
    Backing bean:
    public void validateText(FacesContext facesContext,
    UIComponent uiComponent, Object value) {
    FacesMessage message = new FacesMessage();
    message.setSummary("error summary");
    message.setSeverity(FacesMessage.SEVERITY_ERROR);
    FacesContext.getCurrentInstance().addMessage(uiComponent.getId(), message);
    throw new ValidatorException(message);
    With the above code, when validation fails, no message is displayed beside the errorenous inputText component.
    Does anyone have any idea where I could have gone wrong?
    Thanks
    Eric

    try removing the autoSubmit="true" from the jsp.

  • Bex report issue - no applicable data found when we drill down on free char

    Hi All,
    We are facing some strange issue  with one of the report.
    when user run the report for a week  (02/02/2009  - 02/08/2009) and then drill down on particular char  its working fine (first time).after that when he is trying to change and execute the report for other week on the same instence ( 02/09/2008 - 02/15/2009) by clicking on refresh and passing new values to the variable  its showing up correctly at the time of drill down on free char its showing as *no applicable data found.*
    when he logoff the system completey and run the report for the week( 02/09/2008 - 02/15/2009) values it is showing up with values even tough he drill down on free char.
    issue basically when he was trying to drill on free char by chaging different date values  in the same instance by clicking on refreh and by entering diffrent values  its showing up as not applicable data found.
    but when he enters the values for different weeks  each time by closing the system and relogin report is working fine and showing up data eventough he drill down on free char.
    Please help me out!

    Dear
    Please check if any condition or exception you have created for that query.
    Or still problem exists check SP level.
    Regds,
    Sachin J

  • Strange problem: ORA-01403: no data found when report has a sort

    Hi,
    I have a report which behaves very strangely but only for one particular user. The report runs fine when no columns are set as sort-by in the report attributes. As soon as I try and set a column to sort (any column, it doesn't matter) this user gets the error message:
    failed to parse SQL query:
    ORA-01403: no data found
    appear where the report should be on the page. The rest of the page displays OK. No other users are affected. If I remove the sort then the report is OK for this user (unsorted though!)
    The report is a structured query with custom column headings, nothing unusual, quite basic. I have tried exporting and reimporting the page but it doesn't fix it. Same behaviour for this particular page in our test system as well.
    I could rebuild the page but I'd rather know what is wrong in case it happens to some other region.
    Thanks,
    Steve

    Steve,
    The reports engine stores the sort settings in the user preferences. This is done so that when you return to a report, it maintains the earlier sort settings. Like in your response to the HTML DB studio posting, you would keep your report sorted by "Created On" descending or ascending even when you come back another time. It's save to remove those preferences; all that's going to happen is that your users will see the report using the report's default settings the next time they go to that page. I will try to investigate this problem further, whatever additional information you can provide, will be helpful,
    Marc

  • No data found when display image in report

    Hi,
    I have a table with a blob field in it which I use to store some image (gif),
    I tried to display the image in report but follow the guideline in http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/advnc_blob.htm#BCGBCHBD
    but when I run the report, error
    "report error:
    ORA-01403: no data found"
    prompt, I do not have MIME,FILENAME column in the table, so I define only
    IMAGE,Table Name,Column containing BLOB,Primary Key Column 1 and Primary Key Column 2 in the report column.
    Anyone has also this problem?
    Thanks
    Pek

    Hi,
    I found that the problem is there when I select the option
    "Use Generic Column Names (parse query at runtime only)" in the report.
    Is this a bug?
    Rgds
    Pek

  • "no data found" when trying to generate report

    Hi,
    I have a problem when I try to generate a report. It says "no data found", but the property figures in the data collection on the host. With another property, I get the graph (Overall % CPU Utilization), but with this (Overall % CPU Idle) I get only no data found.
    Ooops, worse yet. I stop the smc with es-stop -A in the server and started again with es-start -A. Now, no one of the reports works!! The one who worked, now don't!
    Someone experiment the same problem? Or knows how to fix this, (I guess) "anomalous", behavior?
    Please let me know, I've been with this for weeks!
    Thank you in advance!
    Regards,
    Martin Olivella

    I can make a preseted report, but if I try to make
    another report (with exactly the same options as the
    preseted), it gives me "no data found" once more.
    Any suggestions?Are you sure you're looking at the same data points? For example, there's a "Kernel Reader" module, and a "Kernel Reader (Simple)" module... and from memory the built-in reports use the "Simple" data.
    Even if you're graphing a metric that exists in both modules (i.e. 5 Minute Load Average), they're still different, so make sure you choose the correct one from the picklist when you make your own Report.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

Maybe you are looking for