Possible Bug in Adminstrator - Verity Collections page

Am running 7.0.2 Enterprise on Win2k in J2EE mode (Jrun
updater6) and have been working on a cf5 to cfmx migration. HAd to
delete all the migrated collections, and recreate and reindex
everything, no big deal. Since this is done programatically, I
ocassionally took a peek at the Verity page in the CF adminstrator
to keep track of progress. We have over 200 collections indexing
~75,000 files on the server. Once all the indexing was completed,
started testing the search on the site, and all worked as expected.
BUT, when checking the verity Admin page, I cannot get a
listing of the collections. Last view had about 90 collections
showing (estimate). Am getting the "Unable to retrieve collections
from the Search Service.
Please verify that the ColdFusion MX Search Server is
installed and running."
I know it is running, because the search works, and I can add
a doc to a folder and re-index and it gets picked up. Is there a
limit to how many collections can be displayed in the Adminstrator.
And on the same note, this code <cfcollection
action="LIST" name="allcoll"> will throw a timeout error
"com.verity.api.administration.ConfigurationException:
java.io.IOException: Read timed out "
which it did not do with less than 50 collections.
Then, when deleting collections (using a cfdirectory to get
the names from the directory since I cannot list them) I get this
error
"The collection you specified does not exists or is not
registered with the ColdFusion Search Service." Thsi I know is
wrong because I can search against it...
I am fairly confident that the problem is related to the
number of collections I have registered, but since I cannot delete
them, I am kinda stuck.

OK, so its not a bug. What it is is that verity on CF7 cannot
list collections that were migrated from CF5. Once I recreated
them, everything works fine. Deleting them was tough tough. I had
to move the folders with the collection info out of thier location,
then move them back in 10 at a time and run a cfcollection action =
list and loop thru to cfcollection action = delete routine in order
to clear them out. Once that was done and I recreated and
re-indexed, everything is happy now.

