ESSO-LM multiple accounts for Lotus Notes 7

Hi,
My customer want to use ESSO-LM 11g for Lotus Notes 7.
The customer have some people who have multiple account in Lotus Notes 7.
I checked the pre-defined application template for Lotus Notes in ESSO-LM,
The application templates defined only password field.
I think that the ESSO-LM require the username field for specify the account
from multiple accounts.
Is it possible to use Lotus Notes 7 with multiple account by ESSO-LM?
Best Regard
Masayuki

Hi,
Maybe you can find something from here:
/discussions/board/message?board.id=pcsuite&message.id=5760&view=by_date_ascending&page=2

Similar Messages

  • 'BAPI_PO_CREATE1'  Multiple account assignment is not possible for AFS item

    'BAPI_PO_CREATE1'  -> This BAPI works perfectly without the  'account assignment' option . But  for purchase requisitions which have account assignments  BAPI returns the error  - E|8W |185   |Multiple account assignment is not possible for AFS items.
    Can somebody please help me to get this error resoleve .
    My coding I have done like below.
    DATA: pohead  TYPE bapimepoheader.
    DATA: poheadx TYPE bapimepoheaderx.
    CONSTANTS : c_x VALUE 'X'.
    DATA: exp_head TYPE bapimepoheader.
    DATA: return  TYPE TABLE OF bapiret2 WITH HEADER LINE.
    DATA: poitem  TYPE TABLE OF bapimepoitem WITH HEADER LINE.
    DATA: poitemx TYPE TABLE OF bapimepoitemx WITH HEADER LINE.
    DATA: posched  TYPE TABLE OF bapimeposchedule WITH HEADER LINE.
    DATA: poschedx TYPE TABLE OF bapimeposchedulx WITH HEADER LINE.
    DATA: POACCOUNT  TYPE TABLE OF BAPIMEPOACCOUNT WITH HEADER LINE.
    DATA: POACCOUNTX TYPE TABLE OF BAPIMEPOACCOUNTx WITH HEADER LINE.
      pohead-comp_code = '1000'.   "IEQ1 plant. "'1000'.
      pohead-doc_type   = 'NB'     .
      pohead-creat_date = sy-datum   .
      pohead-vendor = EKKO-LIFNR. "'0000500004'.
      pohead-purch_org = purch_org.
      pohead-pur_group = purch_grp.
      pohead-langu      = sy-langu   .
      pohead-doc_date   = sy-datum.
      poheadx-comp_code  = c_x.
      poheadx-doc_type   = c_x.
      poheadx-creat_date = c_x.
      poheadx-vendor     = c_x.
      poheadx-langu      = c_x.
      poheadx-purch_org  = c_x.
      poheadx-pur_group  = c_x.
      poheadx-doc_date   = c_x.
      poitem-po_item    = iLineItem.      "1.
      poitem-material   = req_item-MATERIAL.   " '000000000040000234'.
      poitem-plant      = req_item-PLANT.
      poitem-quantity   = req_item-QUANTITY.
      poitem-net_price  = NET_PRICE.
      poitem-price_unit = PRICE_UNIT.
      poitem-shipping   = 'Z1'.
      poitem-preq_no    = req_item-PREQ_NO.
      poitem-preq_item  = req_item-PREQ_ITEM.
      poitem-acctasscat = 'K'.
      APPEND poitem.
      poitemx-po_item    = iLineItem. "1.
      poitemx-po_itemx   = c_x.
      poitemx-material   = c_x.
      poitemx-plant      = c_x .
      poitemx-quantity   = c_x .
      poitemx-tax_code   = c_x .
      poitemx-item_cat   = c_x .
      poitemx-acctasscat = c_x .
      poitemx-net_price  = c_x.
      poitemx-price_unit = c_x.
      poitemx-shipping   = c_x.
      poitemx-preq_no    = c_x.
      poitemx-preq_item  = c_x.
      poitemx-acctasscat = c_x.
      APPEND poitemx.
      POACCOUNT-PO_ITEM = iLineItem.
      POACCOUNT-SERIAL_NO = iLineItem.
      POACCOUNT-GL_ACCOUNT = '0000211010'.
      POACCOUNT-SD_DOC = '0001001056'.       
      POACCOUNT-ITM_NUMBER = '000100'.       
      POACCOUNT-CO_AREA = '1000'.
      APPEND POACCOUNT.
      POACCOUNTX-PO_ITEM = '00001'.
      POACCOUNTX-SERIAL_NO = '01'." '01'.
      POACCOUNTX-PO_ITEMX = 'X'.
      POACCOUNTX-SERIAL_NOX = 'X'.
      POACCOUNTX-GL_ACCOUNT = 'X'.
      POACCOUNTX-SD_DOC = 'X'.
      POACCOUNTX-ITM_NUMBER = 'X'.
      APPEND POACCOUNTX.
      CALL FUNCTION 'BAPI_PO_CREATE1'
        EXPORTING
          poheader  = pohead
          poheaderx = poheadx
        IMPORTING
        exppurchaseorder = ex_po_number
        expheader        = exp_head
        TABLES
          return    = return
          poitem    = poitem
          poitemx   = poitemx
          POACCOUNT = POACCOUNT
          POACCOUNTX = POACCOUNTX.

    I  found the answer

  • Does OIM Connector for Lotus Notes support Domino certification authority?

    Lotus Notes allows an Organization to register servers and users without stamping each server ID and user ID if you have migrated the certifier to a Domino server-based certification authority (CA).
    A Customer has done such a migration to a server-based certification authority (CA), and therefore they have set up Notes and Internet certifiers to use the CA process.
    So, now this Customer does not require access to the certifier ID and ID password.
    Having enabled certifiers for the CA process, they can now assign the registration authority role to administrators, who can then register users and manage certificate requests without having to provide the certifier ID and password.
    My question is: is this compatible with the requirements of Oracle Identity Manager Connector for IBM Lotus Notes and Domino Release 9.0.4, that, among other parameters, requires to specify CertPath (Complete file specification of the certifier ID to be used when creating certifier ID files) and CertPwd (Password of the certifier ID file)?
    Regards,
    Angelo Carugati

    I quite new with OIM, but not at all... For sure, I need to configure a connector for Lotus Notes / Domino.
    The main points in my question are (USING A connector for Lotus Notes / Domino):
    - How can I create 1 user account (and related data), on different servers (IT Resources), with different "mail templates", when the data should be the same, and the user mail database, should only be a replica on the the 2nd server
    - Maybe, I need to configure 2 distincts IT Resources, and run both (through Provisioning Policies), when I need to provision a user, as described in my scenario (above), right?
    - In the 2nd server, I dont want the user to be created with a new mail database (neither new user data, as shortName, IDfile... ).
    I want that same data, and a replicated mail DB is generated on the 2nd server (webmail server)
    Is it possible, how can I configure this within OIM connector for Lotus Notes / Domino?

  • IDK for Lotus Notes/Domino

    A customer has asked us if we can build an IDK for Lotus Notes/Domino in Lotus Script.
    We've validated that it's technically possible and now it's time to figure out how to approach the problem from the business side, i.e. do we do it as a consulting project, a closed-source/for-profit product or as an open source product.
    I'm leaning toward open source, but first I want to see if anyone out there would benefit from a Lotus Notes/Domino IDK (aside from this one customer of ours).
    Thoughts?
    Chris Bucchere | bdg | [email protected] | http://www.thebdgway.com

    I quite new with OIM, but not at all... For sure, I need to configure a connector for Lotus Notes / Domino.
    The main points in my question are (USING A connector for Lotus Notes / Domino):
    - How can I create 1 user account (and related data), on different servers (IT Resources), with different "mail templates", when the data should be the same, and the user mail database, should only be a replica on the the 2nd server
    - Maybe, I need to configure 2 distincts IT Resources, and run both (through Provisioning Policies), when I need to provision a user, as described in my scenario (above), right?
    - In the 2nd server, I dont want the user to be created with a new mail database (neither new user data, as shortName, IDfile... ).
    I want that same data, and a replicated mail DB is generated on the 2nd server (webmail server)
    Is it possible, how can I configure this within OIM connector for Lotus Notes / Domino?

  • Viewmail for lotus notes - Issue with installation

    Hello there,
    We just did an upgrade from an older version of unity and call manager (4 to 9)
    There unity was tied to lotus notes. 
    We are having an issues configuring the Viewmail for lotus notes client.
    we are using the following installation guide
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/vmn/release/notes/851cucvmnrn.html
    on theCreating a ViewMail for Notes Account in Notes section
    step 2 (we are using notes 8.5)
    it says from the file menu select open then lotus notes application then Install VMN
    that menu option is not there at all.  Please help
    we have a menu under file then application.  however there is not Install VMN option
    we are on connection 9.1.1a however the issue seems to be with the client not matching up on the install instructions
    thanks

    Please check the below docs . Looks like the EOL for IBM lotus with cisco UC has
    ended a long time back. 
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps9830/end_of_life_notice_c51-546834.html
    http://www.cisco.com/en/US/products/sw/voicesw/prod_category_end_of_life.html
    The above is the reason why you probably do not see the install VMN option.
    Hope that helps!
    Regards,
    Karthik Sivaram

  • PocketMac GoBetween for Lotus Notes

    PocketMac has released PocketMac GoBetween for Lotus Notes, an iSync add-on which allows users to synchronize contacts between the Address Book and Lotus Notes, and events and tasks between iCal and Lotus notes.
    While bidirectional synchronization is standard, selectable options allow users to overwrite data in one environment or the other, ignore completed tasks or tasks older than a user selectable value, and to determine which data types will be synchronized. If you are familiar with e2Sync as an extension of iSync for Entourage users, you will find the interface of PocketMac GoBetween for Lotus Notes familiar.
    Pricing is set at $ 24.95 and a copy can be ordered at the PocketMac page linked above.

    I guess that you need to enter a password to log into Notes. My workaround:
    1. Start Notes and log in with your password. (I'm using Notes 8.5 Beta)
    2. Notes asked me, if I want to store my account in the keychain of OS X Leopard. Answer: "yes"
    3. Close and restart the Notes client.
    The "wrong password" message doesn't appear in GoBetween, if Lotus Notes has been opend before the synchronisation starts.
    But - sorry - it even works for me!!!
    It fails with the error "invald date of month". Seems, that it has problems with the german date/time format (dd.mm.yyyy).
    I strongly hope, that their support centre will start to work soon!
    Uwe

  • CWMS 2.0 / Productivity Tools for Lotus Notes

    Hi Community,
    I am was wondering when CWMS 2.0 will be available and if Lotus Notes will be supported by Productivity Tools?
    Is CWMS roadmap available somewhere?
    Regards,

    Hi,
    CWMS 2.0 is expected in the first half of February. As soon as it is released, we will get the Release Notes with all the features. At this time, we know that support for Outlook 2013, Lync 2010/2013, and Microsoft Office Communicator 2007/2007R2 should be coming out with CWMS 2.0. At this time there is no support for Lotus Notes, but considering that it is available for WebEx SaaS, it is possible we will see it in the future releases. I will file an enhancement request for this and provide you with the ID that you can use to follow up with your Cisco Account Team and reach out to Product Management about the importance of this integration support.
    At this time, there is no official Road Map for CWMS available for public.
    -Dejan

  • Why can't I use my normal mail account for synching notes

    Hi there,
    I maintain my father's iDevices/computers as he has Parkinsons and does not understand the technology behind how these services work. I need to maintain as simple a configuration as possible. As an example calendaring is difficult as new entries are not necessarily put in the calendar he uses and I have to talk him through how to show all calendars on a regular basis. I can't have his mail on IMAP as he cannot manage his mail and his mailbox fills up. I can't simply pay for storage ad infinitum - my local copy of his mail is about 6 GB and growing.
    I have seen several discussions where it is clear that we *must* use an icloud.com e-mail account for synching notes via IMAP, but none of them have explained WHY I MUST USE @icloud.com e-mail. If this is an IMAP based service why can't I use any other IMAP server
    I see that it is referred to as an "icloud account" but if I have to enable mail, it becomes an e-mail account, which I do not want as it will be confusing if there is an issue with the main mail server (which I maintain) it will present an option to use the icloud.com e-mail as a valid option to send the mail.
    I do not turn on the mail option in icloud.. (only calendar, contacts, reminders and find my iphone). I find it dissapointing that this is now what seems to be a "requirement".

    thecpat wrote:
    WHY I MUST USE @icloud.com e-mail. If this is an IMAP based service why can't I use any other IMAP server
    That is absolutely unnecessary, but more convenient to have icloud to sync your notes. I use other IMAPs as well and can sync my notes with google and yahoo and icloud(corresponding email is required in all cases). It is your choice and you can pick your poison, but you will find out that icloud is more convenient after you or him will lose his info few times. There is no requirement, you can even use the group that will not sync with anything "on my device" if you disable all of IMAPS. Icloud is just the one that you can call Apple and normally people prefer to work with Apple support way more then with google's or yahoo's, but that is again up to your preference.

  • Remote Data Source Settings for Lotus Notes CWS

    I have installed the Crawler Web Service for Lotus Notes on a box seperate from Machine hosting Portal Server. After that I did all the migrations successfully at the portal side as mentioned in installation guide. But while configuring Remote data Source ,in Authentication Page , i am not getting an edit box to specify the User ID file.Its just have edit box to specify password.
    Its taking the last user id that was used in the Notes Client on that machine, or more specifically the KeyFilename setting in the Notes.ini file
    How can i set the User ID File(to be considered).
    Moreover there is an error
    An error occurred while validating the remote XUI service. Verify the Web Service settings, including the SOAP Encoding Style.
    Can anybody provide pointers on configuring the Remote Data Source for Lotus Notes database
    Thanks in Advance

    Hi,
    I would check this with the Lotus Notes guys. If the mail is OK in SOST, then SAP is delivering the mail correctly. There is something wrong with the Lotus Notes client itself. I have seen this same problem and I have alos witnessed the HTML email to crash the whole Lotus client. (This lead to a situation that it was just easier to send the plain text emails.)
    Regards,
    Karri

  • JCA adapter for lotus notes

    Hi,
    I am working for the integration of Lotus notes (R5) with weblogic server 7.0 using JCA.Can anyone please help me to know about the JCA Resource adapters that are available for Lotus Notes integration with Weblogic 7.0.
    with regards,
    Vinod

    Vinod,
    Have you got anything on this already? Please share.

  • 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

  • Employer dropping Goodlink for Lotus Notes email/calendar to be available on my Sprint Treo755p What are my options?

    My company now only supports Blackberry devices for Lotus Notes corporate email and calendar.  I have seen mention of Blackberry Connect to enable a Treo to get mail and calendar info from a Blackberry mail server but have not been able to find anything about it being available for my 755p.  Could I set up my work PC to just do a HOTSYNC from Lotus Notes?  HELP!!
    Post relates to: Treo 755p (Sprint)

    Hello pingmh and welcome to the Palm forums.
    The BlackBerry Connect software you mentioned was only available for the Treo 650 or 680, if I recall correctly.  Regardless of what model, the software has been discontinued by Palm.
    I am not aware of any current software that will allow a Palm OS device, such as a Treo 755p, to sync with a Lotus Notes server.
    Alan G

  • Support for Lotus Notes syncing?

    I'm using Lotus Notes for PC at work, Mac OS X at home and an iPhone in between.
    For my calendar-info to stay up-to-date, I need support for Lotus Notes syncing in the MobileMe sync-tool for Windows.
    Any idea on when this will be implemented?
    Regards,
    Martin

    Add my support for a Lotus Notes sync.
    I would even be happy if it were via USB cable to a local replica of the database. Would that mean it needs to be intergrated into iTunes?

  • Cisco meeting place 7 support for lotus notes 8.5.3

    Hi guys,
    Does anyone know if meeting place 7 support for lotus notes 8.5.3 ?
    The template listed on my meeting place is 8.5.2 and I have try to find if we can download new template and then put it on the server, but looks like that's not the case.
    Thanks,
    Vikram

    Update on this, I've also done the procedures of "Patch Cisco Unity for IBM Lotus Notes 8.x Support" &
    "Add the Domino 8.5.x MailFileTmplt Registry Key on the Cisco Unity Server" according to
    http://www.cisco.com/en/US/docs/voice_ip_comm/unity/7x/release/notes/702curelnotes.html#wp593368 but without any luck.
    Any kind soul?
    Rgrds,
    Alex

  • OIM connector for Lotus Notes

    Hi,
    I had a Problem, I need to configure OIM connection with Lotus Notes,
    I am able to find Jar files and XML files, but only thing is I need to move mail boxes from one server to another server in Lotus notes,
    If any one worked in configuring OIM with Lotus Notes and performed moving mail boxes from one server to another server in Lotus Notes,
    can anyone provide the steps invloved in it.
    It will be helpfull for me

    User 619664,
    I guess that I was not clear in my previous post. I don't know how to implement a process to move mail boxes between servers using the OOTB Lotus Notes Connector. The configuration that I described above is to create Lotus users in a Lotus Domino Server (Server A) and create their mail boxes in another predefined Lotus Server (Server B), when you do a user provisioning through OIM.
    Chii,
    the certifier ID file should be located on the target system computer and you must specify its path in CertPath parameter in Lotus Notes IT Resource in Design Console. This certifier ID file is generated as "cert.id" when you deploy the first Domino Server of your environment.
    I'm not so sure, but I guess that in Lotus Notes version 6 and above you can grant to a user (for example OIMaccount user) the ability to re-certify IDs, then you could use the OIMaccount.id as your certifier ID, but I didn’t test this configuration at all.
    Anyway, this parameter is required to create users in Domino Directory because it keeps the public key used to generate private keys of user accounts and I guess that is used in password cryptography also.
    Please let me know if you have more questions.
    Regards.

Maybe you are looking for

  • Please choose a document name, serial number, or serial letter so the destination name is different

    I am trying to add a watermark to a photo.  I have changed destinations (creating new folders), changed names, changed numbers, over and over but I keep getting this popup: Please choose a document name, serial number, or serial letter so the destina

  • Help with photos that appear in PSE8 with white sqares in lower right corners?

        All of a sudden some of my photos appear in PSE8 with completely white squares or rectangles in the lower right corner. About 1 in 30 or so.  Any ideas? Don

  • Creating PDF Buyer Guides

    I'm working on an engagement ring affiliate site and hoping I can get some advice. From an SEO stand point is there a rel canonical format I can recreate a duplicate version of a buyer guide as a downloadable pdf without causing duplicate content pro

  • Installation on HP DL's

    I am about to deploy a Solaris 10 server for exporting iSCSI shares on an HP DL. Is there any advantage to using HP's provided network driver over the module included? Will it actually perform any better? Thanks!

  • Home Sharing suddenly stopped working from iTunes

    I've been running Home Sharing from iTunes so that I can watch movies on the Apple TV for months now without problems.  Within the last week, I noticed that the two were no longer connecting despite the fact that both products indicate that Home Shar