MS Outlook integration issue

Hi experts!!
I have set up One-2-One outlook integration based on Best Practices.
I have one issue though:
Account Details are replicated just fine EXCEPT from email address.
Any ideas???
Thank u in advance!!

Hi.
Try to maintain different e-mail types on Outlook to see if some of them reply to SAP CRM. The system behaves differently for commercial e-mail, private e-mail.
Please verify.
Regards.

Similar Messages

  • Lync 2013 Outlook Integration Issues

    I have a client that is having Exchange Outlook Integration issues when trying to set up Lync 2013.
    The email address is [email protected] The sip address is
    [email protected] But the Lync server is lync.domain.local. Client is on Exchange 2010.
    The address book is not downloading and the outlook integration issue error icon appears on the bottom right.
    If the client is set manually to [email protected] the address book downloads.
    But can Lync work in the long run set up like this?

    Hi,
    Did you solve the issue with the help of Andrew provided?
    Which sip domain name did you use for default SIP domain ([email protected] or
    [email protected])?
    Did the issue happen internal or external?
    For the issue of cannot download address book, please check the External Base URL on Lync topology with the help of the link below:
    http://ucken.blogspot.in/2011/07/configuring-lync-for-external-access.html
    For the issue of Lync and Exchange integration you can refer to the link below:
    http://blog.schertz.name/2010/11/lync-and-exchange-im-integration/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Outlook Integration Templates Issue

    Hi Guys,
    I wonder if you could help me with a problem I am having regarding Outlook Integration (OI) templates.
    We have recently upgraded a customer from 2005 to 8.81 and this has updated OI. However now whenever a user logs in to Business One they receive a pop up box asking them to create defaul templates.
    They select a language and then try to create them. This then comes up asking if they wish to overwrite the existing templates. When selecting yes it gives an error saying they cannot do this. And then goes back to the create templates screen.
    This can keep going around in circles until a user clicks cancel. However this pop up box loads up everytime they log into the system.
    I have had a look around the forums but I can only find help on creating templates, not on removing this pop up box.
    Thanks,
    Liam.

    Hi Liam,
    1. This had been the same issue several times, every time the client logs onto SBO this message pops up a need to define the correct path wherein  the templates are located in the server and the base client path where the templates need to be created.A few times successfull, browsing to the correct path on the server and creating a base path C:\......\Templates in the client and the templates were re-created or copying the entire snapshot templates from the Server and place it on the client
    system. It can be a reason the User cannot access the server templates folder of write to the path C:\...
    or,
    2. Using Admin login on the client machine Uninstall the MS Outlook integration server from the control panel from the client and install MS Outlook Intergration standalone setup available in you server.
    Regards,
    Rakesh N

  • Attachments in Outlook Integration

    Hello experts,
    I have troubles enclosing attachments using Outlook Integration. A customer wants to add more attachments to a mail, for example a Purchase Order (PDF) and a logo (PNG, GIF etc.).
    When a new purchase order is saved and I click the mail button, it perfectly inserts the attachment PDF. After that I go to the third tab (Attachments) and press "Search". I search for a logo (in an other folder then the one defined at attachments in the general settings) and attach it, so far still no problems. Then it is time to send the mail: It sends the mail, but it doesn't add the logo in the mail.
    I tested it again and then added a second attachment from the attachments folder and then it does work. I did test this on a client and the customers server aswell.
    At my own computer and from a couple of collegues it is possible to add more attachments even from different folders.
    Is this problem familiar to any one? And does anybody know how to solve this issue?
    Looking forward for your replies,
    Kind regards,
    Hendri Wessels

    Hi Hendri,
      Check this link
    https://websmp206.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000706509&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&_OBJECT=011000358700003245982006
    Regards
    Jambulingam.P

  • Outlook Integration - Case of the missing snapshots

    Hey all,
    Here's the issue:
    SBO 2007A PL 35
    The snapshots are being created on the server, and they showing on the SBO server (say
    SBOHOST).
    I created the snapshots for EN(GB), EN(US), and NL.
    For reference, the actual database is on a dedicated SQL server (
    SQL_SERVER)
    All files are there, and permissions are set so that they can be written.
    I went onto the terminal server (
    TERMINAL) that connects through to the main server database (
    SQLSERVER) and to the SAP files B1_SHR on
    SBOHOST
    The templates were missing in the "Define Snapshot Templates"  under EN(GB), EN(US), and NL.
    I checked the paths, and they are fine so there are no permission issues.
    I then installed, from TERMINAL, the Czech snapshots. They work. I can see them under the "Define Snapshot Templates" on TERMINAL
    ...but not on SBOHOST where I can see the others...
    They are sitting right beside each other in the
    SBOHOST\B1_SHR\Addon\Microsoft Outlook Integration\Templates\[DATABASE]\Default
    I can see CS (Czech), NL (Dutch), EN (Enlish) folders.
    I had a look in the [@BOOSTP] and found if I changed the "host name", in a test database of course, from TERMINAL to SBOHOST they appeared on the respective computers snapshot list under the respective language. Hopefully I haven't lost you.
    Any help with this would be good, as so far all the notes on this tell me to re-create the snapshots, which hasn't helped so far.

    I too am having an issue with creating the default snapshots in B1 2007A PL35 (and BTW PL37)....
    I can successfully create the snapshot on the first B1 client on my network, for every machine thereafter I get the following error when creating templates for English (US).... This message is a pain, when you have many machines and users ask why the create snapshot templates window appears each time they log on.
    This is the Error Message:
    Failed to create template 'Executive customer (by Business Partner)'
    My observations regarding the solution are identical but one of the proposed solutions won't work, at least not as is...
    As you said It looks like it cannot create the entries in the @BOOSTP because of the unique constraint on Index [@BOOSTPBOOSTPI1] which does not include the new field.
    [U_Host] ASC cannot be added to the index because it is of type nvarchar(max), see error below:
    *Column 'U_Host' in table 'dbo.@BOOSTP' is of a type that is invalid for use as a key column in an index.*
    The only way to make this work is to change U_HOST it to a nvarchar(100) and then you would be allowed to add the U_Host to the index.  SAP probably needs to make this decidion, I doubt they would support this work around, so temporarily disabling the index appears to be is the way to go....
    Why isn't SAP testing well before release?  This seems like something that should have been caught.
    Thanks,
    Jason Walters

  • Outlook Integration inconsistencies

    Dear Members,
    I have been testing the outlook integration functionality in Sap B1 2005 and Sap B1 2007 and the concept is very good because it enhances CRM for clients as well as integrated communication into the erp package.
    However, I have found some inconsistencies in the solution whereby a specific functionality works inconsistently. Find below some of the queries I had and if anyone has come across them, kindly advice.
    1) When an email is saved as an activity and the contacts in the email are not directly linked to  a specific business partner, the dialog box only provides an option to save the email to the email addresses and not any business partner. We can therefore not choose to have the email saved as an activity of a business partner. It would also be wrong to add the email addresses as contacts of that specific business partner as they are not.
    2)Emails which have signatures are not saved correctly as attachments to an activity. The u201Ccontentu201D of the email is saved in the activity of the business partner, yet in the u201Cattachmentsu201D the link to the email is not present.
    3)u201CSave Email as activityu201D does not always give options to save. It will act as u201CQuick save-email as activityu201D and save the email without giving any prompt.
    4)After selecting the appointments ( in outlook ) to synchronize with sap, the appointments which are not synchronized initially will keep coming  up every time a synchronization is done. This results in a very long list of appointments in outlook which constantly have to be deselected and is very monotonous.
    5)Once the add on is connected and a user creates an appointment in outlook, a prompt appears to synchronize it with sap. If the prompt is cancelled and at a later time a manual synchronization is done, the appointments in outlook which were not earlier synchronized do not appear in the list for appointments to be synchronized. Therefore, we have to go and manually synchronize them one at a time.
    6)There is no current facility to save emails as  activities for multiple business partners.
    Thanks in advance
    Kind regards,
    Indraj.

    Hi Lisa,
    Please go through note 1229026.
    https://service.sap.com/sap/support/notes/1229026
    We ran into several issues on 2007A OI add-on and this turned out to be the problem.
    On safe side, please run it on backup company DB.
    Hope it helps.
    Regards,
    Jacqueline Jiang
    SAP Business One Forums Team

  • Outlook Integration Contact Sync

    I'm having problems with the Outlook Integration for SBO not syncing all of our contacts.  I have tried deleting everyone and starting over from scratch but it gives me the error failed to link contacts.  Any suggestions would be helpful.  In the past I would have to run it serveral times but it would finally pick up everone. 
    I now get the error that internet explorer has stopped working.
    Versions
    SBO 2007 A (8.00.178) SP: 00 PL: 42
    OI 8.00.00.42
    Thanks,
    Rebecca

    Sorry, I've been on another project.  I deleted the contacts from Outlook and started over.  I know you can only sink 400 contacts through OI at a single time, but we have instances where it won't sink one at a time and we can not find a reason for it.  SAP has stated the only limit is the 400 contacts per sync.  Is there a field that could be causing the issue?
    Thanks,
    Rebecca

  • Outlook integration create duplicated contact

    Hello All:
        When I run the synchronization in outlook integration. It duplicate customer contacts after the first run. Now I am not sure if I should run it again as it may duplicated it over again. Is this a setting inside SBO or inside outlook?
    Sincerely Yours

    Dear,
    For your issue kindly refer to note 911283 below:
    Symptom
    When do a synchronization in Outlook Integration, the duplicated items
    will be created, even though it has been synchronized before.
    Other terms
    SAP Business One; Add-On; AddOn; B1; SBO; Outlook Integration; Outlook;
    OI; Activity; Sync; synchronization
    Reason and Prerequisites
    This is program bug of SAP Business One Add-On Outlook Integration.
    Solution
    This problem is fixed in SAP Business One Add-On Outlook Integration
    release version 6.70.2.20, also fixed in SAP Business One Add-On Outlook
    Integration release version 6.80.00.15. Download and install the patch
    of SAP Business One Add-On Outlook Integration from SAP Service Market
    Place will fix the problem.
    2005 SP00 PL15 & 2004 SP02 PL20 has fixed the issue.
    Regards
    Apple

  • Outlook Integration: unable to create snapshot templates.

    Dear all,
    I followed all the steps mentioned in note 861055
    "You can easily repeat the step of template creation after running the server installation:
       1. Start the Addon Outlook Integration from Business one.
       2. Choose/Administration/Outlook Integration/Define Snapshot Templates
       3. Select "Create Default Templates" from the "Goto" menu. This will repeat the procedure that could not be started because of the missing layout files."
    But when I choose "Create Default Templates" nothing happens...
    I'm using SBO 2005A SP01 PL31 and Outlook Integration PL60.
    Also, what's the difference between the OIStandAlone and the OutlookIntegration files?
    Best Regards,
    Vítor
    Message was edited by:
            Vitor Vieira

    Hello,
    This issue is really interesting, I really desperate to install it. I read the note and find out that server installation must be run before initialisation of addon in the client workstation. Initialisation means addon registration. I just think the template will be created in the client workstation if the server installation has run. Both must be run. But here the explanation I've got from pdf file :
    Template Layout Files for Microsoft Outlook Integration Snapshots
    The SAP Business One Add-On Server Installer copies the template layout files for snapshots in the following subfolder in <B1DIR>: B1_SHR\AddOn\Microsoft Outlook Integration\Templates\Default. However, if the SAP Business One 2005 SP01 application is not a new installation but an upgrade, the name of the subfolder is the same as for SAP Business One 2004.
    In the Default folder, there are language-specific folders for all templates. After you complete the registration of the Microsoft Outlook add-on on your server and begin the initialization in a company database from a client, the add-on creates default templates for the current language of the company to which you are logged on. These default layout files are also stored in <B1DIR> in the following subfolder: B1_SHR\AddOn\Microsoft Outlook Integration\Templates\<name of company database>\Default. When you later use the add-on to create additional default templates (by using the Create Default Templates function of the add-on), your default templates are also stored in: B1_SHR\AddOn\Microsoft Outlook Integration\Templates\<name of company database>\Default.
    However, if the application is unable to locate this folder or the folder cannot be created, a selection window will allow you to select a different location. This path will be stored in the company settings of the Microsoft Outlook Integration add-on and can be changed by you. The default layout files for the company are copied to the Default subfolder of the folder you select.
    The OIStandalone is a standalone installer for the Microsoft Outlook Integration add-on. This tool allows you to install the add-on without having to install the SAP Business One client on your PC. The alternative installer is appropriate for scenarios in which the SAP Business One client is not installed on the same PC as Microsoft Outlook. An example of such a scenario is the use of the Terminal Server for SAP Business One.
    If you have tried, let me know the result.
    Rgds,

  • Outlook Integration/SAP running slowly

    Hello,
    I have the outlook Add-On running within SAP and irrespective of whether SAP is actually open or not i get the following message headed 'Progress Information' - Opening the logon window... this issue has only started happening within the last 4 weeks and once it comes up it doesn't go off. There have been no new updates to my machine either windows, SAP or anti-virus related. This is bery irritating and I cannot fatham why this happens.
    Can anyone shed any light?
    Thank you in advance
    Juan.

    Gordon,
    Yes, it is happening on all clients. We have also tried uninstalling and reinstalling Outlook Integration to no avail.
    Regards,
    Juan

  • Ms Outlook Integration Error after Sap B1 upgrade

    Hi experts,
    We are facing a issue after upgrading SAP B1 8.82 to SAP B1 9.0 with Outlook Integration (MS Outlook 2010), we try to logon to SAP B1 from Ms Outlook, we type server name, db user and db password, when why try to choose database we are getting an error "Unable to recover companies list from "Server Name" to Sap Business One", when we press logon button in the same logon window we are getting an error "'Database Name' is not a valid company database".
    Has anyone faced the same issue?
    Thank you in advance.
    Kind Regards,
    Vasilis Korolis

    The issue has been solved by updating DI API which was still on the previus version.
    Kind Regards,
    Vasilis Korolis

  • Two email accounts and outlook integration

    Hi, all-
    We are using the Outlook Integration in B1 version 2007A p. 42. My Outlook version is 2007.  We are morphing to emailing invoices to customers instead of snail-mailing them.  My problem is I have an accounting user that has 2 email accounts as we run different divisions in B1 all out of the same company.  B1 does not give her the option to choose what email account to send from - it simply sends from her default email account.  This causes a huge problem as she has to manually switch her default email account in Outlook every time she sends for a different division.  This is prone to huge human error issues.
    All of our business partners are assigned by division using a division designation stored in a UDF. 
    Question: is there any way I can configure B1 to somehow send this division designation to Outlook, and can I configure Outlook to read this field, add the proper divisional signature to the email, then send it through the proper account? 
    Thanks,
    Shelby

    Maybe you should ask on a Microsoft forum rather than one dedicated to the using the iPhone in an enterprise environment.

  • Outlook Integration add in prevents outlook from opening

    Hi All,
    When the outlook integration executable (BO_SyncExt.exe) is running it prevents outlook from opening. Outlook just sits there saying loading user profile all the time. When the process is killed via task manager outlook opens. The issue seems to be intermittent, we've tried the usual uninstalling, re-installing, rebuilding the machine etc. it didn't work.
    The problem doesn't happen on machines using office 2003 or 2007, only on Office 2010 (32 bit).
    SAP version 8.8 PL20.
    Any ideas what this might be?
    Many Thanks,
    Matt

    Hi Jimmy,
    it is 32-bit MS Office, I have had this issue both on 8.82 PL05 (Windows 7 32-bit) and PL07 (Win2008 R2 server 64-bit).
    The Outlook Integration log shows some strange entries without error description:
    2012-07-23 15:24:30  E  CBO_AddIn::OnConnection  ERROR: **************************************************************************
    2012-07-23 16:36:01  E  CBO_AddIn::OnConnection  ERROR: **************************************************************************
    2012-07-23 16:38:33  E  CBO_GUIControl::ReleaseGUIControl  ERROR: Exception in closing the Outlook...
    2012-07-23 16:39:13  E  CBO_AddIn::OnDisconnection  ERROR: ############################################################################
    2012-07-23 18:23:27  E  CBO_AddIn::OnConnection  ERROR: **************************************************************************
    After this error (Exception in closing the Outlook...) I assume that the Outlook.exe hangs, therefore when opening Excel, I get an error message like 'Failed to open log file', so probably the hung Outlook.exe locks the log file. Of course opening Outlook isn't possible in that status.
    After closing the process Outlook.exe, I can start Outlook again and Excel doesn't throw any error message. Nevertheless I tried also to run BO_SyncExt.exe in compatibility mode, I will observe this issue now.
    Thanks
    Sebastian

  • Outlook Integration Contact Persons inactive in SBO

    Hi,
    We use outlook integration on SBO 8.81 PL7 and Outloook 2010 and having following issue.
    When we set an contact person in SBO as 'inactive' and we synchronize Outlook with SBO the contactperson still exist.
    It should accualy delete the one in Outlook because it's no longer a valid Contactperson.
    If we delete an contactperson in SBO the contactperson is still in Outlook??
    Does anybody has an solution or is it (strange) system behaviour??
    Mark
    Edited by: M. Hageman on Sep 12, 2011 10:19 AM

    Hi Gordon,
    Yes i tried it also with delete of the contactperson, but still the contact stays in Outlook
    Thanks
    Mark

  • Outlook Integration Update

    Hi,
    Normally, for installing Outlook Integration for the first time, should we install the package called "B12005ADDONS01_11-20001708.zip" (which contains a folder called 'Server installation') ? 
    Since there are some bugs in this version, what should I do to upgrade ?  Let's say I want to update the Outlook Integration add-on to patch 107 for example, what do we have to do ? There is no "Server Installation" in this "B12005OUTLOOK01P_107-20001696.ZIP" zip file ... Is it normal ?  What is the procedure to update OI add-on ?
    Because when I checked the SQL Profiler to verify if the issue is still there (when I save an e-mail as an activity), it seems that nothing has changed between PL11 and PL107... Is it normal ?
    Thanks,
    Luce

    The add on version has to match the SAP version - they will use the same DI, so you should only use the version that is downloaded with the patch you are on. If you need to upgrade, you should upgrade both your SAP and OI versions.
    If your bug is a reported issue, you should find a note on the SAP Support website which will tell you which version it is fixed / planned to be fixed in

Maybe you are looking for