Database Configuration utility - huray? :-/

Hello (again, sigh),
I am installing PeopleSoft FCM 9.1 and yes, having no experience with installing PeopleSoft I decided to use the Database Configuration utility, using the article provided by Nicolas Gasparotto as a guide:
http://gasparotto.blogspot.com/2009/12/db-wizard-850-for-oracle-on-linux.html
along with the Oracle Documentation. In the guide above, I should be up to step 9.
this is the log I get after failing to create the database :
SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 15:39:29 2010
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> spool createdb.log
SQL>
SQL> startup nomount pfile=$ORACLE_HOME/dbs/initFC91DB.ora
ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
ORA-48140: the specified ADR Base directory does not exist [/u01/app/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
ORA-48187: specified directory does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 1
SQL>
SQL> create database   FC91DB
  2        maxdatafiles  1021
  3        maxinstances  1
  4        maxlogfiles   8
  5        maxlogmembers 4
  6        CHARACTER SET UTF8
  7        NATIONAL CHARACTER SET UTF8
  8  DATAFILE '/oradata/FC91DB/system01.dbf' SIZE 2000M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
  9  EXTENT MANAGEMENT LOCAL
10  SYSAUX DATAFILE '/oradata/FC91DB/sysaux01.dbf' SIZE 120M REUSE AUTOEXTEND ON NEXT     10240K MAXSIZE UNLIMITED
11  DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '/oradata/FC91DB/temp01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT     640K MAXSIZE UNLIMITED
12  UNDO TABLESPACE "PSUNDOTS" DATAFILE '/oradata/FC91DB/psundots01.dbf' SIZE 300M REUSE AUTOEXTEND ON NEXT  5120K MAXSIZE UNLIMITED
13  LOGFILE GROUP 1 ('/oradata/FC91DB/redo01.log') SIZE 100M,
14            GROUP 2 ('/oradata/FC91DB/redo02.log') SIZE 100M,
15            GROUP 3 ('/oradata/FC91DB/redo03.log') SIZE 100M;
create database   FC91DB
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
SQL> spool off
SQL> exit
DisconnectedOk so Oracle is not available, but:
[oracle@vm-psfin91-db InstData]$ sqlplus SYS/system@SEED as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 15:46:49 2010
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>SEED is just a small database I created earlier to test connectivity between my servers - just a little crutch for me to at least see some progress. But it shows that Oralce is available doesn't it?
What can I check/recheck?
Seems like I'm starting to be a regular here at the forums bragging for help :D
Thanks coping with me,
Honza.

>
Are you going to use DBWizard ? Something is wrong then, your db name is in upper case which is not supported by the Wizard (point 8.2 of my article you linked).
>
Nicolas, your article mentions that the name is supposed to be in upper case, which mine is. And it seems like you also used an upper case name in the end: O2H91WZD. So now I'm a bit confused as to what is actually supported. I believe it's supposed to be upper case, there was no error message about the uppercase name.
>
Did you set the env. variables ORACLE_HOME and ORACLE_BASE properly ? Which user are you connected with ? Did you updated the tnsnames.ora ?
Could you also post the content of the file $ORACLE_HOME/dbs/initFC91DB.ora ?
>
ORACLE_HOME and ORACLE_BASE are correct, that I'm sure of. And, if they weren't I wouldn't be able to connect to my test SEED database. As far as ORACLE_SID goes, I did change it accordingly depending on wether I was connecting to FC91DB and SEED.
>
PS : what is SEED when you create database FC91DB ? What ORACLE_SID value did you set up front ?
>
SEED is just a test database I created in the very beginning when setting up my Application and Database server environment - just to test connectivity on both sides. It has no use other then that. When I created FC91DB I simply added an entry in my tnsnames.ora and created a init.ora file, then set ORACLE_SID accoringly.
I can post back my tnsnames and init files once I get back to the server, thank you for input so far.

Similar Messages

  • Iphone configuration utility database backup

    Hello,
    We are using at work the iPhone configuration utility to provide configuration to the enterprise iPhone.
    Currently, we need to move the utility to another computer.
    How do we export the whole database ? I know I can export config one by one, but we need to export the whole content
    (hundreds of them, so no way to go on exporting one by one)
    regards

    I'm not really seeing how to export it.  Exporting the .mobileconfig file and then opening it in the iCU on another PC fails if the file is signed, all you can do is remove the signature which doesn't achieve the goal.  I won't be able to sign updates to the profile with the same signature so I won't be able to update the profile.
    When I run Window > Certificates, I don't see a cert that I can export and then import to an instance of iCU installed on another machine.
    Mind elaborating on "Just export it"?
    M

  • Database Configuration Assistant of Oracle 9i

    I'm trying to execute Oracle 9i Database Configuration Assistant on Caldera OpenUNIX 8, from the command line (bash-2.05$ ./dbca) and the first error that apperars is :
    Xlib: connection to "192.168.1.203:0.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    java.lang.InternalError: Can't connect to X11 window server using '192.168.1.203
    :0.0' as the value of the DISPLAY variable.
    at sun.awt.motif.MToolkit.<init>(MToolkit.java:43)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:399)
    at java.awt.Font.initializeFont(Font.java:106)
    at java.awt.Font.<init>(Font.java:121)
    at
    at oracle.sysman.assistants.util.wizard.WizardObject.<init>(WizardObject
    .java)
    at oracle.sysman.assistants.dbca.ui.DBCAWizard.<init>(DBCAWizard.java)
    at oracle.sysman.assistants.dbca.ui.UIHost.initialize(UIHost.java)
    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java)
    at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java)

    Hi,
    I think this is a bug with OpenUnix and the LKP.
    Check out the support link TA # 114684
    http://support.caldera.com/rn_cgi/install.cfg/php/enduser/std_adp.php?p_sid=NU7G4zIg&p_lva=&p_faqid=114684&p_created=995487610&p_sp=cF9zcmNoPTEmcF9ncmlkc29ydD0mcF9yb3dfY250PTIwJnBfc2VhcmNoX3RleHQ9TEtQJnBfc2VhcmNoX3R5cGU9MyZwX3Byb2RfbHZsMT00NSZwX3Byb2RfbHZsMj1_YW55fiZwX2NhdF9sdmwxPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0x&p_li=

  • Oracle 9.10 Database Configuration Assistant not working

    I have installed Oracle 9i Enterprise Edition on Windows XP, Pentium 4 and everything installed successfully but after installation, when I click on Database Configuration Assistant, nothing happened, no error displayed, mouse flashed for a while as loading something then came normal. Any idea please ?
    Even Database Migration Assistant also not working.
    I also could not find svrmgr utility in Oracle 9i to create a new database.
    Best Regards,
    Luqman

    The Server Manager was deprecated in 9i. Instead of using it you have to use the SQL*Plus. Do you have another JRE installed ?
    How to create a database manually in 9i
    Administrator's Guide for Windows Contents / Search / Index / PDF
    http://download-east.oracle.com/docs/cd/B10501_01/win.920/a95491.pdf
    Joel Pérez

  • IPad2 w/iPhone Configuration Utility wont install profile

    I'm trying to use the  iPhone Configuration Utility 3.6.2 from a windows 7 SP1 on an iPad2 running iOS 7.0.3 (11B511) but when I try to install a profile nothing seems to respond. I don't get any feed back on the iPad or from iPhone Configuration Utility. I know the name is iPhone Configuration Utility but from what iv read it it compatible with iPads aswell. I need this or something like this to keep the iPad from auto-connecting to open Wi-Fi in a businesses environment. Its not as easy and putting a password on the open Wi-Fi signals because we do not control the other businesses around the one we support. Forgetting the connection also wont work once the iPad looses connection with the correct Wi-Fi and is looking to reconnect.
    This is what's in the console after trying to install the profile.
    ==== Attached at 6/6/2014 1:56:47 PM ====
    Jun  6 13:44:20  Preferences[111] <Warning>: -[APNetworksController isVisible]: _visible(1), _formSheetVisibile(0)
    Jun  6 13:44:20  Preferences[111] <Warning>: -[APNetworksController updateCurrentNetworkUI]: currentTrackedNetworkSSID(HH), currentNetworkSSID(HH)
    Jun  6 13:44:20  Preferences[111] <Warning>: -[APNetworksController updateCurrentNetworkUI]: Current == Tracked, nothing to do but reload the specifier
    Jun  6 13:44:21  Preferences[111] <Warning>: void unloadAPTableCellImages(): unloading images
    Jun  6 13:44:21  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(0), associating(0)
    Jun  6 13:44:21  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(1), associating(0)
    Jun  6 13:44:21  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(0), associating(0)
    Jun  6 13:44:21  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(1), associating(0)
    Jun  6 13:44:21  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(0), associating(0)
    Jun  6 13:44:36  Preferences[111] <Warning>: Scan error: Error Domain=com.apple.softwareupdateservices.errors Code=40 "The operation couldnt be completed. (com.apple.softwareupdateservices.errors error 40.)" UserInfo=0x165cb010 {NSUnderlyingError=0x179e5000 "The operation couldnt be completed. (ASError error 22 - Unable to copy asset information)"}
    Jun  6 13:44:36  kernel[0] <Debug>: 085768.801757 wlan.A[615] AppleBCMWLANNetManager::updateLinkQualityMetrics(): Report LQM to User Land 100, fAverageRSSI -67
    Jun  6 13:44:40  timed[18] <Notice>: (Note ) CoreTime: Fetching NTP time from "time.apple.com" count:3 timeout:60.00
    Jun  6 13:44:40  itunescloudd[88] <Warning>: Updating media purchase history for periodic poll...
    Jun  6 13:44:40  itunescloudd[88] <Warning>: {MediaLibrary} Database validation succeeded
    Jun  6 13:44:40  syncdefaultsd[288] <Notice>: (Note ) SYDAccount: no account
    Jun  6 13:45:10  timed[18] <Notice>: (Note ) CoreTime: NTP result unsuccessful (2)!
    Jun  6 13:45:10  timed[18] <Notice>: (Note ) CoreTime: NTP got responses from 0 servers total
    Jun  6 13:45:10  timed[18] <Notice>: (Warn ) CoreTime: NTP failed
    Jun  6 13:45:10  timed[18] <Notice>: (Warn ) CoreTime: Unable to fetch NTP time.
    Jun  6 13:45:11  syncdefaultsd[288] <Notice>: (Warn ) Initial test for reachability failed. Let's mark service as unreachable for now
    Jun  6 13:45:12  timed[18] <Notice>: (Note ) CoreTime: Fetching NTP time from "time.apple.com" count:3 timeout:60.00
    Jun  6 13:45:17  imagent[56] <Warning>: [Warning] Bag loading failed! Error (NSURLErrorDomain:-1001): The request timed out. http://init-p01md.apple.com/bag
    Jun  6 13:45:17  imagent[56] <Warning>: [Warning] Bag loading failed! Error (NSURLErrorDomain:-1001): The request timed out. http://init.ess.apple.com/WebObjects/VCInit.woa/wa/getBag?ix=1
    Jun  6 13:45:17  identityservicesd[54] <Warning>: [Warning] Bag loading failed! Error (NSURLErrorDomain:-1001): The request timed out. http://init.ess.apple.com/WebObjects/VCInit.woa/wa/getBag?ix=1
    Jun  6 13:45:40  itunescloudd[88] <Warning>: Jalisco periodic update failed with error Error Domain=JaliscoImporterErrorDomain Code=-1 "The operation couldnt be completed. (JaliscoImporterErrorDomain error -1.)", trying again tomorrow.
    Jun  6 13:45:40  itunescloudd[88] <Warning>: Jalisco periodic update failed with error Error Domain=JaliscoImporterErrorDomain Code=-1 "The operation couldnt be completed. (JaliscoImporterErrorDomain error -1.)", trying again tomorrow.
    Jun  6 13:45:42  timed[18] <Notice>: (Note ) CoreTime: NTP result unsuccessful (2)!
    Jun  6 13:45:42  timed[18] <Notice>: (Note ) CoreTime: NTP got responses from 0 servers total
    Jun  6 13:45:42  timed[18] <Notice>: (Warn ) CoreTime: NTP failed
    Jun  6 13:45:42  timed[18] <Notice>: (Warn ) CoreTime: Unable to fetch NTP time.
    Jun  6 13:45:44  timed[18] <Notice>: (Note ) CoreTime: Fetching NTP time from "time.apple.com" count:3 timeout:60.00
    Jun  6 13:46:14  timed[18] <Notice>: (Note ) CoreTime: NTP result unsuccessful (2)!
    Jun  6 13:46:14  timed[18] <Notice>: (Note ) CoreTime: NTP got responses from 0 servers total
    Jun  6 13:46:14  timed[18] <Notice>: (Warn ) CoreTime: NTP failed
    Jun  6 13:46:14  timed[18] <Notice>: (Warn ) CoreTime: Unable to fetch NTP time.
    Jun  6 13:46:17  timed[18] <Notice>: (Note ) CoreTime: Fetching NTP time from "time.apple.com" count:3 timeout:60.00
    Jun  6 13:46:47  timed[18] <Notice>: (Note ) CoreTime: NTP result unsuccessful (2)!
    Jun  6 13:46:47  timed[18] <Notice>: (Note ) CoreTime: NTP got responses from 0 servers total
    Jun  6 13:46:47  timed[18] <Notice>: (Warn ) CoreTime: NTP failed
    Jun  6 13:46:47  timed[18] <Notice>: (Error) CoreTime: Failed to fetch NTP time.
    Jun  6 13:46:47  timed[18] <Notice>: (Note ) CoreTime: Received source unavailable from "NTP"
    Jun  6 13:46:47  timed[18] <Notice>: (Note ) CoreTime: Not setting system time to 06/06/2014 20:46:47 from NTP because time is unchanged
    Jun  6 13:46:47  timed[18] <Notice>: (Note ) CoreTime: Want active time in -0.00hrs. Need active time in 37.77hrs.
    Jun  6 13:48:19  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(1), associating(0)
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.575822 wlan.N[616] AppleBCMWLANNetManager::handleDeauth():    status = 0 , reason = 6, flags = 0x0, authtype = 0, addr = d8:eb:97:ab:51:48
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.587416 wlan.N[617] AppleBCMWLANNetManager::leaveNetworkAsync():  kDeauthdCurrNetwork already set. Skipping call to leaveNetworkASync
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.587541 wlan.N[618] [tearDownLink] AppleBCMWLAN Left BSS(down):   @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-48  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=244 ssid[ 2]='HH'
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.587681 wlan.A[619] Active Ports:
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.587797 wlan.A[620] AppleBCMWLANCore::deleteAllPktFilters():  Deleted IPv4/IPv6 and Magic packet filters
    Jun  6 13:48:19  kernel[0] <Debug>: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Jun  6 13:48:19  kernel[0] <Debug>: en0::stopOutputQueues
    Jun  6 13:48:19  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.588593 wlan.A[621] AppleBCMWLANNetManager::resetLinkQualityMetrics(): Report LQM as -2
    Jun  6 13:48:19  Preferences[111] <Warning>: -[VPNConnectionStore reloadVPN]: The active VPN configuration has changed from  to (null)
    Jun  6 13:48:19  Preferences[111] <Warning>: -[VPNBundleController _vpnConfigurationChanged:] (0x166cdb10:<VPNBundleController: 0x166cdb10>): _serviceCount(0), serviceCount(0), toggleInRootMenu(0), RootMenuItem(1)
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.635542 wlan.A[622] AppleBCMWLANCore::setProperties(): Active during sleep supported (false)
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.819125 wlan.N[623] AppleBCMWLANCore::setASSOCIATE():  [wifid]: lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_WPA2_PSK, key = CIPHER_PMK , don't disassociate    .
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.861776 wlan.N[624] AppleBCMWLANCore::resetAutoCountry(): EnhancedLocaleEnabled: 0, HostCountry:0, fDefaultCountryCode:XZ, fCurrentCountryCode:XZ
    Jun  6 13:48:19  kernel[0] <Debug>: 085992.990914 wlan.N[625] AppleBCMWLANJoinManager::join Beacon Info:  @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-49  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=0 ssid[ 2]='HH'
    Jun  6 13:48:19  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(0), associating(0)
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.224374 wlan.A[626] Active Ports:
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.224496 wlan.A[627] AppleBCMWLANCore::deleteAllPktFilters():  Deleted IPv4/IPv6 and Magic packet filters
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.224603 wlan.A[628] AppleBCMWLANNetManager::prepareToBringUpLink():  Delaying powersave entry in order to get an IP address
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.224716 wlan.N[629] [bringUpLink] AppleBCMWLAN Joined BSS:     @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-49  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=0 ssid[ 2]='HH'
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.224833 wlan.A[630] AppleBCMWLANNetManager::updateLinkQualityMetrics(): Report LQM to User Land 50, fAverageRSSI -85
    Jun  6 13:48:20  kernel[0] <Debug>: AirPort: Link Up on en0
    Jun  6 13:48:20  kernel[0] <Debug>: en0::startOutputQueues (0)
    Jun  6 13:48:20  kernel[0] <Debug>: en0: BSSID changed to d8:eb:97:ab:51:48
    Jun  6 13:48:20  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:48:20  kernel[0] <Debug>: en0: BSSID changed to d8:eb:97:ab:51:48
    Jun  6 13:48:20  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.277251 wlan.A[631] AppleBCMWLANCore::setProperties(): Active during sleep supported (true)
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.288500 wlan.N[632] AppleBCMWLANCore::startRoamScan(): 3596 Delaying RoamScan; because  Join Mgr Busy 1 isWaitingforIP 1
    Jun  6 13:48:20  kernel[0] <Debug>: 085993.540234 wlan.N[633] AppleBCMWLANJoinManager::handleSupplicantEvent(): status = 6 WLC_SUP_KEYED, reason = 0 Other reason, flags = 0x0, authtype = 0, addr = 00:00:00:00:00:27
    Jun  6 13:49:44  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(1), associating(0)
    Jun  6 13:49:44  kernel[0] <Debug>: 086003.225683 wlan.N[634] AppleBCMWLANCore::checkIPv4AddressValidity():  Local IPv4  address 192.168.30.201
    Jun  6 13:49:44  kernel[0] <Debug>: 086003.234526 wlan.A[635] AppleBCMWLANNetManager::receivedIPv4Address():  Received address 192.168.30.201, entering powersave mode 2
    Jun  6 13:49:44  kernel[0] <Debug>: 086003.256205 wlan.N[636] AppleBCMWLANCore::startRoamScan(): 3610 starting RoamScan; MultiAPEnv:0 isdualBand:1 isOn5G:0
    Jun  6 13:49:44  kernel[0] <Debug>: 086008.291336 wlan.A[637] AppleBCMWLANNetManager::updateLinkQualityMetrics(): Report LQM to User Land 100, fAverageRSSI -70
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.572850 wlan.N[638] AppleBCMWLANNetManager::handleDeauth():    status = 0 , reason = 6, flags = 0x0, authtype = 0, addr = d8:eb:97:ab:51:48
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.584361 wlan.N[639] AppleBCMWLANNetManager::leaveNetworkAsync():  kDeauthdCurrNetwork already set. Skipping call to leaveNetworkASync
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.584486 wlan.N[640] [tearDownLink] AppleBCMWLAN Left BSS(down):   @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-49  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=84 ssid[ 2]='HH'
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.584625 wlan.A[641] Active Ports:
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.584739 wlan.A[642] AppleBCMWLANCore::deleteAllPktFilters():  Deleted IPv4/IPv6 and Magic packet filters
    Jun  6 13:49:44  kernel[0] <Debug>: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Jun  6 13:49:44  kernel[0] <Debug>: en0::stopOutputQueues
    Jun  6 13:49:44  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.585529 wlan.A[643] AppleBCMWLANNetManager::resetLinkQualityMetrics(): Report LQM as -2
    Jun  6 13:49:44  Preferences[111] <Warning>: -[VPNConnectionStore reloadVPN]: The active VPN configuration has changed from  to (null)
    Jun  6 13:49:44  Preferences[111] <Warning>: -[VPNBundleController _vpnConfigurationChanged:] (0x166cdb10:<VPNBundleController: 0x166cdb10>): _serviceCount(0), serviceCount(0), toggleInRootMenu(0), RootMenuItem(1)
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.631113 wlan.A[644] AppleBCMWLANCore::setProperties(): Active during sleep supported (false)
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.822276 wlan.N[645] AppleBCMWLANCore::setASSOCIATE():  [wifid]: lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_WPA2_PSK, key = CIPHER_PMK , don't disassociate    .
    Jun  6 13:49:44  kernel[0] <Debug>: 086077.879917 wlan.N[646] AppleBCMWLANCore::resetAutoCountry(): EnhancedLocaleEnabled: 0, HostCountry:0, fDefaultCountryCode:XZ, fCurrentCountryCode:XZ
    Jun  6 13:49:44  kernel[0] <Debug>: 086078.014398 wlan.N[647] AppleBCMWLANJoinManager::join Beacon Info:  @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-48  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=0 ssid[ 2]='HH'
    Jun  6 13:49:44  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(0), associating(0)
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.249466 wlan.A[648] Active Ports:
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.249590 wlan.A[649] AppleBCMWLANCore::deleteAllPktFilters():  Deleted IPv4/IPv6 and Magic packet filters
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.249673 wlan.A[650] AppleBCMWLANNetManager::prepareToBringUpLink():  Delaying powersave entry in order to get an IP address
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.249784 wlan.N[651] [bringUpLink] AppleBCMWLAN Joined BSS:     @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-48  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=0 ssid[ 2]='HH'
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.249902 wlan.A[652] AppleBCMWLANNetManager::updateLinkQualityMetrics(): Report LQM to User Land 50, fAverageRSSI -85
    Jun  6 13:49:45  kernel[0] <Debug>: AirPort: Link Up on en0
    Jun  6 13:49:45  kernel[0] <Debug>: en0::startOutputQueues (0)
    Jun  6 13:49:45  kernel[0] <Debug>: en0: BSSID changed to d8:eb:97:ab:51:48
    Jun  6 13:49:45  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:49:45  kernel[0] <Debug>: en0: BSSID changed to d8:eb:97:ab:51:48
    Jun  6 13:49:45  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.283974 wlan.N[653] AppleBCMWLANCore::startRoamScan(): 3596 Delaying RoamScan; because  Join Mgr Busy 1 isWaitingforIP 1
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.304788 wlan.A[654] AppleBCMWLANCore::setProperties(): Active during sleep supported (true)
    Jun  6 13:49:45  kernel[0] <Debug>: 086078.559194 wlan.N[655] AppleBCMWLANJoinManager::handleSupplicantEvent(): status = 6 WLC_SUP_KEYED, reason = 0 Other reason, flags = 0x0, authtype = 0, addr = 00:00:00:00:00:49
    Jun  6 13:50:19  SCHelper[289] <Notice>: active (but IDLE) sessions
    Jun  6 13:50:19  kernel[0] <Debug>: 086088.250755 wlan.N[656] AppleBCMWLANCore::checkIPv4AddressValidity():  Local IPv4  address 192.168.30.201
    Jun  6 13:50:19  kernel[0] <Debug>: 086088.259534 wlan.A[657] AppleBCMWLANNetManager::receivedIPv4Address():  Received address 192.168.30.201, entering powersave mode 2
    Jun  6 13:50:19  kernel[0] <Debug>: 086088.268403 wlan.N[658] AppleBCMWLANCore::startRoamScan(): 3610 starting RoamScan; MultiAPEnv:0 isdualBand:1 isOn5G:0
    Jun  6 13:50:19  kernel[0] <Debug>: 086098.326623 wlan.A[659] AppleBCMWLANNetManager::updateLinkQualityMetrics(): Report LQM to User Land 100, fAverageRSSI -66
    Jun  6 13:50:19  SCHelper[289] <Notice>:   0x16e4c220 {port = 0x1803, caller = Preferences(111):MobileVPN, path = /Library/Preferences/SystemConfiguration/preferences.plist}
    Jun  6 13:51:09  Preferences[111] <Warning>: -[WiFiManager(Private) _linkChangedWithDict:]: linkdown(1), associating(0)
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.568087 wlan.N[660] AppleBCMWLANNetManager::handleDeauth():    status = 0 , reason = 3, flags = 0x0, authtype = 0, addr = d8:eb:97:ab:51:48
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.571402 wlan.N[661] Removing any beacons matching:    @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-48  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=84 ssid[ 2]='HH'
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.571530 wlan.N[662] Also removing matching beacon:    @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-48  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=84 ssid[ 2]='HH'
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.580290 wlan.N[663] AppleBCMWLANNetManager::leaveNetworkAsync():  kDeauthdCurrNetwork already set. Skipping call to leaveNetworkASync
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.580409 wlan.N[664] [tearDownLink] AppleBCMWLAN Left BSS(down):   @0x8060d200 BSSID=d8:eb:97:ab:51:48 rssi=-48  snr=  0 rate=54 (100%) channel= 7 encryption=0x8 ap=1 failures=  0 age=84 ssid[ 2]='HH'
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.580547 wlan.A[665] Active Ports:
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.580662 wlan.A[666] AppleBCMWLANCore::deleteAllPktFilters():  Deleted IPv4/IPv6 and Magic packet filters
    Jun  6 13:51:09  kernel[0] <Debug>: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Jun  6 13:51:09  kernel[0] <Debug>: en0::stopOutputQueues
    Jun  6 13:51:09  kernel[0] <Debug>: en0::IO80211Interface::postMessage bssid changed
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.581438 wlan.A[667] AppleBCMWLANNetManager::resetLinkQualityMetrics(): Report LQM as -2
    Jun  6 13:51:09  kernel[0] <Debug>: 086162.646751 wlan.A[668] AppleBCMWLANCore::setProperties(): Active during sleep supported (false)
    Jun  6 13:51:10  kernel[0] <Debug>: 086163.643552 wlan.N[669] AppleBCMWLANCore::handleIPv4AddressNotificationGated():  Local IPv4  address 0.0.0.0
    Jun  6 13:51:10  configd[55] <Notice>: Captive: CNPluginHandler en0: Inactive
    Jun  6 13:51:10  configd[55] <Notice>: network changed: v4(en0-:192.168.30.201) DNS- Proxy-
    Jun  6 13:52:50  Preferences[111] <Warning>: void loadAPTableCellImages(): loading images
    Jun  6 13:52:50  Preferences[111] <Warning>: -[APNetworksController updateCurrentNetworkUI]: currentTrackedNetworkSSID((null)), currentNetworkSSID((null))
    Jun  6 13:52:51  profiled[290] <Notice>: (Note ) profiled: Service starting...
    Jun  6 13:53:02  profiled[290] <Notice>: (Note ) profiled: Service stopping.
    Jun  6 13:53:28  Preferences[111] <Warning>: void unloadAPTableCellImages(): unloading images
    Jun  6 13:53:29  Preferences[111] <Warning>: {MediaLibrary} Database validation succeeded
    Jun  6 13:53:29  Preferences[111] <Warning>: {MediaLibrary} Rolling back transaction.
    Jun  6 13:53:29  Preferences[111] <Warning>: {MediaLibrary} Rolling back transaction.
    Jun  6 13:54:49  lockdownd[51] <Notice>: 3d6e318c _bump_connection_count: connectionCount now 15 usbHostConnected true pairableHostConnected false unpairedPtpAllowed false
    Jun  6 13:54:49  lockdownd[51] <Notice>: 3d6e318c _bump_connection_count: connectionCount now 16 usbHostConnected true pairableHostConnected true unpairedPtpAllowed false
    Jun  6 13:54:49  kernel[0] <Debug>: AppleD1946PMUPowerSource: AppleUSBCableDetect 1
    Jun  6 13:54:49  kernel[0] <Debug>: AppleD1946PMUPowerSource: AppleUSBCableType USBHost
    Jun  6 13:54:49  ptpd[291] <Error>: ptpd: startResponder
    Jun  6 13:54:49  ptpd[291] <Notice>: Photo library available
    Jun  6 13:54:49  ptpd[291] <Notice>: PTP interface has been activated at high speed.
    Jun  6 13:54:50  lockdownd[51] <Notice>: 00201000 special_case_get: MGCopyAnswer(kMGQInternationalMobileEquipmentIdentity) returned NULL
    Jun  6 13:54:50  lockdownd[51] <Notice>: 00201000 special_case_get: MGCopyAnswer(kMGQMobileEquipmentIdentifier) returned NULL
    Jun  6 13:54:50  lockdownd[51] <Notice>: 00201000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jun  6 13:54:50  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:54:50  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:54:50  mc_mobile_tunnel[293] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:54:50  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:54:50  mc_mobile_tunnel[294] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:54:54  lockdownd[51] <Notice>: 019c5000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jun  6 13:54:54  lockdownd[51] <Notice>: 019c5000 special_case_get: MGCopyAnswer(kMGQInternationalMobileEquipmentIdentity) returned NULL
    Jun  6 13:54:54  lockdownd[51] <Notice>: 019c5000 special_case_get: MGCopyAnswer(kMGQMobileEquipmentIdentifier) returned NULL
    Jun  6 13:54:55  timed[18] <Notice>: (Note ) CoreTime: Received time 06/06/2014 20:55:2160.00 from "MobileLockdown"
    Jun  6 13:54:55  timed[18] <Notice>: (Note ) CoreTime: Not setting system time to 06/06/2014 20:54:55 from NTP because time is unchanged
    Jun  6 13:54:55  timed[18] <Notice>: (Note ) CoreTime: Want active time in -0.00hrs. Need active time in 37.64hrs.
    Jun  6 13:54:55  timed[18] <Notice>: (Note ) CoreTime: Received timezone "America/Los_Angeles" from "MobileLockdown"
    Jun  6 13:54:55  timed[18] <Notice>: (Note ) CoreTime: Current mcc: '0' simulated:'0'.
    Jun  6 13:54:55  SpringBoard[33] <Notice>: 2014-06-06 13:54:55.113|33|0x17d09ca0: Region monitoring not available or enabled. Trigger ignored!
    Jun  6 13:54:55  lockdownd[51] <Notice>: 01ac9000 __copy_itunes_value_block_invoke: com.apple.mobile.iTunes.store/downloaded-apps -> (null)
    Jun  6 13:54:56  accountsd[79] <Notice>: 2014-06-06 13:54:56.199 accountsd[79:3947]: Cannot check access to a private account type: (null)
    Jun  6 13:54:56  librariand[115] <Error>: ubiquity account is not configured (or is disabled for this client), not creating collection
    Jun  6 13:54:56  librariand[115] <Error>: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Jun  6 13:54:56  atc[296] <Warning>: {MediaLibrary} Database validation succeeded
    Jun  6 13:54:56  atc[296] <Notice>: PLMigrationLog <t:0x1659bbc0> loadFileSystemDataIntoDatabase called from +[PLPhotoLibrary _doFilesystemImportIfNeeded]
    Jun  6 13:54:56  assetsd[103] <Notice>: PLMigrationLog <t:0x145a6670> loadFileSystemDataIntoDatabase called from -[PersistentURLTranslatorGatekeeper importFileSytemAssetsNoWaitHandler:connection:]
    Jun  6 13:54:56  librariand[115] <Error>: ubiquity account is not configured (or is disabled for this client), not creating collection
    Jun  6 13:54:56  librariand[115] <Error>: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Jun  6 13:54:56  geod[262] <Warning>: Can't get bundle identifier for process 261
    Jun  6 13:54:56  medialibraryd[89] <Warning>: {MediaLibrary} [MLWriter] ending transaction <__NSConcreteUUID 0x16d52500> 7FC7AC47-B9A4-4F1D-A704-2014CC662B4A. shouldCommit=0.
    Jun  6 13:54:56  medialibraryd[89] <Warning>: {MediaLibrary} Rolling back transaction.
    Jun  6 13:54:56  librariand[115] <Error>: ubiquity account is not configured (or is disabled for this client), not creating collection
    Jun  6 13:54:56  librariand[115] <Error>: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Jun  6 13:54:56  deleted[261] <Error>: 0x387000 __DeleteLibrarian_block_invoke: unable to determine evictable space: The operation couldnt be completed. (LibrarianErrorDomain error 10 - Unable to configure the collection.)
    Jun  6 13:55:00  mc_mobile_tunnel[293] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:55:00  mc_mobile_tunnel[294] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:55:12  lockdownd[51] <Notice>: 00201000 _select_socket: receive secure message timeout!
    Jun  6 13:55:16  com.apple.launchd[1] <Notice>: (com.apple.iCloudKeychainStats) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Jun  6 13:55:16  com.apple.launchd[1] <Notice>: (com.apple.iCloudKeychainStats) Job failed to exec(3) for weird reason: 2
    Jun  6 13:55:16  geocorrectiond[300] <Warning>: /SourceCache/Maps/Maps-1398.27.4/iOS/geocorrectiond/MCAddressCorrector.m:119 0x17555570 startProcessing - failed. Not authorized (0)
    Jun  6 13:55:16  syncdefaultsd[301] <Notice>: (Note ) SYDAccount: no account
    Jun  6 13:55:21  daily[302] <Notice>: (0x3d6e318c) carrousel: Could not rmdir /private/var/tmp/MediaCache: Directory not empty
    Jun  6 13:55:21  daily[302] <Notice>: (0x3d6e318c) carrousel: Could not rmdir /private/var/tmp/launchd: Directory not empty
    Jun  6 13:55:22  mobile_assertion_agent[257] <Notice>: service_one_connection: Connection closed for client (null).
    Jun  6 13:55:32  lockdownd[51] <Notice>: 019c5000 _select_socket: receive secure message timeout!
    Jun  6 13:55:32  lockdownd[51] <Notice>: 019c5000 _receive_message: walk away - non-SSL 1
    Jun  6 13:55:37  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:55:37  mc_mobile_tunnel[303] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:55:42  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:55:42  mc_mobile_tunnel[304] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:55:42  profiled[305] <Notice>: (Note ) profiled: Service starting...
    Jun  6 13:55:42  profiled[305] <Notice>: (Error) MC: Profile MCConfigurationProfile 0x16d6f8b0 has no friendly name.
    Jun  6 13:55:42  profiled[305] <Notice>: (Error) MC: 0x16d6f8b0 Can't parse profile: NSError:
    Desc   : The profile Profile is invalid.
    Sugg   : The required field PayloadIdentifier is missing.
    US Desc: The profile Profile is invalid.
    US Sugg: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1000
    Type   : MCFatalError
    Params : (
    Profile
    ...Underlying error:
    NSError:
    Desc   : The required field PayloadIdentifier is missing.
    US Desc: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1002
    Type   : MCFatalError
    Params : (
    PayloadIdentifier
    Jun  6 13:55:42  profiled[305] <Notice>: (Error) MC: Failed to parse profile data. Error: NSError:
    Desc   : The profile Profile is invalid.
    Sugg   : The required field PayloadIdentifier is missing.
    US Desc: The profile Profile is invalid.
    US Sugg: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1000
    Type   : MCFatalError
    Params : (
    Profile
    ...Underlying error:
    NSError:
    Desc   : The required field PayloadIdentifier is missing.
    US Desc: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1002
    Type   : MCFatalError
    Params : (
    PayloadIdentifier
    Jun  6 13:55:42  profiled[305] <Notice>: (Error) MC: Profile cannot be queued for installation. Error: NSError:
    Desc   : Invalid Profile
    Sugg   : The profile Profile is invalid.
    US Desc: Invalid Profile
    US Sugg: The profile Profile is invalid.
    Domain : MCInstallationErrorDomain
    Code   : 4000
    Type   : MCFatalError
    ...Underlying error:
    NSError:
    Desc   : The profile Profile is invalid.
    Sugg   : The required field PayloadIdentifier is missing.
    US Desc: The profile Profile is invalid.
    US Sugg: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1000
    Type   : MCFatalError
    Params : (
    Profile
    ...Underlying error:
    NSError:
    Desc   : The required field PayloadIdentifier is missing.
    US Desc: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1002
    Type   : MCFatalError
    Params : (
    PayloadIdentifier
    Jun  6 13:55:47  mc_mobile_tunnel[303] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:55:52  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:55:52  mc_mobile_tunnel[306] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:55:52  mc_mobile_tunnel[304] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:55:53  profiled[305] <Notice>: (Note ) profiled: Service stopping.
    Jun  6 13:55:59  lockdownd[51] <Notice>: 3d6e318c _bump_connection_count: connectionCount now 17 usbHostConnected false pairableHostConnected false unpairedPtpAllowed false
    Jun  6 13:55:59  lockdownd[51] <Notice>: 3d6e318c _bump_connection_count: connectionCount now 18 usbHostConnected false pairableHostConnected false unpairedPtpAllowed false
    Jun  6 13:55:59  ptpd[291] <Notice>: PTP interface has been deactivated.
    Jun  6 13:55:59  kernel[0] <Debug>: AppleD1946PMUPowerSource: AppleUSBCableDetect 0
    Jun  6 13:55:59  kernel[0] <Debug>: AppleD1946PMUPowerSource: AppleUSBCableType Detached
    Jun  6 13:55:59  kernel[0] <Debug>: virtual IOReturn AppleUSBDeviceMux::message(UInt32, IOService *, void *) - kMessageInterfaceWasDeActivated
    Jun  6 13:55:59  kernel[0] <Debug>: AppleUSBDeviceMux::reportStats: USB mux statistics:
    Jun  6 13:55:59  kernel[0] <Debug>: USB mux: 446 reads / 0 errors, 931 writes / 0 errors
    Jun  6 13:55:59  kernel[0] <Debug>: USB mux: 0 short packets, 0 dups
    Jun  6 13:55:59  iapd[105] <Warning>: ERROR - /SourceCache/iapd/iapd-1385.3.1/iapd/IAPPortManager.mm:-[IAPPortManager availableCurrentFromAccInMa] - 228 IOAccessoryManagerGetUSBCurrentLimitBase failed 0xe00002d9
    Jun  6 13:55:59  medialibraryd[89] <Warning>: {MediaLibrary} [MediaLibraryService] Cancelling any active or suspended import operations in progress for process <unknown process> (process ID = 296)
    Jun  6 13:55:59  medialibraryd[89] <Warning>: {MediaLibrary} [MLWriter] Cleaning up any remaining transactions for ended process <unknown process> (process ID = 296)
    Jun  6 13:56:02  mc_mobile_tunnel[306] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:56:18  lockdownd[51] <Notice>: 3d6e318c _bump_connection_count: connectionCount now 19 usbHostConnected true pairableHostConnected false unpairedPtpAllowed false
    Jun  6 13:56:18  lockdownd[51] <Notice>: 3d6e318c _bump_connection_count: connectionCount now 20 usbHostConnected true pairableHostConnected true unpairedPtpAllowed false
    Jun  6 13:56:18  kernel[0] <Debug>: AppleD1946PMUPowerSource: AppleUSBCableDetect 1
    Jun  6 13:56:18  kernel[0] <Debug>: AppleD1946PMUPowerSource: AppleUSBCableType USBHost
    Jun  6 13:56:18  ptpd[307] <Error>: ptpd: startResponder
    Jun  6 13:56:18  ptpd[307] <Notice>: Photo library available
    Jun  6 13:56:18  ptpd[307] <Notice>: PTP interface has been activated at high speed.
    Jun  6 13:56:18  lockdownd[51] <Notice>: 01943000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jun  6 13:56:18  lockdownd[51] <Notice>: 01943000 special_case_get: MGCopyAnswer(kMGQInternationalMobileEquipmentIdentity) returned NULL
    Jun  6 13:56:18  lockdownd[51] <Notice>: 01943000 special_case_get: MGCopyAnswer(kMGQMobileEquipmentIdentifier) returned NULL
    Jun  6 13:56:18  timed[18] <Notice>: (Note ) CoreTime: Received time 06/06/2014 20:56:4560.00 from "MobileLockdown"
    Jun  6 13:56:18  timed[18] <Notice>: (Note ) CoreTime: Not setting system time to 06/06/2014 20:56:18 from NTP because time is unchanged
    Jun  6 13:56:18  timed[18] <Notice>: (Note ) CoreTime: Want active time in -0.00hrs. Need active time in 37.61hrs.
    Jun  6 13:56:18  timed[18] <Notice>: (Note ) CoreTime: Received timezone "America/Los_Angeles" from "MobileLockdown"
    Jun  6 13:56:18  timed[18] <Notice>: (Note ) CoreTime: Current mcc: '0' simulated:'0'.
    Jun  6 13:56:19  SpringBoard[33] <Notice>: 2014-06-06 13:56:19.016|33|0x199335a0: Region monitoring not available or enabled. Trigger ignored!
    Jun  6 13:56:19  lockdownd[51] <Notice>: 01a47000 __copy_itunes_value_block_invoke: com.apple.mobile.iTunes.store/downloaded-apps -> (null)
    Jun  6 13:56:20  accountsd[79] <Notice>: 2014-06-06 13:56:20.203 accountsd[79:10843]: Cannot check access to a private account type: (null)
    Jun  6 13:56:20  librariand[115] <Error>: ubiquity account is not configured (or is disabled for this client), not creating collection
    Jun  6 13:56:20  librariand[115] <Error>: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Jun  6 13:56:20  atc[309] <Warning>: {MediaLibrary} Database validation succeeded
    Jun  6 13:56:20  atc[309] <Notice>: PLMigrationLog <t:0x16e3fdf0> loadFileSystemDataIntoDatabase called from +[PLPhotoLibrary _doFilesystemImportIfNeeded]
    Jun  6 13:56:20  assetsd[103] <Notice>: PLMigrationLog <t:0x145a6ad0> loadFileSystemDataIntoDatabase called from -[PersistentURLTranslatorGatekeeper importFileSytemAssetsNoWaitHandler:connection:]
    Jun  6 13:56:20  lockdownd[51] <Notice>: 01ac9000 special_case_get: MGCopyAnswer(kMGQInternationalMobileEquipmentIdentity) returned NULL
    Jun  6 13:56:20  lockdownd[51] <Notice>: 01ac9000 special_case_get: MGCopyAnswer(kMGQMobileEquipmentIdentifier) returned NULL
    Jun  6 13:56:20  lockdownd[51] <Notice>: 01ac9000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jun  6 13:56:20  librariand[115] <Error>: ubiquity account is not configured (or is disabled for this client), not creating collection
    Jun  6 13:56:20  librariand[115] <Error>: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Jun  6 13:56:20  geod[262] <Warning>: Can't get bundle identifier for process 261
    Jun  6 13:56:20  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:56:20  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:56:20  medialibraryd[89] <Warning>: {MediaLibrary} [MLWriter] ending transaction <__NSConcreteUUID 0x16d552c0> 0BA65AAC-C5E8-4460-B229-CD5531260D09. shouldCommit=0.
    Jun  6 13:56:20  medialibraryd[89] <Warning>: {MediaLibrary} Rolling back transaction.
    Jun  6 13:56:20  librariand[115] <Error>: ubiquity account is not configured (or is disabled for this client), not creating collection
    Jun  6 13:56:20  librariand[115] <Error>: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Jun  6 13:56:20  deleted[261] <Error>: 0x283000 __DeleteLibrarian_block_invoke: unable to determine evictable space: The operation couldnt be completed. (LibrarianErrorDomain error 10 - Unable to configure the collection.)
    Jun  6 13:56:20  mc_mobile_tunnel[312] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:56:20  lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:56:20  mc_mobile_tunnel[313] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:56:26 Chas-iPad lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:56:26 Chas-iPad mc_mobile_tunnel[314] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:56:30 Chas-iPad mc_mobile_tunnel[312] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:56:30 Chas-iPad mc_mobile_tunnel[313] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:56:36 Chas-iPad mc_mobile_tunnel[314] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:56:40 Chas-iPad lockdownd[51] <Notice>: 01943000 _select_socket: receive secure message timeout!
    Jun  6 13:56:40 Chas-iPad lockdownd[51] <Notice>: 01943000 _receive_message: walk away - non-SSL 1
    Jun  6 13:56:59 Chas-iPad awdd[318] <Error>: CoreLocation: CLClient is deprecated. Will be obsolete soon.
    Jun  6 13:58:21 Chas-iPad medialibraryd[89] <Warning>: {MediaLibrary} [MediaLibraryService] Cancelling any active or suspended import operations in progress for process <unknown process> (process ID = 309)
    Jun  6 13:58:21 Chas-iPad medialibraryd[89] <Warning>: {MediaLibrary} [MLWriter] Cleaning up any remaining transactions for ended process <unknown process> (process ID = 309)
    Jun  6 13:59:09 Chas-iPad lockdownd[51] <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldnt be completed. No such file or directory)
    Jun  6 13:59:09 Chas-iPad mc_mobile_tunnel[319] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jun  6 13:59:09 Chas-iPad profiled[320] <Notice>: (Note ) profiled: Service starting...
    Jun  6 13:59:09 Chas-iPad profiled[320] <Notice>: (Error) MC: Profile MCConfigurationProfile 0x1453bd60 has no friendly name.
    Jun  6 13:59:09 Chas-iPad profiled[320] <Notice>: (Error) MC: 0x1453bd60 Can't parse profile: NSError:
    Desc   : The profile Profile is invalid.
    Sugg   : The required field PayloadIdentifier is missing.
    US Desc: The profile Profile is invalid.
    US Sugg: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1000
    Type   : MCFatalError
    Params : (
    Profile
    ...Underlying error:
    NSError:
    Desc   : The required field PayloadIdentifier is missing.
    US Desc: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1002
    Type   : MCFatalError
    Params : (
    PayloadIdentifier
    Jun  6 13:59:09 Chas-iPad profiled[320] <Notice>: (Error) MC: Failed to parse profile data. Error: NSError:
    Desc   : The profile Profile is invalid.
    Sugg   : The required field PayloadIdentifier is missing.
    US Desc: The profile Profile is invalid.
    US Sugg: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1000
    Type   : MCFatalError
    Params : (
    Profile
    ...Underlying error:
    NSError:
    Desc   : The required field PayloadIdentifier is missing.
    US Desc: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1002
    Type   : MCFatalError
    Params : (
    PayloadIdentifier
    Jun  6 13:59:09 Chas-iPad profiled[320] <Notice>: (Error) MC: Profile cannot be queued for installation. Error: NSError:
    Desc   : Invalid Profile
    Sugg   : The profile Profile is invalid.
    US Desc: Invalid Profile
    US Sugg: The profile Profile is invalid.
    Domain : MCInstallationErrorDomain
    Code   : 4000
    Type   : MCFatalError
    ...Underlying error:
    NSError:
    Desc   : The profile Profile is invalid.
    Sugg   : The required field PayloadIdentifier is missing.
    US Desc: The profile Profile is invalid.
    US Sugg: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1000
    Type   : MCFatalError
    Params : (
    Profile
    ...Underlying error:
    NSError:
    Desc   : The required field PayloadIdentifier is missing.
    US Desc: The required field PayloadIdentifier is missing.
    Domain : MCProfileErrorDomain
    Code   : 1002
    Type   : MCFatalError
    Params : (
    PayloadIdentifier
    Jun  6 13:59:19 Chas-iPad mc_mobile_tunnel[319] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jun  6 13:59:20 Chas-iPad profiled[320] <Notice>: (Note ) profiled: Service stopping.
    Jun  6 14:06:17 Chas-iPad mobile_assertion_agent[257] <Notice>: service_one_connection: Connection closed for client (null).

    Bump.
    So i read that Apple hasnt updated the iPhone config utility for iOS7 (or at all for a while). Does anyone know of any other config utilities that would allow me to control wheather a Wi-Fi is auto connected to or not? We use iPads in a buinessness envornment and need to be able to connect to one Wi-Fi with other open Wi-Fi connections avalable (but not connected). forgetting an open network doesnt work because it will auto-connect if the iPad looses connection with the main Wi-Fi. Auto-connect should  be an option on apple devices but isnt. we cannont be asked if we want to connect to an open Wi-Fi all the time.

  • [INS-20802] Oracle Database Configuration Assistant failed

    I am trying to install Oracle 11g R2 on my windows 7 Professional, 64bit computer. After 42% of installation, it started showing some files are missing. Few of them are:
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    And the final pop up winow says:
    Database configuration Assistant:Info
    *"Template General_Purpose.dbc does not exists. Please specify an exixting template for database creation"*
    *"[INS-20802] Oracle Database Configuration Assistant failed"*
    Details:
    Cause:- The plug-in failed in its perform method
    Action:- Refer to the logs or contact Oracle Support Services.
    Following are the last few lines of the log file. Can anyone please help me to fix this problem?
              Oracle Advanced Security 11.2.0.1.0
              Oracle Internet Directory Client 11.2.0.1.0
              HAS Files for DB 11.2.0.1.0
              Oracle Net Listener 11.2.0.1.0
              Oracle Net Services 11.2.0.1.0
              Oracle Text 11.2.0.1.0
              Oracle Database 11g 11.2.0.1.0
              Oracle COM Automation Feature 11.2.0.1.0
              Oracle OLAP 11.2.0.1.0
              Oracle Spatial 11.2.0.1.0
              Oracle Partitioning 11.2.0.1.0
              Enterprise Edition Options 11.2.0.1.0
              Oracle Database 11g 11.2.0.1.0
    INFO: OiicSaveInvWCCE:After saving the inventory. This is an Install session.
    INFO: SaveInvWCCE JRE files in Scratch :0
    INFO: Aggregate Name as given in the action for additional utility tools: oracle.rdbms.util
    INFO: Aggregate Location as given in the action for additional utility tools: C:\app\User\product\11.2.0\dbhome_1/install/config
    INFO: checking if the file C:\app\User\product\11.2.0\dbhome_1/install/config\oracle.rdbms.util.xml is present?
    INFO: Can proceed with additional utility processes ? : true
    INFO: Copying C:\app\User\product\11.2.0\dbhome_1\install\config\oracle.rdbms.util.xml to C:\app\User\product\11.2.0\dbhome_1\inventory\ContentsXML\ConfigXML\oracle.rdbms.util.1_0_0_0_0.xml with the permissions og-rwx
    INFO: cf session will be created for OH: C:/app/User/product/11.2.0/dbhome_1\ TLAggr: oracle.rdbms.util instancePath: inventory\ContentsXML\ConfigXML\
    INFO: cf session for OH: C:/app/User/product/11.2.0/dbhome_1\ TL Aggr: [oracle.rdbms.util] instancePath: inventory\ContentsXML\ConfigXML\
    INFO: No of Tools: 1
    INFO: Starting to execute the additional tools
    INFO: Executing utility tool: ADR Setup Utility
    INFO: Executing utility tool: ADR Setup Utility
    INFO: Command = C:\Windows\system32\cmd /c call C:\app\User\product\11.2.0\dbhome_1/bin/diagsetup.bat basedir=C:\app\User oraclehome=C:\app\User\product\11.2.0\dbhome_1
    INFO: Successfully executed utility tool: ADR Setup Utility
    INFO: Successfully executed utility tool: ADR Setup Utility
    INFO: All the tools have been executed Successfully
    INFO: Complete execution of additional tools
    INFO: oracle.installer.installUpdates property is set to false, so skipping the checking of updates
    INFO: Config Initialize JRE files in Scratch :0
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Configuration Manager
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: HAS Common Files
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Netca Client
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Enterprise Manager Console DB
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Database Configuration and Upgrade Assistants
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Database 11g
    INFO: The Top level Aggreage File = C:\app\User\product\11.2.0\dbhome_1\inventory\ContentsXML\ConfigXML\oracle.server.11_2_0_1_0.xml
    INFO: OUI_CAPlugIn is not found in XML
    INFO: no. of tools to supress: 0 for comp: Oracle Enterprise Manager Console DB
    INFO: processing tool: Launch browser
    INFO: removing plugin invocation for: Launch browseras it doesnt support clone mode
    INFO: removing plugin invocation for: Launch browseras it doesnt support add node mode
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: cf session will be created for OH: C:/app/User/product/11.2.0/dbhome_1\ TLAggr: oracle.server instancePath: inventory\ContentsXML\ConfigXML\
    INFO: cf session for OH: C:/app/User/product/11.2.0/dbhome_1\ TL Aggr: [oracle.server] instancePath: inventory\ContentsXML\ConfigXML\
    INFO: aggr ref length : 6
    INFO: cf session hashcode: 1847125318
    INFO: cf session saved with key: OraDb11g_home1 oracle.server
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Handling the storing of variables for aggr name oracle.sysman.ccr
    INFO: This variable s_OPSNodeInfoString is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_createResponseFile is not added to the global context map
    INFO: This variable s_ps is not added to the global context map
    INFO: This variable s_oraName is not added to the global context map
    INFO: This variable s_ccrJarDestination is not added to the global context map
    INFO: This variable b_localInstall is not added to the global context map
    INFO: This variable b_doConfigCCR is not added to the global context map
    INFO: This variable b_ccrUpgrade is not added to the global context map
    INFO: This variable s_rspFilePath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: for oracle.has.common no aggregate found by cf: no configuration
    INFO: Handling the storing of variables for aggr name oracle.assistants.netca.client
    INFO: This variable s_swingallName is not added to the global context map
    INFO: This variable s_shareName is not added to the global context map
    INFO: This variable s_runtimeLib is not added to the global context map
    INFO: This variable s_runTimeJar is not added to the global context map
    INFO: This variable s_responseFileName is not added to the global context map
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_netcfgName is not added to the global context map
    INFO: This variable s_netcahelpName is not added to the global context map
    INFO: This variable s_netcaUpgradeFlag is not added to the global context map
    INFO: This variable s_netcaClass is not added to the global context map
    INFO: This variable s_netCA_Args is not added to the global context map
    INFO: This variable s_netCAInstalledProtocols is not added to the global context map
    INFO: This variable s_netAPIName is not added to the global context map
    INFO: This variable s_ldapclnt9 is not added to the global context map
    INFO: This variable s_ldapclnt11 is not added to the global context map
    INFO: This variable s_ldapclnt10 is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable s_jreJarFile is not added to the global context map
    INFO: This variable s_jreJar is not added to the global context map
    INFO: This variable s_jewtName is not added to the global context map
    INFO: This variable s_installTypeForLaunchNETCA is not added to the global context map
    INFO: This variable s_icebrowserName is not added to the global context map
    INFO: This variable s_helpName is not added to the global context map
    INFO: This variable s_ewtcompatName is not added to the global context map
    INFO: This variable s_ewtName is not added to the global context map
    INFO: This variable s_ewtFile is not added to the global context map
    INFO: This variable s_ewtCompat is not added to the global context map
    INFO: This variable s_cfgMethod is not added to the global context map
    INFO: This variable s_caHelpZhTwJar is not added to the global context map
    INFO: This variable s_caHelpZhCnJar is not added to the global context map
    INFO: This variable s_caHelpPtBRJar is not added to the global context map
    INFO: This variable s_caHelpKoJar is not added to the global context map
    INFO: This variable s_caHelpJar is not added to the global context map
    INFO: This variable s_caHelpJaJar is not added to the global context map
    INFO: This variable s_caHelpItJar is not added to the global context map
    INFO: This variable s_caHelpFrJar is not added to the global context map
    INFO: This variable s_caHelpEsJar is not added to the global context map
    INFO: This variable s_caHelpDeJar is not added to the global context map
    INFO: This variable s_authAdaptors is not added to the global context map
    INFO: This variable ps_netCA_Args_OverRide is not added to the global context map
    INFO: This variable b_net8ServerInstalling is not added to the global context map
    INFO: This variable b_javavmIsInstalling is not added to the global context map
    INFO: This variable b_isWindows is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_cmanIsInstalling is not added to the global context map
    INFO: This variable b_anoIsInstalling is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_ouiJlibDir is not added to the global context map
    INFO: This variable s_opsmJlib is not added to the global context map
    INFO: This variable s_ntwkTools is not added to the global context map
    INFO: This variable s_netjlibDir is not added to the global context map
    INFO: This variable s_netcahelpLocation is not added to the global context map
    INFO: This variable s_netcaJlibDir is not added to the global context map
    INFO: This variable s_netcaDocDir is not added to the global context map
    INFO: This variable s_netPropertiesFile is not added to the global context map
    INFO: This variable s_netCA is not added to the global context map
    INFO: This variable s_net8caFileToInstantiate is not added to the global context map
    INFO: This variable s_jre15Location is not added to the global context map
    INFO: This variable s_jlibDir is not added to the global context map
    INFO: This variable s_inventoryPrereqOui is not added to the global context map
    INFO: This variable s_emdwLibDir is not added to the global context map
    INFO: This variable s_caHelpDir is not added to the global context map
    INFO: This variable s_assistantJlibDir is not added to the global context map
    INFO: This variable s_JavaFlag is not added to the global context map
    INFO: This variable b_isOPS is not added to the global context map
    INFO: This variable s_windowsCommandLine is not added to the global context map
    INFO: This variable s_net8caExecutable is not added to the global context map
    INFO: This variable s_netcaUserDirArg is not added to the global context map
    INFO: This variable s_installTypeForNetCA is not added to the global context map
    INFO: This variable s_netcaSilentFlag is not added to the global context map
    INFO: This variable s_netCAInstalledProducts is not added to the global context map
    INFO: This variable s_netcaClasspath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name oracle.sysman.console.db
    INFO: This variable s_sid is not added to the global context map
    INFO: This variable s_serverInstallType is not added to the global context map
    INFO: This variable s_platform is not added to the global context map
    INFO: HashMap added with the key oracle.sysman.console.db and an empty variable Vector
    INFO: Adding the variable s_obfOc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfOc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_nlsLang is not added to the global context map
    INFO: This variable s_emailServer is not added to the global context map
    INFO: This variable s_emailAddress is not added to the global context map
    INFO: This variable s_cfgtyperet is not added to the global context map
    INFO: Adding the variable s_JtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_JtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable n_uploadInterval is not added to the global context map
    INFO: This variable localhost is not added to the global context map
    INFO: This variable b_launchTools is not added to the global context map
    INFO: This variable b_launchBrowser is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_centralConsole is not added to the global context map
    INFO: This variable USE_HTTP_PROXY is not added to the global context map
    INFO: This variable USE_DB_CONSOLE is not added to the global context map
    INFO: This variable SET_CONSOLE_MODE is not added to the global context map
    INFO: This variable SA_SETUP is not added to the global context map
    INFO: This variable OC4JLOC is not added to the global context map
    INFO: This variable NO_PC_MODE is not added to the global context map
    INFO: This variable LOGGING_LEVEL is not added to the global context map
    INFO: This variable JRE_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the global context map
    INFO: This variable ISQLPLUS_PORT is not added to the global context map
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the global context map
    INFO: This variable HOSTNAME is not added to the global context map
    INFO: This variable EM_UPLOAD_DISABLE is not added to the global context map
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the global context map
    INFO: This variable EMPRODVER is not added to the global context map
    INFO: This variable CONSOLE_MODE is not added to the global context map
    INFO: This variable CONSOLE_CFG is not added to the global context map
    INFO: This variable sl_oraclehomes is not added to the global context map
    INFO: This variable s_oc4jDir is not added to the global context map
    INFO: This variable s_oc4jAppsDir is not added to the global context map
    INFO: This variable s_jreHome is not added to the global context map
    INFO: This variable s_configcommand is not added to the global context map
    INFO: This variable b_isRAC is not added to the global context map
    INFO: This variable b_UNIX is not added to the global context map
    INFO: This variable OJSP_JAR_LOC is not added to the global context map
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the global context map
    INFO: This variable LDAP_JAR_LOC is not added to the global context map
    INFO: This variable JAVA_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_HOST is not added to the global context map
    INFO: This variable EM_UIX_LOCATION is not added to the global context map
    INFO: This variable EM_REPOS_HOST is not added to the global context map
    INFO: This variable EM_PING_COMMAND is not added to the global context map
    INFO: This variable EM_OC4J_HOME is not added to the global context map
    INFO: This variable EM_EAR_LOC is not added to the global context map
    INFO: This variable EMDROOT is not added to the global context map
    INFO: Adding the variable s_oc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_oc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_launchBrowserClasspath is not added to the global context map
    INFO: This variable s_javapOracleHome is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: Handling the storing of variables for aggr name oracle.assistants.server
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable pn_dboffset is not added to the global context map
    INFO: This variable cs_swingName is not added to the global context map
    INFO: This variable cs_komodoName is not added to the global context map
    INFO: This variable cs_kodiakName is not added to the global context map
    INFO: This variable cs_jewtName is not added to the global context map
    INFO: This variable cs_iceBrowserName is not added to the global context map
    INFO: This variable cs_ewtcompatName is not added to the global context map
    INFO: This variable cs_ewtName is not added to the global context map
    INFO: This variable cs_baliShareName is not added to the global context map
    INFO: This variable b_orabaseContainsOrahome is not added to the global context map
    INFO: This variable b_isWINDOWS is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable sl_dbmaParameterListForIcon is not added to the global context map
    INFO: This variable sl_dbcaParameterListForIcon is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_ouiJlibLocation is not added to the global context map
    INFO: This variable s_oratabLocation is not added to the global context map
    INFO: This variable s_opsmLocation is not added to the global context map
    INFO: This variable s_dbuaLocation is not added to the global context map
    INFO: This variable s_dbcaLocation is not added to the global context map
    INFO: This variable s_OracleBinLocation is not added to the global context map
    INFO: This variable s_dbcaInstLaunchFile is not added to the global context map
    INFO: This variable s_dbcaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaInstLaunchFile is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    INFO: Checkpoint:Transfer of file done from remote node
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = C:\app\User\product\11.2.0\dbhome_1\install\chainedInstall\globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Number of root scripts to be executed = 0
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Completed setting up InstallDB
    INFO: Performing Configuration
    INFO: Entering ConfigClient.init method
    INFO: ConfigClient.init sOracleHomeLoc=C:\app\User\product\11.2.0\dbhome_1, sTopAggId=oracle.server
    INFO: Entering ConfigClient.initClientAndSession method
    INFO: ConfigClient.initClientAndSession status : connected to the config framework
    INFO: ConfigClient.initClientAndSession session begun oracle.sysman.emCfg.client.CfwSession@5059a331
    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@2ce90f2d
    INFO: Configuration log directory - C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs
    INFO: Exiting ConfigClient.init method
    INFO: Calling event ConfigSessionInitialized
    INFO: ConfigClient.registerOutErrStream method called
    INFO: Entering ConfigClient.getToolsList method
    INFO: Created config job for Oracle Net Configuration Assistant
    INFO: Created config job for Oracle Database Configuration Assistant
    INFO: Created config job for Oracle Configuration Manager Configuration
    INFO: Updating Transient Parameters in the Aggregates
    INFO: Updating Transient Parameters for oracle.server
    INFO: Updating Transient Parameters for oracle.assistants.netca.client
    INFO: Updating Transient Parameters for oracle.assistants.server
    INFO: Setting value to transient variable s_dbcaArgs
    INFO: Setting value to transient variable S_SYSMANPASSWORD
    INFO: Setting value to transient variable s_systemPasswordFlag
    INFO: Setting value to transient variable s_sysmanPasswordFlag
    INFO: Setting value to transient variable S_HOSTUSERPASSWORD
    INFO: Setting value to transient variable s_dbcaArgsOverride
    INFO: Setting value to transient variable windows_commandline_prefix
    INFO: Setting value to transient variable s_sysPasswordFlag
    INFO: Setting value to transient variable S_SYSPASSWORD
    INFO: Setting value to transient variable s_asmsnmpPasswordFlag
    INFO: Setting value to transient variable S_DBSNMPPASSWORD
    INFO: Setting value to transient variable s_dbsnmpPasswordFlag
    INFO: Setting value to transient variable S_ASMSNMPPASSWORD
    INFO: Setting value to transient variable S_SYSTEMPASSWORD
    INFO: Setting value to transient variable s_hostUserPasswordFlag
    INFO: Updating Transient Parameters for OuiConfigVariables
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs
    INFO:
    The Runconfig command constructed is C:\app\User\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\app\User\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands
    INFO: Since the option is to overwrite the existing C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, backing it up
    INFO: The backed up file name is C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak
    INFO: Entering ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@74247cc2
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: INFO: Parsing command line arguments:INFO: Parameter "orahome" = C:\app\User\product\11.2.0\dbhome_1INFO: Parameter "orahnam" = OraDb11g_home1INFO: Parameter "instype" = typicalINFO: Parameter "inscomp" = client,oraclenet,javavm,server,anoINFO: Parameter "insprtcl" = tcp,nmpINFO: Parameter "cfg" = localINFO: Parameter "authadp" = NO_VALUEINFO: Parameter "responsefile" = C:\app\User\product\11.2.0\dbhome_1\network\install\netca_typ.rspINFO: Parameter "silent" = trueINFO: Done parsing command line arguments.INFO: Oracle Net Services Configuration:INFO: Profile configuration complete.INFO: Oracle Net Listener Startup:INFO: Running Listener Control:
    INFO: C:\app\User\product\11.2.0\dbhome_1\bin\lsnrctl start LISTENERINFO: Listener Control complete.INFO: Setting Listener service to start automatically.INFO: Listener started successfully.INFO: Listener configuration complete.INFO: Default local naming configuration complete.INFO: Oracle Net Services configuration successful. The exit code is 0WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO:
    INFO:
    INFO: Started Plugin named: Oracle Database Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Executing DBCA
    INFO: Command C:\Windows\system32\cmd /c call C:\app\User\product\11.2.0\dbhome_1\bin\dbca.bat -progress_only -createDatabase -templateName General_Purpose.dbc -sid orcl -gdbName orcl.168.2.5 -emConfiguration LOCAL -storageType FS -datafileDestination C:\app\User\oradata -datafileJarLocation C:\app\User\product\11.2.0\dbhome_1/assistants/dbca/templates -responseFile NO_VALUE -characterset AL32UTF8 -obfuscatedPasswords false -sampleSchema true -automaticMemoryManagement true -totalMemory 3237 -maskPasswords false -oui_internal
    INFO: ... GenericInternalPlugIn.handleProcess() entered.
    INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
    INFO: ... GenericInternalPlugIn: checking secretArguments.
    INFO: ... GenericInternalPlugIn: starting read loop.
    INFO: Read: SYS_PASSWORD_PROMPT
    INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysPassword
    INFO: Read: SYSTEM_PASSWORD_PROMPT
    INFO: Processing: SYSTEM_PASSWORD_PROMPT for argument tag -systemPassword
    INFO: Read: DBSNMP_PASSWORD_PROMPT
    INFO: Processing: DBSNMP_PASSWORD_PROMPT for argument tag -dbsnmpPassword
    INFO: Read: SYSMAN_PASSWORD_PROMPT
    INFO: Processing: SYSMAN_PASSWORD_PROMPT for argument tag -sysmanPassword
    INFO: End of argument passing to stdin
    INFO: Completed Plugin named: Oracle Database Configuration Assistant
    INFO: Oracle Database Configuration Assistant failed.
    INFO: Oracle Database Configuration Assistant failed.
    INFO: ConfigClient.executeToolsInAggregate action performed
    INFO: Exiting ConfigClient.executeToolsInAggregate method
    INFO: Calling event ConfigToolsExecuted
    INFO:
    The Runconfig command constructed is C:\app\User\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\app\User\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Created a new file C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak
    INFO: ConfigClient.saveSession method called
    INFO: Calling event ConfigSessionEnding
    INFO: ConfigClient.endSession method called
    INFO: Completed Configuration
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    INFO: Cleaning up, please wait...
    INFO: Dispose the install area control object
    INFO: Update the state machine to STATE_CLEAN
    INFO: All forked task are completed at state setup
    INFO: Completed background operations
    INFO: Moved to state <setup>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <setup>
    INFO: Completed validating view at state <setup>
    INFO: Validating state <setup>
    WARNING: Validation disabled for the state setup
    INFO: Completed validating state <setup>
    INFO: Verifying route success
    INFO: Get view named [FinishUI]
    INFO: View for [FinishUI] is oracle.install.ivw.db.view.FinishUI@22d215
    INFO: Initializing view <FinishUI> at state <finish>
    INFO: Completed initializing view <FinishUI> at state <finish>
    INFO: Displaying view <FinishUI> at state <finish>
    INFO: Completed displaying view <FinishUI> at state <finish>
    INFO: Loading view <FinishUI> at state <finish>
    INFO: Install Succeeded: true
    INFO: Config Tool Succeeded: false
    INFO: Remote Install Succeeded: true
    INFO: Completed loading view <FinishUI> at state <finish>
    INFO: Localizing view <FinishUI> at state <finish>
    INFO: Completed localizing view <FinishUI> at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state finish
    INFO: FinishAction Actions.execute called
    INFO: Completed executing action at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <finish>
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    Edited by: rnair on Mar 18, 2013 10:08 AM

    rnair wrote:
    I am trying to install Oracle 11g R2 on my windows 7, 64bit computer. After 42% of installation, it started showing some files are missing. Few of them are:
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    And the final pop up winow says:
    Database configuration Assistant:Info
    *"Template General_Purpose.dbc does not exists. Please specify an exixting template for database creation"*
    *"[INS-20802] Oracle Database Configuration Assistant failed"*
    Details:
    Cause:- The plug-in failed in its perform method
    Action:- Refer to the logs or contact Oracle Support Services.
    Following are the last few lines of the log file. Can anyone please help me to fix this problem?<snip>
    the error has nothing to do with DBCA. DBCA was simply the last in a long string of victims.
    Go back and read the instructions where you downloaded the install media. They state that the TWO zip files you download must be unzipped into the same directory.

  • SOA Suite: startup errors from tip/esb.configuration.util

    I have the following setup on Windows XP Pro:
    1. Oracle Database XE
    2. SOA Suite 10.1.3.1.0 - Advanced Install
    3. Upgrade to SOA Suite 10.1.3.4.0 MLR#7
    4. SOADEMO - runs very well; I can place orders that require approval and see audit logs fine.
    Upon startup though I'm lots of errors coming from tip like the following:
    Component Name = tip
    Component ID = tip
    Module ID = esb.configuration
    User ID = SYSTEM
    Message Type = Error
    Message Text = ConcreteSuffix: Not using Concrete Suffix
    followed by errors like the following:
    Component Name = tip
    Component ID = tip
    Module ID = esb.configuration.util
    User ID = SYSTEM
    Message Type = Error
    Message Text = NameSpacePrefix:tnsportType:FedexShipment_ptt
    (Note: My Soa Home is C:\bin\oracle\OraAppSrv_SOASuite\10.1.3\OracleAS_1 )
    Any ideas on why the above error might be happening and how to eliminate it?
    Thanks in advance,
    Alex.

    This seems to be an error in the loglevel for the a flag.
    See Oracle bug 8889031:
    Hdr: 8889031 11 SERVER 10.1.3.4.8 INFRA PRODID-1876 PORTID-23
    Abstract: "CONCRETESUFFIX" ERROR
    *** 09/09/09 05:24 am ***
    environment
    ===========
    SOA 10.1.3.4
    MLR 8
    symptoms
    ========
    at location:    $ORACLE_HOME/j2ee/OC4J_SOA/application-deployments/esb-rt
    there is file:  orion-application.xml
    if customer sets line:
    <property name="isConcreteSuffixRequired" value="true"/>
    then following message appears:
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2009-09-09T10:15:50.930+00:00</TSTZ_ORIGINATING>
        <COMPONENT_ID>tip</COMPONENT_ID>
        <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>tdm2s050</HOST_ID>
        <HOST_NWADDR>53.147.110.5</HOST_NWADDR>
        <MODULE_ID>esb.configuration</MODULE_ID>
        <THREAD_ID>10</THREAD_ID>
        <USER_ID>iDR04M1</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>53.147.110.5:31346:1252491317505:0</UNIQUE_ID><SEQ
    125</SEQ></EXEC_CONTEXT_ID>  </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>ConcreteSuffix: Using ConcreteSuffix...</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    else if customer sets:
    <property name="isConcreteSuffixRequired" value="false"/>  (or null)
    then following message appears:
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2009-09-09T10:08:26.204+00:00</TSTZ_ORIGINATING>
        <COMPONENT_ID>tip</COMPONENT_ID>
        <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>tdm2s050</HOST_ID>
        <HOST_NWADDR>53.147.110.5</HOST_NWADDR>
        <MODULE_ID>esb.configuration</MODULE_ID>
        <THREAD_ID>10</THREAD_ID>
        <USER_ID>iDR04M1</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>53.147.110.5:77410:1252490867907:0</UNIQUE_ID><SEQ
    125</SEQ></EXEC_CONTEXT_ID>  </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>ConcreteSuffix: Not using Concrete Suffix</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    These <MESSAGE> elements appear in file:
    $ORACLE_HOME/j2ee/OC4J_SOA/log/OC4J_SOA_SOA_GROUP_1/oc4j/log.xml
    And it is not reported any failed ESB instance or error message in the opmn
    logs.

  • Configuration utillity error

    Hi,
    I am trying to configure the System 9.3.1, the EAS database confuguration failed, the error log showing the below messafes:
    (Nov 11, 2008, 01:25:42 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    com.hyperion.cis.config.ProcessingException
         at com.hyperion.ess.EASDBConfigurator.configure(EASDBConfigurator.java:252)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Can any one help by providing fix to error.
    Advanced thanks for your help and support.
    Thanks,
    bhavani.

    Have you created DB-hypdb on DB server and add hypdb as user and set its password as hypdb?
    Can you please re-configure EAS by using following steps:-
    1- Start Configuration utility and Select only EAS from product option list.
    2- Then select only option 'Configure Database'.
    3- Then select option 'Oracle' as database.
    4- Then give Server Name on which Oracle is installed and give correct port and give user name as 'hypdb' and Password 'hypdb'.
    Hope it should work.

  • Not able to delete un wanted data source in configuration utility

    Hi,
    I am on 9.3 version,
    I had some Un wanted data sources in my configuration utility and i deleted them but still i can see them, why is this happening?
    Thanks

    Does it say that the datasource has been deleted in the config utility, have you tried restarting the service.
    If all fails then they may have to be manually remove from the planning system database.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • My brother used his Verizon Wireless SIM to activate my factory unlocked iphone 5s.  Now, I can't access the cellular data network option to change APN settings for my new carrier.  Already tried configuration utility and factory resets.

    So as the title says, after I got my iPhone 5s from apple, factory unlocked, my brother used his sim card in it for a moment to allow it to be registered and usable on WIFI until I made it to Japan.  Now that I have a data SIM card, I have to input specific APN settings, which are located in settings>cellular>cellular data network, however, cellular data network is not available as an option. I have reset the phone multiple times with and without backups and with and without the new sim in the phone.  I have also used the configuration utility to try to put the APN settings in the phone.  I contacted Apple and they didn't really have an answer as to what i should do.  My brother checked his Verizon account and my phone does not show up as one of his devices, so right now I'm stuck with and incredibly expensive iPod.  Does anyone have any idea what I can do to remedy this?  I am unable to contact Verizon via telephone myself as I have no phone service.  Any help would be greatly, greatly appreciated.

    You only have to clone your mac when using certain cable modem.  You don't clone your mac when using dsl.
    Greetings from Northern Ontario, Canada

  • Multiple from e-mailaddresses /  one account / iphone configuration utility

    I trie to configure my e-mail account on my iphone. This works fine, when there is one e-mailaddress per account. But when I want to configure it to have multiple from-e-mailaddresses aka aliases I can choose to sent my mail from, there I stuck.
    What I tried till now but without any success is
    use the "name1 <[email protected]>, name2 <[email protected]>" syntax
    leaf it blank and do it manually when the profile is installed, what works, but still just for one e-mailaddress
    who could help?

    thx for your answer
    at the provider end every thing is configured the way it should
    you know the way to configure other e-mail-addresses in iOS manually:      Preferences > Mail, Contacts, Calendar > yourMailAccount > yourMailAccount > E-Mail yourEMailAddress
    There you can put in your aliases, which enables you to select, from which address you send your e-mail from
    the same thing you can do in Apple Mail, with the "name1 [email protected], name2 [email protected]" syntax entered in the Email Address field in Account Information in the preferences
    But what to do, if you want to configure your iPhone with the iphone configuration utility?
    if you leaf the from-address blank, you can enter just one address, the above mentioned syntax, that works for Apple Mail, doesn't
    And the question for the super hero out there: How to do this in addition with certificates?

  • How can i create a new and tableless database using database configuration

    How can i create a new and tableless database using database configuration

    How can i create a new and tableless database using database configuration
    Just don't install the sample schemas. See the installation guide
    http://docs.oracle.com/cd/E11882_01/server.112/e10831/installation.htm
    Using the Database Configuration Assistant
    When you install Oracle Database with the Oracle Universal Installer, the sample schemas are installed by default if you select the Basic Installation option. Selecting the sample schemas option installs all five schemas (HR, OE, PM, IX, and SH) in the database. If you choose not to install the sample schemas at that time, you can add them later by following the instructions in section "Manually Installing Sample Schemas".
    Choose a custom install and don't install the sample schemas.
    All other schems/tables installed are REQUIRED by Oracle

  • Purpose of  Configuration utility and shared services????

    What is the configuration utility ? what is the purpose of this.
    what is the shared services and purpose.
    Plese do not say " interview questions, please refer docs" .
    Please i need a brief just for some idea.
    Regards
    Eshwar

    Config Utility within Shared Services is to configure the Essbase Applications which are designed to work with Shared Services.
    With the Configuration Utility, you can configure individual applications once they are registered with Shared Services. You can:
    1) Deploy to Application Servers
    2) Configure Repositories
    3) Choose Application specific option
    Depending upon which application you are configuring, you will see different options.
    Shared services, as the name suggests, is to manage all the shared components within all the Hyperion applications which can work with Shared Services. Apart from config utility, another big use of its is to manage the users.
    Hope this helps.
    Nitin Malhotra

  • 10g installation stays at 45% during Database Configuration Assistant

    Hi,
    I am trying to install Oracle 10g in my windows XP machine.Installation goes on smoothly and the configuration assistant window appears.The Database Configuration Assistant page showing the progess bar for database creation also appears.The progress shows Clone database creation in progress at 45%. It has been running for more than 6 hours.
    What should i do? Can i stop and run Database Configuration Assistant independently? Is installation of all oracle database component complete?
    Please advice.
    Regards,
    Jay

    Hi,
    I have checked and the Oracle listener is started.The problem is still there.
    Where do i locate the files created during DBCA process? If there are any files left will they be replaced when i run DBCA independently?
    Please advice.
    Thanks.
    Jay

  • 8.1.5 Install Problem: Database Configuration Assistant

    I have problems installing Oracle 8.1.5 on Linux.
    On the "Configuration tools" screen, I get the following
    error for the 'Oracle Database Configuration Assistant':
    "A required command line argument is missing"
    The installation claims the error is not critical.
    When I try to access the database with SQL*Plus and the default
    SYS/CHANGE_ME_ON_INSTALL login, I get the following error:
    ORA01033: Oracle intialization or shutdown in progress.
    I cannot start or stop the database.
    When I use "connect internal" in srvmgr, and try to do "startup",
    I get "insufficient privileges".
    When I use "connect SYSTEM/CHANGE_ME_ON_INSTALL", I get ORA01033
    again.
    My system configuration:
    RedHat 6.0
    2x Pentium II 266
    192 MB RAM
    Java JRE 1.6.5
    Kernel 2.2.10
    Hints etc. appreciated.
    null

    I have exactly the same setup (ie 2.2.10 etc) with
    exactly the same error message on install. In fact
    as far as I can tell no database was created because
    of this error. I run the "dbassist" sepeartely after the
    install and I get :
    " JNLS Excetion:oracle.....
    Unable to find any National Character Sets.
    Please Check your Oracle Installation"
    This is a stock redhat 6.0 install with the addition
    of the redhat errata updates(ie enlightenment-0.15.5-36
    , X, kde etc) and kernel 2.2.10.
    Yes logged in as the "oracle" user which also has group
    dba priv.
    Michael (guest) wrote:
    : The default password for sys is change_on_install, not
    : change_me_on_install, although a regular "connect internal"
    : should still work regardless (it won't for future versions, but
    : in 8.1.5, it should still work at least). Are you logged into
    : the OS as the "oracle" account (or whatever you used as the
    : install account)? Is this user a member of the "dba" group?
    : Also, make sure the permissions/ownerships of the files are
    : correct--your umask should have been 022 on the install account
    : before the install. The install manual states the correct
    : permissions on important files, and ownerships should pretty
    much
    : all (if not all) be oracle:dba.
    : If a shutdown was initiated, was it long ago? Live Oracle dbs
    : can take a while to shutdown, but if this is a new install and
    : not live or anything, it shouldn't take that long.
    : Sven Neuhaus (guest) wrote:
    : : I have problems installing Oracle 8.1.5 on Linux.
    : : On the "Configuration tools" screen, I get the following
    : : error for the 'Oracle Database Configuration Assistant':
    : : "A required command line argument is missing"
    : : The installation claims the error is not critical.
    : : When I try to access the database with SQL*Plus and the
    default
    : : SYS/CHANGE_ME_ON_INSTALL login, I get the following error:
    : : ORA01033: Oracle intialization or shutdown in progress.
    : : I cannot start or stop the database.
    : : When I use "connect internal" in srvmgr, and try to do
    : "startup",
    : : I get "insufficient privileges".
    : : When I use "connect SYSTEM/CHANGE_ME_ON_INSTALL", I get
    : ORA01033
    : : again.
    : : My system configuration:
    : : RedHat 6.0
    : : 2x Pentium II 266
    : : 192 MB RAM
    : : Java JRE 1.6.5
    : : Kernel 2.2.10
    : : Hints etc. appreciated.
    null

Maybe you are looking for