Internal Server Error (HTTP 500)

I try to run a JSP but after publishing it to a Tomcat 5.5 localhost server, the error is Internal Error. I find no defect in the code. The code is given below :
<%@page errorPage="errorPageJSP.jsp" %>
<%@page import="teller.Teller"%>
<%@page import="exception.InvalidCustomerException"%>
<%@page import="java.sql.SQLException"%>
<%@page import="exception.WrongUserException"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<link rel="stylesheet" type="text/css" href="default.css"/>
<title>Add Account</title>
</head>
<body>
<%
     String sUser=(String)session.getAttribute("return");
     int user=Integer.parseInt(sUser);
     if ((2 == user) || (3 == user)) {
               int customer_id = Integer.parseInt(request
               .getParameter("custID"));
               String customer_acctype = request.getParameter("acctype");
               double initial_deposit = Double.parseDouble(request
               .getParameter("initialDepo"));
%>
<jsp:useBean id="accountBean" class="bean.Account">
     <%-- intialize bean properties --%>
     <jsp:setProperty name="accountBean" property="customerID"
          value="<%=customer_id%>" />
     <jsp:setProperty name="accountBean" property="accountType"
          value="<%=customer_acctype%>" />
     <jsp:setProperty name="accountBean" property="balanceAmount"
          value="<%=initial_deposit%>" />
</jsp:useBean>
<%
               Teller accountDB = new Teller();
               int iLoop = accountDB.addAccount(accountBean);
               System.out.println(iLoop);
%>
<h2>Account Started Successfully</h2>
<%
     }else {
          throw new WrongUserException();
%>
</body>
</html>Edited by: NarayananKrish on May 18, 2008 10:44 PM

I do not know a single person who can write defect free code.
What if sUser is null or custID is null or acctype is null or initialDepo is null? I don't see any null checks around it.
Try catching the exception in your JSP. I am sure there is a defect in it.

Similar Messages

  • Internal server error http 500, open document

    I have a webintelligence cluster installation. IIS6.5 sp3W2003 sp1
    When I open a report, I have an internal server error http error 500. In the log I see something like : "The specified module could not be found".  But I don't now which module it is.
    But I can open/refresh webi reports and create new webintelligence documents.
    The error is only with .rep reports (created with Business Objects)in the webintelligence application. With the Business Objects local installation there aren´t problems, I can open/refresh the reports.
    Any ideas?
    Thanks
    Edited by: Jose Luis  Perez on Jul 14, 2008 11:07 AM

    I see than I have errors  in the files  config_rep.log.07142008 , locator.log.07142008
    Mon, 14 Jul 2008 18:54:12.0000000 [ESGDASMAS74508:1716] (IT_LOCATOR:97) I - Node daemon unregistered, name: iona_services.node_daemon.esgdasmas74508
    Mon, 14 Jul 2008 18:54:12.0000000 [ESGDASMAS74508:1716] (IT_ATLI2_IP:101) W - ATLI2 failure receiving data with minor_code 0 occurred in TCPConnectionImpl::dispatch_failed()
    Mon, 14 Jul 2008 18:54:12.0000000 [ESGDASMAS74508:1716] (IT_ATLI2_IP:102) W - ATLI2 failure caused by function WSARecv() failing with system error 64 ('The specified network name is no longer available.')
    Mon, 14 Jul 2008 18:54:12.0000000 [ESGDASMAS74508:1716] (IT_ATLI2_IOP:105) W - ATLI2 Failure occurred on connection to 10.82.14.108.4978: WSARecv() failed in TCPConnectionImpl::dispatch_failed() with: The specified network name is no longer available.
    Mon, 14 Jul 2008 18:54:12.0000000 [ESGDASMAS74508:1716] (IT_LOCATOR:31) I - Locator daemon stoppedd, domain name: wicluster.location
    But I don't know what is this.
    Can

  • ACS: Resource not found or internal server error ErrorCode: 500 has occured. Click here to get back to the server

    i have installed cisco acs server 5.3 and applied an eval license. when i am going to define an authorization rule in access policy, i can find and predefined rules and i can not create any rule of my own. if i do any thing i get this error message.
    ACS: Resource not found or internal server error
    ErrorCode: 500 has occured.      Click here to get back to the server
    can any one please help me on this.

    Anyone know of what could be causing this problem, when using a supported browser?
    We are running ACS version 5.3.0.40.9 (appliance).
    We are using IE 8.  When using ACS, everything works fine for a period of time, and then at (seemingly) random times, we will suddenly get the "ACS: Resource not found or internal server error".  The only way to get working again is to log out of ACS and log back in. 
    Also, we seem to get logged out at random times, even while active and in the middle of updating something.  Sometimes we receive the message that our session has timed out and other times we are simply dropped back to the login screen, with no error or timeout message.  Either way, it happens while we are definitely active and working...not a logout due to inactivity.
    This is all with IE8.  Any ideas?
    TIA

  • Internal server error - Http server and OC4J intance

    Hi
    Internal Server error ( GET/&lt;app name&gt;
    Hi,
    We are using AS10g R1: 9.0.4.0.0 in production and occasionally getting Internal Server Error. And to overcome this problem, everytime we have to restart the HTTP server; we tried re-staring the OC4J instance to find out whether OC4j is causing the problem, however it doesn't work until we restart the Http server. Interestingly Http server serves well other OC4j instances during the error for a particular app runing in different OC4J instance.
    ANY HELP WILL BE HIGHLY APPRECIATED.
    Here are more details:
    It's a J2ee (struts) app.
    Operating System: Sun Solaris- 5.10
    Http server access log msg:
    "GET /&lt;app name&gt; HTTP/1.1" 500 544
    Http server error log msg:
    MOD_OC4J_0184: Failed to find an oc4j process for destination: OC4J_1
    [Mon Sep  8 17:55:13 2008|http://forums.oracle.com/forums/] error MOD_OC4J_0145: There is no oc4j process (for destination: OC4J_1) available to service request.
    [Mon Sep  8 17:55:13 2008|http://forums.oracle.com/forums/] error [ecid: 51865290138,1|http://forums.oracle.com/forums/] MOD_OC4J_0119: Failed to get an oc4j process for destination: OC4J_1
    [Mon Sep  8 17:55:13 2008|http://forums.oracle.com/forums/] error [ecid: 51865290138,1|http://forums.oracle.com/forums/] MOD_OC4J_0013: Failed to call destination: OC4J_1's service() to service the request.
    [Mon Sep  8 17:55:15 2008|http://forums.oracle.com/forums/] warn [ecid: 51865292545,1|http://forums.oracle.com/forums/] MOD_OC4J_0184: Failed to find an oc4j process for destination: OC4J_1
    OC4J Log:
    Nothing unusual; looks good
    Mod_oc4j.conf
    LoadModule oc4j_module libexec/mod_oc4j.so
    Oc4jConnTimeout 300
    Oc4jCacheSize 0
    # in response to eSecure findings
    RewriteEngine on
    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* - [F]
    Work around:
    Re-starting HTTP server

    Greetings,
    Since we see a 500 error below in the Http server access log msg: the server is unavailable. I suggest changing the OC4J logging to "FINEST" and then run your test again (server reset etc.) and post the log here.
    THX
    -Mike

  • 500 Internal Server Error at HFM work space,Urgent;;;;;

    Hi,
    Can any one give me solution for this.
    When I try to open Work space it is giving the error "500 Internal Server Error"
    And I am using Apache Tomcat.\
    Thanks in advance.

    Hi 807662 ,
    Hope this helps...
    Can you post the errors from the BI+ error log?
    You say that you can't log into the client applications? What client apps are you trying to log into?
    If Planning can you post the the errors from Planning? If HFM can you post the errors from HFM?
    Can you post the errors from the Event Viewer log on the server?
    -David
    Web server returns the message "Internal Server Error (HTTP 500)"
    DETAILS:
    This message usually indicates an error on the Web server. This message is too generic to provide the actual cause of the error, but a careful examination of the Web server logs, can provide clues which may point you in the right direction.
    There are a few of things you can infer from an "Internal Server Error" message.
    1. The web server is NOT down, i.e it is responding to an HTTP request, since the error is being generated and returned by the web server. Unlike a "Page cannot be displayed" error which is a default message generated by a browser if it cannot contact the web server. The "Internal server error" message is caused by the web server actually returning an HTTP 500 code.
    2. If all users are getting this error, its might indicate a problem with the web server itself, perhaps a lack of system resource, a system-wide failure, or a configuration or installation issue. If only one user gets the error, its probably just tied to the session of the user, and even may be specific to the current activity
    3. The root cause is the web server, and not the application server or database, even though its possible that an application server or database response might trigger an error on the web server. For example, SQL returning a large result set might cause an OutOfMemory condition on the web server. If the application server errors out, the PIA servlet traps it and returns a generic message saying "An error has occurred on the application server", it does not return an HTTP 500 error.
    The Internal Server Error message is generated by the web server, when the sub-process it called to process the browser's request, did not complete successfully. The sub-process may be a CGI program, ( Verity search in PeopleBooks for example), it may be another web server ( Apache proxying to WebLogic), or it may be a servlet (Weblogic HTTP handing off request to PIA). If the sub-process errors out, or returns an invalid error code, the web server will return an HTTP 500 error code to the browser.
    The key therefore in troubleshooting HTTP 500 errors is to find out what sub-process was invoked, and what was the error encountered by the sub-process. Start by checking the access log on the web server. It will have the URL with the GET or POST request, and the return code. Here
    Note though, that not all java exceptions translate to HTTP 500 errors, and not all HTTP 500 errors caused by servlets correspond to java errors. Sometimes a servlet may recover or ignore an exception and manage to return a valid response to the calling web server, mitigating an HTTP 500 code response to the browser.
    Some of the common causes of servlet failures are:
    - Invalid web server configuration ( these errors should be consistently reproducible)
    - Errors from the Application Server that are not captured and translated into a meaningful message for the user.
    - Network I/O errors while communicating with Application Server, or to a proxy plugin.
    - Out of memory conditions on the web server.
    - Problems with the Java runtime.
    - System errors, like running out of disk space, insufficient permissions, running out of threads, etc.
    - Errors in the servlet code itself. Example: NullPointerException
    - Invalid or corrupted Session information, perhaps caused by Proxies, Load Balancers, Timeouts.
    - Incorrect web server, JRE, OS patches and or versions.
    G'Luck,
    David
    Edited by: David Debish on Feb 4, 2011 3:12 PM
    Edited by: David Debish on Feb 4, 2011 5:09 PM

  • HTTP request failed :Error code 500 internal server error

    In PI 7.0 system we are getting http error for rwb and exchage profile portal function
    Detail:
    HTTP request failed : Errro code 500 internal server error
    ( http://hostname:50000/adapterframework/rtc)
    If I do a connection test  for  ping(sap >bc >ping) from SICF, I am getting HTTP error.
    Please help me out to resolve this problem.
    I would be thankful for your suggestion

    from SM59 I tested the connection of INTEGRATION_DIRECTORY_HMI(HTTP connection to ABAP system)
    detail:
    staus HTTP response 500
    status text : internal server server
    duration test call 17173 ms
    Please help me out to resolve this issue

  • Error sending DAV request. HTTP code 500, status 'Internal Server Error'

    Hi All,
    I am getting the error On SCCM R2 Environment .. on the client machine we are getting the below issue and software center 
    is not showing any information..
    While checking on the client's DatatransferService.log.. i am getting the below issues..
    Successfully sent location services HTTP failure message.
    Error sending DAV request. HTTP code 500, status 'Internal Server Error'
    GetDirectoryList_HTTP('http://MachineName:80/SMS_DP_SMSPKG$/7ea0b105-5592-48cd-8b8e-81777537c34f') failed with code 0x87d0027e.
    i realize it because of Isapi filter issues.. can any one guide me to resolve the issues..
    KJSUBBU

    Hi,
    In addition, I recommend you check whether you have additional Authentication methods (like ASP.NET Impersonation) enabled. 
    Disable the authentication method and try again.
    Also, please review the link below, here is a article about troubleshoot ISAPI filter issue.
    Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 500.0 – Internal Server Error"
    http://support.microsoft.com/kb/942031
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • CLIENT_SEND_FAILED HTTP ERROR 500 Internal Server Error

    Hello Experts,
        I have a scenario from Proxy->SOAP.  I am facing the below error.  I have many other Scenarios from Proxy -> SOAP all of them are working fine except this.
    I am using NW07_06_REL With SP 06
    <?xml version="1.0"; encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>(See attachment HTMLError for details)</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error while sending by HTTP (error code: 500, error text: Internal Server Error) (See attachment HTMLError for details)</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
    HTML Error
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not create Message from TransportMessage. Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIMessage creation failed (inbound). Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not parse XMBMessage. Reason: com.sap.aii.af.sdk.xi.mo.MalformedMessageException: Unexpected length of element <sap:Main><sap:Interface @sap:namespace> = xxxxx; nested exception caused by: com.sap.aii.af.sdk.xi.util.XMLScanException: Unexpected length of element <sap:Main><sap:Interface @sap:namespace> = XXXXXX
    The message clogs in the qRFC Queue. Not able to re-process it.
    I have already checked Most of the threads on the SDN, They didn't help me.
    Any help greatly appreciated
    Edited by: Kannan Narayanan on Dec 28, 2010 3:29 AM

    --> Error while sending by HTTP (error code: 500, error text: Internal Server Error)
    Answer: 500 internal Server Error is due to server down or network related problems.
    Import the wsdl in xmlspy or SOAPUI and see the behavior first. If the error is same, you can conclude it due to other end .(i meant server that host webservice causing it). we have very similar issues in our end. This is server down error mostly.
    Hope I answered your question.

  • Multiple OWA & ECP Virtual Directories on Exchange 2010 - 500 internal server error

    hello folks,
    I've been using below link to create multiple owa & ecp virtual directories on exchange 2010, but I have similar error -500 internal server error
    during auth.owa from my 2nd owa url login.
    exactly steps follow as below:-
    http://johnyassa.wordpress.com/2012/06/07/publish-multiple-owa-ecp-virtual-directories-on-one-exchange-2010-cas-server/
    did anyone has come across on this issue and do mind share to me?
    thanks
    regards
    Jimmy

    hi Ed Crowley,
    thanks for responding to me...
    yes, I'm exactly follow blog below to configure my 2nd OWA URL with form based authentication method. upon login to my 2nd OWA URL, the owa authentication failed with return 500 - internal server error.
    http://johnyassa.wordpress.com/2012/06/07/publish-multiple-owa-ecp-virtual-directories-on-one-exchange-2010-cas-server/

  • Intermittent '500 Internal Server error' since patch

    Dear Friends,
    We have a federated portal network environment with both consumer &
    producers(4) on version EP 7.0 recently patched from SP8 to SP16.
    Since the patch we are intermittently getting the '500 Internal Server
    Error' .this 500 internal server error  was during  ESS approval.
    This problem seems to be intermittent that always encountered this error message when tried to do approval on this ESS via email.
    Can u please suggest.
    Regards,
    Venkat

    try to take a trace, Download HTTP professional which is a freeware, there you ll know why it occurs
    Usually this error might be due to connection issues

  • 500 internal server error aftet install ebs on win server 2003

    after installed ebs r12.1.1 on windows server 2003
    and open explorer that error shown
    500 internal server error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details
    please resolve this problem
    Edited by: Mohamed Gamal on Mar 9, 2011 10:25 AM

    Hi;
    Pelase check apache log file for more details. Please also see:
    500 Internel Error Server on Win
    Re: get blank page
    500 Internal Server Error
    Re: 500 Internal Server Error
    Regard
    Helios

  • OAM 10.1.4.3 integration with EBS- 12.1.3 gives http 500--Internal Server Error on login

    Hi,
    We are integrating E-business (12.1.3) with  Oracle Access Manager (10.1.4.3) using Oracle E-Business Suite AccessGate[1.2.2].
    On trying to login (after submitting credential) to the application we are getting the below error.
    =================================================
    Error 500--Internal Server Error
    java.lang.ClassCastException: weblogic.servlet.internal.ServletRequestImpl cannot be cast to oracle.apps.fnd.ext.sso.AppsHttpServletRequestWrapper
    at oracle.apps.fnd.ext.sso.FndSsoPreLogin.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    ================================================
    The access gate logs fndauth0.log shows the below error
    Oct 28, 2013 10:11:15 AM oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl createIncident
    INFO: An incident has been signalled with the incident facts: [problemKey=DFW-99998 [java.lang.ClassCastException][oracle.apps.fnd.ext.sso.FndSsoPreLogin.doGet][ebsauth_atl01] incidentSource=SYSTEM incidentTime=Mon Oct 28 10:11:15 CET 2013 errorMessage=DFW-99998 executionContextId=004uS_vRJaaB1Fw_GD^Ayf00022y00002X]
    Oct 28, 2013 10:11:15 AM oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl createADRIncident
    1100: incident 80 created with problem key "DFW-99998 [java.lang.ClassCastException][oracle.apps.fnd.ext.sso.FndSsoPreLogin.doGet][ebsauth_atl01]"
    ======================================================
    Please help me if anybody has faced this issue previously.

    Hi,
    Thanks everyone for the response.
    Doc ID 975182.1 for EBS-OAM integration is being followed.
    We've collected the HTTP  traffic but it shows the same 500 internal error and class cast exception. The deployed access gate also shows the same error when in debug mode.
    Any pointers would be helpful.
    Thanks.

  • Error while run OAF, HTTP 500 - Internal server error  Internet Explorer

    I have installed R12 on my laptop having windows 2003 Server, which running successfully.
    In Same machine i have installed Jdeveloper for OAF customization by following 416708.1.
    While running test OAF page from Jdev, following error accruing. I have Run autoconfig as well.
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Open the r12.oracle.com:8988 home page, and then look for links to the information you want.
    Click the Refresh button, or try again later.
    Click Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer

    What is the JDev version?
    Check if the below fixes the issue.
    Go to Tools -> Embedded OC4J Server Preferences-> Global -> Startup. Select the option -> Default Local IP Address.
    Thanks
    Shree

  • HTTP error: 500 (Internal Server Error) while creating content server repst

    Hi All,
    I am getting the HTTP error as mentioned below,
    HTTP error: 500 (Internal Server Error)"CreateTab ContentStorage, connect error SQLConnect failed, [Microsoft][ODBC Driver
    Manager] Data s
    My content server is running on a Microsoft Cluster Environment.
    I tried to follow the steps in the SAP note 301352.
    Please help me in registering the LiveCache ODBC driver.
    When i excute the the odbcreg.exe file i get the foll,
    E:\sapdb\programs\pgm>odbcreg.exe
    DriverName=MaxDB
    Driver=e:\sapdb\programs\pgm\sqlod32.dll
    Setup=e:\sapdb\programs\pgm\sqlsp32.dll
    Version=7.6.0.0
    Please help me in registering the Livecache ODBC driver.
    Expecting your kind reply.
    Vineeth

    hi Vineeth Damodar 
    do it in command prompt.
    change the drive letter ...where u install the sapdb.
    D:\odbcreg LiveCache -i -p d:\sapdb\programs\pgm
    it will prompt that LIvecache is registred. Restart the server.
    then check in control panel...
    The LiveCache ODBC driver should then be registered in the Control Panel -> ODBC Drivers -> Driver tab
    -- Lee
    rewared points .. if it helpful for u....

  • Http 500 internal server error while calling webservice

    I have a scenario Rfc to webservice
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="HTTP">ADAPTER.HTTP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>HTTP 500 Internal Server Error</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    In my response pay load i am getting error msg
      <b>ClientUnable to parse the incoming request. Please make sure that the request is valid: javax.xml.soap.SOAPException: Unsupported Content-Type: application/xml</b>
      </env:Envelope>
    Can any one please tell me what would be the problem i have doubled checked the scnrio,i message monitoring i have a messages
    Audit Log for Message: ec1dc1d0-f1c7-11da-91dd-0004ac577b32
    Time Stamp Status Description
    2006-06-01 16:39:52 Success The message was successfully received by the messaging system. Profile: XI URL: http://saptst01.internal.pcshs.com:51000/MessagingSystem/receive/AFW/XI
    2006-06-01 16:39:52 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-01 16:39:52 Success Message successfully put into the queue.
    2006-06-01 16:39:52 Success The message was successfully retrieved from the request queue.
    2006-06-01 16:39:52 Success The message status set to DLNG.
    2006-06-01 16:39:52 Success Delivering to channel: ZCH_VERISIGNPPGR
    2006-06-01 16:39:52 Success Transform: using Transform.Class: com.sap.aii.messaging.adapter.XSLTConversion
    2006-06-01 16:39:52 Success Transform: transforming the payload ...
    2006-06-01 16:39:52 Success Transform: successufully transformed
    2006-06-01 16:39:52 Success SOAP: request message entering the adapter
    2006-06-01 16:39:53 Success SOAP: completed the processing
    2006-06-01 16:39:53 Success SOAP: response message received ec89a301-f1c7-11da-a561-0004ac577b32
    2006-06-01 16:39:53 Error SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    2006-06-01 16:39:53 Success The message status set to DLVD.
    2006-06-01 16:39:53 Success The message was successfully delivered to the application using connection AFW.
    Any help would be greatly appreciated.......
    Thanks
    sriram

    Hi,
    Content-Type: application/xml
    ...check for the content type of the message that is sent ot the WS.....with the above mentioned content-type going to the WS currently...WS is not able to parse the req and hence the error....in other words wrong format being being passed.
    Regards,
    ABhishek.

Maybe you are looking for

  • I'm editing a 24 page booklet which when I open in Pages 5.0.1 is single pages.  How can I change the format to facing pages to give to the printer?

    I'm editing a 24 page booklet which was done about a year ago in another version of Pages.  When I open it now in Pages 5.0.1 it comes up as single pages.  My question is how do I get it back to a facing pages format to give to the printer?

  • Cannot upload xls file in a Document in SAP DMS

    Hello Guru, I have tried to upload a excel file in an existing Document AA00-0123 in both SAP Easy DMS and GUI both i was now able to upload the file having same error message telling "An error occured while creating the original attribute for" how c

  • Making the region items readonly.

    I have a default single column that corresponds to a VO that uses a single select statement in my page. This page is used for inserting into table. When user enter the details and press continue button, i need to use forwardImmediatelyToCurrentPage()

  • SharePoint Designer 2013

    Dear Professionals I am using SPD 2013, and I want to make my forms to look more intelligent. Specifically, I want to do the following: 1- I want to add variable number of fields, e.g. if the form is an Item Request, I want the user to enter an item,

  • How to increase the system progress bar height?

    Hi I just want to increase the height of windows system progress bar and it is not able to customize. It is having the option to adjust the width and not the height. For example the height of system progress bar used in labview installer is large com