No data Found when executing select within a function

Hi
I have a select statement based on the USER_ROLE_PRIVS view for a specific granted_role and user, If I execute the statement in SQL/Plus I obtain the required result, however if I put the same select in a function and excute the function signed on as the same user I get ora-00100 no data found. I have granted execute to public on the function. Is there a grant I have missed
Any Help would be Great
Tina

1 CREATE OR REPLACE FUNCTION xyz
2 Return number IS
  3  v_return number := 0;
  4  v_granted_role user_role_privs.granted_role%type;
  5  BEGIN
  6  Select granted_role
  7  into v_granted_role
  8  from USER_ROLE_PRIVS
  9  where Granted_Role = 'CONNECT'
10  and username = user;
11  v_return := 1;
12  RETURN v_return;
13  EXCEPTION
14  when no_data_found then
15  v_return := 0;
16  RETURN v_return;
17  when others then
18  v_return:= 9;
19  RETURN v_return;
20* END;
SQL> /
Function created.
SQL>  declare
  2   n number;
  3   begin
  4   n:=xyz;
  5   dbms_output.put_line('n'||n);
  6   end;
  7   /
PL/SQL procedure successfully completed.
SQL> set serveroutput on;
SQL> /
n1
PL/SQL procedure successfully completed.Your supplied code works fine for me - Executing in owner schema. Then only authid current_user is missing in your code
Edited by: Lokanath Giri on १९ अगस्त, २०१० ६:०२ अपराह्न

