SAP email configuration u2013 transaction SCOT

Our email is hosted on the outside and I am in the middle of changing hosts.  The new hosting company will not accept sending STMP mail without authentication.  There does not seem to be a way to specify a user ID and logon for the SMTP authentication.  How are people sending emails from SAP on the AS/400?
I am one ECC 6.0, Netweaver 7.0
Thanks
Alan

Hello Alan,
I have NEVER heard on a solution, that SAP can authenticate ...
SAP is more an SMTP server (and can act as client as well) - SMTP servers are even not having authentication in their protocol.
Where do you have information, that this might work ?
(I'm pretty sure, it will not)
Would it be possible, to alow just the IP of your iSeries in this new mail server to relay without user & password ? (That would be the typical solution)
Regards
Volker Gueldenpfennig, consolut international ag
http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

Similar Messages

  • EMail Coniguration in transaction SCOT

    Hi,
    We have sceduled a job with a user(xyz) in ECC, which runs everynight and send emails to customers with sender address xyzATabc.com as expected but when a customer replys back to that email it should go to efgATabc.com instead of xyzATabc.com.
    Is that a configuration somewhere in ECC or in  RFC or a Batch job? please help!
    Thank you.

    Hi,
    I am a little confused as to if you want emails to be delivered back to the SAP system or the end users? However, in general, if you want email to be delivered back to the SAP system, you should make sure that you have created a email address in su01 for the "FROM" user. Communication between the mail gateway and the SAP system is done through the 'default domain' that is setup in SCOT.
    I dont belive there is "reply to" address which is different than the email address you setup for the user who's name will appear on the from tab.
    If you are just looking for emails being send to a specifc group to be redirected to a different group, you have to talk to your exchange group, i'm sure they can configure that for you, pretty quickly. Then this question is not related to SAP at all. I hope this help!

  • Settings of Mail Host and Mail Port in transaction: SCOT for the node: SMTP

    Hi,
    Could anyone please explain me the significance of Mail Host and Mail Port for the SMTP node in transaction: SCOT.
    It says Mail Server to which outbound mails can be passed.
    Can i specify my GMAIL ID in the field Mail Host and left blank the Mail Port so that the mail can be sent to my GMAIL Account.
    Please let me know if further details are required from my side.
    Thanks & Regards,
    Goutham.

    the below are the step to  configure  your  mail server  of anhy type ....
    Steps to perform in SAP:
    1. Transaction SM59 – Setup an RFC Destination for the execution of the email transfer
    a. Name: Internet Mail Gateway
    b. Connection Type: T
    c. Description: Internet Mail Gateway
    d. Activation Type: Start
    e. Explicit host:
    i. Program: c:<dir>mlunxsnd (I used c:sapmail)
    ii. Target Host: <Server_Name>
    f. (MENU) Destination -> Gateway Options
    i. Gateway Host: < Server_Name>
    ii. Gateway Service: sapgw00
    iii.<OK>
    g. SAVE
    2. Transaction SCOT – Setup a default domain for your system
    a. (MENU) Settings -> Default Domain
    i. <Default_domain> (i.e. [email protected], Domain – company.com)
    ii. This setting gives a default to any user who does not have their email address maintained in the system. <user_name>@<default_domain>
    3. Transaction SCOT – Setup of the Node for queuing the emails before transfer to Exchange
    a. Click on “INT” -> Create button
    b. Give Default name (I choose EXCHG, as this was the node type for the Exchange Connector)
    c. Give Description
    d. Assign the RFC Destination previously created (Internet Mail Gateway)
    e. Node: “Internet”
    f. Address area: *
    g. Supported address Types:
    i. All formats except the fllw
    ii. ALI, OBJ, OTF, SCR, URL
    h. Choose Ok and Save
    4. Transaction SCOT – Setup a job to execute the send process on the queue.
    a. (MENU) View -> Jobs
    i. Select the Create Button
    ii. Job Name: SAPConnect
    iii. Put Cursor on Variant: SAP&CONNECTINT *As you created an INT Node, you need to run the variant for all of the INT sending. You can select SAP&CONNECTALL, but if you are not using any other node types, you can run with SAP&CONNECTINT.
    iv. Select: Schedule Job Button
    v. Schedule job for a periodic run – approx. every 15 minutes
    vi. Save
    5. Transaction SU01 – Maintain each user’s email address
    a. Select users who require the ability to email from SAP
    b. Under the address tab, in SU01, maintain their email address.
    Steps to perform on the SAP system (operating System):
    1. Create a directory for the SAP programs.
    a. Create directory c:sapmail (Directory can be anything)
    b. Unpack the ML*.CAR file from SAP’s website
    c. Alternatively, copy the ML* files from /usr/sap/../run/ directory. This ensures version compatibility with your SAP instance.
    2. Create the directories for your “sendmail” program
    a. http://emailrelay.sourceforge.net/
    i. Download the emailrelay program
    b. Create directory c:winntspoolemailrelay
    i. Unpack the contents of the emailrelay zip into this directory
    c. create Directory c:reskit (Used to make the emailrelay program run as a service
    i. http://www.tacktech.com/display.cfm?ttid=197
    1. www.tacktech.com had some great instructions for creating a service on the NT side. (Thank you Tacktech)
    2. Use SRVANY to create the services, as documented below.
    d. Open command prompt
    e. Follow instructions for creating a service
    i. cd reskit
    ii. execute c:reskitinstsrv.exe "<SERVICE_NAME_Engine>" c:reskitsrvany.exe
    1. This service is the “engine”
    iii. execute c:reskitinstsrv.exe "<SERVICE_NAME_Send_Process>" c:reskitsrvany.exe
    1. This service is the “send process”
    iv. Modify the registry to represent the two new services
    v. View instructions for Parameters and Application Creation under the services in the registry
    vi. Command lines should be as follows:
    1. <SERVICE_NAME_Engine> - c:winntspoolemailrelayemailrelay.exe --as-server --no-daemon
    2. <SERVICE_NAME_Send_Process> - c:winntspoolemailrelayemailrelay.exe --no-daemon –-hidden --forward-to (your_mailhost):SMTP --poll 5
    vii. Start the services using service mgr.
    f. cmd prompt cd sapmail
    g. mlsomadm c:sapmailmailgw.ini (see below)
    3. Create a mailgw.ini file (This file is used by the mlunxsnd program)
    a. Open a command prompt
    b. Change to the directory c:sapmail
    c. Run command mlsomadm c:sapmailmailgw.ini
    i. This creates the parameter file for the send process.
    d. MAILGW.INI entries
    i. System Name: [SID]
    ii. Client: [000]
    iii. Username: [MAILADM] – no user required, as this is not being used for your connection
    iv. Password: [*******] – leave empty
    v. Language: [E]
    vi. Load Balancing: [N]
    vii. Hostname: [app_server_name]
    viii. System Number: [00]
    ix. Gateway Hostname: [ ] – you do not have to specify, it will use the default
    x. Gateway Service: [ ] – default will be used
    xi. Use SAP Router: [N]
    xii. Set Bcc Flag on Env..: [N]
    xiii. Trace Level <In..>: 1
    xiv. Trace file <In..> c:sapmailtracein.txt - Can be where ever you want
    xv. Sendmail Command: c:winntspoolemailrelaysubmit -–from <SENDER_ADDRESS>
    xvi. A warning may come up that says to not use the “–t” flag. IGNORE
    xvii. Codepage: [ISO-8859-1]
    xviii. Generate Notificat..: [N]
    xix. Trace Level <Out..: [1]
    xx. Trace File <Out..>: c:sapmailtraceout.txt - Can be where ever you want
    xxi. Update File c:sapmailmailgw.ini [Y]
    Steps to perform on the Microsoft Exchange System
    1. Allow the SAP systems to enter on port 25 to send mails using Microsoft Exchange (SMTP Communication)
    reward  points ....
    Girish

  • Email configuration via SOST

    Hi
    i hav questions regarding email configuration::
    1) I want to know if it is possible to receive in SOST an alert message, when we send a message from a SAP to an email address which it has the mailbox full... it is possible to receive an information with a mailbox full message?
    2) how to configure an automatic reprocessing of all messages that failed, that is  I send a message from a SAP system to an email address but   it fails, is there any way to sent again this message automatically in SOST?
    3)how to resend the undelivered messages again to the failed recipent?
    Regards
    Ram

    Ram,
    I want to know if it is possible to receive in SOST an alert message, when we send a message from a SAP to an email address which it has the mailbox full... it is possible to receive an information with a mailbox full message?
    *You can configure Acknowledge
    In SAPconnect administration (transaction SCOT), choose Settings -> Confirmation of receipt.
    You have a choice of two settings:
    Confirmation of receipt as a rule and select below Option
    Confirmation of receipt as a rule
    Select SAPconnect expects confirmation of receipt of Internet mails.
    If necessary, specify recipients or Internet domains that are not expected to send confirmation of receipt.
    Confirmation of receipt as an exception
    Select SAPconnect does not expect confirmation of receipt of Internet mails.
    If necessary, specify recipients or Internet domains that are expected to send confirmation of receipt.
    Choose .
    2) how to configure an automatic reprocessing of all messages that failed, that is I send a message from a SAP system to an email address but it fails, is there any way to sent again this message automatically in SOST?
    Try the program RSSOSOSTSTAT and create a Variant "Only Errors" and try to schedule in the background (You need to decide on how frequent you want to run the job)
    3)how to resend the undelivered messages again to the failed recipent?
    If the Recipient is failed, it  might be due to various reasons...
    Person might have left the company
    Invalid email id.
    You might need to fix the issue manually for 3rd point.
    Thanks,
    Arjun

  • Testing email configuration

    Hi experts,
    Im trying to test my email configuration under maintenance menu in cfg connectivity option, but when i clic en test email button and after that i give sender and receiver email gives me a error message:
    XCE078 The deployed IPO-Step instance currently is deactivated: /vPlatformIDE/com.sap.b1i.vplatform.ide/ipo/vPlatform.ide.ipo/TestEmailConfig
    Recommendation
    Check for the correctness of your activity or environment or ask your system-administrator for further help.
    If you could help me about this ill appreciate

    Hi Fernando,
    This is a late reply to your post, but it is for the benefit of anyone reading this thread.
    The documentation currently around the SMTP setup & troubleshooting is very poor.
    You can resolve this error by going to 'Monitoring' then 'Process Control' and clicking the button 'Clear INCOMMIT Transactions'. It will say something like "1 INCOMMIT Transactions set to final state" and you will be able to keep emailing test emails thereafter.
    Note: If you scroll to the bottom of the page mentioned above you will see 'TestEmailConfig' under the heading 'Framework Processes'. The button 'IPO Log' can give you additional details of the transaction.
    Good luck!
    Kind Regards,
    George Mamacos

  • Configure the tcode SCOT and SMTP for the SPM module in the R/3

    Hello,
    I want to know if I have to configure the tcode SCOT and SMTP for the SPM module (SAP GRC AC 5.3 SP5) in the R/3 if I want to send information toe the owner & controller.
    Best Regards.
    Pablo Mortera.

    Pablo,
    This would normally be a basis function. Be very careful as this is not specific to GRC.
    This will impact any external notifications using email / fax etc.
    It will also depend on your version and infrastructure.
    If you have web application servers, you will be able to do a lot more than if you have standard (older) application servers.
    You need to create a node under the INT and assign the appropriate tcp / ip rfc connection to direct it to your email server.
    You will then need to define the types of communications to be sent via that method and any appropriate email domain settings.
    You also need to create and set the appropriate send jobs to run periodically which will then automatically call the rfcs to process the waiting documents.
    Simon

  • Email configuration for report

    Hi,
    I have already configured the Email configuration using SCOT.I able to send a mail to end user sucessfully.The thing is that the functional consultant generate the report every day 8.00pm using background job.This report automaticaly send to one end user through email.Is possiable to configure in sap?If it possiable how to configure?
    Please advise me.
    Regards,
    Kumar.

    Yes, its possible.
    You need to configure SCOT to send mails to external addresses.
    Read,
    http://help.sap.com/saphelp_nw04s/helpdata/EN/af/73563c1e734f0fe10000000a114084/content.htm
    Regards
    Juan

  • Temporary email address in Transaction ME21N

    Experts
    I want to maintain (temporary email address in Transaction ME21N) e-mail address in the PO header details of the vendor and the system has to send the PO from the temporary email address. But it is considering from the vendor master only .How to change the e-mail settings?
    Thanks
    Nick

    Nick,
       That is how SAP has designed the output functionality since PO information is confidential and should be transmitted only to the supplier (to the default e-mail address specified in the vendor master record) and not to any other third party e-mail address that a user can specify or change in the PO directly.
       If you still wish to achieve this, then you need to set up the partner functionality for your vendor and assign a default partner (you can specify a different e-mail address for your partner record) to your PO output.
    Hope this helps.
    H Narayan

  • How can SAP be configured to prevent users from consuming locks?

    How can SAP be configured to prevent users from consuming locks?
    The issue is that we want to prevent users to use upto maximum locks and so that we will not get lock table overflow issue. I know that we can assign parameter "enque/table_size" a good amount of value. But it is not for any specific user.
    Also want to alert in CCMS if any user reaches to its maximum speficified limit of locks.
    Thanks
    Gopesh

    You cannot set a limit of locks per user. There are two ways to reduce/control the number of locks:
    - change fewer records within one transaction
    - cover more records with one lock using wildcards
    Basically it is an application / development issue.
    Best regards, Michael

  • EWA Email Configuration

    Dear all,
    I need your help in sending the EWA Report automatically.
    I have added the Email recipient in T-code DSWP under my solution.
    Also I have configured in T-code SCOT.
    For test purpose I manually generated a EWA Report and after the background job SM :EXEC SERVICES, I checked the status of the mail in T-code SCOT,the mail is in waiting state for a long time but when I click on "Start Send proc for Selection", the mail is getting delivered.
    Now what should be done to make it automatic?
    Thanks,
    Regards,
    Hasan
    NOTE : i referred this thread too.
    EarlyWatch Individual Email Configuration - configure email transmission

    Dear all,
    The Issue is solved now.
    I can able to send email to the corresponding recipient automatically.
    I had problem with two things which created this issue.
    Firstly i re-scheduled the SAPCONNECT job in T-code SCOT and then I scheduled the background job SM : EXEC SERVICES correctly, which turned the bottle icon into a report icon after few minutes. N later the Email was sent.
    Thank You for all your support
    Regards,
    Hasan

  • Steps of learning SAP MM configuration

    Dear gurus,
    I have some questions,
    For learning SAP-MM configuration :-
    1) What is the sequence of configuration so that u can use system for further application ( Pl. note this is only learning & not standard configuration for any client)
    2) What care /precautions should I take to go ahead?
    Please forward the related material  to following ID
    [email protected]
    Thanks in advance,
    NB

    Link: http://help.sap.com/
    Path: SAP Best Practices --> Baseline Packages --> Based on SAP ECC 5.00 --> Select Country: for eg, Localized for India --> Technical Information --> Building Blocks --> Select Country for eg, India --> List of Basic Configuration & scenarios will be listed.
    <b>J05: Materials Management</b>
    Select the required basic configuration / scenario. These will consist of overview, configuration guide, business process, master data &so on ...........
    Regards,
    Rajesh Banka
    Reward suitable points.
    How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

  • Automation of Email configurations and Connection-Factories

    Hi All,
    I have a requirement to Automate the Email configuration settings and Connection-Factories i.e. "ns_emails.xml" and "oc4j-ra.xml" using ant.
    Can anyone please help me in providing the functions required?
    Thanks,
    Ankit C

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by anuragj:
    Hi all,
    Is there any simple Pl/SQL way of sending emails from ORACLE database.Please note that I am using ORACLE 8i Release 8.1.5(and not 8.1.6 where we have utl_smtp package).Actually I want to automate email generation from ORACLE DB so that emails are fired everyday evening depending on some daily changes in Database due to whole days transactions.
    Please suggest any simple and efficient way to do this..
    Thanx in Advance
    anurag <HR></BLOCKQUOTE>
    Currently I am trying to do this via java. Having a few problems trying to implement the examples but you might try note: 120994.1 in Metalink. Or send an email to [email protected] and I will send you the full article.

  • Email Configuration for Admin

    EP-Email Configuration
    Posted: May 18, 2006 9:33 PM        Reply      E-mail this post 
    Hi,
    I would like to configure the email in the portal.
    We have a “Get Support” link in the portal. Whenever the user clicks on that link, it asks for the Password Reset? I would like to change the password.
    I enter all the fields (userid, last name, first name and email). But it says “Incorrect Information entered, cannot send email with the new password”.
    The users are maintained in SAP R/3 Backend.
    Could you please tell me the process of configuring the email address of the portal admin. As of now we haven’t configured the email. The system we are using is “EXCHANGE”.
    Your help in this regard is really appreciated.
    Thanks,
    Sathya

    Hi,
    Search for Notification by email in the link for details
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2b/306bb5bc98f24f8a85d489449af456/frameset.htm">Portal admin mail config</a>
    Search for installing and configuring email in the follwing link to find the documentation.
    http://help.sap.com/saphelp_nw04/helpdata/en/98/16399d4bc942a8a1a4ca6027d1ef8a/frameset.htm

  • Sap email address to receive PDF attached

    Hello,
    I read that you can send an interactive form (in xml or pdf) back to SAP and integrate it directly into SAP.
    I saw that you can get the attached file :
    [Sample Code for processing Inbound Mail with Adobe Interactive Forms|http://wiki.sdn.sap.com/wiki/display/Snippets/Sample%20Code%20for%20processing%20Inbound%20Mail%20with%20Adobe%20Interactive%20Forms]
    But what I don't understand is to what email address it is supposed to be sent, and how check if it is well received in sap.
    Is there a "generic" address for sap inbox, and a transaction where I can check this inbox. And how do I write in the program that I want to get email from this address.
    Thank you,

    Hello,
    you will have to set up inbound mail in your SAP system. The SAP System will have  an own subdomain or own addresses that you mail server will recognize and send it to your SAP system. About setting up inbound mail please read SAP note:
    #455140
    After the mail arrives into the SAP system you can define which addresses will need special inbound processing. >> This is what you already found.
    The inbound mails can be found in Tr. SOIN in the new releases.
    Best regards,
    Dezso

  • SAP ME 15 Installation error in CTC SAP ME Configuration

    Hi,
    We are doing an SAP ME 15 installation and are getting an error during CTC
    for "SAP ME Configuration for installation" during step 6 of 7 "Create or update Global site".
    All the JDBC Datasources for VMJDBC are green and working.
    From the default trace log I can see this:
    #2.0 #2014 10 07 12:36:47:020#+0200#Error#com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault#
    #BC-INS-CTC#tc~lm~ctc~cul~core_sda#C000AC117450002A00000013000002F4#7447350000000004#sap.com/tc~lm~itsam~ui~mainframe~wd#com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault#Administrator#1##693380984E0C11E49BBF00000071A336#290bfa2c4e0811e4c25d0050569c1b6e#290bfa2c4e0811e4c25d0050569c1b6e#0#Thread[Thread-49,5,Dedicated_Application_Thread]#Plain##
    Service execution error; invocation target error when calling method createAndUpdateGlobalSite in class com.sap.me.ctc.services.idat.GlobalSiteConfiguration of component sap.com/xapps~me~ctc~ear (error message = com.sap.me.frame.domain.BusinessRuntimeException: java.lang.NullPointerException: while trying to invoke the method java.util.List.clear() of a null object loaded from field com.sap.sql.jdbc.vendor.VendorPooledConnection.openStatements of an object loaded from local variable 'this')
    [EXCEPTION]
    com.sap.tc.lm.ctc.cul.api.CULServiceException: Service execution error; invocation target error when calling method createAndUpdateGlobalSite in class com.sap.me.ctc.services.idat.GlobalSiteConfiguration of component sap.com/xapps~me~ctc~ear (error message = com.sap.me.frame.domain.BusinessRuntimeException: java.lang.NullPointerException: while trying to invoke the method java.util.List.clear() of a null object loaded from field com.sap.sql.jdbc.vendor.VendorPooledConnection.openStatements of an object loaded from local variable 'this')
    at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:61)
    at com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:36)
    at com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:133)
    at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:741)
    at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:286)
    at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:156)
    at java.lang.Thread.run(Thread.java:763)
    Caused by: com.sap.tc.lm.ctc.provider.javaServiceProvider.exceptions.CPIServiceExecutionException: Service execution error; invocation target error when calling method createAndUpdateGlobalSite in class com.sap.me.ctc.services.idat.GlobalSiteConfiguration of component sap.com/xapps~me~ctc~ear (error message = com.sap.me.frame.domain.BusinessRuntimeException: java.lang.NullPointerException: while trying to invoke the method java.util.List.clear() of a null object loaded from field com.sap.sql.jdbc.vendor.VendorPooledConnection.openStatements of an object loaded from local variable 'this')
    at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter.invoke(JavaMethodExecuter.java:291)
    at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceExecuter.executeService(JavaServiceExecuter.java:86)
    at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:59)
    ... 6 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter.invoke(JavaMethodExecuter.java:259)
    ... 8 more
    Caused by: com.visiprise.frame.service.ext.ExtensionExecutionException: com.sap.me.frame.domain.BusinessRuntimeException: java.lang.NullPointerException: while trying to invoke the method java.util.List.clear() of a null object loaded from field com.sap.sql.jdbc.vendor.VendorPooledConnection.openStatements of an object loaded from local variable 'this'
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.handleExtensionException(GenericServiceExecutionProcess.java:174)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeExtension(GenericServiceExecutionProcess.java:158)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeExtensions(GenericServiceExecutionProcess.java:125)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.execute(GenericServiceExecutionProcess.java:97)
    at com.visiprise.frame.service.ext.TransactionDecoratorSupport.execute(TransactionDecoratorSupport.java:86)
    at com.sap.me.frame.service.BaseTransactionExecutionProcess.execute(BaseTransactionExecutionProcess.java:95)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:172)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:99)
    at com.sun.proxy.$Proxy916.execute(Unknown Source)
    at com.visiprise.frame.service.ext.ServiceExecutionInterceptor.intercept(ServiceExecutionInterceptor.java:44)
    at com.sap.me.frame.service.BusinessServiceExecutionInterceptor.intercept(BusinessServiceExecutionInterceptor.java:57)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.GenericSOProxy.invoke(GenericSOProxy.java:81)
    at com.sun.proxy.$Proxy1546.loadInitialData(Unknown Source)
    at com.sap.me.plant.impl.SiteConfigurationService.createGlobalSite(SiteConfigurationService.java:397)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.visiprise.frame.proxy.DefaultInterceptor.intercept(DefaultInterceptor.java:31)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.ProxyContext.process(ProxyContext.java:67)
    at com.visiprise.frame.service.ext.MethodInvocationActivity.execute(MethodInvocationActivity.java:34)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeActivity(GenericServiceExecutionProcess.java:202)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeService(GenericServiceExecutionProcess.java:136)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.execute(GenericServiceExecutionProcess.java:94)
    at com.visiprise.frame.service.ext.TransactionDecoratorSupport.execute(TransactionDecoratorSupport.java:86)
    at com.sap.me.frame.service.BaseTransactionExecutionProcess.execute(BaseTransactionExecutionProcess.java:95)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:172)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:99)
    at com.sun.proxy.$Proxy916.execute(Unknown Source)
    at com.visiprise.frame.service.ext.ServiceExecutionInterceptor.intercept(ServiceExecutionInterceptor.java:44)
    at com.sap.me.frame.service.BusinessServiceExecutionInterceptor.intercept(BusinessServiceExecutionInterceptor.java:57)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.GenericSOProxy.invoke(GenericSOProxy.java:81)
    at com.sun.proxy.$Proxy1546.createGlobalSite(Unknown Source)
    at com.sap.me.ctc.services.idat.GlobalSiteConfiguration.createAndUpdateGlobalSite(GlobalSiteConfiguration.java:191)
    ... 13 more
    Caused by: com.sap.me.frame.domain.BusinessRuntimeException: java.lang.NullPointerException: while trying to invoke the method java.util.List.clear() of a null object loaded from field com.sap.sql.jdbc.vendor.VendorPooledConnection.openStatements of an object loaded from local variable 'this'
    at com.sap.me.common.impl.DynamicInvocationService.invoke(DynamicInvocationService.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.visiprise.frame.proxy.DefaultInterceptor.intercept(DefaultInterceptor.java:31)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.ProxyContext.process(ProxyContext.java:67)
    at com.visiprise.frame.service.ext.MethodInvocationActivity.execute(MethodInvocationActivity.java:34)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeActivity(GenericServiceExecutionProcess.java:202)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeService(GenericServiceExecutionProcess.java:136)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.execute(GenericServiceExecutionProcess.java:94)
    at com.visiprise.frame.service.ext.TransactionDecoratorSupport.execute(TransactionDecoratorSupport.java:86)
    at com.sap.me.frame.service.BaseTransactionExecutionProcess.execute(BaseTransactionExecutionProcess.java:95)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:172)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:99)
    at com.sun.proxy.$Proxy916.execute(Unknown Source)
    at com.visiprise.frame.service.ext.ServiceExecutionInterceptor.intercept(ServiceExecutionInterceptor.java:44)
    at com.sap.me.frame.service.BusinessServiceExecutionInterceptor.intercept(BusinessServiceExecutionInterceptor.java:57)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.GenericSOProxy.invoke(GenericSOProxy.java:81)
    at com.sun.proxy.$Proxy1578.invoke(Unknown Source)
    at com.sap.me.common.impl.XmlInvocationService.invokeConfigLoad(XmlInvocationService.java:695)
    at com.sap.me.common.impl.XmlInvocationService.loadApplicationConfiguration(XmlInvocationService.java:174)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.visiprise.frame.proxy.DefaultInterceptor.intercept(DefaultInterceptor.java:31)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.ProxyContext.process(ProxyContext.java:67)
    at com.visiprise.frame.service.ext.MethodInvocationActivity.execute(MethodInvocationActivity.java:34)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeActivity(GenericServiceExecutionProcess.java:202)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeService(GenericServiceExecutionProcess.java:136)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.execute(GenericServiceExecutionProcess.java:94)
    at com.visiprise.frame.service.ext.TransactionDecoratorSupport.execute(TransactionDecoratorSupport.java:86)
    at com.sap.me.frame.service.BaseTransactionExecutionProcess.execute(BaseTransactionExecutionProcess.java:95)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:172)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:99)
    at com.sun.proxy.$Proxy916.execute(Unknown Source)
    at com.visiprise.frame.service.ext.ServiceExecutionInterceptor.intercept(ServiceExecutionInterceptor.java:44)
    at com.sap.me.frame.service.BusinessServiceExecutionInterceptor.intercept(BusinessServiceExecutionInterceptor.java:57)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.GenericSOProxy.invoke(GenericSOProxy.java:81)
    at com.sun.proxy.$Proxy1535.loadApplicationConfiguration(Unknown Source)
    at com.sap.me.plant.impl.ConfigDataLoader.execute(ConfigDataLoader.java:103)
    at com.sap.me.plant.impl.ConfigDataLoader.execute(ConfigDataLoader.java:77)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeActivity(GenericServiceExecutionProcess.java:202)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeExtension(GenericServiceExecutionProcess.java:153)
    ... 94 more
    Caused by: java.lang.NullPointerException: while trying to invoke the method java.util.List.clear() of a null object loaded from field com.sap.sql.jdbc.vendor.VendorPooledConnection.openStatements of an object loaded from local variable 'this'
    at com.sap.sql.jdbc.vendor.VendorPooledConnection.invalidate(VendorPooledConnection.java:352)
    at com.sap.sql.jdbc.vendor.VendorPooledConnection.destroyConnection(VendorPooledConnection.java:317)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.closePooledConnection(DBDataSourceImpl.java:737)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.destroy(DBDataSourceImpl.java:1043)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.destroy(DBDataSourceImpl.java:45)
    at com.sap.sql.connect.pool.CreatedObjectsPool.destroy(CreatedObjectsPool.java:140)
    at com.sap.sql.connect.pool.Pool.release(Pool.java:558)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.releasePooledConnection(DBDataSourceImpl.java:914)
    at com.sap.sql.connect.datasource.PooledConnectionHandle.close(PooledConnectionHandle.java:59)
    at com.sap.engine.services.dbpool.spi.XAManagedConnectionImpl.destroy(XAManagedConnectionImpl.java:70)
    at com.sap.engine.services.connector.jca.ConnectionHashSet.destroy(ConnectionHashSet.java:450)
    at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:359)
    at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)
    at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:52)
    at com.sap.me.frame.AbstractDataSource.getDBConnection(AbstractDataSource.java:413)
    at com.sap.me.frame.AbstractDataSource.executeQuery(AbstractDataSource.java:142)
    at com.sap.me.frame.BaseDataSource.executeQuery(BaseDataSource.java:197)
    at com.sap.me.frame.BaseDataSource.recordExists(BaseDataSource.java:830)
    at com.sap.me.frame.AuditLogHandler.createAL(AuditLogHandler.java:129)
    at com.sap.me.frame.AuditLogHandler.performAuditLogWork(AuditLogHandler.java:953)
    at com.sap.me.frame.dao.AuditLogListener.performAuditLog(AuditLogListener.java:62)
    at com.sap.me.frame.dao.AuditLogListener.afterCreate(AuditLogListener.java:29)
    at com.sap.me.frame.dao.CompositeLifeCycleListener.afterCreate(CompositeLifeCycleListener.java:83)
    at com.sap.me.frame.dao.ProductionDataAccessService.create(ProductionDataAccessService.java:193)
    at com.sap.me.frame.dao.DomainDataAccessService.create(DomainDataAccessService.java:65)
    at com.sap.me.frame.dao.DomainDataAccessService.create(DomainDataAccessService.java:30)
    at com.sap.me.frame.domain.DefaultDomainService.create(DefaultDomainService.java:96)
    at com.sap.me.activity.impl.ExtensionConfigurationService.createExtensionPoint(ExtensionConfigurationService.java:243)
    at com.sap.me.activity.impl.ExtensionConfigurationService.createExtensionLocal(ExtensionConfigurationService.java:962)
    at com.sap.me.activity.impl.ExtensionConfigurationService.createExtensionByCreateExtensionRequest(ExtensionConfigurationService.java:230)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.visiprise.frame.proxy.DefaultInterceptor.intercept(DefaultInterceptor.java:31)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.ProxyContext.process(ProxyContext.java:67)
    at com.visiprise.frame.service.ext.MethodInvocationActivity.execute(MethodInvocationActivity.java:34)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeActivity(GenericServiceExecutionProcess.java:202)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.executeService(GenericServiceExecutionProcess.java:136)
    at com.visiprise.frame.service.ext.GenericServiceExecutionProcess.execute(GenericServiceExecutionProcess.java:94)
    at com.visiprise.frame.service.ext.TransactionDecoratorSupport.execute(TransactionDecoratorSupport.java:86)
    at com.sap.me.frame.service.BaseTransactionExecutionProcess.execute(BaseTransactionExecutionProcess.java:95)
    at sun.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:172)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:99)
    at com.sun.proxy.$Proxy916.execute(Unknown Source)
    at com.visiprise.frame.service.ext.ServiceExecutionInterceptor.intercept(ServiceExecutionInterceptor.java:44)
    at com.sap.me.frame.service.BusinessServiceExecutionInterceptor.intercept(BusinessServiceExecutionInterceptor.java:57)
    at com.visiprise.frame.proxy.InterceptorChain.process(InterceptorChain.java:48)
    at com.visiprise.frame.proxy.GenericSOProxy.invoke(GenericSOProxy.java:81)
    at com.sun.proxy.$Proxy1581.createExtensionByCreateExtensionRequest(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:57)
    at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:260)
    at java.beans.Statement.invokeInternal(Statement.java:239)
    at java.beans.Statement.access$000(Statement.java:39)
    at java.beans.Statement$2.run(Statement.java:140)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.beans.Statement.invoke(Statement.java:137)
    at java.beans.Expression.getValue(Expression.java:98)
    at com.sap.me.common.impl.DynamicInvocationService.invoke(DynamicInvocationService.java:64)
    ... 188 more
    Best regards,
    Johan

    Hi Chandrababu,
    Unfortunately I don't know any more than this. I have only done one SAP ME 15 installation so far
    and this was the solution to our error situation.
    If you don't get it working then you should log a support ticket to SAP.
    Best regards,
    Johan

