NAC guest server hangs and guest portal is not working

Hi all ,
Our guest nac server NAC3315 is oftenly getting hung state . And our guest wireless network is not working . We are able to ping the NAC server but web page is not opening for the clients if they connected to guest network.
Any clue on this ....
Thanks!,
Regards,
Vijay.

All  actions within the Cisco NAC Guest Server are logged into the database.  This enables you to see any action that occurred as part of the normal  operating process of the application.
To access the system log from the administration interface select Server > System Log from the left hand menu
Please check the Error Logs for troubleshooting of NGS

Similar Messages

  • HT1349 Actually, my iphone was hanged and its screen was not working at all .So, I updated its software from market but for reactivation it require icloud account but i didn't know how exactly it is and i was caught in big trouble . But i have its box and

    Actually, my iphone was hanged and its screen was not working at all .So, I updated its software from market but for reactivation it require icloud account but i didn't know how exactly it is and i was caught in big trouble . But i have its box and all other accessories .So , kindly help me as early as possible .Thankyou    and tell me about its solution
    <Email Edited by Host>

    Basic troubleshooting steps outline in the manual are restart, reset, restore from backup, restore as new.  Try each of these in order until the problem is resolved.  If you've been through all these steps and the trouble persists, you'll need to bring your phone to Apple for evaluation.  Be sure to make an appointment first at the Genius Bar so you won't have a long wait.
    Best
    GDG

  • Server hangs and session variable value not maintained.

    dear all,
    this is exteremetly urgent. i upgraded my tomcat to 4.1.24.but i have problems running the same code which was working earlier, i get null in the value of session variable. and also get the following error
    ////////////////error got /////////////
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:842)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:682)
    at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:317)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
    at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
    .java:473)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:190)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2
    95)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2415)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
    3)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :594)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
    ssConnection(Http11Protocol.java:392)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
    :565)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:619)
    at java.lang.Thread.run(Thread.java:536)
    ///////////////end of error messsge ////////////
    the code where i am getting this message is as follows
    <%@ page session="true"%>
    <HTML>
    <HEAD><TITLE> LOGGED IN ok</TITLE> </HEAD>
    <%@ page import="java.sql.*" %>
    <%! // declaring variables
    String s = "";
    java.sql.ResultSet rs=null;
    java.sql.Connection con;
    java.sql.Statement stmt=null,stmt1=null;
    String username = "";
    String password = "";
    String Ousername = "";
    String Opassword = "";
    String changepass="";
    String usertype ="",useremail="",EmpName="";
    %>
    <body>
         <%      
         try
         //set session for max of 100 milliseconds
         // session.setMaxInactiveInterval(10000);
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         con = java.sql.DriverManager.getConnection("jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};" +"DBQ=c:/vishal/HelpDesk.mdb;DriverID=22;READONLY=false","","");
              stmt = con.createStatement();
              s = "select * from LoginUser";     
         username = request.getParameter("LogonId"); //get this through prev. form
         password = request.getParameter("txtPassword");
         out.println(username + " " + password);
         // make explicitly to lower case
         username = username.toLowerCase();
         rs = stmt.executeQuery(s);               
                        while(rs.next())
                        //getting data from database
                        Ousername = rs.getString("EmpName");
                        Opassword = rs.getString("Password");
                        useremail = rs.getString("EmailId");
                        usertype = rs.getString("UserType");     
                        if(Opassword.equals(password) && Ousername.equals(username)) //found match correct entry
                             changepass = request.getParameter("PasswordNew");
                             if(changepass != null)
                             stmt1 = con.createStatement(java.sql.ResultSet.TYPE_SCROLL_INSENSITIVE,java.sql.ResultSet.CONCUR_UPDATABLE);     
                             s = "update LoginUser set Password = '" + changepass + "' where EmpName = '" + username +"'";
                             out.println(s);
                             stmt1.executeUpdate(s);
                             stmt1.close();
                             if(usertype.equals("User") == false)//ie admin
                             session.setAttribute("username",username);     
    ************************this value not maintained *********************
                             session.setAttribute("useremail",useremail);
                             session.setAttribute("usertype",usertype);
    ************************this value not maintained *********************
                             //closing connections
                             %>                                                       
                                  <jsp:forward page= "ComplaintType.jsp" />                         
                             <%
                             else //user
                             EmpName = username;
                             session.setAttribute("EmpName",EmpName);                         
                             session.setAttribute("useremail",useremail);
                             //closing connections
                             %>
                             <jsp:forward page="ComplaintCategory.jsp" />
                             <%     
                             }//end if
                        }//while loop                                   
                        //first closing connections then forwarding                    
         %>
                        <jsp:forward page="InvalidLOGIN.jsp" />
                        <%     
                        ///rs.close();
                        ////closing
                        //stmt.close();
         // con.close();
         }//try
              catch(Exception ep)
              out.println(ep);
              System.exit(1);
         %>
    </BODY>
    </HTML>

    hi all,
    thanx a lot for your help,specially hari52
    hari52 strangely enough the code started working,but
    now i have another problem
    after a while my server hangs or gets shutdown ,a
    message is shown as
    "java.exe has generated error and will be shutdown"
    i know that more connections can be a prob. but i
    make sure that connections r closed on each page,also
    i am a newbie and do not have the time at present to
    learn abt. connection pool ,can this problem be
    solved easily?
    it would be a great help again on your part,
    thanx again,You remove the System.exit(1) line from the code inside the catch block
    and try again. That's the reason tomcat getting down. System.exit(1) should not be used inside jsp. it will make the underlaying Servlet Engine to shutdown.

  • Portal is not working...Please help ASAP

    Dear SDN,
    Our Portal development server is not working...when I enter the URL in IE, it gives Page cannot be displayed message..I tried giving different values but still it's not working.
    I have also taken the remote access of the Development server & tried opening the portal, but not working..what could be the reason?
    pls help

    Hi harini,
    I did this several time but it's still not started. The developer trace info is like this:-
    epserver\saploc\J2D\JC00\work\dev_jcontrol
    trc file: "F:\usr\sap\J2D\JC00\work\dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 4748
    system name : J2D
    system nr.  : 00
    started at  : Thu Feb 07 11:47:04 2008
    arguments   :
        arg[00] : F:\usr\sap\J2D\JC00\j2ee\os_libs\jcontrol.exe
        arg[01] : pf=F:\usr\sap\J2D\SYS\profile\J2D_JC00_epserver
    [Thr 2708] Thu Feb 07 11:47:04 2008
    [Thr 2708] *** ERROR => Invalid property value [box.number/J2DJC00epserver] [jstartxx.c   789]
    [Thr 2708] *** ERROR => Invalid property value [en.host/epserver] [jstartxx.c   789]
    [Thr 2708] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 2708] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties;F:\usr\sap\J2D\JC00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : epserver
    -> ms port    : 3601
    -> OS libs    : F:\usr\sap\J2D\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\J2D\JC00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : epserver
    -> ms port    : 3601
    -> os libs    : F:\usr\sap\J2D\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID5926700  : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID5926750  : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID5926700            : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [01] ID5926750            : F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\J2D\JC00\SDM\program\config\sdm_jstartup.properties
    [Thr 2708] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 2708] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_06
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : C:\j2sdk1.4.2_06
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_06-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 128M
    -> root path       : F:\usr\sap\J2D\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : F:\usr\sap\J2D\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : F:\usr\sap\J2D\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0059267
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = F:\usr\sap\J2D\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = F:\usr\sap\J2D\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=F:\usr\sap\J2D\SYS\profile\J2D_JC00_epserver
    -> arg[02] = -DSAPINFO=J2D_00_bootstrap
    -> arg[03] = -file=F:\usr\sap\J2D\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_4748
    -> arg[07] = -jvmOutFile=F:\usr\sap\J2D\JC00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=F:\usr\sap\J2D\JC00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=F:\usr\sap\J2D\JC00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=F:\usr\sap\J2D\SYS\profile\J2D_JC00_epserver
    -> lib path = PATH=C:\j2sdk1.4.2_06\jre\bin\server;C:\j2sdk1.4.2_06\jre\bin;F:\usr\sap\Python\.;F:\oracle\J2D\ora92\jre\1.4.2\bin\client;F:\oracle\J2D\ora92\jre\1.4.2\bin;F:\oracle\J2D\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin\OpC;F:\usr\sap\J2D\SCS01\exe;F:\usr\sap\J2D\JC00\exe;F:\usr\sap\J2D\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_06\bin;F:\usr\sap\J2D\JC00\j2ee\os_libs;F:\usr\sap\Python\.;F:\oracle\J2D\ora92\jre\1.4.2\bin\client;F:\oracle\J2D\ora92\jre\1.4.2\bin;F:\oracle\J2D\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin;C:\Program Files\HP OpenView\Installed Packages\{790C06B4-844E-11D2-972B-080009EF8C2A}\bin\OpC;F:\usr\sap\J2D\SCS01\exe;F:\usr\sap\J2D\JC00\exe;F:\usr\sap\J2D\SYS\exe\run
    [Thr 2708] Thu Feb 07 11:47:12 2008
    [Thr 2708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1433]
    [Thr 2708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 2708] JControlCloseProgram: started (exitcode = 66)
    [Thr 2708] JControlCloseProgram: good bye... (exitcode=66)
    Pls tell me how to trace this error...

  • It will sometimes work, and then after I shut it down, and then it does not work again. It says it is the proxy server.

    The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    It worked this morning, and now it is not working. It keeps doing this me. It will work, and then when I go to get on it again, it no longer works.
    * Check the proxy settings to make sure that they are correct.
    * Contact your network administrator to make sure the proxy server is
    working.

    Thank you, so much! That worked!!! I appreciate your help.

  • My mobile is getting hang since last 1 hour, torch of mobile is still on and the touchscreen is not working, I can't unlock my mobile. Can anyone help me to fix it

    My mobile is getting hang since last 1 hour, torch of mobile is still on and the touchscreen is not working, I can't unlock my mobile.
    Can anyone help me to fix it?

    Please press the power- and the homebutton simultaneously until the apple logo will appear ( 10 sec.). That´s it.

  • After bios update, my window media player got hang and headphone clarity is not proper

    HP Pavilion g6  after bios update, my window media player  got hang and headphone clarity is not proper

    Hello mathewstays,
    Which model of g6 do you have? Which operating system? I'll be able to better assist when I know this information.
    Thanks,
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • I just restored my Iphone 5 due to IOS7 screwing it up, now it wont activate becasue my server cant be reached and my itunes is not working. Help?

    I just restored my Iphone 5 due to IOS7 screwing it up, now it wont activate becasue my server cant be reached and my itunes is not working. Help?

    Endless countless millions of people are trying to authenticate AFTER downloading the new IOS.
    Download servers and Authentication / Activation servers are slammed right now.
    Give it some time.   
    download servers VS. authentication servers
    You can wait till later and Activate your Iphone (or Ipad also) without any worries

  • Project Server 2010 - Project Permissions - Users and Groups filter is not working

    Hi,
    While giving permissions from project center ribbon on a project - Users and Groups filter is not working, we are not able to filter any user.
    I am not sure why this error is occurring  i tried giving permissions by opening the project  but still the same filtering is not happening. Below is the screen shot
    We have installed Service Pack 2 and June 2014 CU recently will this effect ?
    Can any one throw some light on this??
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    Which IE version are you using? First I'd try to add the URL to the compatibility mode sites, then to the trusted sites (if it is not done already). Then I'd try to set the default browser as IE8 or 9 (pressing F12, developer tool).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Just installed Office 2011 on my MacBook Pro Retina and now Safari does not work

    Just installed Micro Office 2011 on my 13" MacBook Retina and now Safari is not working correctly. Pages load very slowly or not at all.
    Any idea of what's wrong?
    Thanks

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • My Hp Pavllion dv7 keyboard and touch pad will not work

    Hi. My Hp Pavllion dv7 keyboard and touch pad will not work. Been going on for a few months now. Read in the support forum that replacing the battery might help however it hasnt. Ran updates for Windows Vista and Microsoft Security Ess. Boots up just fine however unable to place in my password to get to my user profile and always have to work from guest......unless I have a USB keyboard handly at the time. I use a USB wireless mouse as well.
    Please help and thank you

    The keyboard and mouse (touchpad) are separate devices which could go bad at the same time but that would be a huge coincidence. I would try reseating the ribbon cables to the motherboard for both. Here is the Service Manual:
    Manual

  • HDMI and PC inputs do not work on my 37AV502R LCD TV

    HDMI inputs and PC inputs do not work consistently
    my Apple TV (HDMI) and computers 2 on HDMI, 1 on PC, display just fine n the TV but after a while the TV goes blank,
    the time is not consistent sometime a few minutes, sometimes a few hours,
    but every time, after the TV goes blank there is nothing I can do, the TV just stays blank, if I unplug and turn back on the TV displays the image for a split second and goes bank again,
    I thought it might be an overheating thing, however sometimes the PC input will stop working but the HDMI input (either one) will work fine,
    has anyone else had this issue?
    Thanks
    A. 

    I'm having the same issue.  As soon as I connect it to VGA or HDMI, it goes into a cycle of flashing on-and-off.  A guy on youtube had the same problem (posted a video identical to my problem) and reportedly fixed it with a firmware update.  
    The problem: the US website doesn't have a firmware download.  The canadian website does, but the update is from 4/2009, and the manufactured date on the back of my TV is 5/2009.  (I also tried the update, but it didn't fix the problem).
    When I call Toshiba to ask about the firmware update, after they confirm I am out of warranty, their automated system keeps hanging up on me.  So frustrating. 

  • Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows

    I have an Acrobat plugin compiled in Visual C++ 6 using Acrobat 6 SDK. The plugin works flawlessly in Acrobat versions 6 to 9 in Windows XP. While the plugin is able to add a menu iterm and tool bar icon in Windows 7, it causes Acrobat to hang everytime when activated in which event I have to close Acrobat. Since Visual C++ 6 is a 32 bit app, I have to believe that Acrobat 6 SDK is responsible for the behavior described herein in attempting to get the plugin to work in Windows 7. Any comments or suggestions regarding what Visual C++ version to use along with the appropriate Acrobat SDK to get the plugin to work in Windows 7 are appreciated. In doing so, I would also be interested in knowing what backward compatibility one may expect w/regard to previous versions of Acrobat in updating the plugin to work in Windows 7. As for the answer, correct me if I am wrong but I'm thinking Acrobat 9.

    Adobe hasn't supported Acrobat 6, VC6 or the Acrobat 6 SDK for at least 5 years.  You will need to move to the Acrobat 9 SDK if you wish support.
    And Acrobat 9 and its SDK are fine with Windows 7.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 1 Dec 2011 01:15:42 -0800
    To: Leonard Rosenthol
    Subject: Re: Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    created by gomfp49<http://forums.adobe.com/people/gomfp49> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4056529#4056529

  • Using OS X 10.8.3 and ethernet wire port not working suggestions?

    I plug my ethernet cable in and the port does not work.  I have checked with another computer and the internet is working. 

    When you say you changed your password was that on the gmail site and yet both your phone and pad can still send & receive with the same settings and the original password? That should not happen. If you changed your gmail password no device should be able to connect using the original password.
    As to the problem with mac mail this is a very common problem. Most of the time the only fix is to completely delete the account and recreate it. But then you also need to remove the original smtp server entry as just removing the account doesn't do that.

  • I have used Firefox for over a year. For some reason it quit working and I can't seem to fix it. I uninstalled and reinstalled the download and it's still not working. When I click on the icon it says unable to connect.

    I have used Firefox for over a year. For some reason it quit working and I can't seem to fix it. I uninstalled and reinstalled the download and it's still not working. When I click on the icon it says unable to connect.

    Yes, if you repurchase it you may lose your progress. The exception would be a game that stored all your progress on a server under your ID
    If you want to retain your progress you have two choices:
    1. Don't apply the update.
    2. Use your fathers account password to update the game.

