MDT timezones out

Hi,
I'm relatively new to MDT and have an odd issue.
Deploying Win 7 x64, the deployment completes fine with no errors except the timezone is always out, usually by 2 hrs.
I've covered all the bases as far as the config.ini goes, adding UK timezone, locale and language but still the same issue:
I've also added the 085 country code and that sends it to 3 hrs out.
Any thoughts/pointers would be appreciated.
Thanks.

Hi Nick,
Thanks for the quick response. I've tried various settings in the CS.ini. The time difference will vary between 2 and 3 hours ahead of UK time. The current file is here:
https://onedrive.live.com/redir?resid=F4C338F03997A343!164&authkey=!AExyRUcHPhqXbEI&ithint=file%2cini
Thanks
Brian.

Similar Messages

  • MDT inject driver for usb3.0 port on pc

    I import usb 3.0 drivers to share and replaced the boot wim after I updated the share.But the usb 3.0 drivers still cannot be installed well on PC.Beyond that,everything works fine.How can I deal with it? 

    AS a follow up, I checked the logs offline...
    It appears that MDT did find the drivers and attempted to copy down locally:
    Found Device PCI\VEN_8086&DEV_8C31&REV_04 with 3rd party drivers! Count = 0 = {380f248f-1b26-450f-9697-1fa8e749210b}
    Found a driver for PCI\VEN_8086&DEV_8C31&REV_04: {380f248f-1b26-450f-9697-1fa8e749210b} from \\MDT\DeploymentShare$\Out-of-box Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69\oem143.inf
    Validating connection to \\MDT\DeploymentShare$\Out-of-box Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69
    Mapping server share: \\MDT\DeploymentShare$
    Already connected to server MDT as that is where this script is running from.
    Copying drivers from "\\MDT\DeploymentShare$\Out-of-box Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69" to "V:\Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69"
    About to run command: cmd.exe /c xcopy /seihycd "\\MDT\DeploymentShare$\Out-of-box Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69" "V:\Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69" 1> NUL 2>NUL
    Command has been started (process ID 500)
    Return code from command = 0
    Found Device PCI\VEN_8086&DEV_8C31 with 3rd party drivers! Count = 0 = {853ada7d-36f6-40e5-8719-734d3606bac1}
    Found a driver for PCI\VEN_8086&DEV_8C31: {853ada7d-36f6-40e5-8719-734d3606bac1} from \\MDT\DeploymentShare$\Out-of-box Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9\LxPtUSB3.inf
    Validating connection to \\MDT\DeploymentShare$\Out-of-box Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9
    Mapping server share: \\MDT\DeploymentShare$
    Already connected to server MDT as that is where this script is running from.
    Copying drivers from "\\MDT\DeploymentShare$\Out-of-box Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9" to "V:\Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9"
    About to run command: cmd.exe /c xcopy /seihycd "\\MDT\DeploymentShare$\Out-of-box Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9" "V:\Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9" 1> NUL 2>NUL
    Command has been started (process ID 832)
    So the question remains, if we copied down the drivers, why didn’t MDT pick up these drivers?
    IT is possible that the OS does not like these driver packages, so it did not install. 
    As a test, find the device in the device manager, and “update Driver Software”
    Then force MDT to use the paths:
    \\MDT\DeploymentShare$\Out-of-box Drivers\USB\oem143_2.5.4.40_6AACC3E6D10DF8699AA52D142550C5F98F140B69
    \\MDT\DeploymentShare$\Out-of-box Drivers\System\2008s4el_9.1.9.1005_2CA3E45C2F9AFCC12681EC010E1D73FEA7613AA9
    The system should use these drivers, if not, then you do not have the correct drivers, or there is some other problem, check the SetupAPI.*.log files.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Getting my DBs timezone in oracle 11.2.0.3

    I need the timezone of the server that the DB sits on. I don't want the offset. I need the region name. This is because some regions use daylight savings time and some do not. Plus an SA can change the time of the OS. Another company manages our servers and DBs in production and we don't have contact with them. We could use a lookup talbe and just populate it, then update it when we find out what it is in production. The problem is that I have seen cases where the timezone on servers change. Considering the lack of contact between the teams, we really need a reliable way to get the timezone out of the DB.
    We tried several ways. My list is below and I explain why this is not working.
    examples:
    sessiontimezone: this is the timezone of my server. In theory it should be the same as the DB. We cannot take the risk that this will be out of sync.
    dbtimezone: This gives the offset. Such as -5:00 for US EST. There are multiple regions that have this. Some do not use daylight savings time and some do. We would need America/New York instead.
    sessiontimezone gives the timezone setting for the client. This can be altered.
    dbtimezone just gives the offset such as -5:00
    We get data feeds from different parts of the world. We get some data based data that is local to that regions timezone. We need to partition on this field. So we need to add a field to the DB and normalize it to the time local to our DB Server.
    So if we get a record from california and the DB is on a server in US EAST, we add 3 hours. The offset won't help...
    1. a timezone that we are getting from may not be in daylight savings time. We are partitioning by hour.
    2. We would hit daylight savings time in New York before we hit it in California, so we would need to account for that in the math.
    This hourly partition is a fixed and hard requirement. We need this to be absolutely accurate.
    Here is what we tried:
    What I want (pseudo-code): “Select XXX as timezone_region_name” to return “America/New_York” or “UTC”. It may be that the timezone was not set for the database at install time, and if it were, these queuries would work.
    -- FAILED
    SELECT DBTIMEZONE FROM dual;
    --FAILED
    select systimestamp, to_char(systimestamp, 'TZR'), extract (timezone_region from systimestamp) from dual;
    --FAILED
    SELECT systimestamp
         AT TIME ZONE DBTIMEZONE "DB Time"
    FROM DUAL;
    --FAILED
    select to_char(systimestamp, 'TZR') from dual;

    Guess2 wrote:
    I dont want to modify my session. I want to know the timezone that the OS clock is set at. When you select sysdate from dual, oracle uses the OS time. I need the active 'region', not the -05:00 offset.
    I do not want to have to rely on my OS's timezone to be set correctly. This code will run off of application servers on sesparate servers. This is managed by a completely different company who I have no contact with. So I need to be able to tell by looking in the database what timezone the DB is in.Oracle DB has NO capability for determining or maintaining date, time, or timezone details; independent of the OS.
    Oracle DB relies on the OS for date, time, & timezone details;
    just as it relies upon the OS for file system operations.

  • DomainOUList.xml and MDT 2013

    Having issues using DomainOUList.xml with MDT 2013 it worked fine with MDT 2012 U1. Is there something else I must do?
    If this post is helpful please click "Mark for answer", thanks! Kind regards

    I don't think that the DomainOUList.xml changed much between MDT 2012 U1 and MDT 2013 (or between MDT 2008 and MDT 2010, and MDT 2012 for that matter).
    IF you did an upgrade from a previous version of MDT, watch out, some of the script files may be out of sync. Try a new share to be sure.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com
    Keith,
    I agree with you, as the process should work the same. I was using the DomianOuList.xml successfuly in a MDT 2012 U1 with WAIK envirorment, and then performed a upgrade to MDT 2013 with ADK. I have created a new deploymentshare and I am still getting the
    same error. Just like in the past here is the DomianOuList.xml.
    <?xml version="1.0" encoding="utf-8"?>
    <DomainOUs>
    <DomainOU value= "OU=Win7-VPC,OU=Workstations,OU=Minneapolis Service Region,DC=Corp,DC=xxxxxxx,DC=com">Minneapolis</DomainOU>
    <DomainOU value= "OU=Win7-VPC,OU=Workstations,OU=Denver Service Region,DC=Corp,DC=xxxxxxxy,DC=com">Denver</DomainOU>
    <DomainOU value= "OU=Win7-VPC,OU=Workstations,OU=Eau Claire Service Region,DC=corp,DC=xxxxxxx,DC=com">Eau Claire</DomainOU>
    <DomainOU value= "OU=Win7-VPC,OU=Workstations,OU=Amarillo Service Region,DC=corp,DC=xxxxxxx,DC=com">Amarillo</DomainOU>
    </DomainOUs>
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • I need a solution to restrict the acccess by using only one role....

    ///obs_login_html.jsp//
    <%@ page import="org.ticker.*"%>
    <%@ page language="java"
    contentType="text/html; charset=UTF-8"
    session="true"
    import="com.hp.ov.ui.client.common.util.TimeZoneUtils,
    com.hp.ov.obs.rep.IRepositoryObject,
    com.hp.ifc.rep.AppTimeZoneInfo"
    %>
    <%
    readMsg msg=new readMsg();
    String strMessage=msg.sendMsg();
    %>
    <%!
    final static String portalTitle = "K-C Self Help Site";
    final static String portalTitle1 = " ***If you are ITS or use the full client, do not use this portal***";
    final static String resourceBundle = "login";
    final static String login = "Login";
    final static String prompt = "Please enter your user name and password";
    final static String userName = "User name:";
    final static String password = "Password:";
    final static String timeZone = "Timezone:";
    final static String userDefaultTZ = "User Default";
    private String getLocalizedString(HttpServletRequest request, String name, String text)
    com.hp.ov.portal.util.OVResourceBundle bundle = com.hp.ov.portal.util.OVResourceBundle.getBundle(request, name, true);
    return bundle.getString(text);
    %>
    <jsp:useBean id="error_msg" scope="session"
    class="com.hp.ov.portal.security.LoginErrorMsg" />
    <html>
    <head>
    <title><%=getLocalizedString(request,resourceBundle,portalTitle)%> - <%=getLocalizedString(request,resourceBundle,portalTitle)%> - <%=getLocalizedString(request,resourceBundle,login)%></title>
    <link rel='stylesheet' type='text/css' href='/OvSipDocs/Skins/Chrome/Chrome.css' />
    <script language="JavaScript" type="text/javascript">
    <!--
    function nsubmit() {
    document.pwform.J_PASSWORD.focus();
    return false;
    function pwsubmit() {
    document.pwform.J_USERNAME.value = document.nform.J_USERNAME.value;
    return true;
    //-->
    </script>
    </head>
    <body bgcolor="white" text="black" onload='document.nform.J_USERNAME.focus()'>
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr bgcolor="darkblue">
    <td>
         <font color="white">
         <b> <%=getLocalizedString(request,resourceBundle,portalTitle)%></b>
         </font>
         </td>
    </tr>
    </table>
    <br>
    <table cellpadding="0" cellspacing="0" border="0" width="55%">
    <tr bgcolor="white">
    <td>
         <font color="red" size="4">
         <b> <%=getLocalizedString(request,resourceBundle,portalTitle1)%></b>
         </font>
         </td>
    </tr>
    </table>
    <br>
    <br>
    <br>
    <table border='0' cellspacing='0' cellpadding='0' class='paneltable' width='45%'>
    <tr>
    <td class='paneltopleftround'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/></td>
    <td class='paneltopround'><img src='/OvSipDocs/C/images/framework/clear.gif' height='10'/></td>
    <td class='paneltoprightround'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/></td>
    </tr>
    <tr>
    <td class='panelleft'> </td>
    <td class='panel'>
    <table>
    <tr >
    <td nowrap>
    <font color='black'>
    <%
    String message = error_msg.getErrorMsg();
    if (message != null) {
    out.println("<h2>" message "</h2>");
    %>
    <h2><%=getLocalizedString(request,resourceBundle,prompt)%></h2>
    </font>
    </td>
    </tr>
    <tr >
    <td>
    <form name="nform" action="<%=request.getContextPath()%>/" onsubmit="return nsubmit()" method="post">
    <table>
    <tr>
    <td><%=getLocalizedString(request,resourceBundle,userName)%></td>
    <td><input type="text" name="J_USERNAME" size="30"/></td></tr>
    <script language="JavaScript" type="text/javascript">
    <!--
    document.write('<\/form><form name="pwform" action="<%=request.getContextPath()%>/" onSubmit="return pwsubmit()" method="post">')
    //-->
    </script>
    <input type="hidden" name="J_USERNAME" value="" />
    <tr>
    <td><%=getLocalizedString(request,resourceBundle,password)%></td>
    <td><input type="password" name="J_PASSWORD" size="30"/></td>
    </tr>
    <%
    AppTimeZoneInfo tzis[] = TimeZoneUtils.getTimeZones();
    if (tzis != null) {
    %>
    <tr>
    <td><%=getLocalizedString(request,resourceBundle,timeZone)%></td>
    <td>
    <select name="Timezone">
    <option selected="true" value=""><%=userDefaultTZ%></option>
    <%
    for (int i = 0; i < tzis.length; i++) {
    AppTimeZoneInfo tzi = (AppTimeZoneInfo) tzis;
    if (tzi.getAdd()) {
    //if (tzi.enabled()) { //588 does no support enabled for timezones
    String timeZoneShortName = tzi.getShortName();
    String timeZoneInfo = TimeZoneUtils.buildTextTimeZone(tzi, false);
    %>
    <option value="<%=timeZoneShortName%>"><%=timeZoneInfo%></option>
    <%
    %>
    </select>
    </td>
    </tr>
    <%
    %>
    <tr>
    <td><input type="submit" value="<%=getLocalizedString(request,resourceBundle,login)%>"/></td>
    </tr>
    </table>
    </form>
    </td>
    </tr>
    </table>
    </td>
    <td class='panelright'> </td>
    </tr>
    <tr>
    <td class='panelbottomleft'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/></td>
    <td class='panelbottom'> </td>
    <td class='panelbottomright'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/></td>
    </tr>
    </table>
    <table>
    <tr bgcolor="darkblue">
         <font color=white face="Verdana">
    <script language="JavaScript1.2">
    //Response.Write("hello")
    </script>
    <script language="JavaScript1.2">
    //Specify the marquee's width (in pixels)
    screenSize = screen.availWidth;
    var marqueewidth = screenSize + "px"
    //Specify the marquee's height
    var marqueeheight="25px"
    //Specify the marquee's marquee speed (larger is faster 1-10)
    //var marqueespeed=2
    var marqueespeed=4
    //configure background color:
    var marqueebgcolor="rgb(0,128,192)"
    //Pause marquee onMousever (0=no. 1=yes)?
    var pauseit=1
    myMesg='<NOBR>****Welcome to K-C Self-Service HelpDesk Site****All K-C ITS users are requested to use HP Service Desk 4.5 Desktop Client Application to create / manage tickets****</NOBR>';
    var marqueecontent=myMesg
    marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
    var copyspeed=marqueespeed
    var pausespeed=(pauseit==0)? copyspeed: 0
    var iedom=document.all||document.getElementById
    if (iedom)
    document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+marqueecontent+'</span>')
    var actualwidth=''
    var cross_marquee, ns_marquee
    function populate(){
    if (iedom){
    cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
    cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
    cross_marquee.innerHTML=marqueecontent
    actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
    else if (document.layers){
    ns_marquee=document.ns_marquee.document.ns_marquee2
    ns_marquee.left=parseInt(marqueewidth)+8
    ns_marquee.document.write(marqueecontent)
    ns_marquee.document.close()
    actualwidth=ns_marquee.document.width
    lefttime=setInterval("scrollmarquee()",20)
    window.onload=populate
    function scrollmarquee(){
    if (iedom){
    if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
    cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
    else
    cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
    else if (document.layers){
    if (ns_marquee.left>(actualwidth*(-1)+8))
    ns_marquee.left-=copyspeed
    else
    ns_marquee.left=parseInt(marqueewidth)+8
    if (iedom||document.layers){
    with (document){
    document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
    if (iedom){
    write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden">')
    write('<div style="position:absolute;width:'+marqueewidth+';height:'+marqueeheight+';background-color:'+marqueebgcolor+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
    write('<div id="iemarquee" style="position:absolute;left:0px;top:0px"></div>')
    write('</div></div>')
    else if (document.layers){
    write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee" bgColor='+marqueebgcolor+'>')
    write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
    write('</ilayer>')
    document.write('</td></table>')
    </script>
    </font>
    </tr>
    </table>
    </body>
    </html>
    //obs_login_html_jsp.java//
    package org.apache.jsp;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import org.apache.jasper.runtime.*;
    import org.ticker.*;
    import com.hp.ov.ui.client.common.util.TimeZoneUtils;
    import com.hp.ov.obs.rep.IRepositoryObject;
    import com.hp.ifc.rep.AppTimeZoneInfo;
    public class obs_login_html_jsp extends HttpJspBase {
    final static String portalTitle = "K-C Self-Service HelpDesk";
    final static String portalTitle1 = " ***If it is an URGENT call, please call the Service Desk ***";
    final static String portalTitle2 = " ***If you are ITS or use the full client, do not use this portal ***";
    final static String resourceBundle = "login";
    final static String login = "Login";
    final static String prompt = "Please enter your user name and password";
    final static String userName = "User name:";
    final static String password = "Password:";
    final static String timeZone = "Timezone:";
    final static String userDefaultTZ = "User Default";
    private String getLocalizedString(HttpServletRequest request, String name, String text)
    com.hp.ov.portal.util.OVResourceBundle bundle = com.hp.ov.portal.util.OVResourceBundle.getBundle(request, name, true);
    return bundle.getString(text);
    private static java.util.Vector jspxincludes;
    public java.util.List getIncludes() {
    return jspxincludes;
    public void _jspService(HttpServletRequest request, HttpServletResponse response)
    throws java.io.IOException, ServletException {
    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter jspxout = null;
    try {
    _jspxFactory = JspFactory.getDefaultFactory();
    response.setContentType("text/html; charset=UTF-8");
    pageContext = _jspxFactory.getPageContext(this, request, response,
                   null, true, 8192, true);
    application = pageContext.getServletContext();
    config = pageContext.getServletConfig();
    session = pageContext.getSession();
    out = pageContext.getOut();
    jspxout = out;
    out.write("\r\n");
    out.write("\r\n\r\n");
    readMsg msg=new readMsg();
    String strMessage=msg.sendMsg();
    out.write("\r\n\r\n");
    out.write("\r\n\r\n");
    com.hp.ov.portal.security.LoginErrorMsg error_msg = null;
    synchronized (session) {
    error_msg = (com.hp.ov.portal.security.LoginErrorMsg) pageContext.getAttribute("error_msg", PageContext.SESSION_SCOPE);
    if (error_msg == null){
    try {
    error_msg = (com.hp.ov.portal.security.LoginErrorMsg) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.hp.ov.portal.security.LoginErrorMsg");
    } catch (ClassNotFoundException exc) {
    throw new InstantiationException(exc.getMessage());
    } catch (Exception exc) {
    throw new ServletException("Cannot create bean of class " + "com.hp.ov.portal.security.LoginErrorMsg", exc);
    pageContext.setAttribute("error_msg", error_msg, PageContext.SESSION_SCOPE);
    out.write("\r\n\r\n");
    out.write("<html>\r\n");
    out.write("<head>\r\n ");
    out.write("<title>");
    out.print(getLocalizedString(request,resourceBundle,portalTitle));
    out.write(" - ");
    out.print(getLocalizedString(request,resourceBundle,portalTitle));
    out.write(" -");
    out.print(getLocalizedString(request,resourceBundle,portalTitle));
    out.write("- ");
    out.print(getLocalizedString(request,resourceBundle,login));
    out.write("</title>\r\n ");
    out.write("<link rel='stylesheet' type='text/css' href='/OvSipDocs/Skins/Chrome/Chrome.css' />\r\n ");
    out.write("<script language=\"JavaScript\" type=\"text/javascript\">\r\n");
    out.write("<!--\r\n function nsubmit() {\r\n document.pwform.J_PASSWORD.focus();\r\n return false;\r\n }\r\n\r\n function pwsubmit() {\r\n document.pwform.J_USERNAME.value = document.nform.J_USERNAME.value;\r\n \r\n\t\t return true;\r\n }\r\n//-->\r\n\r\n\r\n ");
    out.write("</script>\r\n\r\n");
    out.write("</head>\r\n\r\n");
    out.write("<body bgcolor=\"white\" text=\"black\" onload='document.nform.J_USERNAME.focus()'>\r\n\r\n ");
    out.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n ");
    out.write("<tr bgcolor=\"darkblue\">\r\n ");
    out.write("<td>\r\n\t ");
    out.write("<font color=\"white\">\r\n\t ");
    out.write("<b> ");
    out.print(getLocalizedString(request,resourceBundle,portalTitle));
    out.write("</b>\r\n\t ");
    out.write("</font>\r\n\t ");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n ");
    out.write("</table>\r\n ");
    out.write("<br> \r\n");
    out.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"55%\">\r\n");
    out.write("<tr bgcolor=\"white\">\r\n");
    out.write("<td>\r\n\t ");
    out.write("<font color=\"red\" size=\"4\">\r\n\t ");
    out.write("<b> ");
    out.print(getLocalizedString(request,resourceBundle,portalTitle1));
    out.write("</b>\r\n\t ");
    out.write("</font>\r\n\t ");
    out.write("</td>\r\n");
    out.write("</tr>\r\n");
    out.write("</table>\r\n");
    out.write("<br> \r\n");
    out.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"55%\">\r\n");
    out.write("<tr bgcolor=\"white\">\r\n");
    out.write("<td>\r\n\t ");
    out.write("<font color=\"red\" size=\"4\">\r\n\t ");
    out.write("<b> ");
    out.print(getLocalizedString(request,resourceBundle,portalTitle2));
    out.write("</b>\r\n\t ");
    out.write("</font>\r\n\t ");
    out.write("</td>\r\n");
    out.write("</tr>\r\n");
    out.write("</table>\r\n");
    out.write("<br>\r\n ");
    out.write("<br>\r\n");
    out.write("<br>\r\n ");
    out.write("<table border='0' cellspacing='0' cellpadding='0' class='paneltable' width='45%'>\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td class='paneltopleftround'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/>");
    out.write("</td>\r\n ");
    out.write("<td class='paneltopround'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' height='10'/>");
    out.write("</td>\r\n ");
    out.write("<td class='paneltoprightround'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/>");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td class='panelleft'> ");
    out.write("</td>\r\n ");
    out.write("<td class='panel'>\r\n ");
    out.write("<table>\r\n ");
    out.write("<tr >\r\n ");
    out.write("<td nowrap>\r\n ");
    out.write("<font color='black'>\r\n\r\n ");
    String message = error_msg.getErrorMsg();
    if (message != null) {
    out.println("<h2>" message "</h2>");
    out.write("\r\n\r\n ");
    out.write("<h2>");
    out.print(getLocalizedString(request,resourceBundle,prompt));
    out.write("</h2>\r\n ");
    out.write("</font>\r\n ");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n ");
    out.write("<tr >\r\n ");
    out.write("<td>\r\n\r\n ");
    out.write("<form name=\"nform\" action=\"");
    out.print(request.getContextPath());
    out.write("/\" onsubmit=\"return nsubmit()\" method=\"post\">\r\n ");
    out.write("<table>\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td>");
    out.print(getLocalizedString(request,resourceBundle,userName));
    out.write("</td>\r\n ");
    out.write("<td>");
    out.write("<input type=\"text\" name=\"J_USERNAME\" size=\"30\"/>");
    out.write("</td>");
    out.write("</tr>\r\n ");
    out.write("<script language=\"JavaScript\" type=\"text/javascript\">\r\n");
    out.write("<!--\r\n document.write('");
    out.write("<\\/form>");
    out.write("<form name=\"pwform\" action=\"");
    out.print(request.getContextPath());
    out.write("/\" onSubmit=\"return pwsubmit()\" method=\"post\">')\r\n//-->\r\n ");
    out.write("</script>\r\n ");
    out.write("<input type=\"hidden\" name=\"J_USERNAME\" value=\"\" />\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td>");
    out.print(getLocalizedString(request,resourceBundle,password));
    out.write("</td>\r\n ");
    out.write("<td>");
    out.write("<input type=\"password\" name=\"J_PASSWORD\" size=\"30\"/>");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n ");
    AppTimeZoneInfo tzis[] = TimeZoneUtils.getTimeZones();
    if (tzis != null) {
    out.write("\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td>");
    out.print(getLocalizedString(request,resourceBundle,timeZone));
    out.write("</td>\r\n ");
    out.write("<td>\r\n ");
    out.write("<select name=\"Timezone\">\r\n ");
    out.write("<option selected=\"true\" value=\"\">");
    out.print(userDefaultTZ);
    out.write("</option>\r\n ");
    for (int i = 0; i < tzis.length; i++) {
    AppTimeZoneInfo tzi = (AppTimeZoneInfo) tzis[i];
    if (tzi.getAdd()) {
    //if (tzi.enabled()) { //588 does no support enabled for timezones
    String timeZoneShortName = tzi.getShortName();
    String timeZoneInfo = TimeZoneUtils.buildTextTimeZone(tzi, false);
    out.write("\r\n ");
    out.write("<option value=\"");
    out.print(timeZoneShortName);
    out.write("\">");
    out.print(timeZoneInfo);
    out.write("</option>\r\n ");
    out.write("\r\n ");
    out.write("</select>\r\n ");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n ");
    out.write("\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td>");
    out.write("<input type=\"submit\" value=\"");
    out.print(getLocalizedString(request,resourceBundle,login));
    out.write("\"/>");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n ");
    out.write("</table>\r\n ");
    out.write("</form>\r\n ");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n ");
    out.write("</table>\r\n\r\n ");
    out.write("</td>\r\n ");
    out.write("<td class='panelright'> ");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n\r\n ");
    out.write("<tr>\r\n ");
    out.write("<td class='panelbottomleft'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/>");
    out.write("</td>\r\n ");
    out.write("<td class='panelbottom'> ");
    out.write("</td>\r\n ");
    out.write("<td class='panelbottomright'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/>");
    out.write("</td>\r\n ");
    out.write("</tr>\r\n\r\n\r\n");
    out.write("</table>\r\n\r\n ");
    out.write("<br/>\r\n ");
    out.write("<br/>\r\n ");
    out.write("<br/>\r\n \r\n\r\n");
    out.write("<br/>\r\n");
    out.write("<br/>\r\n");
    out.write("<br/>\r\n");
    out.write("<table>\r\n\r\n");
    out.write("<tr bgcolor=\"darkblue\">\r\n\r\n\t ");
    out.write("<font color=white face=\"Verdana\">\r\n\r\n");
    out.write("<script language=\"JavaScript1.2\">\r\n//Response.Write(\"hello\")\r\n\r\n");
    out.write("</script>\r\n");
    out.write("<script language=\"JavaScript1.2\">\r\n\r\n\r\n//Specify the marquee's width (in pixels)\r\nscreenSize = screen.availWidth;\r\n\r\nvar marqueewidth = screenSize + \"px\"\r\n//Specify the marquee's height\r\nvar marqueeheight=\"25px\"\r\n//Specify the marquee's marquee speed (larger is faster 1-10)\r\n//var marqueespeed=2\r\nvar marqueespeed=4\r\n//configure background color:\r\nvar marqueebgcolor=\"rgb(0,128,192)\"\r\n//Pause marquee onMousever (0=no. 1=yes)?\r\nvar pauseit=1\r\n\r\n\r\n\r\nmyMesg='");
    out.write("<NOBR>****Welcome to K-C Self-Service HelpDesk Site****All K-C ITS users are requested to use HP Service Desk 4.5 Desktop Client Application to create / manage tickets****");
    out.write("</NOBR>';\r\nvar marqueecontent=myMesg\r\n\r\n\r\n\r\nmarqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS\r\n\r\nvar copyspeed=marqueespeed\r\nvar pausespeed=(pauseit==0)? copyspeed: 0\r\nvar iedom=document.all||document.getElementById\r\n\r\nif (iedom)\r\ndocument.write('");
    out.write("<span id=\"temp\" style=\"visibility:hidden;position:absolute;top:-100px;left:-9000px\">'+marqueecontent+'");
    out.write("</span>')\r\n\r\nvar actualwidth=''\r\nvar cross_marquee, ns_marquee\r\n\r\nfunction populate(){\r\n\t\r\nif (iedom){\r\n\t\r\ncross_marquee=document.getElementById? document.getElementById(\"iemarquee\") : document.all.iemarquee\r\ncross_marquee.style.left=parseInt(marqueewidth)+8+\"px\"\r\ncross_marquee.innerHTML=marqueecontent\r\nactualwidth=document.all? temp.offsetWidth : document.getElementById(\"temp\").offsetWidth\r\n}\r\nelse if (document.layers){\r\n\t\r\nns_marquee=document.ns_marquee.document.ns_marquee2\r\nns_marquee.left=parseInt(marqueewidth)+8\r\nns_marquee.document.write(marqueecontent)\r\nns_marquee.document.close()\r\nactualwidth=ns_marquee.document.width\r\n}\r\n\r\nlefttime=setInterval(\"scrollmarquee()\",20)\r\n\r\n}\r\n\r\nwindow.onload=populate\r\n\r\n\r\nfunction scrollmarquee(){\r\n\t\r\nif (iedom){\r\n\t\r\nif (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))\r\ncross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+\"px\"\r\nelse\r\ncross_marquee.style.left=parseInt(marqueewidth)+8+\"px\"\r\n\r\n}\r\nelse if (document.layers){\r\nif (ns_marquee.left>(actualwidth*(-1)+8))\r\n");
    out.write("ns_marquee.left-=copyspeed\r\nelse\r\nns_marquee.left=parseInt(marqueewidth)+8\r\n}\r\n}\r\n\r\nif (iedom||document.layers){\r\n\t\r\nwith (document){\r\n\t\r\ndocument.write('");
    out.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
    out.write("<td>')\r\nif (iedom){\r\nwrite('");
    out.write("<div style=\"position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden\">')\r\nwrite('");
    out.write("<div style=\"position:absolute;width:'+marqueewidth+';height:'+marqueeheight+';background-color:'+marqueebgcolor+'\" onMouseover=\"copyspeed=pausespeed\" onMouseout=\"copyspeed=marqueespeed\">')\r\nwrite('");
    out.write("<div id=\"iemarquee\" style=\"position:absolute;left:0px;top:0px\">");
    out.write("</div>')\r\nwrite('");
    out.write("</div>");
    out.write("</div>')\r\n}\r\nelse if (document.layers){\r\nwrite('");
    out.write("<ilayer width='+marqueewidth+' height='+marqueeheight+' name=\"ns_marquee\" bgColor='+marqueebgcolor+'>')\r\nwrite('");
    out.write("<layer name=\"ns_marquee2\" left=0 top=0 onMouseover=\"copyspeed=pausespeed\" onMouseout=\"copyspeed=marqueespeed\">");
    out.write("</layer>')\r\nwrite('");
    out.write("</ilayer>')\r\n}\r\ndocument.write('");
    out.write("</td>");
    out.write("</table>')\r\n}\r\n}\r\n\r\n");
    out.write("</script>\r\n\r\n");
    out.write("</font>\r\n\r\n");
    out.write("</tr>\r\n ");
    out.write("</table>\r\n\r\n");
    out.write("</body>\r\n");
    out.write("</html>\r\n");
    } catch (Throwable t) {
    out = jspxout;
    if (out != null && out.getBufferSize() != 0)
    out.clearBuffer();
    if (pageContext != null) pageContext.handlePageException(t);
    } finally {
    if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    //portalpage_html_jsp.java//
    package org.apache.jsp;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import org.apache.jasper.runtime.*;
    import java.util.List;
    import java.util.Iterator;
    import java.util.Date;
    import java.text.DateFormat;
    import com.hp.ov.portal.core.Profile;
    import com.hp.ov.portal.util.NameAndTitle;
    import com.hp.ov.portal.util.Pair;
    import com.hp.ov.portal.util.PortalIDs;
    import java.util.List;
    import java.util.Iterator;
    import com.hp.ov.portal.util.OVResourceBundle;
    import com.hp.ov.portal.core.Profile;
    import com.hp.ov.portal.core.AdminBean;
    import com.hp.ov.portal.util.NameAndTitle;
    import com.hp.ov.portal.util.PortalIDs;
    public class portalpage_html_jsp extends HttpJspBase {
    The following imports must be made in any jsp which includes this page
    via: <%@ include file="common.jsp" %>
    import="java.util.List,
    java.util.Iterator,
              com.hp.ov.portal.core.Profile,
    com.hp.ov.portal.util.NameAndTitle,
    com.hp.ov.portal.util.OVResourceBundle,
              com.hp.ov.portal.util.PortalIDs"
    final static String portalTitle = "HP OpenView Web Console";
    // The following are for the toolbar buttons
    final static String toolbarOptsLabel = "Options";
    final static String toolbarOptsImg = "/OvSipDocs/C/images/framework/opt_icon.gif";
    final static String toolbarAdminLabel = "Admin";
    final static String toolbarAdminImg = "/OvSipDocs/C/images/framework/opt_icon.gif";
    final static String toolbarHomeLabel = "Home";
    final static String toolbarHomeImg = "/OvSipDocs/C/images/framework/opt_icon.gif";
    final static String toolbarLogoutLabel = "Logout";
    final static String toolbarLogoutImg = "/OvSipDocs/C/images/framework/logout_icon.gif";
    final static String toolbarHelpLabel = "Help";
    final static String toolbarHelpImg = "/OvSipDocs/C/images/framework/hlp_icon.gif";
    final static String toolbarOKLabel = "OK";
    final static String toolbarOKImg = null;
    final static String toolbarCancelLabel = "Cancel";
    final static String toolbarCancelImg = null;
    final static String toolbarCloseLabel = "Close";
    final static String toolbarCloseImg = null;
    final static String toolbarApplyLabel = "Apply";
    final static String toolbarApplyImg = null;
    final static String toolbarResetLabel = "Reset";
    final static String toolbarResetImg = null;
    // These are the strings and URLs for the module titlebar area
    final static String moduleEditImg = "/OvSipDocs/C/images/framework/edit.gif";
    final static String moduleEditTxt = "Edit";
    final static String moduleHelpImg = "/OvSipDocs/C/images/framework/help.gif";
    final static String moduleHelpTxt = "Help";
    final static String moduleDetachImg = "/OvSipDocs/C/images/framework/detach.gif";
    final static String moduleDetachTxt = "Detach";
    final static String moduleDeleteImg = "/OvSipDocs/C/images/framework/x.gif";
    final static String moduleDeleteTxt = "Remove";
    final static String moduleDeleteMsg = "Are you sure you want to remove this module? This can not be undone.";
    final static String moduleRollUpTxt = "Roll Up";
    final static String moduleRollDnTxt = "Roll Down";
    final static String moduleRollUpImg = "/OvSipDocs/C/images/framework/rolledup.gif";
    final static String moduleRollDnImg = "/OvSipDocs/C/images/framework/rolleddn.gif";
    private String getLocalizedString(Profile profile, String name, String text)
    HttpServletRequest r

    Hi
    This is a repeated post, posted twice before.
    Thread 1, Thread 2
    I have the followings suggestions for you:
    1. Please post your requirement in the body of the message and not in the 'subject line'.
    2. Please do not open multiple threads for the same query.
    3. Since you have already posted this on the Job Openings forum, please do not repeat this here. You will definetly get a response to your job post in the other forum.

  • Time issue seems odd to me

    I put a secondary domain and po at a remote location - running 8.03 on Sles/Oes and moved all of the "local" users to that po.
    while everything seems to run ok we have a weird time issue.
    Mail into and out of the new mailboxes shows a three and a half hour time difference both in the date column in the groupwise client and in the printed header of the email.
    The odd thing is that if I go to the properties of the email - the Creation date and the File date and time are both correct.
    I can't see any time issues with the servers (primary or secondary) and especially something that would be 3:30 minutes off
    there is a timezone difference between the pri and sec but that's just 1 hour.
    Any thoughts?
    As a workaround I have had my users add the creation column to see when they actually received the email as our clients have time critical projects.
    Thanks
    Dennis

    Danita,
    Thanks for the reply - Oh how I wish it were that easy - I've checked and double checked the PO object and the domain object - both say US eastern time.
    If I send email from a mailbox on the secondary to the primary - everything is correct (a 1 hour time difference - Eastern to Central)
    If I send mail from a mailbox on the primary to the secondary - it shows up right away, but says 3:30 minutes later than it should (in Date/Time, but not in Created)
    If I send email from a mailbox on the secondary to a GMail account - the header shows the 3:30 offset, but the properties of the mail shows correctly.
    I would be happy to send email from that po to anyone that wants to see for themselves.
    Other than the PO Object and the DOM object - Where should I be looking for a time difference
    and how would it be getting UTC minus 30 minutes - - Is there a special timezone out there for Hy Brasil?
    The workstations all get their time settings from "time.windows.com" the windows default.
    Thanks for looking into this - I just hope that I can get it figured out because as small of an issue that I think it is (they get their email, it just looks like it gets read before they officially receive it)
    but it seems that this office uses the received time to track how long it takes them to do their work.
    Dennis

  • Need help regrding this code

    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    [javac] D:\Program Files\HP OpenView\nonOV\tomcat\work\Standalone\localhost\ovportal\jsp\security\obs_login_html_jsp.java:7: package org.ticker does not exist
    [javac] import org.ticker.*;
    [javac] ^
    [javac] D:\Program Files\HP OpenView\nonOV\tomcat\work\Standalone\localhost\ovportal\jsp\security\obs_login_html_jsp.java:66: cannot resolve symbol
    [javac] symbol : class readMsg
    [javac] location: class org.apache.jsp.obs_login_html_jsp
    [javac] readMsg msg=new readMsg();
    [javac] ^
    [javac] D:\Program Files\HP OpenView\nonOV\tomcat\work\Standalone\localhost\ovportal\jsp\security\obs_login_html_jsp.java:66: cannot resolve symbol
    [javac] symbol : class readMsg
    [javac] location: class org.apache.jsp.obs_login_html_jsp
    [javac] readMsg msg=new readMsg();
    [javac] ^
    [javac] 3 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:261)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:562)
         at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:534)
    Apache Tomcat/4.1.24-LE-jdk14
    package org.apache.jsp;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import org.apache.jasper.runtime.*;
    import org.ticker.*;
    import com.hp.ov.ui.client.common.util.TimeZoneUtils;
    import com.hp.ov.obs.rep.IRepositoryObject;
    import com.hp.ifc.rep.AppTimeZoneInfo;
    public class obs_login_html_jsp extends HttpJspBase {
    final static String portalTitle = "HP OpenView Web Console";
    final static String resourceBundle = "login";
    final static String login = "Login";
    final static String prompt = "Please enter your user name and password";
    final static String userName = "User name:";
    final static String password = "Password:";
    final static String timeZone = "Timezone:";
    final static String userDefaultTZ = "User Default";
    private String getLocalizedString(HttpServletRequest request, String name, String text)
    com.hp.ov.portal.util.OVResourceBundle bundle = com.hp.ov.portal.util.OVResourceBundle.getBundle(request, name, true);
    return bundle.getString(text);
    private static java.util.Vector jspxincludes;
    public java.util.List getIncludes() {
    return jspxincludes;
    public void _jspService(HttpServletRequest request, HttpServletResponse response)
    throws java.io.IOException, ServletException {
    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter jspxout = null;
    try {
    _jspxFactory = JspFactory.getDefaultFactory();
    response.setContentType("text/html; charset=UTF-8");
    pageContext = _jspxFactory.getPageContext(this, request, response,
                   null, true, 8192, true);
    application = pageContext.getServletContext();
    config = pageContext.getServletConfig();
    session = pageContext.getSession();
    out = pageContext.getOut();
    jspxout = out;
    out.write("\n\n\n");
    out.write("\n\n");
    com.hp.ov.portal.security.LoginErrorMsg error_msg = null;
    synchronized (session) {
    error_msg = (com.hp.ov.portal.security.LoginErrorMsg) pageContext.getAttribute("error_msg", PageContext.SESSION_SCOPE);
    if (error_msg == null){
    try {
    error_msg = (com.hp.ov.portal.security.LoginErrorMsg) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.hp.ov.portal.security.LoginErrorMsg");
    } catch (ClassNotFoundException exc) {
    throw new InstantiationException(exc.getMessage());
    } catch (Exception exc) {
    throw new ServletException("Cannot create bean of class " + "com.hp.ov.portal.security.LoginErrorMsg", exc);
    pageContext.setAttribute("error_msg", error_msg, PageContext.SESSION_SCOPE);
    out.write("\n\n");
    out.write("<html>\n");
    out.write("<head>\n ");
    out.write("<title>");
    out.print(getLocalizedString(request,resourceBundle,portalTitle));
    out.write(" - ");
    out.print(getLocalizedString(request,resourceBundle,login));
    out.write("</title>\n ");
    out.write("<link rel='stylesheet' type='text/css' href='/OvSipDocs/Skins/Chrome/Chrome.css' />\n ");
    out.write("<script language=\"JavaScript\" type=\"text/javascript\">\n");
    out.write("<!--\n function nsubmit() {\n document.pwform.J_PASSWORD.focus();\n return false;\n }\n\n function pwsubmit() {\n document.pwform.J_USERNAME.value = document.nform.J_USERNAME.value;\n return true;\n }\n//-->\n ");
    out.write("</script>\n");
    out.write("</head>\n\n");
    out.write("<body bgcolor=\"white\" text=\"black\" onload='document.nform.J_USERNAME.focus()'>\n ");
    out.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\n ");
    out.write("<tr bgcolor=\"darkblue\">\n ");
    out.write("<td>\n\t ");
    out.write("<font color=\"white\">\n\t ");
    out.write("<b> ");
    out.print(getLocalizedString(request,resourceBundle,portalTitle));
    out.write("</b>\n\t ");
    out.write("</font>\n\t ");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    out.write("</table>\n ");
    out.write("<br/>\n\n ");
    out.write("<table border='0' cellspacing='0' cellpadding='0' class='paneltable' width='45%'>\n ");
    out.write("<tr>\n ");
    out.write("<td class='paneltopleftround'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/>");
    out.write("</td>\n ");
    out.write("<td class='paneltopround'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' height='10'/>");
    out.write("</td>\n ");
    out.write("<td class='paneltoprightround'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/>");
    out.write("</td>\n ");
    out.write("</tr>\n\n ");
    out.write("<tr>\n ");
    out.write("<td class='panelleft'> ");
    out.write("</td>\n ");
    out.write("<td class='panel'>\n ");
    out.write("<table>\n ");
    out.write("<tr >\n ");
    out.write("<td nowrap>\n ");
    out.write("<font color='black'>\n\n ");
    String message = error_msg.getErrorMsg();
    if (message != null) {
    out.println("<h2>" message "</h2>");
    out.write("\n\n ");
    out.write("<h2>");
    out.print(getLocalizedString(request,resourceBundle,prompt));
    out.write("</h2>\n ");
    out.write("</font>\n ");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    out.write("<tr >\n ");
    out.write("<td>\n\n ");
    out.write("<form name=\"nform\" action=\"");
    out.print(request.getContextPath());
    out.write("/\" onsubmit=\"return nsubmit()\" method=\"post\">\n ");
    out.write("<table>\n ");
    out.write("<tr>\n ");
    out.write("<td>");
    out.print(getLocalizedString(request,resourceBundle,userName));
    out.write("</td>\n ");
    out.write("<td>");
    out.write("<input type=\"text\" name=\"J_USERNAME\" size=\"30\"/>");
    out.write("</td>");
    out.write("</tr>\n ");
    out.write("<script language=\"JavaScript\" type=\"text/javascript\">\n");
    out.write("<!--\n document.write('");
    out.write("<\\/form>");
    out.write("<form name=\"pwform\" action=\"");
    out.print(request.getContextPath());
    out.write("/\" onSubmit=\"return pwsubmit()\" method=\"post\">')\n//-->\n ");
    out.write("</script>\n ");
    out.write("<input type=\"hidden\" name=\"J_USERNAME\" value=\"\" />\n ");
    out.write("<tr>\n ");
    out.write("<td>");
    out.print(getLocalizedString(request,resourceBundle,password));
    out.write("</td>\n ");
    out.write("<td>");
    out.write("<input type=\"password\" name=\"J_PASSWORD\" size=\"30\"/>");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    AppTimeZoneInfo tzis[] = TimeZoneUtils.getTimeZones();
    if (tzis != null) {
    out.write("\n ");
    out.write("<tr>\n ");
    out.write("<td>");
    out.print(getLocalizedString(request,resourceBundle,timeZone));
    out.write("</td>\n ");
    out.write("<td>\n ");
    out.write("<select name=\"Timezone\">\n ");
    out.write("<option selected=\"true\" value=\"\">");
    out.print(userDefaultTZ);
    out.write("</option>\n ");
    for (int i = 0; i < tzis.length; i++) {
    AppTimeZoneInfo tzi = (AppTimeZoneInfo) tzis;
    if (tzi.getAdd()) {
    //if (tzi.enabled()) { //588 does no support enabled for timezones
    String timeZoneShortName = tzi.getShortName();
    String timeZoneInfo = TimeZoneUtils.buildTextTimeZone(tzi, false);
    out.write("\n ");
    out.write("<option value=\"");
    out.print(timeZoneShortName);
    out.write("\">");
    out.print(timeZoneInfo);
    out.write("</option>\n ");
    out.write("\n ");
    out.write("</select>\n ");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    out.write("\n ");
    out.write("<tr>\n ");
    out.write("<td>");
    out.write("<input type=\"submit\" value=\"");
    out.print(getLocalizedString(request,resourceBundle,login));
    out.write("\"/>");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    out.write("</table>\n ");
    out.write("</form>\n ");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    out.write("</table>\n\n ");
    out.write("</td>\n ");
    out.write("<td class='panelright'> ");
    out.write("</td>\n ");
    out.write("</tr>\n\n ");
    out.write("<tr>\n ");
    out.write("<td class='panelbottomleft'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/>");
    out.write("</td>\n ");
    out.write("<td class='panelbottom'> ");
    out.write("</td>\n ");
    out.write("<td class='panelbottomright'>");
    out.write("<img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/>");
    out.write("</td>\n ");
    out.write("</tr>\n ");
    out.write("</table>\n\n");
    out.write("</body>\n");
    out.write("</html>\n");
    } catch (Throwable t) {
    out = jspxout;
    if (out != null && out.getBufferSize() != 0)
    out.clearBuffer();
    if (pageContext != null) pageContext.handlePageException(t);
    } finally {
    if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    and
    obs_login_html.jsp//
    <%@ page import="org.ticker.*"%>
    <%@ page language="java"
    contentType="text/html; charset=UTF-8"
    session="true"
    import="com.hp.ov.ui.client.common.util.TimeZoneUtils,
    com.hp.ov.obs.rep.IRepositoryObject,
    com.hp.ifc.rep.AppTimeZoneInfo"
    %>
    <%
    readMsg msg=new readMsg();
    String strMessage=msg.sendMsg();
    %>
    <%!
    final static String portalTitle = "K-C Self-Service HelpDesk";
    final static String portalTitle1 = " ***If it is an URGENT call, please call the Service Desk ***";
    final static String portalTitle2 = " ***If you are ITS or use the full client, do not use this portal ***";
    final static String resourceBundle = "login";
    final static String login = "Login";
    final static String prompt = "Please enter your user name and password";
    final static String userName = "User name:";
    final static String password = "Password:";
    final static String timeZone = "Timezone:";
    final static String userDefaultTZ = "User Default";
    private String getLocalizedString(HttpServletRequest request, String name, String text)
    com.hp.ov.portal.util.OVResourceBundle bundle = com.hp.ov.portal.util.OVResourceBundle.getBundle(request, name, true);
    return bundle.getString(text);
    %>
    <jsp:useBean id="error_msg" scope="session"
    class="com.hp.ov.portal.security.LoginErrorMsg" />
    <html>
    <head>
    <title><%=getLocalizedString(request,resourceBundle,portalTitle)%> - <%=getLocalizedString(request,resourceBundle,portalTitle)%> -<%=getLocalizedString(request,resourceBundle,portalTitle)%>- <%=getLocalizedString(request,resourceBundle,login)%></title>
    <link rel='stylesheet' type='text/css' href='/OvSipDocs/Skins/Chrome/Chrome.css' />
    <script language="JavaScript" type="text/javascript">
    <!--
    function nsubmit() {
    document.pwform.J_PASSWORD.focus();
    return false;
    function pwsubmit() {
    document.pwform.J_USERNAME.value = document.nform.J_USERNAME.value;
              return true;
    //-->
    </script>
    </head>
    <body bgcolor="white" text="black" onload='document.nform.J_USERNAME.focus()'>
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr bgcolor="darkblue">
    <td>
         <font color="white">
         <b> <%=getLocalizedString(request,resourceBundle,portalTitle)%></b>
         </font>
         </td>
    </tr>
    </table>
    <br>
    <table cellpadding="0" cellspacing="0" border="0" width="55%">
    <tr bgcolor="white">
    <td>
         <font color="red" size="4">
         <b> <%=getLocalizedString(request,resourceBundle,portalTitle1)%></b>
         </font>
         </td>
    </tr>
    </table>
    <br>
    <table cellpadding="0" cellspacing="0" border="0" width="55%">
    <tr bgcolor="white">
    <td>
         <font color="red" size="4">
         <b> <%=getLocalizedString(request,resourceBundle,portalTitle2)%></b>
         </font>
         </td>
    </tr>
    </table>
    <br>
    <br>
    <br>
    <table border='0' cellspacing='0' cellpadding='0' class='paneltable' width='45%'>
    <tr>
    <td class='paneltopleftround'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/></td>
    <td class='paneltopround'><img src='/OvSipDocs/C/images/framework/clear.gif' height='10'/></td>
    <td class='paneltoprightround'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='10'/></td>
    </tr>
    <tr>
    <td class='panelleft'> </td>
    <td class='panel'>
    <table>
    <tr >
    <td nowrap>
    <font color='black'>
    <%
    String message = error_msg.getErrorMsg();
    if (message != null) {
    out.println("<h2>" message "</h2>");
    %>
    <h2><%=getLocalizedString(request,resourceBundle,prompt)%></h2>
    </font>
    </td>
    </tr>
    <tr >
    <td>
    <form name="nform" action="<%=request.getContextPath()%>/" onsubmit="return nsubmit()" method="post">
    <table>
    <tr>
    <td><%=getLocalizedString(request,resourceBundle,userName)%></td>
    <td><input type="text" name="J_USERNAME" size="30"/></td></tr>
    <script language="JavaScript" type="text/javascript">
    <!--
    document.write('<\/form><form name="pwform" action="<%=request.getContextPath()%>/" onSubmit="return pwsubmit()" method="post">')
    //-->
    </script>
    <input type="hidden" name="J_USERNAME" value="" />
    <tr>
    <td><%=getLocalizedString(request,resourceBundle,password)%></td>
    <td><input type="password" name="J_PASSWORD" size="30"/></td>
    </tr>
    <%
    AppTimeZoneInfo tzis[] = TimeZoneUtils.getTimeZones();
    if (tzis != null) {
    %>
    <tr>
    <td><%=getLocalizedString(request,resourceBundle,timeZone)%></td>
    <td>
    <select name="Timezone">
    <option selected="true" value=""><%=userDefaultTZ%></option>
    <%
    for (int i = 0; i < tzis.length; i++) {
    AppTimeZoneInfo tzi = (AppTimeZoneInfo) tzis[i];
    if (tzi.getAdd()) {
    //if (tzi.enabled()) { //588 does no support enabled for timezones
    String timeZoneShortName = tzi.getShortName();
    String timeZoneInfo = TimeZoneUtils.buildTextTimeZone(tzi, false);
    %>
    <option value="<%=timeZoneShortName%>"><%=timeZoneInfo%></option>
    <%
    %>
    </select>
    </td>
    </tr>
    <%
    %>
    <tr>
    <td><input type="submit" value="<%=getLocalizedString(request,resourceBundle,login)%>"/></td>
    </tr>
    </table>
    </form>
    </td>
    </tr>
    </table>
    </td>
    <td class='panelright'> </td>
    </tr>
    <tr>
    <td class='panelbottomleft'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/></td>
    <td class='panelbottom'> </td>
    <td class='panelbottomright'><img src='/OvSipDocs/C/images/framework/clear.gif' width='24' height='17'/></td>
    </tr>
    </table>
    <table>
    <tr bgcolor="darkblue">
         <font color=white face="Verdana">
    <script language="JavaScript1.2">
    //Response.Write("hello")
    </script>
    <script language="JavaScript1.2">
    //Specify the marquee's width (in pixels)
    screenSize = screen.availWidth;
    var marqueewidth = screenSize + "px"
    //Specify the marquee's height
    var marqueeheight="25px"
    //Specify the marquee's marquee speed (larger is faster 1-10)
    //var marqueespeed=2
    var marqueespeed=4
    //configure background color:
    var marqueebgcolor="rgb(0,128,192)"
    //Pause marquee onMousever (0=no. 1=yes)?
    var pauseit=1
    myMesg='<NOBR>****Welcome to K-C Self-Service HelpDesk Site****All K-C ITS users are requested to use HP Service Desk 4.5 Desktop Client Application to create / manage tickets****</NOBR>';
    var marqueecontent=myMesg
    marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
    var copyspeed=marqueespeed
    var pausespeed=(pauseit==0)? copyspeed: 0
    var iedom=document.all||document.getElementById
    if (iedom)
    document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+marqueecontent+'</span>')
    var actualwidth=''
    var cross_marquee, ns_marquee
    function populate(){
    if (iedom){
    cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
    cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
    cross_marquee.innerHTML=marqueecontent
    actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
    else if (document.layers){
    ns_marquee=document.ns_marquee.document.ns_marquee2
    ns_marquee.left=parseInt(marqueewidth)+8
    ns_marquee.document.write(marqueecontent)
    ns_marquee.document.close()
    actualwidth=ns_marquee.document.width
    lefttime=setInterval("scrollmarquee()",20)
    window.onload=populate
    function scrollmarquee(){
    if (iedom){
    if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
    cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
    else
    cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
    else if (document.layers){
    if (ns_marquee.left>(actualwidth*(-1)+8))
    ns_marquee.left-=copyspeed
    else
    ns_marquee.left=parseInt(marqueewidth)+8
    if (iedom||document.layers){
    with (document){
    document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
    if (iedom){
    write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden">')
    write('<div style="position:absolute;width:'+marqueewidth+';height:'+marqueeheight+';background-color:'+marqueebgcolor+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
    write('<div id="iemarquee" style="position:absolute;left:0px;top:0px"></div>')
    write('</div></div>')
    else if (document.layers){
    write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee" bgColor='+marqueebgcolor+'>')
    write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
    write('</ilayer>')
    document.write('</td></table>')
    </script>
    </font>
    </tr>
    </table>
    </body>
    </html>

    Isnt the error so clear that OpenView\nonOV\tomcat\work\Standalone\localhost\ovportal\jsp\security\obs_login_html_jsp.java:7: package org.ticker does not exist

  • Troubleshoot PowerShell Script during OSD

    I am very new to SCCM OSD. I've been doing MDT OSD for some time, and I can generally figure MDT issues out.
    We're in the middle of setting up the SCCM 2012 SP1 environment. MDT has not been integrated. The contractors that are assisting have already built and tested several task sequences. I'm trying to troubleshoot a script but I'm having a hard time getting
    anywhere.
    I have 2 questions:
    Is there any way to show the Windows shell during OSD?
    Is the tsenv: already created, or do I need to use "New-Object -COMObject Microsoft.SMS.TSEnvironment"

    #1: which one? Programs/applications that are run during the TS are not allowed to interact with the desktop, but you can press F8 to bring up a cmd
    #2: This object has to be created.
    Torsten Meringer | http://www.mssccmfaq.de

  • How to find out with my application is using any timezone dependable data

    hi guys,
    i am going through the notes: Updating the RDBMS DST version in 11g R2 ID 977512.1
    Bum into this part where it mention:
    Oracle cannot say to what DST version you need to use, this simply depends on if you are using DST information or not in SQL
    Please advice what are the ways to find out if application(s) connected to my database is using named timezones.

    I believe the MOS Doc linked in the sentence immediately after the one you quoted above should help
    HTH
    Srini

  • Finding out timezone from TimeZone offset

    Hi,
    I'm using JavaScript to find out the local time on client, setting it to a cookie.
    I then retrieve the value in a JSP page to find out the correction necessary for adjusting the time (in UTC) to local time. The problem, however, is that JavaScript returns the Daylight Savings Offset and the Zone_offset as one total, making it impossible to find out what TimeZone this Offset maps to.
    My utility class is using the myCalendarObj.setTimeZone (tz) to adjust the time stamp.
    Any suggestions on how I could find out what TimeZone my offset maps to, or any other suggestion??
    Regards,
    Mark

    And what to do with problem of Daylight Saving Time? Not all countries use it. For instance, try to get all TimeZone IDs for GMT +00:00...
    For this moment, I see only 2 solution: write a little applet, that will be detect TimeZone of client or lets user to detect his location (like in "Settings" for this page - top right corner). But it's bad solutions.

  • How to find out the timezone name

    hi,
    i am trying to findout the timezone name. In windows xp operating system it return timezone name sucha as "IST" but in windows 2000 it just return "GMT+5:30".
    plz help me for this.
    thanks in advance.

            System.out.println("TimeZone: "+TimeZone.getDefault().getDisplayName());
            System.out.println("TimeZone: "+TimeZone.getDefault().getID());

  • MDT 2013 - Log out & Disable admin acct?

    How can I log out of Administrator acct and disable it at the end of Lite Touch Deployment?

    Add a step to disable the admin account with this command : net use administrator /active:no, and then add a restart computer. Good luck.
    Ryan
    edit^ net user administrator /active:no
    Thanks Ryan,

  • Received out-of-timezone iCal invites don't appear in correct local time

    I am using iCal on my mac and via iCloud to my iPhone and iPad. I live in France, and work with people in San Francisco (-9 hrs). When I receive .ics files from my colleagues, the invitation "time zone" says "floating" and the time is set, say for 11AM San Francisco. I have "time support" switched on all my devices and set for "Paris". Yet the received invitation shows the meeting starts at 11AM Paris Time. If I change the Time Zone to "Pacific", it throws the timing back 9 hours (e.g. 2AM).
    I cannot change the invitation in any way.
    Shouldn't it show me the time this 11AM San Francisco meeting will start in France (e.g. 20:00 or 8PM)? Is it because of my settings, or what I receive from others (I assume from Outlook/Entrourage on mac)?
    Any help will be greatly appreciated.

    Its not easy to follow your code without the [ code] +[ /code] tags and your link may as well not be there, the code one. I would resolve this by reducing the overhead ie: stripping down the code as much as I could and then adding them back one by one. DIVIDE and CONQUER!!!
    1. Take out the audio data (I suspect this may be the key problem)
    2. Take out the Thread 'main' and have an actionListener attached to your answer field to handle the changes
    3. Take out java.net and your URLs
    4. use a MediaTracker and WaitForAll()
    5. Strip it down further - AS MUCH AS YOU CAN (you can easily reassemble it quickly again) and then look at the program flow
    6. Add more boolean logic to give you control over all your elements ie
    if(myAnswer==answer) smiley=true;
    else smiley = false;
    // or whatever, as I said I could only scan through your code as it is difficult to read in its present format.
    Finally: this is good work I like the smileys and the instant %'s, the general layout, good /intelligent use of random() to generate different Q's each time. It's a good application, just remember that applets can be unreliable and I think your basic problem is that you have too much data here.
    Strip it right down, focus on your logical flow and then put back the elements one-by-one

  • MDT/WDS Keep installing OS on the wrong disk, can't figure out why ?

    Everything in Task Sequence and Unnatend.xml  is set to install to
    Disk0 parition 1  (as default is)
    New Dell PC out of the box comes with two Disks (1 HDD and 1 SSD)
    SSD is Disk0 (Checked the motherboard and BIOS to see what disk are what) - 1st Boot priority
    HDD is Disk1.
    After booting from PXE/WDS and watchng Light Touch Installation progress I
    SEE it says Preparing Disk0 under the progress bar.
    After first reboot it boots to Disk0 as as it should and then it says no boot loader found.
    If i go to boot options and Boot from Disk1 it boots to Windows and conttinues with deployment.
    If I disconnect Disk1 from motherboard it all installs perfectly.
    Why is this happening ?

    Add the raid drivers first, not convinced it will help but give it a go (You should add them anyway).
    If not, I believe Mark Thomas' solution should help you out.
    https://social.technet.microsoft.com/Forums/en-US/45d51409-7853-4d95-9db3-400a047f03e3/osd-and-sata-drive-enumeration-trouble?forum=configmanagerosd
    Thanks,

  • Lion's iCal sending out invitation in UTC timezone

    Just tried using Lion to send an iCal invitation to someone (who is using Snow Leopard) and they were all confused because the event, which is for a Friday @ 7:30pm, appeared to be for Saturday @ 2:30 am.  After viewing the email you can see the date/time are in UTC (Coordinated Universal Time)…which is GREAT for computers...but wondering if there's a setting to send future invitations in a more human friendly form?

    Work in Zulu time--GMT, and then only convert the output to your local install on location when you need something human readable for reporting.

Maybe you are looking for

  • How do i get my purchase music back on to my iphone

    how do i get my purchased music back on to my iphone after backing up and restoring my iphone?

  • Generation failed when doing a build in NWeaver studio

    Hi experts, while doing a dc build in my netweaver studio, i got a error.  I ve checked all my codes and that there are no syntax error. Somehow there is something preventing the generation process. The log found recorded an error but never gave a hi

  • Types of purchase orders

    Hello friends,     Please give me the information on types of purchase order, their meanings & when they are used..... Thank you

  • FRM-93652: The runtime process has terminated abnormally.

    Hi All, I have installed oracle forms and reports 11.1.2.20 with weblogic 10.3.6 and jdk version 1.7.0_45 on windows server 2012. I have 2 application migrated from 6i to 11g and deployed on application server in one of these tow application when try

  • Grouping drilldown table and chart

    Hi, I want to group drilldown table and chart on same webi  report. For example table has many records and chart must be shown below table no matter how many records does it have. I cant estimate the data record number every run so when table rec num