Are the search enhancements in Web UI 100 % reliable?

Dear Gurus
I have been thinking about this from long time.
I have seen and followed several ways while enhancing Search components (Eg: BT111S_OPPT).
I have a scenario. I am looking for the best possible solution so that it will be 100% reliable.
My scenario:
We know that Oppurtunities have prospects. Prospects inturn have addresses.
I wanted to search Opportunities (BT111S_OPPT) based on "City" of the prospect .
Best solution I found so far  in SDN forum:
In this case, easiest way is to add the "City" to the Search and Result BOL structures,
use some BADI and filter the results.
Now, let us say, I am searching using the city "London".
The standard search returns 100 Opportunities in this BADI (ofcourse without considering the my input city "London").
Now I will start filtering.
Let us say, I don't have any Opportunities (out of these 100) that matches the city "London".
So I am deleting all the 100 results and returning '0' results to the user.
But it doesn't mean that I don't have any opportunities that matches the city "London" in my database.
Those results might be hiding somewhere in the database,  but the standard search is not pulling them,
just because the maximum number of hits = 100 only.
So in this case, my custom query is failing.
Here comes the trickiest part:
Some guys may argue that in the above sceario, after the filtering is done, if I have "0" results,
then I must select all the relevant opportunites using a select statement (based on my city "London" ).
Then execute the standard query again using these Opportunites (to pull the rest of the fields).
This option looks good. But as you know, the user can use any number of search fields.
You know that there will be + button in search screen in Web Ui, where the user can add
as many rows (say 30 rows) as he wants and then select unique field (including my custom field "City")
in each row, enter a value against it and then "Search".
So basically, in case after filtering, if I have "0" results,
when making the select statement to get all the Opportunities,
I have to consider 30 different inputs in this select statement which is very cumbersome.
It will be further complicated if user uses *(asterisks) and ranges.
But if I don't do it this way, my custom enhancement will keep on failing occasionally.  Please suggest your ideas.
Thanks - Raj

Hi,
in the call function of the standard search just comment the line with IV_NUMBER:
CALL FUNCTION 'CRM_BSP_OIC_1O_SEARCH_FROM_RF'
   EXPORTING
     it_search_tab                   = it_search_tab
*     IV_NUMBER                       = IV_NUMBER
*     IV_ARCHIVE                      =
     it_multivalues                  = it_multivalues
*     IV_ITEMS                        =
*     IV_EXTERN_CALL                  =
*     IV_SELECT_FOR_HEADERLEVEL       =
*     IV_CALL_AUTHORITY_BADI          = 'X'
*     IV_FASTSEARCH_ACCESS            = ' '
*     IV_FASTSEARCH_START_ROW         = 1
*     IV_FASTSEARCH_PAGESIZE          =
*     IV_SELECT_FOR_ITEMLEVEL         =
*     IV_AVOID_AUTHORIZATION          =
   IMPORTING
    et_guidlist                     = et_guidlist
    et_return                       = et_return
*     EV_PARTNER_MESSAGE              =
*   EXCEPTIONS
*     DATE_NOT_CORRECT                = 1
*     NO_CARD_TYPE                    = 2
*     NO_CARD_NO                      = 3
*     NO_PROGRAM_ID                   = 4
*     OTHERS                          = 5
Kind regards
Manfred