Maybe you are looking for

  • Reporting on the difference between to dates

    Hello, I was wondering if anyone has created a report that is able to provide the number of days left untill a date is reached in Opportunity report. This is what i got so far but it isnt working: TimestampDiff (SQL_TSI_DAY, Today(),Opportunity."Clos

  • Java.sql.SQLException: execute() never called java.sql.SQLException: execut

    Hi, I am having problem in with depolying application developed using creator on Tomcat5.0. I am using sybase for connection MY JNDI settigns are correct. I have tried using 1. Sun creator drvier class or 2. JConnection6_0 But am having no luck so fa

  • Storage space too low to function

    After hotsync procedure, Palm TX now says "Extensions are not loaded because free data storage space on the device is low. Delete application or data then reset the device again. APP8004" After pressing "OK" it says "the free data storage space is ve

  • Mac desktop pix

    hi there, does anybody know where you can download the mac desktop pictures? ive just changed jobs & left mine behind and its the best way of making my pc feel like home :/ if there isnt anywhere, can someone email me the blue 'water' desktop pic 128

  • Can not use overlapping entries?

    I am using a WRT110.  I use MAC address filtering and when I initially setup the list I had no problems.   Now I am trying to add another MAC address to the list and when I click on save, I get an error window stating "You can not use overlapping ent