Error using index search field in flash help

Hello again,
Hopefully this will be an easy question. In Flash help, when
on the Index tab, if I use the search box to search for an index
word, the following error displays: "A script in this movie is
causing Adobe Flash Player 9 to run slowly. If it continues to run,
your computer may become unresponsive. Do you wish to abort
the script?" Note: It usually works the first time I search for a
word, but if I search for a second word it gives the error.
If I tell it NOT to abort the script, the computer still runs
slowly. If I tell it to go ahead and abort the script, Internet
Explorer freezes up.
Is there something that I can change in the code anywhere to
prevent that from happening in the first place? Alternately, is
there a way to change the skin to completely remove that input
field? It's not necessary to our process to have it there, so long
as the index entries are there with the scroll bar.

I tried to modify the skin, and what ends up happening is
that if I remove the input field, the entire index disappears. I've
tried modifying the xml file to simply remove the single line of
code that calls the input field for the index, and again... the
index displays as empty at that point, and unusable. This may be
due to my ruidmentary (at best) skills with flash, xml, etc.
I asked our in-house web team and Flash team to look at the
index issue, and they discovered something strange. The index only
breaks if the index word entered starts with the letter A. Has that
ever happened to anyone else? We’ve tried multiple help
projects on multiple boxes (computers), and the results have been
very inconsistent. Sometimes the index breaks, sometimes not, but
ONLY when the index entry starts with an A.

