401 error page

Hi,
On my site, I'd like to redirect 401 errors to a specific page instead of the user getting the generic error page produced by Apache.
I already have the page built but am not sure where to change to tell Apache to serve this page when I get a 401.
many thanks,
Jonathan

Unfortunately, the server's smart about which error page it presents to it's users under given conditions.
The error files are located in /usr/share/httpd/error under OS X Server 10.5.
Notice though that they're named HTTPNOTFOUND.html.var (there's a var on the end of this example)
Not too many web browsers will deal with this nicely if you just up and change the contents of this file.
You have to go into your httpd.conf file in /etc/apache2 and edit the error section. It's kinda long in OS X server so you have to scroll down a bit. You'd then have to change the config to display your error page under your given conditions.
Hope this puts you in the right direction!

Similar Messages

  • 401 Error in anonymous page

    Dear Experts
    we are doing performance testing in using JMeter 2.3.4
    when we logon to Enterprise Portal as anonymous user we get 401 unauthorized error in Jmeter for all the components in anonymous home page.But the page/component is rendering fine in JMeter "Render HTML" console
    But anonymous  Home page works fine in normal scenario without JMeter.All components are displayed fine
    Is the Portal sending both response code 401 as well as the proper response
    Is there any way to overcome this 401 error in JMeter
    The same error is getting even in Web debugger Fiddler also
    Regards
    Noel

    Hi Noel,
    I guess the problem is due to un-authorized access to the JMeter content.
    Could you please check on the permissions for the content. Please refer to the thread below
    Re: NavigationTarget to iViews/Page from URL
    Hope you get an answer.
    Regards,
    Nikhil

  • Redirect HTTP 404, 401 errors to custom html pages ?

    Does anyone know how to set up Weblogic 6.1 to TRAP and REDIRECT http 404, 401 etc error messages to custom predefined friendly html pages on the server ?? Here, WL takes http requests directly and outputs the results directly back to the browsers (not going through a proxy server like IPlanet or other web servers).
    So how do I trap HTTP error messages in WL and redirects them to my own custom error pages ??
    Help!

    Hi Aswin,
    Vintela libraries changed in SP3. Usually a 404 error means:
    - Typo in any of the xml tags (you can check opening it in IE)
    - Typo in the SPN (cannot be found). However, you mention seeing in stdout.log "credentials obtained" so it looks that's fine
    - If you are using keytab, comment those lines in web.xml and use the password in Tomcat > Java
    If nothing mentioned above solve the issue, I will suggest you to enable debug in Tomcat and post here the stdout.log
    Regards,
    Julian

  • How to configure custom error page in WebServer 6.1 if instance is down

    Hi ,
    I have deployed an application on port 82.
    If the instance is down, want to configure custom error page in Sun One Webserver 6.1 so that the it displays a customised message rather than browser displaying its custom DNS error page.
    In web.xml, configured the 404/500 error messages, but if the instance is down, my web application does not receive the request. So it should be defined at the root level.Where to configure the same?
    Thanks for the help in advance.

    You can use Error function "send-error" http://docs.sun.com/source/817-1834-10/crobjsaf.html#wp20007
    It has an example
    Error fn=send-error code=401 path=/sun/server61/docs/errors/401.html

  • [ADF-11.1.2] Security 401 error ONLY while navigating from 1 BTF to another

    Hi,
    I have 2 BTF in my Security-Enabled ADF application. First BTF has a Task Flow Call to another BTF.
    I then created 2 web pages for each BTF. Page A for first BTF and B for second BTF.
    If I open any page, it ask for Authentication and display the page with BTF content on web browser.
    The only Problem is, if I click on the button on first BTF which has a navigation to second BTF, it throws me following error.
    Note: All Task Flows and web page has 'View' permission for 'authenticated-role' Rule. Can someone please explain if I can open 2 BTF separately, then why it is throwing 401 error while navigating from 1 BTF to another. Am I missing assigning any permission ?
    javax.servlet.ServletException: ADF_FACES-60101:HTTP Error Status Code: 401."
         at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse._logException(XmlHttpServletResponse.java:140)
         at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse.sendError(XmlHttpServletResponse.java:106)
         at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse.sendError(XmlHttpServletResponse.java:100)
         at oracle.adfinternal.controller.util.JsfInterfaceImpl.sendResponseError(JsfInterfaceImpl.java:477)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.handleException(ControlFlowEngine.java:725)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:934)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:824)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.routeFromActivity(ControlFlowEngine.java:554)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.performControlFlow(ControlFlowEngine.java:158)
         at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleAdfcNavigation(NavigationHandlerImpl.java:115)
         at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:84)
         at org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:50)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:130)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:159)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1129)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:353)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
         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:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    I upgraded to 11.1.2.2... and the good news is.. it throws me more appropriate error message:-
    ADFC-0619: Authorization check failed: '/WEB-INF/task-flow-name' 'VIEW'.
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #2I was using template taskflow from another adf application, but I failed to give permission to that task flow template because I didn't check "Show task flows imported from ADF libraries".
    I gave permission to task template and is working fine now.. :)

  • Parsing error pages

    I am having getting my server to parse my error pages. I am talking about the standard 401, 404, and 500 pages. If I try to access the pages directly, http://www.kentlaw.edu/errors/404.html, then the page renders OK. If I type in a phoney URL, http://www.kentlaw.edu/ssssss, the 404 page displays, but some include files are not parsed.
    The server is set to parse the entire server.
    Has anyone seen this? Any ideas on how to fix this?

    There might be a better way out there to do this, but
    here is a hack that I put together to accomplish what
    you want and will only work with 6.1 versions of the
    server. You will need to hand edit your obj.conf and
    remove the Error fn=send-error line and replace them
    by the client tag lines as illustrated below:
    <Object name="default">
    ...skipped...
    <Client code=404>
    Error fn="set-variable" error=302
    Output fn="set-variable" insert-srvhdrs="Location:
    http://yourServerName:port/error/404.html"
    </Client>
    </object>
    This hack is telling the server that whenever a 404
    response code is set, redirect the request to your
    error page location. That way the request is
    restarted and the parse-html can be serviced by the
    shtml-send Service SAF.Janice, tried this out on my 6.1sp1 on solaris. It failed to execute the include virtual directives.

  • 401 error when accessing oamconsole

    I am trying to install OAM as part of one of the FEAT (SSO) in our requirements. I installed as below:
    •     Installed Oracle Database
    •     Ran RCU and created schema for Oracle Access Manager as in screenshot below.
    •     Installed WLS
    •     Installed OAIM 11g PS2
    •     Created base_domain for oam_server1
    •     Started Admin Server and Then Managed Server
    o     First time when I started Admin Server, it took long time and the linux box hanged for more than 15 mins at the step in logs.
         [EL Info]: 2011-02-18 06:45:52.753--ServerSession(1547982985)--file:/home/oradb/Oracle/MiddlewareNew/Oracle_IDM1/oam/server/lib/oes-d8/jps-internal.jar-JpsDBDataManager login successful
    o     I then terminated the server starting and restarted it followed by Managed Server
         Admin server started with the error: <OAM configuration failed. oracle.security.am.common.policy.admin.impl.PolicyValidationException: OAMSSA-06045: Validation Failure - an object of this type named "HTTP" already exists.
         Managed Server started properly without any errors in log
    •     I then tried the oam-console:
    o     http://abc.def.ghi.com:7001/oamconsole
         A page with just login box opened, I entered weblogic credentials : weblogic/Welcome1
         It then automatically opened another page : http://abc.def.ghi.com:14100/oam/server/obrareq.cgi?wh%3DIDMDomain+wu%3D/oamconsole/faces/pages/PolicyManager.jspx+wo%3DGET+rh%3Dhttp://abc.def.ghi.com:7001/oamconsole/faces/pages+ru%3D/oamconsole/faces/pages/PolicyManager.jspx
         Asking Enter your Single Sign-On credentials below
         I entered the same weblogic/Welcome1
    o     It then throws 401 Unautorized page with the log in WLS Console.
         <Feb 18, 2011 7:17:28 AM EST> <Warning> <oracle.oam.agent-default> <BEA-000000> <OAM Server request failed: OpCode = 20 [IsAuthorizedWRefreshAndAudit], Returned Status = Major code: 9(Deny) Minor code: 2(NoCode) , extraInfo = [prefHost:IDMDomain, resource:/console/index.jsp]>
         <Feb 18, 2011 7:17:28 AM EST> <Warning> <oracle.oam.agent-default> <OAMAGENT-00408> <User is not authorized to access resource: MajorCode: DENY, MinorCode: DENY>
    Would be very grateful to you if you can please help me with this issue?
    Also I am not sure where and when OAM Webgates is used.
    Let me know for more details required.
    Thanks
    Raza

    In your explanation you mentioned the root cause for your issue.
    First the symptoms:
    - You configured OAM Domain with Database template.
    - You got rid of the DB since your need development mode only.
    - It took very long to start the servers in the domain.
    - You can not log in correctly.
    Never, ever get rid of the database. OAM stores its policies and sessions information in the database. If it takes long to start the domain, network timeouts are a possible reason. These timeouts are related to the missing database. Restart the database and everything should come up roses.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Random 401 errors - Kerberos + Reporting Server

    We have a portal with Reporting Server in SharePoint mode and deployed our reports to SharePoint. Reports run in integrated security mode, we configured Kerberos. (Reporting server configured as RSNegotiate,
    added SPN's, etc.)
    Everything seems to be working fine. 
    However, if two users access the same RDL at the same time (just opening the RDL from the Document library), the second user can get a HTTP/401 from SharePoint, showing the default SP2010 error page with correlation ID and so on. No errors in the ULS log.Error
    disappears after refresh.
    This error is always showing up when Kerberos was not configured correctly. In this case no error in ULS or event log.
    If we configure Reporting Server as RSKerberos instead of RSNegotiate, we don't get a 401, but the report of the other user! So,user A has permissions on report X, opens it. At the same time user B without permissions opens report X and sees exactly the
    same as user A! So, this is a security hole if we configure it as RSNegotiate.
    No proxy server is used. We changed EnableAuthPersistence to FALSE, just in case. 
    Anyone can point me in the way where to look? The user credentials / Kerberos ticket seem to be cached by SharePoint.

    Hi Stacy, thanks for your reply.
    I tried all different combinaties of those settings, but nothting solves the problem. The fact that I am possible to see anyone else his reports, is a big security hole, no matter how I configure it, right? 
    If I configure RSWindowsExtendedProtectionScenario
    to Direct, I get HTTP/401 all the time. Any other settings changes nothing, still one HTTP/401 when 2 users access report at same time (AuthenticationType = RSNegotiate) or 2 users see each other's report (AuthenticationType = RSKerberos).
    It seems indeed something gets cached, but I have no idea how to fix it. Do you, or anyone else, know where to look now?

  • WebLogic Error Pages

    How can you replace the default WebLogic generated error pages (401,403,500) with custom error pages for all deployed applications?
    WL 10.3.3
    Edited by: SK Jennings on Oct 26, 2010 12:24 PM

    Hi,
    May be the following link would answer your question
    Re: How to show  an error Page in Weblogic when the server is down
    Hope this helps you.
    Regards,
    Ravish Mody

  • SAP CRM ISA for B2B B2C How I can set customize error page in SAP J2EE 6.40

    Hi,
    I am trying to change default error mesaage which is comming from SAP J2EE engine in SAP CRM ISA B2B and B2C application.
    I want to set different customize error(400, 401,403,500 etc..) pages designed in HTML in B2B and B2C of SAP CRM ISA application.
    If any one has any idea how to do it pl. let me know.
    Thanks.
    Ashish Patel.

    Hi,
    Except for the application error pages you should also keep in mind that some error pages are generated by SAP Webdispatcher - presuming you are using one in front of your J2EE-Engine 
    You find some information about this type of error pages under  <a href="http://help.sap.com/saphelp_webas630/helpdata/en/f6/3c0b0389cea34ba66f10d62b718a1a/frameset.htm">help.sap.com</a>
    Best regards,
    Frank

  • Customize error-page

    Hi all,
    May I customize error page for HTTP Status 401 (http authentication error)? I am using <auth-method>BASIC</auth-method> , therefore
    <form-error-page>/xxx.jsp</form-error-page> is not working, please advise.
    Thx.
    Jacky

    Use <error-page>/error.html</error-page> element

  • Provider-Hosted app intermittent 401 error

    Hi All,
      I've a PH high trust app which is working fine, but at times
    (not always) I'm getting 401 un-authorzed error. This is very intermittent error occurs when the app trys to access sharepoint. when the user refreshes the page its working fine.
    I've digged ULS log but couldn't find anything useful. However in event viewer found the below error.. I'm totally out of clues why its occurring only at times. Any help is appreciated. Thanks!
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 1/5/2015 8:39:08 AM
    Event time (UTC): 1/5/2015 1:39:08 PM
    Event ID: 26b14be284ca4488abb0a5bba127c4c1
    Event sequence: 28
    Event occurrence: 1
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT-1-130649382841483100
        Trust level: Full
        Application Virtual Path: /
        Application Path: C:\TestWeb\
        Machine name: APPSERVER
    Process information:
        Process ID: 3408
        Process name: w3wp.exe
        Account name: Domain\ServiceAccount
    Exception information:
        Exception type: WebException
        Exception message: The remote server returned an error: (401) Unauthorized.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
       at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
       at App.Pages.WebForm1.Page_Load(Object sender, EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Request information:
        Request URL: https://appsSite.domain.com/Pages/DisplayPage.aspx?a=EU/gibbs/35&SPHostUrl=http://SPSite.domain.com/sites/TestSite
        Request path: /Pages/DisplayPage.aspx
        User host address: 10.x.x.x
        User: Domain\User
        Is authenticated: True
        Authentication Type: Negotiate
        Thread account name: Domain\ServiceAccount
    Thread information:
        Thread ID: 14
        Thread account name: Domain\ServiceAccount
        Is impersonating: False
        Stack trace:    at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
       at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
       at APP.Pages.WebForm1.Page_Load(Object sender, EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details:

    Hi,
    According to your post, my understanding is that Provider-Hosted app get intermittent 401 error.
    If you use IssuerId in provider-hosted application web.config, please make it a lowercase Guid string.
     You need to make sure that the app certificate is added to the trusted certificate store.
    In addition, you can turn off the HTTPS using PowerShell.
    More information:
    http://www.jamestsai.net/Blog/post/SharePoint-Provider-Hosted-App-401-Unauthorized-error-on-clientContextExecuteQuery().aspx
    http://srichallagolla.blogspot.com/2013/01/sharepoint-2013-provider-hosted-high.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Web Dav Realm Error Page

    Hi guys,
    I’ve set up a ‘realm’ on my OS X 10.5.x Xserve and would like to know how I can set up an error page if authentication fails.
    Currently I get an ugly...
    Authentication required!
    This server could not verify that you are authorized to access the URL "/RangerOutpost/OutpostSGS.exe". You either supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
    In case you are allowed to request the document, please check your user-id and password and try again.
    If you think this is a server error, please contact the webmaster.
    Error 401
    www.************.co.uk
    Sat May 16 18:38:36 2009
    Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2 PHP/5.2.6
    I'd like to create an error page that is consistent with our site build.
    Thanks,
    Jonathan

    Unfortunately at the moment I have not the time to test, but it seems to be the right note for me!
    Thank you very much!

  • Is this 401 error problem that bad?

    If I cannot access the web page from the 192.168.1.1 and receive a 401 Error "Access Denied" am I dead in the water?
    The Linksys 54G is working fine.  I just want to change the network from unsecure to secure.
    My question about unhooking the dsl cable wire and unplugging the wire is if I am just reinstalling the disk by just rebooting the disk from the d drive.  I just want to know if I have to unplug the router and connect the dsl wire from the router and straight into the main computer.  I just want to be able to use both the main computer and my laptop with secured network safety so that a drive by hacker can't use my wireless.

    If your username & password is not working ..... try admin password without any username ....
    Also if nothing works... you need to reset the router for few seconds. ... once resetted ...reconfigure the router ...
    You can try this steps to configure the wireless settings ....
    Click on the Wireless tab on the Setup page- Here Wireless Network mode
    should be mixed- Provide any non linksys network name ....
    Name (SSID) box- Set wireless channel to 11- And wireless SSID
    broadcast should be Enabled and then click on "Save Settings" >>Now
    Click on the Sub tab under wireless > "Wireless Security" Change the
    Wireless security mode to "WEP/WPA"...have a note of the key ... click save settings ...

  • How can we define custom error page in protal application

    How can we define custom error page in protal application, like we define "jsp Error page " in JSPs

    Hi,
    Check these:
    Customization of Portal Runtime Errors and portal standard error codes
    http://help.sap.com/saphelp_nw04/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/1273b2c413b2449e554eb7b910bce7/frameset.htm
    Regards,
    Praveen Gudapati

Maybe you are looking for

  • Thumbnails in Organizer are already corrected?

    The thumbnails in the organizer seem to be corrected for color, brightness, etc.  For example...three bracketed exposures of the same scene appear as identical thumbnails in the Organizer. I would like to see exactly what I shot. I cannot find a pref

  • Creating a Purchase Requisition

    Hi, I need to know the steps for creating the following.            1. Purchase Requisition            2. Puchase Order            3. Internal Order Thanks Will assign points

  • Weird character being generated by contact form (link to image attached)

    Has anyone ever seen this? It looks like an ASCII image of a Rolodex contact insert. The person receiving the contact form results has just sent this to me. It can be seen at: http://www.emurtagh.com/rolodex_image.htm Any help would be great. Thanks.

  • RE: Polymorphism - retrieving type information from thedatabase

    I would disagree with your statement that either the object or data model must be wrong. The problem is more fundamental-trying to store objects in a relational database. The object and relational paradigms can be made to work together, but usually o

  • Installing Leopard on a New Hard Drive

    I was told (at my local Apple store) that my hard drive was bad. So, I replaced the old one with a new 500 gig Sata drive, but I can't boot up from my Leopard install disc to put the OS back on my G5. If I hold either the C key, or the Option key dow