Cross catalog search doesn't work for CCM 2.0

Hi SRM gurus,
We are using SRM 5.0 and CCM2.0.
We created several CCM catalogs but cross catalog search doesn't work at all.
In the call structure, option "cross catalog" is correctly customized.
Are there additional check I have to do in order to see this cross catalog search working fine ?
It's quite urgent...
Thanks a lot,
regards,
Caroline

Hi
The TREX server (service) must started and be contactable by RFC - this can be checked by carrying out the actions listed above. (Refer OSS Note - 866547 Error when accessing TREX server for more details )
<b>Please have a look at the following SAP OSS Note, which will help -></b>
Note 851106 - Search in catalog from SRM leads to "Service not reachable"
<u>Other related OSS Notes</u>
Note 973594 Cross Catalog Search - Configuration
Note 894717 Items from Cross Catalogs Result does not appears in step 2
Note 803731 Cross-category search returns no result
Note 847137 OCI, cross-catalog search: detail display
Note 996885 Cross Catalog Search - Timeout while accessing MDM Catalog
1023487 cross-catalog-serach in portal opens up a duplicate window
1020025 Item detail display in Cross Catalog Search
1027352 Item detail display in Cross Catalog Search
Note 866547 - Error when accessing TREX server
Note 988427 - Update to TREX 6.1 Rev 27
Note 994623 - Hierarchy Buffer and BIA
Note 1030056 - Improvement in the Search within Results feature of CSE
Note 798988 CCM/CSE: Sorting sometimes returns no results
Note 778688 TREX_INDEX_MANAGER unit test update_view(): incorrect search
Note 808754 Display sequence of the characteristics is not changeable
Note 794325 - Error in OCI transfer in the BAdI /CCM/OCI_SCALEPRI
Note 745235 Search ability changes to cross-catalog characteristics
Note 724097 - Search of the comp. in case of structured characteristics
Note 743643 Search ability change in cross-catalog characteristics
Note 847551 Displaying date, time, and timestamp in the CSE
Note 750756 Program for the deletion/clean up of TREX indexes
Do update me as well.
Regards
- Atul

