Changing socket server config at runtime

Is it possible to modify properties of a socket server at runtime without needing to change the xml? For example, if I wanted to change something like connection-idle-timeout-minutes from 120 to 60, could I do it without modifying the following xml block in services-config.xml and redeploying?
     <server id="my-nio-server" class="flex.messaging.socketserver.SocketServer">
            <properties>
                <connection-idle-timeout-minutes>120</connection-idle-timeout-minutes>
                <socket-keep-alive-enabled>true</socket-keep-alive-enabled>
                <max-worker-threads>200</max-worker-threads>
                <min-worker-threads>200</min-worker-threads>
                <accept-thread-priority>7</accept-thread-priority>
                <accept-backlog>25</accept-backlog>               
            </properties>
        </server>
I ask because our application is large enough that off cycle deploys or downtimes are rarely feasible, and it would be convenient if there were a way to change these values at runtime.

It looks like it might be possible although none of the APIs you need to do it are published.
I can tell you what the APIs are if you want to give it a try and see if it works for you.
The flex.messaging.socketserver.SocketServer class has a setConnectionIdleTimeoutSeconds(int value) method that you can call to change the connection idle timeout. It looks like this is thread safe so you should just need to get the SocketServer at runtime and call the method.
NIO endpoints that extend from flex.messaging.endpoints.BaseSocketServerEndpoint have a getSocketServer() method you can use to get the SocketServer.
You can get an NIO endpoint from the MessageBroker by calling getEndpoint(String) and passing in the endpoint id or getEndpoints() to get a Map of all the endpoints.
So, to sum up, you should be able to first get the MessageBroker. For example, in a servlet you can call FlexContext.getmessageBroker() to get it. Next, you would get the endpoint from the MessageBroker and then get the SocketServer from the endpoint. Once you have the SocketServer, you should be able to call setConnectionIdleTimeoutSeconds to change the connection idle timeout.
Hope that helps.
-Alex