Similar Messages

  • Suppress the enter-query mode when no-data-found after execute a query.

    HI,
    Greetings of the day, Can any one suggest me that how to Suppress the enter-query mode when no-data-found after execute a query on the form by a button.
    whenever i execute query on form and result is no data found then form :system.mode is still in enter-query mode.
    i want that if result is no data found then form comes back it initial state.
    i will thank full of him who will help me..
    Thanks in Advance..

    Put this in your Key-ExeQry trigger:Execute_Query;
    If Get_block_property(:System.current_block,query_hits)=0 then
      Exit_form; --this cancels the Enter-Query mode; Does not exit the form.
    End if;You may want to trap and prevent the "FRM-40353: Query cancelled" message, and change the "FRM-40301: Query caused no records to be retrieved. Re-Enter" message. To do that, you need an On-Message form-level trigger:Declare
      Msg_Code Number        := MESSAGE_CODE;
      MSG      Varchar2(150) := SUBSTR('   '||MESSAGE_TYPE||'-'
                             ||TO_CHAR(Msg_Code)||': '||MESSAGE_TEXT,1,150);
    BEGIN
      If Msg_Code=40301 then
           -- 40301: Query caused no records to be retrieved. Re-Enter
        Message('  NO RECORDS FOUND',No_acknowledge);
      Elsif Msg_Code=40353 then -- Query cancelled.
        null;
      Else
        MESSAGE(MSG,NO_ACKNOWLEDGE);
      End if;
    End;

  • 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??

  • 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.

  • ORA-01403: no data found in basic select into command

    Hi All,
    I have an interesting issue which is driving me crazy.
    I have a rather large procedure which I am utilizing in my apex environment which is returning the error: ORA-01403: no data found
    So i thought I would cut down the procedure and I have been able to isolate the below procedure:
    DECLARE
    entry_type varchar2(200);
    orig_ci_name varchar2(64);
    orig_window_start date;
    orig_window_end date;
    orig_audit_change_no varchar2(15);
    orig_mv_id number;
    BEGIN
       select ci_name, window_start, window_end,
       audit_change_no, mv_id into orig_ci_name, orig_window_start, orig_window_end,
       orig_audit_change_no, orig_mv_id
       from tivoli_impact_coles.maintenance_window
       where MV_ID = 1937;
       dbms_output.put_line(orig_ci_name || orig_window_start || orig_window_end || orig_audit_change_no || orig_mv_id);
    END;When I run this (cut down procedure) in the process part of my apex page I get the error. When I run it from a sql prompt it works fine. Any ideas?
    By the way the row exsists and the below is returned when i print the variables from the sql prompt:
    test_new_daily, 20100217 23:23:00, 20100218 03:30:00, 3434, 1937
    Thanks in advance,
    Brett

    DECLARE
    entry_type varchar2(200);
    orig_ci_name varchar2(64);
    orig_window_start date;
    orig_window_end date;
    orig_audit_change_no varchar2(15);
    orig_mv_id number;
    BEGIN
    select ci_name , window_start , window_end , audit_change_no , mv_id
    into orig_ci_name, orig_window_start, orig_window_end,orig_audit_change_no, orig_mv_id
    from tivoli_impact_coles.maintenance_window
    where MV_ID = 1937;
    -- dbms_output.put_line(orig_ci_name || orig_window_start || orig_window_end || orig_audit_change_no || orig_mv_id);
    HTP.P(orig_ci_name || orig_window_start || orig_window_end || orig_audit_change_no || orig_mv_id);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    HTP.P('NO DATA FOUND');
    WHEN OTHERS THEN
    HTP.P(SQLERRM);
    END;

  • Help! ORA 01012 WHEN execute SELECT DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER

    I encounter ORA 01012 WHEN execute "SELECT DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER FROM DUAL;" in my ProC program, but under SQLPLUS it is ok. The whole scenarios are:
    1. My platform is Solaris 10, Oracle 10.2g / 64bit
    2. "alter system archive log current" failure, Oracle complaint about flash_recovery_area full, so I run
    delete obsolete;
    crosscheck backup;
    delete expired backup;
    3. Later I issued command "shutdown", oralce had no reponse after long time, so I issued command "shutdown abort" to shutdown the database, and then "startup" the database successfully to "READ WRITE", user application can also accessed the database.
    4. One of my ProC program get ORA-01012 when execute SELECT DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER FROM DUAL;
    5. But I got no error if I execute "SELECT DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER FROM DUAL; " using SQLPLUS.
    Any suggestion about this problem? blow is my ProC function call.
    u_int32_t
    proc_GetLastSCN()
    char buf[300];
    u_int32_t scn=0;
    if (proc_ConnectDB() == APP_ERROR)
    return APP_ERROR;
    memset(buf, 0, sizeof(buf));
    snprintf(buf, sizeof(buf),
    "select DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER from DUAL");
    oraca.orastxtf = ORASTFERR;
    EXEC SQL WHENEVER SQLERROR GOTO ora_sqlerror;
    EXEC SQL WHENEVER NOT FOUND DO break;
    EXEC SQL WHENEVER SQLWARNING CONTINUE;
    EXEC SQL PREPARE S5 FROM :buf;
    EXEC SQL DECLARE C5 CURSOR FOR S5;
    EXEC SQL OPEN C5;
    for (;;) {
    EXEC SQL FETCH C5 INTO :scn;
    EXEC SQL CLOSE C5;
    proc_DisconnectDB();
    return scn;
    ora_sqlerror:
    dyn_error("ORACLE error --proc_GetLastSCN\n");
    EXEC SQL CLOSE C5;
    proc_DisconnectDB();
    return 0;
    int32_t
    proc_ConnectDB()
    /* Declare variables. No declare section is needed if MODE=ORACLE. */
    VARCHAR username[DB_MAX_NAME_LEN];
    /* VARCHAR is an Oracle-supplied struct */
    VARCHAR password[DB_MAX_NAME_LEN];
    int32_t ret = APP_OK;
    strncpy((char *) username.arr, gateinfo.szSrvLogin, sizeof(gateinfo.szSrvLogin));
    username.len = (unsigned short) strlen((char *) username.arr);
    strncpy((char *) password.arr, gateinfo.szSrvPassword, strlen(gateinfo.szSrvPassword));
    password.len = (unsigned short) strlen((char *) password.arr);
    EX_SCREEN_INIT();
    EXEC SQL WHENEVER SQLERROR GOTO ora_sqlerror;
    EXEC SQL CONNECT :gateinfo.szSrvLogin IDENTIFIED BY :gateinfo.szSrvPassword;
    return ret;
    ora_sqlerror:
    errlog(ELOG_ERROR, "proc_ConnectDB@Failed to connect to %s!", gateinfo.szHistSrv);
    sql_error("ORACLE error proc_ConnectDB --\n");
    ret = APP_ERROR;
    return ret;
    }

    01012, 00000, "not logged on"
    // *Cause:
    // *Action:use COPY & PASTE so we can see what you do & how Oracle responds.

  • In AP invoice i need to make "Terms date " field to calculate the date automatically when i select the payment terms

    In AP invoice i need to make "Terms date " field to calculate the date automatically when i select the payment terms.
    How can i do this?

    Hi,
    You can select the Payment Term at PO Header Level.
    When you book an invoice, that Payment Term will automatically defaulted to Invoice.
    You can define Payment Term in AP.
    Payment terms have one or more payment terms lines, each of which creates one scheduled payment. Each payment terms line and each corresponding scheduled  payment has a due date or a discount date based on either a specific day of a month, such as the 15th of the month, or a number of days added to your terms date, such as 14 days after the terms date.
    Payment Terms (Oracle Payables Help)

  • How to avoid data repetation when using select statements with innerjoin

    how to avoid data repetation when using select statements with innerjoin.
    thanks in advance,
    satheesh

    you can use a query like this...
      SELECT DISTINCT
             frg~prc_group1                  "Product Group 1
             frg~prc_group2                  "Product Group 2
             frg~prc_group3                  "Product Group 3
             frg~prc_group4                  "Product Group 4
             frg~prc_group5                  "Product Group 5
             prc~product_id                  "Product ID
             txt~short_text                  "Product Description
    UP TO 10 ROWS
    INTO TABLE l_i_data
    FROM
    Joining CRMM_PR_SALESG and
    COMM_PR_FRG_ROD
    crmm_pr_salesg AS frg
    INNER JOIN comm_pr_frg_rod AS prd
    ON frgfrg_guid = prdfragment_guid
    Joining COMM_PRODUCT and
    COMM_PR_FRG_ROD
    INNER JOIN comm_product AS prc
    ON prdproduct_guid = prcproduct_guid
    Joining COMM_PRSHTEXT and
    COMM_PR_FRG_ROD
    INNER JOIN comm_prshtext AS txt
    ON prdproduct_guid = txtproduct_guid
    WHERE frg~prc_group1 IN r_zprc_group1
       AND frg~prc_group2 IN r_zprc_group2
       AND frg~prc_group3 IN r_zprc_group3
       AND frg~prc_group4 IN r_zprc_group4
       AND frg~prc_group5 IN r_zprc_group5.
    reward it it helps
    Edited by: Apan Kumar Motilal on Jun 24, 2008 1:57 PM

  • Message "No applicable data found" after executing the report

    Hi all,
    I have 60 records in a cube which is extracted from a function module. I am able to see the data in the cube but when I execute the report I am getting the message u201CNo applicable data foundu201D. Why is that so?
    Can any one please explain me what to do to bring data when the report is executed?
    When I execute the query there is only one field selection criteria 0P_FPVANT and this is mandatory. When I checked the data in the cube I didn't find any field 0P_FPVANT but I found a field Fiscal Period Variant with the technical name, 0FISPER
    I executed the query in RSRT and there also I am getting the same message, "No applicable data found".
    Please advise what do I need to do inorder to get data when the report is executed?
    Thank you.
    Regards,
    Pavan.

    I think so.
    Ok let me take the other report 0FIAR_C02_Q1003. For this report the selection criteria is
    Company code,
    Customer and
    Period/Fiscal Year
    Of these only company code is mandatory. In the data in the cube I see that for co. code BP01 data is available. So I executed the report with co. code as BP01 but no data.
    Then I gave co. code BP01 and Period /Fiscal year as 2008, 2008.03, still I see no data.
    I tried with values in all the fields that are available in cube
    co. code - BP01
    Customer - PCS-C10
    Period/Fiscal Year - 2008011
    Now with respect to Period/Fiscal Year selection field in report, in cube there are 4 columns
    Fiscal Year Period,
    Posting Period,
    Fiscal Year Variant and
    Fiscal Year
    I've tried all of them but when I enter values in all the fields still I am getting the same error, "no applicable data found".
    Please advise.
    Thank you.
    Pavan.

  • 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
    ...

  • 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

  • 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 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

  • 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

  • No data found when using form to add value

    So I'm working on designing an application where I can move lets say, an order, throughout three steps. Each of these steps have a table containing the orders within that particular step. In the first table, I have created a link column that directs the primary key of the row in step 1, into a form for the table on step 2. I have created a separate form for this process because I found that if I used the same form that I created at the time of the report, I receive another error because that form has a fetch row process that is used for editing a row. In this new form, I have deleted the fetch process because it produces another error and I only need the primary key fetched which is done by the link column in the report. When I implement a fetch row process, I get the following error:
    is_internal_error: false
    ora_sqlcode: 100
    ora_sqlerrm: ORA-01403: no data found
    component.type: APEX_APPLICATION_PAGE_PROCESS
    component.id: 627741908351057658
    component.name: FRP_on_OCS
    error_backtrace:
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 904
    ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 618
    ORA-06512: at "APEX_040100.WWV_FLOW_DML", line 317
    ORA-06512: at "APEX_040100.WWV_FLOW_PROCESS", line 322
    When I remove the automated fetch row process, I get a ORA-01403: no data found error
    Any ideas?
    Edited by: switbeck on May 28, 2013 1:54 PM

    I found out that it seems that by using the link column, it thinks that I am trying to edit data in the table, but I am not. I am trying to add a row to a new table that has a PK/FK relationship with the first table by using a link column. Any workaround for this?
    Thanks,
    Steve

Maybe you are looking for