Workflow - Lotus Notes Integration

Hi All,
I am working on 4.6 C. My requirenment is to send the workitems to lotus notes, from where he can click and executes the workitem.
I checked the tcode SWNCONFIG in 4.6 C ,but this tcode is not there.
Please advise me on the possibility of this integration...
Thanaks in advance
regards
Vijay.

Talk to your BASIS to configure SCOT settings.
You need to schedule a report RSWUWFML2 in background which sends the workitem to Outlook.
Also look at below useful links:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7e05ec90-0201-0010-81b5-bda2a0705821
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6757ceef-0201-0010-3996-a777463727de
http://help.sap.com/erp2005_ehp_02/helpdata/EN/d5/581ee8d56f1247bf34cfcd66d16d81/content.htm
<i>*Reward each useful answer</i>
Raja T

Similar Messages

  • C4C & Lotus Notes integration for service users

    Hi,
    I tried to find information about C4C and Lotus Notes integration for service users without success. User manual says on Sales both Outlook and Notes, but in Service only Outlook. Does Lotus Notes add-in work for service users similar than sales users? Is there anywhere demo video for that? I can only found demo video for sales (SAP Sales OnDemand Outlook Integration Demo (new) - YouTube).
    -Aatos

    Hi Aatos,
    The Lotus notes integration currently supports the "Field Service" role in Cloud for Service where you are primarily servicing customers in the the field and have direct email communications with your customers. In this use-case, similar to "Field Sales" (AKA SFA Users) in Cloud for Sales, you can receive an email from a customer, get information about that customer from Cloud for Customer via the Lotus Integration, and be able to upload that email into Cloud for Customer as an email activity to track the email correspondence between the user and the customer.
    However, the Lotus notes integration does not support the "Call Center" role in Cloud for Service where you are a contact center agent in a centralized service center processing emails that are routed into a common inbox and all correspondence is sent out in behalf of a central inbox such as [email protected] In this usecase all emails automatically create tickets and all emails both inbound and outbound are automatically recorded as email activities without customer or user intervention. The email client for this usecase is either a C4C email client or Windows Outlook Client as you found in the documentation.
    Thanks,
    Rei

  • Error in Workflow Lotun Notes Integration

    Hi all,
    We are integrating our ECC6 to our Lotus Notes 7 in such a way that, when a transaction (PO for example) in ERP is created, a notification via email is being sent to the PO approver. However, when the said approver tries to open his email, a problem with the message "Sorry, an uncorrectable error has occured. Invalid pool free chain. Press ENTER to abort the application".  Has anybody encountered this problem before?
    Any help would be greatly appreciated.
    Thanks

    Aurelio,
    please check if this fix might solve your problem:
    http://www-01.ibm.com/support/docview.wss?rs=0&uid=swg24017174
    Best regards,
    -Rainer

  • Lotus notes integration for receiving workitems

    Hi All,
           i am getting some problem during getting the workitems in Lotus notes....
    what all should i need to check whether configuration side is ok.....
    and since which version of SAP is eligible to integration with lotus notes and outlook...?
    <removed by moderator - please refer to the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] regarding asking/offering points>
    Best Regards
    Dev
    Edited by: Mike Pokraka on Jul 17, 2008 1:13 PM

    yes they exist..........
    i have some doubts ........on this
    when ever i try to do auto forwording setting ..............
    its giving warning      "The forwarder and the recipient are identical"   and making internet address to  external address....
    and the variants are like in RSWUWFML2
    Job suffix              =        1            " What the siginficant for 2 ? 
    Tasks (blank = all)        =     TS00008267  "task number for decision step
    New Work items Only   X
    one msg per work item  X
    Workitem display          X
    Workitem execution      X
    Message Class for Subject       SWU_NOTIF
    Message Number for Subject        2
    Before Work Item Description    SWU_NOTIF_PROLOG1
    After Work Item Description     SWU_NOTIF_EPILOG2
    SAPLOGON_ID   =   SPACE
    Regards Dev

  • Company for Lotus Notes Integration

    Hello,
    I'm searching for solutions to integrate Lotus Notes into Enterprise Portal.
    I found much information about the You@Web Repository Manager for Lotus Notes, supplied by Conet.
    This is the only company, I found.
    Does anyone know another company with a solution for Notes integration, so that i can compare them?
    Or is Conet the only one supplier?
    Thanks in advance!
    Best regards,
    Sven

    Hello Sven,
    as far as I know and based on the SAP certification records CONET is the only company delivering a KM repository manager for Lotus Notes/Domino databases.
    Despite the fact that the "old" SAP KM repman for Domino is technically limited to R5, the CONET repman also comes with more features and richer functionality (e.g. you can configur your distributed Lotus landscape / replication architecture for the Conet repman and other features).
    Simply visit SAP TechED 2006 Session UPE106 and learn more on Lotus integration with SAP KMC.
    Regards
    Michael

  • Adobe/MS Access/Lotus Notes Integration

    Not sure if I'm in the right place, please feel free to let me know if not.  Have searched in Access and Lotus Notes forums but no answers yet. I am using MS Access to automatically send email from Lotus Notes and attach a PDF file that is located on the server.  Next step is I would like to be able to create a PDF portfolio out of that sent email and save/name it according to key data in the record.  Am also using batch file to create the network folder but am hoping to be able to merge all these processes into one so that when the email is sent, the folder will be created and the PDF portfolio created from the sent email.  So far, have not been able to find any answers, am hoping at a minimum someone might be able to point me in the right direction.
    Am using this method to batch create folders based on new records in the Access database:
    http://www.0092ff.com/tips-tricks/create-folders-from-an-excel-sheet
    Here is the code I'm using to create the email - anyone know of any way to take that email that just got sent in Lotus Notes and create a PDF Binder/Portfolio?  Thank you so much!
    Private Sub cmdSendEmail_Click()
    SendPrequal
    MsgBox "Prequal Request Complete!"
    Me.Requery
    End Sub
    Sub SendPrequal()
    Dim oEmail As clsEmailMessage
    Dim strSubject As String, strAttach As String, strAttachIns As String, strBody As String, strSave As String, strMsg As String, Saveit As Boolean
    Dim rtItem As Object
    Dim rtStyle As Object
    Dim sFormattedText As String
    If Me.MsgFreeFlow.Value = "" Then
    Else
    strFF = Me.MsgFreeFlow.Value & vbCrLf & vbCrLf
    End If
    sFormattedText = strFF
    strSubject = "Information Request for " & StripString([RQContractor])
    strAttach = "d:\MyDocs\Forms\pdf\FormName.pdf"
    strMsg = "Message Here" & vbNullString & vbCrLf & vbCrLf
    strBody = strMsg
    If Me.PF.Value = 0 Then
    strAttachIns = "d:\MyDocs\MyAttach_a.pdf"
    Else
    strAttachIns = ":\MyDocs\MyAttach_b.pdf"
    End If
    Set oEmail = New clsEmailMessage
    oEmail.AddRecipient Me.ContractorEmail, recipTo
    oEmail.AddAttachment strAttach
    Select Case Me.frmINS
    Case -1
    oEmail.AddAttachment strAttachIns
    Case 0
    End Select
    oEmail.SendEmail strSubject, strMsg, False
    'doc.ReturnReceipt = "1"
    'save draft
    'Saveit = True
    Set oEmail = Nothing
    End Sub
    clsEmailMessage Module:
    '**************************CLASS CODE **************
    Option Compare Database
    Option Explicit
    'creates and sends email using lotus notes.
    'does not require notes to be running (it will start a session if needed).
    'does not require references in the project
    'uses OLE not com, so objects are declared as simple objects
    'the declares below are for using COM, but this may require some
    'additional configuration to work.
    'Dim mobjNotesDB As NotesDatabase
    'Dim mobjNotesMessage As NotesDocument
    'Dim mobjNotesRTItem As NotesRichTextItem
    'Dim mobjNotesSession As notessession
    Dim mobjNotesSession As Object 'lotus notes session
    Dim mobjNotesMessage As Object 'a notesdocument object (the email message)
    Dim mobjNotesDB As Object 'a notes db object
    Dim mobjNotesRTItem As Object 'a notes tich text object
    'notes constant for attaching file
    Const EMBED_ATTACHMENT = 1454
    Public Enum RecipTypes
    recipTo = 1
    recipCc = 2
    End Enum
    Private Sub Class_Initialize()
    Set mobjNotesSession = CreateObject("Notes.Notessession")
    Set mobjNotesDB = mobjNotesSession.GetDatabase("", "")
    Call mobjNotesDB.OPENMAIL
    ' make new mail message
    Set mobjNotesMessage = mobjNotesDB.CreateDocument
    'create the body
    Set mobjNotesRTItem = mobjNotesMessage.CreateRichTextItem("Body")
    End Sub
    Private Sub Class_Terminate()
    Set mobjNotesSession = Nothing
    Set mobjNotesMessage = Nothing
    Set mobjNotesDB = Nothing
    Set mobjNotesRTItem = Nothing
    End Sub
    Public Sub AddRecipient(strName As String, intType As RecipTypes)
    Dim intNextSemiColon As Integer
    Dim intLastSemiColon As Integer
    Dim strOneAddress As String
    Dim j As Integer
    Dim blnLastAddress As Boolean
    'If the passed contact has a semi-colon, split into multipe contacts
    If InStr(1, strName, ";") > 0 Then
    intLastSemiColon = 1
    intNextSemiColon = 0
    blnLastAddress = False
    For j = 1 To Len(strName)
    intNextSemiColon = InStr(intLastSemiColon, strName, ";")
    If intNextSemiColon = 0 Then
    blnLastAddress = True
    strOneAddress = Mid(strName, intLastSemiColon, Len(strName))
    Else
    strOneAddress = Mid(strName, intLastSemiColon, intNextSemiColon - 1)
    intLastSemiColon = intNextSemiColon + 1
    End If
    If intType = recipTo Then
    If mobjNotesMessage.HasItem("SendTo") Then
    Call mobjNotesMessage.AppendItemValue("Sendto", strOneAddress)
    Else
    Call mobjNotesMessage.ReplaceItemValue("Sendto", strOneAddress)
    End If
    ElseIf intType = recipCc Then
    If mobjNotesMessage.HasItem("Copyto") Then
    Call mobjNotesMessage.AppendItemValue("Copyto", strOneAddress)
    Else
    Call mobjNotesMessage.ReplaceItemValue("Copyto", strOneAddress)
    End If
    End If
    If blnLastAddress = True Then Exit For
    Next j
    'Otherwise, just add one name
    Else
    If intType = recipTo Then
    If mobjNotesMessage.HasItem("SendTo") Then
    Call mobjNotesMessage.AppendItemValue("Sendto", strName)
    Else
    Call mobjNotesMessage.ReplaceItemValue("Sendto", strName)
    End If
    ElseIf intType = recipCc Then
    If mobjNotesMessage.HasItem("Copyto") Then
    Call mobjNotesMessage.AppendItemValue("Copyto", strName)
    Else
    Call mobjNotesMessage.ReplaceItemValue("Copyto", strName)
    End If
    End If
    End If
    End Sub
    Public Sub AddAttachment(strFilePath As String, Optional vName As Variant)
    Dim strName As String
    If IsNull(vName) Or IsMissing(vName) Then
    strName = strFilePath
    Else
    strName = vName & ""
    End If
    mobjNotesRTItem.EMBEDOBJECT EMBED_ATTACHMENT, "", strFilePath, strName
    End Sub
    Public Sub SendEmail(strSubject As String, strText As String, blnPreview As Boolean)
    Call mobjNotesMessage.ReplaceItemValue("Subject", strSubject)
    Call mobjNotesRTItem.AddNewLine(2)
    Call mobjNotesRTItem.AppendText(strText)
    mobjNotesMessage.SAVEMESSAGEONSEND = True
    If blnPreview = False Then
    Call mobjNotesMessage.Send(False)
    Else
    Call mobjNotesMessage.Save(True, False)
    End If
    End Sub
    '***************END CLASS CODE ***************************

    Found this link, http://forums.adobe.com/thread/797809?tstart=-1, that states:
    Acrobat 9 and later supports creation of a PDF Portfolio (the newer form of packages) via JavaScript, which can be called from VBA using the JSObject bridge.
    Have been looking along those lines, but not sure what I'm looking for, if there is a way to create the PDF portfolio using code, I would greatly appreciate any information, thank you.

  • Lotus notes integration

    Hi all,
    I want to integrate Lotus notes mail to my portal page.
    Please send me the step by step configuration to proceed on.
    Yours help will be more appreciated.
    Thnz for the help in advance.
    Cheers
    Faheem

    Hi,
    Check this documentation
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ibm/An%20Overview%20of%20IBM%20Lotus%20Integration%20with%20SAP%20Enterprise%20Portal.pdf
    Regards,
    Ganesh N

  • Lotus Notes integration with WebCenter?

    I need to integrate Lotus Notes in WebCenter without using Adapters .can anyone help me out??
    Thxs in Advance
    praveena

    hi praveena,
    you should be able to use the lotus notes portlet that is provided as part of the OracleAS Provider for Lotus Notes.
    http://www.oracle.com/technology/products/ias/portal/point_downloads.html#lotus
    the portlet was originally designed for oracle portal but you should be able to register it in WebCenter as well.
    regards,
    christian

  • Workflow - Lotus Suite Integration

    Hi MDM Folks,
    In my current project feasibility study we are looking at implementing workflow for Master data stewards to be alerted using the workflow built and tweaked to send out emails.
    The email however has to be triggered to Lotus email.
    Hence My questions as under:
    a) Is this possible - if yes how .
    b) Are there any configuration settings which are to be enabled ( Basis guys may be able to help )
    c) Is there a minimum support pack we (MDM) is capable of delivering this?
    Thanks in Advance.

    Hi Rajesh,
    You can send emails to any mail server using the notify step. For this you need to have SMTP access for your mailserver.
    You need to add mailserver entry in mds.ini for every repostiory that uses workflow.
    If you have any doubt please go through the following urls:
    [http://help.sap.com/saphelp_mdm550/helpdata/en/43/8b11b4249a6fcee10000000a1553f6/content.htm]
    [http://help.sap.com/saphelp_mdm550/helpdata/en/43/8d7452cbdc6353e10000000a11466f/content.htm]
    I hope I am able to solve your problem:
    Regards
    Dilmit Chadha

  • Integration with Lotus Notes 8.5 - Room Reservation System to Add Approval Steps

    I have implemented several LiveCycle Forms with Some Workflow all
    based on XML and .NET. All working fine.
    Now, I have a new project (yet to be approved) which is to add
    Workflow and Approval Steps for Lotus Notes Room Reservation System.
    The current system on Lotus Notes, is out-of-the-box from Lotus, and
    it is working very well, and it has great repeat option to setup the
    required schedule to make the needed room reservation system.
    The user now requested to add some new features like add 2 more
    approval steps, and some new fields.
    I can modify the application in Lotus Notes, but this will creat a new
    problem. If there is new version coming for this system from Lotus
    Notes, then I will have to sync the modifications I did, and it will
    be a problem.
    I have put some screen shots to help understand what we are talking
    about:
    https://docs.google.com/leaf?id=0B97clwYte2SHYmUyZTRiZDEtZWRjZS00YmQ3LTg1MDUtM2MxNmYyYTIzM 2Ix&hl=en
    I have developed several programs in the past, I was able to connect
    to Lotus Notes Database from .NET.
    My plan is to develop the new Form in Adobe LC Desinger, with all the
    new required features, and connect to what ever existing functions/
    data to Lotus Notes (in both directions).
    The only thing I need help for is how to capture the Repeating
    Calendar Entry. I think this will take some effort. Becuase, once I
    capture all input parameters, I have to call a Web Service (in .NET)
    to get a list of Free Rooms to choose from.
    Here are my questions:
    1. Do you have any feedback on the above ?
    2. Any one has done any work to capture a repeating calendar entry in
    a PDF Form ?

    Hi Anil
    For Lotus notes integration with SAP solutions, pl check the following links:
    http://www.redbooks.ibm.com/redpieces/pdfs/redp4215.pdf
    http://www-306.ibm.com/software/info/ecatalog/en_US/products/Z262246B25186K14.html
    Best regards
    Ramki

  • SAP CRM Integration with lotus notes & blackberry (Mobile application) ?

    Dear Experts,
    Can any one pls explain me rough step in SAP CRM Integration with lotus notes & blackberry (Mobile application) ! I dont want detailed steps but pls explain me some important steps for this integration. Also pls tell me which standard SAP document i hve to refer for it !
    As i am totally new to such integraion. pls help me out of this !!!! Helpful answer will be rewarded with full points.
    Regards,
    Amol Tambe.

    Hi Amol Tambe,
    Please refer the following SDN threads to find more information about SAP CRM and Lotus notes integration:
    Re: Integration of SAP CRM 7.0 with Lotus
    Re: Need the connectivity between CRM and Lotus Notes.
    However, the above discussion is for CRM online and Lotus notes integration.
    Hope this helps!
    Regards,
    Chethan
    Edited by: Chethan Kumar C M on Sep 27, 2009 9:41 AM

  • Interface between Lotus Notes Data Base &  SAP

    Hi All,
    Our client is having both Lotus Notes Database & SAP. Theirs some data is stored in the Lotus Notes Database. Now they want to transfer that data into SAP.
    What we have suggested is to download the data from the Lotus Notes into excel sheets & from the excel sheets we can upload into SAP.
    Plz tell is there any interfacing tool available between Lotus Notes Database & SAP or what we have suggested is right?
    Reg,
    Nishant

    Hello Nishant,
    you may consider the SAP R/3 - Lotus Notes/Domino Integration options listed in
    Re: SAP Workflow and Lotus Notes Integration
    If this does not fit your requirements or if you need more information, please let me know.
    Regards
    Michael

  • OIM 11.1.1.5.4, Lotus Notes 8.5.1 update AlternativeName/Language error

    Hello experts!
    We have faced issue with OIM and Lotus Notes integration.
    Here is configuration:
    OIM host:
    OS: Windows Server 2008 R2
    Weblogic: 10.3.5.0
    SOA: 11.1.1.5.0
    OIM: 11.1.1.5.4
    Lotus Notes host:
    OS: SUSE Linux 2.6.16.60-0.21-default
    Lotus Notes: 8.5.1
    For integration, we used OIM Lotus Notes/Domino connector version 9.0.4.12.0 because:
    1. In OIM Lotus Notes/Domino connector version 9.0.4.14.0 documentation described bug 11693279, that provisioning fails if you update the Alternate Full Name, Alternate Full Name Language.
    2. In OIM Lotus Notes/Domino connector version 11.1.1.5.0 documentation there is nothing about provisioning or updating user's the Alternate Full Name, Alternate Full Name Language fields.
    So, we have configured Lotus connector according to documentation, but when we trying to update the Alternate Full Name, Alternate Full Name Language fields of provisioned user's account, update Alternate Full Name or Alternate Full Name Language task failed with the following error:
    [2012-10-19T14:51:17.716+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::init
    [2012-10-19T14:51:17.716+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::init : Host xx.xx.x.xx
    [2012-10-19T14:51:17.717+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::init : Port 60148
    [2012-10-19T14:51:17.718+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::init : Admin xxx_xxx
    [2012-10-19T14:51:17.719+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::init : Before session
    [2012-10-19T14:51:17.723+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LNotesConnectionUtil::getSession
    [2012-10-19T14:51:17.723+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LNotesConnectionUtil::getSession : ***Non-Secure Mode
    [2012-10-19T14:51:22.401+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::connect : After session
    [2012-10-19T14:51:22.402+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::connect : Platform = UNIX
    [2012-10-19T14:51:22.403+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::connect : User name = CN=xxx_xxx/O=xxxxx
    [2012-10-19T14:51:22.404+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::connect : Successfully Connected to Lotus Server
    [2012-10-19T14:51:22.407+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser START.
    [2012-10-19T14:51:22.407+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::updateUser: regServer...CN=xxxxx/O=xxxxx
    [2012-10-19T14:51:22.408+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::updateUser: certPath.../home/notes/notesdata/oim/xxxxx.id
    [2012-10-19T14:51:22.409+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision::updateUser: uniqueId...G=OIM/I=TEST/S=USERV3/CN=OIM TEST USERV3/O=xxxxx
    [2012-10-19T14:51:22.409+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::loadAttributeMapping: START
    [2012-10-19T14:51:22.409+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision: :loadAttributeMapping : Attribute Mapping file : C:\Oracle\Middleware\Oracle_IDM1\server/XLIntegrations/LotusNotes/config/attributemapping_prov.properties
    [2012-10-19T14:51:22.531+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser Target attributes are as follows:
    [2012-10-19T14:51:22.531+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser Full Name: CN=OIM TEST USERV3/O=xxxxx
    [2012-10-19T14:51:22.531+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser First Name: OIM
    [2012-10-19T14:51:22.532+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser: Last Name: USERV3
    [2012-10-19T14:51:22.532+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser: Middle Initial: TEST
    [2012-10-19T14:51:22.532+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser: OrgUnit:
    [2012-10-19T14:51:22.532+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser: Alternate Name: CN=N‚?µN?N‚????N‹?? ?????»N??·?????°N‚?µ?»N?/O=xxxxxx
    [2012-10-19T14:51:22.532+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser: Alternate Language: ru
    [2012-10-19T14:51:22.557+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision:: altNameAttr - AlternateName
    [2012-10-19T14:51:22.558+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision:: altLangAttr - AlternateNameLanguage
    [2012-10-19T14:51:22.559+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LotusNotesProvision:: altOrgUnitAttr - nodata
    [2012-10-19T14:51:22.560+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LNotesConnectionUtil::getUserName: START
    [2012-10-19T14:51:22.560+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LNotesConnectionUtil::getUserName: Org Unit:
    [2012-10-19T14:51:22.561+06:00] [oim_server1] [TRACE] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] LNotesConnectionUtil::getUserName: Final UserName --- CN=OIM TEST USERV3/O=xxxxx
    [2012-10-19T14:51:22.562+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser::Cannonical Name : CN=OIM TEST USERV3/O=xxxxx
    [2012-10-19T14:51:22.562+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser: attribute to be changed: AlternateName
    [2012-10-19T14:51:22.697+06:00] [oim_server1] [ERROR] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::updateUser : NotesException: Notes error: NotesException: Notes error: An improperly formed name was encountered
    [2012-10-19T14:51:22.699+06:00] [oim_server1] [NOTIFICATION] [] [ADAPTER.LOTUSNOTES] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: a2948378c259882a:f142697:13a4a5c015f:-8000-000000000001203b,0] [APP: oim#11.1.1.3.0] LotusNotesProvision::disConnect
    We can't figure out why we get "Notes error: An improperly formed name was encountered" error, so experts, please adwise!
    P.S. As said before, in OIM Lotus Notes/Domino connector version 9.0.4.14.0 documentation described bug 11693279, which is matching exactly to our problem, could it be that documentation for previous connector version (9.04.12.0) lacks information about this bug?
    Edited by: user13483880 on 22.10.2012 5:26

    Experts, does anyone had similiar problem?

  • How to integrate Lotus Notes and upload Help Docs into SAP Portal

    Hi Experts,
    I got 2 questions with regards to content in portal...
    1) I got nearly 30 to 40 help documents (PDF & WORD) which users may refer when accssing CRM & BW system in portal.
    Currently they are stored in the Local Drive....i am trying to find a way to upload them portal...so the users can always have the docs the require
    and
    2) Can any one please update me in detail ...on how to integrate Lotus Notes into portal and configure Single Sign on  currently my Portal and Lotus Notes user id's are different
    Thanks in advance

    Hi Geethika,
    1. IF documents are on your local computer, Netweaver Portal has a KMC Addon (Knowledge Management and Collaboration). Within KM it is possible to run a Document Management Scenario. You can Create Folders within KM, give Access Rights to Users, Create an Iview to browse KM Folder then add that Iview to a Page or Role so users can access it.
    For this, please chech the online documentation via http://help.sap.com/saphelp_nw04s/helpdata/en/20/b46d42ea0b3654e10000000a155106/content.htm
    2. For Lotus Notes Integration, your Lotus Notes Server must be running on Windows Platform.
    For the rest configuration please check the following:
    Single Sign-On from SAP Enterprise Portal to Lotus Domino
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/94c4e390-0201-0010-09a3-d09e11b80671
    I've the latest version of SAP Ticket Verifier, if you couldn't find it, I can send it to you.
    regards

  • Lotus Notes 7 and Calendar issues !!

    Hi, can someone help me please ?
    I am syncing my lotus notes works diary, not e-mail, to a blackberry 8900 curve so i am able to tell the better half if i can collect the kids early etc in other words have all my work appointments on my home phone, also all my home appointments on my work desktop.
    anyway i've noticed i keep losing appointments and meetings on my desktop, they stay on my bb but dissapear from my work calendar...what a bloody nuisance !!
    I have also noticed that they appear in my phone under several different account names, i have about 10 e-mail addresses on my bb, but not my work address, and the meetings etc seem to decide themselves which address they appear under, so is there something i need to set so it always uses the same one, and how do i get them back on my work machine ?
    Please help, i'm finding myself double booked etc and thats not good.
    thanks all in advance.

    Hi Sekhar,
    For Lotus Notes integration with CRM 5.0, you require Lotus Notes 5.0 or higher.
    regards
    Srikantan

Maybe you are looking for

  • Read Attachments in Operations Mapping called by Transformation Step

    Hello, I would like to read the attachment of my input message. I created an UDF that assigns the attachment to to a target field, furthermore I have activated the option "Read Attachments" in operation mapping. But when I call the operation mapping

  • Gaming with Bootcamp

    I have recently purchased a Logitech gaming wheel (Formula Force EX) for Colin Macrae Rally as it was seemingly the only wheel which claimed to be OSX compatible. The wheel works to a degree which is kind of what what was expecting although nothing l

  • IPod Touch not travel friendly - can't connect digital camera to it.

    I thought the iPod Touch would be perfect for any trip... Until I went on a trip with it. Why doesn't Apple design a USB interface for the iPod Touch that plugs into the bottom of the unit, allowing digital cameras to to connect via USB through PTP?

  • O.T. New Image Editor For Mac

    Apparently due for release in the next few months @ $60 http://www.pixelmator.com/

  • Preventing black boxes around hyperlinks?

    My document, created in Word 2010 and saved as a pdf in Adobe Acrobat X Pro 10 (newest version), has hyperlinks referring to other areas of the document.  The document looks fine on my screen (on a PC) and other screens, but on a particular computer