Lotus Notes Client Server Apps

I'm wondering if anyone has tried to connect to lotus notes client server apps. from portal. I've heard that they have to be "webified" first. Is that true or are there different ways to get to the lotus notes app?

Hi,
Please post this on PDK forum.
Thanks,
Sharmila

Similar Messages

  • Setting scheduled Mail on BO with Lotus Notes SMTP Server

    Hi,
    I'm trying to setup a scheduled email but the SMTP Server is using Lotus Notes.
    When I try to setup I've got error stating that smtp 504 - command parameter not implemented.
    Is there any specific settings for scheduled email using Lotus Notes SMTP Server?
    Regards,
    Budi Setiawan

    Welcome to the forums.
    In the most general of terms, smtp is smtp, imap is imap, pop is pop, still ugly, and best avoided in favor of imap, and they interoperate.
    As for your case, you face some choices...
    ...either run your local group's mail on your Mac OS X Server (which you apparently cannot do here?) and set up the corporate DNS and configure the corporate employee directory (LDAP, Microsoft GAL, whatever) to forward mail to your mail server...
    ...or you need to configure your mail clients to use your organization's smtp/pop/imap server running within your target environment (and get the smtp/pop/imap support enabled, if it's not already enabled)...
    ...or you need to figure out how to break this protocol and mail server and version deadlock with your management...
    Lotus/Domino has had SMTP/POP/IMAP services for a decade or so, and there are various postings around the 'net reporting successful connections from Apple mail into Lotus/Domino servers, so your local Mac OS X clients should connect into most any Domino server around, if it's enabled for any of the "standard" mail clients that are in use, including Apple's Mail.app, Mozilla's Thunderbird and Seahorse, Microsoft's Outlook Express, etc.

  • Problems of installing IBM Lotus Notes Client in MacBookAir (Mac OS 10.6.5)

    I installed IBM Lotus Notes Client 8.5 on my Mac OS 10.6.5 (MacBook Air), but it was shown as Simplified Chinese interface (my time zone is in Hong Kong); however, even I uninstalled and installed again, problem still exists. (in which I would like to have a English interface) Finally I set my time zone and changed all the settings to USA, uninstall and install again, the Notes interface's still shown in Simplified Chinese. Any solution? Thanks a lot.

    btw, how can i post a screenshot here so that I can show clearly what I experienced now?
    You need to put your screenshot on a server someplace and then post the url to it.
    But these forums are for Apple products and I am doubtful you will get much help regarding that software here. Normally multilingual software should display the language which is at the top of the list in system prefs/language & text/language (make sure that is English). But non-Apple software is often not multilingual.

  • Deploy Lotus Notes CLIENT 7.0.1

    Hello! 
    I need to make a SILENT distribution and configuration of Lotus Notes Client 7.0.1 and do not know how to distribute and make after installing it points to my server for Lotus Notes correct. 
    Can anyone help me?
    Atenciosamente Julio Araujo

    This question is basically not a ConfigMgr one. See
    www.itninja.com for those questions.
    Torsten Meringer | http://www.mssccmfaq.de

  • How to design socket client-server app for 2-way communication

    Hi, I am writing a client-server application. I have a single server and many clients. Each client will need the ability to send information to the server at any time. The server will also need the ability to send information to a client at any time. Its this second part that I am not sure how to design. Would I need to create a SocketServer on each client to accept incoming messages, or is there a better way? Thanks

    scranchdaddy wrote:
    Don't my requirements sound a lot like an IM application, where a chat server might need to send a message to a chat client at any time?Not really. If that is what you are designing
    in my opinion one could easily be forgiven for thinking you were deliberately obfuscating your goal...
    How does the server know where the client is? Does it know the IP address of the client?I would imagine the server would contain a directory of IPs? I'm not sure.
    What happens if the client is not running?Then I guess the message would not get delivered.
    What happens if the client is behind a firewall that does not allow incoming connections?How do IM chat clients work? How have people solved this in the past?Typically the server would only care about clients currently connected to the server.
    Maybe you should re-think your design. I don't really have a design, just requirements, that's why I'm writing this post.Your subject says "+How to *design* socket client-server app for 2-way communication+".
    Are you saying you expect someone else to do the design for you?

  • OSX: multi client server app with NSNetService

    hello
    i have a small osx server app
    that uses NSNetService to manage connection and set up streams
    but it seems to stop advertising as soon as a clients connects
    how can i make it multiclient so it keeps advertising and when a new client connects uses the same streams ?
    thanks in advance
    nonnus

    superdeportivo wrote:
    Hello fellahs, as the title of this post says I'm making a client and server application. The server are supposed to handel several clients, and the communication is done true UDP. Out of interest why have you chosen UDP rather than TCP?
    I have got two questions concerning this. The first one is if a exception is throws in the server should I then send the exception back to the client in serialized form. If I choose to do this then I also would need to handel the exception classen to the client. Or should I send back a regular IOException and use it's init cause to define the exception which occured in the server. That is up to you, you can do either. I would do the first option.
    The second question is concerning the multi client support. If this is going to work then I would need to time-out the connection i the server environment, and I have not a clue about how long it should be?It should be long enough that you don't timeout a valid connection. There is no simple answer to this.

  • Why does Firefox 5 open external (internet, SMTP) e-mail in the browser rather than the Lotus Notes Client?

    Using Lotus Notes as the system's primary mail client, '''some''' users experience external mail being opened in the browser rather than the the client. When they revert back to using an older version as the OS default browser, or indeed a different browser altogether, this does not happen.
    Again, this does not happen with all installations of 5.0 - just a few.

    go to "preferences" in Lotus Notes and enable "disable embodded browser for MIME mail" and it shoudn't open the browser anymore

  • Lotus Notes and mail.app question please help me

    Hi all,
    I just started Med. School at a school with a computer requirement. As a huge mac person, I'm very upset that we are required to use windows computers for school. So...I'm trying to use my mac as much as possible. I'm trying to find out how to sync my lotus notes email with mail.app on my mac. Does anyone know how to do this? Your help is greatly appreciated.

    I'd like to know the same!

  • Creating chart in java client/server app.

    Currently, I'm developing a client/server java app. under windows. I want to create a chart (pie, bar) for graphically reporting, anybody can help me pls........? Thanks a lot
    TriAK

    There are some solutions...You can use the Java Chart() class or BarChart() from the J2sdk API.
    (http://java.sun.com/applets/jdk/1.4/demo/applets/BarChart/example1.html)
    Besides, you can use some already build class from some companies like ObjectPlanet.(www.objectplanet.com).
    There is also another link(have a look at it) http://www.java4less.com/charts_e.htm
    Another way is to build by your own using java.awt(It will be to most difficult in the manner of time consumed).
    Finally, I will recommend you to create charts as html page integrate this application as Applet or html in general(Javascript,JSP).
    I hope I gave you some ideas.

  • Help Needed With Basic Client/Server App

    I was wondering if anyone can help with a simple blackjack client/server application i've been writting (basically its a moddified chat application). The problem i'm having seems to lie within the connection management i've written.
    What i'm trying to get is that only 4 players can connect at one time and that each player takes a turn (which i've implemented using threads) to play their hand (as you would if you were playing it for real). The problem is that it will allow the players to connect, but oddly enough, it will not allow a new transaction to be created (i.e. allow a player to take their turn) until 2 players have connected.
    Even when it does create the transaction, after taking input from the client once, the server seems to stop doing anything without any error message of any kind.
    Its really annoyed me now, so you guys are my last hope!
    The code can be found in full here:
    Client Application: http://stuweb3.cmp.uea.ac.uk/~y0241725/WinEchoClient.java
    Server Application: http://stuweb3.cmp.uea.ac.uk/~y0241725/ThreadServer.java
    Card Class: http://stuweb3.cmp.uea.ac.uk/~y0241725/Card.java
    Deck Class: http://stuweb3.cmp.uea.ac.uk/~y0241725/Deck.java
    Please feel free to play around with this code as much as you feel necessary!

    (one last bump back up the forum before i give up on this completely)

  • Apple Mail forever fetching To Do from Lotus Notes IMAP server

    The subject says it all. I have three lines in my Mail activity:
    [To Do - <mailbox>] Updating cache directory
    Received 6 of 6 headers...
    [<mailbox>] Synchronizing with server
    Getting unread counts
    [<mailbox>] Communicating with server
    [Apple Mail To Do] Fetching
    What I normally do just click the stop signs to cancel and then all is fine. I can continue to check mail and it will run normally until the next time it happens.
    I know IMAP is a bit funky. This is a Lotus Notes server. My IMAP Path Prefix is blank. Everything works with this account. This is not a big deal, but it is slightly annoying.
    Any ideas on how to fix it?

    Apple Mail > Preferences > Composing > Create notes and to dos in "On my Mac"
    Then, delete all the old, completed to do items that may be connected to the IMAP account. Delete the to do folder on the IMAP account. Delete any associated Calendar in iCal. It seems to be gone now.

  • Integrating DOS/client server apps through portal

    Is there any partners out their that have developed any portlets that will integrate legacy client server or DOS through the portlet in a Citrix NFuse fashion?
    There seems to be a few competitive portal providers out their who claim that this can be done. OBTree does this via Java wrapped emulation software which can be integrated over the web.
    This would be very useful for legacy integration into one place without rewriting a front end etc.
    Any ideas or recommendations?

    Any one got idea how to resolve this problem. We are facing this problem with applet based applications. Pleae let me know if any one know how to write netlet rules to make this app. work through portal.

  • Authetication problem in client/server app

    I am presently developing a client/server program, and I'm wondering what will be the best form of authentication. I plan to develop a protocol for the programs, any deviation leading to socket closure. I thought about signatures, but I don't think any body's ready to vouch for me(ie I don't know how to go about signatures). Is there any help?

    Learn about JAAS

  • Crashes with Lotus Notes client 7.01

    This was never the most stable product on a Mac but since leoparding it hangs/crashes after a few minutes. I wonder if its a Places issue and I will deselct and try without places - although that's a really imortant feature for me.
    Any other Notes users out there experiencing issues???

    I installed Lotus Notes 7.0.2 using the following technique ifound at this thread: http://www.macosxhints.com/article.php?story=20071028171758588
    1. Open the Lotus Notes 7.02 DMG
    2. Drag "Lotus Notes Installer.pkg" to the desktop
    3. Right-click the .pkg and choose "Show Package Contents"
    4. Navigate to Contents/Resources
    5. Right-click "InstallationScript" and choose "Open With..." -> Other... and choose TextEdit from the applications folder or choose your favorite text editor.
    6. In the script, comment out lines 13 to 18 by inserting '#' at the beginning of each line (you'll see similar lines with comments in them further down in the script if you get confused).
    7. Save the script.
    8. Double-click Lotus Notes Installer.pkg on your desktop to launch the installer.
    9. Run through the installation as normal (you should now no longer get the "Lotus Notes Mac cannot be installed on this computer" error message)
    10. Enjoy!
    For best results, install the 7.0.3 upgrade (linked to in the previous post) after you've installed 7.0.2.

  • Open Word Doc from form in web setting not client/server

    Hello, I am new to form. I need to open a word doc (on client PC )from Oracle Form by a button click. I did some research online and looks like Client_Ole2 is the package I need. But when I looked into my Build-in Package (in forms builder), I only see OLE2, TEXT_IO etc. So when I try to declare a variable which is CLIENT_OLE2 like some post suggest, I got error message "identifier CLIENT_OLE2.OBJ_TYPE must be declared".
    So is that means that I need to install/setup WebUtil on my env to get this Client_Ole2 to show up on Form Builder?
    Thanks for help, please advise.

    I found the way to add webutil.pll to attached Libraries.This is the wrong way. Open the webutil.olb in the Forms Builder. Then open your form you want to add the Object Library too. In the Object Libraries node of the Object Navigator - double-click on the WEBUTIL node. This will open the Object Library properties window. Click on and drag the WEBUTIL entry to the Object Groups node of your Form. You will be prompted "Do you want to copy the object or subclass it?" Click on the Subclass button.
    Subclassing is a Forms method that allows you to share a single source of an object/code between multiple Forms. It is Forms' way of implementing inheritance.
    I also copied them to /forms/java directory too.This is not necessary. I recommend you delete the files you copied to the /forms/java directory. Forms will find the libraries if the .../forms directory is listed in your FORMS_PATH environment variable (see the default.env file). The /DevSuiteHome/forms directory should be the first directory listed in the FORMS_PATH variable.
    Remove path?". So I selected Yes. But when I run form, I got FRM_40039: Cannot attach library webutil while opening form ......".The fact that you are getting this error indicates that the /forms directory is NOT part of the FORMS_PATH.
    If I choose No to keep the hard code path, then if I deploy the form to testing server or production server, it will become problem! Right? How to solve this?Double-check to ensure it is listed. The variable entry should look something like:
    FORMS_PATH=D:\DevSuiteHome_1\forms;<any other directories you want to be part of your path seperated by ";">Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • Error when deploying war file into application server

    I wrote a web service in java using RAD and managed to check it using a web service client with no errors. However, after creating a war file and tried to deploy this into the Sun application server, the following can be seen at the application serve

  • Windows 7 64-bit black screen and blinking cursor for ages before boot

    Help! I'm having the black screen with blinking cursor whenever I try and boot up Windows 7 Ultimate 64-bit thru Bootcamp on my MacBook Pro. If i let it just sit there for maybe 2 or 3 minutes, it then goes to the Windows Boot Manager screen and allo

  • App Catalog ERROR "The action could not be completed. Try again later" Yellow exclamation mark

    Hello, I have problem with access to App Catalog, when i try to access to App Catalog it's give error "The action could not be completed. Try again later" with yellow exclamation mark. I tried to make partial erase, I made full erase, I made Secure e

  • Mac Mini/OSX fault

    Hi, I have just started experiencing a problem with my Mac Mini loaded with OSX 10.4.6. A black bordered box is highlighting the back page icon. This box also move to highlight other areas. If I open the Apple logo icon it displays 2x restart, 2x Shu

  • Pilotage d'un instrument en local avec les fonctions interactive control?

    Bonjour, J'ai un programme qui utilise les fonctions "interactive control" : ibrd et ibwrt pour envoyer des commandes à un instrument. Le programme fonctionne parfaitement lorsqu'il est installé sur un PC externe. A présent je souhaiterai installer l