How Apple Solved My Internet Problem

Greeting! Let me tell you about my internet problem and how Apple (kudos to them! Still the best customer service around!) solved it. I updated to Snow Leopard and, suddenly, whenever I tried to use the internet, my computer acted like I was playing Russian Roulette. The airport was working fine, and the diagnostics said as much. My computer did, too, showing me a powerful, full-bar, airport signal. But when I used Safari I often got: "Cannot connect to the server." I'd see the pages on the grid of pages, but when I clicked on one of them, I might get the page, or not. If I clicked on something else on the page (like say, replying to a topic on this forum), it might go to that link or not. Sometimes mail would come in, sometimes I'd get the exclamation mark telling me "NO!" Dashboard widgets that rely on an internet connection might work...or not. Nothing internet related was reliable.
I could hit and hit and hit the reload button on Safari, and get nothing. Then I'd hit it again, and the link would appear. Pictures wouldn't show up, and pages often looked wrong. Re-load and maybe I'd be back to "cannot connect" or it would all come in fine. Very frustrating.
Oh, and my computer was running very hot! Much, much, much hotter than usual. Alarmingly so.
I tried all solutions recommended here. None worked or, rather, they might work for a while, then fail. Re-starting the computer seemed to make things worse. Finally I called Apple. The first representative tried her best, but couldn't solve it. The second spent a long time talking me through all kinds of fixes--dumping caches, special re-boots, re-starting the modem. Still the problem persisted. Finally, I was passed onto the third representative who had me send a profile of my computer to Apple.
"Did you use migration assistant when you first got this computer?" he asked.
"Yes, I did."
"Go to library>contextual items>..." he went on and led me to a thing called "Openbase." Which I then trashed. What is Openbase? Well, it's part of a program I happen to like and use called Soho Notes from Chronos company. It connects me to their server which has the information I put into the notes. Unbeknownst to me, this program, the "old" version that I had (which worked with Leopard, but was fighting with Snow Leopard), was getting in the way. Even though it wasn't technically "running," its widget in the dock would shout out "dibs" on the internet, especially after a re-start, and interfere with everything else.
Once "Openbase" was in the trash, ta-da! Internet working perfectly. Brilliantly, in fact. Super-fast, super-good. Not a single glitch. And Soho notes? Seems they had an update for Snow Leopard, I just didn't think to update (nor would I have. I use the program sporadically, and even if there was a note from the company telling me to update, it might have been a while till I saw it).
In short, if you're having this sort of problem, you might want to think of programs you've got that connect you to internet data bases. Maybe they need updating (if there is a Snow Leopard update for them?)? Or they're getting in the way somehow? Leopard was and was not the problem here. It caused the problem by getting tangled up with this program, but it didn't have a bug. It and the old program just couldn't play nice together.
Hope this helps those of you still looking for answers to find one. If not, by all means, call Apple. They were great. Oh, and my computer is running nice and cool again

Apple hierarchy system does make sense in that the majority of problems people have are often simple ones with common solutions. Like, "did you turn it on?" or "Is the box check marked?" So you start with the tech who might say, "Is the printer plugged in?" (duh! problem solved!), before you ever reach the guy who'll instruct you to "open the activity monitor and type this in..."
The only frustration with it is that you kinda have to start with the low-rung person, and if you've already tried all sorts of wise advice from this forum as I did, they might take you through it all again, as they are kinda required to make sure all the obvious, easy fixes have been tried. I was actually surprised that all the suggestions of the low-rung person were different than the ones I'd tried, though still simple and low-rung (we pretty much stayed in the preferences "network box"). I must say that rung two on the ladder was a very savvy techie. She had all sorts of tricks, but as you can see, someone really had to take a look at what was on the computer to fix this particular problem. So that's how I ended up on rung three.
I did ask the second person just before she passed me onto her supervisor if there was any chance that I might get to Steve Jobs if this went on long enough. She said that was unlikely, but not impossible

