Some controls in container not connected automatically

Does anybody know why teststand is unable to automatically connect some components of a container? 
Take a look at the attached image: in station configuration, some fields like ProberPort get connected automatically, but some others, like WetTestHardwareDAQID_1, do not get connected.  If you look at the parameters, you will see that both containers (the container in TestStand and the cluster output of the VI) are similar.  So, why the ??? <Unknown Value>.
Message Edited by S G on 12-09-2008 09:16 PM
S G
Certified LabVIEW Architect, Certified TestStand Developer, Certified Professional Instructor
Solved!
Go to Solution.
Attachments:
teststandproblem.JPG ‏137 KB

S G
You get the message because a mapping between the subproperties of the parameter and the cluster elements is not found.  To verify this, go to the type definition of StationConfiguration variable.  In the type definition, right-click and select Properties from the context menu.  Select the Cluster Passing tab.  In the Property combo box, select the WetTestHardwareDAQID_1 and see what is the value of the control "Cluster Item Label".  If it is empty, then there is no mapping specified.  Do the same for WetTestHardwareDAQID_2.  To add a mapping, just enter the cluster element label that you want the property to map to.
One possible reason for the control "Cluster Item Label" to be empty is that the someone did a type change on those subproperties.  Notice that the type column has a button to change the type of the subproperties.  If you click on the button and select a new type, the cluster passing information is lost.  This is something we are aware of and will be fixed in a future release of TestStand.

