*This post is locked for comments
Hi all,
I found a solution to my particular 'hue' of this problem.
You can read about it at:
Best regards,
Ian.
I am also getting this error on GP V10 after I install SP5. I run utilities to update the company databases...all companies update bar one. I get the same message as above.
Any ideas?
Ian.
Hi there,
Did you try to run the Dynamics Utilities with Run as Administrator?
Hi Richard
Thanks for the response.
I am upgrading from V9.0 to V10.0.
Agreed. dbo.GPS_CHAR is required and should not be dropped but two of my companies are giving me this error during my upgrade. Here is an extract of my DEXSQL.log file
/* Date: 12/19/2009 Time: 10:48:35
stmt(18469120):*/
if exists (select * from sysobjects where id = object_id('dbo.GPS_CHAR') and sysstat & 0xf = 6) drop default dbo.GPS_CHAR
/*
/* Date: 12/19/2009 Time: 10:48:35
SQLSTATE:(37000) Native Err:(3716) stmt(18469120):*/
[Microsoft][SQL Native Client][SQL Server]The default 'dbo.GPS_CHAR' cannot be dropped because it is bound to one or more column.*/
/*
/* Date: 12/19/2009 Time: 10:48:35
SQLSTATE:(00000) Native Err:(3716) stmt(18469120):*/
Any ideas ?
Regards,
Julian
The default dbo.GPS_CHAR cannot be dropped because it is bound to every character field in the database. It ensures that the fields are blank filled. This is a normal default and should not interfere with upgrades.
Hi
Did you manage to resolve the error : The default 'dbo.GPS_CHAR' cannot be dropped because it is bound to one or more column. when running utilities to upgrade ?
Julian
Have you tried enabling a DEXSQL.LOG before running Utilities? This will typically allow you to see the exact error in reference to synchronizetabledata. Also, have you checked that DYNSA is the owner of all your GP company databases and more so the Dynamics database?
Can you also post the output for the following T-SQL query?
use DYNAMICS;
SELECT * FROM DU000010
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156