XSLT formatting

Hi,
i need some help by adding an expression in a XSLT
this is what it is now
                <sch:CustomFieldList>
                    <sch:CustomField>
                        <sch:Attribute>ERP_UOM</sch:Attribute>
                        <sch:Value>
                            <xsl:value-of select="IDOC/E1AFKOL/GMEIN"/>
                        </sch:Value>
                    </sch:CustomField>
                </sch:CustomFieldList>
and this is what I want
when value of "IDOC/E1AFKOL/GMEIN" is KGM this value must then be changed in KG
Thanks in advance and Best regards,
Marieke de Lange

<sch:CustomFieldList>
   <sch:CustomField>
     <sch:Attribute>ERP_UOM</sch:Attribute>
         <xsl:choose>
            <xsl:when test="IDOC/E1AFKOL/GMEIN[text()="KGM]">
              <sch:Value><xsl:text>KG</xsl:text></sch:Value>
            </xsl:when>
            <xsl:otherwise>
               <sch:Value>
                    <xsl:value-of select="IDOC/E1AFKOL/GMEIN"/>
               </sch:Value>
          </xsl:otherwise>
        </xsl:choose>
      </sch:CustomField>
    </sch:CustomFieldList>

Similar Messages

  • Is the XSLT format-number function supported by XMLType.transform()

    I am trying to use the XSLT format-number function in a stylesheet via myXMLType.transform(myXSL) without any luck. For example, <xsl:value-of select="format-number($myNum,'#,###.00')/>. This works ok under the java based XSLT engine.
    Is format-number supported by XML DB?
    I am running 9.2.0.5.
    Cheers
    Anthony

    I have upgraded to 10g and found that this now works.
    Cheers
    Anthony

  • XSLT formatting a string

    Hi there.
    I'm new to XML/XSLT etc. I am connecting to an rss feed on
    another site, all is working well but I just want to show the first
    50 characters of the description (tag?). I am as asp developer and
    would have used <%=Left(mystring,50)%> - is there a similar
    xslt function available, I've searched everywhere but to no avail.
    Thanks for any help.
    Tony Mead

    Tony,
    Try this:
    <ParentTag>
    <xsl:value-of select='substring
    (/Description, 1, 50)'/>
    </ParentTag>
    Substitute whatever your parent tag is, obviously.
    I always start here before posting questions about markup:
    http://www.w3schools.com/
    HTH
    Steve
    "tony_mead" <[email protected]> wrote in
    message
    news:g8md39$kvr$[email protected]..
    > Hi there.
    >
    > I'm new to XML/XSLT etc. I am connecting to an rss feed
    on another site,
    > all
    > is working well but I just want to show the first 50
    characters of the
    > description (tag?). I am as asp developer and would have
    used
    > <%=Left(mystring,50)%> - is there a similar xslt
    function available, I've
    > searched everywhere but to no avail.
    >
    > Thanks for any help.
    >
    > Tony Mead
    >

  • Using Starts-with XSLT function with XI

    Hi All,
    Any help is apperciated. I am using the starts-with xslt function and when i do so the message gets stucks in the queue. If i run code without the starts-with then is works??
    <xsl:for-each select="receipt/prod">
         <xsl:for-each select="carrier/carrier_detail/carrier">
               <xsl:choose>
                   <xsl:when test="carrier_type='CASE'">
                        <xsl:choose>
                             <xsl:when test="starts-with(carrier_barcode, '00')">
                                                   do something
                                            </xsl:when>
                                           <otherwise>
                                                 do something
                                           </otherwise>
    so on..
    when i try to process messsage using this xslt format it gets sysfail in the queue, but without it, it works fine.
    I need to a special format if the condition of barcode starts with 00

    Chirag,
    Create xslt on abap mapping using transaction SXLT_TOOL on XI abap stack. Copy paste same xslt code and run with test file. You can debug code or most likely you can see error message too.
    Actually your mapping raising an exception which result in sys-fail.
    Hope this will help.
    Nilesh

  • ABAP to XML conversion...need help for XSTL coding

    Hi,
    I am trying to convert ABAP internal table to XML format. I am using CALL TRANSFORMATION command. But i am not getting the exact conversion of my internal table data as i am lagging in perfection of XSLT coding that i have to maintain(in call transformation command).
    I am passing the data with internal table which has deep structuring( 2 other internal tables(table types) inside it).
    i am facing issue in writing the XSLT format coding(Tcode:XSLT_TOOL). I need some help on this.
    Thanks,
    Mahidhar.

    Hi,
    Can you please share the XSLT program that you have created and also your ABAP structure that is going to hold the data.
    Thanks,
    Aanand.

  • Request suggestions for PDF printing of forms such as paychecks, W2's

    This question is on two levels. I see this as an up and coming project at work, and even there I doubt we will be purchasing BI Publisher as we are in cutback mode. More inportantly, for my own clients who want an application on the cheap. I have seen posts about PLPDF. I would consider it, but then I am not sure who could host the application with the condition of needing plpdf as a requirement.
    I have looked at FOP, and even installed it. Like many others, I don't have a lot of xslt formatting experience, and a cheap or free tool for creating a report format would be really helpful. Having to purchase a $600 tool really cuts into a $1000 dollar project.
    What are available options? The key concept is I am trying to replicate other people's forms in PDF, such as W2's and Paychecks, so the look and feel has to be professional.
    Way back in the day, I would write a Visual FoxPro app that used Crystal Reports to format the report. It wasn't too difficult to write applications for small companies that have a real business need and not lots of cash. I want to accomplish the same thing with a Web application using Oracle XE, APEX, and perhaps FOP or another tool. I just need suggestions from those that have already solved this problem!
    Thanks!
    Ken Lee

    Suggestion. (you caught my attention with the Visual Foxpo talk.. Been there, done that, glad I am doing Oracle now).. If your budget is $1000, maybe you should look at a hosting company to host your app that offers BI Publisher. Revion.com (http://www.revion.com/hosting/apex.html) has a $9.95 a month hosting plan that INCLUDES BI Publisher as a feature).
    In the APEX development projects I have , I have them hosted there to save the clients money & effort, since they don't need to deal with the hosting issues and can just use the applications I build and have access to BI Publisher for reporting needs.. You do need to download the Bi publisher desktop add-on for MS Word, but then you can access existing templates to print W2 forms, paychecks and whatever..
    Not saying its the ONLY way, but I have found it the more affordable way..
    (No I don't work for them, or get a commission for directing people there, I just send people to a company I trust working with..)
    Thank you,
    Tony Miller
    Webster, TX

  • How do you display xml file with xlst sheet in jsp

    I have an xml file with accompanying xslt file (and several images that are used in a single directory. If I doubleclick on the xml file, it displays perfectly in my browser - Formatting, images and all!
              The 100 dollar question - How do I duplicate this behavior in a JSP page in WebLogic 8.1 using the code in the xml and the accompanying xslt (formatting) file? I tried simple embedding the xml code in the jsp, but that didn't seem to work. What is the secret?
              Okay, I need to add a bit more information here. I understand that it is really easy to just redirect to the XML file. The issue is really security. I want the XML to be inside a jsp that will only allow validated users to view it.
              Another way to look at the problem would be, can I add a jsp security tag to the xml file? Or how to I add the xml code inside a jsp and keep the path references to the xslt and graphics.
              Hope the added information helps
              Thanks,
              Ken
              Message was edited by: KLee - 20050609 10:25 MST
              [email protected]

    This proved out to be the answer. Thanks for the direction!
              import java.io.File;
              import java.io.IOException;
              import java.io.InputStream;
              import java.io.OutputStream;
              import java.io.FileNotFoundException;
              import java.io.FileOutputStream;
              import javax.servlet.ServletException;
              import javax.servlet.http.HttpServlet;
              import javax.servlet.http.HttpServletRequest;
              import javax.servlet.http.HttpServletResponse;
              import javax.xml.transform.Transformer;
              import javax.xml.transform.TransformerConfigurationException;
              import javax.xml.transform.TransformerException;
              import javax.xml.transform.TransformerFactory;
              import javax.xml.transform.stream.StreamResult;
              import javax.xml.transform.stream.StreamSource;
              public class XML_XSLT_Servlet extends HttpServlet {
              protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {
                        String xmlfile = req.getParameter("xmlfile"); if (xmlfile==null) xmlfile = "test.xml";
                        String xsltfile = req.getParameter("xsltfile"); if (xsltfile==null) xsltfile = "test.xslt";
                        /* Test if file exists!, or use default file */
                        File f1 = new File(getServletContext().getRealPath("WEB-INF/displayfiles/"), xmlfile);
                        File f2 = new File(getServletContext().getRealPath("WEB-INF/displayfiles/"), xsltfile);
                   if (f1.exists() && f2.exists()) {
                             // System.out.println("Files Found");
                        } else {
                             System.out.println("XML and XSLT Files NOT Found");
                             System.out.println(f1.getPath());
                             System.out.println(f1.getName());
                             xmlfile = "test.xml";
                             xsltfile = "test.xslt";
              InputStream fileXML = getServletContext().getResourceAsStream("WEB-INF/displayfiles/" + xmlfile);
              InputStream fileXSLT = getServletContext().getResourceAsStream("WEB-INF/displayfiles/" + xsltfile);
              OutputStream os = res.getOutputStream();
              TransformerFactory xFactory = TransformerFactory.newInstance();
              StreamSource stylesheet = new StreamSource(fileXSLT);
              Transformer xformer = null;
              try {
              xformer = xFactory.newTransformer(stylesheet);
              } catch (TransformerConfigurationException tfce) {
              tfce.printStackTrace();
              StreamSource input = new StreamSource(fileXML);
              StreamResult output = null;
              try {
              output = new StreamResult(os);
              } catch (Exception e) {
              e.printStackTrace();
              try {
              xformer.transform(input, output);
              } catch (TransformerException xfe) {
              xfe.printStackTrace();
              <pre></pre><pre></pre>

  • SUP 2.1.3 MBO creation using ODATA service

    Hi All,
    I am using SUP 2.1.3 and trying to consume OData service created using SEGW transaction on gateway. following an older document i moved ahead by creating XSD files from the XML file.
    But,after uploading the XSD file , i chose the root element as 'feed' .
    After this , one XSLT file is generated automatically.
    But , when I click the XSLT file to edit , it shows error saying  'java.lang.NullPointerException' .
    I have to follow the methodology of creating MBO's using OData service and then deploying it on server.
    Please help me to move ahead with ODATA service in SUP 2.1.3 version. 
    Appreciate your quick help and assistance on this.
    Regards
    Rahul

    Hi
    If i ignore the Null exception error and move ahead with the XSLT format and preview the data source i receive the below error:
    Execution failed: HTTP status code is [401], expected [200]; response body is [<html><head><title>Logon Error Message</title><META http-equiv="Content-Type" content="text/html;charset=UTF-8"><style type="text/css">body { font-family:tahoma,helvetica,sans-serif;color:#333333;background-color:#FFFFFF; }td { font-family:tahoma,helvetica,sans-serif;font-size:70%;color:#333333; }h1 { font-family:tahoma,helvetica,sans-serif;font-size:160%;font-weight:bold;margin-top:15px;margin-bottom:3px;color:#003366; }h2 { font-family:verdana,helvetica,sans-serif;font-size:120%;font-style:italic;font-weight:bold;margin-top:6px;margin-bottom:6px;color:#999900; }p { font-family:tahoma,helvetica,sans-serif;color:#333333;margin-top:4px;margin-bottom:4px; }ul { font-family:tahoma,helvetica,sans-serif;color:#333333;list-style-type:square;margin-top:8px;margin-bottom:8px; }li { font-family:tahoma,helvetica,sans-serif;color:#33333;margin-top:4px; }.emphasize { color:#333333;background-color:#C8E3FF;padding:5px;}.note { color:#CC6600; }a { font-family:tahoma,helvetica,sans-serif;text-decoration:underline;color:#336699; }a:visited { color:#001166; }a:hover { text-decoration:none; }</style></head><body><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td><h1>Anmeldung fehlgeschlagen</h1><br><h2>Was ist passiert ?</h2><p>Der Aufruf der URL http://10.5.1.150:8000/sap/opu/odata/sap/ZCM_TEST_V5_SRV/PayrqSet/ wurde aufgrund fehlerhafter Anmeldedaten abgebrochen.</p></td></tr><tr><td> </td></tr><tr><td class="emphasize"><strong>Hinweis</strong><br>Die Anmeldung wurde im System GWD ausgeführt. Hierbei wurden keine Anmeldedaten bereitgestellt.</td></tr><tr><td> </td></tr><tr><td><p>  </p><h2>Was können Sie tun ?</h2><ul><li> Falls Sie noch über keine Benutzerkennung verfügen, so wenden Sie sich an Ihren Systemadministrator. </li></ul></br><p class="note">Fehlercode: ICF-LE-http-c:001-l:-T:-C:6-U:-P:-L:6-X:CBC8A013038D1EE486AE76E3D8B54E1D_CBC8A013038D1EE486AE76E3D3D34E1D_1-x:B77319E4C51EF1AFAE1DCBC8A013038D</p></br><p> HTTP 401 - Unauthorized</br><p> Ihr SAP Internet Communication Framework Team</p></td></tr></table></body></html>
    Please let me know if anyone has worked on ODATA+MBO+SUP2.1.3. I know this is not the recommended approach but i have to follow this scenario and i know it can be achieved through this approach. JUst need your assistance experts.
    Thanks & Regards
    Rahul

  • APEX 3.0 XLS-FO Report Layout

    Hallo,
    another question for 3.0 :
    I just created a custom xsl:fo stylesheet based on the XML data
    which gave me the "Report Queries" wizard. In the XSL Editor it looks quite well
    but using my regions "Print" link i get only a blank page.
    Now i recognized the uploaded xslt format is now rtf when i download it.
    Also it is in format "Named Columns (RTF)" but i uploaded it using "Named Columns (XSL-FO)".
    Is this custom stuff without BI Publisher plugin really working already ?
    Thanks,
    Jochen

    Hello,
    I can confirm this behaviour. After uploading a XSL-FO report layout and assigning this report to a report query, I get an empty PDF after calling the query.
    When I look at the request that was sent to BI Publisher (or Apache FOP), I see that
    &_xtype=rtf
    is always added to the request when I upload a named column template, regardless wether I uploaded a RTF or a XSL-FO template. It appears that ApEx always stores type = rtf when uploading a named column template (XSL and RTF).
    Is this a known problem? Any workarounds or statements when this will be fixed?
    Thanks
    Stephan

  • DataFormWebPart Sum of Currency Columns

    I have a data form web part with the "sharepoint list with currency columns" data source. I have added a footer to sum the rows. It seems like because of the number columns as currency format are formatted as "$2,000,000.00", the total shows up on the
    footer is "NaN".
    Looking at the XSLT, I don't see any issues with the XSLT code - <xsl:value-of select="sum($nodeset/@Year_x0020_1_x0020_P_x0026_L_x002)" />
    Is there any reason why currency columns are not summable in the XSLT? Has anyone came across this kind of issue?

    I have fixed this issue. I have changed current columns to number columns. The reason for this is number column saves the data as comma and DVWP can't convert comma separated number string to number.
    Here is the brilliant article to discuss this issue..
    http://www.endusersharepoint.com/2009/08/06/calculated-column-formula-tips-aggregating-calculations-over-1000/
    Use this to fix the problem..
    Create the Calculated Columns Based on Number columns in SharePoint List
    Make sure you use FIXED function to remove all the commas. Otherwise SharePoint saves number as comma and DVWP can’t convert them into number.
    Now, in DVWP, use the XSLT format-number function to format the number back to comma/currency formatted number. E.g.
    - Item - Number format - format-number(@Year_x0020_1_x0020_Revenue_x0020, '#,##0.00;-#,##0.00')
    - Item – Currency format - format-number(@Year_x0020_1_x0020_Revenue_x0020, '$#,##0.00;-$#,##0.00')
    - Sum – Currency format - format-number(sum($Rows/@Year_x0020_1_x0020_Revenue_x0020), '$#,##0.00;-$#,##0.00')
    That should fix the issue...

  • Generating PDF with XML and XSL

    Hi, quick basic question...
    I'm trying to generate pdf doc from xml with xsl.
    I'm using following sample code from xml.apache.org
    response.setContentType("application/pdf");
    Driver driver =new Driver();
    driver.setOutputStream(response.getOutputStream());
    driver.setRenderer(Driver.RENDER_PDF);
    Transformer transformer=TransformerFactory.newInstance()
    .newTransformer(new StreamSource("foo.xsl"));
    transformer.transform(xmlsource, new SAXResult(driver.getContentHandler()));
    xmlSource is my regular xml that wants to be pdf.
    is foo.xsl any regular xsl that I use to coonvert xml into html?
    or is it some special xsl that is tailored for pdf.
    Is this what is called xsl-fo?
    Thanks
    IL

    Hi IL,
    XSLT can translate XML to something else. It is most suited to transforming to another tree-like format (XML, HTML, etc.) but can be 'asked' to produce other kinds of output, flat text for example.
    It is driven by an XSL file which is a series of patterns to match and output to produce.
    This XSL file can be used to generate another XML document in which the nodes come from the Formatting Object namespace. These describe, in generic terms the format of an output document based upon the contents of the original XML.
    The formatting object XML document can then be used as input to a formatting object XML processor which can generate PDF output from it.
    You may want to check out:
    www.w3c.org
    for all the stuff on XML, XSL, XSLT, Formatting Objects, etc., and:
    xml.apache.org
    for imformation on Xalan, which is an XSL processor and FOP, which is a formatting object processor.
    Hope that helps,
    Peter.

  • Invalid XPath ?

    I have a process that gets a date (format YYYY-MM-DD; forced by Console), which has to be delivered to a Webservice, that requests dates in format 'dd MMM yyyy' (24 aug 2005).
    I've tried the following options (in an Assign):
    <copy>
      <from variable="inputVariable" part="payload" query="ora:formatDate('/client:bpAanvraagProcessRequest/client:DatumBemonstering', 'dd MMM yyyy')"/>
      <to variable="addAanvraag_addaanvraag_InputVariable" part="pDbg"/>
    </copy>And:
    <copy>
      <from variable="inputVariable" part="payload" query="xp20:format-dateTime(/client:bpAanvraagProcessRequest/client:DatumBemonstering,'[dd] [MMM] [YYYY]')"/>
       <to variable="addAanvraag_addaanvraag_InputVariable" part="pDbg"/>
    </copy>Both fail with the following message:
    [Error ORABPEL-10076]: invalid xpath query string 
    [Description]: in line 68 of "L:\workspaces\BPEL\bpAanvraag\bpAanvraag.bpel", According to BPEL4WS spec 1.1, section 14.3,
    the xpath query "ora:formatDate('/client:bpAanvraagProcessRequest/client:DatumBemonstering', 'dd MMM yyyy')" is invalid,
    query should be an absolute location path and it must start from the root element prefixed with "/".. 
    [Potential fix]: Please make sure that your xpath query starts with "/" which is the root..Anyone has any ideas how to fix this?

    Okey, found it:
    The format-string is an XSLT 2.0 picture string, see syntax explained at http://www.w3.org/TR/xslt20/#date-picture-string
    By the way:
    a) w3.org publishes the function xslt:format-date(), and format it by picture. This is not offered by Oracle BPEL it seems (at least not through the Expression builder, ver 10.1.2.0.0 ).
    Oracle-BPEL offers:
    b) ora:formatDate(), and format it by java.text.SimpleDateFormat.
    c) xp20:format-dateTime(), and format it by picture.
    So I took it away by code like:
    <copy>
    <from expression="xp20:current-dateTime()"/>
    <to variable="myDateTime"/>
    </copy>
    <copy>
    <from expression="'P21D'"/>
    <my-xml-comment>The Xpath syntax (like P21D) is for specifying an xdt:dayTimeDuration of 21 days ahead, see http://www.w3.org/TR/xpath-functions/#lexical-dayTimeDuration</my-xml-comment>
    <to variable="myDuration"/>
    </copy>
    <copy>
    <from expression="xp20:add-dayTimeDuration-to-dateTime( bpws:getVariableData('myDateTime'), bpws:getVariableData('myDuration') )"/>
    <to variable="myResultTime"/>
    </copy>
    <copy>
    <from expression="xp20:format-dateTime( bpws:getVariableData('myResultTime'), '[Y0001][M01][D01]' )"/>
    <to variable="myResultTimeNOARK"/>
    </copy>

  • [OT] the death of aqua?

    First it was those tabs in Safari. Then in iTerm. Now the new iTunes scroll bars. Is 10.5 going to be the end of the aqua i-candy?

    Hi Bill,
       I feel like the guy whose wife puts her hands over his eyes and asks him to describe the wallpaper. I didn't notice iTunes until you pointed it out, ... and it's been open since the day they released it. It wakes me up now and since it's invoked by an AppleScript from a LaunchAgent job, it's the frontmost app when I finally look at the computer. And I didn't notice.
       I'm not quite as bad off as the guy whose wife sandbagged him. I've noticed that the iTunes interface has been headed south for a while. However you're right; this is "all the way". (I know, "that's what she said") It couldn't look worse. It looks like a really lightweight X Windows window manager showing a web page. In Apple's defense, the web page part is probably accurate. However, they should use XSLT Format and make it look like more than a nineties web page.
       Is it just my monitor or do they "brush" their metal too much? (I know, "is that what the kids are calling it nowadays?") Is my monitor or is it just a gray gradient? I've seen really good brushed metal on the web. I did it once in an image editor by peppering a black background with random white dot "noise" and blurring in one direction. Even that didn't look as good as some brushed metal I've seen. Have you ever seen stibnite crystals? If anyone could capture the almost iridescent blue hue in the shadows, that surface would make a nice metallic texture.
       Actually, I'd like to have Kai Krause do the HI for OS X.
    Gary
    ~~~~
       Nothing is ever a total loss; it can always serve as a
       bad example.

  • How to generate current time in the format yyyy-mm-ddThh:mm:ssZ in the xslt

    Hello,
    i am tring to generate current time in the format yyyy-mm-ddThh:mm:ssZ in my xlst file.
    the following info are necessary,
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java"
    version="1.0">
    <xsl:attribute name="generationDate"><xsl:value-of select="java:format(java:java.text.SimpleDateFormat.new('yyyy-mm-dd hh:mm:ss'), java:java.util.Date.new())"/></xsl:attribute>
    but java SimpleDateFormat doesnt support yyyy-mm-ddThh:mm:ssZ.
    thanks in advance.

    Hi wwuest,
    I use the following code to generate such a date format :
              try {
                   SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
                   Date date = sdf.parse(strDate);
                   sdf.applyPattern("yyyy-MM-dd'T'hh:mm:ss");
                   strDate = sdf.format(date);
              } // catching the parse exceptionMaybe you could try this method and see if it pass through xsl with :
    new SimpleDateFormat("yyyy-MM-dd").applyPattern("yyyy-MM-dd'T'hh:mm:ss'Z'")Bye

  • Formatting a date in XSLT

    I am working with an XSLT fragment in dreamweaver and all
    seems to be working fine except when it comes to the date field in
    the XML it is transforming. It looks like dreamweaver has no
    options in it for formatting a date. Looking on the web it appears
    that XSLT doesn't have a function for that except if you are
    running XSLT 2.0??
    my XML looks like
    <pubDate>Wed, 04 Apr 2007 04:00:00
    +0100</pubDate>
    Can anyone help me just show only this part, "Wed, 04 Apr
    2007"
    thanks
    chris

    >I am working with an XSLT fragment in dreamweaver and all
    seems to be
    >working
    > fine except when it comes to the date field in the XML
    it is transforming.
    > It
    > looks like dreamweaver has no options in it for
    formatting a date. Looking
    > on
    > the web it appears that XSLT doesn't have a function for
    that except if
    > you are
    > running XSLT 2.0??
    Correct.
    > my XML looks like
    > <pubDate>Wed, 04 Apr 2007 04:00:00
    +0100</pubDate>
    > Can anyone help me just show only this part, "Wed, 04
    Apr 2007"
    With XSLT, this should work:
    <xsl:value-of select="substring(pubDate,1,16)"
    order="descending" />
    The substring function variables are:
    substring(node, postition of start character in string, total
    number of
    characters to include)
    It's akin to a TRIM string statement in server-side
    programming languages.
    -Darrel

Maybe you are looking for

  • Email and bbm

    how do i change from enterprise email to personal and BBM will not work just says setting up BBM and wont go no further. help please

  • Errors while Changing the Database to Mutli User Mode from Single user mode in SQL Server 2012

    Hi, Good Afternoon :).  Need your help in resolving one of the issue with SQL Server 2012. Today, we kept one of the database in the Single User mode and wanted to bring back to Multi User mode.  But we are getting the below error.  There are no user

  • MY VIDEOS DONT HAVE SOUND PLEASE HELP ME

    HI I´M NEW ABOUT IPOD... I TRY TO PUT VIDEOS IN MY IPOD 30G BUT SOMETHING GOS WRONG, I DO THIS... ADD A VIDEO, CONVERTING TO IPOD, I UPDATE HIM, BUT WHEM I LISTEN IN THE IPOD THE VIDEO DONT HAVE SOUND... ANY ONE CAN HELP ME ?

  • CacheDiagnosticsService fills the Windows drive in minutes

    I am running a Cloud Service that contains 4 web roles + 1 worker role. I am using in role caching across the 4 web roles. The worker role then populates the cache in the background. I am watching the Windows (D:) disk go from having 15GB free on a f

  • Right click "open with" yields 2 copies of "Safari", "Firefox" & "Quicktime

    Hi I have this problem when i right click on a .jpeg .jpg file. it yields 2 copies of "Safari", "Firefox" & "Quicktime. I have verified and repaired permissions using disk utility but to no avail. can anyone offer any help? reward pts awarded. thanks