Multi Language Display in EP when integrated with MDM

Hi,
Here is the situation:
I log into MDM Import manager in English Language and load the data.
I can see the data in MDM data manager "Language Detail" tab in all other languages(DE, ES, CN etc...) also irrespective of what langauge I log into MDM Data Manager.
But, when log into EP in German Langauge, I can't see the data.
Is there any way that we can display the data in EP even when we log in with different language other than English.
ANy help on this is appreciated.
Thanks a lot in advance!!
RK.

Hi Eduardo,
I tried the options you suggested, but the result is the same.
And I tried the following options also:
Scenario 1
Backend language was set to Arabic,
JCOs were set in Arabic
User Lang was set to English
Result: ESS Iviews are still displaying in Arabic.
Scenario 2
Backend language was set to English,
JCOs were set in Arabic
User Lang was set to English.
Result: ESS Iviews are still displaying in Arabic.
Scenario 3
Backend language was set to English,
JCOs were set in English
User Lang was set to Arabic
Result: ESS Iviews are still displaying in English.
Regards,
Srinivas

Similar Messages

  • Sharepoint 2013 on-premise integration with MDM solution on Mobile

    Hi,
    Can sharepoint integrate with a MDM solution on the mobile based on device certificates?
    Thanks
    Naresh

    Hi Naresh, 
    i would like to suggest you to open a thread also at MDM forum, perhaps there is a clue regarding the device certificate: http://social.technet.microsoft.com/Forums/en-US/home?forum=winphonemgmt&announcementId=048fe18a-0606-4079-a1ec-0fc5bd9a1f1d
    for more info regarding the certificates you may check at this article:
    http://technet.microsoft.com/en-us/library/bb633120.aspx
    please correct me if i am wrong, as i know sharepoint may not have the integration to MDM using OOB feature.
    if should the certificate able to set at mobile and system center perhaps sharepoint also able to accept it since it may also use SSL.
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Third Party integration with MDM

    Hello,
    We are getting some data from 3rd party and trying to integrate that with MDM.
    Is it where we use Enrichment controller ? Please provide some inputs and guidelines as to how we can integrate third party with MDM.
    Thanks
    Bindi

    Hello bindi,
    You can refer below links for enrichment adapter:
    Setup and use of MDM enrichment controller (Good one)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9018dc62-23a8-2910-b7ae-9023670c3a53
    How to use the test environment of the MDM Enrichment Controller
    How to use the test environment of the MDM Enrichment Controller
    Introducing the MDM Enrichment Controller Admin UI
    Introducing the MDM Enrichment Controller Admin UI
    i hope this will help you.
    TNR,
    Saurabh...

  • Throws exception while saving SCREEN DATA  when integrated with CRMOD & OPA

    I have integrated CRMOD with OPA and able to see my screens and enter data and review after submitting screen data, but when I click "Save" on TOP right of the Applet Test page throws below exception. Please help
    ===================================================================
    0 [Thread-2] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.web.crmod.plugins.CrmodAdapter
    21 [Thread-2] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.web.crmod.plugins.CrmodAdapter
    91903 [http-8080-1] INFO com.oracle.determinations.web.crmod.config.ConnectorProperties - Config File path : configuration/crmod-data-adapter.properties
    91934 [http-8080-1] INFO com.oracle.determinations.web.crmod.plugins.CrmodAdapter - Found mapping file ScreeningInterview-mapping.xml.
    92045 [http-8080-1] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determinations.web.crmod.plugins.CrmodAdapter
    92045 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - Data adaptor plugin ( class com.oracle.determinations.web.crmod.plugins.CrmodAdapter ) found - attaching to session.
    92045 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - No Commentary plugin supplied - using default
    92049 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - No List provider supplied - using default
    92051 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - No DocGen plugin supplied - using default
    175526 [http-8080-1] ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [Missing or unparsable CaseId.]
    com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [Missing or unparsable CaseId.]
         at com.oracle.determinations.web.crmod.plugins.CrmodAdapter.save(CrmodAdapter.java:95)
         at com.oracle.determinations.web.platform.controller.actions.SaveAction.doSave(SaveAction.java:133)
         at com.oracle.determinations.web.platform.controller.actions.SaveAction.getResource(SaveAction.java:61)
         at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDeterminationsServlet.java:80)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
         at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
         at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
         at java.lang.Thread.run(Unknown Source)
    ========== MY ADAPTER PROPERTIES FILE : crmod-data-adapter.properties HAS BELOW DATA ============
    ## REQUIRED SETTINGS
    ## Properties for CRMOD Web Services
    web-service-url                         =https://secure-ausomxapa.crmondemand.com/Services/Integration
    ## Supports WS1.0 and WS2.0
    web-service-version                    =1.0
    ## Properties for Authentication
    ## Username and password must be encrypted using configuration-encrypter tool provided by the product.
    ## Please refer to Configuring CRM On Demand Connector for Web Determinations of Developer Help for more details.
    username                              =Y3JtaXQtZGVtby9jcm1pdA==
    password                              =T25EZW1hbmQ=
    ## OPTIONAL SETTINGS
    ## Set fixed-authentication to false if you want to implement other forms of authentication
    fixed-authentication                =false
    ## Properties for the mapping file
    mapping.load.from.rulebase           =true
    ## Set the mapping path if load from rulebase is set to false e.g. /configuration/mapping
    mapping.location.path               =/configuration/mapping
    ========= MY Custom Web APPLET URL in CRMOD HAS BELOW ===============
    http://localhost:8080/crmod-web-determinations?caseID=new

    On Save click getting below error from CRMOD:
    9816032 [http-8080-1] ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [SOAP Response Parser: CRM On Demand errors found in the SOAP request for saving.
    Internal Error: Session is not available. Aborting.]
    com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [SOAP Response Parser: CRM On Demand errors found in the SOAP request for saving.
    Internal Error: Session is not available. Aborting.]
    =============
    Phil Whitwell | Director Product Strategy Advised as to check SOAP Request using TCPMon. Then I followed the below steps:
    Step 1) changed URL entry in crmod-data-adapter.properties file
    ## Properties for CRMOD Web Services
    web-service-url =http://localhost:5049/Services/Integration
    # earlier entry
    #web-service-url =https://secure-ausomxapa.crmondemand.com/Services/Integration
    Step 2) Restarted TOMCAT6
    Step 3) Started TCPMon after setting tcpmon port as below
    [My Tomcat is listening on 8080, I cannot bind tcpmon to listen there as well.  the way to use tcpmon correctly is to set the target port to 8080 and set the listen port to some currently unused port (say 5049) and Setup My client – CRMOD As mentioned in Step 1]
    Step 4) I got below SOAP Request XML after executing “SAVE” in CRMOD .
    Below SOAP Request XML sent on “SAVE” option from CRMOD:
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="urn:crmondemand/ws/account/10/2004" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header />
    - <SOAP-ENV:Body>
    - <ns:AccountWS_AccountInsert_Input>
    - <ListOfAccount>
    - <Account>
    <Location>UK</Location>
    <AccountName>Phil</AccountName>
    <Industry>BFSI</Industry>
    </Account>
    </ListOfAccount>
    </ns:AccountWS_AccountInsert_Input>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    =======================================================
    What is incorrect in the above SOAPRequest.xml, why CRMOD is throwing an error on "SAVE",
    Can someone please advice?

  • Multi-language display for the screens display

    Hi,
    we want to have the display in different languages for the text displayed on the control panel.
    please confirm is it possible with the lookout so that we can change the language as per our choice for the displayed texts.

    The only method I can suggest would to use a DataTable with the text of each label inside.
    1 2 3 4 5
    A English Stop Go On Off
    B Spanish Alto Ir En Apagado
    C German Halt Gehen Auf Ab
     (Example, translations are probably not 100% )
    Forshock - Consult.Develop.Solve.

  • JSF output truncated when integrating with OpenCms

    Hi all!
    I'm quite new to JSF and am trying to integrate it with OpenCms, a JSP based content management system. In OpenCms all files reside in a virtual filesystem (VFS) and are accessed through the opencms-servlet which is mapped to "/opencms/*".
    While trying to integrate JSF with OpenCms I added another prefix servlet mapping for the faces servlet: "/faces/*". When I now try to access a JSF-page I have to use a URL like this:
    http://myserver:8080/mywebapp/faces/opencms/page1.jsp
    For my understanding the faces servlet now tries to read a file /opencms/page1.jsp from the real filesystem, which does not exist. Is this correct? How could I get faces-servlet to obtain page1.jsp from the VFS? However, I do not get an exception or a message telling me that the resource page1.jsp is missing.
    Instead the faces-servlet seems to do it's work and forwards to the opencms-servlet which in turn forwards to the JSP-servlet and processes the JSP. I'm sure the whole JSP is processed as I added log-statements from the beginning to the end, of which all are executed. However, the output of the JSP is truncated whenever there exists at least one JSF tag in the page.
    Any ideas what's going wrong here?
    Is my understanding of the executing order correct?
    many thanks in advance for your help,
    - martin

    Hi!
    Working with JSF 1.1 works, but now I want to switch to JSF 1.2, which does not work :-(
    I have a simple demo application (webapp 2.4 and webapp 2.5) without OpenCms which works. OpenCms 7.0.2 without JSF works as a 2.4 and as a 2.5 webapp. As soon as I want to access a JSF-page with an URL like http://localhost:8080/opencms-7.0.24/faces/opencms/mypage.jsp I get only truncated output like the following:
    <form id="j_id_jsp_2033902881_1" name="j_id_
    {code}
    Any Ideas what could cause the truncation?
    There are now log messages and no exceptions in any logfile :-(
    tia,
    - martin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Implementing Security For ADF Pages when integrated with Oracle APPS

    Hi,
    Can anyone please let me know the solution to the below problem ?
    I have an ADF application that is deployed on a weblogic server. An URL is generated to access the ADF Pages.
    I have created one more simple jsp (Launch.jsp) which redirects to this URL on page load.
    I am using Oracle APPS where:
    ->I registered a form function referring to Launch.jsp
    ->I am referring form function in a responsibility , attaching that to a menu
    ->When the valid oracle user logs in, I am sending all oracle apps environment variables (User id , Responsibility id, application id ) for that session
    What my issue is :
    ->The URL along with the parameters that I am sending from the Launch.jsp to the ADF Page is visible to the user. So, even if the Oracle APPS user has not logged in, anybody who knows the URL can access the ADF Pages.
    ->So, Is there any way to implement the security so as, even if anyone knows the URL of the ADF Page cannot access the ADF Pages without the valid user being logged-in through the Oracle APPS.
    I am using Jdeveloper 11g.
    Please let me know if you need anymore details.
    Thanks in advance,
    Kavitha

    Please help me out if anyone has a solution to this problem.
    Thanks,
    Kavitha

  • Does Adobe Connect 8 support all web browsers when integrated with Blackboard Learn?

    When using Safari I get authenticated by Blackboard Learn, but when I attempt to create or enter a meeting, I'm continuously returned to  the login screen to authenticate again.

    I downloaded safari and tested to see wether I could log in and I had no problem. I created a virtual classroom and entered that too.... No problem. Is it not your firewall? If you can do everything else in AC (Adobe Connect) and the only problem is the virtual classroom can it not be the firewall? Do you use port 1935 for streaming the content in a virtual classroom? ... mmmm .... even if port 1935 were blocked it would not take you to the login page... mmm.. scrap that idea.
    If anything I am able to connect to a virtual classroom via safari.

  • Is SPA8800 working without PSTN lines when integrated with BE3000 ?

    Hi Guys,
    I have a SPA8800 configured with static ip address 192.168.1.2/24 and BE3000 with ip address 192.168.1.250 in the same network. I would like to connect a fax machine to SPA8800's  fxs port however there are no PSTN lines connected to FXO ports , will this fax machine work? 
    All the technical documents for spa8800 i can find online only tell you how to integrate SPA8800 with  BE3000 with PSTN lines.  thus, the connection type between BE3K and SPA8800 is "FXO".  what if there are no PSTN lines available ?  can the fax machine send or receive faxes via ISDN E1/T1 service on BE3K ?
    if the answer is yes, where are the configuration document links ?

    You can connect FAX machine to the FXS port of the SPA8800. There is no mandatory requirement to have FXO lines also connected to SPA8800. If you want to use E1-PRI line as PSTN connection for fax calls, that is fine as well.
    One caveat is that fax-passthrough on E1 is supported.
    Will review the admin guide to see if it requires update.
    Thanks

  • Portal Integration with MDM

    Hi ,
    1)I have installed the business package for MDM in the Portal and also registered in SLD.
    2)I have created the system in Portal .
    When I am performing user mapping ,i am not able to find my created MDM system alias(alias has been defined).Please help me on this issue.
    Regards
    Nidhideep Bhandari

    Try creating a new SYSTEM from Template .. give the all details like Server host id and password and see whether you are able to get the list of the repositories loaded on the server or not.
    If you are not getting the list of Repositories loaded on the server that means your portal is not talking with the MDM Server.
    In this case you can check the MDM files tht you deployed for Business packages and JAVA API  Version and the SAP MDM Server Version. If it is different then this is your issue.
    Reward Points if Helpful -

  • DS integration with MDM

    Hi All,
    We just installed BO Data services 3.0 in our environment.
    I just want to know how to connect MDM with BO Data service, I was gone through some material but it is not clear for me.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b097f3ba-5565-2b10-74af-b51838bb0515
    Could some one help me out of this like step by step procedure?
    Thanks.

    Currently, you can think of two SAP NetWeaver MDM-SAP Business Objects Data Services connectivity scenarios: one is the integration of the ETL capabilities of SAP Business Objects Data Services as specified in the guide you mentioned, and the other is the integration of DQ services (i.e. for address enrichment) using the MDM Enrichment Architecture, see e.g. [SAP NetWeaver MDM 7.1 Documentation|http://help.sap.com/saphelp_nwmdm71/helpdata/en/44/aa411ce9d57454e10000000a11466f/frameset.htm].
    Which connectivity use case do you have in mind?
    Regards, Markus

  • Multi Language Stoplist

    Hello All,
    What is stopword?. Why it is used?. I could not get this functionality. Can anyone explain me?.
    I understood the following lines from the Oracle Text book. But i don't know how we will implement it in real time.
    "You can create multi-language stoplists to hold language-specific stopwords. A multi-language stoplist is useful when you use the MULTI_LEXER to index a table that contains documents in different languages, such as English, German, and Japanese. "
    Thank you and waiting for your reply.
    with regards,
    sivababu

    hello
    i don't know if you still have problem but i will try to give you an example
    suppose you have a table with 3 columns eg :
    table t (pk number not null, txt varchar2(2000), lanf_id varchar2(16) )
    suppose know that this table contains text in different languages
    insert into t values (1,'my name is nikos', 'english');
    insert into t values (2,'my name is nikos', 'french');
    now when you index the table :
    if the language is 'english' you don't want the word 'is' to be indexed
    because it IS NOT SEGNIFICANT
    but when the language is 'french' you want the word 'is' to be indexed
    because IT IS SEGNIFICANT
    so you create 2 stoplists, one for english and one for french,
    and you add to english stoplist the word 'is'
    but you do not do that to french stoplist
    this will cause the word 'is' to be recognised when searching only
    when the language is french eg:
    select pk from t where contains(txt,'is') >0;
    result :
    '2' -> only one row
    p.s. it is not that simple but that's the general idea. there are some other things that you should take in mind e.g. STOPWORD TRANSFORMATION (intermedia reference) etc. if you have more problems let me know. i am using intermedia
    on a table with 10 million rows containg all the languages of European Union.
    hope the above helps you

  • SOA 11g Worklist Apps Customisation and Integration with Plumtree Portal

    Hi,
    We want to migrate an existing application build using SOA Suite 10.1.3.3 to 11.1.1.2.0.
    In the 10g application the worklist application was customised and the customised apps was linked as a remote portlet in BEA Plumtree Portal.
    1)In 10g the worklist application source code is available (\SOA_Oracle_Home\bpel\samples\hw\worklistapp) for customisation but is that possible for 11g ?
    (The location of the default deployed worklist apps in 11g is /../mdw_home/user_projects/domains/soa_domain/servers/soa_server1/tmp/_WL_user/worklistapp).
    Can we take the source code and customize in jdev and deploy under a different contextname in 11g??
    3)Our existing 10g worklist was customised a bit in terms of look and feel and for some custom authentication and it was deployed in the 10g SOA Server.
    A sample jsp application was created and the login page of the custom worklist apps was linked in a inframe so that it works when integrated with the Plumtree portal as a remote portlet. And this worked perfectly in 10.1.3.3 SOA Suite.
    However the 11g SOA worklist login when tagged in a jsp as an inframe in plumtree portal is giving a warning message
    Warning: Unable to load content in a frame. Frame content will load at the top level. On cliicking the OK button the worklist page is opening. This is with Firefox browser . however form IE7 or 8 its timing out from portal.
    As per http://newsoalife.blogspot.in/2009/09/framebusing-in-adf.html
    changing the web.xml for the worklist can help.
    Can anyone please let us know on the same as this appeas an unsupported one.
    Regards
    Ashif

    Hi,
    Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
    Can you check consumer in AQ tables.
    Thanks,
    Rahul

  • Help: Multi-language Support in Jdeveloper 9i Log Window

    I have basically solved the multi-language display problem in code editor, compiling and run. If I send the output out of JDeveloper, it's displayed well.
    However, if I run or debug in JDeveloper and want to see the result in JDeveloper log window, the non-english characters are still not recognisable. Anyone knows the correct setting?

    Hi...
    It sounds like your encoding settings aren't set correctly. Your compiler encoding should be set to the same value as your environment encoding and this should usually be the same as your operating system default encoding (unless your app is encoded as Unicode).
    Set the encoding for compiler in the Project Properties under Profiles\Developement\Compiler. Leave it as default unless you have a good reason otherwise.
    Set the encoding for the environment in the Tools\Preferences menu item, in the Environment page. Leave it as default (which should = Compiler encoding) unless you have a good reason to change it.
    If you continue to have problems, I'll need to know the version of JDeveloper you're using, the OS and region settings, and the values set for for encoding in JDeveloper.
    Regards,
    Tony

  • ISE integration with Mobile Device Management ( MDM ) help required

    Dear Techies,
         Am here bring to your notice an different issue and no much resources to support even in PEC or Cisco Document.
         We are conduction a Proof Of Concept (PoC) on  Secure Bring Your Own Device ( BYOD ) using Cisco ISE and gonna test all the scenarios like Wired, Wireless and VPN user access.
    Setup Brief :
    =========
          Our Setup has  ISE VM acting as Admin, Monitor and Profiling Device, we have NAC 3315 physical Appliance as Inline posture Device, Wireless LAN controller, Access point and the Identity source as Microsof Active Directory
         Having Plans to Integrate Mobile Device Management ( MDM ) and Citrix VDI setup also.
    Activity Brief:
    =========
         As of now we have tested the Wired Scenario Authentication and authorization for guest users and gonna carry out the profiling and posture.
    Clarifications Required
    ================
    Wired Scenario - Require some configuration / steps on how to carryout posture for the guest wired users i.e. LAPTOP.
    Wireless Scenario
    MDM can be integrated to ISE ? 
    How the MDM can be integrated to Cisco ISE configuration or Guide to show the same?
    What is the demarcation between MDM and ISE ( i.e. What is the role of ISE and MDM on Mobile Devices ) ?
    If MDM is available so then when the control of ISE ends, does MDM do management or ISE will do management of the devices ?
    Is MDM will do client provisioning or ISE should do ?
    Is MDM send or update patches of Mobile Devices ?
    As of now these are the scenarios, kindly revert if any good documents to show this or share your expertise on the Integration Part.
    Thanks for Reading...
    Arun

    I would like to avail your valuable inputs to understand on the  Client provisioning part for the Mobile Devices/ Laptop. I understand  from your reply that MDM integration is not available in the current  release ISE 1.1 - That is correct.
    Kindly let me know your views or any documents on the following scenarios with the current release in mind
    1. User  with Mobile devices connecting to Wireless  ( both Employee  and Guest ) , How the Flow differs for the Employee and Guest.  How the  client provisioning is done ( i.e. Like Posturing  or Compliance Check  ).
    The posturing and compliance check is done based on the user authentication information (i.e. AD memberOf vs Guest user) combined with the users endpoint (windows, mac osx, or a mobile device), ISE then has a few decisions to make based on the authorization policies. For example, if a Domain User coming from a Windows 7 machine joins the network, then can either use the nac agent, or the web agent. Then you can scan for registry settings, file settings, program requirements, hotfix compliance...and the list goes on. If the user fails a check then you can either assign an acl for the user so they only have guest access, or you can place them into a remediation vlan the options are entirely up to the requirements and however the solution is implemented.
    2. User  with Laptop  connecting to Wireless  ( both Employee  and Guest ). How the client provisioning is done ( i.e. Like Posturing   or Compliance Check ).
    Guests are usually redirected to the guest portal which they authenticate and their user group falls within the Guest container that is on the ISE internal database, that is usually coupled with an authorization profile that grants them internet access. For the client provisioning, that is usually done based on the operating system, via profiling (dhcp, and user agent string., netmap...etc) and can be fine tuned for all laptops or to a specific set of users based on their group membership.
    3. What are advantages of having ISE also in  place for Mobile devices, since most of the Mobile related tasks ( like  Authentication, Authorization, Profiling and  Posture ) are carried out  by MDM. I am checking for the significant advantage of having ISE for  Client network having only Mobile devices. Kindly clarify.
    Currently the advantage of Cisco ISE is that it supports profiling within wireless and really fits well within a network that has mostly Cisco products since they are all part of of the Borderless security initiative being driven on the backend. The product teams for wireless, wired, security (vpn..etc) and ISE are pretty close in building their solutions so that you can get connected with any device any where (sorry for the sales pitch). The latests wireless code is improving and is going to have support similar to the ios sensor for wired devices where dhcp, cdp, and other attributes can be sent in the radius packet for better profiling decisions. With integration for an MDM platform coming soon, and also support for TACACS rumored (have to verify with your account rep) you have options that really stand out from a unit that only supports MDM. Cisco ISE also comes with a wireless product ID so that makes the budget work when it comes to deploying ISE if you arent looking for enforcement on your wired devices.
    4. Do you recommend 802.1X Authentication to use for the Employee and Contractor? The Guest user  authentication as Open ?
    For internal users and vendors the best option by far is dot1x, almost all operating systems are capable of performing dot1x and the 1.1.1 MR has a piece now that can provision the supplicant for the users, by using scep to enroll certificates or configure peap settings.
    There is a feature within the guest portal that allows you to statically assign guests into endpoint group, that feature is called device registration web authentication. It seems like an open network but uses mac filtering to assign these devices to an endpoint without requiring users to enter any credentials. They are presented with an AUP page, once they accept their mac address is mapped to the endpoint group
    5. How can we ensure the Encryption of traffic from the Guest user to the NAD ( Network Access devices ) ?
    This may be a wireless question but I am sure the encryption is done using AES and using dot1x as the key management here is a brief background for this - http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807f42e9.shtml#L2
    You can also use the anyconnect client which can provide macsec which is layer 2 encryption for wired - http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/qa_c67-622477_ns1049_Networking_Solutions_Q_and_A.html
    6. We are also looking for VDI  ( Citrix, VMware ) solution for the  client  ( both Employee and Guest ) , how ISE can play a role in  securing the VDI environment.
    For most thin clients you can perform dot1x authentication on the device itself, however that is something the manufacturer will have to support. This is a little gray for me.
    7. Is that any integration required  with Citrix or VMware. How the  VDI can be offered based on the User  role ( i.e. Employee, Contractor or Guest ), since Guest database is  available only with ISE, how the checks are made from the VDI  environment.
    IN ISE there is an identity sequence which can authenticate users in AD first, if the user is not found then it can look in the internal database.
    Our solution demands  MDM in the integrated  solution, As on today ISE cant be integrated with MDM. so what kind of  solution we can propose to have MDM and Cisco ISE .Do the clients now  enter the network should have already installed the MDM agent (or) any  other way of pushing the same to the Client.
    Today there is no integration between the devices, the last release time I heard was December for this feature. However it would be best to confirm with your Cisco Account rep on this issue.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

