Varriant Configuration: Urgent

Hi I have already done all my work.
now once i am executing the sales order i am facing error like
1. configuration not possible for material xxxxxxx : reason 3.
2. in condition table at item level condition value of PR00 is greyed and zero. though Varriant price takes positively.reeor shows " PR00 is missing"
Please reply ASAP.
thanks in advance
mahesh

create configurable matl -mm01-item cat -0002-- check matl is relevant for config-,avail check-02,mrp-pd,lot size-ex,procurement-e,inhouse prod-7,strategy grp-25.
create characteristic-ct04
create class-cl01
Class is used to hold the characteristic that describes the material by linking the class to the configurable material
create configurable matl-cu41
create obj dependencies-cu01
assign object dependencies-ct04
maintain recordds-vk11
simulateconfiguration-cu50
create s.o-va01

Similar Messages

  • Regarding DMS configuration - urgent help

    Hi,
    I need urgent help with the below scenario.
    I created one document,attached a drawing,now i want to submit to a higher level authority using workflow who can approve/reject.how do i do this.
    Also i would like to create  two vaults Vault A and Vault B ,user A has read/write to vault A and user B has read/write to only Vault B ,but user C has read.write to both vaults.
    Please let me know how do i create users,configure vaults and give permissions.
    thanks
    prasad suresh

    first u have to create  status for approval
    i give u one example of it
    first u have to create different stauts  for approval process
    for this u have to configure in SPRO with the relevant document type
    and give the  proper authorization in PFCG to relavant user , who create the doc and who chek and who released the doc
    read this carefully , i made this kind of approval process in my project
    1 --- "CR"   means "Create"  by document Creater
    2 --- "Ch"   "Checked" by X authority    /  if any mistake found then  "R1"    "Rework"  by X authority
    3 ---  "Re"   " Released" by Y authority / if any mistake found then "R2"    "Rework"  by Y authority
    think that there is three  stage for approval of any drawing
    first stage  -
    document creat   (Draft Man Creat Drawing and attached )
                              at that time document status is "Cr" after creating doc , that DIR info is sent to higher
                              authority using document distribution functionality
    second stage----- document checker (Receive document from Draft Man in SAP Inbox)
                               he chek that drawing (DIR) . if there is not any other mistake than it again
                              follow the cycle of document distribution to his higher authority. this time
                                document status updated from " Cr "  to " Ch" means from "creat" to "checked "
                                if any mistake found than he change status "Cr"  to "R1" means
                                create to rework  and send it back to drafts man
                                 and drafts man again modify drawing and modify status "R1" to "Cr"
                                 and send it to higher authority
    third stage -
        document aprover  (Receive document from document checker in SAP Inbox)
                               he chek that drawing (DIR) . if there is not any other mistake than he update
                                document status  from  " Ch" to "Re"  means from  "checked " to "Released"
                                if any mistake found than he change status "ch"  to "R2" means
                                checked  to rework  and send it back to drafts man
                                 and drafts man again modify drawing and modify status "R2" to "Cr"
                                 and send it to higher authority
    and in second question , pls tell me clear what u wana do
    vaults means what ?
    is it Repository or what ?
    give me idea by some example

  • RuntimeException only for one model in configurator-Urgent

    I created a custom web page in OAF to launch Configurator. It was working fine untill this morning , when another co-worker made some changes and published one particular model.
    My application fails to launch that model where as all the models work fine.
    This model launched fine from Quoting/OM and Config Dev.
    Error from the logs is :
    [Sep 17, 2008 1:07:13 PM
    CDT]:1221674833273:Thread[Thread-27248,10,main]:6616:1985801979:s1v1280:10.122.84.1:8101:16010:STATEMENT:[fnd.framework.webui.OAPageBean]:CZInitString=<initi
    alize><param name="database_id">szzzzzzz_macp</param><param name="icx_session_ticket">0DA897D89B5B9415C7975C52278BFF45</param><param
    name="calling_application_id">601</param><param name="responsibility_id">24742</param><param name="ui_def_id">0</param><param
    name="terminate_id">null</param><param name="ui_type">JRAD</param><param name="init_was_saved">true</param></initialize>
    [Sep 17, 2008 1:07:18 PM
    CDT]:1221674838221:Thread[Thread-27248,10,main]:6616:1985801979:s1v1280:10.122.84.1:8101:16010:EXCEPTION:[cz.service.ConfiguratorServiceLocal.From
    processMessage()]:[null_475db5b_b0 # 16171] Cannot find the text with persistent id 33125520 in source ui 23080
    java.lang.RuntimeException: Cannot find the text with persistent id 33125520 in source ui 23080
         at oracle.apps.cz.dio.ui.UiController.getTextByPersistentID(UiController.java:779)-----------
    I saw a few notes on metalink and found some scripts for debugging, but I have no idea what sense to make out of it.
    SELECT * FROM cz.cz_db_logs WHERE message_id='353320'
    - no result
    SELECT model_id,publication_id from cz_model_publications where export_status = 'ERR'
    --no result
    SELECT intl_text_id, persistent_intl_text_id,text_str,ui_def_id FROM cz_intl_texts where persistent_intl_Text_id = 33125520;
    2 rows
    33136901    33125520 . . . . . . .Rewind(s) upgraded to 3HP. . . . . . . 239347
    33125520    33125520 . . . . . . .Rewind(s) upgraded to 3HP. . . . . . . 23080
    select model_id,ui_def_id,intl_text_id,creation_date from cz_intl_texts where persistent_intl_text_id = 33125520
    2 rows
    2409785 239347 33136901 9/17/2008 9:53:29 AM
    21400 23080 33125520 9/17/2008 9:09:28 AM
    SELECT intl_text_id, text_str, persistent_intl_text_id, seeded_flag, ui_def_id, model_id FROM cz_intl_texts where ui_def_id = 23080 AND deleted_flag = 0;
    -- 8 rows
    SELECT * from cz_model_publications WHERE object_type = 'UIT' ;
    24 rowsPlease help, its urgent.
    Thanks

    I investigated more and here are my findings:
    we have 2 publications in production published for different set of applications,
    pub1 is published for applications : asn, qot ,oem
    pub2 is published for applications : mac(custom application) --this was created for changes in future and has effectivityset for future.
    It seems while launching , it picks the ui for pub2 and I want it for pub1
    My query is :
    select distinct
         rep.name name ,
         pub.ui_def_id,
         pub.publication_id
    from cz_model_publications pub,CZ_UI_DEFS defs,CZ_REPOS_TREE_V rep,CZ_PB_CLIENT_APPS apps
    where pub.ui_def_id=defs.ui_def_id
    and apps.publication_id=pub.publication_id
    and rep.object_id=defs.devl_project_id
    and pub.publication_mode='p'
    and rep.object_type='PRJ'
    and pub.organization_id = '101'
    and pub.deleted_flag = 0
    and pub.disabled_flag = 0
    and apps.fnd_application_id=880 --this is available for quoting UI
    order by rep.name
    Can anyone plz help me on this .
    I will appreciate it
    Thanks

  • Varriant configuration

    I have created class:- computer
    varriant Material :- VCcomputer with material type:-KMAT
                                and Item Category :-0002
    Characteristics        Value
    VCMONITOR       LCD   PLASMA
    VCRAM              512MB  1 GB
    VCHARDDISK     512MB  14 GB
    VCKEYBOARD   STANDARD    UNIQUE
    Now, I have maintained material for VCcomputer
            and also value material like LCD/ 512MB/STANDARD
            with material type : ROH
    My Query is :-
    Whether should i maintain material for characteristics. if yes please advise me what should be material type? item category ?
    Whether should i maintain material for characteristics value. if yes please advise me what should be material type? item category ?
    In case of BOM creation CS01:-
    material :- VC computer
    Plant     :- 1501
    Usage   :- 1 or what?
    Bom should be maintained as Class or non stockable item as item category?
    Because once i am creating BOM i got error "configuration Object not supported to class type 300"
    please give me the solution ASAP.
    Thanks in advance.
    Mk
    Lead consultant
    Edited by: Mahesh Kumar on Apr 6, 2008 2:12 PM

    As such, Variant Configuration is big topic, you keep discovering more and more as do more. to answer your specific questions:
    1. You already created material master of products, now you need not create material master for characteristics and what is reason for creating such products with material type 'ROH', by the description they look like finished products
    2.Again no need to create materials for characteristic values, you already have defined materials that can be selected by dependencies when related characteristic value is selected.
    3. In case of BOM usage, if you are creating this BOM for sales purpose, use BOM usage 5.
    4. All the products you have described as characteristic values are stock items, so use a stock item
    Regards,
    PATHIK

  • Switch configuration urgent help (edge and core)

    hi
    i have new project in with the bellow product :
    20 X WS-C2960-24TC-S
    2 X WS-C3750X-48T-S
    2 X WS-C2960S-24TS-S
    i need to configure this switch in order to work without having vlan, first the 2 core switch for redundancy, then each catalyst switch 2960(edge Switch) connected to the two core with 2 uplink each uplink will be connected to single core switch(i have 2 core switch and i want to configure it in stack mode redundancy) 
    i need help to configure this switch to work perfectly with each other in best redundancy mode any configuration for this switch will be very helpfull for me
    thank you

    Hey,
    This is a very open question but i believe the document below is a good point to start:
    http://www.cisco.com/c/dam/en/us/td/docs/solutions/Enterprise/Small_Enterprise_Design_Profile/chap2sba.pdf
    HTH.
    Regards,
    RS.

  • FI-CO Configuration "Urgent Help"

    Hello SAP Gurus,
    Simulate Inventory Mgmt; Entry of Simulation Data
    Plant appears as error. Can any of you help in rectifying this . My plant # is not showing in the drop down menu.
    If the plant was not created let me know the path and how to rectify this in future.
    Thanks !!! [email protected]

    IMG for SAP Plant Maintain
    How to Configure a New Plant in SAP?
    Plant 0001 is the SAP default provide for your reference.
    OX14 - Define Valuation Area (Tick one only- Once your system go live, no more changes)
                 Most company take the SAP recommended choice - Value Material Stock at Plant level
                 Value Material Stock at Plant or Company Level
    If you valuate material stocks at plant level, the plant is the  valuation area.
    If you valuate material stocks at company code level, the company code is the valuation area.
    The decision you make applies to the whole client.
    OX10 - Create / Change / View Plants
    OVXB - Create / Change / View Division
    OX18 - Assign Plant to company code
                  e.g.       0001 - 0001 - All Plants
                                          Px1   - Plant Px1
                                          Px2   - Plant Px2
    OX19 - Assignment of company code to the Controlling Area
    OB38 - Assign company code to Credit Control Area
    OMJ7 - Assign business area to Plant/Valuation area and division
                 e.g. Plant Px1 - Business Area Bx1
                                                                Bx2
                 Assign Valuation area to the Business Area
                 .e.g. Valuation area Vx1 - Business Area Bx1
                                                         Business Area Bx2
    OMS0 - Assign Factory Calendar to the Plant and Business Area
    The plant plays an important role in the following areas:
    Material Valuation - If the valuation level is the plant, the material stocks are valuated at plant level. Each plant can have its own material prices and account determination.
    Inventory Management - The material stocks are managed within a plant.
    MRP - Material requirements are planned for each plant. Each plant has its own MRP data. Analyses for materials planning can be made across plants.
    Production - Each plant having they own production/planning.
    Costing - In costing, valuation prices are defined only within a plant.
    Plant Maintenance  - If a plant performs plant maintenance planning tasks, it is defined as a maintenance planning plant. A maintenance planning plant can also carry out planning tasks for other plants (maintenance plants).
    If you want to use the application PP (production planning) or product costing and job-order costing, you must set valuation at plant level.
    The valuation level that you choose affects
    the maintenance of material master records
    the G/L accounts in which material stocks are managed
    the G/L accounts to which transactions are posted in Materials Management
    Effect on the maintenance of material master records:
    Depending on the valuation level chosen,
    you maintain accounting data in the material master record for each plant or for each company code
    you define a valuation price for the material in each plant or in each company code
    Effect on G/L accounts:
    If material stocks are valuated at company code level, all plant stocks of a material are managed in a joint stock account for each company code.
    If material stocks are valuated at plant level, you can manage the material stocks for each plant in different accounts. For each plant, you can define a separate determination.
    If several plants are to use account determination, you can group these plants in "Valuation and Account Assignment" Customizing.

  • FBZP APP configuration - Urgent

    Hi sap guru's,
    I had encountered with the following problem. 
    Our client has 3 a/c's with a bank SBI at same branch(mumbai) and he issues cheques from all 3 a/c's. Here how the configuration should be done for check payment method for APP.  can any one please explain.
    I had created one house bank and 3 account id's and under account determination-->bank selection how to configure payment method, how to determine the bank sub account under bank a/c determination.     As Under bank a/c’s same pmt method along with same currency not allowed under one house bank but here our client has 3 a/c's at that branch and issues cheques from 3 a/c's so i have to configure the 3 a/c's in whichever way the ranking order may be. I was unable to configure as it is not allowing for same payment method, same currency under one house bank.
    Any one please reply
    Thanks in advance,
    krishna
    Edited by: vamshi krishna on Feb 25, 2008 11:09 AM
    Edited by: vamshi krishna on Feb 27, 2008 6:38 AM

    you need to review how and why your client issues checks for the same currency from three accounts.
    What is the business logic?
    If you had one for Dollar and one you Euro then ranking order and bank accounts.
    You could look at creating two new payment methods and assigning them to the lower level in the bank account section but first I would question how the client knows which account should be paid from.

  • ACE Configuration (urgent)

    I am facing problem with ACE configuration. I want to redirect 443 traffic to my Proxy Server.
    But I am not able to do this. I want to redirect only subnet 192.168.80.0/24
    I have the following configuration
    access-list BC line 8 extended permit tcp host 192.168.80.89 any eq https
    access-list BC line 16 extended permit tcp host 192.168.80.62 any eq https
    probe tcp PROBE_TCP_443
      port 443
      interval 15
      passdetect interval 60
      open 1
    serverfarm host SF_BCPR_https
      transparent
      probe PROBE_TCP_443
      rserver RS_BCPR01
        inservice
      rserver RS_BCPR02
        inservice
    sticky ip-netmask 255.255.255.255 address source STICKY-SOURCE-HTTPS
      replicate sticky
      serverfarm SF_BCPR_https
    class-map match-all CM_SF_BCPR_HTTPS
      2 match access-list BC
    policy-map type loadbalance http first-match PM_LB_SF_BCPROXY_https
      class class-default
        sticky-serverfarm STICKY-SOURCE-HTTPS
    ==================================================================================
    policy-map multi-match PM_MAIN_BCPROXY
        class CM_SF_BCPR_HTTPS
        loadbalance vip inservice
        loadbalance policy PM_LB_SF_BCPROXY_https
        loadbalance vip icmp-reply active
        appl-parameter http advanced-options PARAMAP_CASE
    ==================================================================================
    interface vlan 300
      description ACE-INSIDE CONTEXT RACK1
      ip address 192.168.0.65 255.255.255.224
      alias 192.168.0.73 255.255.255.224
      peer ip address 192.168.0.66 255.255.255.224
      no normalization
      mac-address autogenerate
      no icmp-guard
      access-group input acl-in
    access-list BC line 8 extended permit tcp host 192.168.80.89 any eq https
    access-list BC line 16 extended permit tcp host 192.168.80.62 any eq https
      service-policy input PM_MAIN_BCPROXY
      no shutdown
    I am getting error.
    DC-ACE01/Rack1(config-cmap)# 10 match access-list BC
    Error: Class-map is being used for virtual server definition
    =======================================================================
    Only if I am putting
    class-map match-all CM_SF_BCPR_HTTPS
      2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq https
    Then only it is working but I dont have to have this policy to be applied on all the users only one subnet I want to have under HTTPS policy.
    Please let me know how can I apply the policy only on specific subnet so that port 443 traffic can be redirect and rest of all subnets can go direclty to Internet.
    Waiting for reply.
    Thanks in Advance.

    Hi, if this is your current configuration in last message - it's wrong, should be :
    class-map match-all CM_SF_BCPR_HTTPS
      2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq https
    policy-map type loadbalance http first-match PM_LB_SF_BCPROXY_https
      match IT source-address 192.168.80.0 255.255.255.0  <----- If you want to redirect 192.168.80.0/24
        sticky-serverfarm STICKY-SOURCE-HTTPS
    And then in Layer 4 (multi-match policy)
    policy-map multi-match PM_MAIN_BCPROXY
        class CM_SF_BCPR_HTTPS
        loadbalance vip inservice
        loadbalance policy PM_LB_SF_BCPROXY_https
        loadbalance vip icmp-reply active
        appl-parameter http advanced-options PARAMAP_CASE
    However you need to be aware - with such configuration all other traffic to port 443 will be dropped.
    The one of the options can be to add forward action to class default in Layer 7 map , like this :
    policy-map type loadbalance http first-match PM_LB_SF_BCPROXY_https
      match IT source-address 192.168.80.0 255.255.255.0  <----- If you want to redirect 192.168.80.0/24
        sticky-serverfarm STICKY-SOURCE-HTTPS
    class class-default  <--- additional configuration
    forward
    In this case traffic to port 443 from other than 192.168.80.0/24 sources won't be dropped but will be just forwarded to destination.

  • Servlet Configuration - urgent

    I installed
    jdk-6u21-windows-i586.exe
    in my machine (xp s3) and I can run java progrms
    Now I want to know the following things
    1. Which version of jdk is this
    2. I want to run Servlets from my machine
    what additional software to install for this
    in which folder, how to configure?
    kindly give me step by step procedure for this, thanks in advance

    jdk-6u21-windows-i586.exe
    1. Which version of jdk is this1.6.21
    2. I want to run Servlets from my machine
    what additional software to install for thisApache Tomcat for example, Jetty: many other possibilities.
    in which folder, how to configure?Read the documentation for whatever you choose.
    kindly give me step by step procedureThis is a 'New to Java' Programming forum, not a help desk.

  • WD4A Component/Application configuration (urgent! please any comments)

    Hi experts,
    I want to adapt qimt_notification_app. I just want to blank some fields via implicit variant configuration.
    I found out, that RPLM_QIMT_NOTIF_MAIN_COMP is the main component and refers to RPLM_QIMT_NOTIF_COMP.
    I made a component configuration from RPLM_QIMT_NOTIF_COMP and put some UI elements of the views invisible. Afterwards I made an application configuration based on "qimt_notification_app".
    Now I have troubles to bind the component configuration to the application configuration. Can anyone tell me to which Component Usage I have to add the component configuration? I bound it to all RPLM_QIMT_NOTIF_COMP components but when I test the configuration it doesn't work.
    URL: .../sap/bc/webdynpro/sap/qimt_notification_app?sap-language=EN&sap-wd-configId=ZTEST_QIMT_NOTIFICATION_APP2
    but the right click on the GUI --> "more field help" --> shows:
    Application:                     QIMT_NOTIFICATION_APP
    Web Dynpro Component:  RPLM_QIMT_NOTIF_COMP
    Window Information:         NOTIF_MAIN_WINDOW
    View Information:              NOTIF_ENTRY_VIEW
    Configuration ID:               QIMT_NOTIF_                    <-- I supose ZTEST_QIMT_NOTIFICATION_APP2
                                                                                    should be standing here!
    THANKS for your help!

    Looks like there is some problem with the PanelGroup that I have bound to a property of the managed bean. I use this panel group to generate the menu. Since menu changes depending upon various factors, so every time menu changes, I clear the children of the Panel and add new components to it. Perhaps that's the reason I am getting this error...
    but isn't that the purpose of binding a component to backed bean property, so that we can make changes to it from the backing bean.
    Is it a bug or I am doing some thing wrong?

  • BC SET Configuration(urgent)

    hi folks,
    my requirement is this..
    QATS requires BC sets print with the documentation which cover all the details of the BC Sets such as BC Set Structure, Table Overview, Variable overview, IMG path, Field overview, as well as all the information captured in the BC Set documentation etc. The same output should be able to save in RTF or PDF format as well as it should be able to print the same with documentation details.
    please throw some light on BC SET configuration also regarding the usage of the function module SCPR_DB_GET_DETAIL.
    Regards,
    Nagaraj

    Hi all
    Thank you very much.. i hope you are not getting my problem.
    In the BDC i have kept the mode selection in the selection screen and checked the entire flow.. in the fore ground through the BDC. 
    In BDC the BC Set is getting updated. without any error.. and if there is any error.. it triggerring the error message..
    but.. the problem here is with the BC Set.  it is not getting updated when the updation is done through the BDC.
    Is there Any one well versed in BC Set.. can you please help me.
    Thanks In Advance
    Guhapriyan Subrahmanyam

  • Cash Flow Configuration (Urgent)

    Hi
    Please tell me the  details about cash flow configuration.
    good answers will be rewarded with points

    Hi,
    Cash Flow configurations need to be done as follows:
    I. Determine which GL accounts you need to pull in Cash flow- Configurations required for all these accounts at step 2, 3 and 5 below.
    II. Determine Structure : ie, grouping and headings etc of the Cash Flow - Configurations required defined in step 1 and 4 below.
    Details of configuration :
    1. Define Cash Flow groupings and Headers in t-code OT 18
    2. Define Selection for groupings in t-code OT17.
    For each grouping -
    Keep one entry with Type as E and Selection as ++, Sum Term ++. This will pull all sub accounts defined.
    Also define each account by using type G and account number in Selection and Sum Term as Name of GL account/ Bank name.
    3. All accounts that you defined at 2 in OT17 also need to be defined at T-code OT16 - company code wise.
    4. Other config required : Please refer building blocks documentation. - Define Source Symbols, Define planning levels, Define Planning groups.
    Most of this will have been configured if you have used building blocks, but please check the same to configure as per your requirements.
    SPRO path -> Financial Supply Chain Management->Cash and Liqudity Management->Cash Management-> Basic Settings---
    5. Most important config, is that for all accounts you plan to pull on your Cash Flow, the fields for Cash management have to be made available for GL account master.
    i.e. while defining account groups for Gl in SPRO, the field status for group 'Bank / financial details'  all fields, should be  'Opt entry'.
    If this is accidently suppress or display only, you will not be able to pull the account number in Cash flow statement.
    Once this field is available for input, in Gl master data on T-code FS00-> create/ bank /interest  tab-> bank/ financial details in company code tab..planning level that you configured in step 4 above, needs to be entered. Also Relevant to cash flow needs to be checked.
    All the T-codes mentioned as well as spro path is relevant to SAP ECC6.0 ver. I think the IMG path is different in earlier versions. but you should get that in the relevant building blocks document.
    This can also be used:
    S_ALR_87012272 Cash Flow (Indirect Method)
    Variant S_ALR_87012273
    Hope this information helps.
    Thanks,
    Rahul Yadav

  • Trex Configuration--urgent

    Hi all,
    I want to configure Trex.For this if any one providing the useful link or documents and suggestions means it would be appreciated.
    Thanks and Regards
    Vijay kumar

    Hi all,
    for the most current info + docu about TREX and TREX configuration see:
    SAP Help Portal:  Search and Classification (TREX)
    http://help.sap.com/saphelp_nw70/helpdata/en/40/83505303bd5616e10000000a114cbd/frameset.htm
    --> TREX Configuration (as already mentioned above)
    SAP Service Marketplace:
    https://service.sap.com/instguides
    --> SAP NetWeaver --> SAP NetWeaver 7.0 (2004s) -->  Installation -->  3 - Installation - Standalone Engines --> SAP NetWeaver Search and Classification TREX
    There you find the Installation & Implementation Documentation Center for TREX with links to the TREX install guides for installing and configuring single host as well as multiple hosts landscapes.
    See also the SAP internal TREX Portal
    http://trex.wdf.sap.corp:1080
    for most current info about TREX.
    Current TREX versions are TREX 7.0 and TREX 7.1. Note the prerequisites for using TREX 7.1 by NW 7.0.
    Regards,
    Ralph Schroeder/TREX documentation

  • Pre-configuration(urgent)

    Dear all,
    Can anyone tell what are the documents that are to be prepared in FICO before implementation?
    Thanks in advance.
    I will assign points.
    Regards,
    A.Anandarajan.

    Follow Oracle® Identity Manager Installation and Configuration Guide and go to 'Planning the installation' section where all pre-requisites are mentioned for the IAM setup.

  • Configuration - Urgent

    Hi,
    What is necessary to configure the workflow approval circuit?
    I manage to say who are the approvers but I get no email of notification of it, nor if it was approved.
    Best Regards
    Lai

    Hi Lai,
    after you have set up the Approval Process correctly you should be able to see notifications in the "Recent Notifications"-iView when processing the "Publishing with an Approval Process" workflow. Please follow the Process Flow (http://help.sap.com/saphelp_nw04/helpdata/en/0a/b197a80f1a0142854f683eb445137e/frameset.htm) and check the iView on the Dynamic Navigation of Overview Page under Home -> My Info (eu_role).
    It this works, and you want additionally to get the notification by Email, you must configure the Email Channel for Notification correctly. Go to KM Configuration -> Content Management -> Global Services -> (Show Advance Options) -> Notificator Service and check if it is activated as well as the EMAIL Channel is correctly set.
    Does the sending of subscriptions mails work?
    Hope this helps,
    Robert

Maybe you are looking for