Maybe you are looking for

  • How can i reinstall os one Imac Snow leopard 10,6,4

    i have to reinstall my i-mac, snow leopard OS. the problem i have is that the mac dont takes the install cd, no matter what i try. the only thing what happens is that i can see the apple and i can hear that its working, but the cd becomes throw out a

  • Rollover Question

    I am having inconsistent results with my navigation. I have rollovers that are working on most of the pages, but for some reason, not on all. The code seems to be the same to me. Could anyone steer me in the right direction? The rollovers in the navi

  • Online backup which accepts a drive?

    I have quite a bit of content, mostly HD video of the kids, some 600GB in total. I already backup with Time Machine to an external HDD and also do an occasional clone to a third HDD. But I am also running out of HD space on my iMac, so may redesignat

  • I want to use adobe flash player and have it successfully installed.  How do I enable it to my default player over quick time?

    Mac Book Pro 0S X 10.6.8 I successfully installed Adobe flash player. Latest version.  How do I set this as my default player application? The websites I use just keep saying to install the flash player.

  • BT Desktop Help still won't work with Windows 7 64...

    THis has been going on for a while now.  It just won't launch.  Emails and screen sharing sessions have produced nothing.  One phone call to a representative resuilted in them telling me that the 64 bit Windows 7 version was not available yet - but w