Maybe you are looking for

  • Can't shut down my Mac desktop

    Ok, so I bought a Mac to get away from PC's, and only after two days of having it, I can't shut it down. I thought Mac's weren't supposed to have this problem. Here's the deal: I downloaded MS Office and then ran the software update. It said I had to

  • Error message for double entry of a phone type.

    Hi. From "Phone Number" form i am trying to add for second time the phone type "Home" and i get an Error Message "APP-PAY-51530: Only one active phone number is allowed. Action: Delete existing home phone, or use secondary home phone type." This mess

  • Ipod mini battery dead?????

    My ipod mini refuses to turn on or be recognised by my PC, the screen displays a battery sign next to an exclamation mark......what does this mean??? ipod mini   Windows XP  

  • Itunes wont recognize

    I have a macbook with the newest version of osx and have two ipods. I have a 5th generation video and a old 10gb. I have two itunes libraries, one for each one. My computer wont recognize the old ipod, but will recognize the 5th generation. I have tr

  • ClassCastException in oracle.j2ee.ws.saaj.soap.ch.XmlDataContentHandler

    Hi, I am constructing a mime message in resource adapter deployed in OC4J container (SOA 10.1.3.4). I am attachments as body parts to the mime message. I am setting a InputStreamDataSource on the contents of the attachment which is a input stream. I