Indexing Lotus Notes bases

Hi there
I read somewhere in the oracle websites that it was possible to index and search into Lotus Notes bases (.nsf files).
Where can I find more doc on this ? Have anyone tried this ?
Regards
A.

Arnaud,
Ultra Search would be the Oracle tool to achieve this. However, support for crawling Lotus Notes bases is not included out of the box. You would therefore need to implement your own crawler agent. Ultra Search provides a crawler agent api that can be used to program your own crawler agents. Information about this can be found on OTN in the with the Ultra Search Online Documentation, which is one of the Database documentation books and can currently be found at
http://download-west.oracle.com/docs/cd/B10501_01/ultra.920/a97204/toc.htm
You could also try posting a question on the Ultra Search product forum (Forums Home � Oracle Technology Network (OTN) � Products � Database � Ultra Search).

Similar Messages

  • Indexing Lotus Notes databases: missing LCPPN30.DLL

    Hi,
    I'm trying to get MOSS 2007 to index some Lotus Notes databases. I've read through some blogs on how to do this (here, here and here) and also read the relevant chapter on page 227 from Patrick Tisseghem and Lars Fastrup's brandnew book "Inside the Index and Search Engines: Microsoft Office SharePoint Server 2007" (which I think is a must-have for anyone involved in SharePoint Search).
    However, I cannot get past the stage where you have to run NotesSetup.exe (which is located in the SharePoint install directory). This executable depends on "LCPPN30.DLL", a DLL from IBM that according to documentation I mentioned above should be distributed with IBM's Lotus C++ API download. However, I've downloaded all Lotus C++ API versions from the IBM site (there were three at the time of writing), but they don't contain this DLL. The DLLs I found were "LCPPN30i.DLL", "LCPPN70.DLL" and "LCPPN80.DLL".
    Looking at the filenames it looks like those DLLs I downloaded are all newer versions of the DLL I need. The version to which NotesSetup.exe is built doesn't seem to be available anymore. Is there any solution to this? I've already tried renaming the DLLs, but (as expected) this crashed NotesSetup.exe.

    Yep, really hard to find! :(  The version that contains the file is
    Lotus C++ API Toolkit Release 3.0 for Windows English US
    Finally found it on
    https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=ESD-SUPPORT&S_PKG=CR3DNNA&S_TACT=104CBW71&lang=en_US&cp=UTF-8 thanks to Mei Ying's Tech blog
    http://meiyinglim.blogspot.com.es/2008/07/link-to-download-lotus-notes-c-toolkit.html :)

  • [SOLVED] Lotus Notes 32 chroot problem - howto

    Hi,
    Edit 1: shortened... perhaps the length was a turn off
    Edit 2: changed the title to be more specific (Lotus Notes vs. generic chroot issues)
    My plot:
    - followed the wiki instructions for setting up a 32bit chroot env so I can run IBM Lotus Notes on 64bit Arch
    - on the chroot, I have base, base-devel, xorg, xfce4, xf86-video-intel/vesa, xf86-input-keyboard, xf86-input-mouse, and everything that comes with doing 'yaourt -S lotus-notes-base' installed
    - also installed rpm so that I could install the Lotus Notes 8.5 trial in rpm format (has worked on previous Linux distros, so I stuck with rpm (over deb))
    - I am able to start Notes, but get a partial frame instead of an actual window (more next post)
    One question is what exactly one needs to install to be able to run something from 32bit chroot. It is not exactly clear in the wiki. My gut after fiddling for a long time is that one needs all replacement libs that the program needs to run. This is how I've been approaching things.
    Thanks,
    John
    Last edited by jwhendy (2010-04-21 00:19:43)

    Got it!
    Here's a howto for anyone who stumbles across this. I also plan to put it up on the wiki when I hear back from the maintainer I contacted.
    1. Follow the instructions for setting up a 32bit chroot on x86_64 Arch found HERE. In short, this means:
    - create /opt/arch32, setup pacman on the chroot, link the necessary files between /etc and /opt/arch32/etc and sync the chroot's pacman
    - install base and base-devel on the chroot
    - start the daemon with '/etc/rc.d/arch32 start' and 'xhost +local:'
    - add 'arch32' to /etc/rc.conf in the daemons section for future reboots
    2. Get Lotus Notes in rpm format for Linux
    - Grab the official version from Passport Advantage or your Notes admin
    --- Get fixpack 2 from HERE (be sure to get the one for Notes, not Domino)
    - As an alternative, the demo version of 8.5 is HERE
    --- Get fixpack 1 from HERE
    3. chroot into /opt/arch32
    $ sudo linux32 chroot /opt/arch32
    $ su your-username
    ###Everything from this point forward will assume that you are in the 32bit chroot. Be sure of this!!!###
    4. install yaourt
    - follow the instructions on the ArchWiki
    - if you run into issues with package-query trying to pull the 64bit version, look HERE
    5. install rpm
    yaourt -S rpm
    6. install necessary Lotus Notes packages:
    pacman -S gdb tcsh libart-lgpl alsa-lib atk libbonobo libbonoboui gconf gtk2 libgnome libgnomecanvas libgnomeprint libgnomeprintui libgnomeui gvfs libice libjpeg orbit2 pango libpng libsm libx11 libxcursor libxext libxft libxi libxkbfile libxml2 libxrender libxss libxt libxtst font-bh-ttf audiofile esound gnome-menus libgail-gnome startup-notification gnome-desktop gtk-xfce-engine xterm
    - I use xfce. Without gtk-xfce-engine, the selection boxes and some other things didn't look very good. Perhaps the equivalent on KDE would be to install gtk-qt-engine(?) and on gnome to install something like gtk-engine-murrine(?). I don't have enough experience to know this, though.
    7. install lotus notes
    $ cd /dir/with/ibm_lotus_notes.rpm
    $ sudo rpm -ivh --nodeps ibm_lotus_notes.rpm
    $ sudo rpm -ivh --nodeps ibm_lotus_notes-fixpack.rpm
    8. add some custom libraries to /opt/ibm/lotus/notes
    - download THIS
    --- if this link is broken at some future date, contact me and I can send the tarball myself (email list below in P.S.)
    - then:
    $ tar -xvzf notes_libs_karmic.tgz
    $ sudo cp libgdk_pixbuf-2.0.so.0 libgdk-x11-2.0.so.0 libgdk_pixbuf_xlib-2.0.so.0 libgtk-x11-2.0.so.0 /opt/ibm/lotus/notes/
    - then do:
    $ cd /opt/ibm/lotus/notes
    $ sudo chown root:wheel libg*
    $ sudo chmod 755 libg*
    9. start notes
    $ /opt/ibm/lotus/notes/notes
    10. setup
    - should get a white screen where you accept the license by entering '1' and then pressing enter
    - setup your server and user id file
    11. post setup
    - you can remove xterm with 'pacman -Rs xterm' after accepting the license. It is only needed for that popup window
    - the getting started screen will not display properly and I have not figured out how to get it to stop showing up. Everything else I've played with in my short time thus far has worked: general email, calendar, a database...
    12. Other helpful references on Lotus Notes and Linux:
    - IBM Forum howto
    - Howto for Ubuntu
    - Another Ubunto howto
    - Sys requirements: this is how I put together the list above for which packages to install
    --- I also created a list of the output from 'sudo rpm -ivh ibm_lotus_notes.rpm' which will given an error as Arch is not rpm based so none of the dependencies show up as being installed
    --- This let me check deps first hand with a lot of 'pacman -Qo /usr/lib/filename' on the 64bit install to see what packages were needed to produce the libraries Notes wanted to have around
    Good luck! I do hope to get this on the wiki so that it is preserved in better form that this post...
    John
    P.S. For personal contact, use the forums or feel free to email: jw [dot] hendy [at] gmail [dot] com

  • 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

  • Trex assign datasource to Lotus Notes Repository error

    when I create a index to assign datasource to Lotus Notes Repository,I catch the follow error
    EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.system_configuration/com.sap.km.AdminConfig/com.sap.km.AdminSystemIndexes/com.sap.km.IndexAdmin
    Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
    User : gdcnzmk
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.wdf.WdfError
         at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:678)
         at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:414)
         at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
         at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:130)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
         at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    Regards!

    Hi,
    you have to customize a cache for your Repository Manager.
    How to:
    http://help.sap.com/saphelp_nw04/helpdata/en/a0/2c6b028c8b774799e2498138019010/content.htm
    and:
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/798e07b33b11d5993800508b6b8b11/content.htm
    Regards,
    Gerhard

  • Lotus Notes documents migration into Solution Manager

    We have been using Lotus notes application for maintaining only documentation in our landscape. But now, the plan is to move all the documentation from Lotus notes to SAP Solution Manager and use it as a document management system from now....
    Could anyone please answer the following queries:
    1) Does LSX environment help/enhance the migration ?. If not, are there any tools/accelerators/functions/automatic methods for mas uploading?
    2) This documentation is not project specific documentation. Where do you think this must go in Solution Manager?
    In the custom area of BPR?. If yes, please do let me know the procedure for the same.
    3) Would it be possible to link the documents to functional domains/ business scenarios/ business processes in the BPR?
    4) Lotus notes provides access to all the versions (Draft/Approved/Reviewed) of a document. Would it be possible to have the same features even in Solution Manager?
    5) What all document types does Solution Manager recognize?.
    I think the Lotus notes documents can be converted to 'Word' format and then put in Solution Manager. Besides this, is there any other common format which is recognized by both the tools?
    6) Standard SAP Solution manager does not provide indexed search. So, in order to retrieve a document later what indexing nomenclature/guidelines do you recommend?
    Has anyone done/faced with this kind of requirement. The idea now is to use Solution manager as a document management system. The efforts/process/timelines information if already known would be of great help to start with for us....
    Could you also provide the trade offs b/n Solution Manager and SAP knowledge warehouse (KW)?
    Hoping for some replies ...

    we also had the same requirement to migration from LN to SolMan Documentation base but there is no such tool (yet?)
    What you can do you can migrate from any ARIS like platform to SolMan:
    http://en.sap.info/ids-scheer-announces-migration-program-to-aris-platform/4058
    You do have versioning in SolMan and you can upload any kind of document via SOLAR01
    regarding the indexing you can either use SAP SES or connect TREX, this is documented in the customizing (SPRO)
    TREX will also be the prerequisite to make use of KM in SolMan
    nesimi

  • Index does not exist in database system ORACLE??????

    Hi Experts,
    I created a Secondary Index in DEV, its fine and the message is,
    <b><i>Index KNA1~Z01 exists in database system ORACLE</i></b>
    I moved it to TEST and there I got the message is like,
    <i><b>Index does not exist in database system ORACLE</b></i>
    So,
    1 - Wht I hv to do now? Shuld I see BASIS people?
    2- Why its happened like that? Coz of not enough space?
    ThanQ.

    thanq sudheer,
    I got the return code as 4, so Can I go for creation of new request and there by moving to test?
    1 - Anyways, so, after Activating Seconadyr Index, Shuld I come back and Do I need to activate the Table also?
    or
    2- Just activating the index is enough?
    thanq.
    Message was edited by:
            Srikhar

  • Error:When adding RDC runtime library (Crystal report XI R2) to Lotus notes

    Background : We have reporting feature implemented in one of lotus notes application using crystal reports 6 (OCX) and as Crystal report is going to be upgraded to CR XI version in my organisation, we need to implement the same using RDC component available in crystal XI . we have installed Crytal report XI R2 - SP 6 version for testing the integration.
    we are  referring a document available on SAP web site(attached below) that illustrates the steps required to integrate the Crystal Reports®  Report Designer Component into a Lotus® Dominou2122 application.  http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/509b02de-a81e-2b10-f598-822b6d6f2024?quicklink=index&overridelayout=true
    Steps which have been outlined for adding runtime library in lotus domino application is shown below:-
    1. In Domino Designer, add a Form to the application.
    2. In the programmeru2019s pane, go to the (Declarations) handler of the Form and enter:
       Dim App As Variant,    Dim Rep As Variant
    3. Select Create | Object and select the u201CControlu201D radio button in the u201CCreate Objectu201D dialog box that comes up. From the list of controls, select u201CCrystal Report Viewer Control.u201D This adds the control to the Form.
    4. Click on the control and select Edit | Properties. In the u201CAppletu201D properties dialog, select the u201CSize object to fit windowu201D radio button and then close the properties dialog.
    We are getting an error message while trying to add 'Crystal Report Viewer Control' control (illustated in Step 3 above) in the lotus notes form . Error message which we get is 'An error has occured while processing a request on an object'.
    Alternatively , we created the object of Crystal Report Viewer on lotus notes form by adding viewer object file (Crviewer.dll) from the file system  after selecting the u201CObject from a fileu201D radio button in the u201CCreate Objectu201D dialog box and added following code in the postopen event of lotus notes form .
    Set m_Viewer = Source.GetObject("Crystal Report Viewer Control")
    Set App = CreateObject("CrystalRuntime.Application")
    Set Rep = App.OpenReport(u201Cc:lotus
    otes
    ep.rptu201D)
    Set m_Viewer.ReportSource = Rep
    Again, when lotus notes form is opened , it gives error 'Variant does not contain object' at 'Set m_Viewer.ReportSource = Rep' .
    Can any one suggest us any workaround or if iit is not possible in CR XI R2 into a Lotus® Dominou2122 application. Also, can any one provide us sample code if CR 2008 version can be integatred with lotus notes.

    I believe, Lotus was never a "supported" development platform, though it did work - at one time or another. Eventually it did not and you are at that point. I think it was CR 10 where it started to be impossible to add the viewer to Lotus. This was never fixed and we never did find out if this was a Lotus thing or a CR thing.
    Re. CR 2008 and Lotus. The RDC has been retired in CR 2008, so no luck there either for you. The only SDKs available in CR 2008 are for .NET and Java.
    Ludek

  • Lotus Notes connector: Error while crawling LOB contents

    Hi all,
    I am trying to configure Lotus Notes connector on SP search. We have successfully followed the Randy Rempel's blog on
    test environment. No problem to search lotus notes content.
    In production environment, we've followed the same procedure but we are facing the following problem. During the full crawl, the below error is thrown
    Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - Exception has been thrown by
    the target of an invocation..: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail] An unexpected error occurred in the Lotus Notes protocol handler while processing the URL
    We have forced Lotus Notes Connector to be more verbose, without success.
    Any help will be appreciated
    David

    Reset the index and re-crawl. That usually claers it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    can you Check the permission that you have set for the lotus notes domino databases? Was the content access account added to the local administrator group?
    If this helped you resolve your issue, please mark it Answered

  • Is RDC integration with Lotus notes apps possible using CR XI and lotus 8

    Hi,
    We have reporting feature implemented in one of lotus notes application using crystal reports 6 (OCX)  and as Crystal report is going to be upgraded to CR XI version in my organisation, we need to implement the same using RDC component.
    Background (on how it has been implemented using CR 6 ) :-
    i) Lotusscript generate few CSV file and pick a .RPT file from profile doc and places it under one folder on local machin (say x).
    ii) RPT file is designed to pick data from CSV file using system DSN (data source).
    iii) Data source (system DSN) has been configured with folder (x) that contains CSV and RPT file .
    iv) Crystal report control object has been embedded in the lotus notes form and lotusscript code gets handle of control object and opens the  report (RPT)file .
    We have set up all neccesary environment and trying to implement above functionality using RDC component but when we are embedding the crstal report report viewer in a lotus notes form , it throws an error "An error has occured while processing a request on an object".
    Please let me know if it possible using RDC or can anyone suggest me some other alternatives .
    TIA

    Hello,
    You should be able to use the RDC in Lotus Notes. There are significant differences between the object model for the old OCX (crystl32.ocx) compared to the Report Designer Component (RDC) and it's components, the craxdrt.dll, crviewer.dll, etc.
    I was able to find an older document that shows how to integrate CR9 into Lotus Notes: "[Using the Report Designer Component (RDC) in Lotus Notes|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/50ce64b3-241f-2b10-b792-9685d3815a21]". You can use this as a starting point to compare with your code.
    The RDC object model hasn't changed much since CR9, but some of the runtime component references in the document may need to be correct (e.g. craxdrt.dll for v11.x vs craxdrt9.dll for v9.x).
    It is worth noting that the RDC has been retired with the release of CR2008. CR XIR2 (v11.5) is the last version of Crystal Reports that uses the RDC. The suggested migration path is to move to the Crystal Reports .NET SDK. This means you'll have no upgrade path with a v11.x application.
    Sincerely,
    Dan Kelleher

  • Lotus Notes 8 + BB DM 5.0.1: BB Desktop Manager has encountered a problem and needs to close.

    I just purchased a Bold 9700 and am trying to sync my Lotus Notes 8 calendar to my BB.  I am using Desktop Manager 5.0.1.  I appear to have set up the syncronization properly because it starts but when it reaches record 1057, I receive a message that reads "BlackBerry Desktop Manager has encountered a problem and needs to close.  We are sorry for the inconvenience."  When I click on "details" I see the following information:  Error Signature.  AppName:  Desktopmgr.exe   AppVer:  5.0.1.37   ModName:  Insections.dll   ModVer:  7.1.1.129  Offset:  001a32ed.  How can I successfully sync my calendar and BB?

    laureng wrote:
    I just purchased a Bold 9700 and am trying to sync my Lotus Notes 8 calendar to my BB.  I am using Desktop Manager 5.0.1.  I appear to have set up the syncronization properly because it starts but when it reaches record 1057, I receive a message that reads "BlackBerry Desktop Manager has encountered a problem and needs to close.  We are sorry for the inconvenience."  When I click on "details" I see the following information:  Error Signature.  AppName:  Desktopmgr.exe   AppVer:  5.0.1.37   ModName:  Insections.dll   ModVer:  7.1.1.129  Offset:  001a32ed.  How can I successfully sync my calendar and BB?
    Hi and Welcome to the Forums!
    Here is an article that may be pertinent:
    KB10340 "BlackBerry Desktop Manager has encountered a problem and needs to close. We are sorry for the inconvenience." during the synchronization process
    Otherwise, I would think that record 1057 is a bad record and is causing this problem. You might try figuring out which item that is and deleting it, then trying again.
    You also could try activating advanced logging and seeing it that provides more details to help you:
    KB01451 How to turn on advanced synchronization logging if a wired synchronization fails
    Hopefully something there is helpful!
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to import files with the extension Lotus Notes nsf in OSx Maveriks Mail

    I have a large archive of electronic mail produced with Lotus Notes, then nsf file, recently I purchased (November 2013) a Retina Macbook 15 "with OS Mavericks, I need to import all my mail format nsf program Mail this at Mavericks, I ask for help for this operation
    thanks

    Hello,
    From what I understand through your problem is that you are updating the database tables with the values obtained from the *.msg file, which may also include Asian characters. If you debug and check your internal table I'm certain you would find your Asian characters as they are. But once you upload them on to the database they get distorted. The problem is probably arising because your system is not unicode enabled, Please confirm with your basis person whether the system is Unicode enabled.
    Regards,
    Manish.

  • Sending mail to LOTUS NOTES inbox.

    Hi all,
    I am working on WORKFLOWS and i need to send a mail to lotus notes inbox. I have got the function module to send the mail.I Created a method for sending the mail. But Where and how to impletement this method in the work flow.
    Please through some light on this.
    Regards,
    Gautham

    As Thomas pointed out, you can use regular SMTP mail to send the contents to Lotus Notes. You can use the function module SO_OBJECT_SEND or any of the SAP Office function modules to do this.
    Only thing to remember is that the SMTP may have been disabled by your basis team due to security risks involved. An alternative could be a lotus notes connector available from IBM.
    Srinivas

  • Setup solution database - "2007 index does not exist"

    Hi all,
    after setting up the solution database following the Implementation Guide on a Solution Manager 7 SP 19 system, I created some test problem and solution articles and linked them.
    When I try to do now a full compilation for the first time via SAF Diagnosis, Goto > Indexes, then the error message "2007 - index does not exist" comes up.
    So, I checked the customizing and did the customizing again. I assigned the Knowledge Base SDB to a higher level than its sub knowleged bases SDB Problems, SDB Solutions like this:
    SDB
    - SDBATTACHEMENT
    - SDBICS
    - SDB PROBLEMS
    - SDB SOLUTIONS
         - SDB SOLUTIONS DOC
    Anyway, the same error message
    I checked some threads but it didn´t help so far.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1583639050DB00866280264985025627End blog=/pub/wlg/7522
    Did anyone solved this issue?
    How can I activate the index?
    Any hints/ ideas are highly appreciated.
    jan

    Hi guys, just to get the thread up.. quite important.
    Is there anyone who can share some ideas?

  • Lotus Notes & LDAP with EP 7

    Hello All,
    We are planning to integrate Lotus Notes with EP 7.0 I would like to know if Lotus Notes is an LDAP or do we need a seperate LDAP Server.
    We are also planning to use Windows based authentication for the Portal, do we need to have an LDAP or can we use the Lotus Notes as an LDAP Server as well, I would appreciate any help or suggestions you can offer.
    Please do let me know if Lotus Domino is an LDAP Server as well.
    Best Wishes,
    John.

    Hello John,
    for windows integrated authentication you simply configure the SPNego LoginModule which comes with the NetWeaver product UME.
    SPNego can technically work together with different user stores such as Microsoft AD, Novell eDirectory, ABAP user store and others. It is also technically feasable to connect Lotus LDAP functionality to the NetWeaver UME on project base.
    Summarizing: technically it can work but it require consultancy / project work since this configuration is not covered by the standard.
    If you need more information or assistance please contact me.
    Regards
    Michael

Maybe you are looking for