XI Receiver MailAdapter

Help needed:  I have problems to set up a connection  from XI  to  MailServer, in order to send a mail   (RECEIVER MailAdapter)
XI:System:    NetWeaver 7.0
MailSystem:   MS Exchange 2007
Problem is, that MS Exchange  requires   TLS   (but NOT  SSL ).
I have read many Blogs/Threads, but have not found yet, whether it is in principle possible to set up this  TLS (instead of SSL)
I tried with    Server:      smtp://host    and    smtps://host     - both failed
The connection to the server failes in both cases with:
a)  server does not support PLAIN or LOGIN authentication     (SSL off):   smtp://host  )
b)  unable to create a socket                                                 (SSL on:   smtps://host )
Any idea  out there ?
(switch to SSL or None  on MS Excange is denied by our Mail-Admin ,  aslo  IMAP will not be supported for outgoing mails)
Bye the way:    SENDER Mail Adapter via  IMAP   works !

Thanks for reply and the link.
But unfortunately this does not help.
There is no problem to set up / configure  all the Interfaces, Mappings, Communication channels at all.
The matter is, that I don't know how to set up the connection  with   TSL encryption (instead of  SSL  or  None)  in the CommunicationChannel itself.    I don't believe that this can be handled inside the payload  or mail-content.
One idea may be, that in the MailAdapter itself the  TSL  must be implemented (by SAP ? ) or can I do this on my own ?

Similar Messages

  • Receiver mailadapter with mailpackage and attachment

    Hi there!!
    My scenario is as folows:
    I send via ABAP proxy an application XML and add additional plain text attachment to this. At the receiver side I use receiver mailadapter with mail-package. With my interface mapping I map application XML to mailpackage and use content-type text/HTML. I checked checkbox in adapter "keep attachments".
    Result is that the mail i receive contains 2 attachments (1 HTML file and 1 .txt file). However the main body of the e-mail contains the content of the plain text file. I want to have the content of the html to be the main body of the mail. I already tried to use payload swap been however without succes because it seems that in the adapter module chain when reaching the actual mail module: sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean the main payload is switched to the plain text attachment. Also changing the sequence in the module chain did not work.
    Any suggestions?
    Cheers,
    Emile

    When you want to use mail package to create an email with attachment, the whole email, body and attachment must be inside the tag content_type.
    Like in this blog:
    /people/stefan.grube/blog/2007/04/17/xi-mail-adapter-an-approach-for-sending-emails-with-attachment-with-help-of-java-mapping
    In your scenario, you should uncheck the flag "mail package".
    Regards
    Stefan

  • XI3.0 MailAdapter: Problem with receiving mails from Mailserver

    Hi all,
    I tried to set up a scenario using the mail adapter as the sender and the file adapter as the receiver.
    The problem is that the mailadapter logs in into the mailserver but then it stops working with an error.
    Here is my setup of the MailSenderChannel:
    Transport Protocol: IMAP4
    Message Protocol: XIPAYLOAD
    Adapter Engine: Integration Server
    URL: IMAP://mailservername
    User: ****
    Password: ****
    Mailattributes: Use Mail Package & Keep Attachments is checked
    Namespace and Interfacename is also filled in.
    The Error Message is as follows:
    #1.5#000255AF6C53005500000BC8001010520003E93BC7109362#1100867882226
    #/Applications/ExchangeInfrastructure/AdapterFramework/SAPLibraries/SAPXDK#
    #com.sap.aii.messaging.srt.xmb.XMBIMAPInitiatorServiceImpl.run()#J2EE_GUEST
    #0####da269f003a2711d98349000255af6c53#output##0#0#Error#1
    #com.sap.aii.messaging.srt.xmb.XMBIMAPInitiatorServiceImpl#Plain##
    #exception caught during processing mail message; java.lang.StringIndexOutOfBoundsException:
    String index out of range: -1#
    I guess this message came up because my interface definition is wrong. How does the Datastructure for an incoming mail look like? I just defined one field as string to keep the whole email message. Does this work or do I need to have some kind of standard xsd for mail?
    Thanks in advance!
    /Michael

    Hi Colin,
    here comes the WSDL description of my message interface to receive the email:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:p1="http://sap.com/xi/XI/Mail/30" name="MI_Mail_into_XI" targetNamespace="http://sap.com/xi/XI/Mail/30">
         <wsdl:types>
              <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/XI/Mail/30" targetNamespace="http://sap.com/xi/XI/Mail/30">
                   <xsd:element name="Mail" type="Mail" />
                   <xsd:complexType name="Mail">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             51f7dac03ede11d9c348000255af6c53
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="Subject" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d2fbcb03ebc11d9a926ff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="From" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d2fbcb13ebc11d9bd23ff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="To" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143503ebc11d9bef6ff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="Reply_To" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143513ebc11d9941fff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="Content_Type" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143523ebc11d980f2ff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="Date" type="xsd:dateTime" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143533ebc11d9b24fff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="Message_ID" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143543ebc11d9cbc5ff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="X_Mailer" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143553ebc11d9ce16ff790a50fa78
                                       </xsd:appinfo>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="Content" type="xsd:string" minOccurs="0">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       8d3143563ebc11d9979cff790a50fa78
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       any type
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="Mail">
              <wsdl:part name="Mail" element="p1:Mail" />
         </wsdl:message>
         <wsdl:portType name="MI_Mail_into_XI">
              <wsdl:operation name="MI_Mail_into_XI">
                   <wsdl:output message="p1:Mail" />
              </wsdl:operation>
         </wsdl:portType>
         <ifr:properties xmlns:ifr="urn:com-sap:ifr:v2:wsdl">
              <ifr:category>
              ifmmessif
              </ifr:category>
              <ifr:methods>
                   <ifr:method name="MI_Mail_into_XI">
                        <ifr:isSynchron>
                        false
                        </ifr:isSynchron>
                        <ifr:isInbound>
                        false
                        </ifr:isInbound>
                        <ifr:interfaceCategory>
                        outbound
                        </ifr:interfaceCategory>
                   </ifr:method>
              </ifr:methods>
              <ifr:messages>
                   <ifr:message name="Mail">
                        <ifr:messType>
                        ifmmessage
                        </ifr:messType>
                        <ifr:technicalNamespace>
                        http://sap.com/xi/XI/Mail/30
                        </ifr:technicalNamespace>
                   </ifr:message>
              </ifr:messages>
         </ifr:properties>
    </wsdl:definitions>

  • Mailadapter, receive mails from mailserver: attachment?

    hello
    i am receiving mails from the mailserver into xi with
    the mailadapter
    this is nice as long as the message data is in the mail text
    but we are receiving mails with the message as mail attachment
    i couldn't find a parameter to map/access the attachment, i always get the payload which is the normal mail text
    the only way i could find is creating an an abap proxy as the receiver and send the attachment back to xi as normal payload
    but the receiver should be the idoc adapter

    If the attachment is always the same, you can use the PayloadSwapBean (see note 794943) to get the attachment as main payload.
    If not, you need to write an adapter module by your own, which figures out, what the right payload is.
    Regards
    Stefan

  • Dynamic MailAdapter Receiver Agreement using S/Mime

    Hi,
    I need some help at an specific problem with the SAP XI Mail Adapter.
    First a little scenario description:
    In our business there are 10 Email addresses and we have 250 businesspartners.
    We want to send Emails in a secure way (S/Mime), but we wouldn’t configure hundreds  of Receiver agreements to specify the  exact Certificates which must be used to send an signed and encrypted Mail form A to B.
    See
    http://s5.directupload.net/file/d/1336/xgadwfu5_jpg.htm
    Note:
    Schlüsselspeicher = Keystore
    Schlüsselspeichereintrag = Certificate-Alias
    Signierte Mail-Zertifikate hinzufügen = Add Certifiacate to Mail.
    Verschlüsselungsalgorithmus = encryption Algorithm
    And now my Question :
    Is there any possibility to dynamically set the Configuration settings marked in the picture with a red arrow ?

    Any Ideas like an own Adapter, Adapter Modulte, Dynamic Configuration ?

  • Dynamic EMail-Receiver in Mailadapter

    Hi,
    a couple of weeks ago I saw a article here on SDN which dealed with the issue of reading the receiver of a email out of a XI-Message and establish a kind of dynamic receiver behavior for sending out messages over a email adapter.
    Unfortunatly I cannot find the article anymore in the SDN.
    Has someone a link or something like this where I can find the article ?
    Regards,
    Frank

    Here:
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address
    Cheers
    Stefan

  • Mail receiver adapter: attachment adds 3 empy lines

    Hi,
    i use the mail receiver adapter with "mail package" for setting dynamic attachment names.
    The attachment always gets 3 "cr/lf" lines at the end? Why and how can i stop that?
    System: xi3.0sp15build0
    Message was edited by:
            Bernhard Josef Neuhauser

    HI,
    Please read above link for PayloadSwapBean.
    You use the PayloadSwapBean module to replace the application payload of the XI message that contains the business data with another payload that is appended to the XI message as an attachment
    Also see the links below.. how to use PayloadSwapBean.
    HOW - PayloadSwapBean - adding attachments to the message? :-)
    Mailadapter, receive mails from mailserver: attachment?
    Work with attachments
    Sender Mail Adapter - html body mail
    Multi Attachments with ZIP or Mail Adapter (Outbound)
    Regards
    Chilla..

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • FileName in the AS2 receiver?

    Hi Guys,
    we are sending a file to the partner with the AS2 and we want to maintain the same file name as the sender. I dont see any adapter specific attributes in the AS2 adapter.
    How can i maintain the same file in the AS2 receiver adapter. any help or suggestions would be appreciated
    Thanks,
    Srini

    Hi sarvesh,
    The problem is resolved using the seeburger AttributeMapper module.
    Thanks,
    Srini

  • IDoc not received in MII

    Hi All, 
    I am using SAP MII 12.1.5 Build 87. 
    I am facing problem with iDoc Listner we have configured iDoc Listner properly in SAP ERP, SAP NW and in SAP MII. 
    We are able to send iDoc from SAP but we are not able to receive same in MII. 
    Port and iDoc Server is giving status connected previously it was working fine in SAP MII 12.1.5 Build 83. 
    Following are the log details for SAP MII Logger as well as SAP NW Log. 
    SAP NW Log: 
    Error processing JRA IDOC message  
    SAP MII Log: 
    Error processing JRA IDOC message  
    Error processing JRA IDOC message [server=xxx, client=xxx]  
    [EXCEPTION]
    java.lang.NullPointerException
    at com.sap.xmii.ejb.JRAListenerBean.onMessage(JRAListenerBean.java:130)
    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:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    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:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MessageListenerType.invoke(Interceptors_MessageListenerType.java:110)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Lock.invoke(Interceptors_Lock.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at com.sap.engine.services.ejb3.runtime.impl.MDBProxyInvocationHandler.invoke(MDBProxyInvocationHandler.java:77)
    at $Proxy943.onMessage(Unknown Source)
    at com.sap.mw.jco.jra.idoc.JRAIDocExtension$IDocMessageHandler.onMessage(JRAIDocExtension.java:72)
    at com.sap.mw.jco.jra.JRA$ReaderThread.sendDirectToMdb(JRA.java:6641)
    at com.sap.mw.jco.jra.JRA$ReaderThread.sendAsynchRequest(JRA.java:6601)
    at com.sap.mw.jco.jra.JRA$ReaderThread.handleRequest(JRA.java:6771)
    at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:989)
    at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:967)
    at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:142)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:2927)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2659)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2478)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2362)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2207)
    at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:259)
    at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:322)
    at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:220)
    at com.sap.mw.jco.jra.JRA$ReaderThread.run(JRA.java:7260)
    at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:255)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Please help me out on this issue.                                         
    Regards,
    Manoj Bilthare
    Edited by: Manoj Bilthare on May 19, 2010 12:57 PM

    Hi Manoj,
    Once you have configured your Listener have you checked pressing the update button and i dont want to ask you which version of NW SP you have installed as you said it was working for you with Build 83, but nevertheless NW SP Level should not be not less than SP3.
    If this doesn't help you,please try  restarting your server again.
    How about the credential editor have you configured this as well?
    Regards,
    Sudhir Kumar
    Edited by: Sudhir Kumar Shambana on May 19, 2010 10:46 AM

  • Invoices are not getting displayed in the process receivables for a cust.

    Dear All.
    Collection Management
    I have a situation here in prod environment the worklist is displaying the customer and his outstanding balances/all the data when we select that customer and go for process receivables then i cant find any invoices/documents under the invoices tab.
    But we have the open invoices in AR for that particular customer, I am wondering how the invoices will get deleted
    Can some one help me in this issue..
    Thank you,
    D vasanth

    Hi ,
    Based on the requirement , check whether the customer contact has been done carried out for the invoice  , then possibility it must have gone out of the worklist , chekc whether the Invoice posted in the AR has been transferred to FSCM collection .

  • Receiving null and [Receiving text] SMS

    Hi,
    Strange things on some SMS: I receive one correctly but a the end there is the text "[Receiving text]"
    Then I receive a second SMS only containing null
    Why is that ?
    Thanks.

    You coded:
    if (line == null)
    eof = true;
    else
    do something else;
    // then, regardless of the above,
    st1 = new StringTokenizer(line,","); // line is still null here
    So there's the problem.

  • Haven't been able to receive any email today

    Is the network having trouble today? I haven't been able to receive any email on my iPhone today at all. It just says "checking mail" with the spinning wheel. I can access the internet, phone, and voicemail functions, but no mail. I have regular mac mail (no gmail or yahoo) so I can get my mail on my mac laptop, but not on my phone. Was working fine yesterday...any clues anybody? I did the big update last week and it has been working fine till today...

    If you registered your iPhone with Apple using a support profile, try going to https://supportprofile.apple.com/MySupportProfile.do and unregistering it.  Also, try changing the password associated with the Apple ID that you were using for iMessage.

  • Jabber for iPhone and iPad cannot receive calls

    We currently have Call Manager 9.1.1 and Presence 9.1.1.
    I am starting to use the Jabber Client for iPhone and iPad, but am having trouble receiving calls dialed to a particular extension.
    If I can go settings for the iPhone Jabber client as an example, I am succesffuly connected to all accounts: IM, Phone Services, Voicemail, and WebEx.
    When I go to the keypad, I can succesffuly dial internal extensions and make outbound calls to any numbers and they come accross as using my extension.
    When calling the extension, my desk phone rings, but not the Jabber client.
    Not sure what could be causing this issue to occur for Jabber not receiving the calls.
    Thanks for any suggestions.
    Paul Gaydos 

    Should still work. But would be good to check indial into jabber with the phone unplugged, just for testing purposes.
    also, you have checked the partition and configuration on the TAB device is the same as on the deskphone?
    Can you attach call manager traces when making a test call and attach to the case.  Let us know the extension and device names you have used in the test, and a timestamp of the test.
    thanks
    =============================
    Please remember to rate useful posts, by clicking on the stars below. 
    =============================

  • Get All Values From NewForm.aspx using Event Receiver Item Adding

    HI All,
             I have conditions to check before the insertion of "Calendar Event".For this I am using Item Adding Event Receiver ,When Click on Save button I need to get all the values of Items filled in NewForm.aspx and check
    the condition,If condition satisfies make them insert else show alert info  as"Not Valid",Below is code and error message
    public override void ItemAdding(SPItemEventProperties properties)
                base.ItemAdding(properties);
               string StartTime = properties.AfterProperties["Start Time"].ToString();
               string EndTime = properties.AfterProperties["End Time"].ToString();
    Error
    Object reference not set to an instance of an object.
    Use the New "Keyword to create an object instance
    Can any one help me how can I do it.
    Thanks,
    Quality Communication Provides
    Quality Work.
    http://siddiq-sharepoint2010.blogspot.in/
    Siddiqali Mohammad .

    Hi,
          Have you tried with the code snippet as mentioned below
    string EndDate = Convert.ToString(properties.AfterProperties["EndDate"]);
    string StartDate = Convert.ToString(properties.AfterProperties["EventDate"]);
    If my post is helpful - please click on the green arrow to mark it as answer

Maybe you are looking for