hello,
i want to copy all my bugs which i made in the program Zentrack to sugarcrm is this possible?
Zentrack is a program with a mysql database but i don't know how to copy the table.
Can anyone help me?
Thanks in advance
hello,
i want to copy all my bugs which i made in the program Zentrack to sugarcrm is this possible?
Zentrack is a program with a mysql database but i don't know how to copy the table.
Can anyone help me?
Thanks in advance
Hi!
You need custom code for doing this. We can develop it for you if you want.
If you are interested please email to me.
Petro Blagodir
petro@blagodir.ua
http://www.blagodir.com
Blagodir Ltd.( SugarCRM - Consultations, Development and Support)
Hi,
Simply copying a table won't do it I am afraid. I assume that you want to copy your bugs once and not having them synchronized periodically. In the case of the latter it requires a bit more.
For a one time copy:
Backup both systems
Get the structure (fields) of Sugar's bug table
Get the structure of Zentrack's bug table
Match the fields, check where conversions of field types may be necessary
Export your Zentrack table to a csv file (or any other that you are familiar with although Excel might not be a good choice)
Modify your data where required
Sort the columns properly
Import through phpmyadmin (NOT into your production system!!)
There are plenty of tools out there but I deliberately suggested the ones you may have available.
I'd be doing the same with Access and the MYSQL Migration Toolkit but it's a matter of taste.
rgds
rl
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Just a minor addition..
Each row will need a unique ID value before you can import it into the Bugs table in Sugar. You can assign values 1 -> infinity if you want, doesn't matter -- as long as they are unique, then import. For that matter, you can use the ID value used within Zentrack, as long as it is unique for each row.
That will allow the import to complete and then you can go back an easily update those values with a simple PHP script that generates IDs that conform to the Sugar standard.
Also, if you are on Windows, you might find SQLYog useful for your task, as it has the ability to easily copy tables from different MySQL databases. Further info here: www.webyog.com
Regards,
Angel Magaña
Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
Blog: http://cheleguanaco.blogspot.com.
Twitter: @cheleguanaco.
________
| Projects: |_____________________________________
|
| CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
| GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
| CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
| Round Robin Leads Assignment
| Phone Number Formatter
| CaseTwit (Twitter Integration)
______________________________________________
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks