MDM 9.3 and CSS authentication

Hello All,
I installed MDM 9.3 selecting the MIX authentication option and everything works fine when I'm using internal authentication, I need to enable CSS authentication and this is what I did:
-Install Shared services 9.2 where the MDM server is running
-Update the system path and class path in the CSS section of the MDM console pointing to the right path
-Restart the server
Click on enable CSS, when I do this I'm getting this error:
LoadLibrary("E:\Hyperion\master Data Management\mdm_ntier_css_validator.dll") failed, the specified mudule could'n t be found.
I see the same error when I'm manually trying to register the specific dll doing this on a DOS command prompt window :
regsvr32 mdm_ntier_css_validator.dll
Any ideas?, any help would be really appreciated
Regards
Miguel Sanchez

Alan,
Thanks a lot for your reply, it was very helpful, I successfuly could register the mdm_ntier_css_validator.dll following your recommendations about paths and the %PATH% env variable, however when I'm trying to enable the CSS module on MDM I'm getting this error:
Exception Emdm_Exception with message 'Could not Initialize CSS. Error: 'com/hyperion/mdm/CSSInit (Unsupported major.minor version 49.0)'. Classpath: 'E:\Hyperion\Master Data Management\cssvalidator.jar;E:\Hyperion\common\CSS\9.2.0\lib\css-9_2_0.jar;E:\Hyperion\common\CSS\9.2.0\lib\ldapbp.jar;E:\Hyperion\SharedServices\9.2\client\lib\commons-httpclient.jar;E:\Hyperion\SharedServices\9.2\client\lib\commons-logging.jar;E:\Hyperion\common\XML\JAXM\1.1.1\dom4j.jar;E:\Hyperion\common\XML\JAXP\1.2.2\dom.jar;E:\Hyperion\SharedServices\9.2\client\lib\interop-common.jar;E:\Hyperion\SharedServices\9.2\client\lib\interop-sdk.jar;E:\Hyperion\SharedServices\9.2\client\lib\jakarta-slide-webdavlib.jar;E:\Hyperion\common\XML\JAXM\1.1.1\jaxm-api.jar;E:\Hyperion\common\XML\JAXM\1.1.1\jaxm-runtime.jar;E:\Hyperion\common\XML\JDOM\0.8.0\jdom.jar;E:\Hyperion\common\loggers\Log4j\1.2.8\lib\log4j-1.2.8.jar;E:\Hyperion\common\XML\JAXM\1.1.1\saaj-api.jar;E:\Hyperion\common\XML\JAXM\1.1.1\saaj-ri.jar;E:\Hyperion\common\XML\JAXP\1.2.2\sax.jar;E:\Hyperion\common\XML\JAXP\1.2.2\xalan.jar;E:\Hyperion\common\XML\JAXP\1.2.2\xercesImpl.jar;E:\Hyperion\common\XML\JAXP\1.2.2\xsltc.jar;E:\Hyperion\common\JCE\1.2.2\jce1_2_2.jar;E:\Hyperion\common\JRE\Sun\1.4.2\lib\jsse.jar;E:\Hyperion\common\JCE\1.2.2\local_policy.jar;E:\Hyperion\common\JCE\1.2.2\sunjce_provider.jar;E:\Hyperion\common\JCE\1.2.2\US_export_policy.jar;''
Is this error related to the .jar file replacement you are talking about?, if so, how can I get that file and the configuration instructions?
Thanks in advance
Miguel

