Retrieving Mail via a Proxy Server

Hello,
I have just recently arrived at my University's campus. In order to access the Internet they informed me that I needed to configure the Proxy Server, which I understand I did successfully since almost every Web Page loads correctly in Safari.
Nevertheless, Mail cannot retrieve e-mails from my G-Mail account (the POP settings are correct, because I checked my e-mail via Mail until my last day at home).
Any help regarding this will be highly appreciated,
Joan
P.D. Please bear in mind that the Proxy Server is opened for G-Mail, as I can access it via Safari with no problem. In addition, should any of you have any insights as to why Adium (a multinetwork messaging client) does not connect will be really helpful as well.

Hola Joan.
What does “Mail cannot retrieve e-mails from my G-Mail account” mean? What’s the problem exactly?
It could be that you’ve enabled more proxies than you should, thus causing Mail to try to use a proxy that doesn’t really exist.
In particular, go to Apple Menu > System Preferences > Network, choose the network interface used to connect to Internet from the Show popup menu and try disabling the SOCKS Proxy in the Proxies section if it’s enabled.
While you’re at it, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list. Leave checked (enabled) only the port configuration needed to connect to Internet and Built-in Ethernet (in that order if not the same), uncheck (disable) the rest of network port configurations and see whether that helps — if it doesn’t, turn ON again the ones you want enabled.

