10-26-2009 08:57 AM
Hi.
Has anyone this error when go to Contact -> Detail tab: "There was an error creating the SLX_TZ object. Unable to add records to the TZRS object. Source=Microsoft Cursor Engine"; Number= -2147217887
Adding, this error not appear in SalesLogix Server machine. Only appear in client computers.
Regards,
Solved! Go to Solution.
10-26-2009 09:09 AM - edited 10-26-2009 09:10 AM
Hi Oscar,
Funny enough we had this the other day!
You will need to extend the objTZRS.Fields.Append "DisplayName", adVarChar from 64 to 256 charcters within System: SLX Timezones
The issue is down to the length of the display name stored within the local registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\
10-26-2009 02:06 PM