How to migrate documents from Lotus Notes to Stellent Repository

Hi All,
I want to migrate almost 5000 documents from Lotus Notes to Stellent Repository. Is there any way to achieve this functionality?
how to integrate both the things please let me know.
Regards,
Vishal Shah

Hey Vishal,
one approach could be
1) fetch all the documnets and metadata (wat ever you need) from the Lotus Notes repository using java+Lotus API 2) write a BatchLoad script file using the metadata you have. And then start the batch loader.
other approach could be to
1) fetch all the documnets and metadata (wat ever you need) from the Lotus Notes repository using java+Lotus API
2) Checkthem in using the WSDLs.
There is one thing thought that even i would like to know its which of the two will perform better ?
regards,
sapan

Similar Messages

  • How to Extract Data From Lotus Notes in BI 7.0

    Hi,
    I need to <b>Extract Data From Lotus Notes</b>.
    Is it possible to create source system For Lotus Notes (Like we creating For R/3,Oracle,Flat Files etc) then we can Extract the Data ! or
    I need to Download the Data in .csv File then Extract the Data !
    really appreciate your comments and surely you can get points too...
    Thanks in advance
    prasanna

    Hi,
    What type of data do you want to extract from lotusnotes. .?
    regards,
    Mohan

  • How to migrate documents from pc to mac mini

    Need to migrate documents from my old Dell XPS. Anyone have any suggestions.

    see > Switch Basics: Migrate your Windows files or system to your Mac
    Or optionally use a MS-DOS FAT-32 formatted Hard Drive or Flashdrive to move files from the PC to your Mac.

  • How to Migrate documents from Non Kpro to Kpro systems

    Hi,
    There are old documents created using Non kpro system and now the requirement is to Migrate it to Kpro system. How to do it.
    Thanks,
    Suresh HP

    Hi Suresh,
    If you have data collected at one place then you can upload this data into KPRO by using BDC with help of abap person.
    The migration is done thru abap program only. Otherwise write a separate program for migrating from another server to Kpro.
    I hope this will resolve the query.
    Regards,
    Ravindra

  • Java program to send email from lotus notes

    Hello,
    Please anyone suggest me how to send email from lotus notes using java.
    Thanks.

    I don't understand the question. Are you asking:
    1. How do I send e-mail from Lotus notes manually? Press the Send button.
    2. How do I send e-mail from Java? Look into the Java Mail API. Doesn't require Lotus Notes (or any other e-mail client, for that matter).
    3. How do I send e-mail to a Lotus Notes address? Just send e-mail to the address (see # 2 above). Nothing special required just because the recipient uses Lotus Notes. FYI: I use Lotus Notes (though I hate it) because it's our company's standard & have written Java apps that send e-mails to Notes. The only time I've had to be aware the recipient was a Notes client was when I was sending HTML formatted messages; then I had to pay attention to the limitations of Notes' brain dead HTML parser.

  • How to generate XML data from Lotus Notes to migrate to SharePoint by passing XML to SharePoint.?

    How to generate XML data from Lotus Notes to migrate to SharePoint by passing XML to SharePoint.?
    Ramesh S

    You could use XMLQuery to return the data from your tables as XML, that would give you a CLOB.
    An example using the SCOTT schema might be like this:
    SELECT XMLQuery(
             'for $i in ora:view("DEPT")/ROW
              return <Department dname="{$i/DNAME}">
                     <Employee>
                       {for $j in ora:view("EMP")/ROW
                        where $j/DEPTNO eq $i/DEPTNO
                        return ($j/ENAME, $j/JOB, $j/SAL)}
                     </Employee>
                     </Department>'
             RETURNING CONTENT) FROM DUAL;In the docs you can find more information about its use:
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10492/xdb_xquery.htm

  • Migration from Lotus Note / Domino to Microsoft office 365

    Core functionality has been agreed to be tested which include:
    - Provisioning of user account (create, delete, amend)
    - Authentication
    - Data Migration and
    - Usability. 
    The Background of the project is the migration of data from Lotus note/Domino to Microsoft Office 365. 
    A: How would we go about testing the product?
    B: What are the main features to look out for in order to  achieve test coverage in this type of project?

    For migrating Lotus Notes (NSF files) & Domino Server Mailboxes in Office 365 accounts use only a Good-Quality Lotus Notes to Office 365 migration application. The product executes Bulk migrations with high-speed and data security. Perform migration
    of emails, contacts (mailing lists), calendars and task (to-do lists) completely into Office 365.
    Get Product Overview at:
    http://www.export-notes.com/lotus-domino-to-office365.html
    (Facility to Migrate Lotus Notes as well as Domino Server Mailboxes)

  • Sending an email from Lotus Notes release 5.0.4a

    I need to write java code for sending an email from Lotus Notes release 5.0.4a.
    Initially, I tried using Lotus Domino Toolkit for java, but the current release, "Lotus Domino ToolKit for Java/Corba release 5.0.8" is not compatible with the notes client/server we are using(5.0.4a).
    Now, I am trying to use "Lotus Domino Toolkit 2.1" which supports notes version 5.0.3 and higher, but I couldnot find out how to use it to send email.
    Is there are other way in which we can connect to Lotus Notes for sending email. I cannot use SMTP as the Lotus Notes administrator is afraid of security issues so there is no possibility that I can connect to Domino server using java mail API by enabling SMTP on the Domino server.
    I would be thankful if somebody can help me to do this.

    First off - This is very "off topic"
    The Domino SMTP server is not hard to lock down. Any Notes Admin worth his/her salt should know how to do it. Try to persuade them to run the SMTP stuff using name and password authentication only, or restrict access to an IP address range. This is all easy stuff.
    Otherwise DIIOP/CORBA is one way to go. If your toolkit jar files don't work with the server then try using the ones on the server. Look in %noteshome%\data\domino\java for the ncso.jar file.
    This works for me on an AS/400 java VM to WinNT/Linux Domino servers of various versions.
    How to create an email using this method is again not difficult. All you really need is a blank database template. You have to create a document with certain fields in it (all documented) and then save it. That's all there is to it.
    Word of warning DIIOP is not very rapid and careless coding can create problems. Ensure that once you have finished a session you make sure you close it else you will have continual connection problems.
    Try searching around the domino/notes groups on how to actually do this.
    SH

  • CKEditor copy-paste problem from Lotus Notes

    I use CKEditor in my web applications. When I want to copy a content from Lotus Notes which contains images CKEditor only accepts the image in my copy content and it is in inverted version. But when I repeat same operation in Google Chrome it accepts the text from content and this is acceptable for me. I am sending screen-shots of my issue. The content is the mail that you sent me about confirmation of my Firefox Help question. The copy content is the same for both screen-shots.
    How can I handle this in Firefox?
    Firefox version : 36.0
    Operating System : Windows 7
    Installed plugins :
    * Adobe PDF Plug-In For Firefox and Netscape 11.0.10
    * Creative Cloud Desktop Plugin.v_2_0_0_0
    * AlternaTIFF v2.0.6
    * Box Edit
    * Google Update
    * ImageCapture Suite Plugin Trial
    * Intel web components for Intel® Identity Protection Technology
    * Intel web components updater - Installs and updates the Intel web components
    * NPRuntime Script Plug-in Library for Java(TM) Deploy
    * Next Generation Java Plug-in 11.31.2 for Mozilla browsers
    * Document scanning browser plugin
    * NVIDIA 3D Vision Streaming plugin for Mozilla browsers
    * NVIDIA 3D Vision plugin for Mozilla browsers
    * Notes embedded control plugin for Mozilla
    * NPWLPG
    * Shockwave Flash 17.0 r0
    * 5.1.30514.0
    * Unity Player 4.6.3f1

    Unfortunately I do not know much about this tool, however I did find a few options with a little research:
    It looks like there is an option to paste as plain text with the editor:
    *Source:[http://ckeditor.com/forums/CKEditor/Paste-code-without-formating-HTML]
    As well as an advanced filter:
    *[http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter]

  • How to migrate mails from Google Apps to MS Exchange Online IMAP (Getting error)

    Any tips on How to migrate mails from Google Apps to MSOL? What is required? When I am trying to migrate using IMAP but getting fpollowing error
    =======================
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:00:11
    [email protected]
    Failed
    Error:
    Failed to log on successfully for the following reason:
    Server rejected Basic login with following message : * CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE.
    Exchange Management Shell command attempted:
    'Microsoft.Exchange.Transporter.Provider.PopImap.InternetMailboxMeta' | Move-XsIMAPMailboxToExchangeOnline -AllowUnsecureConnection $false -TargetCredential 'System.Management.Automation.PSCredential' -MaxThreadCount '10' -Quiet
    Elapsed Time: 00:00:11
    ======================
    Any help will be much appreciated.
    Regards
    Sunil DK

    I just finished migrating a client from Google Apps to Microsoft Exchange Online using the IMAP option in the Microsoft Online Services Migration Tool.  
    I added the mailboxes by creating a CSV file [i.e. GoogleApps(Gmail)_Mailboxes.csv] in the following format:
    SourceIdentity,SourceServer,SourceLoginID,SourcePassword,TargetIdentity
    [email protected],imap.gmail.com,[email protected],P@ssword1,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword2,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword3,[email protected]
    Then I created a custom folder map XML file [i.e. GoogleApps(Gmail)_FolderMap.xml] to map the Google Apps (Gmail) labels to the appropriate Exchange (Outlook) mailbox folders and create those that didn't exist (i.e. Important, Starred, Follow up,
    Misc, Priority) as sub-folders under the Inbox:
    <?xml version="1.0" encoding="utf-8"?>
    <FolderMappings xmlns="http://tempuri.org/FolderMap.xsd">
    <!-- This xml contains the mapping of foldername in source server to folders in target server -->
    <!--
    "path" is the name of the folder in source server
    "Name" is the name of the folder to be mapped into target server
    "SpecialFolder" is the name of the special folder to be mapped into
    target server (Name will be ignored) valid values are :
    Inbox
    Calendar
    Tasks
    Sent Items
    Deleted Items
    Drafts
    Junk E-mail
    Contacts
    Outbox
    Journal
    Notes
    "Description" Description of the folder
    "ExcludeFolder" indicates folders to exclude. Valid values are:
    true (case sensitive)
    false (case sensitive)
    0
    1
    -->
    <!-- Default Mapping Section -->
    <Folder path = "INBOX">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "New Mail">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "[Root]">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "Calendar">
    <Property SpecialFolder = "Calendar"/>
    </Folder>
    <Folder path = "Tasks">
    <Property Name = "Migration items/Tasks"/>
    </Folder>
    <Folder path = "Sent Items">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Deleted Items">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Draft">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Junk E-mail">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Contacts">
    <Property Name = "Migration Items/Contacts"/>
    </Folder>
    <Folder path = "Outbox">
    <Property SpecialFolder = "Outbox"/>
    </Folder>
    <Folder path = "Journal">
    <Property SpecialFolder = "Journal"/>
    </Folder>
    <Folder path = "Notes">
    <Property SpecialFolder = "Notes"/>
    </Folder>
    <Folder path = "Public Folders">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <!-- Google Apps (Gmail) Specific Mapping Section -->
    <Folder path = "[Gmail]/All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "[Gmail]/Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "[Gmail]/Important">
    <Property Name = "Inbox/Important"/>
    </Folder>
    <Folder path = "[Gmail]/Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "[Gmail]/Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "[Gmail]/Starred">
    <Property Name = "Inbox/Starred"/>
    </Folder>
    <Folder path = "[Gmail]/Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <!-- Custom Mapping Section -->
    <Folder path = "Follow up">
    <Property Name = "Inbox/Follow up"/>
    </Folder>
    <Folder path = "Misc">
    <Property Name = "Inbox/Misc"/>
    </Folder>
    <Folder path = "Priority">
    <Property Name = "Inbox/Priority"/>
    </Folder>
    </FolderMappings>
    Additionally, I had to tell the Internet E-mail Mailbox Migration Wizard to use the "Individual Account Credentials" option since I was able to specify each account password in the CSV file when adding the mailboxes to Microsoft Online Services Migration
    Tools console.
    Just to note, the users had to manually export their contacts to a CSV file and calendars to iCal (ICS) files in order to import those items into Outlook.
    I hope this will benefit others since Microsoft doesn't seem to have a custom, specifically defined migration strategy for this scenario.  With Google Apps being in direct competition with BPOS/Office365, I assumed that Microsoft would have a simple
    strategy using something like ActiveSync to facilitate the migration of email, contacts, calendar entries, etc.  Hopefully we'll see something along those lines become available in a future release of the migration tools.
    --Jon Payne

  • How to migrate content from BW 3.1 to NetWeaver 7.0

    Hello all out there,
    For a couple of years I have been successfully using SDN, finding always the right answer to my questions, however in my late assignment things have not been running that smoothly.
    This is my first posting to SDN and I hope any of you out there can give me a hand.
    <b>My Case:</b>
    We are planning to upgrade from BW 3.1 directly into NetWeaver 7.0
    <b>Our previous research within our planning phase has taking us to read:</b>
    •Everything under the Marketplace NetWeaver Upgrade portal (https://websmp204.sap-ag.de/upgradenw70)
    •Upgrade Master Guide
    •Many docs in SDN
    <b>My Question:</b>
    Based on our research, we have a good understanding about the technical upgrade path and the creation of a new landscape. However anything we have read explains about how to migrate our actual Queries, ODS, Web Templates, Infocubes, Update Rules, InfoObjects, etc to the new environment.
    <b>Could you please point me to the right literature, how to guide, migration path, etc; explaining how to migration content from BW 3.1 to NetWeaver 7.0</b>
    Thanks
    Alejandro

    Hi,
    This is more a question for the BI forums.
    Anyway, have a look at
    service.sap.com/upgrade-bw
    BW3.0B upgrade to BI 7.0 question about BI Content 3.1
    /thread/367125 [original link is broken]
    /thread/150068 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2e8e5288-0b01-0010-2ea8-bcd4df5084a7
    Eddy
    PS. Which type of SDN Ubergeek/BPX suit are <a href="/people/eddy.declercq/blog/2007/05/14/which-type-of-sdn-ubergeekbpx-suit-are-you">you</a>?
    Deadline: June 15th

  • Created with PDF Maker files from Lotus Notes appears warning to Flash Player disable?

    Lotus Notes 8.5.3 FPX
    Windows 7 64 bit,
    Acrobat 11.0.6 XI.Pro
    When files are generated from the PDF Maker PDF from Lotus Notes, then a warning is displayed to Flash Player. How can I disable this warning?
    Is there an option in the Adobe Customization Wizard XI?
    Flash Player has been updated.
    Thanks for the help

    Good morning, I have Adobe Flash Player aktualisert-> problem is solved. Is there no way to check to disable permanently?

  • How to transfer documents from pc to mac?

    I was wondering how to transfer documents from Pc windows 7 to mac book air, without internet on the windows pc?

    http://www.apple.com/support/macbasics/migration/

  • How to migrate data from MS Access to Oracle???????

    how to migrate data from MS Access to Oracle???????

    You can use heterogeneous services (HS) connection to MS-Access from Oracle and still use the same PL/SQL (or even a single CTAS statement) or SQL to load directly to Oracle tables. It's transparent, quick and clean as opposed to writing complex control files.
    You might have to set the ODBC connection to your Access database and add the details to Oracle listener.
    Please let me know if you are not sure how to set up the connection.

  • Migrate documents from Filenet to SharePoint

    Hello,
    Does anyone has any idea of tool available in to migrate documents from Filenet to SharePoint? Or is there any API that can help to migrate documents from Filenet to SharePoint?
    Thanks,
    Anna Jhaveri

    There is a strong API in SharePoint for importing files but unless you're good with PowerShell or C# then it's not going to be easy. I've no idea what Filenet has. Knowledgelake have plenty of references on Google but other than that it doesn't seem to be
    a common need.
    See these previous threads on the question:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/689476ac-16ef-481c-91e5-f56d8eaf8ddf/migration-from-filenet-to-sharepoint?forum=sharepointgenerallegacy
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/e7ad35e5-8117-46e0-952e-bfcc1441ae34/filenet-migration-to-sharepoint-2010?forum=sharepointgeneralprevious

Maybe you are looking for

  • Using JWindow  problem..

    Hi I am using JWindow for showing a splash window before the application starts. First i use a JPasswordField for Login but i unable i type in it then i use progress bar and still it is unable to get any value for update. when i use JFrame it all wor

  • SAP 4.6 work processes too often goes to completed status

    Hello, SAP 4.6 C  (Oracle 9i / windows NT) system, always work process goes to completed status. This a quality system. As of now we are only restaring the work processes (SM50->process->restart after error-> yes) manually as a temporary fix. Could y

  • My macbook pro is being very slow does it need cleaning up? if so what do i do?

    my macbook pro is being very slow does it need cleaning up? if so what do i do? is there a programme to use or should i take back to apple to ask them.

  • Convert Javascript to Applescript

    Hi, I need to convert javascript to Apple script. Please help!!! try { app.activeDocument.layers.getByName( '.ARD' ).remove(); } catch (e) {}; MOhan

  • Problem looming with MacBook Pro Late 2008?

    This morning I had some ominous occurrences with my Mac Book Pro.  When I got it out, the battery was quite warm, even though I had turned it off last night before connecting it to the charger.  (It's never warm when it's not using the battery.)  The