Similar Messages

  • I installed a new wifi router and airport will not connect automatically to it. It sees the network but will not connect unless I tell it to.

    I installed a new wifi router and airport will not connect automatically to it. It sees the network but will not connect unless I tell it to. I can't find anywhere in the utility or network preferences that will allow me to choose this router as the default. How do I fix this? BTW I'm using Lion.

    Are there any previous networks that you have used that have the same password as Molly?  YES
    Using System Preferences > Network > AirPort Advanced again, you need to remove any listings of previous networks that used the same password as Molly. Click the name of the network and click the - (minus) button at the bottom of the list of connections.
    Also delete any other networks (except Molly at the top of the list) that might have used the same name...Molly in the past.
    Delete any other networks that you no longer need so that your Mac will search for networks more quickly
    Click OK, then click Apply
    Open KeyChain Access and look for a listing of any old networks that you no longer need. Click to highlight the name of the network, then click the Delete Key on your computer.
    Then look for any old networks that might have used the name Molly in the past and do the same for them.
    Then look for any old networks that might have used the same password as the password for your "new" Molly network and delete them in the same way
    Click the KeyChain Access menu just next to the Apple icon in the upper left corner of the computer screen
    and then click KeyChain First Aid
    Enter the main administrator password for the Mac you are using and highlight the Repair button. Then click Start. You will see a message that repairs have been completed
    Quit Keychain Access
    Power down the entire network...all devices...order is not important
    Power up the modem first, then your main router, the other devices one at a time
    Log on to Molly and see if the Mac remembers it after a few tries. If not, I'm afraid that you will need to change the name of the wireless network and password on your router due to corruption issues on the Mac. You have done everything possible without re-installing the complete operating system.

  • After update to be iOS 6.0.1, Wi-Fi is not connected automatically. I have to reconnect or join my known network manually all the time. How can I solve this problem? It is so tedious.

    After update to be iOS 6.0.1, Wi-Fi is not connected automatically. I have to reconnect or join my known network manually all the time. How can I solve this problem? It is so tedious.

    Same here... on my girlfriend's iPod touch (4th gen).
    It's very annoying... really!

  • Mouse not connecting automatically after waking from sleep

    Hi,
    When I open my MacBook after it's been asleep, my apple bluetooth (non-mighty) mouse does not connect automatically. I have to repeat the setup new device wizard to get the mouse to work. This is 100% consistent and occurs every time.
    This mouse was previously my son's and has a particular "affinity" for his computer. For example, before he deleted it from his own system preferences, the mouse would connect to his computer instead of my own even if he was rooms away from me. (this isn't strictly related, since it still occurs even if his powerbook isn't here or is sleeping).
    Thanks,
    Diane

    Hello Diane:
    Welcome to Apple discussions.
    Try clicking the mouse if it does not automatically pair.
    I would also delete the preference file (com.apple.bluetooth.plist) and restart.
    Barry

  • Drop DB control, error: Could not connect to SYS, ORA-12541

    Hi All,
    I am new to Oracle. I am struggling to solve this problem for 2 days, but still couldn't get it done. I post my problem here and wish every guru in this forum to offer some help. Any suggestions are greatly appreciated.
    I have Oracle 10.2.0.3.0 installed on GNU/Linux. There are several instances there. The database, listener, sql/plus all work fine. Yesterday, I installed 10g database control on server. The information showed that dbconsole created successfuly. However, I use the produced url (http:// xxx(hostname):1158/em)in my local machine (Win XP) to connect the databse, and the webpage opened. The information showed that EM couldn't be connected to database, and the status of Listener is unavailable, the inforamtion for agent connect.. is: ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach).
    I googled lots of posts both in this forum and internet and tried to make some changes, but the things get worse. It still didn't work. Even i failed to drop the DB control with the command of emca -config dbcontrol db -repos recreate. the error log information in cfgtoollogs/emca is:
    Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=svv.X.XXX.net)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ORCL3))): ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach).
    I understand it's the problem related to listener, but i have no idea how to verify it. I put the tns.ora and listener.ora here.
    tnsnames.ora:
    xxxxx
    ORCL3 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.149.210)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORCL3)
    listener.ora
    LISTENER =
    (ADDRESS_LIST=
         (ADDRESS=(PROTOCOL=tcp)(HOST=10.3.149.210)(PORT=1521)))
    SID_LIST_LISTENER=
    (SID_DESC=
    (GLOBAL_DBNAME=ORCL2)
    (SID_NAME=ORCL2)
    (ORACLE_HOME=/opt/app/oracle/product/10.2)
    (SID_DESC=
    (GLOBAL_DBNAME=ORCL3)
    (SID_NAME=ORCL3)
    (ORACLE_HOME=/opt/app/oracle/product/10.2)
    The above is the problem description, any suggestion and help are greatly appreciated.
    Thanks,
    Kind regards,
    Ian

    I use the "emca -config dbcontrol db" to config the DB control, but failed. The following is the log information:
    This forum doesn't support attch the file. I paste the log file here.
    Feb 12, 2009 4:39:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: TZ set to GMT
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    http://svv-node2-pub.swlab.net:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Stopped.
    Feb 12, 2009 4:39:18 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 12, 2009 4:39:18 PM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in /opt/app/oracle/product/10.2/sysman/config/emca.properties
    Feb 12, 2009 4:39:18 PM oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    Feb 12, 2009 4:39:18 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/opt/app/oracle/product/10.2/jlib/emca.jar:/opt/app/oracle/product/10.2/jlib/srvm.jar:/opt/app/oracle/product/10.2/jlib/srvmasm.jar:/opt/app/oracle/product/10.2/jlib/emConfigInstall.jar:/opt/app/oracle/product/10.2/jlib/ldapjclnt10.jar:/opt/app/oracle/product/10.2/jlib/ldap.jar:/opt/app/oracle/product/10.2/jlib/share.jar:/opt/app/oracle/product/10.2/jlib/srvmhas.jar:/opt/app/oracle/product/10.2/jlib/netcfg.jar:/opt/app/oracle/product/10.2/lib/xmlparserv2.jar:/opt/app/oracle/product/10.2/assistants/jlib/assistantsCommon.jar:/opt/app/oracle/product/10.2/sysman/jlib/emCORE.jar:/opt/app/oracle/product/10.2/oui/jlib/OraInstaller.jar:/opt/app/oracle/product/10.2/oui/jlib/OraPrereq.jar:/opt/app/oracle/product/10.2/inventory/prereqs/oui/OraPrereqChecks.jar:/opt/app/oracle/product/10.2/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/opt/app/oracle/product/10.2/lib32:/opt/app/oracle/product/10.2/lib:/opt/app/oracle/product/10.2/perl/lib, EMDROOT=/opt/app/oracle/product/10.2, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=svv-node2-pub.swlab.net, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/opt/app/oracle/product/10.2/lib32:/opt/app/oracle/product/10.2/lib:/opt/app/oracle/product/10.2/perl/lib:null, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/opt/app/oracle/product/10.2/lib32:/opt/app/oracle/product/10.2/lib:/opt/app/oracle/product/10.2/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, NLS_LANG=AMERICAN_AMERICA.AL32UTF8, ORACLE_BASE=/opt/app/oracle, ORACLE_HOME=/opt/app/oracle/product/10.2, ORACLE_SID=ORCL3, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/home/oracle/bin:/opt/app/oracle/product/10.2/bin, PERL5LIB=/opt/app/oracle/product/10.2/perl/lib:/opt/app/oracle/product/10.2/perl/lib/site_perl:/opt/app/oracle/product/10.2/sysman/admin/scripts:/opt/app/oracle/product/10.2/bin:, PWD=/opt/app/oracle/product/10.2/bin, QTDIR=/usr/lib/qt-3.3, SHELL=/bin/bash, SHLIB_PATH=/opt/app/oracle/product/10.2/lib32:/opt/app/oracle/product/10.2/lib:/opt/app/oracle/product/10.2/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, SSH_CLIENT=::ffff:10.3.22.61 4146 22, SSH_CONNECTION=::ffff:10.3.22.61 4146 ::ffff:10.3.149.210 22, SSH_TTY=/dev/pts/4, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/opt/app/oracle/product/10.2/jdk/jre/bin/java]
    Feb 12, 2009 4:39:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/app/oracle/product/10.2/perl/bin/perl /opt/app/oracle/product/10.2/sysman/admin/scripts/db/sgastop.pl stop ORCL3 svv-node2-pub.swlab.net 1521 /opt/app/oracle/product/10.2
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /opt/app/oracle/product/10.2/perl/bin/perl /opt/app/oracle/product/10.2/sysman/admin/scripts/db/sgastop.pl stop ORCL3 svv-node2-pub.swlab.net 1521 /opt/app/oracle/product/10.2 completed successfully
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ORCL3, oracleHome: /opt/app/oracle/product/10.2, and user: SYS
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig grantPrivsToDbsnmp
    CONFIG: Exception while granting priviliges.
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-00942: table or view does not exist
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1708)
         at oracle.sysman.emcp.EMReposConfig.grantPrivsToDbsnmp(EMReposConfig.java:538)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:217)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:133)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:485)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1141)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:469)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:418)
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Failed to grant priviliges to dbsnmp.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ORCL3, oracleHome: /opt/app/oracle/product/10.2, and user: SYS
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking mgmt view user account
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/app/oracle/product/10.2/sysman/admin/scripts/emca/emcaDbUtil /opt/app/oracle/product/10.2/perl/lib:/opt/app/oracle/product/10.2/perl/lib/site_perl:/opt/app/oracle/product/10.2/sysman/admin/scripts:/opt/app/oracle/product/10.2/bin: /opt/app/oracle/product/10.2/perl/bin/perl /opt/app/oracle/product/10.2/sysman/admin/scripts/emca/emcaDbUtil.pl /opt/app/oracle/product/10.2 ORCL3 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of -1
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed /opt/app/oracle/product/10.2 ORCL3 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database ORCL3 in home /opt/app/oracle/product/10.2 with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Couldn't execute statement: ORA-06550: line 1, column 144:
    PLS-00201: identifier 'SYSMAN.MGMT_VIEW_PRIV' must be declared
    ORA-06550: line 1, column 144:
    PL/SQL: Statement ignored
    ORA-06550: line 1, column 470:
    PLS-00201: identifier 'SYSMAN.MGMT_VIEW_PRIV' must be declared
    ORA-06550: line 1, column 470:
    PL/SQL: Statement ignored
    ORA-06550: line 1, column 527:
    PLS-00201: identifier 'SYSMAN.MGMT_VIEW_PRIV' must be declared
    ORA-06550: line 1, column 527:
    PL/SQL: Statement ignored (DBD ERROR: error possibly near <*> indicator at char 143 in 'declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := :p1; <*>sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;') at /opt/app/oracle/product/10.2/sysman/admin/scripts/emca/emcaDbUtil.pl line 108, <STDIN> line 2.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Error executing /opt/app/oracle/product/10.2/sysman/admin/scripts/emca/emcaDbUtil /opt/app/oracle/product/10.2/perl/lib:/opt/app/oracle/product/10.2/perl/lib/site_perl:/opt/app/oracle/product/10.2/sysman/admin/scripts:/opt/app/oracle/product/10.2/bin: /opt/app/oracle/product/10.2/perl/bin/perl /opt/app/oracle/product/10.2/sysman/admin/scripts/emca/emcaDbUtil.pl /opt/app/oracle/product/10.2 ORCL3 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Failed to unlock mgmt_view account
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Failed to unlock all EM-related accounts
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Failed to unlock all EM-related accounts
    Refer to the log file at /opt/app/oracle/product/10.2/cfgtoollogs/emca/ORCL3/emca_2009-02-12_04-38-34-PM.log for more details.
    Feb 12, 2009 4:39:19 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Failed to unlock all EM-related accounts
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:253)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:133)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:485)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1141)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:469)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:418)
    Edited by: Ian123 on Feb 12, 2009 2:08 PM

  • New Ipad mini will not connect automatically to home WiFi network

    I use a range of Apple devices at home, IPhone 4, MacBook Pro and IMAC.
    They all see and connect automatically to my WiFi home network. I never experienced any difficulty with my DLINK router.
    I have received a couple of days ago my new Ipad mini (Wifi+ cellullar), running IOS 602, but not equipped with a SIM card.
    The device never connects automatically to the home WiFi network.
    I need to open the Settings app, chose the WiFi submenu and select manually my "dlink" network. Then only can I work with my network.
    I need to perform this each time I leave my home or I restart the device.
    As I am experienced with Apple devices I noticed this behaviour right away and can confirm that the settings on the Ipad mini are the same as the ones of the IPhone 4. I am certain that this is a bug.
    Any suggestion to overcome this major frustration?
    Patrick

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • IPhone 5 wifi not connecting automatically/disconnecting

    I have an iPhone 5 which I got I think last August, and it is fully updated in the software. For the past few days it has been refusing to connect automatically to both my home and school networks. Sometimes it won't even find the networks without airplane mode (not just wifi) being toggled on and off. If it does connect it will randomly disconnect very frequently. I originally thought it was just the wifi at my new place, since my room doesn't have amazing connection, but my laptop still will connect in the same place where my phone will not. It also never before had trouble connecting to my school wifi, which it does now. It's incredibly annoying and running up my data usage, so I would very much like to fix this. I've tried toggling wifi, airplane mode, turning the phone on and off, forgetting and rejoining the wireless networks, and completely resetting network settings.

        I'm sorry to learn of the WiFi issues you are experiencing with your phone ehrhar! Let's reset network setting and test. http://vz.to/OPvlTr
    AntonioC_VZW
    Follow us on Twitter at www.twitter.com/VZWSupport

  • Wifi does not connect automatically after sleep

    Since installing Yosemite on my Mid 2011 iMac - when my computer wakes from sleep mode, it does not automatically connect to the wifi.  I have to select the network to join from the top menu bar.  Is there anyway to make it connect automatically like it use to?  Thanks for any and all help!

    Hello ffmed124,
    The steps detailed below can help get your iMac to reconnect to your Wi-Fi network automatically after waking from sleep.
    Check your TCP/IP settings in the Network pane of the System Preferences. Click the "Renew DHCP lease" button
    Choose System Preferences from the Apple menu.
    Choose Network from the View menu.
    Select Wi-Fi, then click the Advanced button in the lower-left hand corner of the screen.
    Click the TCP/IP tab from the top of the screen.
    Click the "Renew DHCP lease" button.
    Select the Wi-Fi tab and view your Preferred Networks list.
    Select each network and click the minus (-) sign to remove those networks from your Preferred Networks list.
    Click OK and close the Network preferences.
    Remove your stored network passwords using the Keychain Access Utility. 
    Open Keychain Access from /Applications/Utilities. Your window will look like this:
    Remove your AirPort network passwords from the login keychain: Select the "login" keychain from the Keychain sidebar. Click the "Kind" column to order the list of keychain items by their type. Remove all entries of the kind: "AirPort network password".
    Remove your AirPort network passwords from the System keychain: Select the "System" keychain from the Keychain sidebar. Click the "Kind" column to order the list of keychain items by their type. Remove all entries of the kind: "AirPort network password".Note: The above steps will remove your Wi-Fi network passwords. If you do not know them, or if your network does not use passwords to restrict access, you should contact your network administrator.
    Restart your computer.
    Join your Wi-Fi network. You will need to enter your password for your network again if it requires one.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Cheers,
    Allen

  • Bluetooth speaker does not connect automatically in windows 8.1

    before the upgrade (?) to 8.1,if i turned on my bluetooth speaker,it automatically took over from the speakers of my laptop.No drivers,no further changes needed.
    After upgrading to 8.1 i have to disconnect the speaker,connect it again,then set the speaker as my standard speaker.then it plays.every time again and again.
    how do i fix this?

    Me too.  It shows that it connects and briefly reads "Connected" and then quickly switches to "Not Connected".  My Windows Phone 8, when trying to connect to Windows 8.1 PC via Bluetooth is doing the same thing and I
    receive this both from the PC and the phone.  My phone does successfully connect to my Bluetooth speaker, but not from the PC only from the phone.   Has this been fixed yet and I missed it?  One thing
    I've learned while being a part of a smaller market share having had a Windows Phone for several years now, the solutions come quietly and sometimes go unnoticed.  Only later will I find myself thinking, "Oh yeah it works now, they've created a solution". 
    Case in point: Red Laser stopped working then shortly thereafter there was the Eye icon available at the Bing screen that can scan just about anything that can be scanned.  Is there a similar thing happening with my Bluetooth device drivers from my 8.1
    PC and I need to manually push something?  When there is a solution, will you please alert me and the rest of this thread?  Thanks much in advance!

  • Parental Controls - Browsers can not connect to server.

    Hi,
    When using a Parental controlled account, the user can not connect to any server when using a web browser. Tried repairing permissions, safe mode, root admin an created new parental controlled account and same results. Tried converting account to standard account and browsers will connect, but when account is converted back to parental controlled the problem returns.
    Is there a way to delete the parental controls preference file and where is it located?
    Using an iMac iSight 10.5.5
    Any help is greatly appreciated.
    Tsofa

    You want to post in the Leopard 10.5 forum area:
    http://discussions.apple.com/category.jspa?categoryID=235
    This is the Tiger 10.4 forum.

  • Time Capsule does not connect automatically

    I have a Time Capsule 1TB. On it, I have my iTunes library so I am able to sync it between all my computer on my network (Windows PC Desktop and MacBook Air). When I start my MacBook Air and click and open iTunes it says the iTunes library can't be found. I then have to go into Finder, click on on the Time Capsule, and have it connect. At that pont 9 times out of 10, i can open iTunes without the message coming up. This does not occur on my Windows PC at all, I open iTunes with no issue.
    How can I have my Time Capsule connect automatically when I start up ? An applescript maybe ? I am running the most recent version of OS X Lion.

    terry.c.alexander wrote:
    How can I have my Time Capsule connect automatically when I start up ?
    Mount the Time Capsule disk.  Open the Users & Groups panel of System Preferences.  If the lock in the lower-left is "closed", click on it to authenticate.  Click the "Login Items" tab toward the right.  Drag the icon of the Time Capsule disk from the Desktop onto the login items window. Quit System Preferences.
    That volume should now mount whenever you start your Mac.

  • TS1398 iPhone 4 does not connect automatically and does not remember wifi password

    After being idle for a while, my iPhone 4 goes off wifi and when I am connecting manully, the phone does not remember the wifi password. I have a iPhone 3 and 5 where this is not a problem. Can this be linkes to the phone company you use? The iPhone 4 has a different phone company than the other phones. Can anyone help please?

    Hi Damien,
      Thanks for your reply.
      I had not created 2 separated wireless network. The airport extreme has had create wireless allowing it to be extended and the airport express has had it to extend since day 1.
      The only device that does not connect to the airport express when it is far from the airport extreme here is the iPhone 4. I've tested 2 Windows based computers, 2 Macs, 1 Samsung TV and 1 Android phone and they all are able to connect to the airport express when the signal from the airport extreme is weak (please take a look on the screen shots on the original post).
      The screenshots of the 2 devices' wireless set up can be found below:
       Airport Extreme
      Airport Express
        I have seen other people here on the Apple discussions complaining about the same issue with their iPhone 4 and iPad: would it be a iOs problem?
    Regards
    Gilson

  • With Lion, Wi-fi does not connect automatically; have to manually connect. What has changed from S. Leopard?

    I have to manually select the network I've used for years. Connection eventuallly made. Snow Leopard never had a problem connecting to the network automatically.
    Restarts have not solved the problem.
    Looking for suggestions.
    Thanks.
    Bob

    I found  a new way !
    go to Applications
    click Utilities
    click Keychain Access
    1-  click log in  on left side
    choose your wi-fi connections
    click access control
    and click allow  all applications to accesss this item.
    2-  click system  under  login at left side
    then do the same things that i wrote above
    now it should works well..
    I tried and it works ..
    Let me know ..

  • IChat does not connect automatically at Startup

    When I first turn on my computer Mail, Safari and iChat use to automatically logon and connect. I am using an Airport Extreme to make a connection to my cable modem. With my new Intel Mac the Safari and Mail connect with no problem. The iChat AV 3.1.1 now has to be manually connected to AIM service. After talking with a Apple Support person nothing has changed. Can anyone shed some light on my problem.
    iMac 1.83 Ghz Intel Core Duo   Mac OS X (10.4.4)   1 GB Ram

    Hi Tom
    Do these look OK to you?
    I am afraid not yet.
    Ok the Airport device is certainly doing DHCP on your Net and this is the device that the computers can see as being closest.
    In the Internet tab it also says it is getting it's IP from the Internet side also by DHCP. Now this could be from the Modem.
    It could be from the ISP(Internet) if the Modem is in Bridge mode.
    In the Internet tab are there any IP addresses visible ?
    Do they start with 192.168.xxx.xxx or similar to the Airport itself 10.xxx.xxx.xxx or 172.(16-32).xxx.xxx (an odd part group that last one)
    This would mean the modem was also a DHCP server (not good)
    Or do they match the nuber you are shown when you go here
    This will mean the modem is most likely in Bridge (good)

  • Airport not connecting automatically

    Whenever I restart or wake-up my computer, I find Airport has turned off. Then when I try to turn it on from the menu icon, most times it just switches back off again. Usually it stays on the second time I click it. Also then it doesn't automatically connect to my known networks, even though I have it set up to do this. It first has to scan for the network, then when I click the network it usually connects, but every now and then will ask me for WPA password again. I know it's not a train smash, but it's quite annoying.

    Hello Runs...
    Nero Wolfe is right about updating the router firmware. And if that doesn't do the trick, try this:
    • Open KeyChain Access
    • Delete any entries for your preferred wireless network
    • Open System Preferences -> Network
    • You are probably using a location called Automatic.
    • Click on Assistant -> Assist Me
    • Enter the Location Name AirportOnly (no space)
    • Select I use AirPort to connect to the internet wirelessly
    • Follow instructions to connect to your wifi network
    • Be sure to Click the check box for Remember this Network, and
    • Be sure to click Always Allow when it asks if you want to access the password in your keychain.
    • Shutdown and restart the computer
    • Open System Preferences -> Network
    • Make sure you are now using the Location you created above (AirportOnly)
    • On the left side of the window, click on every connection except the Airport and delete the connection using the minus sign at the bottom of the window
    • Click on Advanced. At this point you should only have one network in the preferred networks window. If there is more than one, delete any networks you are not actually using, and drag your primary wifi network to the top of the list.
    • Remove the checkmark from Disconnect from wireless networks ... and
    • Remove the checkmark from Require Administrator password to control Airport.
    • Click OK
    • Click Apply.
    • Shut down the computer and restart.
    hope that helps.

