Page distorted in ITS application when the password in the backend expired.

Hello All-
When the password in the backend is expired for a user and is the user is setup as a dialog user, when the user is trying to access ITS based applications they are getting a page which will prompt to reset password in the portal. This page is distorted, it does not show any labels and the buttons also does not contain any labels on them.
This is a standard page. Does any body know from where this page is getting loaded from the ITS server?
Any help is greatly appreciated.
Thanks,
Chakri.

The table that I don't want to break between rows looks like this, except it fits the width of the page:
quilt name
picture of quilt      
source
Size: XX; Difficulty Level: 3
I inserted a Inline Text box into the document, copied the table inside the text box, then pasted it through the document (which lists quilting projects).  When the table spans a page break, even when in an inline text box, the picture which is in the right hand column splits, as well as the information pertaining to the particular quilt.
Jerry - thank you for your help.  I tried to give you a "solved my problem" rating, but I am adjusting to the Mac slowly after 20+ years on a PC.

Similar Messages

  • Hi I want to buy an unlocked iPhone 5in the Middle East. I want to know if I will be able to use my iPhone and all its applications when we go back to live in the US for long term.

    Hi I want to buy an unlocked iPhone 5 in the Middle East. I want to know if I will be able to use my iPhone and all its applications when we go back to live in the US for long term.
    Thank you

    Apple Online Store sells unlocked iPhone in the following countries: Australia, Austria, Belgium (French, Dutch), Brazil, Canada (English, French), China, Czech Republic, Denmark, Finland, France, Germany, Hong Kong (English, Chinese), Hungary, Ireland, Italy, Luxembourg, Malaysia, Mexico, New Zealand, Netherlands, Norway, Poland, Portugal, Singapore, Spain, Sweden, Switzerland (French, German), Taiwan, Thailand, United Arab Emirates, United Kingdom, and United States.
    You can probably be absolutely sure any other source will be carrier locked
    It also appears that only Zain offer unlocking (of all the ME carriers )  in Jordan and Bahrain
    A ME iPhone 5  ( A1429 GSM )will not  work on US LTE when you return 

  • Make a JScrollBar only update its JScrollPane when the user releases it?

    Hi
    I have a JTable inside a JScrollpane. The JTable gets its data from my TableModel using the getValueAt method in the normal way. It is almost working fine. The one thing left to improve is that I don�t want the JTable to keep trying to get its data while the scrollbar is still being dragged. This is primarily because the latency in fetching the data makes the UI unresponsive - the table model does not keep all rows in memory at one time, but keeps a page of data in memory.
    So, just to clarify, I want the behaviour to be that when the user is still adjusting the value of the scroll bar, the thumb position of the scroll bar moves, but the rows displayed in the JTable do not update. When the user releases the scrollbar, the rows should then update.
    I have almost acheived this by having a second, independent scroll bar on the frame, and an adjustment listener listening for events, like this
    public void adjustmentValueChanged(AdjustmentEvent e){
    if (e.getSource() == scrManual){
    if (!scrManual.getValueIsAdjusting()){
      JScrollBar scrTable = scrPaneResults.getVerticalScrollBar();
    int iManValue = scrManual.getValue();
    int iManMax = scrManual.getMaximum();
    float fManWhere = (float)iManValue / (float)iManMax;
    int iTblMax = scrTable.getMaximum();
    int iTblNewValue = (int)(iTblMax * fManWhere);
      scrTable.setValue(iTblNewValue);
    else
    throw new IllegalArgumentException("I don't know how to handle the adjustment event for " + e.getSource());
    }This is actually working fine, except that I don't want there to be two scrollbars - one in the scroll pane and one extra one. But when I try to make the scrollpane's scrollbar invisible, it remains visible.
    Can anyone tell me either
    (a) how to just have a normal JScrollPane scrollbar, but have it only update its viewport when the value is no longer adjusting (ie scrollbar has been released)
    (b) how to make the JScrollPane's scrollbar still effective, but invisible.
    (c) if the JScrollPane has a no scrollbars policy, how to instead in the code I posted above, set the ScrollPane's position directly.
    Whichever is easiest.
    Thanks for your help
    Mark

    Oh how embarassing! I already asked this question before, and answered it myself! Sorry - I think I am losing the plot
    I�ve hacked it. Turns out that the jScrollPane has a getXXXScrollBar method, which even when you�ve hidden the scrollbars, still works. You just use another scroll bar, register a listener for the mouse released event, and update the jScrollPane�s scroll bar to match the value.

  • Removing App-V Applications when the User/Machine is no longer a member of part of an AD group

    Hi All,
    We currently use SCCM 2012 R2 Applications (not Packages) to deploy App-V application to users.  We use AD Security Groups for users who are to receive the relevant App-V apps.
    However what I am getting stuck on is the removal of the application when the user is no longer a member of the security group.
    I have followed the details in the blog listed below, however I running into a major issue when testing:
    http://blogs.technet.com/b/configmgrdogs/archive/2014/11/03/managing-app-v-deployments-in-configmgr-2012.aspx
    Whilst for the main part it works, the main issue is that if another user of the same application logs into the original users' machine, the app gets pulled down again. When the original
    user logs back in, although they will have no capability to launch the application (as no icons appear to be presented to the original user), the app will be back in the cache.  No
    good if a 3rd party licensing tool is producing licensing reports are based on the app existing within the client cache.
    The point/question I am trying to get to.............. is it possible to have the uninstall application (not package) deployment re-run everytime the SCCM client polls so that re-installed applications via A N Other user are removed again based on the
    above scenario?
    Cheers
    Andy

    Andy,
    Try out the following http://sccmentor.wordpress.com/2013/11/15/creating-a-user-collection-based-on-users-not-in-a-ad-user-group/
    Select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain  from SMS_R_User where SMS_R_User.ResourceID not in (select SMS_R_USER.ResourceID from SMS_R_User where SMS_R_User.UserGroupName
    like “<Domain>\\<AD Group>”)
    This just checks AD membership and unpublishes if not a member of the AD group. It's not the nicest of methods as will run for every user if not a member of the group - but may get round your issue.
    Cheers
    Paul | sccmentor.wordpress.com

  • Redirect to main jsp when the session expires

    Hi,
    I have a jsp say mainframe.jsp in which I have two frames each having a jsp page say child1.jsp and child2.jsp.
    When the session expires and I when i try do any changes in child2.jsp or child1.jsp, the page redirects to login page and when I login successfully, I am getting redirected to child2.jsp or child1.jsp respectively. But I want it to be redirected to mainframe.jsp.
    Any help is greatly appriciated.
    Thanks in advance.
    Vinod

    I think I am not clear.
    When I try to login after session expiry, I am redirected to child jsp.
    But what I want is that I should be redirected to mainfram.jsp page.
    url in the address shows : ../mainframe.jsp?ID=******
    When my seesion is expired and I try do some manipulation in child1.jsp (which is inside a frame of my mainframe.jsp). it is redirected to login page and from there to child1.jsp instead of mainframe.jsp
    Now the address url shows : ../child1.jsp?ID=********* because of which I am not able to see child2.jsp along with child1.jsp
    What I want : ../mainframe.jsp?ID=********
    this is the code I am using !!
    String destPage = request.getRequestURI();
    response.sendRedirect("../redirect.jsp?dest=" + URLEncoder.encode(destPage));

  • Is it possible to auto delete directory when the session expires?

    I create a directory for each session based on the unique session id e.g. c:\website\8D143E46EA18FAEFEF4D807180A307E2
    Is it possible to auto delete this directory when the session expires?

    thanks
    i found this great link which teach how to use HttpSessionListener, in case someone has the same problem as me.
    http://www.stardeveloper.com/articles/display.html?article=2001112001&page=1

  • Alert when the session Expires

    Hi Everybody,
    I am doing a web based application in JSF ,in that I want to make an pop up or an alert message automatically when the session expires.please give me valuable inputs on this regardings...
    Thanks in Advance

    Hi,
    yes...I have tested correctly.But here I am giving <a4j:support> to specify the dropdown listbox action.only for this reason the form is not submitting when I use dropdownlist..for ur reference here is a sample code
    <h:selectOneMenu id="animalNameCombobox" value="#{Animal.animalName}" styleClass="sampleDropDownListBox">
                                        <f:selectItems value="#{Animal.animalItemList}"/>
                                        <a4j:support action="#{Animal.animalComboboxAction}" event="onchange" reRender="animalOutputPanel"/>
                                    </h:selectOneMenu>I have given all this within <a4j:outputpanel>..Is there any remedies are there to resolve this issue...please give me a valuable inputs and suggestion on this regardings..
    Regards

  • HT1338 If I install Microsoft office mac 2011 can I also install Microsoft 365 as well if I can will I lose my Microsoft office mac 2011 when the 365 expires?

    Hi can anyone help im new to MAC
    If I install Microsoft office mac 2011 can I also install microsoft 365?
    If I can will my Microsoft Office Mac 2011 uninstall when the 365 expires?
    How do I install the aforementioned I have purchassed them?
    Thanking you in antispation

    You can probably get a better response by posting on the windows Compatibility forum here:
    https://discussions.apple.com/community/windows_software/windows_compatibility
    We're not uncooperative over here but merely focused on BootCamp.

  • Not start automatically my application  when the computer starts

    Hello sir,
    I create a desktop application for Mac x. My requirements is to start application when system starts.The execution file is **.command. create plist file on ~/Library/LaunchAgents/**.plist. But they won't start automatically.
    This my script
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>Printapp</string>
    <key>OnDemand</key>
    <true/>
    <key>ProgramArguments</key>
    <array>
    <string>/bin/bash</string>
    <string>/Users/apple/printapp/bin/print.command</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    </dict>
    </plist>
    anything wrong in this script?...i don't have permission for run as root user.

    You're running a 'postscript' file in the Installer ?
    If I understand you correctly I think this page will help:
    http://stackoverflow.com/questions/5449135/how-can-a-cocoa-application-add-itsel f-as-a-global-login-item

  • Deployment of Web Application when the managed Server is down .....

    Part of our installation, we want to deploy our web application on to a managed server.
    So, we use the JMX API calls to deploy the web application. But, at the time of this deployment the managed server is not brought up. So, our expectation was that when the managed server is brought up later, it will automatically STAGE the web application from Admin Server and then, deploy it in the managed server.
    But, what is happending is that the web application is not being deployed to the managed server (even though the web application is configured to be deployed in the specified managed server in the config.xml and it is set as the default application of the managed server application).
    We are using WebLogic 7.0 SP2 on RedHat Linux 7.2.
    Can anyone help to deploy web application on to a managed server when the managed server is down ?
    Thanks,
    Selva-
    [att1.html]

    This is currently being fixed in 7.0 line, contact [email protected] and reference
    CR110687
    Cheers
    mbg
    "Selvamohan Neethiraj" <[email protected]> wrote in message news:[email protected]..
    Part of our installation, we want to deploy our web application on to a managed server.
    So, we use the JMX API calls to deploy the web application. But, at the time of this deployment the managed server is not brought up. So, our expectation was that when the managed server is brought up later, it will automatically STAGE the web application from Admin Server and then, deploy it in the managed server.
    But, what is happending is that the web application is not being deployed to the managed server (even though the web application is configured to be deployed in the specified managed server in the config.xml and it is set as the default application of the managed server application).
    We are using WebLogic 7.0 SP2 on RedHat Linux 7.2.
    Can anyone help to deploy web application on to a managed server when the managed server is down ?
    Thanks,
    Selva-
    [att1.html]

  • Cannot install AIR application when the system date is set beyond 10/31/2017

    I created a native time-stamped installer for an AIR application. While testing the installer with different system dates, I noticed that the installer does not work when the system date is set beyond 10/31/2017. I tested the same with a self-signed certificate as well as a Verisign certificate and found the behaviour to be consistent. Why does the installer stop working after this date?

    Thanks very much for keeping this issue alive.
    Let me restate the issue:
    We have a AIR 2.0.4.13090 sidecar application. Installing the application for the very first time seems to work. Any uninstall or update after that runs into issues on the problematic Windows 7 64 bit machine. The installer logs all point the finger to Windows Installer having problems writing to the temp directory.
    We've gone through many, many things trying to resolve this, including resetting administrative access to the temp directory and flushing the temp directory out entirely. I'm reporting this news secondhand, so it's not possible for me to directly relate the exact measures taken, step-by-step. The ONLY thing that reliably worked for running and installing updates on this AIR application was the following:
    1) Create a new administrative level user.
    2) Log in with that user.
    3) Disable firewalls.
    4) Run the updater.
    5) Log back in as normal user, delete temporary user.
    if the user account created in step 1 is not deleted in step 5 and is used to attempt a further update or uninstall, it will fail. This seems to tell me that AIR is able to utilize the temp folder via Windows Installer correctly only once. After that, it dirties this directory somehow and is unable to use/write to it, and subsequent uninstalls/updates fail with error 0.
    Again, the failure all show msi issues writing to the temp directory. They result in an "Error 0" alert dialog in AIR.

  • Powerbuilder Application Disappears often when the Backend is Oracle.

    Has anybody come across a similar problem?
    I am using a Powerbuilder Application on WIndows 2000 which accesses Oracle 8.1.7 Database residing on IBM Aix Platform. My Powerbuilder application terminates without any error (disappears) atleast twice everyday. The Powerbuilder Application is a heavy duty one (Actually its an application server) and it accesses the database continuously.
    We have the same application installed at many sites and it is working fine. In all other cases the backend is SQL Server 7.0.
    Oracle Net8 is installed on the system where application server runs. I am using Powerbuilders native database driver to access Oracle DB.
    I am new to Oracle and any help will be greatly appreciated.
    Thanks.
    Regards,
    Deepak.

    Hello,
    I have been using PB for while and have never seen that before. can you turn on Dr Watson and see the error happen? That might give you a clue at least where the error is occuring

  • The Pages doesn't show information when the application is deployed

    Why when I deployed one simple web fussion application (jdevelopper 11.1.1.0.0) with only one page with only one View Object to another web logic server (10.3) in another pc.
    The page show this:
    SvpClientesView1
    <span id="j_id_id7::content
    and doesn't show the form.
    When I run the application from embedded web logic server it works fine.

    Thank you so much for your response.
    The WLS's log show this error:
    ]] Root cause of ServletException.
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
    at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:253)
    at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:168)
    at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:546)
    at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:327)
    at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:104)
    Truncated. see log file for complete stacktrace
    java.sql.SQLException: ORA-01005: null password given; logon denied
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
    I don't know what I should do to correct this error.
    Thank's.

  • How can I print the whole page from an onlione HTML application - when the whole page is not visible without scrolling down?

    I am working with a spreadsheet with percentage marks; only 5 names out of a class are visible at one time. I need to print the data for the whole class - in a whole sheet.

    What is the size of your actual page? Have you tried Select All and Print>Selection? Most applications will also let you resize the print area to fit the paper, and with html you might be able to resize the page for printng at 75-80%. However, that may be too small to read.

  • How can I choose not to see home page music video album covers when the itunes store app opens?

    Please help... I own a number of devices (ipad, iphone, etc) that when I go to charge or sync my data, the itunes store opens and I am "assaulted" by the general debauchery and unhealthy living promoted by music album covers.  
    The browser software lets me choose my home page so that I can control my view of an application.  Is it possible to avoid seeing this array of disgusting, generally, pictures? 
    Thanks for any hints. 
    Judith

    You can bookmark all those pages and place them in a folder. Then you can set that folder as the Home page (Use Bookmark). If you only want to open one page then use the folder to choose which one. You can either use the Bookmarks Toolbar or the Bookmarks Menu button to have easy access to the folder.

Maybe you are looking for

  • Memory leaks- high memory usage svchost.exe

    hello! im having a kind of a similar problem. Im using a Q6600 with 4Gb of RAM running on Windows 7 x64. My physical memory usage history is 1.75GB idle but my CPU usage looks good ~ 0%. In Windows Task Manager when i arranged the memory column, the

  • How to use single installation of Nokia Ovi Suite ...

    I want to help my adult son set up his (different model-) Nokia Smartphone. How to use the Nokia Ovi Suit already installed for a different user?

  • Itunes music store wont open

    itunes opens with no problem but when i click the music store tab it say the connection has timed out. Ive reset my system, Restarted my computer and turned off my install sheild... pls help systemax   Windows XP   laptop

  • How can I get iDVD to not interrupt the music in a slideshow?

    It plays fine on my MacBook, but when I burn it to disc it pixelates the picture for a brief moment and blips the music in between every picture on the slideshows. Is there any way to have the pictures load smoothly without a pixelation, music pause

  • I have some problems and queries on Q10 ...

    Good morning ... First, BBM very bad design, and the blue color of the broadcast very tired of the eye , and device does not vibrate when you work Ping!!! . Second, Android applications that are supported by BlackBerry 10 does not work well and often