Please help with a server error

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->  <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->  <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>

Hello,
So, tell us more... what services are you sharing, is this a NetBoot? Admin account? What App is reporting this?
Open Console in Utilities & see if there are any clues or repeating messages when this happens.

Similar Messages

  • Please help with Forms server and forms

    Hi, all
    I am new to oracle.
    Mine is home PC and the spec. of the system are as follows.
    database:Oracle 8i EE
    Forms :6i
    OS :Windows 2000
    Yesterday I downloaded Oracle9iAS Server and followed the documentation in installing.
    As per the documentation, I accepted default values in many cases and went thru with installation.
    At the end of the installation, i got the following config(found at the bottom of the message).
    Please give me steps in resolving the issues below.
    Also,
    when I run the "Run form from web" from Programs....
    what if the web listener port is taken. how do we figure out if one is already in use and if so what are other ports available to me.
    and finally in the same app. is "Web Host" the name of my computer on which I installed the Oracle server?
    TIA
    Shankar
    Configuration Steps for Oracle Forms installation of 00:44:38 2002/05/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory C:\shankar\6iForms\F6i\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server-6Web] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory C:\shankar\6iForms\F6i\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory C:\shankar\6iForms\F6i\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory C:\shankar\6iForms\F6i\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory C:\shankar\6iForms\F6i\JINIT.

    Thanks, Vikas!
    But I did a search for 6iServer.conf and did NOT locate any such file
    Please help
    TIA
    SHANKAR
    Shankar,
    It would have helped if you had indicated what is the full version of 9iAS that you have installed. By default the portnumber that is used is 7778.
    As per the entries, they should have already been made in the config files. But check that the 6iServer.Conf file and it should contain the entries that you are being told to update. If not, then add the entries in the 6iServer.conf file and that is all you need.
    HTH.
    Vikash

  • I need help with a Server Error

    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File -->  <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->  <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>

    Thank you
    Do you know how can i fix it

  • Help with Web Server error log entries.

    I'm having trouble turning off logging of messages from the iAS plugin to
    the Web Server error log. It seems to be logging "Info" class messages to
    the logs.
    For example:
    [24/Oct/2001:11:38:57] info ( 514): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/wapp/index.jsp
    [24/Oct/2001:11:39:02] info ( 514): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/wapp/PageController
    [24/Oct/2001:11:39:02] info ( 514): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/wapp/PageController
    [24/Oct/2001:15:40:21] info ( 792): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/fortune/fortune
    Tech support just says "uh try this this this..." and hasn't been able to
    stop the logging. They won't even confirm it's a problem (logging info
    messages to error logs...).
    Has anyone else seen this or been able to stop it?
    Thanks,

    These entries normally do not get shown. Make sure you turn off
    debugmode.
    run kregedit and make sure iPlanet\Application Server\6.0\CCS0\HTTPAPI
    is set to 0
    Rodger Ball wrote:
    >
    I'm having trouble turning off logging of messages from the iAS plugin to
    the Web Server error log. It seems to be logging "Info" class messages to
    the logs.
    For example:
    [24/Oct/2001:11:38:57] info ( 514): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/wapp/index.jsp
    [24/Oct/2001:11:39:02] info ( 514): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/wapp/PageController
    [24/Oct/2001:11:39:02] info ( 514): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/wapp/PageController
    [24/Oct/2001:15:40:21] info ( 792): gxrequest.cpp:gxrequest() reports: End
    req /NASApp/fortune/fortune
    Tech support just says "uh try this this this..." and hasn't been able to
    stop the logging. They won't even confirm it's a problem (logging info
    messages to error logs...).
    Has anyone else seen this or been able to stop it?
    Thanks,--
    Han-Dat Luc ([email protected])
    Senior Consultant
    SUN Professional Services (SUNPS)
    iPlanet e-commerce Solutions
    Sun Microsystems Australia Pty Ltd

  • Please help with this weird error!

    I am using the normal template with based on Existing Tables. When I try to edit the rows with the edit icon not all fields in the table are filled. If I had Version number 1.1.1, it is shown as blank in the edit screen but the number still displays in the main table. And when i try to edit the row nothing changes after i edited it "successfully". Any suggestions? thanks

    ORA-20001: Error in DML: p_rowid=TESTingS, p_alt_rowid=SID, p_rowid2=TESTingS, p_alt_rowid2=SERVER. ORA-01403: no data found
    The above is the complete error. I create rows fine but when I edit them i get this error. Also some fields are empty when there is definitely data init from the table view. please help

  • Please help with iTunes download error -50

    I have been never been able to download from iTunes and always get the unable to dowload error -50 message. I have seen people have this same question before on here and were able to fix it by adjusting their firewall settings, etc. I am not sure how to do that. I have Norton Internet Security and thought that may be conflicting with it as well. My computer is Windows XP SP2. Can anyone help me fix this? Any specific instructions would be helpful and much appreciated! Thanks!

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Please help with mail server choice and setup

    Hello dear arch users, for begining i`ll start with litle intro what i know, and what i dont understand, so it would be easyer to help solve my problem, thanks for reading this.
    I've been using arch for some time (few months) but i still dont know very much about it..
    I have successfully installed lighttpd+php (fcgi)+mysql+phpmyadmin, ssh and mc allso of cource, serveral times, so i know how to solve little problems
    I need everything lightweight because my arch's box is not so fresh as i could want
    p2 350mhz CPU
    192mb of RAM
    8Gb HDD
    10Mbit internet connection
    whole project is for personal use only, and it will not even reach 10 user limit (me and some friends are using this..)
    Now i`m willing to install mail server with some webmail ( i dont like outlook express thunderbird and other clients, only web acces)
    I have googled for tutorials for 2 days now, just looking for best thing for newbie like me, with little knowlage of linux.
    SquirrelMail or RoundCube wich one is bether ? I like RoundCube because it has nicer web design, but is it bether that SquirrelMail ?
    Postfix and Dovecot are they enough good, or is there anything bether ?
    Spamassasin and Graylistening will this work, or i`ll need something stronger?
    Did i miss anything ?
    I just want to say thanks for reading this, and helping me out. Thanks!
    ps will this be good enough tutorial to follow ? http://www.hypexr.org/linux_mail_server.php
    Karlis.
    Last edited by karlis (2010-01-10 13:49:14)

    Hi, thanks for response
    SSL certificate is generated ... ok so it wont be so hard to help here are my configs
    main.cf
    # Paths
    queue_directory = /var/spool/postfix
    command_directory = /usr/sbin
    daemon_directory = /usr/lib/postfix
    mail_owner = postfix
    # Domain settings
    myhostname = <mydomain>
    myorigin = <mydomain>
    mydestination = $myhostname, localhost.$mydomain, localhost
    # SMTP settings
    smtpd_tls_cert_file=/etc/ssl/certs/mail.crt
    smtpd_tls_key_file=/etc/ssl/private/mail.key
    smtpd_use_tls=yes
    smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
    smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
    smtpd_tls_loglevel = 1
    smtpd_sasl_auth_enable = yes
    smtp_sasl_auth_enable = yes
    smtpd_recipient_restrictions = permit_sasl_authenticated,
    permit_mynetworks,
    reject_unauth_destination,
    check_policy_service inet:127.0.0.1:10030
    smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
    smtpd_sasl_security_options = noanonymous
    # SASL
    smtpd_sasl_type = dovecot
    smtpd_sasl_path = /var/run/dovecot/auth-client
    # Email and mailbox settings
    alias_maps = hash:/etc/postfix/aliases
    alias_database = $alias_maps
    home_mailbox = Maildir/
    virtual_alias_domains = <mydomain>
    virtual_alias_maps = hash:/etc/postfix/virtual
    mailbox_size_limit = 0
    dovecot.conf
    protocols = imap imaps
    disable_plaintext_auth = yes
    log_timestamp = "%b %d %H:%M:%S "
    ssl = yes
    ssl_cert_file = /etc/ssl/certs/mail.crt
    ssl_key_file = /etc/ssl/private/mail.key
    mail_access_groups = mail
    mechanisms = plain login
    socket listen {
    client {
    path = /var/run/dovecot/auth-client
    mode = 0660
    user = postfix
    group = postfix
    here are some of my config uncommented part, if its nececery i can zip and upload bouth configs to be 100% clear wheres the problem..
    Karlis
    Last edited by karlis (2010-01-13 18:02:23)

  • Please help with flascomm server plan

    Hello
    I need to broadcast with flashcomm an event for about 150-200
    users (I get
    the signal from a TV tuner and I send it to Flashcomm
    server). Currently I'm
    using Uvault (www.uvault.com) servers but I don't get the
    results I'd like.
    The problem is uvalt gives me up to 5 Mbs of peak bandwidth
    (I have hired
    Flash Media Server Plan 4) and I need a real-time streaming
    of the signal,
    so I'd like to be advised what should I do to get real-time
    streaming.
    Should I hire a Flash Video Plan to Uvault (I really don't
    know how does it
    work) or shuold I hire a plan with any other company. Could
    you tell me
    about other companys that can offer me a higher bandwidth to
    get the real
    time streaming I need?
    Thank you everybody

    If you are talking about their shared Flash Media Server plan
    then that
    could be the problem: it is shared and you are subject to the
    server dealing
    with other users and demand peaks. Perhaps looking at a
    dedicated plan is
    the way to go.
    You might look over the hosting list at
    http://flashcomguru.com/articles/hosts.cfm
    Lon Hosford
    www.lonhosford.com
    Flash, Actionscript and Flash Media Server examples:
    http://flashexamples.hosfordusa.com
    May many happy bits flow your way!
    "Dpto. Programaci�n Prodigia Consultores"
    <[email protected]> wrote
    in message news:e6piae$ce0$[email protected]..
    > Hello
    >
    > I need to broadcast with flashcomm an event for about
    150-200 users (I
    > get the signal from a TV tuner and I send it to
    Flashcomm server).
    > Currently I'm using Uvault (www.uvault.com) servers but
    I don't get the
    > results I'd like. The problem is uvalt gives me up to 5
    Mbs of peak
    > bandwidth (I have hired Flash Media Server Plan 4) and I
    need a real-time
    > streaming of the signal, so I'd like to be advised what
    should I do to get
    > real-time streaming. Should I hire a Flash Video Plan to
    Uvault (I really
    > don't know how does it work) or shuold I hire a plan
    with any other
    > company. Could you tell me about other companys that can
    offer me a higher
    > bandwidth to get the real time streaming I need?
    >
    > Thank you everybody
    >

  • Please Help with iTunes Download- Error 1606

    OKay, so you had me try to download itunes and I did try. When it did start to download it was checking for something on my computer and gave me this error- Error1606: Could not access network location bin. Then when I closed the download is said Error: -1603 fatal error during installation. I'm sure the second one was because I closed it, but I'm not sure about the first one. Thanks for your help, it's appriciated.
    Thanks-
    Apple Customer- Katrina

    Just deleted all other (ANyDVD, Decoder and shrink) programs, uninstalled Itunes and Quicktime; reinstalled Itunes 7.3 and Quicktime 7. Thanks for all the help. Randy

  • Please help with this ProC error

    Here's what I'm getting:
    [oracle@dodona proc]$ make -f demo_proc.mk sample1
    make -f /oradb01/app/oracle/product/8.1.6/precomp/demo/proc/demo_proc.mk OBJS=sample1.o EXE=sample1 build
    make[1]: Entering directory `/usr/local/oracle816/app/oracle/product/8.1.6/precomp/demo/proc'
    proc iname=sample1
    proc: error in loading shared libraries: libclntsh.so.8.0: cannot read file data: No such file or directory
    make[1]: *** [sample1.o] Error 127
    make[1]: Leaving directory `/usr/local/oracle816/app/oracle/product/8.1.6/precomp/demo/proc'
    make: *** [sample1] Error 2
    My LD_LIBRARY_PATH is set. LIBHOME used in the demo makefile is set in $ORACLE_HOME/precomp/lib/env_precomp.mk as $(ORACLE_HOME)/lib/.

    You should find a symbolic link in your $ORACLE_HOME/lib directory:
    libclntsh.so -> libclntsh.so.8.0
    If the file or the link doesn't exist for some reason (maybe an installation problem), you can run $ORACLE_HOME/bin/genclntsh to recreate them.
    I also still had problems getting the makefile to find this file, so I modified the $ORACLE_HOME/lib/sysliblist file and added -lclntsh to the end, which works fine for me now.
    Hope this helps... Frank

  • Please help with FRM-40508 error

    Hello everyone.
    I designed a form. I get a frm-40508 error.
    Tables for this form are valid and exist.
    I have no idea what else could cause this error.
    Any suggestions are welcome.
    Thanks in advance,
    Sonya

    Hi
    Is the table you are trying to insert into in the same Schema as the user you are compiling and running the form as?
    eg. If you created the table as USER 'SCOTT', are you compiling and running the form as 'SCOTT'?
    If the schema is the same for the table creation and the compilation/running of your form then I'm a bit stuck.
    If, however, they are different then what you will need to do is grant a public synonym for your table and then grant Select, Insert, Update, Delete privelliges (as appropriate) to the user/role accessing the table/running the form.
    HTH.
    Simon

  • Please help with small method error

    This is straight from:
    http://java.sun.com/developer/onlineTraining/new2java/divelog/part1/page7.jsp
    Keeps saying ")" is expected....i can't figure it out...usually can figure this error out quick...not this time....
    This does not work, and copy/pasting the code from the site does not work
    private void buildMenu()
                JMenuBar jmb = new JMenuBar();
                JMenu menu = new JMenu("File"/**, yes*/);
                JMenuItem item = new JMenuItem("Exit");
                     item.addActionListener(new ActionListener()
                        public void actionPerformed(Action Event ae)
                            System.exit(0);
            }// I added this one hoping it'd fix it.......nope.
    This works all by itself....
       private void buildMenu()
                JMenuBar jmb = new JMenuBar();
                JMenu menu = new JMenu("File"/**, yes*/);
                JMenuItem item = new JMenuItem("Exit");
    The hypothesis is that this is the problem area:
       item.addActionListener(new ActionListener()
                        public void actionPerformed(Action Event ae)
                            System.exit(0);
                    }); Thank you!

    ahhhhhhhhhhhhhhhhh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Thank you, lol!!
    spending so much time looking at curly braces didn't go through the rest of the code.....i'm going to go bang my head against the wall.
    omfg...

  • Please help with CMR - strange error.

    Hi,
    im using xdoclet to generate sun files and i also tried to configure CMR manually in
    the ejb-jar.xml but i just cant get it working:
    When i try to deploy my app i always get the following strange exception:
    [#|2004-12-11T20:50:48.281+0100|SCHWERWIEGEND|sun-appserver-pe8.1|javax.enterpr ise.system.tools.deployment|_ThreadID=13;|Caught java.lang.NullPointerException while processing CMP beans for application [informatrix]; module [informatrix.jar]: null. See log for details.
    java.lang.NullPointerException
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.EjbConversionHelper.getRealRelatio nRoleDescriptor(EjbConversionHelper.java:363)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.EjbConversionHelper.getRelationRol eDescriptor(EjbConversionHelper.java:357)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.EjbConversionHelper.getInverseFiel dName(EjbConversionHelper.java:227)
    at com.sun.jdo.api.persistence.mapping.ejb.MappingFile.completeCmrMappings(Mapping File.java:1636)
    at com.sun.jdo.api.persistence.mapping.ejb.MappingFile.intoMappingClasses(MappingF ile.java:131)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.MappingGenerator.loadMappingClasse s(MappingGenerator.java:460)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.MappingGenerator.generateMapping(M appingGenerator.java:274)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.loadOrCreateMappi ngClasses(JDOCodeGenerator.java:581)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGener ator.java:153)
    at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGener ator.java:126)
    at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:143)
    at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:615)
    at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:563)
    at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java :361)
    at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:209)
    at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:286)
    at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:176)
    at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.j ava:107)
    at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:138)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:71)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:626)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:187)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:513)
    at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:140)
    at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:168)
    |#]
    Can anyone explain what do those fields:
    name
    role-name
    cascade-delete
    target-ejb
    target-role-name
    target-cascade-delete
    target-multiple
    mean.
    My scenario is following:
    Bean 1 = User
    Bean 2 = EmployeeData
    Relationship: User has EmployeeData (1:1)
    Tables:
    Bean 1 mapped to users
    Bean 2 mapped to employee_data
    Collumns:
    Bean 1 references Bean 2 in column pk_login Bean 1-field is login
    Bean 2 references Bean 1 in column fk_login Bean 2-field is login
    Thanx a lot to anyone who answers.

    For the 1:1 relationship, the ejb.xml needs to have the relationship defined
    <ejb-relation>
    <ejb-relationship-role>
    <ejb-relationship-role-name>AEJB-BEJB</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>AEJB</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>b</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    <ejb-relationship-role>
    <ejb-relationship-role-name>BEJB-AEJB</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>BEJB</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>a</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    For sun-cmp-mappings. xml make sure the column name for the FK of the related bean is defined
    <entity-mapping>
    <ejb-name>AEJB</ejb-name>
    <table-name>AEJB_1X1_BI_BTOB</table-name>
    <cmp-field-mapping>
    <field-name>id</field-name>
    <column-name>ID</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>name</field-name>
    <column-name>NAME</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>value</field-name>
    <column-name>VALUE</column-name>
    </cmp-field-mapping>
    <cmr-field-mapping>
    <cmr-field-name>b</cmr-field-name>
    <column-pair>
    <column-name>ID</column-name>
    <column-name>BEJB_1X1_BI_BTOB.FK_FOR_AEJB_1X1_BI_BTOB</column-name>
    </column-pair>
    </cmr-field-mapping>
    </entity-mapping>
    <entity-mapping>
    <ejb-name>BEJB</ejb-name>
    <table-name>BEJB_1X1_BI_BTOB</table-name>
    <cmp-field-mapping>
    <field-name>id</field-name>
    <column-name>ID</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>name</field-name>
    <column-name>NAME</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>value</field-name>
    <column-name>VALUE</column-name>
    </cmp-field-mapping>
    <cmr-field-mapping>
    <cmr-field-name>a</cmr-field-name>
    <column-pair>
    <column-name>FK_FOR_AEJB_1X1_BI_BTOB</column-name>
    <column-name>AEJB_1X1_BI_BTOB.ID</column-name>
    </column-pair>
    </cmr-field-mapping>

  • HT201210 cont contact apple server error please help with ipad touch 4. im just fed up with apple please help me because why is it only apple with these kind of problems?

    cont contact apple server error please help with ipad touch 4. im just fed up with apple please help me because why is it only apple with these kind of problems?

    If you mean updae server
    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem
    Otherwise what server are you talking about

  • I need help with Mavericks Server: an error occurred while configuring your server.  I

    I need help with Mavricks Server, I get the following: an error occurred while configuring your server.  I have deleted the Server.app several times along with the associated com.apple and Server folder.  Any more help would be appreciated.

    There are usually some log files around, related to the installation.  See if Console.app (Applications > Utilities) shows anything relevant to the error, when you've done a fresh install of Server.app and tried the configuration.

Maybe you are looking for

  • Help me pick a new powerbook/ibook

    I got the go ahead from my boss to pick out a new laptop (the ibook G3 12.1 800 is broken and oudated.) I know this is subjective but wanted some thoughts on what's important to have and what's not. I'm trying to keep it around $1200-1400 Some things

  • Service cost

    Hi, I have a scenario to maintain the service charge or labor charge  manually at time of creating the service order. In standard we are doing this by maintaining activity type and giving predefined value for that and system will be calculated based

  • Required_checkpoint_scn and first_scn

    Hi All, Could anyone please help me in understanding required_checkpoint_scn and first_scn usage in STREAMS. Seems like both are used for same functionality according to manuals. From link: http://download.oracle.com/docs/cd/B14117_01/server.101/b107

  • What happened to "Save As" for pdfs in Lion?

    What happened to "Save As" for pdfs in Lion? Now there's "Save a Version" which doens't appear to do anything, and Duplicate, which seems redundant... How is this new approach saving me time?

  • Movie in idvd won't play on windows pc

    I make lot's of movies with imovie and burn them in idvd. My mac and other dvd players play the movies just fine. However, the windows pc of my co-workjers do not play the movies. Any suggestions for me ? They want to bash Macintosh because I am the