Similar Messages

  • Not able to access Site logo from layout and css After removing all the permission from site

    Hi Techis,
    I have stucked here, actually I have removed permissions from all the users from the site and after sometime I got the mails from client that they are not able to access the Site logo and css in the site.
    When I logged from Farm account and checked I can see everything working fine.Also the masterpage and all are checked in
    I am not getting whats the exact issue.I stucked here from last one day Please help me to solve this issue.
    Thanks Regards,
    Simanchal

    Hello,
    Is it the publishing site? If so then go to site permission and provide permission to "NT AUTHORITY\authenticated users" to "Style Resource Readers" group.
    You also need to make sure that "style library" is inheriting permission from parent otherwise you need to give at least read permission to library for all users. To verify this, just open view all site content page-->then click on style library,then
    check permission.
    Let us know your result
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • CSS Authentication Problem

    Hey Lenovo community,
    I wonder if there's anyone else out there who keeps getting the CSS Authentication error at the beginning the startup of Windows. Every time I restart or turn on my computer, it seems to boot this CSS Authentication Provider that stops working immediately, delaying boot up time that used to be a couple of minutes to more than 5. I've looked for a solution, but none seems to come up. Does anyone else have the same problem?
    I have a Lenovo X61 Tablet, by the way. Perhaps it's the ThinkVantage Suite that's interfering.

    Where do I find the FPR software to reinstall.  Also getting message xml4c_5_5.dll was not found.  DK if this is associated
    crisdean wrote:
    Reinstall the FPR software and maybe delete the FP in the BIOS.

  • CSS Authentication Provider has stopped

    I have a Lenovo T61 which has Client Security Software v8.2 on it.  Everything was working fine until one bootup brought up a window saying my password had been changed (it hadn't) and to type in the correct password.  I typed in the old password and it was happy but the next thing that showed up was a window saying "CSS Authentication Provider has stopped."  Now my password manager is not working. Anyone have a fix for this?

    I got the same message half years ago on my T61 (Vista).  I have tried all the possible solutions I can find on the Internet, but the problem is still there.  Just wondering if any Lenovo guy can give some suggestions.
    Thanks.

  • PL/SQL Server Pages (PSPs) and CSS

    Hi,
    I am used to creating standards compliant websites using XHTML and CSS and some other application language for dynamic content. I have recently started working with PL/SQL and want to create an application using PSPs. I was wondering the best way to go about including CSS in an application, because it doesn't make sense to duplication the CSS on each page, but since the PSP is converted to a procedure this seesm to be the only way to include CSS?
    Any ideas on best practice for using CSS with PSPs?

    I think you should be able to put all your CSS into a single file, or only a few files, like in a normal web project and that you can include this file using the regular HTML tag.
    You store your CSS file(s) in a folder that is accessible by your website. Normally this is achieved by adding an Alias in the Apache webserver that is embedded in the Oracle database.
    If I remember it correctly (it has been a while since I saw the embedded webserver) your request for your PSP goes to an url like http://your.server.com/pls/your_page. Everything of the url that comes after /pls/ is handled by the mod_plsql Apache module that is repsonsible for sending the request to the database and returning the result to the screen.
    If you can define an alias like 'css' (without the quotes), which makes the url something like http://your.server.com/css/, then you can try to include your CSS file(s) referring to /css/file.css. Once you get this working, you can do the same for images.
    This is a generic approach that can get you started hopefully.
    Good luck.
    I hope this can get you started. Information on the alias can be found

  • Portal Drive Single Sign On and Kerberos Authentication

    Hi,
    We are using NW2004s SP10 Portal and we have successfully configured Kerberos authentication with Windows Active Directory 2003. To access the KM Content in windows explorer format, we are using Portal Drive but Portal Drive still asks for authentication i.e. SSO is not working for Portal Drive. I have understood from the forums and sap help site that SSO from portal drive will work only for NTLM authentication and client certificates. Can you please help regarding below questions.
    1. Can Kerberos and NTLM authentication be configured together.
    2. If yes, what are the steps to configure NTLM authentication for NW2004s SAP Portal and Active Directory 2003.
    3. Any other approach to make Portal Drive SSO work.
    Helpful answers will be rewarded.
    Regards,
    Chandra

    Hi Gregor,
    I did two things:
    first i made a change in the portalapp.xml in the PAR file "com.sap.km.cm.par". In the section authentication scheme for "docs" I changed the authentication scheme to "default" to make sure that documents are opened using the default authentication scheme (SPNego) instead of basic authentication
    second, I used the SPNego wizard to configure SPNego. So I didn't adjust anything in the Visual Admin or the authentication template apart from adding the Template to the Ticket policy configuration.
    Again, this only worked after installing the latest vesion.
    Hope this helps
    Marcel

  • Graphics builder and os authentication

    I'm running on NT 4 sp6. I'm trying to get OS authentication working with graphics. It works great for forms and reports, but I cannot get graphics builder or the graphics runtime to work with os authentication. I've tried it with developer 2000 r2 and 6i release 2. Thanks is advance.
    null

    Is the state of OCCI and OS Authentication still the same? Or has it changed in the 2.5 years since this question was first asked and answered?
    I've yet to find any indication that it is now supported, but could I confirmation of that fact?
    If it is not, what is the Oracle recommended method for accomplishing this?

  • Remote users sending email - RBL and SMTP authentication

    I've read about the problem of using RBL's with remote Outlook IMAP/SMTP users who may be using dynamically assigned IP addresses. There is a good chance that they will be appear on the RBL and so not be able to send email via the GWIA.
    One work around is to have them send their email via their ISP's SMTP server, but this is a pain, because when they are back in the office, then need to switch their SMTP server back to the inhouse one.
    So on the GW 7.0.3 server running on SLES 10, I wondered if the one host could handle multiple GWIA's??
    1st existing GWIA:
    To handle the regular in/out email with RBL's protection on it.
    2nd new GWIA on a separate port but same IP address to handle just inbound email. This would be used by remote users and require authentication so no need for an RBL on it.
    Is this a sound approach?
    Any gotchas for setting up two gwia's on the one server and IP address besides separate ports?
    I am aware there is the option of using the Groupiwse client or webmail, but firstly these users don't want to change from 'LookOut" due to their address book synch with their mobile phones and secondly sometimes they like to use their smart phones for remote email synchronisation.

    Maybe I should simplify this a little...
    Can the one host handle multiple GWIA's??
    1st existing GWIA:
    To handle the regular in/out email with RBL's protection on it.
    2nd new GWIA on the same host and IP address, but on a separate port to handle just inbound email. This would be used by remote users and require authentication.

  • Custom html and css broken in BC

    I have created some content in iWeb. A photo gallery that doesn't work when uploaded to BC.
    It works fine when I upload to a different Host.
    http://isodisc.businesscatalyst.com/usbcat/ISODISC_Full_USB_Flash_Catalog.html

    I'm building my website in Muse, using a few Adobe typeKit fonts - Open Sans and Bebas Neue. There's plenty of code and css developed when I export the muse file QUESTION: Will Contribute maintain my font choice integrity? Or do I play it safe with standard web-safe choices?

  • Can we provide UN and pwd Authentication 4r SMTP Mail Configuration

    Dear All,
    Previously we are able to send the mails from SAP to Outside World. After chaning the Mail Server to MS Exchange 2003
    We enabled the Port the 25.
    We are facing a problem While configuring a mail via SMTP for Exchange Server 2003.
    Throws an Error Message:
    Internal error: CL_SMTP_RESPONSE ESMTP error code is not known. 554 554 > : Recipient add
    As per network Team :
    Unless we provide a Username and password, the Send/Receive process does not happen.
    Is there any option in SAP - SMTP Mail Configuration to Provide user and password Authentication.
    I searched in SDN as well as in market place. but i could not succeed. Please guide me the process.
    Regards
    SNB.

    Hi we are configuring Google SMTP getting below error..
    No delivery to xxx.com, authentication required
    Message no. XS856
    Diagnosis
    The message was processed successfully in the SAP system. The mail server that is to receive the message for further processing requires authentication. Probably there is no logon data specified in the SAPconnect configuration.
    Information from external system (if available)
    smtp.gmail.com:587
    530 5.7.0 Must issue a STARTTLS command first. i91sm11178241qgd.25 - gsmtp
    Procedure
    Enter the logon data in the SAPconnect node.
    Using Gmail SMTP server using "smtp.gmail.com" with port 587
    Please advise.
    Regards,
    Sudarshan

  • How to  include external javascript and css resources to a jsf?

    I need to include external css and javascript files to my jsf page. Using the code below does not work because all the styles on the css page are ignored and the functions within the js files are not executed.
    <link rel="stylesheet" type="text/css" href="/resources/styles/style.css" />
    <script language="JavaScript" src="/resources/javascript/util.js"></script>When I try to execute any js function within a script tag on a jsf page I get an object expected error.
    I googled about my problem and found this piece of code for importing styles for an external css.
    <style type="text/css">
    @import url("/resources/styles/style.css");
    </style>How could I add an external javascript file to my jsf?

    Used the relative urls in my first post as well as these, and both were not working.
    <link rel="stylesheet" type="text/css" href="./resources/styles/style.css" />
    <script language="JavaScript" src="./resources/javascript/util.js"></script>The ./ tells that the external file can be found by starting at the current directory and working down the path to the specified file. This is my directory structure. Index.jsf is the file that references the external js and css files.
    -Webcontent
    |_index.jsf
    |_resources
    |__styles
    | |__style.css
    |__javascript
    |__util.js
    Either way I still can't reference the files that I need. Calling a javascript function results in an object expected error, and the styles are ignored.
    If I include the js file directly in the jsf then I can get it to work. I don't want to do this because I have created a handful of seperate js files, and do not want to include all of them in one page. I am using myfaces and tomahawk if that helps.

  • Upgrade from 2.2.1 to 3.1.2: Breaks JS and CSS?

    Upgraded from 2.2.1 to 3.1.2. The upgrade went fine but most JS and CSS seems to be broken.
    Examples
    1. Javascript functions not defined: redirect, html_ShowElement
    2. Template button images are broken. See http://i41.tinypic.com/294pgso.jpg
    My page templates are mostly unchanged, i.e. they have stuff like
    #HEAD#
    <title>#TITLE#</title>
    <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_10/theme_V2.css" type="text/css" />
    This seems to be generating the following HTML
    <script src="/i/javascript/htmldb_html_elements.js" type="text/javascript"></script>
    <script src="/i/javascript/htmldb_get.js" type="text/javascript"></script>
    < link rel="stylesheet" href="/i/css/core_V22.css" type="text/css" />
    < ! -- [ if IE]><link rel="stylesheet" href="/i/css/core_ie_V22.css" type="text/css" /><![endif]-->
    < link rel="stylesheet" href="/i/themes/theme_10/theme_V2.css" type="text/css" />
    Version 3.1.2 seems to have changed stuff around. I tried creating symbolic links from htmldb_html_elements.js -> apex_3_1.js and htmldb_get.js -> apex_get_3_1.js and this got me past the Undefined errors but now I get 'apex is not defined'.
    Is there a quick way to upgrade all the applications to the new way of doing things? I am not looking forward to modifying all my page templates!
    Help!
    Thanks

    Sorry, my fault, my database got refreshed from one containing Apex v 2.2.1 without my knowledge and the OHS images folder was still pointing to the that from the 3.1.2 distribution. This was causing the problem. When I upgraded Apex to v3.1.2 again, everything is back to normal.
    The #HEAD# substitution string in my page templates automatically pulls in the appropriate JS/CSS libraries
    <script src="/i/javascript/apex_ns_3_1.js" type="text/javascript"></script>
    <script src="/i/javascript/apex_3_1.js" type="text/javascript"></script>
    <script src="/i/javascript/apex_get_3_1.js" type="text/javascript"></script>
    <script src="/i/javascript/apex_builder.js" type="text/javascript"></script>
    <link rel="stylesheet" href="/i/css/apex_3_1.css" type="text/css" />
    < ! -- [ if IE ]><link rel="stylesheet" href="/i/css/apex_ie_3_1.css" type="text/css" /><![endif]-->
    <link rel="stylesheet" href="/i/themes/theme_10/theme_V2.css" type="text/css" />
    Sorry for the false alarm
    Thanks

  • Java Swing/AWT and FX is so old school! Give me HTML and CSS for GUI!

    Dear Java,
    I am a seasoned programmer and I feel it's time JAVA implements a GUI system where it uses HTML and CSS for the GUI. For the love of god just look at the interfaces you can make using HTML and CSS alone. I am a big fan of Java Swing and the recent GUI designer for FX is quite cool. But they are just not as simple as HTML and CSS. And JavaFX has some interesting requirements for the graphics.
    I know it is possible to use JavaFX and implement the WebView/WebDriver and make it load a HTML page, etc... but why go through all the trouble?
    Just imagine... if you make Java where it has powerful back-end to do what it does best and the HTML/CSS powered GUI on the front-end. It will make the lives of many developers much much easier.
    I am not sure whether a Swing designed GUI will be faster than a HTML designed GUI... but if you look at a traditional browser and how fast it renders HTML/CSS, I am sure if Java had a native Form where it uses HTML and CSS to render the GUI, Java will make the dreams of many programmers a reality.
    Make it happen!!!!

    Check this i solve problem just now using this
    https://wiki.archlinux.org/index.php/Ja … ow_Manager

  • MDM 7.1 and PI 7.1 scenarios

    Hay ..
    PI 7.1 is having an adapter itself for Fetching Data from MDM Server.
    What PI/ XI MDM Adapter  will do is , it will keep on checking the MDM ready folders for Data.
    you will create a MDM repository and PORT on MDM Server .. and provide this to Your XI / PI Guy ...
    He/she will use this Repository and Port into config of there MDM Sender Adapter .. and MDM adapter will generated XML file from here..
    and Vice versa.
    Regards
    Prabhat Sharma.

    Hi,
    see below links:
    [MDM PI Adapter (Receiver type) : imports data to MDM or just puts xml file|MDM PI Adapter (Receiver type) : imports data to MDM or just puts xml file.]
    [Configuration Of MDM adapter in PI 7.1  |Re: Configuration Of MDM adapter in PI 7.1]
    regards,
    BJagdishwar.

  • HTML and CSS Best Practices for Eloqua?

    Hello Topliners Community,
    My name is Ben and I am a Web Designer. I am currently looking for any guidance on HTML and CSS best practices when working with Eloqua. I am interested in the best practices for e-mail and landing pages.
    Thank you,
    Ben

    Personally I like to upload my custom created html/css into Eloqua instead of using the WYSIWYG.
    But if you must then right clicking on text boxes and click edit source is the way to go.
    There was a good discussion on editing your forms with CSS:
    Energize Your Eloqua10 Forms with CSS
    created by Ryan Wheler on Nov 2, 2012 8:44 AM, last modified by Greg Stotler on Sep 19, 2013 2:00 PM
    Version 2
    CSS can be used to heavily customize the layout of forms in Eloqua10.  In this article we will provide sample cover some common formatting use cases on Eloqua10 Landing Pages.  Further details about uses of CSS in Eloqua10 form templates can be found here: EE12 - Do It - Eloqua - Energize E10 Forms
    Eloqua10 Forms HTML Structure
    Below is an outline of the structure of the HTML generated by Eloqua when a form is added to a landing page.  By targeting the HTML classes highlighted below, we can control the layout of any form on your landing page.
      For the rest of page: http://topliners.eloqua.com/docs/DOC-3015

Maybe you are looking for

  • Hard Drive and RAM Advice please...

    I'm looking to expand my computer by adding more RAM and more hard drive space but unfortunately I haven't the slightest clue on what I should buy. I've never bought any kind of internal hardware before. I have an external but I'd like another intern

  • Photo Gallery not opening

    << Branched from an old discussion about photo gallery not opening >> I had a similar problem, only it was because i was in the phone deleting files that i thought i didnt want. UGH! I think mine was due to facebook and not syncing. My gallery would

  • "Pro Application Support"

    Is Pro Application Support automatically rolled into the next version of the OS? In other words if I have 10.4.6, should I still download Pro Application Support 3.1, which came out over 6 months ago? (Just finally got my Logic 6 > 7.2 upgrade and I'

  • Didn't buy an app in my Purchases list - links to another, unrecognized Apple ID

    How can I get rid of an app that I didn't purchase and don't want?  It's linked to another Apple ID that I don't recognize, which pops up in the dialogue box when I try to update it. Here's what it looks like:

  • Event repeat

    Does anyone know if and how you can repeat an event by date and day? It's such a pain to have to go in every month because I can't do every 3rd Wednesday of the month vs. the 21st, for example. Thanks!!!!