Documents remain in "To be synchronized" state

Hi All,
I have created an index and attached a data source to it. This datasource consists of 5 text documents.
When I re-index the datasource, all 5 documents always remain in "To be synchronized" state. Repeated re-indexing is also of no use.
I have flushed the queue a number of times, restarted the portal and trex instance and performed re-indexing. Yet, all these documents do not move from "To be synchronized" state at all.
I am not able to figure out where the problem is.
Any suggestions on this?
Thanks in advance,
Pavithra

Hi All,
We have found the solution. In the Queue parameters, the parameter "Initial Indexing Mode" was set to ON. On resetting it to Off, the documents were optimized and all of them are in OK state.
Hope this answer helps those who might face the same problem.
Regards,
Pavithra

Similar Messages

  • Documents remain in GenWWW status and conversion error message says success

    Hi,
    I have instaled UCM 11.1.1.4 and the situation is that documents remains in GenWWW status, the
    conversion error message says success . In Ibr logs says everything went perfect, in UCM logs isn't recorded any error.
    Anyone have a clue to solve this problem?
    Update:
    When runnig IdcAnalyse appears the following error:
    ./IdcAnalyze -filesystem
    FileSystemFileStore:1.0.0.0 started.
    Content Management System Server. Version 11gR1-11.1.1.4.0-idcprod1-101229T001824
    Copyright (C) 1996-2011, Oracle and/or its affiliates. All rights reserved.
    Analyzing filesystem...
    .....................Error checking filesystem: Unable to locate extension for rendition flag 'L'.
    Is this error related with the documents remain in GenWWW?
    Thanks
    Edited by: carlos.pereira on Jul 26, 2011 4:58 PM
    Edited by: carlos.pereira on Jul 26, 2011 5:00 PM

    Usually this issue is seen when the IBR's cannot keep up with the load and after a defined amount of time, the refineryjobs entries are cleared while the IBR's might still hold this content item.
    If you do what Srinath proposes the refinery jobs is cleared as well as the queues on the IBR. This will not fix the issue with the documents in GenWWW, but it will make the way clear for (new) documents to be (Re-)submitted for conversion. IdcAnalyze should then be able to create a IdcCommand file with resubmit_for_conversion calls for all the documents in GenWWW state. Running this IdcCommand file should then convert all the documents that were "stuck" in GenWWW.

  • I have an iMac and have been using Adobe reader successfully for sometime. Recently, however, whenever I go to sign a document on Adobe reader The document closes unexpectedly with an error statement. I have already uninstalled and reinstalled Adobe reade

    I have an iMac and have been using Adobe reader successfully for sometime. Recently, however, whenever I go to sign a document on Adobe reader The document closes unexpectedly with an error statement. I have already uninstalled and reinstalled Adobe reader with no improvement. What do I do next?

    Please post the full error message, plus OS and Reader versions.

  • Portal not synchronized statements of BW

    Hi
      Portal integration with BW after the completion of, SAP portal not synchronized statements of BW, as BW update a report after the display of the portal not timely
      I think the problem is due to JCO parameter ,The current parameter settings is
    Maximal Pool Size:25
    Maximum Connections:50
    Connection Timeout(msec):60
    Maximum Waiting Time(msec):50
    How to solve this problem? Thank you!

    Hi,
    Can you please explain in detail about the question "Synchronized statement of BW".
    Thanks
    Nishant

  • Synchronized statements and deadlock

    I've been reading on the tutorial about synchronized statements:
    http://java.sun.com/docs/books/tutorial/essential/concurrency/locksync.html
    ...and I don't understand when it says, about the following example:
        public void addName(String name) {
            synchronized(this) {
                lastName = name;
                nameCount++;
            nameList.add(name);
        }"In this example, the addName method needs to synchronize changes to lastName and nameCount, but also needs to avoid synchronizing invocations of other objects' methods. (Invoking other objects' methods from synchronized code can create problems that are described in the section on Liveness.) "
    Why do I need to avoid synchronizing invocations of nameList object? When thread1 gets an instrinsic lock to the instance of this class, does it also get a lock on the nameList object?
    I suppose they're saying that I should avoid synchronizing invocations of nameList object to avoid deadlock, but I can't see how a deadlock would occur here.
    I've read about deadlock but the example on the tutorial seams a different case to me because that example puts to objects crossing data between each other.
    Another doubt is: in the deadlock example, which is found here
    http://java.sun.com/docs/books/tutorial/essential/concurrency/deadlock.html
    thread1 invokes synchronized method "bow" on object alphonse, while thread2 invokes that same method on object gaston. Does this garantee that the methods will not interleave? Doesn't it have to be the same object being used on both threads?
    Quoting the same tutorial: "It is not possible for two invocations of synchronized methods on the same object to interleave."
    Help appreciated on clarifying this.

    >
    If you use the first bit of code and make another block to synchronize on nameList then you could have another method that synchronizes inside on nameList and that could deadlock if it also needs to synchronize on this.
    I'm still confused. If I had in MyClass
    public void addName(String name) {
        synchronized(this) {
            lastName = name;
            nameCount++;
            nameList.add(name);
    }which I understand is equivalent to
    public void synchronize addName(String name) {
            lastName = name;
            nameCount++;
            nameList.add(name);
    }and then I had
    public void removeName(String name) {
        synchronized(this) {
            lastName = null;
            nameCount--;
            nameList.remove(name);
    }then when thread1 invoked myClass.addName(someString) would acquire a lock on myClass and thread2, invoking myClass.removeName(someString) would have to wait for thread1 to conclude. It doesn't seam to be nothing wrong on this to me...
    Please help.

  • Problem changing VISA synchronous state

    This seems to be a bug.  Can I get a CAR number for this?
    http://forums.ni.com/t5/LabVIEW/Changing-VISA-Synchronous-state/m-p/2358338#M735511
    Trying to change VISA read/write synchronous state.
    LabVIEW Help says to right click on the node and select the mode you want (Synchronous I/O Mode).
    I right click on it, See that "Synchronous" is checked, and because it is easier or built into my mouse memory I just re-assert the click on and choose "Synchronous", except that when I do that, it changes it to Asynchronous.  It behaves as if any choosing of the Synchronous I/O Mode just toggles the state, instead of actually setting the state to what you chose.
    This does not seem logical to me.  Am I doing this right, or is there some other problem going on here?

    Hi Warren,
    I looked at the issue you have described and filed a CAR. The CAR number is 399613.
    Regards,
    Arham H
    Applications Engineer
    National Instruments

  • Changing VISA Synchronous state

    Trying to change VISA read/write synchronous state.
    LabVIEW Help says to right click on the node and select the mode you want (Synchronous I/O Mode).
    I right click on it, See that "Synchronous" is checked, and because it is easier or built into my mouse memory I just re-assert the click on and choose "Synchronous", except that when I do that, it changes it to Asynchronous.  It behaves as if any choosing of the Synchronous I/O Mode just toggles the state, instead of actually setting the state to what you chose.
    This does not seem logical to me.  Am I doing this right, or is there some other problem going on here?

    I see what you're saying.  Any click on either of the two pull-rights toggles the current selection.
    I will agree that the semantics of the menu could be better, but as a practical matter it's below my threshold
    The icon changes to include the watchface glyph when the node is set to asynch, so I only right-click on it when I want to change it.  And it's waaay better than back in the days of yore, when it was a global app preference (syncVISA=TRUE, IIRC).
    Dave
    David Boyd
    Sr. Test Engineer
    Philips Respironics
    Certified LabVIEW Developer

  • Pages will not open any of my word documents.  The I works documentation states that it will open them.  What don't I know

    Pages will not open any of my word documents.  The I works documentation states that it will open them.  I have tries using the open under the file menu and I have tried dragginh the file to the pages 09 icon.  Either way I get the following Message "The document “*****.docx” couldn’t be opened.What do I need to do to open them?

    hello, the most likely cause is a firewall/security program preventing firefox from accessing the internet. see [[Firewalls]] for information on how to configure them correctly.
    also make sure that firefox is set to directly connect to the internet in firefox > options > advanced > network > connection - settings... in there "no proxy" should be selected for normal use cases.
    [[Firefox cannot load websites but other programs can]]

  • Reg:Document Type creation in Manual bank Statement.

    HI all,
    What is the document type for Manual bank statement reconsolation.
    I created (BZ )for Manual bank statement reconsolation which fields i have to  select.
    regards
    JK

    Hi,
    Document types are created at client level. to restrict one kind transactions only and to identify the transactions pertaining to what.
    At the time of configuring BRS we have to specify the document type there u can specify what ever you want before it has to create. go to OBA7
    Hope this is clear, if yes assign points
    Regards,
    Sankar

  • TS1702 Using Numbers app, can't copy excel spreadsheet into Numbers via an attached email document on gmail.  Apple instructions state that an "open in" tab should be available. Can't locate this command. Only "open in Safari" appears.  Using app on iPad.

    USing Numbers app but can't copy excel spreadsheet attached to a gmail email into Numbers. Apple instruction state that you click on opened document and choose option to open in Numbers. Don't have this option, only an option to open in Safari. I need very complete instructions, I'm pretty new to IPad apps. Thanks!

    THanks, but no go.
    when I open spreadsheet attachment, only option is in lower right hand corner-- a box with arrow. When I touch this icon it gives me a choice to open in Safari or Cancel. No white dots.
    PLs be really basic with your response to me. I thought I am pretty computer literate but this has be baffled.
    THanks. I'm sure there is something "simple" that I'm missing.

  • Six documents remains un-sync?

    I'm helping a friend with his devices and iCloud syncs a lot of his documents perfect – but... then we have six documents that refuses to get synced! The process starts, but never ends… Any ideas of what has gone wrong?
    All the documents can be seen from his iMac when we log in to iCloud, but in Pages on his iPad these six never gets updated. The documents are random, it's not like the six latest or something like that.
    Best Regards
    Åsa Stenström

    Hi,
    Based on the description, your phone has always synced with the email server, but the account on the previous Outlook didn't. The problem is that the account on the new Outlook seems to sync with the server and the phone now.
    Probably you setup the account as a POP3 account on the previous Outlook, so once the email was deleted from the server, Outlook couldn't download it. If Outlook had already downloaded an email, then you deleted it from the phone, it wouldn't be deleted
    on Outlook, because it didn't sync via POP3.
    It seems on the new Outlook the account has been setup via IMAP so it syncs everything; please setup the account via POP3 to check the result.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • OS X: Locked ID document remains editable?

    CS 6, Yosemite
    In OS X, when you lock a document in the finder, it effectively makes it read-only, yet when I lock my InDesign file, I can freely edit it without getting any dialog box warning me of the lock status, or offering me to unlock/duplicate the file as other apps allow.
    Anyone know about this?
    thank you,
    John

    wliter, those Event reports from Windows are essentially meaningless (:-().
    The only useful item from them is the faulting module.
    I reproduced this on a Mac under CS5 and we get this stack trace:
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                               0xa06416f0 _XHNDL_trapback_instruction + 0
    1   ...adobe.InDesign.AppFramework    0x1f126923 GetPlugIn + 7155
    2   ...adobe.InDesign.AppFramework    0x1f12ffa7 GetPlugIn + 45687
    3   ...adobe.InDesign.AppFramework    0x1f130569 GetPlugIn + 47161
    4   PublicLib.dylib                   0x0124fde9 CSubject::Change(IDType<ClassID_tag>, IDType<PMIID_tag> const&, void*) + 89
    5   WidgetBinLib.dylib                0x0288896b MWindow::CloseWindow() + 811
    6   ...obe.InDesign.Application UI    0x1fecccb7 GetPlugIn + 305415
    7   ...obe.InDesign.Application UI    0x1fecc6a5 GetPlugIn + 303861
    8   PublicLib.dylib                   0x01164422 Command::DoImmediate(short) + 34
    9   com.adobe.InDesign.Utilities      0x202e5aa3 0x202e4000 + 6819
    10  com.adobe.InDesign.Utilities      0x202e5ccc 0x202e4000 + 7372
    11  ...adobe.InDesign.AppFramework    0x1f11a688 0x1f100000 + 108168
    12  ...adobe.InDesign.AppFramework    0x1f10cf11 0x1f100000 + 53009
    13  ...adobe.InDesign.AppFramework    0x1f102f0e 0x1f100000 + 12046
    14  ...adobe.InDesign.AppFramework    0x1f1284fa GetPlugIn + 14282
    15  com.adobe.InDesign                0x000028ab main + 187
    16  com.adobe.InDesign                0x000027c6 start + 54
    So apparently it's trying to close a window, and then something else breaks. Huh.

  • TREX status " to be synchronized"

    Hello All,
        We are on NW04s SR2 (Win 2003 and Oracle 10G). Our TREX is also installed on the same host as the NW04s SR2.  After the TREX installation and few post installation steps of configuring the application pool and creating website, I did the configuration steps starting with creating index and assigned a datasource as the external File system repository. Now after all this, when I am looking at the status of the index and its queue, the status is at "to be synchronized" and has been in that status for a very long time. I also changed the schedule time to All-0:01 and the transmit bulk size to the number of documents in my file system repository. Still I see that all the documents that passed the Transitting stage are in "To be synchronized" state and no change in that status at all....
    How can this be corrected? Could anyone help me with the status of the TREX Queue server?
    I also tried flushing out that queue and I still see all the documents in the "To be synchronized" state only...
    Any help with this will greatly be appreciated.
    Thanks,
    Sunitha

    Hello All,
        I deleted the old index and recreated the index and this solved the TREX problem.
    Thanks,
    Sunitha

  • Bank statement and bank clearing document splitting

    Hi,
    We have main bank and bank clearing accounts classified as cash category.
    Our bank statement uses a Z document type that posts transactions such as:
    - debtor to main bank
    - vendor to main bank
    - expense to main bank
    - revenue to main bank
    Thereafter, the bank clearing that is done between main bank and bank clearing account (so a cash to cash rule is needed based on the GL account classification)
    We needed to use an unspecified posting rule to cater for the bank statement posting as the standard did not allow us to add vendor, debtor, expense, revenue as base item categories. But it doesnt allow us to add cash to cash.
    How should we configure document splitting to cater for this?

    Hi ,
    First of all  i hope you are clear with the concept of Incoming , otugoing and main bank account that we need to create 3 or more diffrent bank accounts for reconcilliation purpose .
    the case here is that you cant to do a manual statement upload then in that case you will have to take care of following things .
    How is the information transferred from FICA to FICO means along with the reconcilliation key what else information are you passing on to FI in the documents .
    Secondly in the bank statement are you getting the reconcilliation key ??? or what information are you getting in the bank statement ???
    because the integration of FI and FICA is the reco key and it becomes very crucial for you to have the same in the bank statement .
    thirdly , Use the manual reconcillaiton functionality provided in FI for reconciling the same , where in you will have to configure the manual bank statement functionality and by using the T code ff67 you can reconcile it .
    Hope this suffices the prupose .
    Do revert back in case of any other queries .
    cheers ,
    dewang

  • Service Application Remains in Stopping State Between Reboots

    These SharePoint service applications are a real pain!
    I'm trying to stop a service application, but it remains in a hung "stopping" state (even between reboots!). I've also tried to delete the service application from powershell using "Remove-SPServiceApplication $spapp". But it doesn't
    work. Additionally, this service application is associated with a SQL database that no longer exists. Is there a best practice for how to address this?
    Please help.
    Dave

    Hi Dave,
    Please provide more information about the issue service application.
    You could try executing the following command to unprovision the service:
    Get-SPServiceInstance
    $srvc = Get-SPServiceInstance "GUID"
    $srvc.Unprovision()
    More information:
    http://sharepoint.stackexchange.com/questions/16146/deleted-service-application-service-instances-remain
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • Safari 2.0.4 under 10.4.7 jerky scrolling

    This topic is also being reported on several other forums. I have confirmed the problem on 3 different intel based machines (haven't tried a PPC based machine). Safari 2.0.3 under 10.4.6 scrolls smoothly, but Safari 2.0.4 under 10.4.7 scrolls terribl

  • My screen on my iPhone 5 is broken, somebody please help!

    I really need somebody's help, the scene on my iPhone has gone blank and stopped working. I can tell that my phone is on because when I flip the volume switch it'll vibrate, me when I screen shot or change it, it'll make a sound. Also when I have the

  • Problem with Create_Text Function module

    Hi All, I am using the function module Create_Text to create the text for Condition types in ME31K. Its working fine and creating text when i go to debug mode. Its updating into transactions(ME31K). But if i run the program in back ground or foregoru

  • Setting print margin for a pdf document

    How to set margin in a pdf document for printing?

  • & operator with int

    hello everyone, i am facing a little problem with & operator. int a = 0; if(a & 0x0001 == 1) else }now when i try to compile it, compiler says that operator & cannot be applied with int in the if statement but if i write a statement like a &= 0x0001;