Lotus Notes Applications

All,
Does anyone have any experience of migrating a Lotus Notes application to HTML DB ?
Are there any tools available/proposed/in development to allow this ?
Any help would be appreciated even if it is a no
Thanks in advance
Chris

Chris,
While I have not done any Lotus Notes migrations myself, I did help a customer (a large US Federal Government agency) perform a migration.
The lead Lotus Notes developer was tasked with re-building a system in HTML DB. He knew little about Oracle, PL/SQL, Relational Databases, and HTML DB. They are now days away from going live with a very comprehensive HTML DB application.
Some of his comments about HTML DB were that the power of a Relational Database and the ability to exploit that power is something Notes lacks. He was also impressed with the declarative nature of HTML DB, which was similar to Notes - this made the transition much easier for him.
At this time, there are no tools planned for Lotus Notes migrations.
Hope this helps,
- Scott -

Similar Messages

  • How to show the buttons of Lotus Notes Application at the BlackBerry device?

    Hi, 
    At the company I work for we use BlackBerry with Lotus Domino 7.x. We have a Lotus Notes Application (LotusScript) that read information from Oracle db and send email messages to users. In the e-mail we have three buttons, when we click on, they start an Oracle package with web browser.  When the users read this message in the desktop, the buttons appears, but when they read it from Blackberry, they can’t see the buttons.
    Any idea how to make these buttons show at the BlackBerry device?
    Thanks in advance,
    Andréa 

    Hi,
    I will explain more.At my company we have a workflow application. The users can approve and deny when they receive an email by Lotus Notes, because we have a lotus script that read information from the db oracle  and send email messages with the three buttons(approve, deny, question) for the users. The problem is when we read the email from BlackBerry, the buttons didn’t appear.
     The Os version is 4.2.2.175.
    I have an image with the example. How can I send for you ?
    Thanks,
    Andréa

  • Lotus Notes Application in Visual Studio

    Hi All,
    My company currently has a old VB application running in lotus notes. This imports a XML file, calls a stored procedure on a SQL DB tranforms the file, calls another stored procedure, then loads the file data into the SQL DB.
    We are now looking at migrating it to a modern platform. I was initially thinking of creating a new visual studio 2008 or 2010 SSIS solution. But I have found the rules of the transforming have not been documented and so are buried in the Lotus
    Script\VB code & modules. So unless the rules can be documented into logic loops so I can't apply them to the XML nodes. I have also found Artin Soft
    http://msdn.microsoft.com/en-us/ff793478 free upgrade tool but this is for VB6.
    So I have two questions.
    1. Is there an lotus notes reference in Visual Studio 2010 for lotus notes classes such as NotesSession, NotesDatabase, NotesDocument? So the VB package could be opended and understood by visual studio.
    2. Can anyone suggest another migration path from lotus script to VB.net?
    Thanks

    Hi,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor, moreover
    Lotus notes is third-party product,we don't support it.
    Visual Studio itself does not support Lotus Notes script.
    Visual Studio official does not provide some references for Lotus Notes. I can’t ensure whether you said Lotus Notes is identical to IBM Lotus Domino, based on
    this document, IBM provides some supports for using Lotus Domino in Microsoft .Net App. So I suggest you to consult on Lotus Notes to check whether they provide some supports for migrating
    Lotus Notes script to VS2010 Visual Basic .Net, I think that they can provide you better answer.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • RoboHelp in Lotus Notes Applications

    Probably a basic question - - but in my world extemely
    important. I'm in the process of evaluating RoboHelp 7 for possible
    purchase for my company. We want to use it as a help application
    for four of our Lotus Notes-based applications. Does RoboHelp work
    with Lotus Notes? What I see in the documentation is - - "WebHelp
    is a Adobe output type that is designed for authors who want to be
    sure that end users can view their web-based or desktop application
    Help on virtually any browser and platform." It doesn't really come
    out and say, "Yes, RoboHelp works with Lotus Notes appliocations."
    Any insight?

    Domino developers I worked with hadn't the foggiest notion
    what to do with WebHelp files, but they did know how to call
    external html files stored in a Web environment.
    Our solution: I published WebHelp to a company Intranet
    server. The "Help" link on the Lotus Notes page pointed to the
    appropriate help topic, in a format like these:
    ... (Intranet URL path)/helplaunchfile.htm
    A separate IE browser window opens to the default topic.
    and
    ... (Intranet URL path)/helplaunchfile.htm#topicA.htm
    A separate IE browser window opens with Topic A displayed.
    Sadly, our Notes developers didn't know how to test whether
    help was already open, so each new call opens a new window. The
    user can browse through help files, but must close the window
    before going back to the Notes application to avoid piling up a lot
    of help windows.
    Best solution is to convert those Notes applications to a
    Web-based approach, in my opinion. That doesn't go over real big
    with Domino developers.
    Please report back on your solution.
    Harvey

  • Calling Lotus Note Application from EP6

    Hi All,
    I am looking to create an iView that can launch or call an exe file extension, Lotus Notes, to open in another window.
    Any assistance you could provide in how I could launch the application would be much appreciated.
    Regards,
    Andrew

    Hi!
    from notes client 5.0.9 onwards, the client registeres itself as a so-called HTTP protocol. This means that you can launch a notes resource via a browser URL.
    Type the following in your browser:
    1) notes:///names.nsf  to open a local database (e.g. your personal adress book)
    2) notes://<server>/<path>/application.nsf   to open a notes database on the server
    The missing step is to create an iView. Since the standard URL iView does not accept the notes:// protocol you have to create a intermediate HTML page and pass your notes:// resource as parameter. To do so, please perform:
    1) HTML page: notesprotocol.htm
    <html><head><title>NotesClient Integration</title>
    <script type="text/javascript">
    <!--
    function LaunchNotes() {
    urlquery=location.href.split("?");
    window.open(urlquery[1], "NotesClient");
    // -->
    </script>
    </head>
    <body onLoad="LaunchNotes()">
    <h1>The Notes Desktop Client is launched...</h1>
    </body></html>
    2) iView:
    http://<server>/<path>/notesprotocol.htm?notes://domino1/application1.nsf
    Instead of creating a HTML page you can also create a JSP or a simple Domino web application for doing this job of translating HTTP:// into NOTES://.
    Regards
    Michael

  • 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

  • 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

  • How to use Crystal Reports XI release 2 Preview with Lotus Notes  Scripts ?

    <br />Hi all,<br /><br /> How to use Crystal Reports XI release 2 Preview with Lotus Notes 7 Scripts ?<br /><br /> <br /><br />Thank&#39;s  <br />

    Hi,
    we are using Lotus Notes and Crystal Reports for preview and printing reports from our Lotus Notes Applications. We use the RDC object model. For previewing the reports we export them in an pdf-file and then start the PDF Reader to show the Preview. This works fine.
    But with Crystal Reports > 11 the RDC Object Model is no longer supportet, so we look for another way to preview and print our reports.
    I try to preview a report build with crystal report XI release 2 in my thick client (Lotus Notes) using java reporting component JRC, this report uses an native xml file as datasource. If the datasource is saved with the report everything works fine, but otherwise I have the following error:
    JRCAgent1 detected an exception: javax.xml.namespace.QName: method getPrefix()Ljava/lang/String; not found
    I also tried the .jars from Crystal4Eclipse. Doesn't work. When I use Eclipse to view the report everything works fine. The class QName exitsts in the jaxrpc.jar and in the xbean.jar, but only in the xbean.jar a Methode getPrefix exists.
    This is what we tried:
    Works fine with RDC. Doesn't work with JRC until now.
    Did this help you ?
    Perhaps you con help me with the JRC, because I'm a java newbee so any ideas could be helpful.
    Oliver
    <p><a href="http://www.cominform.de">www.cominform.de</a></p>

  • Integrate Crystal Reports 2008 in Lotus Notes 8.x

    We allready use Crystal Reports 2008 with Lotus Notes 8.x trough NotesSQL 8.5. This works fine.
    Now we want integrate Crystal Reports 2008 directly in Lotus Notes 8.x. so that the user can start reports directly from his Lotus Notes Application. Of course, data has to be retrieved in realtime (not with data stored in the report) and he should be able to pass parameters from a lotus notes form.
    All informations we found are quit old (Crystal Reports 8.5 and Lotus Notes R5). Does anyone has an idea how to start and where to find new documentations? Is there maybe even a sample application availabl?
    Any help is welcome!

    Hello Alain, I have the same troubles. I have some databases with Crystal Reports 9. But no solution for Crystal Report 2008.
    Which dll's are needed?

  • Re: Forte & Lotus Notes

    Has anyone developed an interface between Forte and email systems,
    specifically Lotus Notes? We want to, among other things, send email
    messages to named users from within a Forte application. We are running
    AIX on our Forte servers. Our client machines are mainly Windows 95.
    Any help or hints to point us in the right direction would be appreciated.
    Also, if you have any information on directly accessing Lotus Notes from
    Forte without going through email it would be appreciated.We wrote a OLE Automation server which raps the Notes API. We partition
    that
    service object on the Notes Mail server and send mail. We have the method
    to
    get the address book and use it to send the mail. If all you want to do is
    send mail
    then this is a great solution.
    Hope this helps
    Kamran Amin

    I am presently investigating implementing a Forte' Shared Library using
    Lotus Notes Hitest C API (ver. 4.5).
    You can download Hitest API Toolkit from the Lotus Notes Application
    Development Tools's WEB Site:
    (http://www2.lotus.com/developers/tools.nsf).
    The Lotus Notes HiTest C API is an alternative higher level C interface
    to the standard Lotus Notes C API. Program development is significantly
    faster and requires a fraction of the API code needed with other APIs.
    The Hitest API are available for all the platforms supported by Forte'
    (except for Apple Macintosh).
    Hope this helps.
    Giuseppe Sorce
    CSI-PIEMONTE
    Cso Unione Sovietica 216
    10134 Torino ITALY
    tel: +39 11 4618515
    fax: +39 11 4618212
    e-mail: [email protected]
    David Wilbur wrote:
    >
    To: [email protected]
    cc:
    Subject: Forte & Lotus Notes
    Has anyone developed an interface between Forte and email systems,
    specifically Lotus Notes? We want to, among other things, send email
    messages to named users from within a Forte application. We are running
    AIX on our Forte servers. Our client machines are mainly Windows 95.
    Any help or hints to point us in the right direction would be appreciated.
    Also, if you have any information on directly accessing Lotus Notes from
    Forte without going through email it would be appreciated.
    David Wilbur email: [email protected]
    University of Windsor phone: 519-253-3000 ext. 2779
    Windsor, Ontario Canada

  • Mountain Lion Notes App missing (IT installed Lotus Notes over the top)

    My IT department installed Lotus Notes and it installed over the top of the Mountain Lion Notes application and thus deleted it. I renamed the Lotus Notes application (originally just called Notes). How do I get the original OSX notes application back?

    Ok, found the solution, download mountain lion from the app store once more, then use Pacifist to extract the notes appllication again.

  • Integration of Oracle with Lotus Notes

    Hello,
    I have a requirement to interface from my Oracle APEX application to a third party Lotus Notes application.
    This would be a two way interface
    1) Lotus notes app to call an Oracle packaged procedure to insert into some Oracle tables
    2) Oracle APEX App via a Table Trigger to insert into a Lotus Notes table
    After the inserts it should be possible to view the data in the Oracle APEX app and in the Lotus Notes app
    I am a complete novice to Java but I understand JDBC could be a good method to solve this requirement
    For the two way interface the Oracle code would be
    1) Lotus notes app to call an Oracle packaged procedure to insert into some Oracle tables
    te_pkg.insert_project
    (I_work_request_no IN VARCHAR2
    ,I_description      IN VARCHAR2
    ,I_originator_email IN VARCHAR2
    ,I_auth_user_email IN VARCHAR2
    ,I_it_manager_email IN VARCHAR2
    ,I_raised_date IN DATE
    ,I_latest_est_days IN NUMBER
    2) Oracle APEX App via a Table Trigger to insert into a Lotus Notes table
    CREATE OR REPLACE TRIGGER TRIG_proj_AFTER
    AFTER
    UPDATE ON Project FOR EACH ROW
    BEGIN
    IF :new.status = 3 THEN -- Project Completed
    ** INSERT INTO Lotus notes temp table with :new.work_request_no, :new.status
    END IF;
    END;
    Any suggestions and code snippets, particularly for pushing the Project Status INSERT to Lotus Notes would be appreciated.
    I stress again I am a complete novice to JAVA so simple step by step instructions would help.
    Kind Regards
    Ade

    Check whether these will help.
    JDBC connectivity with Oracle in Domino-Part I
    JDBC connectivity with Oracle in Domino-Part II
    JDBC connectivity with Oracle in Domino-Part III

  • 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

  • I need help redirecting Lotus Notes account to Apple Mail

    I'm totally at a loss. I've done it with my gmail account, but I'd like to not have to deal with the terrible, terrible Lotus Notes application (not to mention that it takes up a ridiculous amount of CPU).
    Can anyone help me POP or whatever my Lotus Notes email to my Apple Mail? I'm not that tech-savvy, so I'm not sure what details I need to provide straight away. If you have any insights, they'd be greatly appreciated!

    iCloud will only deliver mail from your iCloud account.  What you can do is set up email forwarding with your other accounts to forward incoming email to your iCloud address, then tell all your contacts to send email to your iCloud address.  (Comcast accounts are POP3 rather than IMAP so you won't miss these accounts.  I set up forwarding from Comcast to iCloud a long time ago.)

  • 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

Maybe you are looking for