StyleSheet problems

Hi all.
I am having a problem with my stylesheets in the templates. 
Originally in my template, I was using a custom stylesheet, "/sap/bw/Mime/BEx/StyleSheets/BWMultipageAll.css" and it was working fine.  I then moved my stylesheets to the Customer folder and changed the template to look at the Customer folder instead of BEx, "/sap/bw/Mime/Customer/StyleSheets/BWMultipageAll.css" and it works in development.
The problem is that when I transport this to our test environment, the templates in development revert back to how they were originally (they now say BEx instead of Customer).  Also, though the templates in test show,  "/sap/bw/Mime/Customer/StyleSheets/BWMultipageAll.css", when I execute them, they try to use the BEx folder template...which doesn't exist anymore.
I have deleted the cache in both the WAD and the MIME Repository, without success.
Any ideas?
Thanks.

Jeff,
Delete the HTTP cache :
TCode SMICM -> Goto ( menu bar ) -> Invalidate HTTP Cache --> Global in System
this will clear the HTTP cache for WAS and also clear your local IE cache and your stylesheet will come on properly.
Arun
Assign points if useful
Message was edited by:
        Arun Varadarajan

Similar Messages

  • XML DevCon 2001: Submit schema and stylesheet problems- win XML Spy

    There are only a few days to submit schema and stylesheet problems for XML
    DevCon 2001 in London. If the workshop instructors use your submission
    during the conference, you win a copy of XML Spy.
    <shamelessPlug>
    XML DevCon 2001 has a content-rich technical program with a faculty that
    includes Henry Thompson (W3C Fellow), Peter Chen (IEEE Fellow, ACM
    Fellow),
    Martin Bryan (DIFFUSE Project), and authors such as Bob DuCharme, Ian
    Graham, Elliotte Rusty Harold, G. Ken Holman, Benoît Marchal, JP
    Morgenthal,
    and Simon St. Laurent. There are a variety of eBusiness sessions,
    including
    panel discussions and presentations about ebXML, Web Services, and UDDI.
    The program includes presentations by Jonathan Borden, Ron Bourret, Lee
    Buck, Alex Chaffee, Mark Colan, John Evdemon, Meike Klettke, Andy
    Longshaw,
    Ingo Macherius, Simon Nicholson, David Orchard, Sebastian Rahtz, Daniel
    Rivers-Moore, Michael Rys, Krishna Sankar, Matt Sergeant, Richard Tobin,
    Priscilla Walmsley, David RR Webber and other distinguished faculty.
    </shamelessPlug>
    http://www.xmldevcon2001.com/London/html/conference.php
    For a free pass to exhibits and special events (keynotes, joint XML UK and
    British Computer Society meeting, OASIS XPath/XSLT meeting, vendor
    presentations):
    http://www.xmldevcon2001.com/London/html/special_events.php
    Public submissions (schemas and stylesheets)
    Three members of the W3C Schema Working Group (Michael Rys, Henry
    Thompson, Priscilla Walmsley) will teach a Schema Workshop. Submit
    problem schemas to them by e-mail:
    [email protected]
    or
    http://www.xmldevcon2001.com/London/html/session.php?code=W5
    Sebastian Rahtz, Bob DuCharme, Benoît Marchal, and Ken Holman will
    present the "Stylesheets and Transformations: Best Practices" workshop on
    Thursday, February 22 in London. To submit a stylesheet or problem
    description for their workshop:
    [email protected]
    or browse to:
    http://www.xmldevcon2001.com/London/html/session.php?code=T17
    ========== Ken North ======================
    See you at Javacon 2001 (New York, March 1)
    www.javacon2001.com
    XML DevCon 2001: London (February 21-23) New York (April 8-11)
    www.xmldevcon2001.com
    =======================================

    Looks okay to me. But then I have no idea of what those "problems" are that you mentioned. Was there a particular reason you didn't tell us what they are?

  • Xsl/stylesheet transformation problem in soap response(usinf xmlx-tags.tld)

    Hi,
    I have problem in transforming the soap response using xmlx-tags.tld.....
    I was not able to read the <EmpName> value from the returned xml...
    The stylesheet / xsl does not return any elements if I use other then "/" in match
    attribute : <xsl:template match="/">
    here is my soap call and stylesheet in JSP:
    <x:xslt media="html">
    <x:xml>
    <ws:soap ttl="360000">
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    ... making soap call here...
    </soap:Body>
    </soap:Envelope>
    </ws:soap>
    </x:xml>
    <x:stylesheet media="html">
    <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
    <xsl:output method="xmll" omit-xml-declaration="no"
    doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN" indent="yes" />
    <xsl:template match="GetEmpResult">
    <html>
    <body>
    Result: <B>Symbol <xsl:value-of select="EmpName"/></B>
    </body
    </html>
    </xsl:stylesheet>
    </x:stylesheet>
    </x:xslt>
    the SOAP response looks like this:
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <GetEmpResponse xmlns="http://ws.cdyne.com/">
    <GetEmpResult>
    <EmpID>string</EmpID>
    <EmpName>string</EmpName>
    <SalAmount>decimal</SalAmount>
    <Error>boolean</Error>
    </GetEmpResult>
    </GetEmpResponse>
    </soap:Body>
    </soap:Envelope>
    I tried all the possibilities of template matches, but not succeeded....
    Can somebody help me the correct <xsl:template> to access EmpName from the above
    SOAP responses...
    regards
    Vijay

    Hi,
    Dynamic xslt are not quite supported in OSB, there are some approaches that may be helpful for your case though...
    Have a look at these...
    http://atheek.wordpress.com/2011/12/21/using-xalanevaluate-to-parametrize-xpath/
    http://beatechnologies.wordpress.com/2010/12/01/dynamic-xquery-in-oracle-service-bus/
    Let me know how you go...
    Cheers,
    Vlad

  • XSLT Cache problem including remote host stylesheets

    Hi.
    We are building an XSL page that includes changing named templates through xsl:includes where the included stylesheet is on a remote server.
    The content of the remote stylesheet can change at any time. The problem is that the Oracle XSLT caching mecanism does not "see" this, so we get the old page..
    How can we turn the caching off? Is it possible to turn caching off for selected stylesheets?
    Any clues or pointers?
    Regards
    Lionel

    Hi.
    We are building an XSL page that includes changing named templates through xsl:includes where the included stylesheet is on a remote server.
    The content of the remote stylesheet can change at any time. The problem is that the Oracle XSLT caching mecanism does not "see" this, so we get the old page..
    How can we turn the caching off? Is it possible to turn caching off for selected stylesheets?
    Any clues or pointers?
    Regards
    Lionel

  • Cache problem for included stylesheets on remote server

    Hi.
    We are building an XSL page that includes changing named templates through xsl:includes where the included stylesheet is on a remote server.
    The content of the remote stylesheet can change at any time. The problem is that the Oracle XSLT caching mecanism does not "see" this, so we get the old page..
    How can we turn the caching off? Is it possible to turn caching off for selected stylesheets?
    Any clues or pointers?
    Regards
    Lionel

    I by no means want to sound belittling... so don't take me that way..
    You need to understand the basics of files, and networks. You can't check if a file exists on another machine if you don't have a network protocol to communicate with. The reason \\ works under windows is because you are using an invisible (to you) network protocol. You probably know it as windows sharing. If your file were not shared under it's own name, that method wouldn't work (I'm assuming your entire drive is shared without a password... a horrible security flaw...but one thing at a time)
    You can use FTP protocol to check if a file exists. You can either send the raw text FTP commands through a socket connection in java, or you can use a freely available FTP java API to make it a bit more simple. You could also write a small java server on the other machine, and have it tell you what you need to know with a socket connection. In this way, you have created your very own network protocol.

  • Problem with stylesheets

    Hello,
    I am helping a friend edit her existing website. Unfortunately, most of the styling was done without the use of external stylesheets--they used many confusing crazy internal styles. Instead of trying to match those styles, I created an external stylesheet.
    I created an external stylesheet and attached it to the pages I was working on. The style changes appeared on my local file perfectly but when I uploaded both the stylesheet and the page, those style changes do not show up. This is the first time this has happened to me. Normally, uploading stylesheets and pages work just fine. I even tried uploading the entire website but the changes do not show up at all.  I am stumped.
    Could it be that the internal styles trumped my external ones? I only used the external stylesheet for the specific lines of html that I created on the pages.
    Another unfortunate thing is this site was created using a template. I have worked with Dreamweaver templates before without any issues but this one again has me stumped. I edited an image file that was used for the footer. I made sure to reflect that change on the template page. I uploaded the template page, along with all of the other pages that use the template but that change I made does not show up.
    I appreciate any help anyone can lend.
    Jane

    wonwithweb wrote:
    Could it be that the internal styles trumped my external ones? I only used the external stylesheet for the specific lines of html that I created on the pages.
    Yes, that could happen BUT if you are seeing the styles locally alright then that won't be the problem.
    wonwithweb wrote:
    Another unfortunate thing is this site was created using a template. I have worked with Dreamweaver templates before without any issues but this one again has me stumped. I edited an image file that was used for the footer. I made sure to reflect that change on the template page. I uploaded the template page, along with all of the other pages that use the template but that change I made does not show up.
    Any chance you can give us the url of the page so someone can take a look at the code and tell you what is going on?

  • When uploaded online, problem with stylesheet?

    I've just spent hours online chat with Adobe and HostGator trying to figure out how to get the bloody site online. Finally got a version of the site I made on Muse online but this is what it looks like. Nothing is going right. HostGator told me that it seemed to be a problem with the stylesheet. I dont' know what that means but I need it fixed so it doesn't look as stupid as it does now. Its so frusterating.... nothing is working out. I just need the stupid website online looking like how it looks on Muse. What do I do? 

    I've got some pics to maybe help you figure out what's wrong?

  • Stylesheet namespace problem

    Hi all
    I am having a very strange problem. I am using the following XSL in TRANSFORM activity.
    <xsl:stylesheet version="1.0"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/drfsdf"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:ns0="http://www.niku.com/xog/Object"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    exclude-result-prefixes="xsl xsd ns1 ns0 xref xp20 bpws ora ehdr orcl ids hwf" >
    <xsl:template match="/">
    <ns0:NikuDataBus>
    <xsl:for-each select="/ns1:drfsdfOutputCollection/ns1:drfsdfOutput">
    <ns0:NikuDataBusReadType>
    <ns0:EmployeeINFO>
    <xsl:attribute name="EMP_ID">
    <xsl:value-of select="ns1:EMPLID"/>
    </xsl:attribute>
    <xsl:attribute name="EMP_NAME">
    <xsl:value-of select="ns1:NAME"/>
    </xsl:attribute>
    </ns0:EmployeeINFO>
    <ns0:others>
    <xsl:attribute name="SUPERVISOR_ID">
    <xsl:value-of select="ns1:SUPERVISOR_ID"/>
    </xsl:attribute>
    <xsl:attribute name="SUPERVISOR_NAME">
    <xsl:value-of select="ns1:SUPERVISOR_NAME"/>
    </xsl:attribute>
    </ns0:others>
    </ns0:NikuDataBusReadType>
    </xsl:for-each>
    </ns0:NikuDataBus>
    </xsl:template>
    </xsl:stylesheet>
    Now the problem is, after transformation I am getting the result like this
    <ns0:NikuDataBus >
    <ns0:NikuDataBusReadType>
    </ns0:NikuDataBusReadType>
    </ns0:NikuDataBus>
    I don't want elements prefixed with anything. If I make this namespace default in xsl file and remove all "ns0:" from elements then result is correct but I wont be able to see this XSL file into designer. Gets the error "Error: XML map generation failed Please use the source editor to correct the problem and return to the design editor".
    What should I do now?
    Thanks.

    Hi,
    Your approach of making the namespace default is right. You wont see mappings in the design view. However, this works perfectly on the server.
    In fact, if you give any element name in the xsl, which is not even in the target schema, the generated xml will contain that element.
    Deepak

  • XMLForm problem with XSL Stylesheet

    Hello all,
    I've been asked to have a look at a problem that a friend is having with XMLForms. They have recently upgraded to NW04 SP11 (from NW04 SP9) and now they cannot 'Create New' for each of the XML forms that they based on 'SAP Demo News'. They also cannot create new 'SAP Demo News'.
    In each of their *Edit.xsl forms there is the line
    <xsl:include href="wcm://etc/xmlforms/htmledit/htmledit.xsl" />
    When they try to 'Create New' for any of these forms they get the following error
    com.sapportals.wcm.WcmException:
    Could not load stylesheet.com.sap.engine.lib.xml.util.NestedException:
    Could not resolve: 'wcm://etc/xmlforms/htmledit/htmledit.xsl'
    base: '/etc/xmlforms/Company_General/Company_GeneralEdit.xsl'
    -> javax.xml.transform.TransformerException:
    Error downloading from URL: wcm://etc/xmlforms/htmledit/htmledit.xsl,
    No user in context
    that is just the first line but I believe that it is the important line. The portal seems to be unable to access 'htmledit.xsl' and perhaps because there is no user in context.
    Has anyone come across this or know of a solution?
    Thanks in advance,
    Patrick.
    EDIT.
    I see that this is directly related to having a HTML Editor on the form. When I remove that component the form works, when I re-add that component it all falls over again.
    Any ideas?

    Hi Patrick,
    I got a response from SAP. The problem was that there were two anonymous users both in ADS and in the DB.
    The following procedure fixed it:
    The problem is that there are 2 anonymous users both in DB as in ADS.
    To solve this, please add the following entries in the ConfigTool, UME
    LDAP data, Additional LDAP properties:
    ume.ldap.blocked_users(global) = ....,anonymous
    ume.ldap.blocked_accounts(global) = ....,anonymous
    Restart the engine if already started.
    These changes force to use the user “anonymous” from the DB.
    Hope this helps for you!
    Thanks for rewarding!
    Markus

  • Portability problem for XSL stylesheet

    Hi,
    I created a xsl stylesheet and a java program which just do the normal xml transformation. however, they works fine in my windows XP environment, but once i move them to my Red hat (linux) environment, they stop working... why this happening? from the exception error, the problem occurs when the stylesheet is loaded. some friends suggest that i should try to use different xslt processors, but how should i do this in the run time?
    (I am currently using Xerces2.6.2 to vaildate xml file and do the transformation)
    Thanks for any help

    You should look at the stacktrace from the exception and fix your problem based on what you see there.
    Or you could post it here so we don't have to guess...

  • Problem with uix-config.xml, custom stylesheet mystyles.xss

    using JDeveloper 9i (9.0.3.1035)
    Hi,
    I have created a uix-config.xml in the WEB-INF directory of my web-application. It looks as follows:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <configurations xmlns="http://xmlns.oracle.com/uix/config">
    <application-configuration debug="true" >
    <style-sheet-name>mystyles.xss</style-sheet-name>
    </application-configuration>
    </configurations>
    (I did try to use the default-configuration element but there result was similarly disappointing)
    in the /cabo/styles directory, I have created the mystyles.xcc file:
    <?xml version="1.0"?>
    <styleSheetDocument xmlns="http://xmlns.oracle.com/uix/style">
    <import href="blaf.xss"/>
    <styleSheet>
    <style name="DefaultFontFamily">
    <property name="font-family">serif</property>
    </style>
    <!-- Change the default font to be 15 point -->
    <style name="DefaultFont">
    <property name="font-size">15pt</property>
    </style>
    </styleSheet>
    </styleSheetDocument>
    When I start the application, I notice that debug-mode is switched on, i.e. the uix-config.xml is found and correctly loaded. However, I see no effect whatsoever of my own stylesheet mystyles.xss.
    I have even tried to define the stylesheet on the UIXPagebroker servlet in the web.xml (though I have no idea whether that is possible at all):
    <servlet>
    <servlet-name>uix</servlet-name>
    <servlet-class>oracle.cabo.servlet.UIXServlet</servlet-class>
    <init-param>
    <param-name>oracle.cabo.servlet.xml.CheckModified</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>oracle.cabo.ui.StylesheetName</param-name>
    <param-value>mystyles.xss</param-value>
    </init-param>
    In short, is there anyone who can tell me how to "invoke" my own stylesheet? Am I doing something wrong?
    Thanks for your thoughts!
    Lucas

    OK,
    I have been reading more of the other posts on this topic and figured out the problem. Of course I had used the <stylesheet-name> element listed in the On Line Help UIX Developer's Guide instead of the <stylesheet> it should be.
    Having made that change in the uix-config.xml file, everything was fine.
    (so now no more rubbish in the web.xml, a straightforward uix-config.xml and my own mystyles.xss)
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <configurations xmlns="http://xmlns.oracle.com/uix/config">
    <default-configuration debug="true" >
    <style-sheet>tmitts.xss</style-sheet-name>
    </default-configuration>
    </configurations>
    and
    <?xml version="1.0"?>
    <styleSheetDocument xmlns="http://xmlns.oracle.com/uix/style">
    <import href="blaf.xss"/>
    <styleSheet>
    <style name="DefaultFontFamily">
    <property name="font-family">serif</property>
    </style>
    <!-- Change the default font to be 15 point -->
    <style name="DefaultFont">
    <property name="font-size">15pt</property>
    </style>
    </styleSheet>
    </styleSheetDocument>
    best regards,
    Lucas Jellema (AMIS Services BV)

  • Problem in runing xalan( says: stylesheet requires attribute: version)

    I have test.xml & test.xsl (listed bellow).When i go to transform it
    by using xalan with the command line as:
    E:\xmlExamples>java org.apache.xalan.xslt.Process -IN test.xml -XSL test.xsl -OUT test.html
    I get the error:
    file:///E:/xmlExamples/stocks.xsl; Line 2; Column 71;
    file:///E:/xmlExamples/stocks.xsl; Line 2; Column 71; XSLT Error (javax.xml.transform.TransformerCon
    figurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerExcep
    tion: stylesheet requires attribute: version
    Please help me out..
    //test.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet href="e:\xmlExamples\test.xsl" type="text/xsl">
    <company>
              <employee><name>X</name></employee>
              <employee><name>Y</name></employee>
              <employee><name>Z</name></employee>
    </company>
    //test.xsl
    <?xml version="1.0" ?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" version="1.0">
    <xsl:template match="/">
    <html>
    <head>
    <title>emp</title>
    </head>
    <body bgcolor="#ffffcc" text="#0000ff">
    <xsl:apply-templates/>
    </body>
    </html>
    </xsl:template>
    <xsl:template match="company">
    <B>COMPANY</B>
    <xsl:for-each select="emloyee">
         <i><xsl:value-of select="name"/></i>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>

    try this xsl:
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="html" encoding="utf-8"/>
         <xsl:template match="/">
              <html>
                   <head>
                        <title>emp</title>
                   </head>
                   <body bgcolor="#ffffcc" text="#0000ff">
                        <xsl:apply-templates/>
                   </body>
              </html>
         </xsl:template>
         <xsl:template match="company">
              <B>COMPANY</B>
              <xsl:for-each select="emloyee">
                   <i>
                        <xsl:value-of select="name"/>
                   </i>
              </xsl:for-each>
         </xsl:template>
    </xsl:stylesheet>

  • Problem loading CSS StyleSheet

    This is the error I get:
    **Error** C:\Documents and Settings\Administrator\Local
    Settings\Application Data\Macromedia\Flash MX
    2004\en\Configuration\CLASSES\TextField.as: Line 47: The class
    'TextField.StyleSheet' could not be loaded.
    var styleSheet:TextField.StyleSheet;
    Total ActionScript Errors: 1 Reported Errors: 1
    This is the code causing the error:
    //---------------- Load CSS ---------------\\
    var cssStyles:TextField.StyleSheet = new TextField.StyleSheet
    cssStyles.load("styles/styles.css");
    cssStyles.onLoad = function (success) {
    if (success) {
    loadedInfo.styleSheet = cssStyles;
    } else {
    loadedInfo.text = "There has been an error loading the
    requested information. Please contact the Webmaster and report your
    error.";
    //---------------- </Load CSS> -----------

    try adding the following before any other code in your as
    file:

  • Switching Stylesheet - Accessibility problem

    Hi, can anybody help me? For my website to get anywhere in
    the accessibility tests, i would like to know if what i'm using
    will work or not?
    On my anchors I placed: <a href="#"
    onclick="setActiveStyleSheet('large'); return false;"
    onkeypress="checkKeyPressed(event, setStyleSheet,
    'sheet');">A</a>
    and in my js stylesheet switcher:
    function checkKeyPressed(evt, func, params)
    evt = (evt) ? evt : (window.event) ? event : null;
    if (evt)
    var charCode = (evt.charCode) ? evt.charCode :
    ((evt.keyCode) ? evt.keyCode :
    ((evt.which) ? evt.which : 0));
    if (charCode == 13) func(params);
    And along with all the other stylesheet switching code, the
    onclick works but i can't seem to get the onkeypress working. Any
    ideas please?
    thanks

    Anybody out there who can help a man in need of help?
    Please

  • Problems with string comparison using

    I have a problem using the > and < comparison operators.
    When the xsl:if test uses numeric values the comparison works OK. If the
    test uses string values it always returns a false result.
    The style sheet below shows an example (which should run against any
    XML doc with a root element)
    Note - the spurious
    tags are just for debugging- I write the
    output to an HTML page and IE happens to recognise them
    even though the rest of the HTML tags are missing !!
    <?xml version="1.0" ?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
    <xsl:template match="/">
    <xsl:for-each select="*">
    Starting numeric test :
    <xsl:if test="(1 < 2)">
    In Test, ID= <xsl:value-of select="generate-id()"/>
    </xsl:if>
    Finished numeric test :
    Starting alpha test :
    <xsl:if test="('a' < 'b')">
    In Test, ID= <xsl:value-of select="generate-id()"/>
    </xsl:if>
    Finished alpha test :
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    null

    Having looked at the XPath spec I believe what I am trying to do (compare strings with gt and lt type tests) is not supported. The spec indicates that they can only be used for node sets or numerics. Presumably the processor is attempting to convert the values to numbers but evaluating them both as NaN (not a number). Can someone confirm this.
    I find this restriction quite strange, is this a situation where an extension function is required ? If so can someone point me to some (Java) examples.
    null

Maybe you are looking for

  • How do I get all of my contacts on my iPhone

    I just noticed that in Contacts on my MAC I have a total of 1013 contacts in the "All Contacts" group but I only have 987 in my "all iCloud" group and on my Phone 5. I am using the cloud to sync my contacts, and calendar. How do I get all of my curre

  • Can't install Adobe Air on Mac OS 10.5.6

    Hello all, I cannot, for the life of me, get Adobe AIR to install on my Mac Pro. Whenever I open the installer I get this message: quote: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please cont

  • Elements 12 Organizer on Mac

    Is there any way to run Adobe Elements 12 Organizer on my Mac 10.6.8? I am running Photoshop Elements 12 with no apparent problems. Thanks in advance. Doug

  • EJB server\default directory not found

              this is the error that i am getting when i deploy my war and I           am not able to figure out what is server\default EJB directory.           can some one help in realizing what mighht be the problem           <Mar 22, 2001 3:15:39 PM

  • MDM to MDG - Configuration Migration

    Hi, If an enterprise was using SAP MDM and it has there configurations, workflows, data models,forms, ... etc and it is planning to implement MDG 7.0 soon. How can it benefit from the earlier implementation of MDM ? Technically, what parts,objects ca