Dbconsole/listener/tnsping  performance 11gR2

I am seeing performance issue while connecting to dbconsole/listener/tnsping etc & this is tail of my alert log, what could be the issue?
Fatal NI connect error 12537, connecting to:
(LOCAL=NO)
VERSION INFORMATION:
TNS for Linux: Version 11.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
Time: 04-FEB-2010 15:53:54
Tracing not turned on.
Tns error struct:
ns main err code: 12537
TNS-12537: TNS:connection closed
ns secondary err code: 12560
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
opiodr aborting process unknown ospid (22785) as a result of ORA-609
Thu Feb 04 15:53:54 2010
Fatal NI connect error 12537, connecting to:
(LOCAL=NO)
VERSION INFORMATION:
TNS for Linux: Version 11.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
Time: 04-FEB-2010 15:53:54
Tracing not turned on.
Tns error struct:
ns main err code: 12537
TNS-12537: TNS:connection closed
ns secondary err code: 12560
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
opiodr aborting process unknown ospid (22806) as a result of ORA-609
Thu Feb 04 15:54:24 2010
Starting background process SMCO
Thu Feb 04 15:54:24 2010
SMCO started with pid=21, OS id=23297

is any type of Operating System Virtualization installed on this system?

Similar Messages

  • Workflow Agent Listener Service - Performance tuning for high volume

    We have AR and Collection which initiate thousands of workflows. We also have various other workflows that run parallell activities. We have workflow backgrond engine schedule as Y,N,N for each of the item types.
    It takes many hours for the workflows to progress. In some cases the background engine stays running on the current manager for hours when it reaches flow steps that take longer. It looks like the Workflow Agent Listener Service processes a single flow at one time which is killing us when longer running processes are running. We run 1 Workflow Agent Listener Service with 30 threads assuming it would pick up and process 30 items. It is very hard to tell if we have improvement.
    Does anyone have any information on the following-
    1) is it better to have more than 1 Workflow Agent Listener Service or is 1 sufficient?
    2) is there a benefit to having multiple threads?

    Please mention the details of the application release, database version and OS.
    Can you find any errors in the workflow/database log files?
    Any locks in the database?
    Please see these doc.
    Troubleshooting WF_DEFERRED Agent Listeners Performance [ID 468650.1]
    Autoadjustment Business Events Blocking Wf_deferred Queue [ID 1120818.1]
    Performance Caused By Lock On WF_EVENT.LISTEN [ID 579471.1]
    Thanks,
    Hussein

  • Listener Log in 11gR2

    I have located my listener.log my using lsnrctl stat <listener name>
    my particular log is in $ORACLE_HOME/log/diag/tnslsnr/<host name>/<sid>/alert/log.xml
    Where is this log file and location actually specified ?
    For the same lsnrctl stat command from above, I can see my listener.ora config file. However the above listener log location is not specified in it. In fact LOG_DIRECTORY_<SID> actually points to $ORACLE_HOME/network/admin - however there are absolutely no log files there at all !
    The listener.ora does specifiy a listener_ifile.ora, however at 2 bytes in size, this file appears to be empty
    Anyone able to make sense of how 11gR2 is now doing this ?
    Jim

    Try in directory:
    $ORACLE_HOME/log/diag/tnslsnr/<host name>/<sid>/traceOr try to use SHOW TRC_DIRECTORY to get listener log directory:
    c:\>lsnrctl
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-JAN-2012 12:07:07
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> set current_listener listener
    Current Listener is listener
    LSNRCTL> show trc_directory
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    listener parameter "trc_directory" set to c:\app\oracle\diag\tnslsnr\xxx\listener\trace
    The command completed successfullyEdited by: P. Forstmann on 11 janv. 2012 12:03

  • Scripts dbconsole,listener,etc,...

    Hi when I shutdown;
    the dbconsole service,listener,database is also closed. Where can I find the scripts, so that I dont have to rerun the services, open database,etc...
    Message was edited by:
    Ricardinho

    how can I configure dbstart so that when I restart
    machine the db is opened automaticallyThis is platform dependent. If you are running unix, they have different ways of setting auto startup for applications/programs/scripts (not only for Oracle).
    So you need to know or mentioned what OS you are running, then you can get information on what to pass to the unix startup.
    But as I said, you still need to update and bulk these together in a script to be able to start Database, DB Console and Listener at the same time, then pass the unix scriptup

  • How to start the SCAN listener on new 11Gr2 install?

    Ok...starting dbca on first RAC install on the new 11Gr2 cluster.
    I was about to proceed from screen 3 to 4...and it comes up with an error saying the SCAN listener hasn't been started.
    I started what I thought was the listener with lsrnctl start...but apparently that isn't enough.
    What do I do to start the SCAN listener? I'm still a bit hazy on what this is for.....
    Thanks in advance,
    cayenne

    Man..there just is NOT a lot of good, easy to find direct documentation on this.
    I found this document that had some srvctl instructions:
    How to update the IP address of the SCAN VIP resources (ora.scan.vip) [ID 952903.1]
    And from there...I tried experimentingL
    # $GRID_HOME/bin/srvctl stop scan_listener
    # $GRID_HOME/bin/srvctl stop scan
    # $GRID_HOME/bin/srvctl status scan
    I did:
    [oracle@node1 bin]$ ./srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is not running
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is not running
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is not running
    [oracle@node1 bin]$ ./srvctl start scan
    [oracle@node1 bin]$ ./srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is running on node node5
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is running on node node3
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is running on node node4
    Trying to start the scan listener:
    [oracle@node1 bin]$ ./srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is not running
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is not running
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is not running
    [oracle@node1 bin]$ ./srvctl start scan_listener
    [oracle@node1 bin]$ ./srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node node1
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node node3
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node node4
    So...it appears I figured how to get scan and the scan listener running.
    I'm guessing I need to do some form of the srvctl add....I found this:
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e10718/srvctladmin.htm#CDDEEBCH
    On it, I found the generic instructions for add:
    srvctl add scan
    Adds Oracle Clusterware resources for the given SCAN. This command creates the same number of SCAN VIP resources as the number of IP addresses that SCAN resolves to, or 3 when network_number identifies a DHCP network and Oracle GNS configuration.
    Note:
    This command is only available with Oracle Clusterware.
    Syntax and Options
    Use the srvctl add scan command with the following syntax:
    srvctl add scan -n scan_name [-k network_number]
    [-S subnet/netmask[/if1[|if2|...]]]
    Table A-14 srvctl add scan Options
    Option      Description
    -n scan_name
    A fully qualified host name, which includes the domain name.
    -k network_number
    The optional network number from which SCAN VIPs are obtained. If not specified, the SCAN VIPs are obtained from the same default network from which the nodeapps VIP is obtained.
    -S subnet/netmask
    [if1 [|if2|...]]
    Creates the network_number. This option must be specified when network_number does not exist.
    Example
    An example of this command is:
    # srvctl add scan -n scan.mycluster.example.com
    srvctl add scan_listener
    Adds Oracle Clusterware resources to the SCAN listeners. The number of SCAN listener resources created is the number of SCAN VIP resources.
    Note:
    This command is only available with Oracle Clusterware.
    Syntax and Options
    Use the srvctl add scan_listener command with the following syntax:
    srvctl add scan_listener [-l lsnr_name_prefix] [-s]
    [-p "[TCP:]port_list[IPC:key][NMP:pipe_name][TCPS:s_port] [SDP:port]"]
    Table A-15 srvctl add scan_listener Options
    Option      Description
    -l lsnr_name_prefix
    The SCAN listener name prefix.
    -s
    Use the -s option to skip checking of the ports.
    -p "[TCP:]port_list
    [IPC:key][NMP:pipe_name]
    [TCPS:s_port]
    [SDP:port]"
    Protocol specifications for the listener. port_list is a comma-delimited list of TCP ports or listener endpoints.
    If this option is not specified, then the default TCP port of 1521 is used.
    Example
    An example of this command is:
    # srvctl add scan_listener -l myscanlistener
    So, if I understand this correctly, to get scan and scan listener to autostart on boot I do something like this?
    If my SCAN name is database-scan
    I'd need to do srvctl add scan -n database-scan ?
    For the scan listener, from the instructions it sounds like I can name it anything I want...is that correct...?
    So I could do something like
    srvctl add scan_listener -l fred ?
    Thanks in advance for any suggestions. (Ok, not going to really name it fred)
    cayenne

  • New IP caused a problem to launch DBConsole & listener (Oracle 10gR2)

    Guys,
    I have installed Oracle 10gR2 on XP system. My dev machine does not have permanent IP address and recently it has been changed.
    As a result I can launch Listener and Enterprise Manager - it‘s a problem to start OracleDBConcoledev01 and OracleOraDb10g_home1TNSListener.
    My sid name is dev01. I found 2 folders where the old IP is involved:
    <c:\oracle\ora1020\db01\192.168.188.71_dev01> and
    <c:\oracle\ora1020\db01\oc4j\j2ee\OC4J_DBConsole_192.168.188.71_dev01>
    I saw some articles, but didn’t find exact solution of my problem.
    I would appreciate very much any help regarding steps I should go through to make my Oracle working again.
    Thanks,
    ilia

    Open command prompt, type
    C:\> emca -repos recreateand press enter.

  • Tnsping, high response time

    Hi,
    i've a cluster 11gr2 that start a virtual ip used for a listener.
    tnsping response time is very high:
    Attempting to contact (DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=10.2.213.4)
    (PORT=1521)) (CONNECT_DATA= (SID=ORCL)))
    OK (1680 msec)My db (9i r2) show me some wait time like this:
    SQL*Net message from dblink                         6,827         249     6.12
    SQL*Net more data to client                       156,071          61     1.50I think that is a network problem but i don't know where can i look for.
    tnx

    Here is a tnsping with cycle:
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (10 msec)
    OK (300 msec)
    OK (870 msec)
    OK (1200 msec)
    OK (1300 msec)
    OK (400 msec)
    OK (320 msec)
    OK (10 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (20 msec)
    OK (0 msec)
    OK (0 msec)on another vip listener on the same machine on the same interface i haven't this problem:
    OK (0 msec)
    OK (0 msec)
    OK (10 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (20 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (0 msec)
    OK (20 msec)

  • Issue with Selection Listener when the table has only one row

    Hi All ,
    I have developed a table in which I am using Selection Listener to perform some task when any row is selected.
    It is working fine when I have more than 1 row in the table, but when I have only one row in the table , the selection listener do not call the corresponding method in bean.
    I understand that selection event will be raised only when the row is changed, but in the use case when only one row is there, what should be done to make the selection listener work ?
    In the selection listener I have written code to make the selected row as current row , and perform the required task.
    Please suggest a way out for this situation.
    Thanks in advance.

    Hi,
    try removing this attr from table
    selectedRowKeys="#{bindings.xxx_VO1.collectionModel.selectedRow}"

  • 11.2.0.3 upgrade to 12.1.0.2 - listener question

    I am currently doing a database upgrade from 11.2.0.3 to 12.1.0.2. The server has a number of other 11g database instances which have not yet been upgraded and the listener on teh server is 11g. Should i be creating a 12c listener for the upgrade i.e. having two listeners on the same server or what's the best way to tackle this scenario? thank you.

    You don't need the 12c listener for the upgrade. Create the 12c listener.ora file, but do not start the listener. Once the upgrade completes, shut down the 11g listener and start the 12c listener.
    Alternatively, install the 12c binaries, create the 12c listener.ora file, shutdown the 11g listener, start the 12c listener, then perform the upgrade.

  • Active Data Guard-How to configure Auxiliary Data Base's Listener.

    HI,
    I am stuck in creating listener/tnsnames for auxiliary database as the problem happens because of the auxiliary instance has just started. It is now in NOMOUNT stage. The instance registration with the listener is performed by PMON process and to start the PMON process database need to be in mount stage. So, before the instance registration by PMON with the listener there is actually noting to register and hence the instance is BLOCKED.
    http://www.oracle.com/technology/deploy/availability/pdf/oracle-openworld-2009/adg_hol_2009.pdf
    I am following the above document.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 05-JUL-2010 11:06:23
    Uptime 0 days 0 hr. 11 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u02/app/oracle/diag/tnslsnr/oracle/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.127.133)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.127.140)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "eagledb" has 1 instance(s).
    Instance "eagledb1", status READY, has 1 handler(s) for this service...
    Service "eagledbXDB" has 1 instance(s).
    Instance "eagledb1", status READY, has 1 handler(s) for this service...
    Service "eagledb_DGB" has 1 instance(s).
    Instance "eagledb1", status READY, has 1 handler(s) for this service...
    Service "nyc" has 1 instance(s).
    Instance "nyc", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    I found some simillar solution on below link but it is aplicable for 10g or below.
    http://arjudba.blogspot.com/2008/05/connection-to-auxilary-instance-failed.html
    I am using enterprise linux with clusterware 11g rel 2 with data base 11f rel 2 on single machine.
    Thanks
    Anis
    99826412
    Muscat
    Edited by: user12979506 on Jul 5, 2010 10:13 PM

    The "auxiliary" is, I presume, actually a physical standby.
    If so why is it in NOMOUNT? Why don't you start it?
    alter database recover managed standby database cancel;
    alter database open read only;

  • Oracle 10g listener standard

    Hi all,
    I am trying to define Oracle 10g listener standard in my organization.
    We have 60 Oracle 9i databases in an AIX node. We are planning to upgrade these database to 10g. During upgrade we want to configure the listeners according to our standard.
    Now we are not using dynamic registration for Oracle 9i databases. So there are 60 seperate listeners that always try to establish connections to the database even if the database is not up. This leads to server performance problems when the applications overload the server with connection attempts when there are hundreds of processes waiting to connect.
    After upgrade, we want to make all databases register with a listener for performance problems. But one listener per node can be too risky, maybe we can register a database with more than one listener.
    Also, there are some reasons for shutting the listener down:
    1. Cold backup
    2. Apply patches
    If we use only one listener per node, for cold backup we would shut down the listener and then no clients would connect to the databases.
    After these explanation, I am wondering if we can mix both reducing the number of the listeners for each node and using load balance for all databases.
    Do you hane any ideas, suggestions?
    Thanks,
    Fatma

    With Oracle 10g and RMAN there is no longer any reason to be doing cold backups.
    I'd run one listener per node. If this is too risky than a single database instance is also too risky and you should be investigating other high-availabilty solutions. RAC isn't always the answer.
    Connection manager might also be useful in your environment.
    Cheers,
    Colin

  • How prevent REMOTE LISTENER register on SCAN LISTENER

    Hi All,
    Oracle Database 11.2.0.3
    How prevent remote registration on SCAN Listener?
    I need to know if there is a way of prevent one instance register on listener using remote_listener parameter without affect incoming connection of client.
    These parameter below is not enough to meet my tests:
    tcp.validnode_checking = YES
    tcp.excluded_nodes = {list of IP addresses}
    tcp.invited_nodes = {list of IP addresses}The tcp.excluded_nodes and tcp.invited_nodes parameters deny and enable specific client IP addresses from making connections to the Oracle listener.
    Levi Pereira

    Yes, I posted about that 4 days ago:
    Re: Local Listener Validity in 11gR2
    I have not yet had an opportunity test it, have you successfully tested the procedures? Basically it forces all registration event to occur over IPC/TCPS. I have seen the original test case for this, and while yes, it is true that you can connect if this is not in place, it is a very complex man-in-the-middle vulnerability requiring access to your [hopefully firewalled] database server.

  • SEVERE: Listener is not up.

    Dear Hussein,
    While creating DB console $emca -config dbcontrol db -repos create
    I am getting some errors:
    =======================
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again
    =============================
    I checked the listener and it is up and running,
    =======================================
    oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 17, 2009 5:23:37 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; log
    on denied
    ===========================
    please suggest
    REgds
    Bilal

    Bilal,
    I am getting some errors:
    =======================
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again
    =============================
    I checked the listener and it is up and running,Please see these documents.
    Note: 740989.1 - EMCA to create DBconsole Listener Is Not Up. Start The Listener And Run Em Configuration Assist
    Note: 733710.1 - EMCA on 11g Db Fails With: Listener is Not Up
    Aug 17, 2009 5:23:37 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; log
    on denied
    ===========================Please see these documents.
    Note: 741530.1 - Unable to Create Database Control 11g - ORA-01017: invalid username/password; logon denied
    Note: 789875.1 - while creating dbcontrol on supplying the DBSNMP password an error "invalid username/password; logon denied"
    Regards,
    Hussein

  • Listener can not start

    My listener in oracle 11GR2 can not start . when i want to give the status of that , the error in below is shown :
    Connecting to > TNS-12541 : TNS:no listener
         TNS-12560 : TNS:protocol adapter error
              TNS-00511 : NO LISTENER
                   64-bit Windowns Error : 61: Wnknown error
    my tnsnames.ora is :
    # tnsnames.ora Network Configuration File: D:\app\SHOJAIE\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = SHOJAIE-PC)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    and my listener.ora is :
    # listener.ora Network Configuration File: D:\app\SHOJAIE\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\app\SHOJAIE\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\app\SHOJAIE\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = SHOJAIE-PC)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\SHOJAIE
    hepl me ? Thanks

    "ServiceAliasException: Could not save Service Alias:
    TNS-04415: File i/o error  caused by: java.io.FileNotFoundException:
    $PATH;ORACLE_HOME\network\admin\tnsnames.ora (The system cannot find the path specified)"
    Your TNS_ADMIN setting is messed up.
    $PATH is a Unix style environment variable reference - isn't going to work on Windows. I'm not even sure you can do a list of directories to search in the TNS_ADMIN variable.
    Check the value set in HKLM/Software/Oracle/youroraclehomename ... Set it explicitly to the location of your tnsnames.ora file.
    You normally don't need a listener.ora file at all ... Rename it and see what happens.

  • Create db listener usin ssl

    Hello,
    i'm trying to create a listener for a 11GR2 database using ssl, but i'n unable to find a documentation about it. It's necessary to have Oracle Advanced Security installed, but there's a doc on metalink about ir?
    Thanks!

    Pl post details of OS and database versions. MOS Doc 165465.1 (Oracle Advanced Security Frequently Asked Questions) may have some info. Pl also see the OAS Admin Guide at http://download.oracle.com/docs/cd/E11882_01/network.112/e10746/toc.htm
    HTH
    Srini

Maybe you are looking for

  • How can I export Keywords when creating a Web Gallery?

    I would like to include the keywords applied to an image when exporting to a Web Gallery. I have learned how to include the caption, and there's a possibility of copy and paste the keywords to the caption before export, but as you can tell, that adds

  • Imported Photoshop Layers change in Motion after re-saving PSD file

    Curious if anyone has seen this issue: I have a multi-layered Photoshop CS drawing that I import (All Layers) into Motion to animate. No problem. If I make a change to the original Photoshop PSD file, the Motion layers are updated incorrectly. The la

  • How to create volume slider for flash cs 5 using action script 2.0?

    how to create volume slider for flash cs 5 using action script 2.0?the output should like if user want to hear sound in slow pitch,medium pitch or high pitch(slow to high pitch anything).i have attach this sound to button with using this code: stop()

  • 502 gateway error

    Hi, I've come across a problem and not sure where the problem lies, hope someone can help me. When I access webmail through portal gateway (Portal 3SP2 on Solaris 8 (webmail from iMS 5.1), and attach big attachments (>400kb through dial up, over 2MB

  • Soundtrack Pro 3 Cannot Save On Project Build

    All, I have been fighting a problem all weekend. STP is unable to save my large project. Before I give up and tell my friend to mix the project on his Windows machine because my MAC can't do it, I'd figure I try one last post here to see if anyone ha