Similar Messages

  • More than 5 query IDs in the search core results web part?

    I need to have six search results web parts on the same page, all using the FASTSearch location, but each with a separate Search Action Links web part to sort  it.  But there are only 5 cross-web part query IDs available.  Is it possible to
    extend the Search Core Results web part to have more than 5 queryIDs?
    David Tappan C/D/H Grand Rapids, MI

    Did you figure this out?

  • What are the differences between iPlanet web servers, enterprise edition 4.1 sp2 and version 6.0

     

    Hi,
    The following are the features of iPlanet Web Server 6.0 which is enhanced from iPlanet Web Server 4.1 release.
    You can implement sticky sessions by prefixing the name of the server host that generated the session to the JSESSIONID (the Servlets 2.2 API standard session cookie name). This enables the front-end load balancer to do sticky load balancing, such as forwarding future requests to the same host that generated the session.
    Keep-alive handling now thousands of keep-alive connections can be maintained.
    Added support for digest authentication as defined in RFC 2617. Digest authentication is used in conjunction with the iPlanet Directory Server 5.0 as an access authentication method that avoids passing the user name and password over the network in an unencrypted form.
    Command Line Administration Tools.
    Improved User Interface:-iPlanet Web Server 6.0 provides an improved user interface with the following features:
    Magnus Editor ,Class Manager ,.htaccess Configuration
    iPlanet Web Server currently provides support for Quality of Protection (QOP)= auth and algorithm = MD5 only.
    iPlanet Web Server 6.0 features improved SSL performance and simplified server certificate acquisition from VeriSign.
    In general, the authentication mechanisms provided by iPlanet Web Server 6.0, such as basic and digest authentication using LDAP, work across web applications (or servlet contexts). For FORM authentication, you can implement single sign-on using a cookie-based FORM login session created with a virtual-server-wide session manager. This FORM login session is available across all applications within the virtual server and is separate from the regular HTTP session which is limited to the servlet context
    You can install iPlanet Web Server 6.0 on multiple machines using templatized installation.
    Web Publishing is not supported in iPlanet Web Server 6.0.
    Server-Side JavaScript (SSJS) /LiveWire is not supported in iPlanet Web Server 6.0.
    Live Connect (LC) is not supported in iPlanet Web Server 6.0.
    Regards
    Selva

  • Are the WLS 9.1 Web Service Ant Tasks ready for prime time?

    I am trying to create a Proof of Concept (POC) for Enterprise and B2B Services at Wendy's Int'l, Inc.
    As part of this POC, I created a WSDL for an in-house service and then used the wsdlc and jwsc Ant Tasks to translate this WSDL to Java classes and ultimately (I hoped) a deployable services.
    In this document, I describe the issues I encountered setting up what I consider to be a simple POC.
    I'll try to attach my WSDL file and build.xml so you can follow along.
    I'll also try to attach my CSS file so you can compare how the generated WSDL appears in the Browser to the way I want it to appear.
    If attachments are not allowed on these forums, then I will wait and see if there is interest in those documents before I paste them under this topic.
    Some preliminary information about my environment.
    Environment:
         Windows XP Pro SP2
         WebLogic 9.1
         Java 1.5.0_04
    Service Name:
         AppRelease
    Note: If I modify my WSDL (perhaps to add a new Operation or to change the definition of an element) and run wsdlc again, the AppReleaseSOAPPortImpl.java file is overwritten For this reason, I implemented my service logic in a class called AppReleaseServiceImple.java.
    Now, for the issues.
    1.     Bug:
    In the WSDL generated by wsdlc, the wsdl:part child of the wsdl:message tag is erroneously prefixed with a colon.
    This occurs whether or not I specify a prefix for the http://schemas.xmlsoap.org/wsdl/ namespace.
    Work around: Extract the wsdl from the jar file, fix it and add it back into the jar.
    2.     Bug:
    In the WSDL generated by wsdlc, the wsdl:input and wsdl:output children of the wsdl:operation child of wsdl:portType tag are erroneously prefixed with a colon. Like 1 above, this occurs whether or not I specify a prefix for the http://schemas.xmlsoap.org/wsdl/ namespace.
    Work around: Extract the wsdl from the jar file, fix it and add it back into the jar.
    The error message generated by Bugs 1 and 2 is not helpful in diagnosing the problem:
    [jwsc] Error at line:46 col:7 ':' expected [?! -- [CDATA[ ]
    3.     Bug:
    In the WSDL generated by wsdlc, the documentation elements have all of my html elements stripped out, as well as my xhtml and wsdl namespace references. This completely negates one of the best features of the documentation tag, being able to present the WSDL in a browser as a nicely formatted, human friendly document which is also the underlying WSDL that can be viewed when the person views the source document.
    I label this as a bug because it greatly reduces the functionality of the resulting WSDL.
    4.     Annoyance:
    The WSDL generated by wsdlc has all of my comments stripped out, except the comments in the xsd:schema section of the wsdl:types element. I would prefer that all my comments be left in the WSDL, but if comments must be stripped out then I think all of the comments should be stripped out.
    5.     Annoyance:
    The WSDL generated by wsdlc has my CSS specification stripped.
    Work around: I don’t know if adding the CSS back will do any good because I have not yet created a deployable service (see the last issue below).
    6.     Annoyance:
    The WSDL generated by wsdlc has different namespace prefixes than the ones I specified for my application's namespace and for the http://schemas.xmlsoap.org/wsdl/soap/ namespace.
    Work around: Perform a find/replace on namespace prefixes "s0" and "s1" to return them to my prefered values.
    Another thing I can do at this point is simply replace the generated WSDL in the jar file with my original WSDL. This would address issues 1 thru 6 above.
    7.     Annoyance:
    The java source files created by wsdlc are put into a jar file. This makes it annoying when working within a traditional IDE like Eclipse because there is no way to reference the source files within the jar as working source.
    Work around: Extract the source files from the jar and identify the resulting directory structure as part of the source structure of the project.
    8.     Bug:
    The jwsc task complains if the same parameter name is used in multiple operations. I received the following Errors from jwsc:
    [jwsc] C:\IDE\workspace\Acre-WL9.1\AppReleaseSOAPPort.java 0:0
    [jwsc] [ERROR] - Parameter element "{http://acre.services.wendys.com/AppRelease/}garRequest" is not unique across document/literal bare WebService.
    Since the operation names are unique, I see no reason to also require uniqueness in the parameter names used by those operations.
    Work around: Use unique element names for the input parameters of the services operations.
    9.     Bug:
    Once items 1, 2 and 8 above are taken care of, jwsc fails with the following error:
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.j2ee.descriptor.ApplicationBeanImpl
    This seems to be due to the weblogic.jar file not being in the System Classpath.
    However, I should note that when I set verbose="on" and debug="on" in the jwsc ant task, there was a message from the task which stated "[jwsc] [search path for class files: [big freakin’ jar list]". In the big freakin’ jar list, I did find weblogic.jar and weblogic.jar has the required ApplicationBeanImpl. This indicates to me that the jwsc task does not fully honor either its classpathref attribute, nor an embedded classpath element.
    Work around: Make sure the weblogic.jar is in the System Classpath.
    10.     Bug:
    I fixed bug #9 by running a setDomainEnv script and then ran my ant task. This time I received the following output:
    ant build-serviceBuildfile: build.xml
    build-service:
    [jwsc] 1 JWS files will be processed.
    [jwsc] Processing JWS: C:\IDE\workspace\Acre-WL9.1\src\com\wendys\services\acre\AppReleaseServiceImpl.java
    [jwsc] JWS: C:\IDE\workspace\Acre-WL9.1\src\com\wendys\services\acre\AppReleaseServiceImpl.java Validated.
    [AntUtil.deleteDir] Deleting directory <some temporary directory>
    BUILD FAILED
    java.lang.ExceptionInInitializerError
    At this point, I am completely stymied about how to proceed.
    I wonder what new issues await once this 10th issue is addressed.
    Really, is this tool set ready for prime time?

    <i>Sorry to hear you are having so many issues with using the WLS 9.1 web service Ant tasks, inside of Eclipse.
    I generally create a User Library for the couple weblogic jars needed, and use it (the User Library) in my Eclipse projects that I create JWSes in.</i><br>
    I also have a separate WebLogic Library in Eclipse (actually 2 libraries since I work with WL 8.1 and now WL 9.1). As you may know, one of the long-standing issues with the Ant integration within Eclipse is the fact that Ant, being an External Tool, does not receive the Project-specific Paths/Libraries. However, since most Java-relevant Ant tasks can take classpath and classpathref attributes, this is usually not an issue. In the case of the BEA-supplied wsdlc Ant task, it is apparent from the verbose/debug console output that wsdlc can see the jars in its classpathref, but it ignores those references when resolving class references and instead only uses the system classpath.
    <p>
    <i>I've only needed the weblogic.jar and xbean.jar, not all the ones you mentioned in an earlier thread of this post.</i><br>
    I have not tried to winnow down exactly which jars are required. I simply included all the jars that exist and were added to the system classpath by the setDomainEnv.bat file created by WebLogic 9.1.
    <p>
    <i>Afterwards, I create an Ant Builder to build the JWS Web Service EAR, as opposed to fiddlin' with Eclipse.</i><br>
    I too use Ant to build my deployable archives. Eclipse is simply my IDE of choice. I validated that all the issues I listed occurred when running Ant from the command line.
    <p>
    <i>If you are interested in how I do it, send me an e-mail (to [email protected]), and I'll send you a zip of one of these JWS projects. The build.xml script for the project, takes care of a lot of the "annoyances" you mentioned, one of which I think is not accurate. I have never had a situation where the wsdlc Ant task "overwrote" my XXXImpl.java file..</i><br>
    Since I'm doing a POC to determine how we want to proceed with developing Web Services and an SOA in general, I tried to perform the same tasks using Axis 2 1.0, the WebLogic 9.1 tools, and XFire 1.1. Overwriting the Impl class is a common failing in the tools which take a WSDL and create Java source files for all three frameworks.
    <p>
    Try my scenario. Add another operation to an existing WSDL, and run the wsdlc Ant Task. The old IMPL class will be over-written.
    <p>
    Because of this, I have a separate Impl class and I make sure that all its methods and annotations match the methods and annotations in the Skeleton Impl class created by wsdlc.
    <p>
    <i>Maybe that's because I use the <exec> Ant task with jar.exe (the xvf options) in my build.xml, to only get what I need out of the .jar/.zip the wsdlc generates. I'm typically only interest in the interface class that my XXXImpl.java file needs to implements, because I use XMLBeans for the input args (and return values) of my web service operations.</i><br>
    Perhaps. I am not using XMLBeans in any of the three frameworks because the resulting service seems to be lighter-weight in all three frameworks if XMLBeans is not used. I'm sure there will be scenarios where XMLBeans is preferred, but I have not encountered that case in this POC.
    <p>
    <i>Regards,
    Mike Wooten</i>
    Thanks for the follow-up.
    Mike McAngus

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

  • IOS7 mail search results appear to be random by date also where are the search parameters, from to etc..? help!

    Mail search returns results by random date. Where are the mail search parameters, from,to,etc?

    This is really annoying. Mail search on iOS 7 never worked, either on iPhone
    4S or on iPad.
    Search results are not sorted in any perceivable order. I get totally random results, with messages dating 4 years back jumping to yesterday and so on.
    I have never seen Apple to respond to this issue with earnest feedback, and users are often dismissed.
    I used to have to resort to my Macbook Pro to get decent results, but due to the many mail app problems on OSX, I do not rely on it anymore.
    Can Apple please give feedback to this search issue on the IOS devices? It is really, REALLY crippling.

  • Extend the search in IC web client

    Hi,
    My requirement is to add a custom field on the "Identify Account" Screen. I am working on CRM 5.0. I found this thread in SDN
    [Extending BUPA search at ICWC;
    and found it useful for my case. One doubt that i have is after taking a 'Z' copy of the search structure - ZCRMST_HEADER_SEARCH_BUIL and after copying the class CL_BUIL_HEADER how will we get it reflected on the BSP ? Won't the BSP view by default
    point to CRMST_HEADER_SEARCH_BUIL and class CL_BUIL_HEADER ? How can we make it point to our custom structure and clasS ?
    Regards,
    Venkat Varadan

    Hi Venkat,
    Create a sub class of CL_BUIL_HEADER as ZCL_BUIL_HEADER but as it said in the "Extending BUPA search at ICWC thread, do not create a copy structure, just create an append structure to CRMST_HEADER_SEARCH_BUIL and add your new field in that append structure, then go to IMG(CRM> CRM Cross applicationComponents>GenIL > Component Specific> Extend Object model for business partner.
    then, on Implementation Class Definition give External Object Name as BuilHeader & implementation class as 'ZCL_BUIL_HEADER', your new search class is linked, then you can extend this Z class to have your own search logic.
    Hope this helps,
    Regards,
    Ramakanth

  • What are the changes in GRC Web Services in 10.1 from 10.0

    Hi
    We are planning to move to 10.1 from 10.0 and we have connector applications which use the following APIs. We would like to know whether there is any changes was done to the attributes or functionality of these web services. Is there any official document  which lists out the changes in APIs available?
    APIs used
    GRAC_SELECT_APPL_WS
    GRAC_LOOKUP_WS
    GRAC_RISK_ANALYSIS_WOUT_NO_WS
    GRAC_REQUEST_STATUS_WS
    GRAC_AUDIT_LOGS_WS
    GRAC_USER_ACCESS_WS
    Thanks in advance
    Fareez

    This was discussed many times in the forum before, please see old threads for details -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Upgrade+11i+to+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • I get start page but when I type in the search or another web address it doesn't do anything.

    I tried to reinstall, clear cache, extension, plug ins. But nothing works. Here's what I got
    "application": {
    "name": "Firefox",
    "version": "23.0",
    "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0",
    "supportURL": "http://support.mozilla.org/1/firefox/23.0/WINNT/en-US/"
    "modifiedPreferences": {
    "browser.cache.disk.capacity": 358400,
    "browser.cache.disk.smart_size.first_run": false,
    "browser.cache.disk.smart_size.use_old_max": false,
    "browser.cache.disk.smart_size_cached_value": 358400,
    "browser.places.smartBookmarksVersion": 4,
    "browser.startup.homepage_override.mstone": "23.0",
    "browser.startup.homepage_override.buildID": "20130730113002",
    "browser.tabs.warnOnClose": false,
    "extensions.lastAppVersion": "23.0",
    "gfx.direct2d.disabled": true,
    "gfx.direct3d.last_used_feature_level_idx": 0,
    "layers.acceleration.disabled": true,
    "network.cookie.prefsMigrated": true,
    "places.history.expiration.transient_current_max_pages": 104858,
    "places.database.lastMaintenance": 1376171668,
    "plugin.state.npctrl": 0,
    "plugin.importedState": true,
    "plugin.state.npitunes": 0,
    "plugin.disable_full_page_plugin_for_types": "application/pdf",
    "plugin.state.nppdf": 0,
    "plugin.state.java": 0,
    "plugin.state.npwlpg": 0,
    "plugin.state.npdeployjava": 0,
    "plugin.state.npgoogleupdate": 0,
    "plugin.state.npystate": 0,
    "plugin.state.flash": 0,
    "privacy.sanitize.migrateFx3Prefs": true,
    "storage.vacuum.last.places.sqlite": 1376171668,
    "storage.vacuum.last.index": 0
    "graphics": {
    "numTotalWindows": 1,
    "numAcceleratedWindows": 0,
    "windowLayerManagerType": "Basic",
    "numAcceleratedWindowsMessage": [
    "adapterDescription": "AMD Radeon HD 6700 Series",
    "adapterVendorID": "0x1002",
    "adapterDeviceID": "0x68b8",
    "adapterRAM": "1024",
    "adapterDrivers": "aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64",
    "driverVersion": "12.104.0.0",
    "driverDate": "3-28-2013",
    "adapterDescription2": "",
    "adapterVendorID2": "",
    "adapterDeviceID2": "",
    "adapterRAM2": "",
    "adapterDrivers2": "",
    "driverVersion2": "",
    "driverDate2": "",
    "isGPU2Active": false,
    "direct2DEnabled": false,
    "directWriteEnabled": false,
    "directWriteVersion": "6.2.9200.16571",
    "clearTypeParameters": "DISPLAY1 [ Gamma: 2200 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50 ] DISPLAY2 [ Gamma: 1800 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 100 ] ",
    "direct2DEnabledMessage": [
    "webglRenderer": "Google Inc. -- ANGLE (AMD Radeon HD 6700 Series)",
    "info": {
    "AzureCanvasBackend": "skia",
    "AzureFallbackCanvasBackend": "cairo",
    "AzureContentBackend": "none"
    "javaScript": {
    "incrementalGCEnabled": true
    "accessibility": {
    "isActive": false,
    "forceDisabled": 0
    "libraryVersions": {
    "NSPR": {
    "minVersion": "4.10",
    "version": "4.10"
    "NSS": {
    "minVersion": "3.15 Basic ECC",
    "version": "3.15 Basic ECC"
    "NSSUTIL": {
    "minVersion": "3.15",
    "version": "3.15"
    "NSSSSL": {
    "minVersion": "3.15 Basic ECC",
    "version": "3.15 Basic ECC"
    "NSSSMIME": {
    "minVersion": "3.15 Basic ECC",
    "version": "3.15 Basic ECC"
    "userJS": {
    "exists": false
    "extensions": []
    This doesn't make sense to me and I really wish it'll work again.

    hello, please try if the searchreset addon can address the issue: https://addons.mozilla.org/firefox/addon/searchreset/

  • 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

  • What are the best low cost web cams to use with a Macbook Pro?

    I want to use both the Mac internal camera and a remote camera for teaching on Skype and I am therefore looking for the best solution for me - any help out there?

    For Skype use, see Skype Help starting at https://support.skype.com/en/faq/FA603/which-webcams-and-headsets-will-work-with -skype?q=webcam. In general, webcams from http://www.mac-compatible-web-cam.com that meets your budget limits will work.
    I suggest a USB (versus Firewire) cam.  Don't install any software that comes with it (all necessary software is included in Mac OS X 10.4.9 and later), and it should work with your Mac.
    When your Mac recognizes more than one connected camera, most camera-capable applications have settings that allow you to choose which camera to use. However, they do not all work the same way.  (In most apps, the selector choices do not show if you do not have more than one camera.)
    To switch Skype between your inbuilt and external webcams, select the camera you want in the "Camera" choices bar of Skype Audio/Video Preferences as shown in this image:
    These previous threads contain some general information on how to select between connected camera in some other camera apps:
       • http://discussions.apple.com/thread/6531512
       • http://discussions.apple.com/thread/5162798
    Message was edited by: EZ Jim
    Mac OSX 10.10.3

  • Why are my search results for mail incomplete?

    Why is it that when I search for emails that I KNOW are in my inbox I cannot find them? This never used to be a problem until I upgraded to Lion. My inbox has close to 7000 emails so it is not practical to manually search through it for an email that is several months old. Why are the search results incomplete? I find this extremely frustrating.

    Had the same problem- called applecare, a mail supervisor walked me through the easy fix-
    (I am no tech so this is in simple terms)
    (Assuming you just upgraded to lion) - the "library" was not "properly rebuilt" - the emails are there but are not fully queriable which is why the "recent" or "post upgrade" emails search properly while the "older" or "pre upgrade" ones don't- the library index needs to be rebuilt (which is much easier than it sounds)
    Steps
    1- Quit Email (fully)
    2- open finder, open "Go"
        Hold the "Option" key on your keyboard - this will expand the menu to show the "Library"
    3- Select the "Library" option, (you can now release the "Option" key).
    4- Open the following folders (Mail,   V2   , Maildata)
    5- Within the Maildata folder there are (3) files which need to be deleted (Trashcan them)
         (envelopeindex, envelopeindex-shm,  envelopeindex-wal)
    6- Reopen Mail / (This will automatically reimport these files,  takes some time depending on how many emails)
    7- Quit mail and Reopen (has to reload for some reason)
    8- The mail program will do some automatic sycronizing  (You will see some the files "Reappear / fill in" while Syncronizing
    9- about 100 (blank or garage or remant emails) loaded to the top of my inbox during this process but everything else was normal-
    Everything now works great 

  • Are These Sites Visible To Web Crawlers?

    Are the search engines able to 'see' websites published on me.com? If this is not the case, could I then use my own unique domain on me.com - and have search engine visibility then?
    thanks

    Yes, search engines are able to see sites on me.com. But sometimes it's hard for search engines to find sites right off the bat. Search engines also sometimes have trouble finding every page on a website. So it's best to create what is called an XML sitemap (basically a blueprint of a website made specifically for search engines) and submit the sitemap to the search engines manually. You can use a program such as Sitemap Automator to do this.
    http://www.ragesw.com/products/googlesitemap.html
    As for people actually finding your site in search engines...that could be a different story. For that you might want to consider learning about search engine optimization (SEO) and learn about the ways to make your site more search engine friendly, especially in terms of keywords and placement.
    http://www.ragesw.com/educate.php

  • How can I get rid of all the search engines in this "intelligent" adress bar?

    The search engines make web browsing really slow. I want to get them off from the address bar, now I must do everything through Google.

    See:
    * https://support.mozilla.com/kb/Location+bar+search

  • I installed itunes 11. It takes 100% of cpu and GUI is not responsive for minutes at a time.  Keystrokes are lost in the search box because of this. This worked fine in previous release. I have 4300 albums and 70k  songs.

    I have an itunes library of 4000+ albums and 70k+ songs. Worked great until itunes 11 today. Now, when ever I go to the search field and type 1 character, I go to 100% CPU busy and all the other characters are lost. "itunes not responding" for a couple of minutes.  
    Also happens when I am importing a CD from physical media, and I switch to music and try and find another album. Gui becomes unresponsive and activity monitor ends up reporting "Itunes (not responding)".
    How go I go back to the working itunes?

    Thanks. That was it I don't know why it got changed during the upgrade to iTunes 11.
    However, it still takes 5-10 seconds for this menu to appear, with the cpu at 100% one core. Seems like iTunes should support multi-threaded/multi-core processing, especially for the GUI.

Maybe you are looking for

  • Thoughts on how LabVIEW handles checkout of file from SCC when file already open

    When you already have a file/project open in LabVIEW and it is set to read only because you haven't checked it out, you can go into SCC and do a checkout then save the file immediately. The issue with this is, if your local copy doesn't match the cop

  • Error while importing a soap webservice

    I was consuming a webservice with flex 3 and it works perfectly. But when i tried to consume it using flash builder 4 when i try to connect to show me this error: Unable to save the data model Reason: An error occurred while attemping to resolve the

  • Another airport connecting to internet problem! Please help!

    Hi, I'm having a problem connecting to the internet on my iMac G5 running OS 10.5.8. It initially started happening on and off after I upgraded from 10.4, now it happens all the time. Airport connects to the network (full 5 bars and I can see the oth

  • Tolerance question

    how do i maintain this in the tolerance fields: if the fields are based on goods receipt qty (100%), now can i set my over delivery tolerance to be below 100%? if example an order qty is 100pc. the material's tolerance is for under delivery its 3% an

  • Ibooks author for 10.6 ???

    I was told that Author would work on 10.6.6 and later, however when I try to download it now says that I have to have  10.7.2. My machines cant load 10.7 so where do I get the Ibooks Author version that will run under 10.6.8?