If you have ever spent time analysing a DEXSQL.LOG file you might have seen a reference to a table column called desSPRkmhBBCreh. This post explains what this column is used for and why it has the name it does.
For example:
SELECT desSPRkmhBBCreh FROM DYNAMICS.dbo.SY02100 [Microsoft][ODBC SQL Server Driver][SQL Server] Invalid column name 'desSPRkmhBBCreh'.
The Knowledge Base (KB) article What is the column 'desSPRkmhBBCreh' ? (KB 875229) gives the following information:
Question:What is the column name 'desSPRkmhBBCreh' that shows up in the DEXSQL.LOG file?
Answer:This is the way that Dexterity determines if a table exists. We select a bogus column 'desSPRkmhBBCreh' from the table in question. It will either return 'Invalid column' or 'Invalid object'. If it is 'Invalid object', we know the table does not exist. This is faster than querying the system tables to find out whether a table exists.
What the KB article does not explain is what the letters of this "bogus" column name represent. They are infact the initials of five of the developers who worked on the changes needed for Dexterity to support Microsoft SQL Server. Below is a table with the initials and the names:
des Dan Seefeldt SPR Sean Ryan kmh Kevin Honeyman BBC Bruce Chenoweth reh Ray Holzhey
Below is an explanation from Sean:
If you want more info on where this came from, when we were working on the SQL product using an early version of ODBC, I found that it was taking quite a bit of time to invoke a meta data operation to determine if a table existed. We were doing this check a lot because Dexterity had the feature by default to auto create tables if they did not already exist. When I tried accessing a table that didn’t exist with a SQL query the result came back much faster with a "table not found" SQL code error. So I used this approach, picking a table column name that was unlikely to ever exist in a production environment. We were so under the gun trying to get the product out the door that I never had the time to go back and change this. I guess no one else has had time to change it either.
To activate SQL logging to create the DEXSQL.LOG file, you can either use the Support Debugging Tool or refer to the KB article below:
How to create a Dexsql.log file for Microsoft Dynamics GP (KB 850996)
Note: Do not leave logging active in a live environment unless currently working on resolving an issue as it will have a performance overhead and eventually will create a file 2 GB in size.
Hope you enjoyed another little bit of history.
David
Posting from Jivtesh Singh
http://www.jivtesh.com/2008/10/makes-me-smile.html
Posting from Vaidy Mohan
http://vmdyngp.blogspot.com/2008/10/vba-menus-for-vstd-dessprkmhbbcreh.html
Posting from the Dynamics GP Blogster
http://dynamicsgpblogster.blogspot.com/2008/10/developing-for-dynamics-gp-weekly.html
Many people who have not been working with Microsoft Dynamics GP since the early non-SQL versions of
I am getting this error in the dex sql log after after getting the following error on the home page:
An error has occured in the script on this page.
Line 335
Char 6
Error: The data is invalid.
Code: 0
URL: file:///C:/Documents%20and%20Settings/lclark/Local%20Settings/Temp/tmp3F1.tmp
Do you want to continue running scripts on this page.
I just started getting this error after the automatic updates for windows. I have full control over the directory and I have the Office Web Components installed. I even re-installed the Web Components. I have a feeling it relates to a windows update, but I cannot find anything online.
Any help would be useful!
Thanks!
Hi Leslie
The Column desSPRkmhBBCreh error occurs on all systems and can be ignored. It is not related to your homepage issue.
Can I suggest asking about your homepage issue on the newsgroups so others can help and also others can benefit from the answer. There are links for newsgroups and forums on the right hand side of the blog page blogs.msdn.com/DevelopingForDynamicsGP. The other option is to open a support incident.
PLEASE READ BEFORE POSTING
Please only post comments relating to the topic of this page.
If you wish to ask a technical question, please use the links in the links section (scroll down, on right hand side) to ask on the Newsgroups or Forums. If you ask on the Newsgroups or Forums, others in the community can respond and the answers are available for everyone in the future.