Similar Messages

  • Catalog Search doesn't work for Catalog type BI EE

    Hi, All!
    Just noticed an issue with catalog search functionality in BI Publisher application: If BI Publisher uses BI EE catalog type, then search never returns results, always says nothing was found. But when i change catalog type to Filesystem and restart Publisher, then search works fine and finds needed reports.
    Tested this on 11.1.1.5 and 11.1.1.6. Can someone confirm this behavior? Or maybe this is known issue and you can advice some fix/workaround? Would be much appreciated, thanks!

    Hi,
    I can able to reproduce the same in my environment.
    Oracle BI Publisher - File system - Search option working fine.
    Oracle BI EE - catalog - Search option not working always showing "did not match any documents".
    Rgds
    Aarvi.

  • Preview search doesn't work for all ASCII characters

    The title pretty much says it all. The behavior is completely broken. Any searches for words that contain a non-letter, non-number ASCII, non-standard punctuation character, e.g., @#$%^&*()+, kind of ignores the special characters. For example:
    Find: C++
    Finds all pages with the text "C++", but doesn't highlight that text. Instead, it highlights all "C" and "c" characters, and the find counts for those pages are the number of C characters. Note that it neither highlights nor counts C characters on pages that don't contain "C++"
    Find: "C++"
    Finds about half the pages and the find count is correct, but it highlights only C characters that are followed by ++ OR other special characters, e.g. it highlights the C in "C#".

    mentalwasteland wrote:
    I simply want it to work as the documentation says it works.
    By all means tell Apple it does not perform according to their documentation when you ask them to fix it.
    Does Adobe Reader do any better?  I don't know if it might have its own search system....

  • Spotlight search doesn't work--for first letters H and N only! (iOS 5.1)

    I have been reading a thread about spotlight not working until people updated to 5.1. Well, I have the reverse problem. I updated to 5.1 a few days ago, and now I can search for everything EXCEPT words that begin with H or N. When I try that, the enlarged letters on the keyboard freeze for 10 seconds, then disappear. Although the N or H appears in the search screen, no search results appear. I have tried shutting off various programs but that does not help. Anyone else see this problem?

    Thanks, but I have done that already several time. I also closed all open applications, and I also Reset All Settings. No improvement. BTW I am using an iPhone 4.

  • "ICM_HTTP_CONNECTION_FAILED" error for cross catalog search

    We are running SRM 7.0 SP 08.
    I have set up the external web services to access multiple external product catalogs to create shopping carts. These individual catalogs work fine for SC creation. (BTW, we removed the parameter for HOOK_URL as it seems to be not required starting SRM7).
    However, when we are trying to run "cross catalog search", either from SC creation wizard or from normal SC creation screen, the popup window would appear with search in progress, but always return no result with detail message: "ICM_HTTP_CONNECTION_FAILED" for all catalogs.
    I have debugged the scenario, and the error seems to be from FM /SAPSRM/PDO_CCS_BCKGRSEARCH, which is called in a background task. The statement that got the error is the following, with return code 1.
        CALL METHOD lv_res_client->receive
          EXCEPTIONS
            http_communication_failure = 1
            http_invalid_state         = 2
            http_processing_failed     = 3
            OTHERS                     = 4.
    Could you shed some light as to what might have been the problem?
    Thanks for your help.

    We are running SRM 7.0 SP 08.
    I have set up the external web services to access multiple external product catalogs to create shopping carts. These individual catalogs work fine for SC creation. (BTW, we removed the parameter for HOOK_URL as it seems to be not required starting SRM7).
    However, when we are trying to run "cross catalog search", either from SC creation wizard or from normal SC creation screen, the popup window would appear with search in progress, but always return no result with detail message: "ICM_HTTP_CONNECTION_FAILED" for all catalogs.
    I have debugged the scenario, and the error seems to be from FM /SAPSRM/PDO_CCS_BCKGRSEARCH, which is called in a background task. The statement that got the error is the following, with return code 1.
        CALL METHOD lv_res_client->receive
          EXCEPTIONS
            http_communication_failure = 1
            http_invalid_state         = 2
            http_processing_failed     = 3
            OTHERS                     = 4.
    Could you shed some light as to what might have been the problem?
    Thanks for your help.

  • DataGrid tooltip doesn't work for customized itemRenderer

    I have a DataGrid with one column is a customized renderer,
    when I try to use the dataTripFunc, it is not showing tooltips,
    same function works for the other non-customized column, here is
    the code:
    <mx:DataGrid id="myDataGrid" dataProvider="{dataContent}"
    width="100%" height="100%">
    <mx:columns>
    <mx:DataGridColumn dataField="name" headerText=""/>
    <mx:DataGridColumn dataField="DateTime"
    headerText="DateTime" showDataTips="true"
    dataTipFunction="cellDataTipFunc"/>
    <mx:DataGridColumn dataField="ImgBar" headerText="ImgBar"
    itemRenderer="ImgBarCell" minWidth="40" showDataTips="true"
    dataTipFunction="cellDataTipFunc"/>
    </mx:columns>
    </mx:DataGrid>
    public function cellDataTipFunc(item:Object):String {
    return "hello world";
    Where the itemRenderer -- "ImgBarCell" is a customized HBox
    component with a label and image on it.
    The tooltip -- "helloworld" shows up for column "DateTime",
    but not for customized ImgBar.
    Does this one have anything to do with event generation for
    customized itemRenderer? Or a bug in flex2?

    Hi
    The TREX server (service) must started and be contactable by RFC - this can be checked by carrying out the actions listed above. (Refer OSS Note - 866547 Error when accessing TREX server for more details )
    <b>Please have a look at the following SAP OSS Note, which will help -></b>
    Note 851106 - Search in catalog from SRM leads to "Service not reachable"
    <u>Other related OSS Notes</u>
    Note 973594 Cross Catalog Search - Configuration
    Note 894717 Items from Cross Catalogs Result does not appears in step 2
    Note 803731 Cross-category search returns no result
    Note 847137 OCI, cross-catalog search: detail display
    Note 996885 Cross Catalog Search - Timeout while accessing MDM Catalog
    1023487 cross-catalog-serach in portal opens up a duplicate window
    1020025 Item detail display in Cross Catalog Search
    1027352 Item detail display in Cross Catalog Search
    Note 866547 - Error when accessing TREX server
    Note 988427 - Update to TREX 6.1 Rev 27
    Note 994623 - Hierarchy Buffer and BIA
    Note 1030056 - Improvement in the Search within Results feature of CSE
    Note 798988 CCM/CSE: Sorting sometimes returns no results
    Note 778688 TREX_INDEX_MANAGER unit test update_view(): incorrect search
    Note 808754 Display sequence of the characteristics is not changeable
    Note 794325 - Error in OCI transfer in the BAdI /CCM/OCI_SCALEPRI
    Note 745235 Search ability changes to cross-catalog characteristics
    Note 724097 - Search of the comp. in case of structured characteristics
    Note 743643 Search ability change in cross-catalog characteristics
    Note 847551 Displaying date, time, and timestamp in the CSE
    Note 750756 Program for the deletion/clean up of TREX indexes
    Do update me as well.
    Regards
    - Atul

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Central Autoreaction Method doesn't work for NW 7.10 in SolMan 7.01

    Hello!
    The central autoreaction method doesn't work for the satellite system
    NW 7.10. For systems with kernel releases 4.6D, 640, 700 this method
    works fine and e-mail alerts are coming.
    The configuration steps I've checked:
    1. Configured SCOT. The mail_send job executes every 5 minutes.
    2. Background dispatching job is released: SAP_CCMS_MONI_BATCH_DP (In
    central CEN/000/DDIC and satellite system SAT/000/DDIC)
    3. Central dispatching job is released: SAP_CCMS_CENSYS_DISPATCHER
    (Only in central system CEN/000/DDIC)
    4. The sapccm4x-agent registered as web service within CEN using
    Create Remote Monitoring for NW 7.10:
    Connection test to SAPCCM4X.<satellite_host>.00 was performed successfully
    5. Created a new autoreaction method by copying method
    CCMS_OnAlert_Email_V2 to the own Z_CCMS_Email_Alert_CEN:
    Function Module - SALO_EMAIL_IN_CASE_OF_ALERT_V2
    Execute Method on Any Server and Only in Central System, triggered by
    CCMS agents
    SENDER (EMAIL_USER) exists in CEN/000 , RECEPIENT - <distr list
    SAP_BASIS in CEN/000>, RECIPIENT-TYPEID - C
    6. Got MTE Classes from NW 7.10 satellite system and assigned this method
    Z_CCMS_Email_Alert_CEN to an MTE-class CCMS_ORAucPSAPSR3 for NW 7.10
    satellite system. The alert is red right now.
    7. The mail_send job doesn't send anything, in SCOT there are no
    sending orders.
    8. Autoreaction status on this alert in CEN in RZ20 - Sent to CEN.
    CEN_CHECKED.
    9. The alert status in RZ20 in CEN - ACTION_REQUIRED. If I execute it
    in manual the alert status changes to ACTIVE, but no email and no
    messages in sending orders in SCOT.
    Please help me to solve this issue.
    Thank you!

    Hi,
    Since you are using RECIPIENT-TYPEID =C i.e. General distribution list, pls ensure to have shared type of list created in SBWP.
    Also pls verify your SCOT configutaion , if apropriate address area i.e. *@abc.com
    Also one point to note that even if you trigger auto reaction method manually via RZ20 , pls check if alert is listed in SOST.
    if yes , that means there is problem in either SCOT configuration or distribution list.
    If alert is not appearing in SOST , that means you need to check auto reaction method parameters;
    Z_CCMS_OnAlert_Email_V2 , here check release section if Auto reaction execution method is checked.
    Regards,
    Rupali

  • E72 - Contacts quick search doesn't work correctly

    Hello!
     I have over 1,500 contacts in Outlook and has successfully synchronized them with Nokia E72 (last firmware). But quick search in Contacts application simply doesn't work - I can find only few contacts - others just dissapear when I start typing correct letters. 
    I tried to kill the process of this app and restart Contacts. Voila, it works correctly! But then in 5 min. I tried again and got just the same problem. 
    Desktop quick search doesn't work too.
    I've already tried to reload all the contacts in my phone - no results.
    What would you advise to solve that problem?
    Thanks in advance.

    The E72 Is from the most point of views a complete and very good phone.
    But this bug drives me crazy!
    Zam72 is completely spot on: Pathetic, Killer Feature, frustrating.
    I've done som more testing:
    Started with a quick search from home screen, found the contact I was lookng for.
    Made a Mail for exchange sync. Same search, no hits. (thought I found the issue...)
    Reboot, speed search work again.
    New Mfe sync, search still works, repeated a couple of times, still ok.
    Two hours later: Search still works
    New mfe sync, search once again goes blank!
    Now i'm noticing that when I open the contacts, I can browse the contacts, but if i enter a letter it first appears, but directly disapears making search impossible.
    I'M NOT ABLE TO USE THIS PHONES CONTACTS!!!!!!
    I believe this is related to Mfe synchronizations, but it's a random issue.
    Yes, I've tried a *#7370# with no luck.
    I'm not using PC-suite sync at all (no conflicts)
    I'm not running other programs simultaniously.
    I feel like a Beta tester!

  • Mac Mail Version 6.0 (1486) has stopped recieving mesages regularly and the search doesn't work

    Mac Mail Version 6.0 (1486) has stopped recieving mesages regularly and the search doesn't work.
    Since installing Mountain Lion, Mail seems to be very unresponsive. I have mac mail running on an iMac (which works fine) and a 2012 MacbookPro which is the one having the issues with the Mail app. Both computers are running on Mountian Lion.
    When I scroll up in Mail for instance, the frame rate drops to about 5 a second.
    When I click on a message it doesn't display it in the preview pane. Which is very annoying!
    But I can get around the issue by double clicking on a message and it opens up the message in a new window.
    When I search for a message, nothing appears in the results. Even if Im searching for something that is defiently there, eg if I type in my name, you'd think some results would come up. But when I click on something else, the results dispaly for about half a second. Bizarre. Is anyone else having this problem?

    what kind of error in browser you are seeing?
    is search service application never starterd or its started but cannot crawl?
    did you see the timer jobs related to search services and what's their status?
    so what about the search results from site collection?
    also make sure this service "SharePoint Search Host Controller Service" started on all servers in the farm.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
    In the browser I receive the following error:
    The search service app is running, doesn't crawl:
    Yes, I can see the timer jobs related to search services, some of them are Succeded, others are Scheduled.
    The service SharePoint Search Host Controller Service is started in the first server of the farm, but not in the second
    one. When I try to start it, I receive the following error:
    Windows could not start the Sharepoint Search Host Controller Service on Local Computer. Error 1067: The process terminated unexpectedly.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • Mail search doesn't work well after changing mail file to another drive

    Hi, I need some help making the search in mail work for Mountain Lion. After I changed the mail folder to a new drive, SSD, creating an alias, everything works fine for mail except the search. When I search most of the times I get back emails that I received before doing the change.
    I already tried at rebuilding the mailboxes, and also I erased the Envelop index files, and they rebuilt themselves, and still the search is not working properly for the emails I have received since I changed the mail files to the new drive.
    Other than that the mail program is working well and as I work a lot with search I am experiencing a loss of productivity.
    I wouldn't like to revert it to the old drive, as the new drive is SSD and goes much faster for the big size of my mail fines.
    Thank you for your help !
    Javier

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • Portal Search doesn't work in Portal Applications forum.

    Portal Search doesn't work in Portal Applications forum.

    Hi,
    Can you mention what exactly is not working?
    Thanks,
    Vanathi

  • The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on that  wifi network

    The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on my school wifi. I have an iPhone 4S on AT&T and iOS 7.04

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • SRM 7.0 cross catalog search transparent punch out and MDM

    Hi,
    I have problems with transparent punch out and OCI.
    We are using HTTP POST, but when we create a SC what should we recieve in SAP. I suppose we should use HTML (the vendor suppose submitted HTML), but as far as I see it, SAP expect to recieve HTMÆ, right? http://www.attsuppliers.com/downloads/OCI_40_EN20030611.pdf
    <form name="ociform" action=" https://eprocurement.site.com/RecieveOCI.jsp" method="post" enctype="application/x-www-form-urlencoded; charset=UTF-8">
    <input type="text" name="NEW_ITEM-DESCRIPTION[1]" value="Java developer"/>
    <input type="text" name="NEW_ITEM-QUANTITY[1]" value="1"/>
    <input type="text" name="NEW_ITEM-UNIT[1]" value="EA"/>
    <input type="text" name="NEW_ITEM-PRICE[1]" value="15000.00"/>
    <input type="text" name="NEW_ITEM-CURRENCY[1]" value="EUR"/>
    <input type="text" name="NEW_ITEM-LEADTIME[1]" value="1"/>
    <input type="text" name="NEW_ITEM-VENDOR[1]" value="8c7d1ea0-7823-1000-b356-c0a87c200001"/>
    <input type="text" name="NEW_ITEM-VENDORMAT[1]" value="112233"/>
    <input type="text" name="NEW_ITEM-MATGROUP[1]" value="8800000"/>
    <input type="text" name="NEW_ITEM-EXT_PRODUCT_ID[1]" value="448f129ad5ebd8903ae85708c1316dbb"/>
    <input type="text" name="NEW_ITEM-CUST_FIELD6[1]" value="20"/> <!-- VAT -->
    <input type="text" name="NEW_ITEM-CUST_FIELD7[1]" value="1"/> <!-- Open Market Place -->
    <input type="text" name="NEW_ITEM-CUST_FIELD8[1]" value="1"/> <!-- Request -->
    <input type="text" name="NEW_ITEM-CUST_FIELD9[1]" value="0"/> <!-- Search Engine -->
    <input type="text" name="NEW_ITEM-CUST_FIELD10[1]" value="0"/> <!-- Web Shop -->
    <input type="text" name="NEW_ITEM-ZZ_E_MAIL[1]" value="[email protected]"/> <!-- email address as entered by user in eRequest -->
    <input type="text" name="NEW_ITEM-LONGTEXT_1:132[]" value="Request: The description of0000004 v 1. Quote: quote-0000001. Description: Pet Dogs"/>
    </form>
    Furthermore, is it possible to do cross catalog search accross MDM and a transparent punch out catalog?
    /Jimmy

    We are having problems with Transparent Punch Out and OCI.
    We are using HTTP POST, but when we create a SC what should we receive in SAP??
    Should we receive raw HTML or submitted/posted HTML?? As far as I can see, we should receive raw HTML...or?
    Furthermore, is it possible to do cross catalog search across MDM and a Transparent Punch Out Catalog?

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

Maybe you are looking for