Maybe you are looking for

  • Report not working if scheduled in background as a job

    Dear friends please help me in this. We are having a z report. This report works fine in foreground and wont work ( means it will be in active state for more than 5 days but no result will come) when we schedule it in background as a job. In this rep

  • How to consolidate library in new iTunes

    Since the new iTunes with the Genius, I don't know where the option to consolidate the library is. It's really annoying, anyone know?

  • Some applications don't put accents with non-english keyboard layouts

    I'm using a Portuguese keyboard with three different macs running Mac OS Tiger 10.4.8/9. Some applications (like Motion 2 and Swift Publishing 2) don't allow writing some accented characters, like (è) or (ê), that are accessed by Shift+normal key, bu

  • StarOffice 8 upd. 8 PDF-export problem

    Hello! After updating my StarOffice 8 installation to Product Update 8 I am no more able to export my documents to PDF. The German error Message is: Fehler beim Speichern des Dokumentes documentation: Schreibproblem. Die Datei konnte nicht geschriebe

  • Which is the Mac preferable option for running FCPX?

    Hi everyone, I'm a newbie looking for the best compromise budget Mac for AVCHD 1080p video editing with Final Cut Pro X, Adobe Premiere CS6 and Adobe Aftereffects. The storage space is not important as I'm planning to keep all the files on a Thunderb