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]

Similar Messages

  • Click 2 call and excel copy/paste problems

    Recent posts from late May claim that the click to call issues were resolved in late may. Today is June 21/12 and I resolved the problem yesterday by un-installing the click to call program. Prior to that cut and copy requests were losing the marquee around copied cells and when target cells were right clicked the context menu did not include Insert Copied cells. 
    Some problems may have been addressed but the problem still exists. It's too bad because click to call was a good feature.
    Solved!
    Go to Solution.

    The problem was identified and fixed already in an update to the Click to Call toolbar in April: http://blogs.skype.com/garage/2012/04/skype_click_to_call_fix_for_of.html
    *Best Solution* Download the new version of Skype Click to Call. It’s the quickest way to solve the copy & paste problem you are experiencing. Go to http://www.skype.com/intl/en-us/get-skype/on-your-computer/click-to-call/windows/ and click Download Now.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • 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

  • Can you copy/paste files from the Finder to Mail in Lion, or drag them onto the Mail icon in the Dock to create a new message and attach the files to it?

    Message title says it: Can you copy/paste files from the Finder to Mail in Lion, or drag them onto the Mail icon in the Dock to create a new message and attach the files to it?
    I can't find anything in the Knowledge Base that says these two options no longer work or still do.
    I do not have a system capable of running Lion, but I need to know the answer nonetheless.

    Gee, I don't know: "paste attachments mail Lion"? ;-)
    One further question, if I may: in Panther (which is where I've aggregated nearly 7 years of mail), if you copy more than one file in the Finder, switch to Mail, and paste the files into a new message, only the file names paste in. If you copy one file and paste it into a Mail message, you get the file, not just the name. Is that still true, or has that (IMHO) bug been fixed since 10.3.9?

  • Drag and drop from Lotus Notes

    Hi all,
    I have a little problem with dnd from Lotus Notes. The purpose is dragging a mail from Notes and dropping it on my java application outside of notes.
    When I check the incoming flavors, there are 53 of them. The most of them are meaningless or empty, but 1 has my interest. It contains an URL from notes and with this URL I should be able to identify the mail within the correct Notes DB.
    Asking the transferData for this flavor gives me this tracing, the @ are replaced be some squares in the original tracing.
    It's the first one I'm interested in, but I'm unable to get the URL as an URL or String object.
    java.awt.dnd.InvalidDnDOperationException: no protocol: @@@URI$@@@Notes://DOMINOMAIL/C12571EE0031934D/38D46BF5E8F08834852564B500129B2C/D530EC2BDFA3BB45C125777B0036504E?server=DOMINOMAIL&replicaID=C12571EE0031934D@@@Subject@@@
    at sun.awt.dnd.SunDropTargetContextPeer.getTransferData(Unknown Source)
         at sun.awt.datatransfer.TransferableProxy.getTransferData(Unknown Source)
         at java.awt.dnd.DropTargetContext$TransferableProxy.getTransferData(Unknown Source)
         at dnd.URLDropTargetDemo.dumpDataFlavors(URLDropTargetDemo.java:117)
         at dnd.URLDropTargetDemo.drop(URLDropTargetDemo.java:79)
         at java.awt.dnd.DropTarget.drop(Unknown Source)
         at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(Unknown Source)
         at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(Unknown Source)
         at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(Unknown Source)
         at sun.awt.dnd.SunDropTargetEvent.dispatch(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processDropTargetEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Flavors:
    0: java.awt.datatransfer.DataFlavor[mimetype=application/x-java-url;representationclass=java.net.URL]
    1: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.io.Reader]
    2: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.lang.String]
    3: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=[C]
    4: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.io.InputStream;charset=UTF-16]
    5: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.nio.ByteBuffer;charset=UTF-16]
    6: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=[B;charset=UTF-16]
    7: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.io.InputStream;charset=UTF-8]
    8: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.nio.ByteBuffer;charset=UTF-8]
    9: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=[B;charset=UTF-8]
    ...Thanks

    Use the Media Browser. This was written for iPhoto but it still works for 95% of Photos. It's the first option you want:
    https://discussions.apple.com/docs/DOC-4491

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

  • Copy Paste only from Paint

     We have a w2008 R2 terminal server for a week now and clients make a vpn connection. They copy paste pictures from local to a Word 2010 document on the terminal server.
    Everthing function well before. Same clients and a w2003 terminal server with Word 2010. Users copy local picture (openend in Paint, Microsoft Photo viewer, Irfanview, etc.) and than copy paste it to a Word document on the terminal server.
    Now it does not work anymore accept when they opend it local in Paint. Only than they can copy the picture.  
    -I have checkt de properties on client
    -I have restart rdpclip.exe on Termnal server.
    -I have checked if it is a rights issue but it seems that it's not
    I realy like to find a solution for this because doing it with MSPaint is al lot of work for the people. 
    Does any has a answer for this?
    Your help will be appreciated.

    This one may help.
    RDP
    copy-and-paste not working
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Wrong timezone when importing invitation ics from Lotus Notes

    Dear all,
    I have the problem that the timezone is not correctly detected when importing invitations from  Lotus Notes (PRODID:-//Lotus Development Corporation//NONSGML Notes 8.5.2//EN_C) The event is one hour too late, I cal thinks it is "standard time" and not "daylight saving time"
    This is the Timezone difinition in the ics file:
    BEGIN:VTIMEZONE
    TZID:W. Europe
    BEGIN:STANDARD
    DTSTART:19501029T020000
    TZOFFSETFROM:+0200
    TZOFFSETTO:+0100
    RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=10
    END:STANDARD
    BEGIN:DAYLIGHT
    DTSTART:19500326T020000
    TZOFFSETFROM:+0100
    TZOFFSETTO:+0200
    RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=3
    END:DAYLIGHT
    END:VTIMEZONE
    BEGIN:VEVENT
    When I change it to this definition:
    BEGIN:VTIMEZONE
    TZID:W. Europe
    BEGIN:STANDARD
    DTSTART:16010101T030000
    TZOFFSETFROM:+0200
    TZOFFSETTO:+0100
    RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
    END:STANDARD
    BEGIN:DAYLIGHT
    DTSTART:16010101T020000
    TZOFFSETFROM:+0100
    TZOFFSETTO:+0200
    RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
    END:DAYLIGHT
    END:VTIMEZONE
    the event is correctly scheduled. Now the timezone is daylight saving time. Any hints on what is going wrong?
    Thanks for your help!

    My suggestion is to open a bug report with Apple if you can demonstrate that this always occurs. And, provide sample file (as you have above). https://bugreport.apple.com
    As a work around I have let my customers know that the Calendar app in iOS appears to work fine and to attempt to accept event invitations through that rather than through Calendar app in OS X.
    I also hope to create a simple script, droplet or automator workflow that could filter the timezones into Apple Calendar app friendly names. But, so much to do...

  • Windows 8 how to bring up copy/paste option from touch screen

    How do you bring up Copy/Paste option from touch screen?

    Adobe Reader Touch supports copying text only (not images).
    Tap on text and move "grabbers" to adjust text selection (Touch) or select text with a mouse.
    Press and hold (Touch) or right-click with a mouse to bring up the context menu.
    Select Copy from the context menu.
    You can paste the copied text to an existing sticky note or text field in Adobe Reader Touch or to other application such as Microsoft Word or Notepad.

  • Can't shown chinese text when copy & paste data from server to Outlook, Word & notepad, etc.( Office 2013)

    Can't shown chinese text when copy & paste data from server to Outlook, Word & notepad, etc.( Office 2013)

    Hi
    As per the information and details provided by you, when you copy & paste a data from server to Outlook, word, notepad, then you do not receive the Chinese text.
    For Outlook, please follow these steps: -
    Close and reopen Outlook in your western locale (or switch the windows system to your Western locale if you changed that),
    Manually change the message from Western to Chinese encoding, which you can do in all versions up to Outlook 2007.
    If you want to stay in your Chinese locale in Outlook 2007, then:
    After you hit reply, go to the Option tab > More Options.
    In the Encoding drop-down menu, select the Chinese encoding you are working in (Not the encoding used by the person who will receive the message)
    Note:
    To set the Chinese locale in all versions up to 2007 the controls are under.
    Tools > Options. In Outlook 2010 File tab > Options > Advanced > International options.
    Unicode (UTF-8)
    is a good setting for multilingual users.
    Check the
    Auto select 2007)/ Automatically select (2010) encoding box.
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G 

  • How to copy-paste frames from one document to other with there respective layers intact?

    Hi All,
         I am facing an issue while copy paste frames from one document to other. I have a 3 frames in first documents each one on different layer. First document has 3 layers. The second document too have 3 layers , I am copying frames from first document to scrapdata using 'ICopyCmdData ' and 'kCopyCmdBoss'. I have 'Paste Remembers Layers' menu 'Checked' on Layer panel. I am using following function to copy frames to scrapdata.
    bool16 copyStencilsFromTheTemplateDocumentIntoScrapData(PMString & templateFilePath)
         bool16 result = kFalse;
        do
            SDKLayoutHelper sdklhelp;
            PMString filePathItemsToBeCopiedFrom(templateFilePath);  //("c:\\test\\aa.indt");
            IDFile templateIDFile(filePathItemsToBeCopiedFrom);
            UIDRef templateDocUIDRef = sdklhelp.OpenDocument(templateIDFile);
            if(templateDocUIDRef == UIDRef ::gNull)                 
                break;
            ErrorCode err = sdklhelp.OpenLayoutWindow(templateDocUIDRef);
            if(err == kFailure)                 
                break;
            InterfacePtr<IDocument> templatedoc(templateDocUIDRef,UseDefaultIID());
            if(templatedoc == nil)               
                break;
            InterfacePtr<ISpreadList>templateSpreadUIDList(templatedoc,UseDefaultIID());
            if(templateSpreadUIDList == nil)                  
                break;
            IDataBase * templateDocDatabase = templateDocUIDRef.GetDataBase();
            if(templateDocDatabase == nil)                  
                break;
            UIDRef templateDocFirstSpreadUIDRef(templateDocDatabase, templateSpreadUIDList->GetNthSpreadUID(0));
            InterfacePtr<ISpread> templateSpread(templateDocFirstSpreadUIDRef, IID_ISPREAD);
            if(templateSpread == nil)                 
                break;
            UIDList templateFrameUIDList(templateDocDatabase);
            if(templateSpread->GetNthPageUID(0)== kInvalidUID)                  
                break;      
            templateSpread->GetItemsOnPage(0,&templateFrameUIDList,kFalse,kTrue);  
            InterfacePtr<ICommand> copyStencilsCMD(CmdUtils::CreateCommand(kCopyCmdBoss));
            if(copyStencilsCMD == nil)                
                break;
            InterfacePtr<ICopyCmdData> cmdData(copyStencilsCMD, IID_ICOPYCMDDATA);
            if(cmdData == nil)                 
                break;
            // Copy cmd will own this list
            UIDList* listCopy = new UIDList(templateFrameUIDList);
            InterfacePtr<IClipboardController> clipboardController(gSession,UseDefaultIID());
            if(clipboardController == nil)              
                break;
            ErrorCode status = clipboardController->PrepareForCopy();
            if(status == kFailure)                  
                break;
            InterfacePtr<IDataExchangeHandler> scrapHandler(clipboardController->QueryHandler(kPageItemFlavor));
            if(scrapHandler == nil)                 
                break;
            clipboardController->SetActiveScrapHandler(scrapHandler);
            InterfacePtr<IPageItemScrapData> scrapData(scrapHandler, UseDefaultIID());
            if(scrapData== nil)                
                break;
            UIDRef parent = scrapData->GetRootNode();
            cmdData->Set(copyStencilsCMD, listCopy, parent, scrapHandler);
            if(templateFrameUIDList.Length() == 0)       
                return kFalse;      
            else      
                status = CmdUtils::ProcessCommand(copyStencilsCMD);    
            if(status != kFailure)
              result = kTrue;
            sdklhelp.CloseDocument(templateDocUIDRef,kFalse,K2::kSuppressUI, kFalse);
        }while(kFalse);
        return result;
    After this I need to close first document. Now I am opening the second document from indt file which has same number of layers as first document. I am trying to paste frames from scrap data to second document using '' 'ICopyCmdData ' and 'kPasteCmdBoss' as shown in follwoing function
    bool16 pasteTheItemsFromScrapDataOntoOpenDocument(UIDRef &documentDocUIDRef )
        bool16 result = kFalse;
        do
               InterfacePtr<IClipboardController> clipboardController(gSession,UseDefaultIID());
                if(clipboardController == nil)
                    break;
               InterfacePtr<IDataExchangeHandler> scrapHandler(clipboardController->QueryHandler(kPageItemFlavor));
               if(scrapHandler == nil)               
                    break;
               InterfacePtr<IPageItemScrapData> scrapData(scrapHandler, UseDefaultIID());
                if(scrapData == nil)
                   break;
                     //This will give the list of items present on the scrap
                UIDList* scrapContents = scrapData->CreateUIDList();
                if (scrapContents->Length() >= 1)
                    InterfacePtr<IDocument> dataToBeSprayedDocument(documentDocUIDRef,UseDefaultIID());
                    if(dataToBeSprayedDocument == nil)
                       break;
                    InterfacePtr<ISpreadList>dataToBeSprayedDocumentSpreadList(dataToBeSprayedDocument,UseDef aultIID());
                    if(dataToBeSprayedDocumentSpreadList == nil)
                         break;
                    IDataBase * dataToBeSprayedDocDatabase = documentDocUIDRef.GetDataBase();
                    if(dataToBeSprayedDocDatabase == nil)
                         break;    
                    UIDRef spreadUIDRef(dataToBeSprayedDocDatabase, dataToBeSprayedDocumentSpreadList->GetNthSpreadUID(0));               
                    SDKLayoutHelper sdklhelp;
                    UIDRef parentLayerUIDRef = sdklhelp.GetSpreadLayerRef(spreadUIDRef);
                    InterfacePtr<IPageItemScrapData> localScrapData(scrapHandler, UseDefaultIID());
                    if(localScrapData == nil)
                        break;
                    if(parentLayerUIDRef.GetUID() == kInvalidUID)
                        break;
                    InterfacePtr<ICommand> pasteToClipBoardCMD (CmdUtils::CreateCommand(kPasteCmdBoss));
                    if(pasteToClipBoardCMD == nil)
                        break;
                    InterfacePtr<ICopyCmdData> cmdData(pasteToClipBoardCMD, UseDefaultIID());
                    if(cmdData == nil)
                        break;
                    if(scrapContents == nil)
                        break;               
                    PMPoint offset(0.0, 0.0);
                    cmdData->SetOffset(offset);
                    cmdData->Set(pasteToClipBoardCMD, scrapContents, parentLayerUIDRef );
                    ErrorCode status = CmdUtils::ProcessCommand(pasteToClipBoardCMD);
                    if(status == kSuccess)
                        CA("result = kTrue");
                        result = kTrue;
                }//end if (scrapContents->Length() >= 1)       
        }while(kFalse);
        return result;
         Here in above function its required to set Parent Layer UIDRef and because of this all frames are getting paste in one layer.
    Is there any way we can paste frame in there respective layers?
         Also I need to work this code with CS4 server and desktop indesign.
    Thanks in advance,
    Rahul Dalvi

    Try,
    // dstDoc must be FrontDocument
    InterfacePtr<ILayoutControlData> layoutData(Utils<ILayoutUIUtils>()->QueryFrontLayoutData());
    InterfacePtr<ICommand> createMasterFromMasterCmd(CmdUtils::CreateCommand(kCreateMasterFromMasterCmdBoss));
    createMasterFromMasterCmd->SetItemList(UIDList(srcMasterSpreadUIDRef));
    InterfacePtr<ILayoutCmdData> layoutCmdData(createMasterFromMasterCmd, UseDefaultIID());
    layoutCmdData->Set(::GetUIDRef(layoutData->GetDocument()), layoutData);
    CmdUtils::ProcessCommand(createMasterFromMasterCmd);

  • 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

  • RFC call from Lotus Notes

    Hi,
    I have create an RFC function,and have a successful test in R/3.
    And when I call this RFC function from Lotus Notes.The return message is AA 291 'No correction'.
    Anybody know the reason?
    Best regards,
    leric

    Hello Leric,
    as an alternative option to using RFC, you may also consider using WebServices. SAP Systems as of Web Application Server 6.20 onwards offer all BAPIs as Web Services.
    please take a look at the R/3 web services browser: http://<hostname>:<icmport>/sap/bc/bsp/sap/WebServiceBrowser/search.html
    you may also take a look at SAP TechED 2006 session ID SOA150 (Providing and consuming web services in ABAP - http://www.sapteched.com/06/emea/edu_sessions/viewall.htm)
    Regards
    Michael
    PS: if you want to use RFC, you may consider using different connectivity options such as LEI Domino connector from IBM, ZeNotes from Konplan (http://www.konplan.com/public1/_EN/solutions_zenotes.php) or it.smartconnect from itelligence (http://it-smart-connect.itelligence.de/)

  • Can't copy-paste images from Noteshelf in iOS6

    Hi,
    I use an app called Noteshelf (v7.0). In iOS5, I was able to copy-paste pictures from Noteshelf into other apps, such as Keynote (v1.7.1) or in an email. However, since I upgraded to iOS6, this doesn't work anymore. As the versions of Noteshelf and Keynote are the same, the logical conclusion is that something has changed in the copy-paste functionality of iOS6. Can somebody tell me about this and, better still, give me a fix for it?
    Thanks!
    Maarten

    Tell us how you are doing your copy and paste

  • 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

Maybe you are looking for

  • Itunes wifi syncing not working

    Ever since I installed ios7 neither my iphone or my ipad have or will sync to my imac.  I have tried to force it to sync, simply clicking the sync now button, but with no results.  Anyone else having this issue. I also noticed that all my documents i

  • I Pod 60gb classic synching problems

    I have an i pod 60gb and some how I lost all my music and videos everything this has happened before but I was able to sync and it went back on with no problems. Yesterday however I synced and it synced but no music went on. Know all of a sudden it s

  • Deleted attachments keep reappearing

    Hi I am using Thunderbird 31.1.1 on a Mac Pro. I am having a problem deleting attachments. I decided to move to Thunderbird as Apple Mail is so clunky when removing attachments. Thunderbird seems much smoother and more intuitive. However, once I have

  • Time Machine not detecting changes in certain folders

    I recently noticed that TM does not update its backup from certain folders any more. I have a deep sub folder inside ~/Documents, and when I create new folders or files in it, they do not appear in the TM backup. The backup contains, however, lots of

  • Photo printing- A4 page- page size is incorrect?

    Hi, I have a HP 7500 Printer I have a photo in 3:2 ratio, A4 page.  I try to print but it spits out the page and says 'Paper mismash. Paper size or type is incorrect. Press ok to cancel job. Anyone able to help? Thanks Pa.