Newbie ACE Ques:

Hi
Cat6k
"sup-bootdisk:s72033-ipservicesk9-mz.122-18.SXF8.bin"
ACE10-6500-K9 with 3.0(0)A1(3b)
What is the recommend way for session persistence or if no recommend, what do most folks use? IP-Source-Address, Cookie injection from ACE or Cookie injection from the WebServers
I am testin IP-Source-address. Any body can post sample configs?

First UPGRADE.
A1(3b) is DEAD !!!
Go to A2(1.1) as soon as possible.
The best sticky method for HTTP traffic is most probably cookie injection from ACE.
But more CPU intensive than sticky source-ip.
Gilles.

Similar Messages

  • NEWBIE JSP QUES

    I'm really new at jsp, and have a frustratingly simple question. All I'm trying to do is get a .jsp page to display in internet explorer. So I create the file and put this in it:
    <%
    String test = "this is a test";
    %>
    <html>
    <%=test%>
    </html>
    And nothing displays!!! I've also tried not using "Sting" before the variable, but it still shows nothing when I open the file in Internet Explorer. Any explanation would be appreciated.

    all I did was download and install j2sdkee1.2.1 from java.sun.com. (already having jdk 1.2.2 on my system) and then ran j2ee.bat (in ROOT:\j2sdkee1.2.1\bin). This started the J2ee server. Then all I did was put my .jsp files in the ROOT:\j2sdkee1.2.1\public_html folder and point my browser to http://localhost:8000/<name of jsp>.jsp.
    So do I need to get Tomcat?

  • Newbie: Advanced Queing sample...

    Hello,
    I'm new to Oracle AQ, so I'm researching whether or not this is what we want to use - we would like to setup a messaging queue to be accessed using web services and soap calls via the internet.
    I see the advanced queuing sample for Oracle 9i, but we have installed the Oracle 10g database - I'm wondering if I can just install and run that sample as is? Or is their a better sample out there I can reference for the web service wrappers around the enqueue/dequeue messages, and how to set that up?
    Can anyone point me in the right direction for a good sample app to reference for the developing the client app for referencing Oracle AQ?
    Thanks,
    Greg

    You have to install the samples from the companion disk or download, but the samples are older than 10g. Also read the docs on this and you may find some answers to what you need to do.
    ben

  • Newbie ques : How to get the list of all tables in the database

    Hi,
    I'm very new to Oracle (using Oracle8i currently). I wanted to know if there is a way to get the list of all tables in the database. Like in mySQL you can use the command " show tables" to get the list of all the tables.
    Any help will e greatly appreciated. Please "cc" any reply to [email protected] also.
    thanks
    Deven

    Hi
    Select table_name, owner from all_tables;
    will give u all the tables in the database.
    all_tables, dba_tables, user_tables
    all_objects, dba_objects, dba_objects
    there are many, more tables. login as system and query the tab and try to describe the tables.
    Thanks
    Malar

  • Newbie ques about timeout

    Actually is there a way to set the timeout on a JSP page? Say you invoke a SQL query that takes a long time to return.

    You can change the timeout of your current session with the 'setMaxInactiveInterval(...)' method in the HttpSession class, like this:
       int secondsTimeOut = 3600; // 1 hour timeout
       session.setMaxInactiveInterval(secondsTimeOut); // set the current session to timeout in 1 hour
    ...

  • Need help to Configure Cisco ACE 4710 Cluster Deployment

    Dear Experts,
    I'm newbie for Cisco ACE 4710, and still I'm in learning stage. Meanwhile I got chance at my work place to deploy a Cisco ACE 4710 cluster which should load balance the traffic between  two Application Servers based on HTTP and HTTPS traffic. So I was looking for good deployment guide in Cisco SBA knowledge base then finall found this guide.
    http://www.cisco.com/en/US/docs/solutions/SBA/February2013/Cisco_SBA_DC_AdvancedServer-LoadBalancingDeploymentGuide-Feb2013.pdf
    This guide totally fine with my required deployment model. I have same deployment environment as this guide contains with ACE cluster that connects to two Cisco 3750X (Stack) switches. But I have some confusion places in this guide
    This guide follow the "One-armed mode" as a deployment method. But when I go through it further I have noticed that they have configured server VLAN as a 10.4.49.0/24 (all servers reside in it) and Client side VIP also in same VLAN which is 10.4.49.100/24 (even NAT pool also).
    My confusion is, as I have learned about Cisco ACE 4710 one-armed mode deployment method, it should has two VLAN segments, one for Client side which client request come and hit the VIP and then second one for Server side. which means besically two VLANs. So please be kind enough to go through above document then tell me where is wrong, what shoud I need to do for the best. Please this is an urgent, so need your help quickly.
    Thanks....!
    -Amal-

    Dear Kanwal,
    I need quick help for you. Following are the Application LB requirements which I received from my clinet side.
    Following detail required for configuring Oracle EBS Apps tier on HA:
    LBR IP and Name required to configure EBS APPS Tier (i.e, ap1ebs & ap2ebs nodes)
    Suggested IP and Name for LBR:
    IP : 172.25.45.x [should be on same 172.25.45 subnet of ap1ebs & ap2ebs nodes]
    ebiz.xxxx.lk [on port 80 for http protocol accessibility]
    This LBR IP & name must be resolve and respond on DNS network
    Server Farm detail for LBR Setup
    Following detail will be use for configuring the LBR:
    LBR IP and Name :
    IP : 172.25.45.x [should be on same 172.25.45 subnet of ap1ebs & ap2ebs nodes]
    ebiz.xxxx.lk [on port 80 for http protocol accessibility]
    This LBR IP & name must be resolve and respond on DNS network
    Server Farm Detail for LBR setup:
    Server 1 (EBS App1 Node, ap1ebs):
    IP : 172.25.45.19
    Server Name: ap1ebs.xxxx.lk [ap1ebs hostname is an example, actual hostname will be use]
    Protocol: http
    Port: 8000
    Server 2 (EBS App2 Node, ap2ebs):
    IP : 172.25.45.20
    Server Name: ap2ebs.xxxx.lk [ap2ebs hostname is an example, actual hostname will be use]
    Protocol: http
    Port: 8000
    Since my client needs to access URL ebiz.xxxx.lk which should be resolved by IP 172.25.45.21 (virtual IP) via http (80) before they deploy the app on the two servers I just ran web service on both servers (Linux) and was trying to access http://172.25.45.21 it was working fine and gave me index.html page. Now after my client has deployed the application then when he tries to access the page http://172.25.45.21 he cannot see his main login page. But still my testing web servers are there on both servers when I type http://172.25.45.21 it will get index.html page, but not my client web login page. What can I do for this ?
    Following are my latest config :
    probe http Get-Method
      description Check to url access /OA_HTML/OAInfo.jsp
      interval 10
      faildetect 2
      passdetect interval 30
      request method get url /OA_HTML/OAInfo.jsp
      expect status 200 200
    probe udp http-8000-iRDMI
      description IRDMI (HTTP - 8000)
      port 8000
    probe http http-probe
      description HTTP Probes
      interval 10
      faildetect 2
      passdetect interval 30
      passdetect count 2
      request method get url /index.html
      expect status 200 200
    probe https https-probe
      description HTTPS traffic
      interval 10
      faildetect 2
      passdetect interval 30
      passdetect count 2
      ssl version all
      request method get url /index.html
    probe icmp icmp-probe
      description ICMP PROBE FOR TO CHECK ICMP SERVICE
    rserver host ebsapp1
      description ebsapp1.xxxx.lk
      ip address 172.25.45.19
      conn-limit max 4000000 min 4000000
      probe icmp-probe
      probe http-probe
      inservice
    rserver host ebsapp2
      description ebsapp2.xxxx.lk
      ip address 172.25.45.20
      conn-limit max 4000000 min 4000000
      probe icmp-probe
      probe http-probe
      inservice
    serverfarm host ebsppsvrfarm
      description ebsapp server farm
      failaction purge
      predictor response app-req-to-resp samples 4
      probe http-probe
      probe icmp-probe
      inband-health check log 5 reset 500
      retcode 404 404 check log 1 reset 3
      rserver ebsapp1 80
        conn-limit max 4000000 min 4000000
        probe icmp-probe
        inservice
      rserver ebsapp2 80
        conn-limit max 4000000 min 4000000
        probe icmp-probe
        inservice
    sticky http-cookie jsessionid HTTP-COOKIE
      cookie insert browser-expire
      replicate sticky
      serverfarm ebsppsvrfarm
    class-map type http loadbalance match-any default-compression-exclusion-mime-type
      description DM generated classmap for default LB compression exclusion mime types.
      2 match http url .*gif
      3 match http url .*css
      4 match http url .*js
      5 match http url .*class
      6 match http url .*jar
      7 match http url .*cab
      8 match http url .*txt
      9 match http url .*ps
      10 match http url .*vbs
      11 match http url .*xsl
      12 match http url .*xml
      13 match http url .*pdf
      14 match http url .*swf
      15 match http url .*jpg
      16 match http url .*jpeg
      17 match http url .*jpe
      18 match http url .*png
    class-map match-all ebsapp-vip
      2 match virtual-address 172.25.45.21 tcp eq www
    class-map type management match-any remote_access
      2 match protocol xml-https any
      3 match protocol icmp any
      4 match protocol telnet any
      5 match protocol ssh any
      6 match protocol http any
      7 match protocol https any
      8 match protocol snmp any
    policy-map type management first-match remote_mgmt_allow_policy
      class remote_access
        permit
    policy-map type loadbalance first-match ebsapp-vip-l7slb
      class default-compression-exclusion-mime-type
        serverfarm ebsppsvrfarm
      class class-default
        compress default-method deflate
        sticky-serverfarm HTTP-COOKIE
    policy-map multi-match int455
      class ebsapp-vip
        loadbalance vip inservice
        loadbalance policy ebsapp-vip-l7slb
        loadbalance vip icmp-reply active
        nat dynamic 1 vlan 455
    interface vlan 455
      ip address 172.25.45.36 255.255.255.0
      peer ip address 172.25.45.35 255.255.255.0
      access-group input ALL
      nat-pool 1 172.25.45.22 172.25.45.22 netmask 255.255.255.0 pat
      service-policy input remote_mgmt_allow_policy
      service-policy input int455
      no shutdown
    ft interface vlan 999
      ip address 10.1.1.1 255.255.255.0
      peer ip address 10.1.1.2 255.255.255.0
      no shutdown
    ft peer 1
      heartbeat interval 300
      heartbeat count 10
      ft-interface vlan 999
    ft group 1
      peer 1
      no preempt
      priority 110
      associate-context Admin
      inservice
    ip route 0.0.0.0 0.0.0.0 172.25.45.1
    Hope you will reply me soon
    Thanks....!
    -Amal-

  • Newbie - setting up small home network

    I'm hoping to get some advice & suggestions. I'm basically a newbie at teching w/macs - I've done some pc teching over the years and am a MS Office wiz. I'm helping an artist friend out with their home office set up after a bad experience with a Computer School Student. I'm trying to connect a week old iMac w/ a G4 laptop and an older 2004 iMac (no airport card). The office has Verizon DSL w/a linksys router --- the internet functions are fine on all machines, the new iMac & laptop connect for file sharing as well although I have the prob of not knowing the admin password and the owner can't remember it. The old 04iMac I've hotwired/hardwired through the router and get internet & email ok (its a bit slow, probly normal).
    File sharing - am I correct in assuming that the hardwired 04iMac can't do both functions (ie file share & internet) at the same time? There is space for an airport to be installed - IF the owner chose to do so, would that change the functionality (ie could I then do the file sharing & internet at the same time?).
    Password issue - ok with the laptop, I searched the files and found instructions on how to reset the password. I tried it but didn't get the prompts that the article said I would in nvram (geez I hope that's right or I'll look like a dork). I wasn't prompted for my password. I did safely get out of that screen (boy I was nervous) the passwords remained the same. I'm wondering if I missed something. I wasn't sure if I really was booted from the CD as the article stated, though I did hold the C key down while restarting?
    Any comments will be much appreciated. I'm doing pretty good and LOVE mac's. Can't wait to get my own probly MacBook Pro this year (I use the BF's off and on for now)
    Thanks in advance,
    Simply,
    Lesa

    Thank you, I got the password issue solved and the laptop and New iMac network/talk to each other fine and I can print from either machine. The 04 iMac is hard wired into the Linksys router (DSL internet service) ... I can't figure out how to connect to the other machines or the printer. I have the printer chosen in Utilities/Print Center, I have the Apple Talk - Make Apple Talk Active chosen, Location is set on Automatic. In File Sharing, I have Personal file sharing and Printer sharing checked. I have 2 accounts set up on the 04 iMac. When I type a test page in Text Edit and hit the print que, the job appears to be sent to the printer although it didn't show up in the Print Center window and almost immediately the Text Edit program crashes, this also happened in Safari as I attempted to print a test internet page and happens from both Accounts, the Admin account and my other User Account.
    I also have had some difficulty with keeping the DSL/internet connection running on the other User Account - though it seems to be working ok today.
    One other - non-networking issue is that in Mail for my other User Account, often when the machine automatically checks for or sends email we are asked for the password although we keep checking the box to save the password and I'm pretty sure I set Mail up so that we wouldn't have to re-enter the password.
    Thanks in advance - I appreciate your help and experience as well as having a place to ask questions and reach out for help.
    Simply,
    Lesa

  • JMS Newbie

    Hi Guys,
    I am newbie in JMS. Is there any way I can do Hello World with JMS in my local System..Like setting up my own Que server in local machine
    Thanks in advance for you time
    Arby_pv

    Hi Guys,
    I am newbie in JMS. Is there any way I can do
    I can do Hello World with JMS in my local System..Like
    setting up my own Que server in local machineYep -- check out Orion http://www.orionserver.com. It comes with at least 2 examples that you can check out. You can run them on your local machine without too much trouble. To enable the JMS server on your machine, remove the commented out section in server.xml (that has to do with JMS).
    Dan

  • ACE balancing problems

    Hi everyone.
    We have a customer who has a server farm formed by 3 servers with the following real ip address:
    10.10.24.5-6-7  and a virtual 10.10.24.3 as configured in the ace module.
    We found the following behavior in the session number of the servers. We can conclude that there is a server with much more sessions than the others (10.10.24.6):
    Can sombody help me telling why can happen that?
    I am attaching the ACE config as a reference
    Thanks
    ACE-DIGENERAL/OCS# sh serverfarm Herramientas_Col
    serverfarm     : Herramientas_Col, type: HOST
    total rservers : 3
                                                    ----------connections-----------
           real                  weight state        current    total              
       ---+---------------------+------+------------+----------+--------------------
       rserver: SP1
           10.10.24.5:0          8      OPERATIONAL  390         296043280         
       rserver: SP2
           10.10.24.6:0          8      OPERATIONAL  1003        3371471400         
       rserver: SP3
           10.10.24.7:0          8      OPERATIONAL  354         164816790          
    Como se puede observar el sever 10.10.24.6 posee mas del doble de conexiones que los otros 2.
    5.       En el siguiente pantallazo también se observan conexiones detalladas y los puertos por donde habla:
    ACE-DIGENERAL/OCS# sh conn serverfarm Herramientas_Col
    conn-id    np dir proto vlan source                destination           state
    ----------+--+---+-----+----+---------------------+---------------------+------+
    70         1  in  TCP   951  10.10.22.13:3837      10.10.24.3:80         ESTAB
    17239      1  out TCP   324  10.10.24.7:80         10.10.22.13:3837      ESTAB
    76         1  in  TCP   951  10.83.21.32:1419      10.10.24.3:80         ESTAB
    5531       1  out TCP   324  10.10.24.6:80         10.83.21.32:1419      ESTAB
    95         1  in  TCP   951  10.20.7.51:1702       10.10.24.3:80         ESTAB
    16237      1  out TCP   324  10.10.24.6:80         10.20.7.51:1702       ESTAB
    98         1  in  TCP   951  10.80.31.55:3188      10.10.24.3:80         ESTAB
    11995      1  out TCP   324  10.10.24.6:80         10.80.31.55:3188      ESTAB
    32749      1  in  TCP   951  10.80.21.23:1926      10.10.24.3:80         ESTAB
    108        1  out TCP   324  10.10.24.7:80         10.80.21.23:1926      ESTAB
    110        1  in  TCP   951  10.25.14.231:1705     10.10.24.3:80         ESTAB
    37994      1  out TCP   324  10.10.24.6:80         10.25.14.231:1705     ESTAB
    7438       1  in  TCP   951  10.31.102.32:2329     10.10.24.3:80         ESTAB
    141        1  out TCP   324  10.10.24.7:80         10.31.102.32:2329     ESTAB
    31247      1  in  TCP   951  10.81.36.32:1650      10.10.24.3:80         ESTAB
    151        1  out TCP   324  10.10.24.5:80         10.81.36.32:1650      ESTAB
    176        1  in  TCP   951  10.20.208.124:2598    10.10.24.3:80         ESTAB
    13219      1  out TCP   324  10.10.24.7:80         10.20.208.124:2598    ESTAB
    32576      1  in  TCP   951  10.233.9.40:1577      10.10.24.3:80         ESTAB
    233        1  out TCP   324  10.10.24.6:80         10.233.9.40:1577      ESTAB
    27499      1  in  TCP   951  10.218.16.28:2902     10.10.24.3:80         ESTAB
    244        1  out TCP   324  10.10.24.5:80         10.218.16.28:2902     ESTAB
    248        1  in  TCP   951  10.85.19.55:1540      10.10.24.3:80         ESTAB
    14014      1  out TCP   324  10.10.24.7:80         10.85.19.55:1540      ESTAB
    27166      1  in  TCP   951  10.25.22.90:1766      10.10.24.3:80         ESTAB
    254        1  out TCP   324  10.10.24.6:80         10.25.22.90:1766      ESTAB
    380        1  in  TCP   951  10.23.22.62:1855      10.10.24.3:80         ESTAB
    11563      1  out TCP   324  10.10.24.6:80         10.23.22.62:1855      ESTAB
    397        1  in  TCP   951  10.212.35.30:1540     10.10.24.3:80         ESTAB
    15491      1  out TCP   324  10.10.24.7:80         10.212.35.30:1540     ESTAB
    35588      1  in  TCP   951  10.100.30.5:1773      10.10.24.3:80         ESTAB
    405        1  out TCP   324  10.10.24.6:80         10.100.30.5:1773      ESTAB
    31392      1  in  TCP   951  10.216.27.41:1524     10.10.24.3:80         ESTAB
    449        1  out TCP   324  10.10.24.6:80         10.216.27.41:1524     ESTAB
    592        1  in  TCP   951  10.25.21.219:1364     10.10.24.3:80         ESTAB
    2988       1  out TCP   324  10.10.24.5:80         10.25.21.219:1364     ESTAB
    614        1  in  TCP   951  10.25.42.221:1517     10.10.24.3:80         ESTAB
    18877      1  out TCP   324  10.10.24.6:80         10.25.42.221:1517     ESTAB
    21553      1  in  TCP   951  10.80.39.123:1634     10.10.24.3:80         ESTAB
    652        1  out TCP   324  10.10.24.6:80         10.80.39.123:1634     ESTAB
    13640      1  in  TCP   951  10.206.2.34:1385      10.10.24.3:80         ESTAB
    708        1  out TCP   324  10.10.24.6:80         10.206.2.34:1385      ESTAB
    26959      1  in  TCP   951  10.100.30.7:1289      10.10.24.3:80         ESTAB
    719        1  out TCP   324  10.10.24.5:80         10.100.30.7:1289      ESTAB
    29277      1  in  TCP   951  10.100.202.50:1248    10.10.24.3:80         ESTAB
    758        1  out TCP   324  10.10.24.5:80         10.100.202.50:1248    ESTAB
    6185       1  in  TCP   951  10.25.27.222:1497     10.10.24.3:80         ESTAB
    760        1  out TCP   324  10.10.24.6:80         10.25.27.222:1497     ESTAB
    767        1  in  TCP   951  10.97.21.28:1821      10.10.24.3:80         ESTAB
    23511      1  out TCP   324  10.10.24.7:80         10.97.21.28:1821      ESTAB
    826        1  in  TCP   951  10.31.105.140:3810    10.10.24.3:80         ESTAB
    13460      1  out TCP   324  10.10.24.6:80         10.31.105.140:3810    ESTAB
    21987      1  in  TCP   951  10.25.31.213:1855     10.10.24.3:80         ESTAB
    839        1  out TCP   324  10.10.24.5:80         10.25.31.213:1855     ESTAB
    874        1  in  TCP   951  10.88.29.27:1503      10.10.24.3:80         ESTAB
    29839      1  out TCP   324  10.10.24.6:80         10.88.29.27:1503      ESTAB
    945        1  in  TCP   951  10.27.122.13:1286     10.10.24.3:80         ESTAB
    32298      1  out TCP   324  10.10.24.6:80         10.27.122.13:1286     ESTAB
    24330      1  in  TCP   951  10.40.21.50:2368      10.10.24.3:80         ESTAB
    954        1  out TCP   324  10.10.24.6:80         10.40.21.50:2368      ESTAB
    961        1  in  TCP   951  10.80.26.76:1414      10.10.24.3:80         ESTAB
    11176      1  out TCP   324  10.10.24.5:80         10.80.26.76:1414      ESTAB
    28989      1  in  TCP   951  10.91.22.38:1408      10.10.24.3:80         ESTAB
    985        1  out TCP   324  10.10.24.5:80         10.91.22.38:1408      ESTAB
    1006       1  in  TCP   951  10.217.4.20:1522      10.10.24.3:80         ESTAB
    26946      1  out TCP   324  10.10.24.5:80         10.217.4.20:1522      ESTAB
    8360       1  in  TCP   951  10.11.3.28:1679       10.10.24.3:80         ESTAB
    1020       1  out TCP   324  10.10.24.6:80         10.11.3.28:1679       ESTAB
    9498       1  in  TCP   951  10.25.42.221:1519     10.10.24.3:80         ESTAB
    1031       1  out TCP   324  10.10.24.6:80         10.25.42.221:1519     ESTAB
    18510      1  in  TCP   951  10.165.55.51:1232     10.10.24.3:80         ESTAB
    1072       1  out TCP   324  10.10.24.7:80         10.165.55.51:1232     ESTAB
    5583       1  in  TCP   951  10.25.14.12:2086      10.10.24.3:80         ESTAB
    1142       1  out TCP   324  10.10.24.6:80         10.25.14.12:2086      ESTAB
    39713      1  in  TCP   951  10.25.36.58:1663      10.10.24.3:80         ESTAB
    1144       1  out TCP   324  10.10.24.7:80         10.25.36.58:1663      ESTAB
    8601       1  in  TCP   951  10.217.26.34:1677     10.10.24.3:80         ESTAB
    1167       1  out TCP   324  10.10.24.6:80         10.217.26.34:1677     ESTAB
    17209      1  in  TCP   951  10.165.40.45:1526     10.10.24.3:80         ESTAB
    1173       1  out TCP   324  10.10.24.5:80         10.165.40.45:1526     ESTAB
    18708      1  in  TCP   951  10.31.105.137:3714    10.10.24.3:80         ESTAB
    1175       1  out TCP   324  10.10.24.6:80         10.31.105.137:3714    ESTAB
    1180       1  in  TCP   951  10.201.18.40:4777     10.10.24.3:80         ESTAB
    6528       1  out TCP   324  10.10.24.6:80         10.201.18.40:4777     ESTAB
    1214       1  in  TCP   951  10.31.104.46:1501     10.10.24.3:80         ESTAB
    5924       1  out TCP   324  10.10.24.6:80         10.31.104.46:1501     ESTAB
    1228       1  in  TCP   951  10.231.37.32:1161     10.10.24.3:80         ESTAB
    15171      1  out TCP   324  10.10.24.6:80         10.231.37.32:1161     ESTAB
    28431      1  in  TCP   951  10.25.5.76:2317       10.10.24.3:80         ESTAB
    1293       1  out TCP   324  10.10.24.5:80         10.25.5.76:2317       ESTAB
    1328       1  in  TCP   951  10.201.2.26:1293      10.10.24.3:80         ESTAB
    19276      1  out TCP   324  10.10.24.7:80         10.201.2.26:1293      ESTAB
    1356       1  in  TCP   951  10.80.23.27:1396      10.10.24.3:80         ESTAB
    4141       1  out TCP   324  10.10.24.6:80         10.80.23.27:1396      ESTAB
    1368       1  in  TCP   951  10.80.36.124:1428     10.10.24.3:80         ESTAB
    19905      1  out TCP   324  10.10.24.6:80         10.80.36.124:1428     ESTAB
    30280      1  in  TCP   951  10.25.8.11:4836       10.10.24.3:80         ESTAB
    1438       1  out TCP   324  10.10.24.6:80         10.25.8.11:4836       ESTAB
    1478       1  in  TCP   951  10.216.6.46:4153      10.10.24.3:80         ESTAB
    12312      1  out TCP   324  10.10.24.6:80         10.216.6.46:4153      ESTAB
    23389      1  in  TCP   951  10.211.30.38:1593     10.10.24.3:80         ESTAB
    1527       1  out TCP   324  10.10.24.6:80         10.211.30.38:1593     ESTAB
    1562       1  in  TCP   951  10.90.21.58:2889      10.10.24.3:80         ESTAB
    36398      1  out TCP   324  10.10.24.7:80         10.90.21.58:2889      ESTAB
    1587       1  in  TCP   951  10.84.22.29:2121      10.10.24.3:80         ESTAB
    37031      1  out TCP   324  10.10.24.6:80         10.84.22.29:2121      ESTAB
    1624       1  in  TCP   951  10.25.21.218:1465     10.10.24.3:80         ESTAB
    4941       1  out TCP   324  10.10.24.6:80         10.25.21.218:1465     ESTAB

    Hello!
    A "show connection serverfarm Herramientas_Col detail"  and "show sticky database group POOL3" would be handy in this situation.  You have sticky configured which will intentionally throw off the loadbalancing predictor.  My guess at this point is that rserver SP2 might not close connections in the same manner that SP1 and SP3 do.  If that was true, that would result in a longer connection time, which means the sticky database would not idle out as fast, hence more connection for SP2.
    Regards,
    Chris

  • Does reading ACE certification study guides help me understand photoshop?

    There are plenty of tutorials online teaching people how to do this and that; but for a newbie like me, the biggest problem is, I can follow the recipes, but most of the time, I don't understand the reason behind them. I have been wondering if these things would become more obvious and intuitive if I have a fundamental understanding of the tools first.
    Adobe seems to give out certification exams.  I am just wondering if it would be helpful to buy a exam study guide and read it through (not necessarily going for the certification).  Has anyone done it?  What guide is the best? Or do these guides are just more advanced recipes without explaining anything either?

    I would suggest that you look at Adobe Classroom in a Book Photoshop CS5, Adobe Press.
    It does a good job of sharing the "why," almost as much as the "how." I feel that too many books, and tutorials skip the why, while only concentrating on the how. Many of the ACE questions come from the chapter review material, which is in Q&A form.
    Good luck,
    Hunt

  • Examen certificación adobe ACE, y ACI en España

    Hola a todos soy nuevo en este foro, llevo tiempo trabajando con Photoshop e Illustrator y quisiera certificarme como experto en estos programas pero no consigo encontrar sitios donde se puedan realizar estos examenes, se que son en ingles pero no importa lo que quiero saber es si alguien lo ha realizado y donde los ha hecho, cuanto le costo, etc... Un listado de centros donde se realizan estos examenes no vendria mal a nadie, a no ser que sean a través de internet en todo caso donde deberiamos dirigirnos a la pagina de adobe talvez. Un saludo para todos espero que alguien me pueda sacar de dudas y mil gracias.

    Talvez te convenga echarle una mirada a este hilo:
    Juan Velez, "VALE LA PENA CERTIFICARSE COMO EXPERTO DE ADOBE - ACE-" #, 17 Jan 2007 8:53 am

  • Por que no puedo abrir photoshop

    por que no puedo abrir photoshop

    Versión (Adobe Photoshop): 2014.2.1 20141014.r.257 2014/10/14:23:59:59 CL 987299  x64
    Sistema operativo: Windows 8 64 bits
    Versión: 6.2
    Arquitectura del sistema: Intel  Familia CPU:6, Modelo:10, Versión:9 con MMX, Número entero SSE, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading
    Cantidad de procesadores físicos: 4
    Cantidad de procesadores lógicos: 8
    Vel. del procesador: 2395 MHz
    Memoria incorporada: 8078 MB
    Memoria libre: 4374 MB
    Memoria disponible para Photoshop: 7019 MB
    Memoria usada por Photoshop: 70 %
    Impresión 3D multitono: Deshabilitado.
    Windows 2x IU: Deshabilitado.
    Highbeam: Habilitado.
    Tamaño de azulejos de la imagen: 1024K
    Niveles de caché de imagen: 4
    Vista previa de fuentes: Medio
    TextComposer: Latino
    Pantalla: 1
    Mostrar límites: superior= 0, izquierdo= 0, inferior= 900, derecho= 1600
    Dibujo OpenGL: Deshabilitado.
    GPU antiguas admitidas en OpenGL: No detectado.
    Modo de dibujo de OpenGL: Avanzado
    Modo normal admitido en OpenGL: Verdadero.
    Modo avanzado admitido en OpenGL: Verdadero.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=2
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=2112
    glgpu[0].GLName="Intel(R) HD Graphics 4000"
    glgpu[0].GLVendor="Intel"
    glgpu[0].GLVendorID=32902
    glgpu[0].GLDriverVersion="9.17.10.2875"
    glgpu[0].GLRectTextureSize=8192
    glgpu[0].GLRenderer="Intel(R) HD Graphics 4000"
    glgpu[0].GLRendererID=358
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd 32"
    glgpu[0].GLDriverDate="20121017000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.30 - Build 9.17.10.2875"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447 ]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[80]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[1024]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[64]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    clgpu[0].CLPlatformVersion="1.1 "
    clgpu[0].CLDeviceVersion="1.1 "
    clgpu[0].CLMemoryMB=1624
    clgpu[0].CLName="Intel(R) HD Graphics 4000"
    clgpu[0].CLVendor="Intel(R) Corporation"
    clgpu[0].CLVendorID=32902
    clgpu[0].CLDriverVersion="9.17.10.2875"
    clgpu[0].CUDASupported=0
    clgpu[0].CLBandwidth=1.67893e+010
    clgpu[1].CLPlatformVersion="1.1"
    clgpu[1].CLDeviceVersion="1.1 CUDA"
    clgpu[1].CLMemoryMB=2048
    clgpu[1].CLName="GeForce GT 635M"
    clgpu[1].CLVendor="NVIDIA Corporation"
    clgpu[1].CLVendorID=4318
    clgpu[1].CLDriverVersion="344.75"
    clgpu[1].CUDASupported=1
    clgpu[1].CUDAVersion="6.5.30"
    clgpu[1].CLBandwidth=2.4855e+010
    Tipo de licencia: Suscripción
    Número de serie: 94070709000950597437
    Carpeta de la aplicación: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Ruta de archivo temporal: C:\Users\EDUARDO\AppData\Local\Temp\
    Memoria virtual de Photoshop con E/S asíncrona habilitada
    Volúmenes de memoria virtual:
      De arranque, 372,3 G , 116,9 G  libre
    Carpeta de plugins obligatorios: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Carpeta de plugins primarios: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Componentes instalados:
        A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
        ACE.dll   ACE 2014/08/12-23:42:09   79.557478   79.557478
        adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
        AdbePM.dll   PatchMatch 2014/09/07-21:07:38   79.558079   79.558079
        AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
        AdobeOwl.dll   Adobe Owl   5.2.4  
        AdobePDFL.dll   PDFL 2014/08/18-15:13:12   79.512424   79.512424
        AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
        AdobeXMP.dll   Adobe XMP Core 2014/08/20-09:53:02   79.156797   79.156797
        AdobeXMPFiles.dll   Adobe XMP Files 2014/08/20-09:53:02   79.156797   79.156797
        AdobeXMPScript.dll   Adobe XMP Script 2014/08/20-09:53:02   79.156797   79.156797
        adobe_caps.dll   Adobe CAPS   8,0,0,13  
        AGM.dll   AGM 2014/08/12-23:42:09   79.557478   79.557478
        ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
        amtlib.dll   AMTLib (64 Bit)   8.0.0.122212002 BuildVersion: 8.0; BuildDate: Wed Jul 30 2014 15:59:34)   1.000000
        ARE.dll   ARE 2014/08/12-23:42:09   79.557478   79.557478
        AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
        AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
        Bib.dll   BIB 2014/08/12-23:42:09   79.557478   79.557478
        BIBUtils.dll   BIBUtils 2014/08/12-23:42:09   79.557478   79.557478
        boost_date_time.dll   photoshopdva   8.0.0  
        boost_signals.dll   photoshopdva   8.0.0  
        boost_system.dll   photoshopdva   8.0.0  
        boost_threads.dll   photoshopdva   8.0.0  
        cg.dll   NVIDIA Cg Runtime   3.0.00007  
        cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
        CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
        CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
        CoolType.dll   CoolType 2014/08/12-23:42:09   79.557478   79.557478
        dvaaudiodevice.dll   photoshopdva   8.0.0  
        dvacore.dll   photoshopdva   8.0.0  
        dvamarshal.dll   photoshopdva   8.0.0  
        dvamediatypes.dll   photoshopdva   8.0.0  
        dvametadata.dll   photoshopdva   8.0.0  
        dvametadataapi.dll   photoshopdva   8.0.0  
        dvametadataui.dll   photoshopdva   8.0.0  
        dvaplayer.dll   photoshopdva   8.0.0  
        dvatransport.dll   photoshopdva   8.0.0  
        dvaui.dll   photoshopdva   8.0.0  
        dvaunittesting.dll   photoshopdva   8.0.0  
        dynamiclink.dll   photoshopdva   8.0.0  
        ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
        icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
        icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
        igestep30.dll   IGES Reader   9.3.0.113  
        imslib.dll   IMSLib DLL   7.0.0.154  
        JP2KLib.dll   JP2KLib 2014/06/28-00:28:27   79.254012   79.254012
        libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
        libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
        libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
        LogSession.dll   LogSession   7.2.1.3399  
        mediacoreif.dll   photoshopdva   8.0.0  
        MPS.dll   MPS 2014/08/18-23:43:19   79.557676   79.557676
        pdfsettings.dll   Adobe PDFSettings   1.04  
        Photoshop.dll   Adobe Photoshop CC 2014   15.2.1  
        Plugin.dll   Adobe Photoshop CC 2014   15.2.1  
        PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
        PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.2.0.52  
        PSArt.dll   Adobe Photoshop CC 2014   15.2.1  
        PSViews.dll   Adobe Photoshop CC 2014   15.2.1  
        SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
        ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
        svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
        tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
        tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
        TfFontMgr.dll   FontMgr   9.3.0.113  
        TfKernel.dll   Kernel   9.3.0.113  
        TFKGEOM.dll   Kernel Geom   9.3.0.113  
        TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
        updaternotifications.dll   Adobe Updater Notifications Library   8.0.0.14 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   8.0.0.14
        VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
        VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
        WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
        wu3d.dll   U3D Writer   9.3.0.113  
    Plugins obligatorios:
        3D Studio 15.2.1 (2014.2.1 x001 x003)
        Ángulo ancho adaptable 15.2.1
        Azulejo de mosaico 15.2.1
        Azulejos 15.2.1
        Bajorrelieve 15.2.1
        BMP 15.2.1
        Bordes acentuados 15.2.1
        Bordes añadidos 15.2.1
        Bordes rasgados 15.2.1
        Bordes resplandecientes 15.2.1
        Camera Raw 8.7
        Carboncillo 15.2.1
        Cineon 15.2.1 (2014.2.1 x001 x003)
        Collada 15.2.1 (2014.2.1 x001 x003)
        Color diluido 15.2.1
        Colores NTSC 15.2.1 (2014.2.1 x001 x003)
        Compatibilidad con secuencias de comandos 15.2.1
        CompuServe GIF 15.2.1
        Conté Crayon 15.2.1
        Contornos con tinta 15.2.1
        Coordenadas polares 15.2.1
        Corrección de lente 15.2.1
        Cristal 15.2.1
        Cristalizar 15.2.1
        Cromo 15.2.1
        Cuarteado 15.2.1
        Curtosis 15.2.1 (2014.2.1 x001 x003)
        Desenfoque de lente 15.2.1
        Desenfoque radial 15.2.1
        Desenfoque suavizado 15.2.1
        Desentrelazar 15.2.1
        Desplazar 15.2.1
        Destello 15.2.1
        Desviación estándar 15.2.1 (2014.2.1 x001 x003)
        Dicom 15.2.1
        Distorsionar 15.2.1
        Eazel Acquire 15.2.1 (2014.2.1 x001 x003)
        Encoger 15.2.1
        Entropía 15.2.1 (2014.2.1 x001 x003)
        Escayola 15.2.1
        Esferizar 15.2.1
        Espátula 15.2.1
        Esponja 15.2.1
        Estabilizador de imagen 15.2.1
        Estilográfica 15.2.1
        Exportar tablas de consulta de colores NO VERSION
        Extrusión 15.2.1
        Fibras 15.2.1
        Filtro Conjunto de imágenes 15.2.1 (2014.2.1 x001 x003)
        Filtro de Camera Raw 8.7
        Filtro para recortar y enderezar fotografías  15.2.1
        Flash 3D 15.2.1 (2014.2.1 x001 x003)
        Formato IFF 15.2.1
        Fotocopia 15.2.1
        Fresco 15.2.1
        Galería de filtros 15.2.1
        Google Earth 4 15.2.1 (2014.2.1 x001 x003)
        Grabado 15.2.1
        Granulado 15.2.1
        Grietas 15.2.1
        Guardar para Web 15.2.1
        HDRMergeUI 15.2.1
        HSB/HSL 15.2.1
        IGES 15.2.1 (2014.2.1 x001 x003)
        Incrustar marca de agua 4.0
        Interpretar consulta de cuadrícula de colores NO VERSION
        JPEG 2000 15.2.1
        Lápiz de color 15.2.1
        Leer marca de agua 4.0
        Lenguaje de modelado de realidad virtual | VRML 15.2.1 (2014.2.1 x001 x003)
        Licuar 15.2.1
        Manchas 15.2.1
        Mapa de bits inalámbrico 15.2.1 (2014.2.1 x001 x003)
        Matlab Operation 15.2.1 (2014.2.1 x001 x003)
        Máxima 15.2.1 (2014.2.1 x001 x003)
        Mediana 15.2.1 (2014.2.1 x001 x003)
        Mínima 15.2.1 (2014.2.1 x001 x003)
        Modelo de semitono 15.2.1
        Molinete 15.2.1
        Motor 3D de Photoshop 15.2.1 (2014.2.1 x001 x003)
        Nubes 15.2.1 (2014.2.1 x001 x003)
        Nubes de diferencia 15.2.1 (2014.2.1 x001 x003)
        Núcleo de medida 15.2.1 (2014.2.1 x001 x003)
        Oblicuidad 15.2.1 (2014.2.1 x001 x003)
        Onda 15.2.1
        Ondas marinas 15.2.1
        OpenEXR 15.2.1
        Papel con relieve 15.2.1
        Papel húmedo 15.2.1
        PCX 15.2.1 (2014.2.1 x001 x003)
        Película granulada 15.2.1
        Photoshop Touch 14.0
        Pincel seco 15.2.1
        Pinceladas 15.2.1
        Pintar debajo 15.2.1
        Pixar 15.2.1 (2014.2.1 x001 x003)
        Plastificado 15.2.1
        PLY 15.2.1 (2014.2.1 x001 x003)
        PNG 15.2.1
        Portable Bit Map 15.2.1 (2014.2.1 x001 x003)
        PRC 15.2.1 (2014.2.1 x001 x003)
        Promediar 15.2.1 (2014.2.1 x001 x003)
        Promedio 15.2.1 (2014.2.1 x001 x003)
        Puntillista 15.2.1
        Punto de fuga 15.2.1
        Radiance 15.2.1 (2014.2.1 x001 x003)
        Rango 15.2.1 (2014.2.1 x001 x003)
        Recortar y enderezar fotografías 15.2.1 (2014.2.1 x001 x003)
        Resplandor de neón 15.2.1
        Resplandor difuso 15.2.1
        Retazos 15.2.1
        Reticulación 15.2.1
        Rizo 15.2.1
        Rutinas FastCore 15.2.1 (2014.2.1 x001 x003)
        Rutinas MMXCore 15.2.1 (2014.2.1 x001 x003)
        Salpicaduras 15.2.1
        Semitono de color 15.2.1
        Solarizar 15.2.1 (2014.2.1 x001 x003)
        Sombreado 15.2.1
        Soporte multiprocesador 15.2.1 (2014.2.1 x001 x003)
        Soporte WIA 15.2.1 (2014.2.1 x001 x003)
        STL 15.2.1 (2014.2.1 x001 x003)
        Suma 15.2.1 (2014.2.1 x001 x003)
        Sumi-e 15.2.1
        Tampón 15.2.1
        Targa 15.2.1
        Texturizar 15.2.1
        Tiza y carboncillo 15.2.1
        Trazados a Illustrator 15.2.1
        Trazos angulares 15.2.1
        Trazos con spray 15.2.1
        Trazos oscuros 15.2.1
        Trazos pastel 15.2.1
        U3D 15.2.1 (2014.2.1 x001 x003)
        Varianza 15.2.1 (2014.2.1 x001 x003)
        Vidriera 15.2.1
        Viento 15.2.1
        Wavefront|OBJ 15.2.1 (2014.2.1 x001 x003)
        Zigzag 15.2.1
    Plugins opcionales y de terceros: NINGUNO
    Plugins que no se han podido cargar: NINGUNO
    Flash:
       Bibliotecas
       Temas de Adobe Color
    Dispositivos TWAIN instalados: NINGUNO

  • Exámenes ACE en español

    Cuando será el día en que adobe actualice los exámenes de certificación ACE a español, actualmente sólo consideran los ACA que de paso su traducción deja bastante que desear, es como si escribiera "yoda" de starwars

    Eso que dices estaría muy bien. Sobre todo para los que como a mi los idiomas nos cuestan mucho. Yo me puedo manejar más o menos y con un buen diccionario con el inglés más básico, en cambio con el español... con el español me manejo bastante mejor. ¡Lo hablo desde pequeño!.
    Un saludo!.
    Nacho Cuevas.

  • Quiero obtener la certificación ACE. ¿Es conveniente obtener primero AI CS6 y luego CC; no puede ser solamente CC, según entiendo? Si puede alguien aclararme este punto. Gracias.

    Quiero obtener la certificación ACE.
    Según leí primeramente se debe obtener la certificación ACE para un producto CS6 antes que pueda hacerlo para un producto CC.
    ¿Es así o estoy equivocado?
    y si es así como digo ¿Hasta cuándo tengo tiempo para obtener la certificación ACE para un prodcuto CS6 (Illustrator en mi caso)?
    Muchas gracias.

    Muchas gracias por la explicación.
    2014-07-27 16:09 GMT-04:00 Ellis home <[email protected]>:
        Quiero obtener la certificación ACE. ¿Es conveniente obtener primero
    AI CS6 y luego CC; no puede ser solamente CC, según entiendo? Si puede
    alguien aclararme este punto. Gracias.  created by Ellis home
    <https://forums.adobe.com/people/Ellis+home> in *Foros de usuario a
    usuario* - View the full discussion
    <https://forums.adobe.com/message/6588487#6588487>

  • ACE InDesign

    Quiero prepararme a la certificación Adobe. Al contrario del MCSE por el cual encontré libros y sitios Web gratuitos con preguntas típicas, no encuentro nada para el ACE. A 150 Euro el examen, me gustaría primero saber si tengo el nivelo. Si podéis darme algunos consejos o escribir algunos ejemplos de preguntas, os agradecería mucho. Estudio en el Classroom in a Book en ingles y me voy a pasar el examen en francés. Si hay algunos que están en una situación similar (libro en ingles y examen en español) os agradecería vuestros consejos también.

    Oui, effectivement, le test en français est beaucoup plus difficile que le test en anglais.
    Ceci est probablement du au fait que les tests sont réalisés en anglais puis traduits en français.
    Pour certaines questions, la traduction n'est pas très claire, j'irais presque me permettre jusqu'à dire que certaines questions/réponses ne sont pas correctes ou n'ont pas vraiment de sens de la façon dont elles sont posées.
    Et si Adobe pouvait nous envoyer un petit message de rappel avant la date limite, ce serait apprécié. Je n'ai jamais compris pourquoi ce n'est pas fait !

Maybe you are looking for

  • How to convert  XML file to excel file

    To convert XML file to excel file. what are the jar files required. also tutorial to convert XML File to excel file

  • White screen when editing a phone number

    I have connected my iphone 3 (purchased one month ago) to itunes and restored factory settings.  Initially this seemed to work, I gave details of my internet password and apple password, then the screen returned to white. I would be grateful for any

  • Sync Option fails on my 6630

    Hi, I installed the last release of PC Suite (6.82.22 italian language) and all features look like running. I can browse contact, install applications and send SMS for instance. When I try to sync contacts and calendar with my Outlook files I get a v

  • Pentax k5 II Camera raw for cs5?

    I have CS5 and could open Raw files from Pentax K7  but now have Pentax K5 II so is there a download so not have to buy cs6?

  • Filter chain behaviour on browser disconnection

    Hi I'm trying to implement a filter that acts as a work queue. Here's the code I use in my filter: // push a new worker to the queue, the queue will wait() if there are already enough active workers. queue.push(this); // out of the queue, let the cha