Similar Messages

  • Web Access via a proxy server not working

    We are developing an application on weblogic that needs to connect to the internet,
    login and retrieve informatoin back into weblogic. We have a problem where this
    works on a direct connection to the net, but via a proxy server we get:
    <21-Aug-03 10:18:38 BST> <Info> <net> <000900> <Could not open connection
    java.net.ConnectException: Operation timed out: connect
    java.net.ConnectException: Operation timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
    at java.net.Socket.<init>(Socket.java:268)
    at java.net.Socket.<init>(Socket.java:122)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:213)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:274)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:126)
    at weblogic.net.http.HttpClient.New(HttpClient.java:168)
    at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:11
    1)
    at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection
    .java:158)
    at com.dnb.globalaccess.SSLConnection.<init>(SSLConnection.java:89)
    at com.dnb.globalaccess.XmlHandler.run(XmlHandler.java:157)
    >
    Failed to login to D&B - com.dnb.globalaccess.ServerException
    Does anyone have any idea's on what this is or means? Has anyone come accross
    similar issues with proxy servers?

    Thanks Criag.
    For anyone else's reference, my odiparams.bat file now has a line something like:
    set ODI_ADDITIONAL_JAVA_OPTIONS=-Dhttp.proxyHost=myproxyhost.com -Dhttp.proxyPort=proxyPortNumber -Dhttp.proxyUser=someUserName -Dhttp.proxyPassword=somePassword "-Dhttp.nonProxyHosts=127.0.0.1|someInternalHost.com"
    Note the -Dhttp.nonProxyHosts (which is the proxy exceptions list) is in quotes to escape the pipe character (for windows at least).
    Also, check out: [http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html]
    Matt

  • How do I send HTTP request to a server via a proxy server in JDK 1.4?

    JDK 1.5 's URL class provides an overloaded version of openConnection() which accepts an object of type Proxy using which we can establish connection with a remote server via a proxy server, but JDK 1.4 doesn't provide any such overloaded version. How do I do that in JDK 1.4? Even if I had a class that can create HTTP packets for me, then I could have established Socket connection with the proxy server and sent the HTTP packet to it. Is there a way to do that also?

    There are some system properties, which can be set with System.setProperty [http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html]

  • HTTP connection from OSB web service to external system via a Proxy Server

    Dear experts,
    May I know has anyone tried to use HTTP protocol to send a request from OSB web service to external system via a proxy server? Heard that we need to establish some sort of tunnel (socket) to talk to Proxy Server. Can you please any have sample code or configuration steps to share?
    Thank you very much!!

    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/global_resources.html#wp1137294
    Adding Proxy Servers
    Use the Summary of Proxy Servers page to add and configure Proxy Server resources and make them available in Oracle Service Bus as a system resource. You must be in an active session to configure or reconfigure Proxy Server resources.
    1. If you have not already done so, click Create to create a new session or click Edit to enter an existing session. See Using the Change Center.
    2. Select System Administration > Proxy Servers.
    3. Click Add.
    4. In the Name field, enter a name for the Proxy Server resource. This is a required field.
    5. In the Description field, enter a short description for the Proxy Server resource.
    6. In the Host-Port Parameters section, enter the following information:
    1. In the Server Host field, enter the host name or IP address of the Proxy Server. This is a required field.
    The Server Host name for the Oracle Service Bus proxy server must be identical to the server host name of the actual proxy server.
    2. In the Clear Text Port field, enter the Proxy Server clear-text port number.
    3. In the SSL Port field, enter the Proxy Server SSL port number. You must enter either a clear text or SSL port number.
    4. Click Add.
    You can configure multiple Proxy Servers for each Proxy Server resource. This enables Oracle Service Bus to perform load balancing and offer fault tolerance features for the Proxy Server resource.
    7. If the Proxy Server performs proxy authentication, enter a user name in the User Name field, and the associated password in the Password and Confirm Password fields.
    These fields are optional, and required only if the Proxy Server is secured.
    8. Click Save to create and save the Proxy Server resource in the current session.
    9. To end the session and deploy the configuration to the run time, click Activate under Change Center.

  • Accessing Distributed Queue In a Cluster via the Proxy Server

              I am running WL 8.1 SP2. I have a configuration where I have 3 servers (on two
              different machines) running in a cluster. I have a separate server on a 3rd machine
              running the cluster proxy server for a single point of access to the cluster.
              I have configured a distributed queue and a distributed topic, each targeted
              to all servers in the cluster.
              Now I have a JMS client which is a separate java application that is trying to
              connect to the distributed queue and topic in the cluster. If the client connects
              directly to one of the cluster machines, it is able to successfully interact with
              the JMS queue and topic. But if it attempts to connect via the proxy server it
              gets an error saying the queue and topic does not exist.
              So what am I missing? Do I need to configure a separate JMS server on the proxy
              server and add that as part of the distributed queue & topic (this didn't seem
              to allow me to add anything outside of the cluster). Is there any special configuration
              in the proxy to pass through JMS requests? I'm currently using a WL logic server
              as my front-end proxy server but does anything change if I want to use Apache
              with the WL Proxy plug-in??
              Jerald
              

              "Jerald Pratt" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am running WL 8.1 SP2. I have a configuration where I have 3 servers
              (on two
              > different machines) running in a cluster. I have a separate server on a
              3rd machine
              > running the cluster proxy server for a single point of access to the
              cluster.
              > I have configured a distributed queue and a distributed topic, each
              targeted
              > to all servers in the cluster.
              >
              > Now I have a JMS client which is a separate java application that is
              trying to
              > connect to the distributed queue and topic in the cluster. If the client
              connects
              > directly to one of the cluster machines, it is able to successfully
              interact with
              > the JMS queue and topic. But if it attempts to connect via the proxy
              server it
              > gets an error saying the queue and topic does not exist.
              Yup... That makes sense...
              >
              > So what am I missing? Do I need to configure a separate JMS server on the
              proxy
              > server and add that as part of the distributed queue & topic (this didn't
              seem
              > to allow me to add anything outside of the cluster). Is there any special
              configuration
              > in the proxy to pass through JMS requests? I'm currently using a WL logic
              server
              > as my front-end proxy server but does anything change if I want to use
              Apache
              > with the WL Proxy plug-in??
              One option I have used frequenly is specifying java.naming.provider.url as
              cluster address (e.g. t3://server1:7001,server2:7001
              You may also want to look into tunnelling...
              >
              > Jerald
              >
              

  • Will creative cloud work via a proxy server

    We use a proxy server for all our internet connections. Will creative cloud work via a proxy server?

    Hi - I'm i  a similar position to the OP, we've bought a cc2014 individual licence but I work in a government organisation with proxy server and strong firewall and we can't download even the desktop manager. When I spoke to support they said it was unlikely I'd be able to get it to work through our system, and even if we upgraded to a teams licence we'd still have a problem as the indidual computers would still need a clean connection through to the adobe servers to activate.
    The document linked only talks about the Packager and the Teams/Enterprise licence, so is there just no solution for anyone with a single licence that has to work via a proxy server? Would a Teams licence solve these problems?

  • Email settings retrieve mails via WiFi or 3G automatically

    Hi all, how can I set up my mail system (Treo Pro Unlocked with WM 6.1) to retrieve mails giving priority to an WIFI internet connection, and if it doesn't find it, automatically swith to an 3G / GPRS connection.
    I allways have to change it manually in mail >> Tools >> Options >> "my mail" >> Edit account configuration >> Advanced Server Configuration >> Net Connection >> and select Internet or WAP.
    can this be set up?
    where and how?
    Thanks,
    Post relates to: Treo Pro T850U (Unlocked)
    This question was solved.
    View Solution.

    I think, I could manage to solve it ...
    I chose "My ISP" as a comunication connection. this connection has an option that is >> "Automatic Selection" , so if it's checked it decides in between your WiFI connection or your 3G / GPRS.
    It worked fine even with my POP3 mail accounts.
    Be aware to change this default configuration, with the one provided by your Celular Carrier to GPRS / 3G works properly.
    Post relates to: Treo Pro T850U (Unlocked)

  • Yahoo mail via mac- smtp server authentcation issues using Rogers ISP

    Hi All,
    I know there is tons of comments posted here that are quite redundant in respects to using yahoo mail via mac. I am in Toronto using Rogers as ISP and have set up my pop ok - incoming mail is ok. I try to send a test email and i am getting the message
    Cannot send message using the server smtp.mail.yahoo.com
    The server response was: authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html
    I hav tried all kinds of stuff here based on suggestions i have read in this forum.
    incoming mail server- pop.mail.yahoo.com
    outgoing mail server - smtp.mail.yahoo.com
    server settings- port 587- have also tried 25
    ssl not checked
    authentication is not checked
    i have tried smtp.rogers.broadband.com as an alternative also, but then it simply rejects my authentication password
    I am really stuck here- if anyone out there in Toronto area using Rogers, has any feedback, i greatly welcome it.
    Hope to hear from you.
    Barry
    macbook pro-   Mac OS X (10.4.8)  

    No. not SSL.
    Server authentication.
    And i don't think you need to add a password there. You are already sending password from the POP settings - SMTP authentication picks up password from there.
    This is from the help file at rogers.com (your ISP?)
    http://help.yahoo.com/help/rogers/mail/pop/pop-15.html
    Are you sure that using these settings don't work?
    This is for Outlook Express for Mac, but your Mail settings should be close enough to find the appropriate boxes.
    If your friend is on rogers yahoo, just duplicate her settings except in the address/password boxes.
    Outlook Express allows you to add a new email account to your existing profile, so you do not have to replace your current settings in order to send and receive Rogers Yahoo! Mail messages. To set this up, follow these steps:
    1. From the Tools menu, choose "Accounts."
    2. Select the "Mail" tab.
    3. Click the "Add" button.
    4. From the Add menu, click "Mail."
    5. In the Display Name text box, type your name, and then click "Next."
    6. In the email address box, enter your full Rogers Yahoo! Mail address (e.g., [email protected] or [email protected]).
    7. In the Incoming (POP3) box, type:
    pop.broadband.rogers.com
    8. In the Outgoing (SMTP) box, type:
    smtp.broadband.rogers.com
    9. Click "Next."
    10. In the Account Name box, type your full Rogers Yahoo! Mail address (e.g., [email protected] or [email protected]).
    11. In the Password box, type your Rogers Yahoo! Mail password.
    12. If you want Outlook Express to remember your password, then check the box.
    13. Do not check the "Log on using secure password... " box.
    14. Click "Next."
    15. Click "Finish."
    To control deletion of messages from the Rogers Yahoo! Mail Server, follow these steps:
    1. From the Tools menu, choose "Account."
    2. Select the "Mail" tab.
    3. Double-click on your Rogers Yahoo! Mail account.
    4. Select the "Options" tab.
    5. In the Server Options section at the bottom of the window, check "Leave a copy of each message on the server" if you want to save your Rogers Yahoo! Mail messages on both the Rogers Yahoo! Mail server and on your local computer. If you would prefer to have your messages deleted from the Rogers Yahoo! Mail server after you have received them in Outlook Express, do not check this box.
    To change your default SMTP port settings:
    1. On the Tools menu, click Accounts.
    2. On the Mail tab, click your Internet Mail account, and then click Edit.
    3. On the Account Settings tab, click Click here for advanced sending options, and then type 587 as the port number for your SMTP (or sending) mail.

  • Mail via a Windows Server

    Any one know how to set up an email address that is generated via a Windows server?

    Hi,
    This may be another option for you...
    Is your Exchange hosted for you / Office365 or on premises?
    If it’s on premises and you have storage space you could use a Transport Agent (and specifically a Routing Agent).
    Using an agent you can take a copy of ALL email going in and out of a server (that's the whole email not just the headers or a log entry for it), then all you need to do is store it somewhere. I'd suggest just store it on file with an index (with date information
    and the path to the email on disk etc) in a SQL database. Then when you need your "emails in a date range" simply run a query against your SQL database to get the list of emails. You can always run a batch job every now and then to remove emails older than
    a certain date.
    If your Exchange is hosted (or you are not allowed to install software on the server) this won't be an option.
    Regards,
    Scott
    Scott Quinn | C# developer & messaging specialist (for hire). Contact me at http://au.linkedin.com/in/scottquinn

  • How 2 pass a request from a broswer to remote server via a proxy server

    hi my program is on a proxy server it will be lisenting in port 9876
    i have configured in a way that all browsers request pass thro this proxy server
    so when user request for www.yahoo.com in the browser the
    resquest is passed 2 this proxy server. so i got the host name and created a socket.
    i read all the request that has come from the browser such as "GET www.yahoo.com HTTP/1.1 ,,"
    I got the outputstream for the remote socket and i passed all these request to the remote host.. but i could nt get any response frm server can any one help me out?
    ===
    import java.io.*;
    import java.net.*;
    class Proxyserver
    ServerSocket ser;
    Socket myclient;
    BufferedReader br;
    String cf1="\r\n",cf2="\r\n\n",lf="\n";
    OutputStream o_remote;
    public Proxyserver()
    try
    ser=new ServerSocket(9876);
    myclient=ser.accept();
    // read inital requst from browser
    br=new BufferedReader(new InputStreamReader(myclient.getInputStream()));
    String req=br.readLine();
    String temp=req;
    int val=temp.indexOf((int)'/',11);
    String host=req.substring(11,val);
    //connect 2 host
    Socket remote=new Socket(host,80);
    System.out.println(remote.toString());
    o_remote=remote.getOutputStream();
    while(req!=null)
    System.out.println(req);
    o_remote.write(req.getBytes(),0, req.length());
    o_remote.write(cf2.getBytes());
    o_remote.flush();
    req=br.readLine();
    o_remote.write(lf.getBytes());
    o_remote.write(lf.getBytes());
    o_remote.flush();
    // wait for response from remote server
    InputStream in=remote.getInputStream();
    int response=in.read();
    while(response!=-1)
    System.out.println((char)response);
    response=in.read();
    //close all sockets
    remote.close();
    myclient.close();
    ser.close();
    }catch(Exception e){}
    public static void main(String a[])
    new Proxyserver();
    ===
    op i got all the req from the broswer and wrote 2 op stream of remote server but i could nt get the response
    ==
    output"
    Socket[addr=javaworld.com/130.94.4.230,port=80,localport=3225]
    GET http://javaworld.com/ HTTP/1.0
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    Accept-Language: en-us
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322)
    Host: javaworld.com
    Proxy-Connection: Keep-Alive

    Hi
    Just look for JspSmartUpload classes ..
    this will help u
    U can use
    <input type=file name=f >
    thanks
    regds

  • Can't Send Mail Via HughesNet SMTP Server

    After installing 10.5 I find that I can receive mail from my ISP (HughesNet) but I can't send mail through the smtp server. I've tried every setting possible and even duplicated the settings off my wife's 10.4.10 iMac and I still can't send mail. All I see is that the smtp service is "Offline."
    Fortunately, I have a .Mac account so I can send mail using that smtp server. But I'd like to be abel to use my HughesNet server.
    Does anyone have any suggestions?

    My mom uses RoadRunner by Time Warner. She was able to receive email using Leopard and Mail but not send. SMTP server was the big problem like everyone else here experienced. We finally were able to get it to work using many ideas here. What we did:
    1) Delete com.apple.mail.plist from the User/Library/Preferences folder (BACK UP YOUR EMAIL FIRST)
    2) Open Mail and create a new account but disable the automatic set-up feature, put your info in manually.
    3) Uncheck " Use only this server" from the outgoing mail
    4) Under the Advanced tab on Mail Prefs "port set to 25", Uncheck "SSL" box, and uncheck "Use Authentication"
    5) Now hit Create
    It took Mail about 20 minutes to contact the SMTP server, but it did and now I can send and receive Mail without any problems on her computer.
    Bad Apple...stop criticizing MS and Vista when your own house is not in order yet. Hope this helps someone out there.....

  • WRT160N and internet via a Proxy server

    Hi all,
    i connect to the internet using a proxy server. i can connect to the internet if i specify the proxy server address directly in my internet explorer and set my router to auto config for intenet. BUT if i toggle on the proxy server in my IE, i cant access the router's web based setup until i toggle it off. once i toggle off the proxy server, i cant access the internet.
    does anybody know what i'm missing.

    Check the network connection window ..... if any Dial Up adapter ...or PPPOE adapter or Proxy Server adapter is installed or not ...
    If so disable it or click cancel as default .....
    Then check if you are able to go online with LAN connection or not ....

  • Error when trying to retrieve mail off of MSExchange Server.

    I've been trying to connect to and download my email from a MSExchange Server. I used jGuru as a source for Java mail fundementals but I can't seem to make my program run. Here's my code, and below my code is the error I get during compilation:
    public class attach
         public attach()
         public static void saveFile( String gg, Object hh )
         public static void main(String[] args)
                   try
                        String host = "XBX09";
                        String username = "me";
                        String password = "";
    //                    Create empty properties
                        Properties props = new Properties();
    //                    Get session
                        Session session = Session.getDefaultInstance(props, null);
    //                    Get the store
                        Store store = session.getStore("pop3");
                        store.connect(host, username, password);
    //                    Get folder
                        Folder folder = store.getFolder("INBOX");
                        folder.open(Folder.READ_ONLY);
    //                    Get directory
                        Message message[] = folder.getMessages();                    
                        for (int i=0, n=message.length; i<n; i++)
                             System.out.println(i + ": " + message.getFrom()[0]
                             + "\t" + message[i].getSubject());
    //                    Close connection
                        folder.close(false);
                        store.close();
                   catch(Exception ex)
                             System.out.println("EX!");               
    java.lang.NoSuchMethodError: javax.mail.Session: method getDebugOut()Ljava/io/PrintStream; not found
         at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:184)
         at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:126)
         at javax.mail.Service.connect(Service.java:234)
         at javax.mail.Service.connect(Service.java:135)
         at attach.main(attach.java:42)
    Exception in thread "main"

    Seems like the port of your server is not the default
    one...I made a few changes after looking at some other examples. I added some port information and it seems like I'm making progress because I'm getting a different
    response (Debug message from Sun server...). Here's what it's saying after the program runs:
    DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsy stems, Inc]
    java.lang.NoSuchMethodError: javax.mail.Session: method getDebugOut()Ljava/io/PrintStream; not found
         at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:184)
         at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:126)
         at javax.mail.Service.connect(Service.java:234)
         at javax.mail.Service.connect(Service.java:135)
         at attach.main(attach.java:49)
    Exception in thread "main"
    public class attach
         public attach()
         public static void saveFile( String gg, Object hh )
         public static void main(String[] args)
                   try
                        String host = "XBX09";
                        String username = "[email protected]";
                        String password = "";
    //                    Create empty properties
                        Properties props = new Properties();
                        String sPort = ( (props.getProperty("mail.pop3.port") != null) ? props.getProperty("mail.pop3.port") : "995");
                        props.setProperty("mail.pop3.port",  sPort );
                        props.setProperty("mail.pop3.socketFactory.port",  sPort );
    //                    Get session
                        Session session = Session.getDefaultInstance(props, null);
                        session.setDebug(true);
    //                    Get the store
                        Store store = session.getStore("pop3");
                        store.connect(host, username, password);
    //                    Get folder
                        Folder folder = store.getFolder("INBOX");
                        folder.open(Folder.READ_ONLY);
    //                    Get directory
                        Message message[] = folder.getMessages();                    
                        for (int i=0, n=message.length; i<n; i++)
                             System.out.println(i + ": " + message.getFrom()[0]
                             + "\t" + message[i].getSubject());
    //                    Close connection
                        folder.close(false);
                        store.close();
                   catch(Exception ex)
                             System.out.println("EX!");               

  • Mail via the reports server through the portal

    we have a portal install on nt(in a few month it will be
    transport to unix (sun)).
    as i run report on reports with desttype=mail it works.
    but as it run from the portal it returns with rep-4202,4224.
    please guide me the procedure to make it work.
    thank you.
    ronen

    hello,
    from the metalink.oracle.com knowledge-base (Note:1085568.6) :
    "Make sure that you configure a mail profile on the reports
    server host box for the user that starts the reports server."
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Sending & Recieving Mail via MS. Exchange Server

    I have to implement Email System using JSP. Microsoft Exchange Server will be used at back-end. Can any body give me some usefule code or hints about this.

    Hi,
    I have to implement Email System using JSP. Microsoft
    Exchange Server will be used at back-end. Can any body
    give me some usefule code or hints about this.Download the latest version Java Mail API from our website
    at http://java.sun.com/products/javamail/
    The JavaMailTM 1.3 API provides a set of abstract classes that model a mail system. The API provides a platform independent and protocol independent framework to build Java technology-based mail and messaging applications. The JavaMailTM API is implemented as a Java platform optional package and is also available as part of the Java 2 platform, Enterprise Edition.
    You will also need the JavaBeansTM Activation Framework extension or JAF (javax.activation). We recommend the latest 1.0.2 version. It is available at http://java.sun.com/beans/glasgow/jaf.html.
    This JavaMailTM 1.3 API comes with a set of sample programs one of
    which is developed in JSP to send mails.First try to execute this
    and then start developing your system based on this.
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support/

