Problem with E-Business Control Center

Hi,
I am trying to create a content selector using the e-business control cnter. When
I try to save it I get the following error.
The content selector is not complete. Please complete before saving. Could not
save the rule. Could not find GlobalContentSelectors to save the rule.
Can somebody help me with this?
Thanks and Regards,
Subramaniam

Hi,I have also somewhat similar problem in creating content selector using e-business control center.The problem is that in the Window titled "Select Customer Segments", there are no radio buttons for specifying whether Qualifying visitors may belong to Any or all of these segments. Although it is mentioned in the documentation yet not available in actual.So when we try to save it the following error appears"Atleast one selected clause has not been completed. Offending clauses: [Action clause has not been completed.].Please tell me what to do?Regards,Atif

Similar Messages

  • Problem with execution results (Control Center)

    Hi,
    I have created a mapping with output parameters.
    Unfortunately, when i run the mapping, i can't see the values in
    the output parameters through the job details reporting (control center).
    Is there any patch that correct this problem ?
    TIA,
    Stéphan

    Hi,I have also somewhat similar problem in creating content selector using e-business control center.The problem is that in the Window titled "Select Customer Segments", there are no radio buttons for specifying whether Qualifying visitors may belong to Any or all of these segments. Although it is mentioned in the documentation yet not available in actual.So when we try to save it the following error appears"Atleast one selected clause has not been completed. Offending clauses: [Action clause has not been completed.].Please tell me what to do?Regards,Atif

  • Launching a Preview Session Outside the ATG Business Control Center

    I have setup a remote preview server on ATG 10.1.1. Everything works great when viewing it inside the BCC however I’m wondering how to access the preview server outside the BCC. According to the ATG documentation, it sounds like that’s possible. The ATG docs state:
    “Users can preview project asset changes outside the framework of the Business Control Center. For example, you might want employees or outside reviewers who do not have access to the Business Control Center to evaluate changes to a Web application while it undergoes development. In this case, you can enable preview on servers that do not have the Business Control Center installed, then give reviewers URLs to the launch pages on these servers. They can invoke these URLs from any browser window.
    Note: Users who are not logged into the Business Control Center can invoke preview sessions only with URLs to a server where the Business Control Center is not running. In order to avoid security breaches, URLs to preview sessions on the Business Control Center server are blocked.”
    This is the only information I found in the documentation that talks about viewing preview outside the BCC. Based on this limited information, there are a lot of questions I have about how this actually works.
    1. Any attempt to hit any page on my remote preview server outside the BCC, I see the following exception:
    “ERROR [PreviewProfileRequestProcessor] An attempt was made to preview a project without logging in as a user with access to publishing assets. If you are running a local preview instance, the preview URLs registered with the PreviewURLManager may be misconfigured. Ensure that the preview URLs are configured with the same host and domain name used to access the BCC server. This preview request URL is: http://localhost:8280/sample_catalog/index.jsp. If you are running a remote preview instance, the Preview feature does not support remote preview on servers running the BCC. Ensure that the remote preview instance is not running any of the BCC related modules. If you received this error and did not try to perform a remote preview, then you may need to disable preview in the current web application by setting the atg.preview context parameter to false in the webapps web.xml file.”
    I am not running the BCC on this instance so I’m not sure why I am seeing this. Is there something configuration I'm missing here?
    2. I don’t understand where these urls would come from that a reviewer would use to preview the application. There is no "remote preview url" when previewing a page from within the BCC to copy and send to a reviewer so how would a BCC user send a url to a reviewer?
    3. Assuming the reviewing knew which page to hit in the remote preview server, how would that page use the assets from a project? Should the project id of the project be include as a param to the url?
    - Michael

    Shaik, if only it was that simple :( Do you have much experience working with remote preview or are you just guessing here like I have been? In order to help clarify my post though, here is the scenario that describes the basis for my questions:
    A business user is working on a project within Merchandising of the BCC
    1.     The user makes a change to a category
    2.     The user clicks the Preview Button on the tool bar
    3.     The system displays the Preview launcher screen
    4.     The user selects a pre-configured profile user and page for the preview session
    5.     The user clicks the Flexed based launch button
    6.     The application displays within the context of the BCC browser/tab
    7.     The business user would like to send that url to a reviewer who does not have access to login to the BCC
    What happens from step 6 is that a giant iframe launches from within the context of the BCC browser/tab. If you are using remote preview, it is still an iframe and still displays within the context of the BCC browser/tab, the only difference is that the BCC is proxying information to the preview instance in order to initialize the preview session to display the application in the context of the business user’s project. The url the user sees in the browser is the url for the BCC, not the remote preview server. Because the UI for Merchandising and Preview is built using Flex, there is no way to click on the Preview button to open it up in another tab or browser. The only way your suggestion would work is if there is a way to configure the Flex UI to have it open up preview in a new browser/tab which I doubt is possible.
    I hope this helps better explain my post. With that said though, this brings me back to my original questions.

  • Can find E-Business Control Center

    I'm running portal 4.0 on solaris and currently trying to get things working. I've managed to get most up and running but I can't the e-business control center up and running? It looks as if I'm missing the files which has something to do with the EBCC?
    regards
    Stig

    Stig,
    For the GA Release of WebLogic Portal 4.0 EBCC is available on Windows NT/2000 only.
    You have to download EBCC separately and then install it on a Windows NT/2000 box.
    If you go to download site and select the "Sun Solaris" platform ans then "Procees to Download",
    you will find the link for downloading EBCC just below the link for dowloading portal 4.0.
    EBCC for Solaris will be available with Service Pack 1 which is planned to be available around
    mid-December.
    Hope that helps,
    Michel.
    "Stig Boye Andersen Aatland" <[email protected]> wrote in message news:3c00f288$[email protected]..
    I'm running portal 4.0 on solaris and currently trying to get things working. I've managed to get most up and runningbut I can't the e-business control center up and running? It looks as if I'm missing the files which has something to do
    with the EBCC?
    >
    regards
    Stig

  • Problem with a table control

    Hi gurus,
    I´ve a problem with a table control. It has 3 columns which one is a checkbox.
    I can fill all fields but in the moment I mark the checkbox this line must be unwritable. How can I do it?
    Thanks for all
    Dani

    Assign a function code to the checkbox column....
    so when u check / uncheck any entry, PAI + PBO will be triggered....
    In the PBO during the loop of table control, check the checkbox field value. if it is 'X', make the row readonly
    by looping at screen and setting screen-input = 0 for rest of the columns.
    like ...
    LOOP AT tc_itab
           WITH CONTROL tc_test
           CURSOR tc_test-current_line.
       module set_row_readonly. " loop at screen and set input = '0' if checkbox is checked...
    ENDLOOP.

  • Problem with Copied Business Object : SELFITEM

    Hi,
    sub:    Problem with Copied Business Object : SELFITEM
    I want to use changed selfitem BOR for carbon copy functionality. For it, i copied the BOR : SELFITEM. it is giving error
    In SWI2_DIAG it is showing like this.
    Work item  cannot be read                                                
    Work item 000000639770: Object  method SWW_BI_EXECUTE_S cannot be executed
    The problem is with COPYING The Business Object. Because , generally we extend BOR ,not copy. But i did copy.
    Please help me regarding this.
    Balaji.T.

    hi Martin,
    The problem may not be in method. because simply we copied the BO:SELFITEM into ZSELF . And i want to test this for a mail at first , whether copied BOR  is working or not.The mail is not triggering . it is saying that it is Error.
    WF_BATCH error...
    I can see error in Tx: SWI2_DIAG ,
    this is Error :
    Work item 000000639770: Object  method SWW_BI_EXECUTE_S cannot be executed
    Once it is rectified i can modify the method in BO:ZSELF.
    Thank you in Advance..
    Balaji.T.

  • Is anyone experiencing problems with opening mission control from the desktop.  Running mountain lion with parallels 7 and windows 7

    is anyone experiencing problems with opening mission control from the desktop.  Running mountain lion with parallels 7 and windows 7

    I had been having a similar problem on Lion with Safari pdf files despite downloading the latest Adobe Reader XI.
    I would constantly get the same messages - There was an error opening this document. The file is damaged and could not be repaired. And I would get a blank page when I tried to print the pdf if I tried printing from the Safari web page using File - Print from the top toolbar on my laptop.
    Then I came across the grey Safari lozenge with action icons.
    This allowed me, without downloading the pdf, to print the pdf file direct from the Safari page by using the Print icon on the grey lozenge that appears centrally three quarters down the screen.
    Then I discovered that if I save the pdf using the Save icon from this same grey lozenge on the Safari page I can open and print this pdf version from my desktop.
    I've tested it with a couple of different pdf files and these methods work using the grey lozenge icons but the same pdfs files don't work using File - Save As on the Tool Bar.

  • Problem with the table control BDC in FV60 transaction

    Hi All,
    I got the problem with the table control in FV60 transaction.
    This is working for 900 line items.After 900 line items it is giving the problem like it is 1000th line item.You can post only 999 line items.
    I know we can post only 999 line items,but in my file only 920 line items.
    Please give me solution,if anybody come across this situation.
    Thanks & regards,
    rakesh.

    Hello Rakesh ,
    your file may have only 920 line items , but based on those line items, SAP may create few more  new lines ( based on the clearing recon accounts , inter company transaction ...etc )...
    regards
    Prabhu

  • Problem with Creative Audio Control Panel

    ) Heya, I just bought a SB X-Fi Xtreme Audio and I've encountered a problem with Creative Audio Control Panel. My OS is Win7 x64; I have installed the newest drivers for SB. The problem is that I can't set my setup for headphones. I mean I can do that and it's working untill I turn off the PC or restart the system. After that it always sets for 2/2. Speakers. Any ideas how to make this thing to remember my settings the way I want it's Thanks!

    - The problem seems to be fixed Here's the solution for my card: <a rel="nofollow" target="_blank" href="http://forums.creative.com/t5/Sound-Blaster/SB-P7X-Series-Support-Pack-2-5-02-06-200-AudigySE-Value-LS/m-p/5493" title="Linkification: http://forums.creative.com/t5/Sound-Blaster/SB-P7X-Series-Support-Pack-2-5-02-06-200-AudigySE-Value-LS/m-p/5493"]http://forums.creative.com/t5/Sound-Blaster/SB-P7X-Series-Support-Pack-2-5-02-06-200-AudigySE-Value-LS/m-p/5493[/url]

  • Anyone else having problems with the music controls in the control center?

    Ever since the iOS 7 post release update (iOS 7.0.2) I've have trouble with the music controls not working properly. Wondering if anyone else was experiencing the same issues....

    IslandPrince89 wrote:
    That actually helped but it seems that there are a lot of bugs in the iOS 7.0.2 ..
    You can use this Link to send your Feedback to Apple
    http://www.apple.com/feedback/

  • Hdmi sound problems with m9150f in media center

    I am running a pavilion m9150f Q6600 vista 32 bit and GeForce 8500 gt graphics on a sony wega 55" lcd projection tv. Recently I have been having problems with media center sound. Recorded programs from standard channels (2-64) seem fine but hd channels (1341, for example) produce an error message stating "Unsupported Audio Signal. Please check device output." Which kills all sound from Pc. After shuffling through various output options, often returning to the original settings, and occasionally reinstalling devices or drivers, the problem is fixed. Then, seemingly at random, POOF!, error occurs again.I am at my wits end and am ready to throw my PC out in the street and hit it with a bus! Please help prevent its untimely demise.
     Thank you.

    Hi again
    I have downloaded the Realtek sound driver from the Tosh page and unzipped it.
    (I have chosen the driver for Vista!!! I suppose you use Vista???)
    There is a folder called sound. Access this folder and run Setup.exe
    But before you will start this procedure you could access the device manager (control panel -> computer -> device manager) and choose sound, video, and game controller. There you have to mark realtek AC and click on uninstall and reboot the unit.
    After this sound driver removing you should start the new driver installation described above. (setup.exe)

  • Strange bug/problem in mobile server control center

    I am running Mobile server control center for settings some properties for synchronisation. When I leave the system idle for few minutes, I get the following errors:
    WTG-10109: Web-to-Go could not locate requested URL
    Web-to-Go could not locate requested URL /admin/console/usrblank.html
    Please contact the application vendor
    Also this error "oracle.html.HtmlRuntimeException: HtmlFile.toString() IO Exception caught" .
    I had to restart the server again. This happens all the time when I leave the system idle for few minutes.
    I dont think this is a session problem. Even if this is session problem then it should give a valid error message.
    My session timeout was set to 180 minutes(default).
    Your suggestions will help us to evaluate the product.
    Thanks a lot in advance.
    regards
    Yugandhar

    RP
    thanks but I tried all combinations and understand from metalink and other replies in this discussion forums, we need to remove the mobileadmin schema and reinstall it.But dont know why - is it a bug or some problem with installations.
    I am still not able to enter as ADMINISTRATOR/ADMIN or administrator/admin(if case sensitive).
    thanks in advance for suggestions.
    regards
    Yugandhar

  • Problem with BDOCS Business Partner CRM - PSCD(R/3)

    I have a problem with BDOCS (Middleware, Data Exchange Synchronization).
    I configured only Synchronization for Business Partner Type “2” Organization and “3” Group”(In the Initial Load).  However, when PSCD add or modify “Identification Number” (table : BUT0ID) for other types of Business Partner, for example type “1” Person, the BDOCS generate a update in CRM (inbound queue) specifically produced a show processes in PSCD, because the table  TRFCOUT progressively grow, and also in the outbound queues table.
    Do you have any idea what happen ??
    or if i can use a kind of filter to the Bdocs online??
    Because i only can filter the BDOCS in the initial load but not in the bdocs online.
    thanks in advanced

    Hi,
    Configuring the business partner integration from R/3 is done in the PIDE-transaction on the R/3-side and in the customer_main object on CRM-side. Simply enter the filter settings in the object, sync it with R/3, check your filter settings in table CRMFILTAB on the R/3 side.
    Grtz,
    Michael.

  • Problems with the items (control) in forms 9i (Re)

    Hello,
    I write this problem in a other post and but don't have any feedback about it(So I will give another try:-) )
    The problem that I will describe don't happen all the time and is very rare but I want to know if it's a normal bug of forms or something more special of our PL/SQL code...
    So here we are.
    Is there others developpers here that have problems with the mouse cursor of the user that seems to be "jammed"(blocked, trapped) in a text item (or another control, like a list item). When this problems happen, the user can't go on another field of the forms with his mouse cursor(Mouse click), the only thing that can resolve that is to refresh the page with Internet Explorer, and after that, he is free to go on another field of the forms.
    This problem is very rare but happens sometimes.
    Thanx in advance!

    Hi,
    This problem is due to failuer of navigation of mouse cursore. For more specific solution can you give the error message and error code, So that we can have exact picture. Waiting for error code......

  • Problem with programmat​ically control histogram color

    Hi,
    I'm developing a function to display multiple channel histogram. But I can not programmatically control the color. I use XY graph to display, and there's no problem with other type of plots.
    Attached is the example vi I use for the test. Please tell me if I make any mistakes.
    Inhaler
    Attachments:
    histogram_colortest.vi ‏38 KB

    instead of using plot.color, use the fill/point color.
    -Joe

Maybe you are looking for