Forum Post: RE: application 4011000 has exceed the limit of 50 cursors
Hello Aiman, You can use the SqlFree API function to close and de-allocate your cursor. Also you can go through the below link for the sample code. community.dynamics.com/.../145856.aspx Sample Code:...
View ArticleForum Post: RE: SL 2015 upgrade from 7
I talked with our env team. They are finding that you pretty much always have to reset the passwords. This appears to possibly occur because a different encryption is used in the different versions....
View ArticleBlog Post: Management Reporter Tips and Tricks – 20. Web Viewer Export Group...
This week’s Management Reporter tip for Microsoft Dynamics ERP is on exporting a group of reports to excel through the Web Viewer. Export Group to Excel – When viewing a group of reports, you can...
View ArticleForum Post: SQL Server Message 916
SQL Server Message 916 - The server principal "domain\username" is not able to access the database "NAMEOFDB" under the current security context. Get the above message when I try to execute a...
View ArticleForum Post: RE: SQL Server Message 916
Hi, Give the grand permission to this procedure For SL 2011: GO GRANT EXECUTE ON xxxx TO [E8F575915A2E4897A517779C0DD7CE] AS [dbo] GO GRANT CONTROL ON xxxx TO [MSDSL] AS [dbo] GO For SL 7: GO GRANT...
View ArticleBlog Post: Management Reporter 2012 CU 11 Now Available!
Management Reporter 2012 CU11 has been posted for download. This release contains enhancements around reporting on multiple closing periods, currency translation fixes for Microsoft Dynamics GP,...
View ArticleForum Post: Allocation Group Maintenance - System Message 6906 - Another...
A user gets the message above when using the same account/subaccount as a destination account in one Allocation Group ID and as a source account in a different Allocation Group ID. Is this the reason...
View ArticleForum Post: RE: System Message 10092: Specified record type "custom_table" is...
I found the solution: The problem was on my dbnav procedure. Specifically on SELECT statement. I had the schema on the query "FROM dbo.xCETipoDocumentoGL" when I remove the schema from the query "FROM...
View ArticleForum Post: RE: SQL Server Message 916
Hi, You have to change the way that you read the useraccess table. Add the useraccess dh. Declare an useraccess cursor with the SqlSystemdb flag Example: DH Code: Public CSR_UserRec As Integer Public...
View ArticleForum Post: RE: Allocation Group Maintenance - System Message 6906 - Another...
Hi Chuck, I don't find a bug defined as you describe. We do have some 6909 msges in GL allocation. One bug says this: if you have an allocation group with two lines in the destination grid that share...
View ArticleForum Post: RE: How to add "where" condition to report in button click from...
Mr.Mark E Very thanks sir
View ArticleForum Post: RE: Allocation Group Maintenance - System Message 6906 - Another...
Elaine No worries. Our user found a workaround. They got the message within the Allocation Group Maintenance screen when they were using an account/subaccount combination for a destination account...
View ArticleBlog Post: Making the Move to Mobile
According to the PewResearch Internet Project, 56% of American adults own a smartphone and 42% own a tablet. While this means a great deal for virtual social interactions, it also means businesses...
View ArticleForum Post: Auto Print Invoice Error
Hi All, We encountered error during auto print invoice by using Process Manager. Please refer the error message below. Did anyone face the same problem too?
View ArticleMerry Christmas to everyone in Microsoft Dynamics Community. in Microsoft...
Merry Christmas to everyone in Microsoft Dynamics Community. in Microsoft Dynamics SL
View ArticleBlog Post: Management Reporter Tips and Tricks – 21. Default Fonts
This week’s Management Reporter tip for Microsoft Dynamics ERP is on Default Fonts. Default Fonts – Use this to set up a default font and size so all the reports are consistent, especially when you...
View ArticleForum Post: Indirect Rate Calculator
Can the indirect rate calculator have multiple overhead rates for different locations? From the documentation I have read it can have no more than 3 tiers. Is that correct? The tiers would be OH,...
View Article