Lotus notes forms 5.x 6.x

Me gustarma saber como se puede establecer una conexisn entre una base de datos de lotus notes con los formularios de forms 6.x. Desconozco lotus y busco informacisn donde empezar a tratar este problema. Ver el tratamiento vma ODBC y si el rendimiento de forms con lotus es satisfactorio.
Gracias. agradecerma respuestas a [email protected] o [email protected]
Martmn.
null

I am having the EXACT same problem.  Please post if you find a solution.

Similar Messages

  • 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

  • Using Applets in Lotus Notes R5

    I was wondering whether anyone has successfully used Java applets in Notes Client applications (not web applications).
    Specifically, what JDK version can I assume to work. I would think JDK 1.1.6 from the documentation of the R5 Domino Server, but I couldn't find an explicit statement about which JRE version the R5 Client supports.
    What I am trying to do is:
    (a) Use Java to implement things with NotesUI-Objects one would traditionally do using LotusScript, like putting "Hello World" into a field on a freshly opened Lotus Notes Form. People seem to be more willing to learn Java than LotusScript these days. :-)
    (b) Use custom Java Applets to display eg a barchart depending on data inside Notes and external data sources, instead of using eg Excel through OLE/ActiveX as I and others traditionally did and still are doing.
    Anyone can help here?

    You probably want to stick to the lotus developer domain for answers to this kind of stuff.
    http://www.lotus.com/ldd
    The Notes/Domino Gold Release Forum is full of stuff, and the sandbox should have some samples.
    JDK 1.1.6 is fine. The biggest thing you need to do is make sure you extend AppletBase in Notes.jar not Applet.
    Cheers
    Kerr

  • 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?

  • How to save a PDF form in a Lotus Notes/Domino database

    In our enterprise we have Lotus Notes/Domino database and we offered a PDF form to many users for some subscriptions.  To receive these subscriptions, is it possible to put a SAVE button that saves the filled data into the Lotus Notes/Domino database?
    If yes, how?

    It happens automatically. You don't need any code to trigger it.

  • Lotus Notes's Calendar Appointment Form

    Hi
    I am facing a typical problem regarding extracting data from Lotus Notes Calendar Appointment Form through Java programme.
    I need to check the appointment of a user on a particular day so that I can fix the meeting in order to avoid the clash with user's existing appointment.
    So, I am running a sql query like select description, TimeRange (A field in Appointment from if you open it in Designer) from Appointment where startdate = "2001-06-27".
    Now, It is showing me StartDateTime, Description.I am getting StartDateTime,Description and Date but not able to extract EndDateTime. I need EndDateTime so that I can make out that user is busy for some job from 3 to 4 pm let us say for this particular date so, fix the meeting at some another time.
    I hope i have cleared my doubt. Please let me know the solution of above problem. My mail id is [email protected] and [email protected]
    Thanks
    Rakesh
    StartDateTime

    Hi Jim
    I am using Lotus Domino Driver 1.1 for making connection with Lotus Notes Database. You can download it from www.lotus.com/developers/devbase.nsf/homedata/homejdbc.
    Everything is fine i.e it is connected to db, data is also coming but the problem is still solved which i have written. Please help me out.
    Thanks
    Rakesh

  • Adobe form can be able to open lotus note

    Hi Experts,
    I have an requirement:
    Adobe layout: Radio button for survey and push buttons.
    Layout is completed and I can able to download PDF at my local desktop.
    Same pdf I am sending to external system (non SAP) person via email attachment (which I am doing using outlook - Manual process).
    Now the my requirement/query is once the external system person revive the mail, He will open the pdf document and clicks on the one of the push button "Approved" and a lotus note (IBM LOTUS) mail need to be opened with default Subject line and with mail Id "[email protected]".
    Then external system person will add some line in the mail body and send it to the mail Id which is defaulted.
    Please help me how can be achived?
    Same set of function is happeing with Excel document and set of VB code.
    Thanks,
    Sam

    Else Is that possible to generate/open outlook?

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

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

    Experts, does anyone had similiar problem?

  • Lotus notes as a front end and oracle as backend

    Dear All,
    Can i use lotus notes as a front end and oracle as backend atleast for few forms in my application.
    If Yes how to go about it.
    I have not tried it even once
    Kindly also advice if this is appropriate forum to ask this question
    Best Regards,
    Devendra Shelke

    Dear All,
    Context for asking above question :
    We use Form 6i and Report 6i, Application Server 9i and 9i DB.
    But for some forms we want the user to enter the data through Lotus Notes but get updated in 9i DB used by Form 6i.
    Best Regards,
    Devendra

  • Adobe/MS Access/Lotus Notes Integration

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

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

  • Using Java Mail with lotus notes

    we are using lotus notes as default mail client and lotus notes server , there is no pop3 or smtp server as far as the intranet mailing goes,
    i am developing an application in which i have a form which the users will fill in if they forget their logging in passwords, as soon as they submit the form they will get an autogenerated email which will send them their passwords. considering the above scenario can i use java mail api for this

    No. If you aren't running the pop3 or smtp services then the Java mail API won't help you at all, unless there is a SMTP server somewhere that you can use to deliver mail to your Notes server. If you use Notes for external emails there must be a server somewhere!!??
    You can use the Notes Java API to create and send a document if you have the DIIOP service running on the Notes server.
    SH

  • Lotus Notes Portlet

    I have been having similar problems as forum messages # 520072 &
    524480 (ref. below). my only difference is that in the apache
    error log I get the following:
    java.net.MalformedURLException: unknown protocol: https
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.io.IOException.<init>(Compiled Code)
    at java.net.MalformedURLException.<init>(Compiled Code)
    at java.net.URL.<init>(Compiled Code)
    at java.net.URL.<init>(Compiled Code)
    at
    sun.net.www.protocol.http.HttpURLConnection.followRedirect
    (Compiled Code)
    at
    sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (Compiled Code)
    at java.net.URL.openStream(Compiled Code)
    at lotus.domino.NotesFactory.getIOR(Compiled Code)
    at lotus.domino.NotesFactory.createSession(Compiled Code)
    at
    oracle.lotus.application.ApplicationLogin.authenticateUser
    (Compiled Code)
    at oracle.lotus.application.ApplicationLogin.performLogin
    (Compiled Code)
    at oracle.lotus.application.LotusProvider.process
    (Compiled Code)
    at oracle.lotus.application.ExternalServlet.doGet
    (Compiled Code)
    at oracle.lotus.application.ExternalServlet.doPost
    (Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest
    (Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    Our Lotus notes web sever is running HTTPS (on a Sun Box) and
    the portal (v3.0.9x) is running on Sun Solaris 8. And like the
    others, I have followed the Oracle doc on creating a Lotus
    Portlet to the letter. But, I'm at a lost since I can not find
    a resolve for the error or what it really means. I've searched
    MetaLink and Technet and even put in a TAR (which Oracle said
    they do not support their own demo portlets - thanks a lot :^
    ( ) Any insight to this problem would be great.
    thanks,
    kurt
    reference msgs:
    **part of msg #524480
    I am trying to install these portlets from the PDK and am having
    problems. Looked through all other threads relating to these
    portlets and have not found a the answer to my problem.
    I have followed instructions to the letter and can access
    mailbox in browser by using http://
    [lotus_host]/mail/mailbox.nsf.
    Having set up the External Application as instructed, when I
    attempt to logon to the application, I am presented with a page
    headed Lotus with the five input fields from the previous form,
    Username, Password, MailFilename, MailServer, Hostname. When I
    complete these fields nothing seems to happen.
    part of msg #520072
    Using the downloaded Java PDK framework and the Lotus Notes zip
    file, I have successfully configured and tested the 'sample'web
    provider.
    I then configured the apache configuration files
    jserv.properties and zone.properties for Lotus Notes (as
    described in the Lotus Notes Portlets help file.
    All went well until I got to Registering the Provider with
    Oracle
    9iAS Portal :
    I got as far as the Input form for the Lotus Notes Inbox (i.e.
    clicking on the hyperlink for the external application).
    This form asks for Username, Password,Mailfilename, Mailserver
    and Hostname.
    The form is headed 'LOTUS', the only other item on the Form
    being the 'Submit' button.
    When I submit the form the entries are cleared (returning an
    empty input form as before) but nothing happens.

    If you check out the thread from my question (524480), we found
    that we had to enable the IIOP task on the domino server as we
    were not running it, this cured the problem I think you are
    encountering.
    This has not solved all our problems as I only see Notes data in
    the Inbox Portlet Preview mode, this problem is refered by other
    contributors as the collapsing Portlet problem (496625) and I do
    not know whether there is a solution to this problem yet.
    Hope this helps.

  • Email Address Duplicates When Auto Submitting Through Lotus Notes

    I have set up a "submit" button on my form, but when I test it using Lotus Notes (6.5), the email address appears twice in the "TO" field. Does this occur in other email programs, or is this specific to Lotus Notes? Any fixes or tips on where I might be going wrong in my setup? (During setup, I definitely enter the email address only once.) Regards...

    If you have the data submitted to a web server as a FDF or XML file, you can simply import that data into the PDF. Reader creates other problems as Aandi said, at least if you try to submit the whole PDF since it then has to be saved (an extra rights issue for Reader). The e-mail issue has to do with the client e-mail setup. For folks that use an out of the box client like Outlook, I don't think it is necessarily a problem since MicroSoft turns on everything out of the box (that is part of the reason there are almost always security problems). I believe it is MAPI that has to be active for Acrobat or Reader to be able to interact with a mail package. Similar problems exist for mailto in HTML forms. I gave up on that one 10 years ago because every browser did it differently and typically messed things up.
    That is the main reason for my comment. You may feel that e-mail is necessary, but it may also be a major problem that may make you look like a fool to others, even if you are not the issue. If you have a limited user base, then you may be able to deal with the issues, but it is a bad practice for a general form to be posted on the internet. It sounds like your use might be within an office and that may be fine.
    In terms of your original question, would it be possible to post a sample form with your e-mail (or generic) on it. Then we can look at it, possibly change the e-mail to our own and see what happens with our e-mail clients.

  • Calendar synch BB Storm, BB DM 4.7 and Lotus Notes 8.0.2

    I am seriously frustrated with the synchronization issues with my BB Storm 9530, DM 4.7.0.25 and Lotus Notes 8.0.2.  I have searched this forum and Crackberry to find a solution and at this point I think there is just no solution. 
    When I sync my calendar, (two-way via IntelliSync) to Lotus Notes, the BB calendar ALWAYS has 75-80 items and tries to delete 100's of items form Lotus Notes (Lotus Notes is correct and I only have 370 calendar items).  I have to reject the sync, delete the BB Calendar database and do a one-way push from Lotus Notes to BB.  I have the "keep forever" checked on the BB, I have the "transfer all scheduled items" checked in in the BB DM and IntelliSync set up, I have done all the stupid stuff, like take out the battery, reinstall BB DM, checked/re-checked the memory, deleted and reinstalled the IntelliSync software, yada. yada and NONE of it works.
    I have resigned myself to the fact I can only do a one way push from Lotus Notes to the BB...PERIOD.  I will get rid of BB when my contract is up, or sooner if it continues to make me crazy.  I love that RIM just unleashes software on the world and expects us to test it for them.  This is not rocket science.  I work in the software industry and this type of "release and let the world test it" mentality has got to stop.  Calendar sync is not that big of a deal.  I was a previous Active Sync user and I NEVER had an issue with this basic functionality.  RIM needs to either fix the BB DM or force IntelliSync to fix the sync program or write their own sync software and quit depending on a 3rd party.  Either way, I have had it.

    Hi,
    I have checked this in Outlook, imported holidays of X country and even those holidays got installed in Outlook, but when i synched those holidays with Nokia N 79, those holidays were not synched with Nokia N 79 inspite of those entries are there in Outlook, same goes with Lotus Notes 6.5 [i don't have Lotus Notes 8.x], So its seems to be a limitation on sync side

Maybe you are looking for

  • Photoshop elements 11 question

    I tried a practice file yesterday with PhotoShop 11 using with my Windows Vista system.  I used one of my set of photos, selected a few, and chose one to work with.  I was impressed with the changes I could make using Photoshop for the first time eve

  • Is it possible to convert a PDF to a high resolution image with ColdFusion?

    I would like to determine how to convert PDFs to high resolution images using ColdFusion. I'm running ColdFusion 9,0,0,251028 on CentOS 5.5 with Apache 2.2.3. The <cfpdf action = "thumbnail" ...> is all well and good for creating 72 dpi images of a P

  • Why do my custom swatches revert to RGB mode?

    Hi all, I'm a newbie to Illustrator. I have a few questions: When I create custom swatches, I choose the CYMK option in the drop down box. However, these swatches are appearing as "RGB" mode in my swatch palette. Why is that? How do I ensure my custo

  • Is it possible to do focus stacking in elements 11

    Is it possible to do focus stacking in elements 11 and how do i do it ?

  • Java error when Broadcasting

    Hi, I'm having some trouble when I try to broadcast some reports, I get the following error when I check the log on the transaction RSRD_ADMIN: "Java: Exception in method processFunction." Does anyone know what this is and how to overcome it? Thanks