Similar Messages

  • The 'Content, index, search' section of my help is not working in Mozilla

    Dear All,
    The 'Content, index, search' section of my help is not working in Mozilla.
    I am using robo8 and mozilla 8. Any idea? please help...
    Regards,
    Jobin.

    Dear William,
    It is a webhelp
    It is working in all other browsers except Mozilla.
    It is a merged help...
    waiting for your reply..:)
    Regards,
    Jobin.

  • Untrusted connection Error when using google search field in top line. Ok with other search engines

    When opening www.google.dk and searching from the page, everything is ok
    When using Google search engine in the address line search bar the error is present
    When changing to Yahoo, bing or another search engine in the search bar, the error is not present
    So, the error
    "www.google.com uses an invalid security certificate.
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)"
    is only present when using google search engine in the search bar
    Have tried to delete the files cert8.db and key3.db with no success
    Read about firewall settings, but Bullguard firewall was not covered

    In your "More system details" it says your address bar search provider is Babylon, not Google. Perhaps that's the problem? Or are you using a shortcut to force the address bar search to Google?
    This add-on will reset your address bar search to Google: https://addons.mozilla.org/firefox/addon/searchreset/
    That might not stick if you have an add-on which reverts the setting. You can disable nonessential and unrecognized extensions here:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Also, you might need to edit or delete your user.js file to prevent your settings from being overridden at the next startup. This article has info on that: [[How to fix preferences that won't save]].
    Any luck?

  • Searching for a term using the Search tab in HTML Help doesn't find all relevant topics.

    I'm using the Search tab in the HTML Help window to search for a few words.  But those words are not being located within the topics.  For example, one of the words for which I am searching is Australian.  I can find the topic that contains that word using the Contents tab.  But the Search tab doesn't find it.  I have even tried copying the word from that topic into the Search box but it is not found.
    Is there a known bug in HTML Help search capabilities?

    Is this a stand alone CHM file or is it merged? If it is merged, does the word appear in the search in the CHM containing the topic is searched? I assume you've checked that your Stop List doesn't contain the word being searched?

  • Error using Acrobat portfolio SDK with Flash Builder

    Hi all
    I've been trying to customize a navigator portfolio for Adobe Acrobat X using Flash Builder 4.5. I was running this proyect as Navigator but I received the following Flash Player error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at acrobat.navhost.app::SingleNavApp/set productConfig()[C:\dev\A10_1R1_Sandbox\Acrobat\Viewer\AcroView\Portfolio\Flash\Libs\NavHo stUtil\src\acrobat\navhost\app\SingleNavApp.as:333]
    at com.adobe.app::AppPrefsBinding/productConfig()[C:\dev\A10_1R1_Sandbox\Acrobat\Viewer\Acro View\Portfolio\Flash\Libs\NavPreviewShared\src\com\adobe\app\AppPrefsBinding.as:93]
    at com.adobe.app::AppPrefsBinding/refresh()[C:\dev\A10_1R1_Sandbox\Acrobat\Viewer\AcroView\P ortfolio\Flash\Libs\NavPreviewShared\src\com\adobe\app\AppPrefsBinding.as:76]
    at Function/<anonymous>()[E:\dev\4.x\frameworks\projects\framework\src\mx\binding\utils\Bind ingUtils.as:180]
    at mx.binding.utils::ChangeWatcher/wrapHandler()[E:\dev\4.x\frameworks\projects\framework\sr c\mx\binding\utils\ChangeWatcher.as:557]
    at flash.events::EventDispatcher/dispatchEventFunction()
    I've installed Acrobat portfolio SDK into Flash Builder and I have followed the documentation of Building a Navigator from http://learning.adobe.com

    Ok, finally got this working.  Many hidden gotchas. 
    1.  You have to make a Trust File for your custom panel.  This is actually in the SDK, around page 53, so my bad -- but the problem is that there is no feedback from the Adobe application if you don't have this.  The application just hangs.  It should produce an error message "can't find trust file, etc.".  This should not be that hard to implement.
    2.  The latest Flex SDK does not seem to work in Bridge CC or other similar applications.  You have to use Flex SDK 3.x, apparently, and this is NOT in the documentation.  Not only should you set the default SDK in Flex Builder to 3.x (I'm using 3.6) but you have to edit the build.properties file to make sure it's pointing to the correct folder, eg: C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 Bit)/sdks/3.6.0.  Fortunately Flash Builder 4.7 comes with 3.6 installed.  If you have an older version, it's likely to be completely different.
    More info in this thread: http://forums.adobe.com/thread/1114153.

  • Error using JsplitPane in JInternalFrame...help...

    Hi,
    If I am adding JSplitPane to JInternalFrame, I am getting the following run time error:
    Any suggestions.. appreciated.
    Thanks....
    java.lang.NullPointerException: peer
    at sun.awt.windows.WCanvasPeer.create(Native Method)
    at sun.awt.windows.WComponentPeer.<init>(WComponentPeer.java:366)
    at sun.awt.windows.WCanvasPeer.<init>(WCanvasPeer.java:26)
    at sun.awt.windows.WToolkit.createCanvas(WToolkit.java:283)
    at java.awt.Canvas.addNotify(Canvas.java:76)
    at java.awt.Container.addNotify(Container.java:1579)
    at javax.swing.JComponent.addNotify(JComponent.java:4015)
    at java.awt.Container.addNotify(Container.java:1579)
    at javax.swing.JComponent.addNotify(JComponent.java:4015)
    at java.awt.Container.addNotify(Container.java:1579)
    at javax.swing.JComponent.addNotify(JComponent.java:4015)
    at java.awt.Container.addNotify(Container.java:1579)
    at javax.swing.JComponent.addNotify(JComponent.java:4015)
    at javax.swing.JRootPane.addNotify(JRootPane.java:483)
    at java.awt.Container.addNotify(Container.java:1579)
    at javax.swing.JComponent.addNotify(JComponent.java:4015)
    at java.awt.Container.addImpl(Container.java:374)
    at javax.swing.JLayeredPane.addImpl(JLayeredPane.java:201)
    at java.awt.Container.add(Container.java:284)
    at javax.swing.JLayeredPane.setLayer(JLayeredPane.java:343)
    at javax.swing.JLayeredPane.setPosition(JLayeredPane.java:424)
    at javax.swing.JLayeredPane.moveToFront(JLayeredPane.java:395)
    at javax.swing.JInternalFrame.moveToFront(JInternalFrame.java:1024)
    at javax.swing.JInternalFrame.toFront(JInternalFrame.java:1499)
    at javax.swing.JInternalFrame.show(JInternalFrame.java:1457)
    at java.awt.Component.show(Component.java:946)
    at java.awt.Component.setVisible(Component.java:903)
    at javax.swing.JComponent.setVisible(JComponent.java:1885)
    at Client.Init(Client.java:835)
    at Client.<init>(Client.java:659)
    at Client.main(Client.java:974)

    Hi, please post some code, if this do not help you.
    At line 835 in the class Client, Method init ( Client.Init(Client.java:835) ) the varibale peer is null.
    Have you forgotten to intialize peer before Init is called??
    Greetings
    Michael

  • SOAP receiver adapter error using Google Search web service

    Hi all,
    I'm trying to connect and old 4.5b system to XI SP16 to make it receive information from external Web Services.
    My scenario is made up of a sender RFC adapter and a SOAP receiver which is sending the message to the Google web service (http://api.google.com/GoogleSearch.wsdl) and then awaiting a response from it.
    I'm stuck with this error: "No Deserializer found to deserialize a ':key'". The problem is that XI is sending this kind of message:
              <m:doGoogleSearch xmlns:m="urn:GoogleSearch" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
                   <key>mykey</key>
                   <q>testing</q>
                   <start>0</start>
                   <maxResults>1</maxResults>
                   <filter>true</filter>
                   <restrict>String</restrict>
                   <safeSearch>true</safeSearch>
                   <lr>String</lr>
                   <ie>String</ie>
                   <oe>String</oe>
              </m:doGoogleSearch>
    while Google is expecting this:
              <m:doGoogleSearch xmlns:m="urn:GoogleSearch" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
                   <key xsi:type="xsd:string">mykey</key>
                   <q xsi:type="xsd:string">testing</q>
                   <start xsi:type="xsd:int">0</start>
                   <maxResults xsi:type="xsd:int">1</maxResults>
                   <filter xsi:type="xsd:boolean">true</filter>
                   <restrict xsi:type="xsd:string">String</restrict>
                   <safeSearch xsi:type="xsd:boolean">true</safeSearch>
                   <lr xsi:type="xsd:string">String</lr>
                   <ie xsi:type="xsd:string">String</ie>
                   <oe xsi:type="xsd:string">String</oe>
              </m:doGoogleSearch>
    with explicitly declared xsi:type.
    I've tested both messages with XMLSpy and the first one is always returning the same error.
    Is there a way to make XI send an XML message with written xsi:type?
    Many thanks in advance!
    Max

    Hi Ricardo!
    I followed your suggestion to create a simple XSLT mapping program (in the ABAP stack) and I added it to the Interface Mapping in the Integration Repository. The result is exactly the soap message that the Google web-service is expecting.
    I'm attaching the XSLT code below in case somebody has the same problem... thanks again for your hint!!
    Regards!
    Max
    <xsl:transform version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:sap="http://www.sap.com/sapxsl"
    >
    <xsl:strip-space elements="*"/>
    <xsl:template match="/">
    <ns1:doGoogleSearch xmlns:ns1="urn:GoogleSearch" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
          <key xsi:type="xsd:string"> <xsl:value-of select= "//key"/> </key>
          <q xsi:type="xsd:string"> <xsl:value-of select= "//q"/> </q>
          <start xsi:type="xsd:int"> <xsl:value-of select= "//start"/> </start>
          <maxResults xsi:type="xsd:int"> <xsl:value-of select= "//maxResults"/> </maxResults>
          <filter xsi:type="xsd:boolean"> <xsl:value-of select= "//filter"/> </filter>
          <restrict xsi:type="xsd:string"> <xsl:value-of select= "//restrict"/> </restrict>
          <safeSearch xsi:type="xsd:boolean"> <xsl:value-of select= "//safeSearch"/> </safeSearch>
          <lr xsi:type="xsd:string"> <xsl:value-of select= "//lr"/> </lr>
          <ie xsi:type="xsd:string"> <xsl:value-of select= "//ie"/> </ie>
          <oe xsi:type="xsd:string"> <xsl:value-of select= "//oe"/> </oe>
       </ns1:doGoogleSearch>
    </xsl:template>
    </xsl:transform>

  • HELP search field acting screwy

    When I type something into the Search field in the HELP window in the FInder and I hit RETURN key, the whole HELP window just goes by by. What's up with this? More HELP corruption... again???? There is apparently a lot of corruption that goes on with Apple's HELP viewer. When oh when will HELP be fixed!

    You may not realize it but the folks at the Genius Bar have to go through a few weeks of rigorous training ...
    That is far from what it takes to qualify them to say if what they encounter helping users is due to a bug in the OS or from other causes. They are not trained to be engineers, they are trained to be customer support technicians. On the job, they are expected to solve customer problems expeditiously, not to spend hours studying code & log outputs on a case by case basis, looking for underlying common causes.
    They are susceptible to the same form of myopia as others in similar positions or readers of these forums: because a disproportionally large number of the units they see have problems, they may begin to refer to the product as "buggy" in an ill-defined way, making little or no distinction between causes & effects, especially in programming errors vs. other causes. Some even go as far as using the term to refer to things that work as designed that they think should work differently.
    This is not very helpful: it too often leads to users not looking for causes that they could eliminate themselves because they expect Apple to supply a "bug fix" for something that isn't an error in the programming it supplies.
    You say you have fixed your problem. It seems to me that you have most likely treated a symptom without discovering or eliminating its cause. I do not believe it is typical for help viewer files to become corrupted -- mine & those of my friends & associates certainly have not -- so it seems unlikely that the cause is a genuine bug in the OS itself, which I would expect to affect hundreds of thousands if not millions of users. Sure, some won't use help or report any problems they have with it, but even considering that the numbers just don't add up.
    It is true that this is based on assumptions I have made but I will stand by it, in large part because I'm aware that file corruption has many causes, some user or environmentally induced, some not. I don't completely rule out an obscure bug in the OS affecting select users, but it is not high on my list of probable suspects.
    In any event, I hope your problem is solved & will not recur, whatever its cause.

  • Not Using Index on File Server When Accessing User Files Directly on Server

    It appears to me that on a server with an indexed network share (Desktop Experience and Search Indexing roles/features installed), if you access the share directly on the server using its drive path, you can search the folders using the index, which
    is much faster and supports finding words inside of the files in seconds). However, if you access the same shared folder via its network path from the server itself, the server ignores the index. I have this experience/problem across all shared folders on
    the Windows 2012 R2 Server. Details and my most specific goal follows.
    In addition to a laptop, I frequently work directly on a Windows Server 2012 R2 computer. We have Redirected Folders set up on DFS (for failover redundancy) so that my Documents folder is in:
    \\network\redirections\user\documents. This all works fine on Windows 7 and 8 client computers connected to the network via Offline Files.
    The problem is on the server itself. The server has Desktop Experience enabled and Windows Search is installed. If I navigate manually through the DFS root folder to my documents folder, I can search and it properly uses the index. This proves the location
    is properly indexed. However, if I access the folders through the official "Documents" folder from the Folder Redirection (a network share pointing to the same server computer I'm working on), it performs an un-indexed search (slow and ignores file
    contents, but does find files eventually if the search term is in their filename). Is there a way to force the server to use the indexed search on the Redirected Folders (my Documents folder in particular) when working on that server when logged in locally
    on that server?
    I suspect a workaround would be to go into the Registry and manually change the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders to point to the local DFS folder instead of the network share name, but at least one problem
    with this is then if I save files with links to other files (e.g., a linked Excel table in a PowerPoint, a mail merge to Access database in Word, etc.) on the server computer, those links will point to d:\DFSroot\... (a physical drive on the computer) instead
    of \\network\redirections\user\... (a universally accessible network path) and so none of the other computers will be able to find the linked files, defeating one of the
    major benefits of using Redirected Folders.
    I can't believe that I need to choose between indexed searching and proper path names in saved files. Surely there is a way to use an indexed search on the server itself?
    If you need any more info to help me troubleshoot, please let me know.
    Thanks for any help,
    Colin

    Hi Colin,
    It seems that we can not use indexed search on DFS shares. Windows Search works well when users directly access the server. That is, the server is not made available through Distributed File System (DFS).
    For more detailed information, you could refer to the links below:
    Windows Search Service, Clustered File Services, DFS, Win7 Libraries
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/31ac4c16-948b-4ca4-b18f-3a339cdfd5b9/windows-search-service-clustered-file-services-dfs-win7-libraries?forum=winserverfiles
    Windows Browse and Organize Features
    https://technet.microsoft.com/en-us/library/dd744693(WS.10).aspx
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Trying to get the label of a search field

    Hello,
    We are putting in custom validations around some of our searches in the ON_SEARCH methods of BSP views. When displaying an error for a search field entry we want the error to say what field the error is for. We don't want to display the technical field name but rather the field label on the view. In debug, I can see that I want to retrieve the contents in me->typed_context->search->view_descriptor->label_buffer and load into a table of type bsp_dlcs_field. Struggling to get a syntax that will generate, much less work. Any suggestions or code snipets are appreciated.
    Thanks in Advance,
    Tony

    Hello Tony,
    did you try something like from any view controller class method?
      DATA lr_view_descr    TYPE REF TO if_bsp_dlc_view_descriptor.
      lr_view_descr = configuration_descr->get_property_descriptor( ).
      lr_view_descr->get_field_label(
        exporting
            IV_ELEMENT_ID = your element id
            iv_context_node = your context node
        receiving
           rv_result = label string ).
    Hope this helps to solve your issue.
    Best Regards,
    Michael

  • How does select stmt with for all entries uses Indexes

    Hello all,
    I goes through a number of documents but still confused how does select for all entries uses indexes if fields are not in sequences. i got pretty much the same results if i take like two cases on Hr tables HRP1000 and HRP1001(with for all entries based upon hrp1000). Here is the sequence of index fields on hrp1001 (MANDT, OTYPE, OBJID, PLVAR, RSIGN, RELAT, ISTAT, PRIOX, BEGDA, ENDDA, VARYF, SEQNR). in second case objid field is in sequence as in defined Index but i dont see significant increase in field even though the number of records are around 30000. My question is does it make a differrence to use field sequence (same as in table indexes) in comparison to redundant field sequence (not same as defined in table indexes), secondly how we can ge tto know if table index is used in Select for entries query i tried Explain in ST05 but its not clear if it uses any index at all in hrp1001 read.
    here is the sample code i use to get test results.
    test case 1
    REPORT  zdemo_perf_select.
    DATA: it_hrp1000 TYPE STANDARD TABLE OF hrp1000 WITH HEADER LINE.
    DATA: it_hrp1001 TYPE STANDARD TABLE OF hrp1001 WITH HEADER LINE.
    DATA: it_hrp1007 TYPE STANDARD TABLE OF hrp1007 WITH HEADER LINE.
    DATA: it_pa0000 TYPE STANDARD TABLE OF pa0000 WITH HEADER LINE.
    DATA: it_pa0001 TYPE STANDARD TABLE OF pa0001 WITH HEADER LINE.
    DATA: it_pa0002 TYPE STANDARD TABLE OF pa0002 WITH HEADER LINE.
    DATA: it_pa0105_10 TYPE STANDARD TABLE OF pa0105 WITH HEADER LINE.
    DATA: it_pa0105_20 TYPE STANDARD TABLE OF pa0105 WITH HEADER LINE.
    DATA: t1 TYPE timestampl,
          t2 TYPE timestampl,
          t3 TYPE timestampl 
    SELECT * FROM hrp1000 CLIENT SPECIFIED  INTO TABLE it_hrp1000 bypassing buffer
                WHERE mandt EQ sy-mandt AND
                      plvar EQ '01' AND
                      otype EQ 'S'AND
                      istat EQ '1' AND
                      begda <= sy-datum AND
                      endda >= sy-datum AND
                      langu EQ 'EN'.
    GET TIME STAMP FIELD t1.
    SELECT * FROM hrp1001 CLIENT SPECIFIED INTO TABLE it_hrp1001 bypassing buffer
                FOR ALL ENTRIES IN it_hrp1000
                 WHERE mandt EQ sy-mandt AND
                        otype EQ 'S' AND
    *                    objid EQ it_hrp1000-objid and
                        plvar EQ '01' AND
                        rsign EQ 'B' AND
                        relat EQ '007' AND
                        istat EQ '1' AND
                        begda LT sy-datum AND
                        endda GT sy-datum and
                        sclas EQ 'C' and
                        objid EQ it_hrp1000-objid.
    *                    %_hints mssqlnt 'INDEX(HRP1001~0)'.
    *delete it_hrp1001 where sclas ne 'C'.
    GET TIME STAMP FIELD t2.
    t3 = t1 - t2.
    WRITE: 'Time taken - ', t3.
    test case 2
    REPORT  zdemo_perf_select.
    DATA: it_hrp1000 TYPE STANDARD TABLE OF hrp1000 WITH HEADER LINE.
    DATA: it_hrp1001 TYPE STANDARD TABLE OF hrp1001 WITH HEADER LINE.
    DATA: it_hrp1007 TYPE STANDARD TABLE OF hrp1007 WITH HEADER LINE.
    DATA: it_pa0000 TYPE STANDARD TABLE OF pa0000 WITH HEADER LINE.
    DATA: it_pa0001 TYPE STANDARD TABLE OF pa0001 WITH HEADER LINE.
    DATA: it_pa0002 TYPE STANDARD TABLE OF pa0002 WITH HEADER LINE.
    DATA: it_pa0105_10 TYPE STANDARD TABLE OF pa0105 WITH HEADER LINE.
    DATA: it_pa0105_20 TYPE STANDARD TABLE OF pa0105 WITH HEADER LINE.
    DATA: t1 TYPE timestampl,
          t2 TYPE timestampl,
          t3 TYPE timestampl 
    SELECT * FROM hrp1000 CLIENT SPECIFIED  INTO TABLE it_hrp1000 bypassing buffer
                WHERE mandt EQ sy-mandt AND
                      plvar EQ '01' AND
                      otype EQ 'S'AND
                      istat EQ '1' AND
                      begda <= sy-datum AND
                      endda >= sy-datum AND
                      langu EQ 'EN'.
    GET TIME STAMP FIELD t1.
    SELECT * FROM hrp1001 CLIENT SPECIFIED INTO TABLE it_hrp1001 bypassing buffer
                FOR ALL ENTRIES IN it_hrp1000
                 WHERE mandt EQ sy-mandt AND
                        otype EQ 'S' AND
                        objid EQ it_hrp1000-objid and
                        plvar EQ '01' AND
                        rsign EQ 'B' AND
                        relat EQ '007' AND
                        istat EQ '1' AND
                        begda LT sy-datum AND
                        endda GT sy-datum and
                        sclas EQ 'C'." and
    *                    objid EQ it_hrp1000-objid.
    *                    %_hints mssqlnt 'INDEX(HRP1001~0)'.
    *delete it_hrp1001 where sclas ne 'C'.
    GET TIME STAMP FIELD t2.
    t3 = t1 - t2.
    WRITE: 'Time taken - ', t3.

    Mani wrote:
    Thank you for your answer, its very helpful but i am still nor sure how does parameter rsdb/max_blocking_factor affect records size.
    Hi,
    The blocking affects the size of the statement and the memory structures for returning the result.
    So if your itab has 500 rows and your blocking is 5, the very same statement will be executed 100 times.
    Nothing good or bad about this so far.
    Assume, your average result for an inlist 5 statement is 25 records with an average size of 109 bytes.
    You average result size will be 2725 byte plus overhead which will nearly perfectly fit into two 1500 byte ethernet frames.
    Nothing to do in this case.
    Assume your average result for an inlist 5 statement is 7 records with an average size of 67 bytes.
    You average result size will be ~ 470 byte plus overhead which will only fill 1/3 of a 1500 byte ethernet frame.
    In this case, setting the blocking to 12 ... 15 will give you 66% network transfer performance gain,
    and reduces the number of calls to the DB by 50%, giving additional benefit.
    Now this is an extreme example. The longer the average row length is, the lower will be the average loss in the network.
    You have the same effects in memory structures, but on that layer you are fighting single micro seconds instead of
    hundreds of these, so in real life it is rarely measurable.
    Depending on table-statistics, oracle might decide for short inlists to use a concatanation instead of an inlist.
    This is supposed to be more costy, but I never had a case where I could proove a big difference.
    Values from 5 to 15 for blocking seem to be ok for me. If you have special statements in customer coding,
    it #might# be benefitial to do the mentioned calculations and do some network tracing to see if you can squeeze your
    network efficiency by tuning the blocking.
    If you have jumbo frames enabled, it might be worth to be analyzed as well.
    If you are only on a DB-CI system that is loopback connected to the DB, I doubt there might be a big outcome.
    Hope this helps
    Volker

  • CS3 Flash Help Menu

    I don't comment much, I tend to be the quiet kind of user
    that just does my own thing. I am quite upset with Adobe's change
    in the help feature in Flash. I understand that things change with
    updates. That's a reason i get work sometimes. Someone wants to
    update.
    I so loved the large amount of useful code and examples
    buried in the Help files in previous versions of Flash. Through
    these i could riddle my why through a problem. Multiple examples of
    how to use something was often the only way to figure out what I
    was trying to do.
    Are those days now long gone? I hope not. I am not a
    programmer, but i do have some programming experience. I am a web
    designer. i prefer not to live in binary, classes and the like.
    Often these samples worked as idea starters, and answers to late
    night prayers when the oil had been burning all too long. You know,
    when your head gets fuzzy and you need to go to bed but the project
    has to be done....
    Well I don' t mean to be the whiner, but is there anything
    that can be done about this?
    I know there are some samples in there, I flipped through it
    for a while, but i feel the quality of the Help menu in Flash has
    dropped dramatically. The new neat features in the Help menu and
    the nice skin don't measure up to the loss in content. I plan on
    working with MX by my side so i can use its Help features, because
    CS3 doesn't look like it will do the job.
    Anyone else want to comment?
    Thanks,
    mr_bidinkle

    I found this thread through a search.
    Has Flash help menu been savaged to leave only two headings??
    I only have the following two main headings in my Help Menu:
    Using Actionscript 2.0 Components
    Actionscript 2.0 Components Language Reference
    I have bought the Rich Media Project Player and List
    Component and they said their help file is also installed.
    I cannot see that here either.
    Whats going on? Can an Adobe person answer this for
    me??

  • Using index and NULL

    Hi,
    I have the following issue (10.2.0.4)
    I have index on NO0_SESSION_ID and TBNAME
    how can I force using index ?
    Thanks for your help
    UPDATE BXAT.no5                                    
       SET TBNAME = :p0,                               
           REPLICATION_METHOD = :p1,                   
           STATUS = :p2,                               
           STARTING_TIME = :p3,                        
           ENDING_TIME = :p4,                          
           REC_INSERTED = :p5,                         
           REC_UPDATED = :p6,                          
           REC_UNCHANGED = :p7,                        
           REC_IN_ERROR = :p8,                         
           REC_CONFLICTS = :p9,                        
           TOTAL_REC = :p10,                           
           REC_CONF_UPDATED = :p11,                    
           REC_CONF_UNCHANGED = :p12,                  
           MASTER_TABLE = :p13,                        
           MASTER_SQ0_NRID = :p14,                     
           NO0_SESSION_ID = :p15,                      
           REC_PURGED = :p16,                          
           SQ0_NRID = :p17                             
    WHERE     (NO0_SESSION_ID = :wp18 OR :wp18 IS NULL)
           AND (TBNAME = :wp19 OR :wp19 IS NULL)              
    | Id  | Operation          | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | UPDATE STATEMENT   |      |  1723 | 96488 |  1361   (1)| 00:00:17 |
    |   1 |  UPDATE            | NO5  |       |       |            |          |
    |*  2 |   TABLE ACCESS FULL| NO5  |  1723 | 96488 |  1361   (1)| 00:00:17 |
    Predicate Information (identified by operation id):                       
       2 - filter((:WP19 IS NULL OR "TBNAME"=:WP19) AND (:WP18 IS NULL OR     
                  "NO0_SESSION_ID"=TO_NUMBER(:WP18)))                         

    user12045475 wrote:
    Hi,
    I have the following issue (10.2.0.4)
    I have index on NO0_SESSION_ID and TBNAME
    how can I force using index ?
    Thanks for your help
    UPDATE BXAT.no5                                    
    SET TBNAME = :p0,                               
    REPLICATION_METHOD = :p1,                   
    STATUS = :p2,                               
    STARTING_TIME = :p3,                        
    ENDING_TIME = :p4,                          
    REC_INSERTED = :p5,                         
    REC_UPDATED = :p6,                          
    REC_UNCHANGED = :p7,                        
    REC_IN_ERROR = :p8,                         
    REC_CONFLICTS = :p9,                        
    TOTAL_REC = :p10,                           
    REC_CONF_UPDATED = :p11,                    
    REC_CONF_UNCHANGED = :p12,                  
    MASTER_TABLE = :p13,                        
    MASTER_SQ0_NRID = :p14,                     
    NO0_SESSION_ID = :p15,                      
    REC_PURGED = :p16,                          
    SQ0_NRID = :p17                             
    WHERE     (NO0_SESSION_ID = :wp18 OR :wp18 IS NULL)
    AND (TBNAME = :wp19 OR :wp19 IS NULL)              
    | Id  | Operation          | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | UPDATE STATEMENT   |      |  1723 | 96488 |  1361   (1)| 00:00:17 |
    |   1 |  UPDATE            | NO5  |       |       |            |          |
    |*  2 |   TABLE ACCESS FULL| NO5  |  1723 | 96488 |  1361   (1)| 00:00:17 |
    Predicate Information (identified by operation id):                       
    2 - filter((:WP19 IS NULL OR "TBNAME"=:WP19) AND (:WP18 IS NULL OR     
    "NO0_SESSION_ID"=TO_NUMBER(:WP18)))                         
    It has already been pointed out that the FTS is probably due to the OR whatever IS NULL predicates.
    A hack that might/might not work - assuming indexes on the columns exist - is to use the syntax
    --'' is an empty string, interpreted by Oracle as null
    +column+ > ''A better way is to create a function-based index using NVL() or COALECSE on the affected column.

  • Aperture library inspector search field searches only project names?

    I've been trying to use Aperture 3's Library Inspector search field. It works great if I search for a project name (and I love this feature) but not if I search for part of a master file name (eg "4671"). I was under the impression that a Library Inspector search looks across various fields in the entire library for the search term. Is this a feature? A bug? Is my library corrupted?
    (I realize I can search the library by clicking on Photos in the Library Inspector and then using the search field in the browser on the bottom right, but it's too many clicks to be convenient. Maybe it's the only option, though?)

    Aperture will search for practically anything you care to think of, but you need to be specific. What you are doing is searching for a Project.
    To find a File Name, select a project, look for the little black square and letter Q in it, in the top right of the browser view. This opens a search field. You will see a little label that says Add Rule, click it and there in the list click on Aperture Metadata, then click another couple of times, just for some idea of how powerful Aperture searches are. Allan

  • "Windows Setup could not configure Windows to run on this computer's hardware" error using MDT

    Good day. I am using Microsoft Deployment Toolkit to deploy images to a group of ClearCube R3080D bladed PCs. Below are the server details:
    VMware virtual server with Server 2008 R2 Enterprise Service Pack 1
    Microsoft Deployment Workbench Version 6.1.2373.0
    Management Console 3.0 Version 6.1(Build 7601: Service Pack 1)
    Windows Deployment Services Version 6.1.7600.16385
    The image I am deploying to the blades is that of Windows 7 Enterprise x64 Service Pack 1 with Office 2010 and a few other third-party applications.
    I have pushed this image to literally hundreds of blades successfully. I had a problem with one blade and found that the HDD was faulty. I RMA’d that HDD and installed the replacement. I pushed the same image to the blade and it works fine to the very end
    then I receive the error ”Windows Setup could not configure Windows to run on this computer’s hardware.”
    I have checked the BIOS configurations on this blade and they are identical to those of several known good blades. In fact, I swapped HDDs between a known good blade and the blade in question. The problem seemed to follow the HDD. Therefore, I assumed that
    ClearCube sent a faulty HDD. I had the identical problems with a second HDD from ClearCube so I’m sure that the HDD is fine.
    I have read through http://support.microsoft.com/kb/2466753 
    as well as many other questions posed by other folks and I have yet to find a good solution.
    Again, this image works on all other blades that are of the same model and the HDDs are also of the same model. I'm quite confused!
    Tony

    Tony?
    What are you doing posting the same question 5 times, within 3 hours???
    http://social.technet.microsoft.com/Forums/en-US/67f72721-da1b-42bc-b373-9064fe1a8245/windows-setup-could-not-configure-windows-to-run-on-this-computers-hardware-error-using-mdt
    http://social.technet.microsoft.com/Forums/en-US/9e7ca626-5b67-4a3f-ade0-4bac767e060f/windows-setup-could-not-configure-windows-to-run-on-this-computers-hardware-error-using-mdt
    http://social.technet.microsoft.com/Forums/en-US/8c508acc-ad40-4608-911c-fbfbc5e293fe/windows-setup-could-not-configure-windows-to-run-on-this-computers-hardware-error-using-mdthttp://social.technet.microsoft.com/Forums/en-US/a8a98fce-0ddf-4a59-ba8a-9acab7de0c5e/windows-setup-could-not-configure-windows-to-run-on-this-computers-hardware-error-using-mdt
    If this post is helpful please click "Mark for answer", thanks! Kind regards

Maybe you are looking for

  • Transfer songs from a ipod mini that was created from another account

    I bought a used ipod mini that came loaded with over 400 songs which I would like to add to my itunes MAC account. The ipod mini is in Windows format and I understand that at sometime in the future I will have to restore the ipod mini in order to con

  • PCO 2.2 - OPC and IP21

    Hi,   We are looking at connecting to IP21 via PCO OPC DA connector.   Can PCo only poll the IP21 OPC server for eventing or can one set up the IP21 OPC server to advise PCO on data changes for   eventing purposes ? Also what is required on the serve

  • Certificate Mismatch RDS Session Host

    I've been banging my head against this for the last few days. I have a server 2012 remote desktop setup as follows: 1 Gateway Server 1 RD Web Access Serve 1 Session Broker, which is also a session host 1 Additional Session host I'm using remote app t

  • Configurator error "can't fetch document"

    We just rolled out 130 iPads in our school using Configurator and AirWatch.  Of course a day later I was asked to update some apps that we side loaded using Configurator.  Unfortunately when I plug in the iPads and hit "refresh device"  I get an erro

  • Ship to party partner function

    HI, A customer having 10 nos of ship to party location,please give me the solution how to define in customer master partner function & during delivery how to choose right ship to party location. Thanks, Miku.