Similar Messages

  • Possible Bug: Web Service Results Collection Error

    Doing some testing with APEX 4.02 on our development area, and running into an error..
    Running a form/report built off of a web service reference, form prompts for an input, data is returned from web service to report just fine, but when I go into session view collections, I am given a report error: ORA-19011 Character string buffer too small.
    Is this a known issue with collections and web services? I can confirm this was NOT an issue in 3.2, since we have just updated to 4.02 in past 48 hrs..
    Thank you,
    Tony Miller
    Webster, TX
    I cried because I did not have an office with a door until I met a man who had no cubicle.
    -Dilbert

    Tony:
    Thanks for reporting the issue. There was a change in the session pop-up page to include reporting on the new xmltype column in collections. Unfortunately the wrong function is being called on the xmltype column to display its contents. This will be fixed in an upcoming release.
    Application Express 4.0 Web service support makes use of this new xmltype column in a collection. Therefore if you call a web service that returns a large XML document, and you click the session toolbar, you will receive the error.
    Regards,
    Jason

  • On-demand process in page processing - possible bug?

    Hi
    Came across a possible bug today, certainly not a big one and unlike to affect many people but...
    1. Create an on-demand application process
    2. Create an on-demand page process that calls the application process
    3. Delete the application process.
    Now at this point, the page process is still available for editing/deleting etc.
    4. Copy the application.
    In the new version of the application, the page process shows as plain text in the application builder with no link to edit or delete it and when the page is run, it predictably fails at the processing point of the page process when it tries to find the application process (the id from wwv_flow_processing is shown in the error for the old application process).
    The only way to get rid of the page process is to select 'Edit All' and then select and delete it - then everything is hunky dory again.
    A minor issue I know, but maybe someone will have the same issue one day and stumble across this thread :)
    Cheers
    Ben

    At the moment I cannot say if your link can help. Right now the call of the On demand Process looks like this:
    Inside annonymous PL/SQL Region:
    <script type="text/javascript">
    get = new htmldb_Get(null,'||:APP_ID||'.,'APPLICATION_PROCESS=F_REPORT_NAME',0);
    gReturn = get.get();
    document.write(gReturn);
    </script>

  • Verity collection keep disappearing

    i have CF MX7 and i do have a verity collection it keep
    disappearing some time....i am wondering is this a bug or am i
    missing somthing.....please help..thanks..

    I am having a similar problem but only with the UNI language
    pack. It is indexing fine with the English or Englishx packs. It
    also worked fine until we updated to the latest patches (7.0
    worked, 7.02 does not)
    I'd posted the following in the 'getting started' section but
    maybe it should be here instead.
    I have two verify collections. The English collection is
    working ok. The French collection using the 'uni' multilanguage
    does not index using the Cold Fusion code, and if I try to index it
    on the server directly, I wait and wait and eventually it will give
    me a page not found.
    When I was at 7.0, this index worked fine. Now after
    upgrading to 7.02, I cannot create the index.
    I have tried deleting the collection and starting over but I
    get the same problem.
    This is the code that had been working:
    <CFLOCK NAME="CFINDEXSEILOCK" TYPE="exclusive"
    TIMEOUT="90">
    <CFINDEX ACTION="refresh" COLLECTION="sei"
    KEY="E:\UTEWebsite\Francais\" TYPE="path" URLPATH="
    http://www.ute-sei.org/Francais/"
    EXTENSIONS=".htm, .html, .cfm, .pdf, .doc" RECURSE="yes"
    language="uni">
    </CFLOCK>
    Any thoughts?

  • Possible Bug In Apex 4.0.2

    Hi Everyone.
    I would like to report what I think is a bug in Apex 4.0.2.
    If you go to my workspace on apex.oracle.com:
    Workspace = EEG
    Username = [email protected]
    Password = galaxy (all lowercase)
    Run the application: 37796 - Elie_Various_Goodies [no credentials are required]
    This app was imported from my 4.0.1 workspace at my job. On the page I created two Date Picker items, P1_BEGIN_DATE and P1_END_DATE. I set them up so that whenever a user selects a begin date, a dynamic action "MANAGE_DATES" fires and automatically sets P1_END_DATE to this selected begin date value. Now when a user goes to select an end date, the displayed calendar starts at the previously selected begin date rather than the default of "Today".
    All of this worked fine on my office (4.0.1) workspace. However, after exporting this app and then importing onto apex.oracle.com, none of this functionality would work. Even worse, whenever I try to select a begin date or even an end date, the selected dates never make it into the date picker fields. Displaying the "Session" window shows these fields as empty.
    It was only after I copied the two date picker fields and also re-created my dynamic action (P1_BEGIN_DATE2, P1_END_DATE2, MANAGE_DATES) did my functionality return.
    This behavior is quite strange. I can only think this is some sort of bug attributed to the export/import process when exporting a 4.0.1 app into a 4.0.2 workspace. I am not sure if this bizarre behavior happens with non-date picker items. Nor am I sure if this beavior would be repeated if I export/import from 4.0.2 into the another 4.0.2 environment.
    Another strange thing I noticed. If I change my date picker items to be "date picker (classic)" type items, the dynamic action does not work at all. This is true in both 4.0.2 and 4.0.1. I'm not sure if this a bug or not. It could be that the classic date picker is just not "javascript" enabled so to speak. If that is true, then it would have been nice if the docs would have warned us about this.
    Has anyone else seen this behavior?
    Thank you.
    Elie

    Hi Joel.
    First let me thank you for the warning about allowing "everyone" access to my workspace.
    You're correct, of course. Anyone could destroy anything within my workspace. I guess I was too trusting especially as I have seen many posts on the Forum where others have given access to their workspace so that responders can offer help. I really should be more discreet about this. Again, thank you. Needless to say, I have changed my password.
    With respect to the possible bug, the MANAGE_DATES dynamic action is intended to be a submit page because that is the only way I can see to get BOTH the P1_END_DATE date picker item as well as the end date textual field to be assigned the selected P1_BEGIN_DATE. I tried to use a dynamic action in which javascript sets the value of the end date textual field to the selected P1_BEGIN_DATE value. This works without the need to submit the page. Unfortunately, this does not cause the P1_END_DATE date picker item to default to this value. Instead, the default remains at today's date. This is why I finally resorted to a dynamic action that submits the page whenever a new value is selected (that is, a "change" event) from the P1_BEGIN_DATE date picker item.
    All of this works in my office 4.0.1 environment. However, I was puzzled when this fails under 4.0.2 on the hosted web site at apex.oracle.com. This is why I posted a "possible" bug in 4.0.2.
    I hope this all makes sense.
    One more thing, as already mentioned in my original post, this "defaulting a date picker" functionality does NOT work at all for the "classic" date picker items in both 4.0.1 nor in 4.0.2. I realize one can implement this functionality (I' guessing) my using, say, a "onChange" javascript call to submit the page. It's just funny that the "classic" date picker items are not acted upon by the dynamic action MANAGE_DATES that submits the page.
    Thank you.
    Elie

  • Is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    We're using SharePoint 2013 and I'm trying to modify the search results page for one site collection. By default, it uses the search results page from the parent site which is the search center being used by default for the web application. I need to make
    sure that the site collection will only retrieve search results within the site collection (search everything has to be disabled). I found a way but I had to create another search center site to accomplish this, otherwise, it will affect the search center
    site of all other site collections on the web app.
    Now is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    According to your description, you want to retrieve the search results within the site collection.
    As a workaround, you can create a custom result source for the site collection and you will retrieve the search result within the site collection.
    More information about how to create result source in SharePoint 2013, please refer to :
    http://technet.microsoft.com/en-us/library/jj683115(v=office.15).aspx
    http://techmikael.blogspot.com/2013/04/limiting-search-results-in-sharepoint.html
    Best regards

  • What are the changes / enhancements / or possible bugs in LR 5 Auto Tone

    Can anyone explain what, if any, changes, enhancements, or possible bugs were introduced in the functionality of Auto Tone since LR ver. 5.0. The reason I ask is that I get different results for the Exposure and Contrast adjustments when applying Auto Tone (using ver. 5.3) from the results  (using ver.5.0) shown in the book "Adobe Photoshop Lightroom 5 CIB" in the "Using Quick Develop in the Library module" section, step 4 on page 37. (This difference in results between LR versions was confirmed by the authors of LR5CIB.)

    I'm not sure about any new bugs but the radical exposure mis-calculations have been improved. I had photos that were over exposed to 5 (and even 10, believe it or not) that were exposed to a more appropriate 2 or so following the improvements (in Lr5.2 if memory serves). It's also less likely to radically underexpose.
    Enjoy, (in my opinion, it's much better)
    I think there may have even been further improvement in Lr5.3 but I can't swear to it - seems to preserve a little more contrast than in 5.2 - could be my imagination..
    Rob

  • Possible Bug: Migrating 6.1 to 7.0 - Uninstall of 6.1 removes 7.0 services

    This is a report of a possible bug. We are migrating from 6.1 to 7.0u2. On our Admin Node, we finished migrating multiple instances from 6.1 to 7.0 so we went uninstalled the 6.1 server components. This uninstall process removed the 7.0u2 services though not the instances from the Admin Node. The configuration folders in the 7.0 folder were not removed so we were able to delete then redeploy the instance. Note that the service name in 6.1 was the same as the service name in 7.0 (e.g. https-xyz). However, we had already used the 6.1 Administration Server to remove each individual 6.1 server prior to migrating the configuration to 7.0.

    sriram.natarajan wrote:
    hi
    what do you mean by "removed the services" but not the instances ? The uninstaller for the "Sun ONE" web server removed the Windows Services for the multiple instances that I created for the "Sun Java System" web server.
    If I am not mistaken, you probably didn't completely go through the migration log to make sure that what is migrated and what is not. please note that as part of migration all static content files and some other data files are not migrated. you are required to look into the migration log and make sure that you manually move those files into 7.0 location once the automated migration completes successfully. so, if you removed the 6.0 without migrating those static files , then you might see a whole bunch of 404 and other weird errors. Static content files have nothing to do with what I'm talking about. I had a 6.1 installation with a number of "servers" (what 7.0 calls instances). In order to migrate and keep the same service name (e.g. https-xyz), I had to first make a copy of the https-xyz configuration directory, use the 6.1 admin to remove the https-xyz (this would remove the https-xyz service), recopy the https-xyz configuration directory to the 6.1 install directory, then proceed with the automated migration.
    for more information, on what is migrated and what not, please refer to
    http://docs.sun.com/app/docs/doc/820-2201/gbhfb?l=en&a=view
    also ,please refer to the next link on the above pages related to 'files requiring manual migration'Once all my 6.1 instance migrations were complete and all that was left running from 6.1 was the Administration Server, I used the "Add/Remove Programs" control panel to uninstall the "Sun ONE Web Server 6.1" program. This uninstall process removed the Windows services created for the "Sun Java System" web server but did not remove the instances from the "Configuration Store" for the new web server.
    Unfortunately, the bug that I am reporting above has nothing to do with "a whole bunch of 404 and other weird errors. "

  • How do I change the copyright info and links in collection pages?

    Can anyone tell me how I can change the copyright info and links on a collection page using the new updated Public Site Manager?
    1. When I click on 'Configure selected collection' there doesn't seem to be an option to edit copyright information and I've tried editing the info in Settings > Copyright Notice but it doesn't filter through to the collection pages.
    2. When I click on 'Configure selected collection' the links tab is empty but on my collection page there is a link called 'website' which links to our University website but the url is incorrect so I need to change it.
    Example screenshot -
    Thanks

    Also when I add a url list to a collection page and then delete all the links I'm left with a blank url list showing in preview page in iTunes. This should not happen, the admin guide says -
    "To delete a collection page URL list, delete all the links in the list. When you publish, if you have a URL list with no links, iTunes U Public Site Manager hides the empty URL list."
    It doesn't. At least it doesn't for me when I preview the collection in iTunes.
    Example screenshot

  • Is it possible to add more than one page at a time in pages - word processing?

    Is it possible to add more than one page at a time in pages - word processing?

    I haven't been able to find a way to add more than one page at a time.  I think you'll have to add them one at a time. 

  • Is it possible to make an adjustable web page ??

    Is it possible to make an adjustable web page so that when different people view it its able to adjust its size so that it can fit exact on their screens.

    Hi
    The technique you are looking for is called liquid or fluid layout.
    For a tutorial and more info see - http://www.adobe.com/devnet/dreamweaver/articles/bk_dwcs4_mastering_css.html
    and  http://www.adobe.com/devnet/dreamweaver/articles/css_starter_pages.html.
    PZ

  • No longer able to select customized color theme for a collection page?

    Previously I have been able to select a custom colour theme for my collections in Public Site Manager by clicking on Collections > Configure Selected Collection > Theme
    The ‘theme’ tab is no longer showing – see screenshot –
    Does this mean we can longer apply a custom theme (custom colours etc.) to our collection pages?
    It seems we can still create themes (see screenshot below) but we’re no longer able to apply them to collection pages. Is anyone else seeing this?

    What I don't understand is - if Apple have got rid of themes on collection pages - then I would expect a generic theme to be applied retrospectively to all existing collection pages. What I see however is my custom theme on all my existing pages i.e. no change - but when I create a new collection obviously I now don't have the option to apply the custom theme - so I get a generic white on dark grey theme on new collection pages. In summay my existing pages have my custom theme applied and a few new pages have the generic theme and there's way for me to make them all look consistent.

  • Possible bug found in Mac Os X Tiger 10.4.11 in conjuction with iPod Touch

    Dears,
    I think I've found a possible bug in Mac Os X version 10.4.11 in conjunction with iPod Touch.
    When the iPod is connected during boot, my Bluetooth hardware fails to be detected. When I restart the portable without the iPod connected, my Bluetooth hardware is recognised & activated again. It is reproduceable.
    1. Attach iPod Touch before starting the MacBook Pro
    2. Boot the Macbook
    3. Bluetooth hardware should be rendered inoperative
    Restore functionality:
    1. Detach the iPod Touch
    2. Reboot the portable
    3. Bluetooth hardware is restarted / recognised.
    Regards
    Cedric

    wrong category

  • Is it possible to create an Index in Pages '08?

    I've searched the docs and scanned the forum, but I can't find any details (or even a mention) of document index creation. I'm using Pages to create technical books (moving from Word/Quark).
    Is it possible to generate an index in Pages?

    Hello
    With the "in-the-box" features, the response is no.
    But I'm not aware of every piece of code offered by third-party developers.
    Maybe some one built such a tool.
    After all, it would not be a huge task as the application is AppleScritable.
    No, I'm not in the starting blocks
    Yvan KOENIG (from FRANCE jeudi 17 janvier 2008 22:46:23)

  • Possible Bug with Drag-and-Drop Being Published via HTML5 - Getting "Undefined" Error When Dragging Object

    Hello,
    I came up with a way to use drag-and-drop interactions that will take advantage of file input so that I may create a drag-and-drop interaction that uses one draggable object over and over allowing multiple scoring/tracking possibilities.  Example use...is having the draggable object be dynamic in that it randomly changes its text so that a learner can drag a term it's possible classification.........thus allowing the possibility of having many terms easily loaded without having to redo a drag-and-drop interaction for each needed terms/classifications updates/changes.
    My Issue: When using a variable to represent the text for a draggable Smart Shape object, I'm getting the error message "undefined" when, clicking/pressing on the object, as well as during the drag of the object. This issue occurs when publishing the project in an HTML5 format.  Flash interestingly enough seems to work perfect...but we are not interested in publishing via Flash any longer.
    To better help you explore this error message, I've set up a test project so that you can see when and how the "undefined" message shows up during a drag-and-drop interaction.  I've also included the Captivate 8 project file used to make the exploration project I'm sharing in this post.
    Link to Captivate project I created for you all to explore "undefined" error message": http://iti.cscc.edu/drag_and_drop_bug/
    Link to this Captivate 8 Project file: http://iti.cscc.edu/drag_and_drop_bug.cptx
    It's pretty interesting how things react in this demo, please try the following actions to see some interesting happenings:
    Drag the Yellow (or variable drag box) to the drag target.
    Drag Black Hello square to Drag target and click undo or reset - watch the undefined message come up on the Yellow (or variable drag box).
    Drag the Yellow (or variable drag box) to the drag target and then use the undo or reset.
    Move both draggable boxes to the drag target and use the undo and reset buttons...
    Anyhow, I know you all are sharp and will run the demo through its paces.
    I'd really be very honored if anyone help me figure out how I could (when publishing out to HTML5) no longer have the "undefined" error message show up when using drag-and-drop with a variable for shape text. This technique has been well received at the college I work at...and I have many future project requests for using such an idea on a variety of similar interactions. I'd love see a solution or see if this might be a bug Adobe may be able to fix!
    I tried to find a solution to the issue documented here for quite some time, but I was not able to find anyone with this problem much less attempting the idea I'm sharing in the help request -  save the darn "undefined" message that comes up!
    Many thanks in advance for any help and/or direction that you all may be able to provide,
    Paul

    Hello,
    I just wanted to supply a minor update related to my drag-and-drop question/issue stated above:
    I did another test using Captivate 7, and found that the undefined error (publishing as HTML5) does not appear and the variable data remains visible - except the variable data turns very small and does not honor any font size related settings.
    I did go ahead and submit this to Adobe as a possible bug today.
    Thanks again for any help related to this issue.  If the issued documented above is solved, it will allow many amazing things to be done using Captivate's drag-and-drop for both regular type projects as well as interaction development for iBooks! 
    Matter of fact if this issue gets fixed, I'll publish a Blog entry (or video) on way's I've used Captivate's drag-and-drop to create dynamic learning activities for Higher Ed. and for use in iBooks.
    ~ Paul

Maybe you are looking for