Maybe you are looking for

  • Studio Express 07/08 on Ubuntu 8.04

    I'm running an AMD X2 64bit system and I just wanted to share my experience with installing and trying to use Sun Studio on Ubuntu 8.04. I started with the tar-version of Sun Studio 12, got this version running after adding a few libs (see [http://wi

  • I have 3 phones on my Itunes account, how do I unsync my contacts.  Did I screw up by using ICloud?

    When I added a third phone to my Itunes account I messed up somewhere.  I want to unsync my contact's list.  Actually I'd like to unsync everything and have each phone independent.  But the contact list is the most important.  All my contact's now sh

  • Tiger to Snow Leopard upgrade fails  with buffer overflow

    I'm not sure where to proceed with the following situation: I have a 17" MB pro with 1GB memory and 22GB free hard drive space. I booted into the installer from the CD and stepped through the prompts without changing any options to the point where th

  • Changing the Column names / alias

    Hi, I have an oracle query and it works fine. select q.sname, SUM( decode(p.nprofile1,10,1,0)) as "0 - 5", SUM( decode(p.nprofile1,9,1,0)) as "6 - 10", SUM( decode(p.nprofile1,8,1,0)) as "11 - 15", SUM( decode(p.nprofile1,7,1,0)) as "16 - 19", SUM( d

  • Create A Customer

    Hi, I want to create a customer from a powerbuilder program. And I want to know which BAPI should I call? I need to create with assigned customer ID and all required fields for a customer from scrap. Thanks, Vicki