Similar Messages

  • Does anybody know how to solve this font problem?

    Hello everyone,
    I have had this font problem for weeks now and I can't seem to get it solved. There are a number of fonts that won't load properly in Illustrator, PS, and InDesign. They are loaded in the system, but refuse to show up in the list. I've installed them in the home directory/library/fonts. These are commercial opentype fonts and one homemade opentype font. Sometimes the font that I created will appear, other times it does not, but many other fonts refuse to show up in the font display lists of these 3 software packages.
    I've cleared the font caches with FontNuke, everything looks like it should work properly, but it does not. Also, with Font Book, I've resolved any duplicate font problems. Does anybody know how to solve this problem? Is this a known CS4 bug?
    Any help would be greatly appreciated. I'm using the latest Mac Mini and CS4 software.
    Thanks in advance.
    CB

    Hi,
    How do I check if the fonts have the correct creator and so on?
    Anyway, I've spent the better part of today validating and removing suspect
    fonts. Why does the right click choice for resolve duplicates and the
    validate font behave completely differently in Font Book? I discovered that
    when this is investigated further with the validate font command, I found I
    had a massive amount of duplicates that according to font book cause minor
    errors. I thought that would have been sorted out with the resolve duplicate
    command, instead I ended up check marking and manually removing the fonts
    that had minor errors.
    I still have many commercial fonts plus my own font not showing up in
    Illustrator or PhotoShop. If I copy and paste the font directly into
    InDesign's font folder, my font shows up. I also tried removing my font to
    see if this would fix any of the other problems. It doesn't. I did type in
    my font name in the console dialog box and this message is displayed for
    this font as well as mine and many others.
    10-04-06 5:21:09 PM Font Book[12940] ##### ERROR:  The font system thinks
    the font
    file://localhost/Library/Fonts/Voluta%20Script%20Pro/VolutaScriptPro-Regular.otf
    is active, but the file no longer exists!
    Then I went back to font book to check to see if it is there and it is
    enabled. For my font the caution triangle appears with the multiple copies
    of the font is installed. Resolving duplicates doesn't solve this problem.
    Any ideas of how to fix this problem?
    Thanks
    CB

  • How to solve parameter passing problem?

    I have a report that can be place on any Portal page and it requires several parameters.
    The report is based on a query:
    select bldgname
    from building
    where (bldcntry = :cntry or :cntry is null) and
    (bldstate = :state or :state is null) and
    (bldcity = :city or :city is null)
    The LOVs for the bind variables need to be linked, i.e. State LOV is function of Cntry LOV and city LOV is function of both cntry LOV and state LOV.
    I can't use the Customization screen because it doesn't allow linked LOVs.
    I can't use a master detail form because I would have to create a table consisting of the 3 bind variables, M/D forms don't work with views. Since this is just one of 60 reports I have to do, it would mean adding 60 of these pseudo tables.
    I was thinking of placing a form, which can have linked LOVs, on the same page as the report, and then calling the page and passing the values of the LOV to three page parameters. Unfortunately, I need to dynamically determine the url of the page the report and form are on and p_page_url doesn't seem to be accessible from a form, although it is from a report, I have a TAR on this issue.
    So I wonder if anyone has an idea how to solve this problem?
    Larry

    Hi,
    Try calling the report from the success procedure of the form
    Here is an example which calls the report from the success procedure of the form.
    declare
    flightno number;
    ticketno varchar2(30);
    blk varchar2(10) := 'DEFAULT';
    l_url varchar2(2000);
    begin
    flightno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    ticketno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    l_url := 'http://domain/pls/reportname.show?p_arg_names=flightno&p_arg_values='||flightno||'&p_arg_names=ticketno&p_arg_values='||ticketno;
    call(l_url);
    end;
    Thanks,
    Sharmila

  • How to solve this belowed problem in Windows pc?

    I have installed windows 7 32 bit os,And then i installed java 7.I have set the path variable as bin and i have set the JAVA_HOME variable properly. After that i try to run in command as >java  it did show any thing and then i tried > java -v or trying to run a program it shows an same error like "There was problem starting java.The specified module could not found". Check out sample problem screenshot http://velshare.blogspot.in/2013/06/how-to-solve-this-issue.html. How can i solve this problem ?

    I use paintImmediately() method. Here is a thread that shows how it works:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=234114

  • How to solve a boot problem

    I was working on my Mac and it was very slow, so i turned it off (it was like quarter and hour while shutdown). After, i tried to boot it again, but didn't boot, so i entered Verbose mode. Error was "disk0s2: media is not present". I entered sigle user mode and i did "fsck -fy". It did the check and it was "The volume Macintosh HD appears to be OK. FILE SYSTEM WAS MODIFIED. I did fsck -fy again (i read on a forum that is necessary to do this till it doesn't appear FILE SYSTEM WAS MODIFIED) and it didn't appeared, only appered again "The volume Macintosh HD appears to be OK", so i logged out, but the disk0s2: media is not present was on screen another time. I booted from Mac OS X installation DVD, and i opened Disk Utility. It appeared the wait cursor and freezed. I held the Power button for shutdown and booted again from same DVD. I selected the installation program and when it checked the HDs for install it appeared Macintosh HD with 159'7 GB and 31'97 GB free, but when HD check finished, it disappeared. After doing that like 5 times, Macintosh HD didn't appear anymore when checking. From the single user mode i can enter to HD directories, like /Applications/Parallels or /Applications/ToySight etc. I need help for how to boot again my Mac or how to reinstall Mac OS without losing anything, or how to do a backup. Thanks.

    CAH4E3 wrote:
    Got my new customized iMac 27' yeasterday. After installing some soft, I decided to install Windows 7 as second OS on Boot Camp. After clicking the Boot Camp Assistant icon, programm opens, and immediately it shows error "Boot Camp Assistaint does not support Windows installation on this iMac 3TB" or something like that (I have a russian version of dashboard/OS). Only option available at that moment - button "OK", which exits Boot Camp A|ssistant.
    So... Any suggestions on how to solve the problem? I really need Windows as second OS, and don't want to install it like a virtual/emulator machine.
    My customized iMac "loadout" is Core i7 3.4, 16Gb DDR, Nvidia GeForce 680MX 2Gb, 3TB Hard Drive.
    P.S. I thought this may be solved by separating Hard Drive into partitions (main, which is for Mac OS, and little tome for Windows, formated into MS DOS FAT system), still - this has not helped me.
    There is a thread covering this subject here.  I would advise you to read the whole thread before trying the 'solution'.

  • How to solve this GUI problem

    Hi, I wrote a network application using GUI, which retrieve some info from net. The problem is that when I press a button for action the whole GUI get freeze until the whole operation finish ( finish retrieving info) and also don�t display any formation until it finish the whole operation but it suppose display info as soon as it get it (since the GUI get froze it does not display anything until it finish.) Does anybody knows how to solve it.?? Thank you

    I use paintImmediately() method. Here is a thread that shows how it works:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=234114

  • How to solve the error problem

    Hi Devs ...
    I have been learning Adobe Flex and using IDE Flash Builder 4. but Im fasing an unsolve able problem in code given bellow..
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:mx="library://ns.adobe.com/flex/mx" layout="vertical" minWidth="955" minHeight="600">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <mx:states>
            <mx:State name="details">  /////////Here comes an error saying:-->State overrides may no longer be explicitly declared. The legacy states                                                                     /////syntax has been deprecated.
                <mx:AddChild position="lastChild">
                    <mx:Text text="About Picture" width="200" fontWeight="bold"/>
                </mx:AddChild>
                <mx:AddChild position="lastChild">
                    <mx:Text text="this is the picture of futue of Windows" width="200"/>
                </mx:AddChild>
            </mx:State>
        </mx:states>
        <mx:Image source="assets/att66298.jpg" rollOver="currentState='detail'"/>
    </mx:Application>
    please tell me how to slove this error problem.
    Arshay..

    <!-- incorrect --> 
    <root>
      < myxml label="something" >
    </root>
    <!-- correct -->
    <root>
      <myxml label="something">
    </myxml></root>

  • How to solve the error problem error:1088 in flex builder 3

    I'm facing an error while creating an application from Database using wamp web server please tell me how to solve this?

    <!-- incorrect --> 
    <root>
      < myxml label="something" >
    </root>
    <!-- correct -->
    <root>
      <myxml label="something">
    </myxml></root>

  • How to solve siri network problem on iphone 4s

    can anyone of you know how the sovle the network problem of siri of iphone 4s ?

    Please search the forums before posting. The issue of flash has been beaten into submission many time here.

  • How to solve the setColor() problem with multithreading?

    My fractal program uses a custom number of threads to draw the complete image. If I use just 1 thread, the image looks clean, if I use more threads some pixels of the image gets other colors. The problem ist the painting code:
    g2d.setColor(col);
    g2d.drawLine(x, y, x, y);as it is necessary to first set the color of the graphics object and then draw the line. I can solve this pixel color problem by synchronizing the Graphics2D object:
    synchronized (g2d) {
      g2d.setColor(col);
      g2d.drawLine(x, y, x, y);
    }but this slows the code down to times where just 1 thread is calculating the image. Unfortunately, I can't find a draw() method that has a color parameter.
    I tried to divide the panel into multiple BufferedImages (1 for each thread) which solves the pixel problem but only the first BufferedImage get's drawn.

    I solved my problem now. My solution is to use a separate BufferedImage for each Thread. I still had a bug where i didn't transformed the x/y coordinates of the complete image to the shifted x/y coordinates of the single BufferedImages, so that the threads draw the image out of the visible area which looked like all threads after the first only had a black image. After adjusting teh coordinates, the fractal now gets drawn correctly. And boy it's much faster with multiple threads - even on single core systems. On a dual core system, using 10-20 threads about doubles the performance as both cores have work almost all the time until the fractal is finished. :-)

  • TS1559 WIFI solutions proposed by Apple are not working. Does oneone how to solve the WIFI problems?

    Dear Apple.
    I was really happy with my iphone4s, IOS 6.0, great product amazing quality and posibilities BUT.......
    I updated from IOS 6.0 to 6.1.1. and the WIFI nightmare started.
    I waited for a new update to fix the WIFI problems and I updated my iphone 4s from 6.1.1. to 6.1.2. in order to solve these problems related with WIFI connections.
    But IOS 6.1.2. is even worst:
    - WIFI is not working at all. So I cannot download apps greater than 50MB.
    - Battery life is shorter than ever.
    - 3G goes in and out every minute.
    - When you operate the iphone4s you can realize that is hotter than before.
    These problems are unnaceptable and inconsistent with a high quality standard product.
    You can read a lot of blogs, I am not the only one.
    Please give us a solution as soon as possible.
    Best Regards
    AICITEL

    Thank you for your support.
    My router is a TL-WR740N, and I think it has only a 2.4-2.4835GHz antenna.
    So it seems that I have to keep on trying.
    I also tryed to rename the router, still nothing.
    Thank you anyway.
    FYI.
    4 puertos LAN de 10/100Mbps
    1 puerto WAN 10/100Mbps
    Botón
    Botón de configuración rápida de seguridad
    Botón de reinicio
    Suministro de Energía Externa
    9VDC / 0.6A
    Estándares Inalámbricos
    IEEE 802.11n*, IEEE 802.11g, IEEE 802.11b
    Antena
    omnidireccional fijo de 5dBi
    Dimensiones (Largo x Ancho x Alto)
    6.9 x 4.6 x 1.3 in. (174 x 118 x 33 mm)
    Frecuencia
    2.4-2.4835GHz
    Velocidad de Señal
    11n: Hasta 150Mbps (dinámico)
    11g: hasta 54Mbps (dinámico)
    11b: hasta 11Mbps (dinámico)
    EIRP
    <20dBm(EIRP)
    Sensibilidad de Recepción
    130M: -68dBm@10% PER
    108M: -68dBm@10% PER
    54M: -68dBm@10% PER
    11M: -85dBm@8% PER
    6M: -88dBm@10% PER
    1M: -90dBm@8% PER
    Funciones Inalámbricas
    Activar / Desactivar radio inalámbrica, WDS Bridge, WMM, estadísticas inalámbricas
    Seguridad Inalámbrica
    64/128/152-bit WEP / WPA / WPA2,WPA-PSK / WPA2-PSK
    Tipo WAN
    IP dinámica / IP estática / PPPoE /
    PPTP (Acceso dual) / L2TP (Acceso dual) / BigPond
    DHCP
    Servidor, cliente, lista de cliente DHCP,
    Reserva de dirección
    Calidad de Servicio
    WMM, Control de Ancho de Banda
    Redireccionamiento de Puertos
    servidor virtual, Port Triggering, UPnP, DMZ
    DNS Dinámico
    DynDns, Comexe, NO-IP
    Puerto de Transferencia VPN
    PPTP, L2TP, IPSec (ESP Head)
    Control de Acceso
    Control Parental, Control de Manejo Local, Lista de anfitriones, la Lista de acceso, manejo de reglas
    Seguridad Firewall (cortafuegos)
    DoS, SPI Firewall
    Dirección IP Filtro / Filtro de dirección MAC / filtro de dominio
    Conexiones de direcciones IP y MAC
    Management
    Control de acceso
    Manejo Local
    Manejo remoto
    Certificación
    CE, FCC, RoHS
    Contenido del Paquete
    TL-WR740N
    1 fijo antenas omnidireccionales
    Fuente de alimentación
    CD de recursos
    Guía de instalación rápida
    Requisitos del Sistema
    Microsoft ® Windows ® 98SE, NT, 2000, XP, Vista ™ o Windows 7, Mac ® OS, NetWare ®, UNIX ® o Linux.
    Ambiente
    Temperatura de funcionamiento: 0¿ ~ 40¿ (32¿ ~ 104¿)
    Temperatura de almacenamiento: -40¿ ~ 70¿ (-40¿ ~ 158¿)
    Humedad de funcionamiento: 10% ~ 90% sin condensación
    Humedad de almacenamiento: 5% ~ 90% sin condensación

  • How to solve the footer problem?

    In germany since the beginning of 2007 all business emails must be stamped by a company footer.
    This sounds simple [Outgoing Content filter, add-footer ] but in reality it is a big problem, because most of users don't want to have a the company footer at the end of the email if they are sending a reply.
    They expect the footer at the end of the new part they have written.
    So the solution can be to use hard coded placeholder generated by the initial email system that is replaced by Ironport with the footer (depending on the company the user is a member of, different footers can be used e.g. by a ldap group query.)
    :?: But ... How to replace the placeholder? It seem that this is not possible with Ironport or does anybody has an idea?
    :idea: Another way to solve the problem can be to use a "Stamping header" instead of a footer. Such a header will be always at the top of the new part of an email, when you send a reply.
    I asked support, it will be added to the wishlist for new releases.
    So so far this is not a solution or does anybody know a workaround?
    Regards
    Stefan

    In germany since the beginning of 2007 all business emails must be stamped by a company footer.
    This sounds simple [Outgoing Content filter, add-footer ] but in reality it is a big problem, because most of users don't want to have a the company footer at the end of the email if they are sending a reply.
    They expect the footer at the end of the new part they have written.
    So the solution can be to use hard coded placeholder generated by the initial email system that is replaced by Ironport with the footer (depending on the company the user is a member of, different footers can be used e.g. by a ldap group query.)
    :?: But ... How to replace the placeholder? It seem that this is not possible with Ironport or does anybody has an idea?
    :idea: Another way to solve the problem can be to use a "Stamping header" instead of a footer. Such a header will be always at the top of the new part of an email, when you send a reply.
    I asked support, it will be added to the wishlist for new releases.
    So so far this is not a solution or does anybody know a workaround?
    Regards
    Stefan
    Hello Stefan,
    we have the same problem and found the best solution to do is to have company rules that apply on the client side.
    This decission is based on the fact that already many companies use client based signatures (s-mime) and also client based encryption which makes a gateway solution impossible.
    We found a nice solution for exchange/outlook based on group policies
    Aas we are almost neighbours you are invited to visit us.
    Greetings from Greven/Münster

  • When will Apple solve all the problems with Yosemite

    I have problems with Wifi, Mail ,Safari, computer waking up and resuming activity etc...

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Mail Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer
    What are the problems you are having?

  • How to solve a serious problem with the Battary of my T500 laptop ?

    Hi Forum,
    My personal laptop is Lenovo THINKPAD T500 2055, and its main specifications are as follows:
    - 39T6651 SBB 9 CELL LI-ION BATTERY
    - Intel Core 2 Duo processor T9400 (2.53GHz 1066MHz 6MBL2)
    - 8 GB DDR3 SDRAM Memory Module 4 GB (2 x 4 GB) 1066MHz DDR31066/PC38500 DDR3 SDRAM SoDIMM Kingston.
    - 2 GB Intel Turbo Memory hard drive cache.
    - ATI Mobility Radeon 3650 with 256MB.
    - 160 GB Hard Disk Drive, 7200rpm.
    - Windows 7 Ultimate with the latest Service Pack (x64).
    My problem precisely and concisely is the Battary. I have been using my laptop with the same battary since 01.01.2009 (Almost 3.5 Years), and the battary has been working quite OK.
    Most of the time my laptop is plugged in and working with the electricity. However, A very few times I used the laptop while it is running on battery, Nevertheless, I have the habit to empty the batter once in a while i.e. Every 3 weeks, I unplug the charger and keep using the laptop till I see the warning orange sign (5%), then, I plug it in again.
    Thankfully, I never had any problems with the battary nor the laptop, and when I charge the laptop usually it shows full sign (100%).
    Three days ago, All of a sudden my laptop starts flashing the orange battary sign constantly while charge indicates 100%. When I try running on the battery by unplugging the AC adapter, the laptop loses power immediately and shuts down right away.
    What do you think should I do? Could you please provide me any useful tips to resolve this problem?
    I would greatly and sincerely appreciate all your inputs !
    Thanks for your consideration of my request, and I very much look forward to hearing from you at your earliest convenience !
    Solved!
    Go to Solution.

    In the control panel goto the "Lenovo - Power Manager" and click the battery tab, there is a maintenance button in there that will let you change the charging profile for your battery.   (from memory, so exact wording may be off)
     The lower the numbers you use there, the longer the battery *should* last.    These batteries degrade faster at higher charge levels, however storing them at too low of levels is also not good for them... I've read that 40% is optimal, but just not realistic if you use your computer.
    --- ThinkPad T61 / Win 7 / Core 2 / 4gb RAM / Nvidia / Still used daily --- ThinkPad Edge 15/ i5 / Win 7 / TrueCrypt / 8gb RAM / Hated it, died at 1 yr 1 mo old --- ThinkPad T510 / Win 7 / TrueCrypt / i5 / 8gb RAM / Nvidia / Current primary machine --- ThinkPad X220 / i7 / IPS / 4gb / TrueCrypt / My Road Machine

  • This is how to solve error-8008 problems

    Ok, this is how I fixed it. No one at apple told me to do this but it worked.
    First I found my Itunes folder on my computer. For most people this will be on their main drive (C:/Itunes) Within your itunes folder there is a folder named DOWNLOADS.(C:Itunes/Downloads) In this folder Itunes stores temporary files of your downloads in progress. Double click on this folder and you should see the names of the files/programs that keep coming up error -8008. They will be folders with a .tmp extension.
    Just delete them!!! I know this is scary but it works. Once you delete them go back to your itunes click on store and check for purchases and the downloads will resume.
    Very simple version (assuming used the default Itunes install location)
    Locate and double click on My Computer
    Locate and double click on the folder itunes
    Once inside the itunes folder locate and double click on the folder labelled Downloads.
    In this folder you should see folders that have the same names as the files that have had -8008 error message, along with an extension of .tmp.
    Delete those files!!!
    Go back to itunes and go to store then check for purchases and everything should go perfectly fine.
    It did for me.
      Windows XP  

    it does not work every time and or on every computer, i have the same issue as above but this does not work all it does is start the file over and then the file just errors out again.

Maybe you are looking for

  • New Payment display Closed invoices and amount error ?

    Hi experts, Help, I have a serious stupidity after data migration, I changed the invoices by SQL and at a new payment document it display the invoices already closed and their amounts not corresponding with the real invoices amounts or or retrieves t

  • Questionnaires tables  and reporting in CRM

    Hello Experts we have defied the Questionnaires in CRM  for activites, after entering the values in to the Questionnaires and saved. in which tables we can find the values for the Questionnaires  whcih we have enterd, and how can we use the values in

  • What kind of tickets?

    Hi Experts, Please help me i need complete answer for this question. What kind of tickets you solved in supporting project? i know a bit of answer for this question it is... work around tickets, enhancement tickets. But i need to know complete answer

  • Custom tag error

    I'm tring to create a new JSF custom tag. my custom tag inherits from another custom tag called tab. the tld look like this : <taglib> <tlib-version>1.0</tlib-version>      <jsp-version>1.2</jsp-version> <short-name>actab</short-name> <uri>http://jsf

  • How do I upgrade to iOS 6 on my iPhone 4

    Trying to figure out to upgrade to iOS 6 on my iPhone 4 and iPad 2?