Install mysql on Solaris 10 can't found my.cnf file

I install mysql on Solaris 10 , it work fine on both back and connect to Web, recently I met some tuning issue but I can found the my.cnf file, what should I do ?

Thank you,
in case some one need it
go to your mysql installation .. /support-files copy one to your ets, and change in by the need .

Similar Messages

  • Installing Mysql on Solaris 10

    Ive installed Mysql on solaris 10 and when i try and start it up i get these errors...any help would be appricated...
    # more Felicia.err
    051025 14:45:34 mysqld started
    InnoDB: The first specified data file ./ibdata1 did not exist:
    InnoDB: a new database to be created!
    051025 14:45:35 InnoDB: Setting file ./ibdata1 size to 10 MB
    InnoDB: Database physically writes the file full: wait...
    051025 14:45:36 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile0 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    051025 14:45:37 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile1 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    InnoDB: Doublewrite buffer not found: creating new
    InnoDB: Doublewrite buffer created
    InnoDB: Creating foreign key constraint system tables
    InnoDB: Foreign key constraint system tables created
    051025 14:45:39 InnoDB: Started; log sequence number 0 0
    051025 14:45:39 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
    051025 14:45:39 mysqld ended
    # bin/mysqld --user=root
    051025 16:24:55 InnoDB: Database was not shut down normally!
    InnoDB: Starting crash recovery.
    InnoDB: Reading tablespace information from the .ibd files...
    InnoDB: Restoring possible half-written data pages from the doublewrite
    InnoDB: buffer...
    051025 16:24:55 InnoDB: Starting log scan based on checkpoint at
    InnoDB: log sequence number 0 36808.
    InnoDB: Doing recovery: scanned up to log sequence number 0 43634
    051025 16:24:56 InnoDB: Starting an apply batch of log records to the database...
    InnoDB: Progress in percents: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
    InnoDB: Apply batch completed
    051025 16:24:56 InnoDB: Flushing modified pages from the buffer pool...
    051025 16:24:56 InnoDB: Started; log sequence number 0 43634
    051025 16:24:56 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

    I dont' mean to be starting up a storm that doesn't need to be stirred but I'm only telling you what it tells me on the mysql page. Below is the excert.
    End of Product Lifecycle.
    Active development and support for MySQL database server versions 3.23, 4.0, and 4.1 has ended. However, for MySQL 4.0 and 4.1, there is still extended support available. For details, see http://www.mysql.com/company/legal/lifecycle/#calendar. According to the MySQL Lifecycle Policy (see http://www.mysql.com/company/legal/lifecycle/#policy), only Security and Severity Level 1 issues will still be fixed for MySQL 4.0 and 4.1. Please consider upgrading to a recent version (MySQL 5.0 or 5.1).
    Anyway I put version 5.0.45 on my mysql zone with no problems. There is a binary version for download at mysql's site. I'm using the SPARC 64-bit version.

  • I have mountain lion installed (Version 8), why can I not attach a file in yahoo email on my apple

    i have mountain lion installed (Version 8), why can I not attach a file in yahoo email on my Macbook?

    What happens when you try?
    Add Attachments
    You also might look/post here.
    Yahoo Mail Help

  • Installing mysql:sudo launchctl: command not found

    After several days of reading about:
    Installation of MySQL
    Enabling apache server
    And getting phpMyAdmin up
    I have run into an obstacle.  See error message below **
    I am Running:
    'Mountain lion' , 'Mac OS X 10.8.3'
    I have downloaded:
    MySQL version. Mac OS X 10.7. (X86, 64-bit), DMG Archive.
    Within this forum I found a very brief but helpful 'user tip' post.
    Link1.
    https://discussions.apple.com/docs/DOC-3082
    Where this sentence lead me to believe I could use the version listed above.
    There is NO version for 10.8
    " Download MySQL from a local mirror. You want the Mac OS X ver. 10.6 (x86, 64-bit), DMG Archive. At the time of writing this User Tip, the current version is 5.5.34. By the time you read this, there may be a newer version to use instead. Open the archive mysql-5.5.34-osx10.6-x86_64.dmg. "
    Following the instructions on link1, and all went well until
    I am getting this error message when I type the following command at the terminal prompt:
    **Error message
    -bash: launchctl: command not found.
    1. I cd - changed directories all the way back up the file structure to type the  command
    to see if it needed to be run someplace special but the same error came up.
    2. I searched here on this forum and on the web.
    3. I went back and checked over every step and everything that i typed.
    4. I ended up typing the instructions below by hand
    because somewhere I read that a copy/paste may insert invisible characters.
    Excerpt from link1.
    sudo vi /Library/LaunchDaemons/com.mysql.mysql.plist
    Use the following content:
    <plist version="1.0">
      <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.mysql.mysqld</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/mysql/bin/mysqld_safe</string>
        <string>--user=mysql</string>
        </array>
      </dict>
    </plist>
    Can someone please explain what I am missing ?
    Why is this command
    -bash: launchctl: command not found.
    That is launch c t lowercase L not number 1
    An added note. 
    The following link also had a very nice set of instructions but unlike link1, this link uses the
    'Preference pane' and 'startup item' which link1 discourages because it causes problems down the road.
    I would rather use the command line and do not want to give up on this method.
    Link2.
    http://coolestguidesontheplanet.com/install-configure-apache-mysql-php-phpmyadmi n-osx-10-8-mountain-lion/
    Now that I am going head strong with this project, I hope that my issue can be resolved quickly with this community
    so I don't loose my momentum.
    Thanks a lot.

    1. You are really a nice person.  Thank you.  I really want to understand these file structures.  Sorry my posts are lengthy.
    Thank you for taking the time to look at the original User Tip.
    2. I hope that you do not end this thread when I tell you that I actually have gotten php running.  These concepts are still very important to me.
    I am not up to the point where I am using mySQL so that may end up another troubleshooting problem.
    3. Last week and this I have been exploring my files with terminal by cd-ing  up and down; using sudo nano to open the file to see what is in there.
    I have included some things that may be useful since you have a much better idea about how these paths work.
    4. If you have a chance - Can you elaborate.  I understand a PATH.  What to you mean when you say PATH environmental variable.
    I think of a variable in the computer programmer syntax sense.
    5. I also cannot find a .profile file anywhere. See the below.... where I found something....
    4. Searching like crazy for the load executable.  I cannot find it yet.  I thought that it might be with the  other commands in /bin
    below are some exploratory commands I am running and things I find of interest.
    I use ls -la to display 'all' files. I use -la to list hidden files. those that start with a dotFileName.
    /user/local/mysql/bin
    there is NO load executable here.
    I looked around for 'load'
    macBookPro: /shortname$  ls
    cd bin
    ls -la
    lots of commands:  launchctl  mkdir  pwd  echo ....   i thought that 'load' should live here.
    cd etc
    ls -la
    has:apache2  my.conf  named.conf  passwd paths php.ini sudoes nanorc
    apache2 empty - title: new buffer
    sudoers  i have questions about this but not a priority now.
    nanorc
    php.ini
    my.conf
    name.conf
    passwd
    paths
    sudo nano paths
    /usr/bin
    /bin
    /usr/sbin
    /sbin
    /usr/local/bin
    I did not find the .profile file. what I have found is the below which references the .profile for sh(1)
    I am unable to interpret the below file/code - well maybe a little.
    cd etc
    ls -la 
    sudo nano profile
    # System-wide .profile for sh(1)
    if [ -x /usr/libexec/path_helper ]; then
            eval `/usr/libexec/path_helper -s`
    fi
    if [ "${BASH-no}" != "no" ]; then
            [ -r /etc/bashrc ] && . /etc/bashrc
    fi
    Here is
    /usr/sbin
    sudo nano apachectl
    the following is the code in apachectl
    I see 'run launchctl load ....'
    LAUNCHCTL="/bin/launchctl"
    LAUNCHD_JOB="/System/Library/LaunchDaemons/org.apache.httpd.plist"
    run_launchctl() {
        if [ $UID != 0 ]; then
            echo This operation requires root.
            exit 1
        fi
        $LAUNCHCTL $@
    # Set the maximum number of file descriptors allowed per child process.
    if [ "x$ULIMIT_MAX_FILES" != "x" ] ; then
        $ULIMIT_MAX_FILES
    fi
    ERROR=0
    if [ "x$ARGV" = "x" ] ; then
        ARGV="-h"
    fi
    case $ARGV in
    start)
        run_launchctl load -w $LAUNCHD_JOB
        ERROR=$?
    stop|graceful-stop)
        run_launchctl unload -w $LAUNCHD_JOB
        ERROR=$?
    restart|graceful)
        run_launchctl unload -w $LAUNCHD_JOB 2> /dev/null
        run_launchctl load -w $LAUNCHD_JOB
        ERROR=$?
    startssl|sslstart|start-SSL)
        echo The startssl option is no longer supported.
        echo Please edit httpd.conf to include the SSL configuration settings
        echo and then use "apachectl start".
        ERROR=2
    configtest)
        $HTTPD -t
        ERROR=$?
    status|fullstatus)
        echo Go to $STATUSURL in the web browser of your choice.
        echo Note that mod_status must be enabled for this to work.
        $HTTPD $ARGV
        ERROR=$?
    esac
    exit $ERROR
    Thanks again for helping me to understand these file structure.
    There is no preview option so i hope this posts well.

  • Unable to install MySQL J Connector, its unable to launch jar file in OS mavericks 10.9.. please

    Hello all,
    i am referring following link to create connector for connection between mysql and sqldeveloper,
    while installing jar file for mysql J conncetor its telling unable to launch jar file.
    This is the latest OS and they have java preferences from utility folder and gave java control panel instead in system prefernces which is picking the runtime latest java version from oracle site.
    Please refer "http://reviews.cnet.com/8301-13727_7-57533880-263/java-preferences-missing-after -latest-os-x-java-update/" for the same.
    Please suggest ASAP.
    Thanks
    AbhiNU

    sorry i missed link in above descriptin
    http://mysql-dba-journey.blogspot.com/2009/05/installing-oracle-sql-developer-or acle.html

  • Installed update, now I can't open a .aspx file, get message "Opening BrowserNotSupported.aspx", How do I correct this problem? Herve

    I'm using Linux Mint 12, this message appears when attempting to log in one of my accounts. I first installed Mint 12 on Sunday and the login worked fine. Problem occurred when I updated Firefox in Linux the next day.
    herve

    There is a chance that using the User Agent Switcher extension to pretend to be Firefox on Windows will allow you to visit the site. https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

  • Install SAP on Solaris

    Hi all,
    I can install SAP on Windows and Linux, but now i want to install SAP on solaris,
    Can anyone know how to install or provide me the SAP Note #
    I have no idea about solaris.
    regards
    Imran Khan

    import_monitor.java.log
    "java version "1.4.2_19"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_16-b05, mixed mode)
    Import Monitor jobs: running 1, waiting 25, completed 2, failed 0, total 28.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 25, completed 2, failed 1, total 28.
    Import Monitor jobs: running 1, waiting 24, completed 2, failed 1, total 28."
    import_monitor.log
    INFO: 2009-06-08 19:35:53
    Import Monitor is started.
    CONFIG: 2009-06-08 19:35:53
    Application options:
    dbCodepage=4102
    dbType=ORA
    ddlMap=ddl_mapping.txt
    extFiles=yes
    importDirs=/oracle/dump/d51033500_1/EXP1:/oracle/dump/d51033500_1/EXP2:/oracle/dump/d51033500_1/EXP3:/oracle/dump/d51033500_1/EXP4:/oracle/dump/d51033500_1/EXP5:/oracle/dump/d51033500_1/EXP6:/oracle/dump/d51033500_2/EXP7:/oracle/dump/d51033500_2/EXP8:/oracle/dump/d51033500_2/EXP9:/oracle/dump/d51033500_2/EXP10:/oracle/dump/d51033500_2/EXP11
    installDir=/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS
    jobNum=1
    loadArgs=-stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=/usr/sap/DEV/SYS/exe/run/R3load
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2009-06-08 19:35:53
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2009-06-08 19:35:53
    List of packages with views: 'SAPVIEW'.
    TRACE: 2009-06-08 19:35:53 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is started.
    INFO: 2009-06-08 19:35:53 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    TRACE: 2009-06-08 19:35:53 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL' template file is started.
    INFO: 2009-06-08 19:35:53 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    TRACE: 2009-06-08 19:35:53 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is started.
    INFO: 2009-06-08 19:35:53 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2009-06-08 19:35:54
    Data codepage 1100 is determined using TOC file '/oracle/dump/d51033500_1/EXP1/DATA/SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2009-06-08 19:35:58
    Version table 'SVERS' is found in STR file '/oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2009-06-08 19:35:58
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file '/oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2009-06-08 19:35:58 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2009-06-08 19:35:58 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPNTAB' import package:
    /usr/sap/DEV/SYS/exe/run/R3load -ctf I /oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log
    TRACE: 2009-06-08 19:35:59 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i SAPNTAB.cmd -dbcodepage 4102 -l SAPNTAB.log -stop_on_error
    INFO: 2009-06-08 19:55:40 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is successfully completed.
    TRACE: 2009-06-08 19:55:54 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is started.
    TRACE: 2009-06-08 19:55:54 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC' import package:
    /usr/sap/DEV/SYS/exe/run/R3load -ctf I /oracle/dump/d51033500_1/EXP1/DATA/SAPSSEXC.STR /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL SAPSSEXC.TSK ORA -l SAPSSEXC.log
    TRACE: 2009-06-08 19:55:54 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i SAPSSEXC.cmd -dbcodepage 4102 -l SAPSSEXC.log -stop_on_error
    ERROR: 2009-06-08 21:43:54 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process '/usr/sap/DEV/SYS/exe/run/R3load -i SAPSSEXC.cmd -dbcodepage 4102 -l SAPSSEXC.log -stop_on_error' exited with return code 1.
    For mode details see 'SAPSSEXC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    INFO: 2009-06-09 11:11:09
    Import Monitor is started.
    CONFIG: 2009-06-09 11:11:09
    Application options:
    dbCodepage=4102
    dbType=ORA
    ddlMap=ddl_mapping.txt
    extFiles=yes
    importDirs=/oracle/dump/d51033500_1/EXP1:/oracle/dump/d51033500_1/EXP2:/oracle/dump/d51033500_1/EXP3:/oracle/dump/d51033500_1/EXP4:/oracle/dump/d51033500_1/EXP5:/oracle/dump/d51033500_1/EXP6:/oracle/dump/d51033500_2/EXP7:/oracle/dump/d51033500_2/EXP8:/oracle/dump/d51033500_2/EXP9:/oracle/dump/d51033500_2/EXP10:/oracle/dump/d51033500_2/EXP11
    installDir=/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS
    jobNum=1
    loadArgs=-stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=/usr/sap/DEV/SYS/exe/run/R3load
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2009-06-09 11:11:09
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2009-06-09 11:11:09
    List of packages with views: 'SAPVIEW'.
    TRACE: 2009-06-09 11:11:09 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is started.
    INFO: 2009-06-09 11:11:09 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    TRACE: 2009-06-09 11:11:09 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL' template file is started.
    INFO: 2009-06-09 11:11:09 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    TRACE: 2009-06-09 11:11:09 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is started.
    INFO: 2009-06-09 11:11:09 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2009-06-09 11:11:10
    Data codepage 1100 is determined using TOC file '/oracle/dump/d51033500_1/EXP1/DATA/SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2009-06-09 11:11:15
    Version table 'SVERS' is found in STR file '/oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2009-06-09 11:11:15
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file '/oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2009-06-09 11:11:15 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is started.
    TRACE: 2009-06-09 11:11:15 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i SAPSSEXC.cmd -dbcodepage 4102 -l SAPSSEXC.log -stop_on_error
    ERROR: 2009-06-09 11:11:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process '/usr/sap/DEV/SYS/exe/run/R3load -i SAPSSEXC.cmd -dbcodepage 4102 -l SAPSSEXC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    TRACE: 2009-06-09 11:11:39 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is started.
    TRACE: 2009-06-09 11:11:39 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'DOKCLU' import package:
    /usr/sap/DEV/SYS/exe/run/R3load -ctf I /oracle/dump/d51033500_2/EXP11/DATA/DOKCLU.STR /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL DOKCLU.TSK ORA -l DOKCLU.log
    TRACE: 2009-06-09 11:11:40 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'DOKCLU' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i DOKCLU.cmd -dbcodepage 4102 -l DOKCLU.log -stop_on_error
    INFO: 2009-06-09 11:42:52 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is successfully completed.
    TRACE: 2009-06-09 11:43:10 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is started.
    TRACE: 2009-06-09 11:43:10 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL2' import package:
    /usr/sap/DEV/SYS/exe/run/R3load -ctf I /oracle/dump/d51033500_2/EXP8/DATA/SAPAPPL2.STR /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL SAPAPPL2.TSK ORA -l SAPAPPL2.log
    TRACE: 2009-06-09 11:43:16 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL2' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i SAPAPPL2.cmd -dbcodepage 4102 -l SAPAPPL2.log -stop_on_error
    ERROR: 2009-06-09 11:49:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is interrupted with R3load error.
    Process '/usr/sap/DEV/SYS/exe/run/R3load -i SAPAPPL2.cmd -dbcodepage 4102 -l SAPAPPL2.log -stop_on_error' exited with return code 1.
    For mode details see 'SAPAPPL2.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    INFO: 2009-06-09 11:58:24
    Import Monitor is started.
    CONFIG: 2009-06-09 11:58:24
    Application options:
    dbCodepage=4102
    dbType=ORA
    ddlMap=ddl_mapping.txt
    extFiles=yes
    importDirs=/oracle/dump/d51033500_1/EXP1:/oracle/dump/d51033500_1/EXP2:/oracle/dump/d51033500_1/EXP3:/oracle/dump/d51033500_1/EXP4:/oracle/dump/d51033500_1/EXP5:/oracle/dump/d51033500_1/EXP6:/oracle/dump/d51033500_2/EXP7:/oracle/dump/d51033500_2/EXP8:/oracle/dump/d51033500_2/EXP9:/oracle/dump/d51033500_2/EXP10:/oracle/dump/d51033500_2/EXP11
    installDir=/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS
    jobNum=1
    loadArgs=-stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=/usr/sap/DEV/SYS/exe/run/R3load
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2009-06-09 11:58:24
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2009-06-09 11:58:24
    List of packages with views: 'SAPVIEW'.
    TRACE: 2009-06-09 11:58:24 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is started.
    INFO: 2009-06-09 11:58:24 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    TRACE: 2009-06-09 11:58:24 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL' template file is started.
    INFO: 2009-06-09 11:58:24 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA_LRG.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    TRACE: 2009-06-09 11:58:24 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is started.
    INFO: 2009-06-09 11:58:24 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of '/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2009-06-09 11:58:24
    Data codepage 1100 is determined using TOC file '/oracle/dump/d51033500_1/EXP1/DATA/SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2009-06-09 11:58:30
    Version table 'SVERS' is found in STR file '/oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2009-06-09 11:58:30
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file '/oracle/dump/d51033500_2/EXP10/DATA/SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2009-06-09 11:58:30 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is started.
    TRACE: 2009-06-09 11:58:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i SAPSSEXC.cmd -dbcodepage 4102 -l SAPSSEXC.log -stop_on_error
    ERROR: 2009-06-09 11:58:32 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process '/usr/sap/DEV/SYS/exe/run/R3load -i SAPSSEXC.cmd -dbcodepage 4102 -l SAPSSEXC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    TRACE: 2009-06-09 11:58:54 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is started.
    TRACE: 2009-06-09 11:58:54 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL2' import package into database:
    /usr/sap/DEV/SYS/exe/run/R3load -i SAPAPPL2.cmd -dbcodepage 4102 -l SAPAPPL2.log -stop_on_error

  • Can't open a pdf.file with Adobe Reader XI

    Adobe Reader  XI was installed successfully, however, I can not open my pdf.files.   A screen opens up asking for a word conversion, ms dos or other encoding,

    byyng wrote:
    Should I download the old Adobe Reader instead?
    No, you need to fix your file association; see http://windows.microsoft.com/en-in/windows-vista/change-which-programs-windows-uses-by-def ault

  • I can not install the newest version of iTunes because of a file that can not be found. This is what I am seeing:(The feature you are trying to use is on a network resource that is unavailable. C:\......\Application Data\Apple\Apple Software Update\

    I can not install the newest version of iTunes because of a file that can not be found. This is what I am seeing:(The feature you are trying to use is on a network resource that is unavailable. C:\Documents and Settings\Aubrie\Local Settings\Application Data\Apple\Apple Software Update\)

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page).
    http://majorgeeks.com/download.php?det=4459
    Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • My laptop had to be reimaged and all software and programs were taken off.  I installed itunes again but can't access my library.  I get an error message "the folder itunes cannot be found or created and is required.  The default location for this folder

    I can't access my itunes music on my laptop after having it re-imaged.  I installed itunes again but can't access the music folder.  I get the following message when I click to open itunes:  "The folder itunes cannot be found or created, and is required.  The default location for this folder is the Music folder.
    I have an iPad2, and iPad mini, and an iPhone5 with a different number of songs on each.  I want to sync everything -- should have close to 800 songs.  Tried to get support from Apple but would be charged for help. 

    I have a Windows 7 operating system my computer runs from.

  • [resolved] Can not install mysql

    Oooops, I fixed it. Somehow /tmp had wrong permissions..
    Hello,
    after an upgrade my mysql dameon did not work anymore so I did what https://bbs.archlinux.org/viewtopic.php?pid=889846 says and removed all configs and removed it.
    Now pacman -S mysql gives my this
    # pacman -S mysql
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): mysql-5.5.11-1
    Total Download Size: 0.00 MB
    Total Installed Size: 62.59 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [################################################] 100%
    (1/1) checking for file conflicts [################################################] 100%
    (1/1) installing mysql [################################################] 100%
    Installing MySQL system tables...
    ERROR: 1 Can't create/write to file '/tmp/#sql_1d4d_0.MYI' (Errcode: 13)
    110503 9:20:58 [ERROR] Aborting
    110503 9:20:58 [Note] /usr/bin/mysqld: Shutdown complete
    Installation of system tables failed! Examine the logs in
    /var/lib/mysql for more information.
    You can try to start the mysqld daemon with:
    shell> /usr/bin/mysqld --skip-grant &
    and use the command line tool /usr/bin/mysql
    to connect to the mysql database and look at the grant tables:
    shell> /usr/bin/mysql -u root mysql
    mysql> show tables
    Try 'mysqld --help' if you have problems with paths. Using --log
    gives you a log in /var/lib/mysql that may be helpful.
    Please consult the MySQL manual section
    'Problems running mysql_install_db', and the manual section that
    describes problems on your OS. Another information source are the
    MySQL email archives available at http://lists.mysql.com/.
    Please check all of the above before mailing us! And remember, if
    you do mail us, you MUST use the /usr/scripts/mysqlbug script!
    Optional dependencies for mysql
    perl-dbi
    perl-dbd-mysql
    The hostname.err contains
    110503 09:29:53 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110503 9:29:53 InnoDB: The InnoDB memory heap is disabled
    110503 9:29:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110503 9:29:53 InnoDB: Compressed tables use zlib 1.2.5
    /usr/bin/mysqld: Can't create/write to file '/tmp/ibwoHE0m' (Errcode: 13)
    110503 9:29:54 InnoDB: Error: unable to create temporary file; errno: 13
    110503 9:29:54 [ERROR] Plugin 'InnoDB' init function returned error.
    110503 9:29:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    110503 9:29:54 [ERROR] Unknown/unsupported storage engine: InnoDB
    110503 9:29:54 [ERROR] Aborting
    110503 9:29:54 [Note] /usr/bin/mysqld: Shutdown complete
    110503 09:29:54 mysqld_safe mysqld from pid file /var/lib/mysql/icarus.pid ended
    And my my.cnl (I didnt touch it)
    1 # MySQL config file for medium systems.
    2 #
    3 # This is for a system with little memory (32M - 64M) where MySQL plays
    4 # an important part, or systems up to 128M where MySQL is used together with
    5 # other programs (such as a web server)
    6 #
    7 # MySQL programs look for option files in a set of
    8 # locations which depend on the deployment platform.
    9 # You can copy this option file to one of those
    10 # locations. For information about these locations, see:
    11 # http://dev.mysql.com/doc/mysql/en/option-files.html
    12 #
    13 # In this file, you can use all long options that a program supports.
    14 # If you want to know which options a program supports, run the program
    15 # with the "--help" option.
    16
    17 # The following options will be passed to all MySQL clients
    18 [client]
    19 #password = your_password
    20 port = 3306
    21 socket = /var/run/mysqld/mysqld.sock
    22
    23 # Here follows entries for some specific programs
    24
    25 # The MySQL server
    26 [mysqld]
    27 port = 3306
    28 socket = /var/run/mysqld/mysqld.sock
    29 datadir = /var/lib/mysql
    30 skip-external-locking
    31 key_buffer_size = 16M
    32 max_allowed_packet = 1M
    33 table_open_cache = 64
    34 sort_buffer_size = 512K
    35 net_buffer_length = 8K
    36 read_buffer_size = 256K
    37 read_rnd_buffer_size = 512K
    38 myisam_sort_buffer_size = 8M
    39
    40 # Don't listen on a TCP/IP port at all. This can be a security enhancement,
    41 # if all processes that need to connect to mysqld run on the same host.
    42 # All interaction with mysqld must be made via Unix sockets or named pipes.
    43 # Note that using this option without enabling named pipes on Windows
    44 # (via the "enable-named-pipe" option) will render mysqld useless!
    45 #
    46 skip-networking
    47
    48 # Replication Master Server (default)
    49 # binary logging is required for replication
    50 log-bin=mysql-bin
    51
    52 # binary logging format - mixed recommended
    53 binlog_format=mixed
    54
    55 # required unique id between 1 and 2^32 - 1
    56 # defaults to 1 if master-host is not set
    57 # but will not function as a master if omitted
    58 server-id = 1
    59
    60 # Replication Slave (comment out master section to use this)
    61 #
    62 # To configure this host as a replication slave, you can choose between
    63 # two methods :
    64 #
    65 # 1) Use the CHANGE MASTER TO command (fully described in our manual) -
    66 # the syntax is:
    67 #
    68 # CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
    69 # MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
    70 #
    71 # where you replace <host>, <user>, <password> by quoted strings and
    72 # <port> by the master's port number (3306 by default).
    73 #
    74 # Example:
    75 #
    76 # CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
    77 # MASTER_USER='joe', MASTER_PASSWORD='secret';
    78 #
    79 # OR
    80 #
    81 # 2) Set the variables below. However, in case you choose this method, then
    82 # start replication for the first time (even unsuccessfully, for example
    83 # if you mistyped the password in master-password and the slave fails to
    84 # connect), the slave will create a master.info file, and any later
    85 # change in this file to the variables' values below will be ignored and
    86 # overridden by the content of the master.info file, unless you shutdown
    87 # the slave server, delete master.info and restart the slaver server.
    88 # For that reason, you may want to leave the lines below untouched
    89 # (commented) and instead use CHANGE MASTER TO (see above)
    90 #
    91 # required unique id between 2 and 2^32 - 1
    92 # (and different from the master)
    93 # defaults to 2 if master-host is set
    94 # but will not function as a slave if omitted
    95 #server-id = 2
    96 #
    97 # The replication master for this slave - required
    98 #master-host = <hostname>
    99 #
    100 # The username the slave will use for authentication when connecting
    101 # to the master - required
    102 #master-user = <username>
    103 #
    104 # The password the slave will authenticate with when connecting to
    105 # the master - required
    106 #master-password = <password>
    107 #
    108 # The port the master is listening on.
    109 # optional - defaults to 3306
    110 #master-port = <port>
    111 #
    112 # binary logging - not required for slaves, but recommended
    113 #log-bin=mysql-bin
    114
    115 # Uncomment the following if you are using InnoDB tables
    116 #innodb_data_home_dir = /var/lib/mysql
    117 #innodb_data_file_path = ibdata1:10M:autoextend
    118 #innodb_log_group_home_dir = /var/lib/mysql
    119 # You can set .._buffer_pool_size up to 50 - 80 %
    120 # of RAM but beware of setting memory usage too high
    121 #innodb_buffer_pool_size = 16M
    122 #innodb_additional_mem_pool_size = 2M
    123 # Set .._log_file_size to 25 % of buffer pool size
    124 #innodb_log_file_size = 5M
    125 #innodb_log_buffer_size = 8M
    126 #innodb_flush_log_at_trx_commit = 1
    127 #innodb_lock_wait_timeout = 50
    128
    129 [mysqldump]
    130 quick
    131 max_allowed_packet = 16M
    132
    133 [mysql]
    134 no-auto-rehash
    135 # Remove the next comment character if you are not familiar with SQL
    136 #safe-updates
    137
    138 [myisamchk]
    139 key_buffer_size = 20M
    140 sort_buffer_size = 20M
    141 read_buffer = 2M
    142 write_buffer = 2M
    143
    144 [mysqlhotcopy]
    145 interactive-timeout
    I can't start mysql daemon, it says "FAIL"
    Last edited by cyberius (2011-05-03 08:35:56)

    hi DILIPDKJ,
    Just to verify, is this the PowerDVD software that you're trying to install?
    PowerDVD 10 BD
    v10.0.3029.52
    IN12STW153WW5.exe
    114 MB
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I can't install icloud on my pc i get  this error:the file 'AOSKit.dll' cannot be installed because the file cannot be found in cabinet file 'iCloud.cab'

    i can't install icloud on my pc i get  this error:the file 'AOSKit.dll' cannot be installed because the file cannot be found in cabinet file 'iCloud.cab'.this could indicate a network error, an error reading from the CD-ROM, or a problem with this package!  please help!!!!!

    “the procedure entry point kCMByteStreamNotification_AvailableLengthChanged could not be located in the dynamic link library CoreMedia.dll.”
    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. Now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair".
    Does iTunes launch properly now?
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post:
    Re: I recently updated to vista service pack 2 and I updated to itunes

  • I have installed the iAS 9i,but how can I launch the Portal?I can't found it,but I ..

    I have installed the iAS 9i,but how can I launch the Portal?I can't found it,but I have selected that component when installing...?

    Which version of 9ias have u installed
    if it is rel 2 u have to install first 9ias infrastructur and then portal.
    portal can be access at http://hostname.port/pls/portal
    where hostname and port is where u have installed the portal and the port number where apache listens
    good luck
    [email protected]

  • Can EM12c Cloud Control agent be installed in a solaris zone?

    Can EM12c Cloud Control agent be installed in a solaris zone?
    If so, are Solaris 8 and Solaris 9 zones supported?
    thanks

    Yes we can...
    Solaris 9 is supported...I have installed agents on solaris 9 and 10

  • Having an error on my Flash Player install. Error stating "Actionlist Not Found".  How can I fix?

    Having an error on my Flash Player install. Error stating "Actionlist Not Found".  How can I fix?

    Download the Adobe Flash Player installer directly by clicking one of the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

Maybe you are looking for

  • Photoshop upgrade question

    I am thinking of buying Adobe Creative Suite 2 for MAC OSX  [Creative Suite 2 :Illustrator CS2; InDesign CS2; Photoshop CS2; ImageReady CS2; Cue CS2]. It's cheap - which is what I need. I have bought a MacMini running OS X 10.8 because I got left beh

  • K7N420pro issues...

    Excuse if I take a bit too long to explain what the issue is, but I am hoping to give good info. I'm a novice. We ran the board for around 8 months before we had a problem with it. At the time I attempted to boot it up and got a hdd disk read error.

  • Installing BI Publisher to Existing OBIEE 11.1.1.7.0

    Hi, Installed OBIEE 11.1.1.7.0 without selecting BIP during installation, now we need to add BI Publisher also to existing OBIEE. What is the best way to do BIP installation with existing OBIEE  ?  1) Do I want to reinstall the whole ? 2) If I do sep

  • Entering and Displaying English and chinese

    We are running Oracle 8i on a w2k server and have w2k clients configured to enter and view English, Simplified and Traditonal Chinese. Oracle is setup with UTF8. We atn to be able to enter and display both english and chinese characters simultaneous

  • CS5 Crashing all the time.

    I have CS5 Master Collection, and normally everything works fine. However, today every time I try to open a file or make a new file in PhotoShop, the program closes, and a dialogue box pops up saying Photoshop quit unexpectedly, but does nto give a r