How i configure various ports in the same service in a CSS.

Hi,
I have the following scenario:
2 webserver running each one ports 80,81,82,83,84
and i have a content rule defined in port 80.
At the end i want that all the request that comes to the VIP port 80 be balanced through the 2 webservers in the differents ports(80,81,82,83,84).
Note: I have configured a range of ports in the same service but this doesn't function:
service PS
ip address 10.0.0.5
protocol tcp
port 80 range 5
keepalive type http
keepalive method get
active
What can i do?
gfiguereo.

Hi,
The only thing that comes to mind is to have a service defined for each tcp port. So since you have 2 physical servers and 5 different ports for each, you would have 10 services.
service PS1
ip address 10.0.0.5
port 80
service PS2
ip address 10.0.0.5
port 81
then another 3 that look like this one only using ports 82,83,84
then another 5 like the above 5 only the ip address would be differnt.
Then you would have 10 services added to your port 80 content rule..
Regards
Pete..

Similar Messages

  • How i configure various ports in the same service

    Hi,
    I have the following scenario:
    2 webserver running each one ports 80,81,82,83,84
    and i have a content rule defined in port 80.
    At the end i want that all the request that comes to the VIP port 80 be balanced through the 2 webservers in the differents ports(80,81,82,83,84).
    Note: I have configured a range of ports in the same service but this doesn't function:
    service PS
    ip address 10.0.0.5
    protocol tcp
    port 80 range 5
    keepalive type http
    keepalive method get
    active
    What can i do?
    gfiguereo.

    Hi,
    The only thing that comes to mind is to have a service defined for each tcp port. So since you have 2 physical servers and 5 different ports for each, you would have 10 services.
    service PS1
    ip address 10.0.0.5
    port 80
    service PS2
    ip address 10.0.0.5
    port 81
    then another 3 that look like this one only using ports 82,83,84
    then another 5 like the above 5 only the ip address would be differnt.
    Then you would have 10 services added to your port 80 content rule..
    Regards
    Pete..

  • How to configure multiple clusters on the same machine.

    I am attempting to configure multiple clusters on the same set of machines. I have set the cluster name and multicase IP addresses to be different for each cluster. However I am still getting and error that states:
    "This indicates that there are multiple clusters on this network attempting to use overlapping network configurations."
    Is this not possible? If it is possible, is there some further way i need to tell the VMs they are part of different clusters?
    Thanks,
    Jacob

    FYI: I'm using the wrong multicast IP above. 224.0.0.1 is reserved and something else should be used. See:
    Re: UDP flood hosed my LAN?

  • How to Configure SMTP Port in ODI

    Hi,
    Someone know how to configure SMTP port in the ODI tool? I tried changing the port number in the odiparams but I still encountered an error:"Could not connect to SMTP host." when executing the odisendmail package object though I can access the SMTP Server thru tracetcp.
    TIA,
    Cathy

    950484 wrote:
    Hi Bhabani,
    Thanks for the quick response :) . I saw your post and its a nice approach in sending mail instead of using an odi package object odisendmail. However, the requirement is not to use the gmail credentials but to use the credentials provided to us. But I noticed that the port used for the SMTP server is not the default port number which is 25. So I am guessing that the reason why I cannot connect to the SMTP host is because of the port number. Do you know how to solve this?If you want to change the SMTP port then do the following
    edit smtplib.py located at <ODI_HOME>/oracledi/lib/scripting/LIB
    change SMTP_PORT to what ever port you want .
    restart ODI
    execute your mail sending program

  • I want to transfer data through the serial port in the same coding that hyperterminal uses. How can i do it?

    The serial port seems to be working, and labview seems to be sending the data, but the problem is in which format does it send the data, because in hyperterminal i just input the string "JDX" and it sends it to my device, with labview it sends something but my device does not recognize it.

    nobuto wrote:
    > I want to transfer data through the serial port in the same coding
    > that hyperterminal uses. How can i do it?
    >
    > The serial port seems to be working, and labview seems to be sending
    > the data, but the problem is in which format does it send the data,
    > because in hyperterminal i just input the string "JDX" and it sends it
    > to my device, with labview it sends something but my device does not
    > recognize it.
    Hyperterminal adds the carriage return/line feed to the string which is
    generated by the return key to send out the current line. LabVIEW simply
    sends out what you tell it, so try to set the string to "Show \ Display"
    format and add a \r or \n or \r\n to the command you want to send out.
    Assumes of course that you set the right baudr
    ate/bits/parity etc in
    LabVIEW with the VISA property node, when opening the serial port.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • TS3999 How do I share calendars on various devices on the same iCloud account?

    How do I share calendars on various devices on the same iCloud account?

    You don't need to share, as long as correctly set up they will sync by default.
    Here is set up process depending of device type.
    Apple - iCloud - Learn how to set up iCloud on all your devices.

  • How can collect the data from laptop sound card and serial port at the same time?

    I'm working on a project, I need to collect the data from laptop sound card, and also from serial port at the same time.
    The attachments are my VIs for sound card and serial port communication, I'm wondering that can I combine these two VIs together? Or can I run these two VI at the same time?
    Thank you!
    Attachments:
    AC_Radar_Receive.vi ‏46 KB
    RadarAudioPlug.vi ‏774 KB

    A smarter way is just to put all your code in the same VI.
    Two parallel loops if rates are different.
    Attachments:
    RadarAudioPlug.vi ‏450 KB

  • OHS not able to redirect to two different ports of the same managed server

    Hi
    I need to redirect to different ports of the same managed server (say M1, M2) based on the availability of the managed server. ie when managed server M1 is busy handling other requests i need to redirect my new request to M2. i already have this mechanism to find out which managed server is free.
    so now the problem is if M2 is free how would i tell ohs to redirect it to M2 server??
    M1,M2 both managed servers are hosted at host1.example.com.
    M1 port - 8001
    M2 port - 8003
    my context root is /YpsSupplyPlanningEngineService/supplyPlanningEngineService
    my mod_wl_ohs.conf is defined as:
    <Location /M1/YpsSupplyPlanningEngineService/supplyPlanningEngineService>
    SetHandler weblogic-handler
    PathTrim /M1
    WebLogicHost host1.example.com
    WebLogicPort 8001
    </Location>
    <Location /M2/YpsSupplyPlanningEngineService/supplyPlanningEngineService>
    SetHandler weblogic-handler
    PathTrim /M2
    WebLogicHost host1.example.com
    WebLogicPort 8003
    </Location>
    when i type the url in browser as "http://<ohs_server_url>:7777/M2/YpsSupplyPlanningEngineService/supplyPlanningEngineService"
    This is not working. Is there any way to do it?
    Please help me here.
    Thanks in advance.
    Edited by: 925137 on Jul 5, 2012 2:03 AM

    Hi Anon
    thanks for replying..
    Chnage from /M1 to M1 didnt work.
    then I set debug ALL and set WLLogFile to full path
    the log i received when i queried for request is:
    2012-07-05T17:04:18.5774+05:30 ================New Request: [GET /M1/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL HTTP/1.1] =================
    2012-07-05T17:04:18.5774+05:30 Using Uri /M1/YpsSupplyPlanningEngineService/supplyPlanningEngineService
    2012-07-05T17:04:18.5774+05:30 After trimming path: '/YpsSupplyPlanningEngineService/supplyPlanningEngineService'
    *2012-07-05T17:04:18.5774+05:30 The final request string is '/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL'*
    2012-07-05T17:04:18.5774+05:30 SEARCHING id=[host1.example.com:8001] from current ID=[host1.example.com.com:8001]
    2012-07-05T17:04:18.5775+05:30 The two ids matched
    2012-07-05T17:04:18.5775+05:30 @@@FOUND...id=[host1.example.com.com:8001], server_name=[host1.example.com.com], server_port=[7777]
    2012-07-05T17:04:18.5775+05:30 attempt #0 out of a max of 5
    2012-07-05T17:04:18.5775+05:30 keepAlive = 1, canRecycle = 1
    2012-07-05T17:04:18.5775+05:30 Trying a pooled connection for 'xxx.xxx.xxx.xxx/8001/8001'
    2012-07-05T17:04:18.5775+05:30 getPooledConn: found a host and port/securePort match
    2012-07-05T17:04:18.5775+05:30 getPooledConn: No more connections in the pool for Host[xxx.xxx.xxx.xxx] Port[8001] SecurePort[8001]
    2012-07-05T17:04:18.5775+05:30 general list: trying connect to 'xxx.xxx.xxx.xxx'/8001/8001 at line 2372 for '/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL'
    2012-07-05T17:04:18.5776+05:30 URL::Connect: Connected successfully
    2012-07-05T17:04:18.5776+05:30 SSL is not configured for this connection
    2012-07-05T17:04:18.5776+05:30 Local Port of the socket is 7812
    2012-07-05T17:04:18.5776+05:30 Remote Host xxx.xxx.xxx.xxx Remote Port 7812
    2012-07-05T17:04:18.5776+05:30 general list: created a new connection to 'xxx.xxx.xxx.xxx'/8001 for '/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL', Local port:7812
    2012-07-05T17:04:18.5776+05:30 Entering method BaseProxy::sendRequest
    2012-07-05T17:04:18.5776+05:30 Entering method BaseProxy::parse_headers
    2012-07-05T17:04:18.5776+05:30 No of headers =5
    2012-07-05T17:04:18.5776+05:30 Header from client:[User-Agent]=[Java/1.6.0_11]
    2012-07-05T17:04:18.5776+05:30 Header from client:[Host]=[host1.example.com:7777]
    2012-07-05T17:04:18.5776+05:30 Header from client:[Accept]=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2]
    2012-07-05T17:04:18.5776+05:30 Header from client:[Connection]=[keep-alive]
    2012-07-05T17:04:18.5776+05:30 Header from client:[ECID-Context]=[1.004l1E7Cv6mESOGLMy^Aye0007Kd00000E;kXjE1ZDLIPHUjDHCj9KSnJLTkGSRtGKRXUQRdURP5URPdUPPJLQSqPRO_VBSpGSSgPSKgHQRiPQRbLIRbPQR_JLPmMTQZLO]
    2012-07-05T17:04:18.5776+05:30 Exiting method BaseProxy::parse_headers
    2012-07-05T17:04:18.5776+05:30 parse_client_headers is done
    2012-07-05T17:04:18.5776+05:30 Method is GET
    2012-07-05T17:04:18.5777+05:30 URL::sendHeaders(): meth='GET' file='/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL' protocol='HTTP/1.1'
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [User-Agent]=[Java/1.6.0_11]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [Host]=[host1.example.com:7777]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [Accept]=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [ECID-Context]=[1.004l1E7Cv6mESOGLMy^Aye0007Kd00000E;kXjE1ZDLIPHUjDHCj9KSnJLTkGSRtGKRXUQRdURP5URPdUPPJLQSqPRO_VBSpGSSgPSKgHQRiPQRbLIRbPQR_JLPmMTQZLO]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [Connection]=[Keep-Alive]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [WL-Proxy-SSL]=[false]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [X-Forwarded-For]=[xxx.xxx.xxx.xxx]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [WL-PATH-TRIM]=[M1]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [WL-Proxy-Client-IP]=[xxx.xxx.xxx.xxx]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [Proxy-Client-IP]=[xxx.xxx.xxx.xxx]
    2012-07-05T17:04:18.5777+05:30 Header to WLS: [X-WebLogic-KeepAliveSecs]=[30]
    2012-07-05T17:04:18.5779+05:30 About to call parseHeaders
    2012-07-05T17:04:18.5779+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6366+05:30 Reader::fill(): sysRecv returned 1271
    2012-07-05T17:04:18.6366+05:30 URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 200 OK]
    2012-07-05T17:04:18.6366+05:30 URL::parseHeaders: StatusLine set to [200 OK]
    2012-07-05T17:04:18.6366+05:30 URL::parseHeaders: StatusLineWithoutStatusCode set to [OK]
    2012-07-05T17:04:18.6366+05:30 Header from WLS:[Date]=[Thu, 05 Jul 2012 11:34:18 GMT]
    2012-07-05T17:04:18.6367+05:30 Header from WLS:[Transfer-Encoding]=[chunked]
    2012-07-05T17:04:18.6367+05:30 Header from WLS:[Content-Type]=[text/xml]
    2012-07-05T17:04:18.6367+05:30 Header from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    2012-07-05T17:04:18.6367+05:30 parsed all headers OK
    2012-07-05T17:04:18.6367+05:30 Exiting method BaseProxy::sendRequest
    2012-07-05T17:04:18.6367+05:30 sendResponse() : r->status = '200'
    2012-07-05T17:04:18.6367+05:30 Hdrs to client (add):[Date]=[Thu, 05 Jul 2012 11:34:18 GMT]
    2012-07-05T17:04:18.6367+05:30 Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    2012-07-05T17:04:18.6367+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6373+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6374+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6374+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6374+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6374+05:30 Reader::fill(): sysRecv returned 4048
    2012-07-05T17:04:18.6374+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6377+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6377+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6377+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6377+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6377+05:30 Reader::fill(): sysRecv returned 4048
    2012-07-05T17:04:18.6377+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6381+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6381+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6381+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): sysRecv returned 4096
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): sysRecv returned 1340
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): sysRecv returned 385
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6382+05:30 Reader::fill(): sysRecv returned 331
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 305
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 255
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 225
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 307
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6383+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 393
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 311
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 255
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 223
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6384+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 309
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 393
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 319
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6385+05:30 Reader::fill(): sysRecv returned 255
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 327
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 377
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 305
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6386+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 309
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 379
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 311
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6387+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 315
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 381
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 179
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 152
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 327
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6388+05:30 Reader::fill(): sysRecv returned 317
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 237
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 319
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 311
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 251
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): sysRecv returned 319
    2012-07-05T17:04:18.6389+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 233
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 325
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 261
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 315
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 239
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6390+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 325
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 235
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 323
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 243
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 321
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6391+05:30 Reader::fill(): sysRecv returned 321
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 239
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 329
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 329
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 103
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 415
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6392+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 286
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 231
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 267
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 333
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 253
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): sysRecv returned 335
    2012-07-05T17:04:18.6393+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 251
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 343
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 259
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 325
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 341
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6394+05:30 Reader::fill(): sysRecv returned 353
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 255
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 331
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 265
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 327
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 263
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6395+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 335
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 261
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 337
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 255
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 345
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): sysRecv returned 279
    2012-07-05T17:04:18.6396+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6397+05:30 Reader::fill(): sysRecv returned 76
    2012-07-05T17:04:18.6397+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6397+05:30 Reader::fill(): sysRecv returned 386
    2012-07-05T17:04:18.6397+05:30 Reader::fill(): first=0 last=0 toRead=4096
    2012-07-05T17:04:18.6397+05:30 Reader::fill(): sysRecv returned 77
    2012-07-05T17:04:18.6397+05:30 calling closeConn() with non-null URL* at 633
    2012-07-05T17:04:18.6398+05:30 canRecycle: conn=1 status=200 isKA=1 clen=-1 isCTE=1
    2012-07-05T17:04:18.6398+05:30 closeConn: pooling for 'xxx.xxx.xxx.xxx/8001'
    2012-07-05T17:04:18.6398+05:30 closeConn: pooling '0'
    2012-07-05T17:04:18.6398+05:30 request [YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL] processed successfully..................
    2012-07-05T17:04:18.7859+05:30 BEFORE acquire_lock
    2012-07-05T17:04:18.7860+05:30 AFTER acquire_lock
    2012-07-05T17:04:18.7860+05:30 List size is 1
    2012-07-05T17:04:18.7860+05:30 Cleaning up the list node 'host1.example.com.com:8001'list Length '1'
    2012-07-05T17:04:18.7860+05:30 stale connections: KA = 20, delta = 0
    The final request string generated is correct.. but still this fails in my java code (where i send request).
    it gives me an error saying:
    Error: java.io.FileNotFoundException: http://host1.example.com.com:7777/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL=/META-INF/wsdl/ServiceException.wsdl
    javax.xml.ws.WebServiceException: java.io.FileNotFoundException: http://host1.example.com.com:7777/YpsSupplyPlanningEngineService/supplyPlanningEngineService?WSDL=/META-INF/wsdl/ServiceException.wsdl
    Edited by: 925137 on Jul 5, 2012 4:42 AM

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • How to install several instances of the same application on a computer?

    Hej,
    I have an application in LV 2009, where I have created an installer. The installer installs to a directory called \Receiver relative to the Program Files directory. If I install this once to a computer, everything is OK.
    However, I want to install the same application twice on the same computer. There should be no conflicts between the two applications, since I can configure them to work on different directories and ports. But if I call the installer again, and selects another directory, nothing is installed and I get the message "Installation Summary - No software will be installed or removed". It seems like the installer ignores that I have selected another directory, and just uses the default directory, relative to the Program Files directory.
    Anyone knows the trick, how to install several instances on the same computer ?
    BR, Jan
    Jan Nielsen
    Freelance system analyst and LabVIEW programmer

    Hi Jan,
    This is so because each installer has a GUID that is used to check whether the application needs to be upgraded or not. (It's a Microsoft function).
    What you can do is create a new installer with a different GUID (copy the installer in the projects), and check witha  text editor whether this GUID has changed.
    But any specific reason you need two seperate installs? You can run the application twice with a specific INI token:
    allowmultipleinstances=True
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Is it possible to use both an ILB and an ELB (listening on the same port) in the same Azure cloud service?

    I'm building a test Lync deployment on Azure; yes, I know this is not supported, hence "test".
    Lync Front-End servers expose two set of web services, one for internal users and one for external ones; they listen on different ports (443 and 4443) on the same servers; when external services are published, you need a reverse proxy or a port forwarding
    in order to map port 443 of a public IP address to port 4443 of the Front-End server(s). When you have multiple Front-End servers in a pool, you also need to load-balance them.
    So, a typical Lync deployment looks like this:
           Internal users
                     |
                   443
                      |
              Internal LB
            192.168.0.20
            443         443
              |               |
       Lync FE 1     Lync FE 2
    192.168.0.21 192.168.0.22
              |               |
          4443        4443
              External LB
           Public IP Address
                     |
                  443
                     |
           External Users
    This should be easily replicated in Azure, as it supports both external load balancing and internal load balancing. They are even supported together in the same cloud service, so this configuration should be easy. However, it looks like "should"
    is the keyword here.
    After creating the external load balanced endpoint (which listens on external port 443 and forwards to port 4443 on the servers), I'm trying to create an internal load balancer and add internal endpoints to is; however, while the ILB can be created successfully,
    adding an internal endpoint listening on port 443 and forwarding to port 443 on the servers fails miserably, with an error stating that port 443 is already in use by another endpoint:
    Update-AzureVM : BadRequest : Port 443 is already in use by one of the endpoints in this deployment. Ensure that the port numbers are unique across endpoints within a deployment.
    For reference, my commands are:
    Add-AzureInternalLoadBalancer -InternalLoadBalancerName "LyncILB" -ServiceName "LyncFrontEnd" -SubnetName "LabSubnet" -StaticVNetIPAddress 192.168.0.20
    (This completes successfully)
    Get-AzureVM LYNCFE1 | Add-AzureEndpoint -Name "Https-Int" -Protocol "tcp" -LocalPort 443 -PublicPort 443 -LBSetName "HttpsIntLB" -DefaultProbe -InternalLoadBalancerName "LyncILB"
    (This fails)
    The existing external endpoint is configured as such:
    Get-AzureVM LYNCFE1 | get-azureendpoint
    LBSetName : HttpsExtLB
    LocalPort : 4443
    Name : HTTPS-Ext
    Port : 443
    Protocol : tcp
    Vip :
    ProbePath :
    ProbePort : 4443
    ProbeProtocol : tcp
    ProbeIntervalInSeconds : 15
    ProbeTimeoutInSeconds : 31
    EnableDirectServerReturn : False
    Acl : {}
    InternalLoadBalancerName :
    IdleTimeoutInMinutes :
    LoadBalancerDistribution :
    The error doesn't even make a lot of sense; the external load balancer listens on a public IP address, while the internal load balancer listens on a private IP address in the internal network; there
    shouldn't be any conflict here... however it looks like there is one instead.
    Why doesn't this work? Am I doing something wrong, or is Azure networking just being silly as usual again?

    Hello Massimo Pascucci,
    The issue that you are facing when creating an endpoint with internal loadbalancer is the limitation of not allowing same ports to be listening under a single cloud service. This reason for this is that there is a limitation of only one private IP (Also
    known as the Internal load balanced IP) per cloud service.
    There is also a limitation on the Internal load balancer more than one port to be published per load balancer:
    You can leave your feedback by following the link below:
    https://social.msdn.microsoft.com/Forums/en-US/1805c5a0-3906-4cd6-8561-9802d77e0ae5/is-it-possible-to-use-both-an-ilb-and-an-elb-listening-on-the-same-port-in-the-same-azure-cloud?forum=WAVirtualMachinesVirtualNetwork
    Refer to this article for more information on Internal load balancer:
    http://azure.microsoft.com/blog/2014/05/20/internal-load-balancing/
    Thanks,
    Syed Irfan Hussain

  • How to have multiple images on the same screen? like in the movies where you see several actions at

    how to have multiple images on the same screen? like in the movies where you see several actions at the same time ....
    i don't find  a tutorial in adobe tv....
    thanks !!

    The short answer is that you'll put the source clip(s) for each inset on a different video track, all stacked up. Then use the Scale and Position effects (under "Motion" on the Effect Controls panel) to reduce their size and place them where you want.
    If the content of an inset will involve edited content (where you're cutting among various clips or just trimming out unwanted content from a single clip), then you'll probably find it easier to do all those edits in one sequence, then nest that sequence in the master sequence, where you apply the Scale and Positioning effects. That will save the step of applying the scale and position effects to each edited track item.

  • How to get a DDE advise link working on a DDE server with more than one topic on the same service, and with an equal item name?

    When I create a DDE server with serveral topics, all on the same service and with the same item name (different topic), it appears that an advise link does not function properly. It doesn't work at all, it update only when the advise link is terminated or only one of the topics can use an advise link.
    eg.
    On one DDE server I have 2 topics:
    topic1:
    servicename: DDEserver
    topicname : C(1)
    itemnames : P(1), P(2), P(3)
    topic2:
    servicename: DDEserver
    topicname : C(2)
    itemnames : P(1), P(2), P(3)
    Only the topicnames differ!
    Now I can't get an advise link working on one of the items (sometimes on one, but not
    on another).
    Normal (non-advise) links are working fine however.
    (In my case there is no other solution since this DDEserver should be compatible with an older one, created earlier.)

    I really don't know DDE very well. It is usually recommended that you switch to using ActiveX. You may not be correctly configuring the netDDE server. There is an example in the reource library that shows how to do this. You may also want to look at the DDE advise examples that came with LabVIEW 5.1 and earlier.

  • HOW TO PUT TWO PANNEL IN THE SAME PAGE

    HI ALL
    I NEED TO KNOW HOW TO PUT TWO PANNEL IN THE SAME PAGE TO FULLY UTILIZE FULL PAGE AREA BECAUSE THE PANNEL WIDTH IS TOO SMALL , SO I WANT TO MAKE THE PAPER CONTAIN TO PANNELS VERTICALLY.
    THANK YOU

    So Barb,
    I like to use multiple desktops and move back and forth between then using gestures. At the moment I have 5 open: Chrome, Firefox, Safari, Photoshop CS 6 and a desktop. I use "gestures" to navigate between them:
    Mac Basics: Multi-Touch gestures - Apple Support
    and I use Mission Control (F3) to move the various desktops around in the order I want them.
    Mac Basics: Mission Control - Apple Support
    So say I'm searching for a photo to open in CS 6, I find it on the open desktop then hit select "open" in CS 6 and go to that folder in the select pane.
    Even right now I'm typing this in Safari and "gesturing" back to Chrome where I did the search about multi touch and mission control. I drag copy the URL there  and gestured back here to paste the URL into this text.
    If you did a lot of photo searches, I set professional clients of mine in Chicago up with dual monitors (In this case you'd have an external monitor on extended desktop.). So all you need to do is just glance over at the second monitor slide your cursor over there open stuff up find your photo and go back to Photoshop and open it up.
    Hope this helps.

  • HT3924 Why TDM exclusive to the iMac? Shouldn't any Mac from 2009 with the correct port have the same option?

    Why Target Display Mode exclusive to the iMac? Shouldn't any Mac from 2009 with the correct ports have the same option? Is there a physical limitation that prevents MacBook Pro/Air notebooks with thunderbolt ports from entering Target Display Mode? Or does someone just need to poke the OSX development team with a stick?

    that was the route I took this time when I updated to 10.5.6 - the downloaded combo updater rather than the smaller (half the size) Mac updater...
    Pretty sure this is a combination of MTU, 2Wire 2701 oddities and me not knowing how to solve them directly (as well as the ipv6 stuff that's still showing in the logs despite IPv6 being turned off).
    Anyhow, I did get it connected under the Ambit finally (took restarting the mac, not expecting that in the "switch" from windows xp)- and that really rocked. Now I'm working on teaching my 2Wire to be a dumb modem, to go with the operator
    Actually, I think I'll just cut my losses for the moment and go with cable, once I find a good wireless router to connect the media center and xp box up front.

Maybe you are looking for

  • How do i have a table repeat information in all levels...

    Hi, Hoping i am going to do a good job explaining what i need to do.. Basically I have a table with 3 groups State level Agency level Producer level table with calculation that calculates the ratio... and sums based on the sproc I want the table to r

  • Camera Raw 8.7.1 color issues

    After the recent camera raw update to 8.7.1 I have noticed some pretty bad color shifts between camera raw and photoshop cs6. The colors in camera raw look very saturated and then when moving into photoshop the saturation shift is pretty dramatic. I

  • Reg: Configuring the User-Defined Message Search

    Hi Experts ! I am getting an error while configuring the user defined message search. Followed all the step mentioned in the sap help documentation. http://help.sap.com/saphelp_nwpi711/helpdata/en/48/c85598f63335bfe10000000a42189d/frameset.htm The la

  • Primary Database and Standby Database sync

    How to know that standby database is in sync with primary database?

  • Trim support for SSD on Marvel controller?

    I read somewhere that the 6Gbs Marvell 9128 ports do not support trim on an SSD.  Is this true?  I also heard that the RAID support for the Intel P67 ports are much more better than the Marvel Ports.  This is what I am trying to do, and am wondering