Similar Messages

  • CLI0615E  Error receiving from socket, server is not responding.

    We recently changed a web application using DB2 5.2 tables from ODBC to JDBC. We are using the COM.ibm.db2.jdbc.net.driver. We are using a
    connection pool and running on iPlanet.
    We are getting intermittant "CLI0615E Error receiving from socket, server is not responding errors". We have looked in the JDBC forum and DB2 support and cannot find a reasonable answer to this problem. It is NOT always on sql statements that take a long time to execute, so I don't think it is a timeout issue.
    I read something about "stale connections". Does anyone know how to check to see if this is a problem?
    When we first converted the app, we had a lot of problems also with "invalid handle or statement is closed" which we have determined was being caused by the user submitting the page again before it had time to finish the first time. We have put in javascript code to prevent multiple submits. Could this server not responding problem be caused by double submits that we have not located yet?
    The error is NOT occuring on any one page, and the same page will run correctly once and the next time throw this error.
    Any suggestions would be greatly appreciated.
    Thanks.
    [29/Apr/2003:11:00:20] info (42196): COM.ibm.db2.jdbc.net.DB2Exception: [IBM][JDBC Driver] CLI0615E Error receiving from socket, server is not responding. SQLSTATE=08S01
         at COM.ibm.db2.jdbc.net.SQLExceptionGenerator.throwReceiveError(SQLExceptionGenerator.java(Compiled Code))
         at COM.ibm.db2.jdbc.net.DB2Request.receive(DB2Request.java(Compiled Code))
         at COM.ibm.db2.jdbc.net.DB2Request.sendAndRecv(DB2Request.java(Compiled Code))
         at COM.ibm.db2.jdbc.net.DB2RowObject.next(DB2RowObject.java(Compiled Code))
         at COM.ibm.db2.jdbc.net.DB2ResultSet.next(DB2ResultSet.java(Compiled Code))
         at bom.Bom.getDefs(Bom.java(Compiled Code))
         at jsps.bbapps._eng._ENGJGLT0_jsp._jspService(_ENGJGLT0_jsp.java(Compiled Code))
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:897)
         at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:464)

    hi,
    lemme try to tell u what i thinkk..i dont think its' a solution
    Usually this error code means that there was some problem while the driver tried establishsing a socket connection to the remote server. You could very well avoid this by tracking out what is preventing the socket connection.. it may be network congestion or some other onfiguration problems with the network, or with the DB2 server...
    But if the same application could work perfectly with jdbc-odbc driver in same environment,then it needs some attention.either the ibm driver isn't throwing the error as expected by the iplanet or iplanet isn't acting as needed when such an error is thrown.
    contact them and they may provide and explanation..
    wishes,
    Jer

  • VI Server Config in LV 8.0

    Greetings All,
    I've recently installed LV 8.0, and have been starting the process of porting a distributed application (with an RT component) into a LV 8.0 project. So far, it hasn't been too promising. One of the main stumbling blocks appears to be figuring out the new way to configure VI Server over TCP using multiple application instances. In fact, I can't even get the "Real-Time System Manager" to work with the simplest of tests:
    To illustrate the difficulty, try this:
    1) Open a new project.
    2) Add the PXI RT target to the project.
    3) Add a new test VI (under the PXI target), and set it up to do something trivial. (Add some numbers, display a while loop counter, etc.)
    4) Deploy and run the test VI on the PXI
    5) Open the "Real-Time System Manager"
    Even after configuring VI server for both the project and the PXI, I get the following error message:
    "Real Time System Manager Error:
    Can not connect to [Remote_PXI].
    Please ensure that VI Server is enabled and this machine is allowed to connect" 
    It must have something to do with this new "multiple application instances" business in LV 8.0, but I really don't know what it is. I have used VI Server over TCP for several years and have never had any problems connecting remote PCs. And in fact, the same VI server config settings (for PC and PXI) that worked for LV 7.1 appear to be inncorrect for 8.0. I have set the parameters in the "master" options dialog, as well as in the project dialogs -- for both the PXI target, and the Desktop PC. (Default port 3363, TCP enabled for all clients and users.)
    Can anyone shed some light on this? If there was any option to bypass the LV project when working with the PXI in LV 8.0, I would be trying that next. However, since the NI engineers have eliminated this option from LV 8.0, my previous experience in this area appears to be completely obsolete. It looks like I'm completely stopped in my tracks until this difficulty is sorted out.
    Thanks in advance for any advice you can provide,
    -- D.
    www.movimed.com - Custom Imaging Solutions

    DAQ Dude,
    I know you've said you've been looking through the help, but have you checked this?  The TCP/IP must be enabled as it is not by default. 
    Complete the following steps to configure the VI Server.
    Select Tools»Options to display the Options dialog box.
    (Optional) The default VI Server configuration is suitable for most applications. Select VI Server: Configuration from the Category list if you need to change this default configuration. The default configuration allows ActiveX to call LabVIEW, but does not allow TCP/IP as a protocol. To use TCP/IP with other LabVIEW applications, place a checkmark in the TCP/IP checkbox and configure the VI Server: Machine Access settings.
    If you want to control browser access to the VIs or specify which VIs remote applications can control, configure the VI Server: Machine Access and Exported VIs options.
    Click the OK button to close the Options dialog box and save the changes.
    Note  If a target in a LabVIEW project supports the VI Server, you can configure the VI Server for the target using the Properties dialog box for the target. For example, use the My Computer Properties dialog box to configure the VI Server for the My Computer target.
    Error 66 is "LabVIEW:  The network connection was closed by the peer," as you suggest, but can be seen by improper VI server configuration settings as well. 

  • SBS 2011 VM and Server 2012 R2 Hyper-V host. After rebuilding the host image, no email is received, EMC states "You don't have sufficient permissions to view this data" when looking at organization config. Server config not shown on EMC.

    Hyper-V Host Server 2012 R2 x64 drive c:
    All VMs, including SBS 2011 Standard x64 are on drive d:
    I replaced my motherboard and defined a Marvell RAID 1 Mirror for my boot drive C:.  My drive D: containing all of my Hyper V machines remained untouched since the new MB had Intel Matrix Controller with RAID 5, as did the old MB.
    Since the C: drives are a few bytes smaller after configured as a RAID 1, I was unable to restore drive C from the image copy, so I rebuilt a new Hyper-V Host identical as possible using Server 2012 R2 x64.  I had to redefine the Hyper-V machines on
    the host, and the 1st time I brought it all (host and VMs) I had to reconfigure the NICs due to new MAC addresses, and verifying SBS 2011 DNS and DHCP for all physical and Hyper-V machines. Otherwise my Hyper-V SBS 2011 x(64) wasn't touched.
    Now the SBS Exchange 2010 is not receiving mail.  In the Exchange Management Console clicking on the Organization config gives me a highlighted error "You don't have sufficient permissions to view this data".  The Server
    Config is no longer on the EMC.  The Recipient Config looks fine.
    Outlook 2013 x64 connects to the Exchange Server, but no new mail appeared.  There were just a few older messages that came in since the last time I opened Outlook.  My public DNS on GoDaddy was not changed.  I did not change sending mail
    through my ISP Sonic.net.  The SBS internal DNS doesn't have an MX record, but I'm not sure it ever did since my GoDaddy public DNS has an MX record.
    I tried restoring to an earlier Image Copy, but that made no difference.  I'm using the Windows Backup from SBS 2011 for my daily image copy backups.
    - Michael Faklis

    Hi Michael,
    à
    After more research and running the Best Practices report from the EMC, I am missing a slew of ManagementRolesAndRoleGroups from the RBAC container.
    Based on your description, it seems that you have find the cause of this issue. On current situation, I still
    suggest that you should run
    SBS 2011 BPA and then check if can find some relevant errors. Just for a confirmation.
    Meanwhile, please refer to following articles and check if can help you.
    Apply
    missing Exchange 2010 RBAC Management Roles and Policies
    RBAC Manager
    (Exchange 2010 SP2)
    Hope this helps.
    Best regards,
    Justin Gu

  • Change of Server process

    Dear all
    I am using oracle 10G R2 ...on windows
    I want to change dedicated server process to shared server process
    pls let me know the command and step by step procedure to change
    As soon as no of users increased then i have to restart the services so i thnk if i changed it to shared server i wont face any problem
    so pls let me know how could i change it..

    Refer to Oracle documentation for following parameters for better understanding of shared server mode.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14237/toc.htm
    DISPATCHERS
    MAX_DISPATCHERS
    SHARED_SERVERS
    MAX_SHARED_SERVERS
    SHARED_SERVER_SESSIONS
    LARGE_POOL_SIZE
    You need to evaluate these parameters as per your environment and set them in init.ora of your database. Then restart the database after creating the SPFILE.
    Generally, as a rule, 1 dispatcher can serve 10 client connections without much problem unless they keep the dispatcher really busy.
    Also, the MAX parameters define the maximum number of threads per type. So they are set to a higher value.
    You can dynamically alter the DISPATCHERS and SHARED_SERVERS parameter using ALTER SYSTEM to suit your system needs at runtime.

  • CiscoWorks: Not receiving syslogs, since we change CiscoWorks server IP Address

    Hi,
    We  are using CiscoWorks 3.2.1. We have changed CiscoWorks server IP  Address, since then we are not receiving syslogs from Devices. Although  devices configurations have also been changed so that they log to new IP  Address e.g. logging new IP Address. But we are not getting syslogs now.
    Rest  all operations of CiscoWorks are working ok. E.g. We can access it from  IE, inventory/config collection working, we can deploy configs etc. But  we are not getting syslogs.
    Also :
    Test Collector Subscription Status
    SSL certificate status   SSL certificates are valid and properly imported
    Collector status       Collector Server_IP_Address is up and reachable.
    but I am not seeing any new alerts receiving here.
    When I do start the SyslogCollector.log/SyslogAnalyzer.log from server, I get below message;
    E:\Ciscoworks\log>net start crmlog
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    E:\Ciscoworks\log>pdexec SyslogCollector.log
    ERROR: cmd failed. Server reason: Application SyslogCollector.log is not registe
    red.  All requests to operate on this application will be ignored.
    E:\Ciscoworks\log>pdexec SyslogAnalyzer.log
    ERROR: cmd failed. Server reason: Application SyslogAnalyzer.log is not register
    ed.  All requests to operate on this application will be ignored.
    E:\Ciscoworks\log>
    Please advise what need to be changed on CiscoWorks in reference to new IP Address.Its required urgently.
    Thanks

    We have already remove the logging on old IP from devices, and now about 4000 devices are logging to new IP.
    Above mentioned problem is on CiscoWorks only, as its not collecting the syslogs. Below error message might suggest some solution.
    E:\Ciscoworks\log>net start crmlog
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    E:\Ciscoworks\log>pdexec SyslogCollector.log
    ERROR: cmd failed. Server reason: Application SyslogCollector.log is not registered.  All requests to operate on this application will be ignored.
    E:\Ciscoworks\log>pdexec SyslogAnalyzer.log
    ERROR: cmd failed. Server reason: Application SyslogAnalyzer.log is not registered.  All requests to operate on this application will be ignored.
    E:\Ciscoworks\log>

  • Changing UCM Server IP Address

    I built an Oracle  Linux 6.6 VirtualBox VM with Oracle DB, WLS and WCC 1.1.1.8 on our office network giving the VM box the static IP of 192.168.2.60 on a bridged network with the host which is my laptop. I want to use it for demos but when the host IP changes or I'm not connected to a network at all, WLS works fine but I can't connect to the UCM on 16200. I've tried shifting to a host only network which gives a subnet of 192.168.56.xxx but I still can't connect to UCM despite changing client HOSTS entries and the Linux eth0 adapter address. It seems something in the server config holds its IP. What do I have to change in the UCM or WLS config to change the UCM IP address please?

    It may be that Content Server can't connect to itself when the IP address changes.
    The only place the IP address would be hardwired in the system would be in config.cfg in the entry "SocketHostAddressSecurityFilter".  I'd change it here, rather than in EM, and restart the UCM managed server.  

  • *** Canu2019t Change ServerName or DatabaseName At Runtime In Crystal Report!!!

    Canu2019t Change ServerName or DatabaseName At Runtime In Crystal Report. Why?
    HI thereu2026 This is just a simple Winform(not ASP) with a Crystal Report Viewer control on it that was called by another simple WinForm. Iu2019m trying to simply change the Server Name for a Crystal Report at runtime and it will not let me. Hereu2019s the code below. The database is identical to my development server database. This should be easy to do as I did below. I use SQL Server 2005(SPK 2) and Visual Basic 2008. I use the Crystal Reports 2008 standalone designer(seperate program), not the older one in the VS IDE. When I run the code it accepts changes to the user name and password but ignores any change to the ServerName or DatabaseName. Why?
    Mike in Los Angeles, Calif, USA
    Imports CrystalDecisions.CrystalReports.Engine
    Public Class CrystalReportForm2
        Private Sub CrystalReportForm1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            CrystalReportViewer1.LogOnInfo = New CrystalDecisions.Shared.TableLogOnInfos()
            Dim LogonInfo As New CrystalDecisions.Shared.TableLogOnInfo
            LogonInfo.TableName = "clients"
            'Force crystal report to use a different server AT RUNTIME than the development server!
            LogonInfo.ConnectionInfo.ServerName = "DATASERVER2"    u2018<- ignores changes to this!!
            LogonInfo.ConnectionInfo.DatabaseName = "CMSDATASQL"   u2018<- ignores changes to this!!
            LogonInfo.ConnectionInfo.UserID = "SQL_USER"           u2018<- accepts changes to this!!
            LogonInfo.ConnectionInfo.Password = "34567WERTD"       u2018<- accepts changes to this!!
            CrystalReportViewer1.LogOnInfo.Add(LogonInfo)
            'Testing only below!
            ' MsgBox("ServerName =" & CrystalReportViewer1.LogOnInfo(0).ConnectionInfo.ServerName)
            'MsgBox("DatabaseName =" & CrystalReportViewer1.LogOnInfo(0).ConnectionInfo.DatabaseName)
            CrystalReportViewer1.SelectionFormula = "{openclientsquery.lastname} like  'c*'"
            'CrystalReportViewer1.SelectionFormula = "{clients.clientid} = '1111111'"
            CrystalReportViewer1.Refresh()
        End Sub
    End Class
    Edited by: Mike JJJ on Dec 25, 2008 7:26 PM
    Edited by: Mike JJJ on Dec 25, 2008 7:30 PM

    Yes, you have to simply loop through all the tables in the report and assign each one the same logon info and then reassign the report and refresh the report viewer. No need to use a .Net Dataset here. Eventhough I got the answer myself from studying the Crystal API reference thanks to all that answered! Hopefully this will help others. Mike in Los Angeles, Calif, USA.
    Imports CrystalDecisions.CrystalReports.Engine
    Public Class CrystalReportForm2
        Private Sub CrystalReportForm1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim MyReport As New Clients 'Instance of report!!!
            Dim myLogonInfo As New CrystalDecisions.Shared.TableLogOnInfo
            Dim myTable As Table
            For Each myTable In MyReport.Database.Tables
                myLogonInfo = myTable.LogOnInfo
                myLogonInfo.ConnectionInfo.ServerName = " DATASERVER2"
                myLogonInfo.ConnectionInfo.DatabaseName = "CMSDATASQL"
                myLogonInfo.ConnectionInfo.UserID = "SQL_USER"
                myLogonInfo.ConnectionInfo.Password = "34567WERTD"
                myTable.ApplyLogOnInfo(myLogonInfo)
            Next myTable
            CrystalReportViewer1.ReportSource = MyReport
            CrystalReportViewer1.SelectionFormula = "{openclientsquery.lastname} like  'c*'"
            CrystalReportViewer1.Refresh()
        End Sub
    End Class
    PS - Hopefully, in the future Microsoft will improve(and document) its own report control and designer. Right now it's still crude and needs a lot more development to approach the usefulness that the Access Report Designer has. It's rediculous to depend on a third party reporting control(all business programs require reporting) when Visual Studio should have had/built one included from day one.

  • Is it safe to edit /Library/Server/Config/ from outside Server.app?

    I want to add a virtual_mailbox_domains directive to /Library/Server/Config/Mail/postfix/main.cf for postfix.  Is that safe to do?  Will my changes be retained across  version updates?

    AnalogKid wrote:
    I want to add a virtual_mailbox_domains directive to /Library/Server/Config/Mail/postfix/main.cf for postfix.  Is that safe to do?  Will my changes be retained across  version updates?
    I've modified that file from the command line numerous times in SL Server in order to make configuration changes that can't be done through Server Admin, so I would expect it to work the same in ML Server.

  • SQL Server Config Manager, Windows Administration Tools, Manage Computer and Task Manager

    I want to cross check the
    SQL Server Config Manager, Windows Administration Tools, Manage Computer and Task Manager
    for running of SQL SERVER.
    I stop SQLEXPRESS instance in one of the above tools but the others become unaware of the latest changes except
    Task Manager.
    For example when I stop SQL EXPRESS from within SQL Server Congiguration Manager
    it still seems working in Windows Administration Tools, Manage Computer windows.
    What is the reason for this?

    Hi,
    Aprat from SQL Server configuration manager all other are windows tool and should not be used to manage SQL Server in anyway. Although I cannot completely understand list of tools you mentioned
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Changing Report Server name

    How can I change Report Server Name.
    I have installed Report Server rep60_ifs. Because I have problems , I want to change it.

    I was created new REport Server Service REPSRVGORDE
    with following entry in tnsnames.ora ( on 9iAS)
    repsrvgorde.world=(ADDRESS=(PROTOCOL=TCP)(HOST=IFS)(PORT=1949).
    In My Form in the trigger WHEN_BUTTON_PRESSED:
    declare
         L_REPID REPORT_OBJECT;
         L_REP VARCHAR2(200);
    begin
    l_repid := Find_Report_Object('REPORT8');
    Set_Report_Object_Property(l_repid, REPORT_FILENAME, 'ajde');
    Set_Report_Object_Property(l_repid, REPORT_EXECUTION_MODE, RUNTIME);
    Set_Report_Object_Property(l_repid,REPORT_SERVER, 'repsrvgorde');
    Set_Report_Object_Property(l_repid, REPORT_DESformat, 'HTML');
    Set_Report_Object_Property(l_repid, REPORT_DESNAME, 'proba');
    -- run the report
    l_rep := Run_Report_Object(l_repid);
    :block3.pr:=L_REP;
    WEB.SHOW_DOCUMENT('HTTP://.../.../rwcgi60.exe/GETJOBID='||L_REP||'?server='||'repsrvgorde','_BLANK');
    END;
    When I am running this code , I'm getting the report_job_id, and after that the message " FRM-41214 Unable to run report"
    What's the problem now?????

  • Changing the system config parameter

    hi friends,
    I am new to SAP basis
    I want to change a system config parameter using RZ10.Do i need to import profiles to SAP system every time i change a config parameter?? I did not understand the need to do that.Can somebody explain me the steps in changing system parameters in instance,default and start profiles
    Thanks

    HI Nivas,
    As soon as you logon for first time on RZ10 you need to import all profile files to application server so that you can see them at SAPGUI.
    Initially the profiles will be located in OS in \usr\sap\SID\SYS\profiles.
    Logon to RZ10 go to Utilities --> Import Profiles --> Of Active Servers.
    All the profiles you will be able to see at GUI level now. Then select the profile and select extended Maintenace Click on change you will be able to see profile parameter and able to change their values too.
    Thanks & Regards
    Vivek

  • Assign unique id to client of socket server

    HI
    I am in the process of developing a xml socket server application and have hit on a problem. I have managed to create a server that listens for connections and once a request is recieved creates a new client on a seperate thread with the reference being stored in a vector in the server.
    However I want to be able to assign an id to a client when it is created so that I can broadcast messages to specific users.

    my apologies my question was poorly stated..
    When i meant unique i mean that they will have already been prdefined i.e for example the following users
    Name David
    UserId *(Unique) 0138868
    Name sarah
    UserId *(Unique) 4138868
    Name rob
    UserId *(Unique) 7138868
    what i want to be able to is when the users connect they can be refeneced by their Userid so that if rob wants to say something to sarah without david knowing. The problem I have is that I do not know how to provide the userid to the server such that the server can create a new client thread with a specified id.
    Hope that makes sense ;>

  • Right way to communicate with a socket server (TCP/IP)

    Hi,
    I used to write data from my J2ME socket client to a J2EE socket server with writeUTF(). In this way I can send (and receive) directly Strings.
    When I need an XML file I ask the server with something like os.writeUTF(GIVE_ME_XML_FILE) and I use an XML parser with this socket InputStream.
    I was wondering if it's the right way to proceed ....?
    How do you guys communicate with a server when you need "to talk" a lot ? Do you use only HTTP requests or (if you are allowed to) do you use Socket with writeUTF ?
    Just to know if I'm completely wrong....and if I gonna have unsolicited issues ...
    Thanks..

    AdrienD wrote:
    When I need an XML file I ask the server with something like os.writeUTF(GIVE_ME_XML_FILE) and I use an XML parser with this socket InputStream.
    I was wondering if it's the right way to proceed ....?No, it is not. Read the writeUTF api docs, and you'll know why!
    How do you guys communicate with a server when you need "to talk" a lot ? Do you use only HTTP requests or (if you are allowed to) do you use Socket with writeUTF ?There is answer to this question. it al depends on what data gets send where, how often, and how large..

  • Changes in server side java file not reflecting in Client side java code?

    Hi friends,
    iam using eclipse IDE, JBoss server, SWING GUI and Oracle DB
    ( looks like : SWINGGUI (Client) <--> EJB's (serverside) <---oracle )
    my problem is , when i make change in server side bean file, that changes are not reflecting in GUI programs.
    (for ex: iam adding settr and getter for a field and using that in GUI program. but its not identifying that setter or getter).
    please tell me what should i do for every change done to server side program, that should reflect / available to GUI?

    my problem is , when i make change in server side bean file, that changes are not reflecting in GUI programs.
    (for ex: iam adding settr and getter for a field and using that in GUI program. but its not identifying that setter or getter).what do you mean it's not "identifying" the methods?
    you have to call those methods you know
    are you getting NoSuchMethodError?
    please tell me what should i do for every change done to server side program, that should reflect / available to GUI?you haven't posted any code or error messages that might help us debug

Maybe you are looking for

  • My screen is broken and I want to get things off of my computer

    How can I get things off of my computer and onto my new one if the old computer's screen wont work?

  • Failure to install Camera Raw update

    I tried to install Camera Raw 6.4.1 update for CS5 (doing so from within CS5) but it failed twice. The screen says to contact customer support which I did, but was told that they no longer support this version and I should go to the forums. Can anyon

  • External HDD Not Completely Empty

    Hi, I bought a 2TB iomega external HDD to use with my MacBook Pro which runs Snow Leopard. The disk is empty and I also re-formatted it using a Mac OS Extended (Journaled) file system. I am surprised, though that the Activity Monitor reports Space Ut

  • X seconds of data every y seconds

    Hello All, I was wondering how can i save for example x seconds of data every y seconds? At the moment i can save x seconds of data every x seconds but i cannot control the saving time and i need more flexibility. Thank you in advance, Frederic. Sol

  • Plugin Load problem with photoshop CS4

    Hi all, i want to migrate my filter plugin from 32bit to 64bit environment in adobe photoshop CS4. Firstly i have tried to build one sample filter plugin(Dissolve). i have build it sucessfully and placed the plugin inside the Filter subfolder of plug