Strange problem on CSS with MS Terminal Server

I have a strange problem on my CSS. I suspect that this started when we upgrade from 7.30 to 7.50.
We have 2 CSS in an box to box redundandcy. The front end is connected to VLAN 1 the usernetwork. The backend is connected to several different VLAN, each for a different purpose. One VLAN has 6 MS terminal servers. The problem that we have now is that remote sites (so sites connected via a MPLS WAN) cannot setup a terminal server session via the VIP of te Service. The users on the LAN can reach the terminal server via the VIP. The remote users can reach the individual TS by going directly to the TS but this is not why we have a CSS.
Does anyone have encounterd this problem and how was it fixed?
Thanks,
Attached the config of the CSS.

There is absolutely nothing wrong in your config.
It is also a very straghtforward setup, so there is no reason why it should not work.
Could you capture a 'sho summary' and verify if you have any hit on the corresponding content rule.
Capture a 'sho serv summary' and verify your term server are up.
Capture a sniffer trace front-end and back-end while trying to connect and see if the traffic is correct forwarded.
Regards,
Gilles.

Similar Messages

  • Is BPC 7.0 compatible with Windows Terminal Server 2008?

    Is BPC 7.0 compatible with Windows Terminal Server 2008? We are having printing issues when on WTS 2003.

    BPC 7.0M SP08 was released on September 1st and now supports the client install on both Server 2008 and Windows 7 so yes, you should be able to use terminal server in Windows 2008 if you install SP08. It also has limited support for Office 2010, full support will come with SP09. SAP Note 1490544 is the central SP08 note, and 1504400 is the download note.
    -Brian

  • Is Apps compatible with Windows Terminal Server

    Hi
    Is Apps (any version but most importantly 11i) and for that matter the Database compatible with Windows Terminal Server? I am working with a company who are trying to determine if their IT strategy with Oracle is watertight moving forward, and we have early indications that the answer to the above, is 'No', but it would be nice to have a definitive answer... Anyone know of any resources that I can look at to obtain the above?
    Thanks and Best Regards
    Toby Hazlewood

    No. This is not supported
    Rajesh Alex

  • Problem : App works with Sun App server 8.0 but fails with 8.1

    Hi All
         I am experiencing some strange problem with executing my JSF application with Sun App Server.
         I have an EAR deployed on Sun Application Server 8.0 and 8.1.
         Strangely it works quite fine with 8.0 but fails with 8.1.
         In my JSP page ..I have a dummy component whose getter method is used as a "FormLoad" event of the page.
         <h:form id="imageForm" enctype="multipart/form-data">
         <h:messages showDetail="true" />
         <table width="980" border="1" cellpadding="0" cellspacing="0" bordercolor="#A9B8C2">
              <tr>
    <td>     
                   <h:inputHidden value="#{Screen1.initializeService}"/>
              <h:selectOneListbox styleClass="style2" id="cmbMiddleArea" immediate="true" value="#{Screen1.selectedMiddleArea}">
              <f:selectItems value="#{Screen1.middleAreaList}" />
         </h:selectOneListbox>
         In my backing bean i have ..
         public String getInitializeService() {
              ..... Retrieve all the data from DB to initialize all the components on the JSP page
              .......setMiddleAreaList......
              .......setSelectedMiddleArea.....
              ........set the values of the individal component...
         I am retrieving all the data from DB in this getter method and intializing the components on the JSP page.
         I have also checked the code generated for JSP by both the servers.I am posting the code here for reference although
         i did not find any significant difference between the two...
         For Server 8.0
         private boolean jspxmeth_h_inputHidden_0(javax.servlet.jsp.tagext.JspTag jspxth_h_form_0, PageContext jspxpage_context)
         throws Throwable {
         JspWriter out = jspxpage_context.getOut();
         // h:inputHidden
         com.sun.faces.taglib.html_basic.InputHiddenTag jspxth_h_inputHidden_0 = (com.sun.faces.taglib.html_basic.InputHiddenTag) jspxtagPool_h_inputHidden_value.get(com.sun.faces.taglib.html_basic.InputHiddenTag.class);
         jspxth_h_inputHidden_0.setPageContext(_jspx_page_context);
         jspxth_h_inputHidden_0.setParent((javax.servlet.jsp.tagext.Tag) jspxth_h_form_0);
         jspxth_h_inputHidden_0.setValue("#{searchBean.initializeService}");
         int jspxeval_h_inputHidden_0 = jspxth_h_inputHidden_0.doStartTag();
         if (_jspx_th_h_inputHidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
         return true;
         jspxtagPool_h_inputHidden_value.reuse(_jspx_th_h_inputHidden_0);
         return false;
         For Server 8.1
         private boolean jspxmeth_h_inputHidden_0(javax.servlet.jsp.tagext.JspTag jspxth_h_form_0, PageContext jspxpage_context)
         throws Throwable {
         PageContext pageContext = jspxpage_context;
         JspWriter out = jspxpage_context.getOut();
         // h:inputHidden
         com.sun.faces.taglib.html_basic.InputHiddenTag jspxth_h_inputHidden_0 = (com.sun.faces.taglib.html_basic.InputHiddenTag) jspxtagPool_h_inputHidden_value_nobody.get(com.sun.faces.taglib.html_basic.InputHiddenTag.class);
         jspxth_h_inputHidden_0.setPageContext(_jspx_page_context);
         jspxth_h_inputHidden_0.setParent((javax.servlet.jsp.tagext.Tag) jspxth_h_form_0);
         jspxth_h_inputHidden_0.setValue("#{searchBean.initializeService}");
         int jspxeval_h_inputHidden_0 = jspxth_h_inputHidden_0.doStartTag();
         if (_jspx_th_h_inputHidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
         return true;
         jspxtagPool_h_inputHidden_value_nobody.reuse(_jspx_th_h_inputHidden_0);
         return false;
         Now the actual problem is "getInitializeService" method never gets called when i deploy and run the application on Sun App Server8.1
         However with Sun App Server 8.0 it woeks perfectly fine.
         Can anybody help me in resolving these issues ?
         

    Actually generated JSP code can be referred as ...
    For Server 8.0
         private boolean jspxmeth_h_inputHidden_0(javax.servlet.jsp.tagext.JspTag jspxth_h_form_0, PageContext jspxpage_context)
         throws Throwable {
         JspWriter out = jspxpage_context.getOut();
         // h:inputHidden
         com.sun.faces.taglib.html_basic.InputHiddenTag jspxth_h_inputHidden_0 = (com.sun.faces.taglib.html_basic.InputHiddenTag) jspxtagPool_h_inputHidden_value.get(com.sun.faces.taglib.html_basic.InputHiddenTag.class);
         jspxth_h_inputHidden_0.setPageContext(_jspx_page_context);
         jspxth_h_inputHidden_0.setParent((javax.servlet.jsp.tagext.Tag) jspxth_h_form_0);
         jspxth_h_inputHidden_0.setValue("#{Screen1.initializeService}");
         int jspxeval_h_inputHidden_0 = jspxth_h_inputHidden_0.doStartTag();
         if (_jspx_th_h_inputHidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
         return true;
         jspxtagPool_h_inputHidden_value.reuse(_jspx_th_h_inputHidden_0);
         return false;
         For Server 8.1
         private boolean jspxmeth_h_inputHidden_0(javax.servlet.jsp.tagext.JspTag jspxth_h_form_0, PageContext jspxpage_context)
         throws Throwable {
         PageContext pageContext = jspxpage_context;
         JspWriter out = jspxpage_context.getOut();
         // h:inputHidden
         com.sun.faces.taglib.html_basic.InputHiddenTag jspxth_h_inputHidden_0 = (com.sun.faces.taglib.html_basic.InputHiddenTag) jspxtagPool_h_inputHidden_value_nobody.get(com.sun.faces.taglib.html_basic.InputHiddenTag.class);
         jspxth_h_inputHidden_0.setPageContext(_jspx_page_context);
         jspxth_h_inputHidden_0.setParent((javax.servlet.jsp.tagext.Tag) jspxth_h_form_0);
         jspxth_h_inputHidden_0.setValue("#{Screen1.initializeService}");
         int jspxeval_h_inputHidden_0 = jspxth_h_inputHidden_0.doStartTag();
         if (_jspx_th_h_inputHidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
         return true;
         jspxtagPool_h_inputHidden_value_nobody.reuse(_jspx_th_h_inputHidden_0);
         return false;
         }

  • Compile problem running jdev on Windows Terminal Server

    I am experiencing problems compiling java source files in jdev 9.0.3.1035
    Sometimes the class file is not created if i make (compile) only one source file.
    The jdev is running on a Windows Terminal Server 2000.
    The sources are on the same Terminal Server.
    The classes should be compiled to the Terminal Server as well.
    I am working on a Terminal session elsewhere.
    Anyone had this problem before ?

    Georg:
    Q1) What you mean with 'the class file is not
    created'? Is the .class file not overwritten? Is the
    class file for a new file not written? Did you delete
    the class file before compiling?I deleted the class file before compiling!
    Q2) I guess that sources and classes are used by you
    exclusively. Is this right?That is right!
    Q3) In the project settings under Common | Input
    Paths is the option 'Scan Source Path' enabled or
    disabled?Both options have the same effect!
    Q4) When the problem occurs: what is the active
    window (code editor or Navigator)? What node is
    selected in the Navigator?Tried following combinations:
    - Having selected the Project node in the Navigator and the code editor is active window
    - Having selected the class node in the Navigator and the code editor is active window
    - Having selected the Project node in the Navigator and the Navigator is active window
    - Having selected the class node in the Navigator and the Navigator is active window
    Q5) What are the exact steps you took when it
    happens? Do you use mouse or keyboard hotkeys? What
    buttons or menus do you use?- right click in code editor and choose Make from popup menu
    - right click on Long postings are being truncated to ~1 kB at this time.

  • Slow printing with rdp Terminal server 2012

    Hi,
    we've got some problems with slow printing on a wan link with RDP to server 2012, i tried several solutions like:
    Disable easy print service ( it shoud be to increase performance but it doesn't work)
    option: Send the print job directly to the Printer
    I'm out of my options, there are no connection problems with the remote branch office and before using server 2012 they had terminal server 2003 and printing works fine over rdp.
    Thanks for your advice

    Did you monitor the spooling size of the print jobs?
    Depending from the drivers and the software used there may flow a serious amount of data, since both hardware and software makers no longer care about efficient programming, if it comes to bandwidth and storage occupation sizes. Slow WAN connections do not
    fit in to their picture any more ...
    This was still different in the Server 2003 era.
    Best greetings from Germany
    Olaf

  • Problem using DG4ODBC with named SQL Server instance

    I am running DG4ODBC on a 64 bit LINUX machine with the Microsoft SQL Server driver installed. I have successfully tested this with a SQL Server instance that was not named (GENERALI_DSN).The named instance gives the following when trying to query:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Microsoft][SQL Server Native Client 11.0]Login timeout expired {HYT00}[unixODBC][Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].  {08001,NativeErr = -1}[unixODBC][Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. {08001,NativeErr = -1}
    ORA-02063: preceding 2 lines from DEVMISC
    odbc.ini
    [GENERALI_DSN]
    Driver                  = SQL Server Native Client 11.0
    Server                  = CLTDMJCWBYZ.eu.scor.local
    User                    = everest
    Password                = everest
    Database                = Everest_Generali
    [DEVMISC_DSN]
    Driver                  = SQL Server Native Client 11.0
    Server                  = [USVCLTDEVSQL02\DEVMISC]
    User                    = link_user
    Password                = password1
    Database                = DBA
    initDG4ODBC2.ora
    # HS init parameters
    HS_FDS_CONNECT_INFO = DEVMISC_DSN
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/home/oracle/.odbc.ini
    listener.ora
    SID_LIST_LISTENER_GW =
       (SID_LIST =
          (SID_DESC =
           (SID_NAME=DG4ODBC)
          (ORACLE_HOME=/home/oracle/product/11.2.0)
          (ENV=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micro
    soft/sqlncli/lib)
          (PROGRAM=dg4odbc)
          (SID_DESC =
           (SID_NAME=DG4ODBC2)
          (ORACLE_HOME=/home/oracle/product/11.2.0)
          (ENVS=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micr
    osoft/sqlncli/lib)
          (PROGRAM=dg4odbc)
    LISTENER_GW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = usvcltprdoragw)(PORT = 1521))
    tnsnames.ora
    DG4ODBC =
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=usvcltprdoragw)(PORT=1521))
          (CONNECT_DATA=(SID=DG4ODBC))
          (HS=OK)
    DG4ODBC2 =
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=usvcltprdoragw)(PORT=1521))
          (CONNECT_DATA=(SID=DG4ODBC2))
          (HS=OK)
    I can't figure out why the named instance does not work but the other one does. Any help would be greatly appreciated!

    Did you check with the ODBC test utility isql (it is installed by default when you install the unixODBC Driver manager) if your ODBC driver can connect at all to that named instance? I have some doubts that it will work either as there was a blog commented by a MS engineer:
    Introducing the new Microsoft ODBC Drivers for SQL Server - Microsoft SQLNCli team blog - Site Home - MSDN Blogs
    who states that named instance connections are not supported using that driver.
    - Klaus

  • Tarantella error with W2000 Terminal Server

    When I try to run a Windows application from webtop, the following error
    is displayed in the Tarantella Native Client:
    No terminal server licenses are available.
    I have done four simultaneous connections to the W2000 TS using Remote
    Desktop Application and it works. I have activated a 10 user terminal
    server license..
    Do you know what is happening
    Thanks and regards.

    Ricardo wrote:
    Hi Rob,
    I have tried to run the command tarantella tscal list but it is not
    available when I do tarantella help. Do you know if this command is not
    available in all tarantella versions?
    Regards,
    Ricardo
    Ricardo,
    I think the good question might be "which version of TTA are you
    operating" ? The "tarantella version" will tell you the truth.
    Not sure about the release which first saw the "tarantella tscal"
    command; perhaps if was 3.40.911 but I'm not 100% sure.
    Anyway, in earlier versions of TTA, TSCAL licenses were stored under
    /opt/tarantella/var/wcp/license; try by having a look at this folder and
    also try by removing them.
    I'm not sure if the above will actually "return" the licenses to the
    Windows server but it's worth a try.
    Best,
    Rob
    Roberto Zini - r.zini<@AT@>strhold.it
    "Has anybody around here seen an aircraft carrier?"
    (Pete "Maverick" Mitchell - Top Gun)

  • Strange errors using Flynet with Xcelsius Engage Server

    Each time I try to create a WebService I get an entire screen full of errors.  Here are a few of the error numbers:
    CS1513
    CS1001
    CS1519
    CS1518
    CS0116
    CS1001
    This is maddening! We are following everything per instructions (which are poor, by the way). We can't even get basic XML or WS data into Xcelsius on a single XPpro desktop (w/ IIS, .NET 2.0 etc. installed).
    Anyone have a clue what is going on? Are there any good sources for Flynet/Xcelsius documentation other than the PDFs that come with the software?
    Thanks in advance...

    Mario,
    Sorry to hear you are having problems.
    Please address your issues to us at Flynet and we will assist you. I believe you have our e.mail address.
    Best Regards,
    Ian Learmonth
    Flynet Support.

  • Have problems uploading Edge  with dreamweaver to server.

    I'm having problems uploading edge in dreamweaver to my server. It shows off line and when i check in all browsers. When I upload to server, it doesn't show in page. Is there a tutorial that would show me how to upload it to server?

    The Microsoft article below is useful.
    Network Connectivity
    http://technet.microsoft.com/en-us/library/cc961803.aspx

  • Strange problem in syncing with iPhoto

    Hi All.
    LOVING my iPhone, but a weird thing is happening when I sync photos. I have a million on iPhoto and only wanted to take about 50 over to my iPhone (for mainly wallpaper, phone contact purposes. So, I created an "iPhone" folder within iTunes, checked to only sync from that folder and synced. Now, when I hit the photos button I get:
    Camera Roll (7)
    Photo Library (49)
    iPhone (49)
    The Photo Library and iPhone folders contain the same photos. Why is it duplicating?

    I can not offer a solution but I will share that I have found that Outlook 2013 (64 bit) on Windows 8.1 can not be synchronized with my Z10 using Link.  Link only provides the option to sync from the Windows calendar & contacts but not Outlook 2013 (installed version).  I have made numerous inquiries on the forums which largely go unanswered. 
    I bought an application called PC Outlook Sync but it does not work at all. Now trying to get my money back.
    It may well be that Blackberry will only support current and future versions of Outlook that are on Exchange servers and not on individual computers. i have read where there may be some way to employ the online version of Office to synchronize but I am not comfortable with that.  No security at all when one's stuff goes into the cloud.

  • Is CS4 illustrator compatible with Windows Terminal Server 2012 (64bit)?

    Please can you confirm if the CS4 version of illustrator will work on a 64bit version of Windows 2012 TS?

    You won't get any confirmation on this. Adobe desktop applications are not in any way tested or certified for any server operating systems. This doesn't mean that it couldn't work, but you will have to figure out things yourself and it may take a lot of work to e.g. configure the server's user policies so the activation system can actualyl function.
    Mylenium

  • Very strange problem on C4580 ( with photo showing problem)

    i have a hp photosmart c4580 brought in hong kong and ir broken down
    the wireless is unable to detech any network
    i phoned the local support department for a week and they cannot give a complete solution 
    the picture show the sign of wireless network what does this mean ??? HELP!
    i cannot restore factory default or reset the wireless setting 
    can i store everything to the condition that i just bought it without any wireless setting and memory

    The input impedance of these boards is so high the inputs act as little capacitors that store a bit of the previous channels' charge. If you connect the open channels to ground, you will see a voltage very near zero.
    I believe there's a knowledge base article about this somewhere.
    John Weeks
    WaveMetrics, Inc.
    Phone (503) 620-3001
    Fax (503) 620-6754
    www.wavemetrics.com

  • Are there any problems with Snow Leopard Server (Xserve) and PPC Clients

    Hi,
    are there any problems identified yet with Snow Leopard Server, installed on a Xserve and PPC Clients running Mac OS X Tiger and Leopard?
    Currently I have a Xserve Intel running Leopard Server and about 12 Mac Minis PPC running Mac OS X Tiger and Mac OS X Leopard. The Xserve serves services like DNS, OpenDirectory, Software Update Server, NetBoot, etc. All users have Home Directories stored on the Xserve.
    Now I want to install Snow Leoaprd Server on the Xserve, but I wonder if there are any problems using the PPC Clients? I have read something like this on a german website.
    Thanks!

    We've actually found that the Server 10.6.3 DVD does an amazingly smooth job of upgrading 10.5.8. We've been upgrading our production servers and nothing has gone wrong yet. Snow Leopard employs an archive and install method of upgrading which results in an install which is very close to a clean install. So it's been very convenient for us because our servers are used as Windows PDCs and it's a pain in the *** to have to re-join all PCs to the domain if we start from scratch.

  • Problem in connection with sql server

    hi ,
    i am facing problem in connection with ms sql server..please help me out.... i created the database ChandanClient...and there is one table Expense_code_Table...
    i want to insert the data into this table.. i am trying to create a demo example.. here is the code
    package demo;
    import java.sql.*;
    public class getdatabase {
         public static void main(String[] args) {
              Connection con =null;
              int ExpenceCode1=1;
         String ExpenceName1="exp_paper";
         String Organization1="exp_organization";
              try
                   Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
                   con=DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433");
                   Statement st = con.createStatement();
                   String q1="INSERT INTO Expense_code_Table(ExpenceCode,ExpenceName,Organization)VALUES("+ExpenceCode1+",'"+ExpenceName1+"','"+Organization1+"')";
         st.execute(q1);
              }catch(Exception e)
                   System.out.println(e);
              try
                   con.close();
              catch (SQLException e)
                   e.printStackTrace();
    after running program
    it is showing me...
    java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
    java.lang.NullPointerException
         at demo.getdatabase.main(getdatabase.java:22)
    Exception in thread "main"
    please help me out how to solve this problem...
    thanks in advance...
    bye
    chandan sharma

    Put ur driver class files in the class path...
    regards
    Shanu

Maybe you are looking for

  • Music playback starts 5 secs in.

    Since i've upgraded to 3.0 i've had a really annoying problem in Music mode. When i'm skipping to the next track, tracks will often start 3-10 seconds in, which as you can imagine is really annoying, because if I then want to listen to that track I h

  • File size questions

    new to Apple MAC and iPhoto...so....I shot my new camera in jpeg, files are roughly 20mb...then I shot in RAW and after editing, the saved jpegs are ~ 5-10mb and up to 15mb....what happens to make this discrepency? how could my RAW converted jpegs be

  • Getting only one spool number for every print out

    hi guys, when i execute my customize program i suppose to get a form in my screen, showing customer statement, when I exicute customer A out put as expected with 5 pages but after that if i exicute customer B which is supposed to be 3 pages but I am

  • CS6 won't export movies with previously exported Quicktime .mov files in them?

    On several different projects now, I've made videos which include previously exported CS6 Quicktime .mov clips in the timeline. When I go to export these new projects, Premiere will start compiling and exporting for a few moments, but then will stop

  • Photoshop CC crash on Launch (no error message)

    After Installing Photoshop CC on my Toshiba Satellite L855 running windows 8.1 it opens quickly and then crashes in about 3 seconds.  I've done what the Adobe website recommends, logging in and out of Creative Commons with no change.  I've made sure