- Community Home
- >
- Networking
- >
- IMC
- >
- imc backup fails
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2019 12:02 AM
тАО12-05-2019 12:02 AM
imc backup fails
Hello Guys,
I installed a new Windows 2016 VM and installed a fresh IMC 7.3 E0703 .
It is starting completely correct and i can logon to the Webinterface. But when I try to locally backup the database, no matter if automatically or manual, it just fails instantly. Here is what i found in the log.
2019-12-05 08:53:47 [DEBUG] [WriteFile] Write file C:\Program Files\iMC\dbman\bin\dbop.sql.
2019-12-05 08:53:48 [INFO] [runCommand] runCommand result FAIL. ret=1, errno=0, WIFEXITED(ret)=1, WEXITSTATUS(ret)=1
2019-12-05 08:53:48 [DEBUG] [CDbBase::ExecSql] Exec command: osql -b -S127.0.0.1,1433 -dmaster -U"sa" -P"iMC-Install2008" -n -o"C:\Program Files\iMC\dbman\bin\dbop.sql.log" -i"C:\Program Files\iMC\dbman\bin\dbop.sql"
2019-12-05 08:53:48 [ERROR] [CDbBase::ExecSql] Exec command fail
2019-12-05 08:53:48 [ERROR] [int ReadFile()] Read file C:\Program Files\iMC\dbman\bin\dbop.sql.log fail.
2019-12-05 08:53:48 [DEBUG] [CDbBase::ExecSql] Exec sql log:
2019-12-05 08:53:48 [INFO] [Remove] Fail to remove file: C:\Program Files\iMC\dbman\bin\dbop.sql.log
2019-12-05 08:53:48 [DEBUG] [Remove] Remove file: C:\Program Files\iMC\dbman\bin\dbop.sql
2019-12-05 08:53:48 [ERROR] [CDbBackup::BackupOneLocalDBase] Fail to backup `C:\Backup\127.0.0.1@aclm_db_imc_aclm_db_20191205_085343_full.db'.
2019-12-05 08:53:48 [INFO] [sendTrapAlert] Send trap success
2019-12-05 08:53:48 [WARNING] [CDbBackup::BackupAllDataBase] Backup database: aclm_db failed
2019-12-05 08:53:48 [ERROR] [ManualBackupDase] manual backing fail
2019-12-05 08:53:48 [ERROR] [response_err_code] errCode = -1
Hope you can help me.
Cheers, ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2019 02:38 AM
тАО12-11-2019 02:38 AM
Re: imc backup fails
Hello Ray,
Can you test the database connectivity from cmd.exe like this:
osql -b -S127.0.0.1,1433 -dmaster -U"sa" -P"iMC-Install2008"
or mybe check what is in C:\Program Files\iMC\dbman\bin\dbop.sql.log that can give you a clue why the login doesn't work.
Cheers,
Borislav
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2020 01:48 AM
тАО05-04-2020 01:48 AM
Re: imc backup fails
The most recent .pdf guide for installing MySQL 5.6 has a typo, it suggest:
Add the mysqldump parameter:
[mysqldump]
Single-transaction
should be with a lower case "s"
I am an HPE Employee