Quantcast
Channel: Microsoft Dynamics SL
Viewing all 7845 articles
Browse latest View live

Forum Post: RE: Database Physical Integrity check crashes

$
0
0
Hello Carolyn and many thanks for picking up this thread. The integrity check runs normally for some minutes and the section I pasted below is from line 3000 something. I ran the check on different application databases and it looks as they all crash during RQReqHist and thereafter yield an endless loop of System (error) messages. In the log I can however not see that there is any specific message that comes before the Assertion Failure. Kind regards, Steve ... Logical Record RQReqDet Count: 0 === RQReqHdr === Logical Record RQReqHdr Count: 0 === RQReqHist === Logical Record ================================================== System Message 10232: Assertion failure! File: sqlodbc.cpp Line: 8964 Expression: odbcStmtHandle != SQL_NULL_HSTMT Hit OK to stop program, and report the error to Microsoft Support, noting the failed expression, file name and line number. System Message 6130: Fatal error. Process must be stopped at this time. System Message 6129: Last item(s) processed: , , , , ================================================== System Message 6125: Process ended: Tue Jun 12 04:34 P.M.

Forum Post: RE: Database Physical Integrity check crashes

$
0
0
Hello again, We should perhaps have done this test before my earlier answer; but, trough a series of trial-and-error-tests we found out that if unchecking RQReqHist and RQVendEval the integrity test passes. It seems however most unlikely that we should have any records in that specific RQ-module(?). Kind regards. Steve

Forum Post: RE: Management Reporter "An unknown error has occurred"

$
0
0
The version of Management Reporter that is being ran is almost 7 years old. I would recommend updating to the current version: mbs.microsoft.com/.../MROverview

Forum Post: RE: System Message 9867

$
0
0
Hello Steve, how did you solved this issue? any comments would be appreciated. Regards

Forum Post: RE: System Message 9867

$
0
0
I was missing the service pack install on the client. Once I ran the client install and the service pack install, the clients ran fine.

Page: Browse Blogs

Forum Post: RE: ROI.exe

$
0
0
I have run into this scenario at a few customers and it has been related to inconsistent versions of Crystal. Are their any other applications on this particular workstation that use Crystal Reports. A common culprit is Fixed Assets from Sage as that uses Crystal 2016 but any other application could cause this.

Forum Post: RE: ROI.exe

$
0
0
That is actually exactly the application that was the problem, I had recently updated Sage to 2018, which is apparently incompatible with all versions of Dynamics; to fix I removed Sage, and had to remove Crystal + Dynamics and re-install the client. Glad you replied, it reminded me to post the solution.

Forum Post: SL 2015 Post Upgrade - RDL Report - ROISRS - Error

$
0
0
Error in populating the array of fields. Possibly a syntax error in the ROISelect formula. Does anyone know how to resolve this issue? It is an RDL report and not a Crystal Report. Thanks, Chuck

Forum Post: Unable to locate field workdate in table bxbillable

$
0
0
Hello Community, I am learning dynamics sl development and going through tutorials i got from the internet. Set up two levels ;Customer and Billable hours. Here is the sql create table. Create Table XBillable ( custID char(15), Descr char(60), Hours float, LineNbr smallint, NoteId smallint, SlsperID char(10), WorkDate smalldatetime ) go Create unique index xBillable0 on dbo.XBillable(Custid,LineNbr) go Create proc xBillable_p1 @parml varchar(15), @parm2min smallint, @parm2max smallint as select * from XBillable where custID=@parml and LineNbr between @parm2min and @parm2max order by custID,LineNbr go I also created DH file Option Explicit On Imports Solomon.Kernel Module sdoXBillable Public Class XBillable Inherits SolomonDataObject _ Public Property CustID() As String Get Return Me.GetPropertyValue("CustID") End Get Set(ByVal setval As String) Me.SetPropertyValue("CustID", setval) End Set End Property _ Public Property Descr() As String Get Return Me.GetPropertyValue("Descr") End Get Set(ByVal setval As String) Me.SetPropertyValue("Descr", setval) End Set End Property _ Public Property Hours() As Double Get Return Me.GetPropertyValue("Hours") End Get Set(ByVal setval As Double) Me.SetPropertyValue("Hours", setval) End Set End Property _ Public Property LineNbr() As Integer Get Return Me.GetPropertyValue("LineNbr") End Get Set(ByVal setval As Integer) Me.SetPropertyValue("LineNbr", setval) End Set End Property _ Public Property NoteId() As Integer Get Return Me.GetPropertyValue("NoteId") End Get Set(ByVal setval As Integer) Me.SetPropertyValue("NoteId", setval) End Set End Property _ Public Property SlsperID() As String Get Return Me.GetPropertyValue("SlsperID") End Get Set(ByVal setval As String) Me.SetPropertyValue("SlsperID", setval) End Set End Property _ Public Property WorkDate() As Integer Get Return Me.GetPropertyValue("WorkDate") End Get Set(ByVal setval As Integer) Me.SetPropertyValue("WorkDate", setval) End Set End Property End Class Public bXBillable As XBillable = New XBillable, nXBillable As XBillable = New XBillable End Module On form1 Udate1 control i added two levels: Customer;N,XBillable ;D I added all controls...and their levels. why getting the above error? I have attached my project . Please kindly review and assist. (Please visit the site to view this file) Ronald.

Forum Post: RE: Error linking files in SL 2015

$
0
0
We are running into the same issue. Has there been a fix for this? Thanks.

Forum Post: SL 2015 Quick Query Pivot Table SQL Server Login Trusted Connection Required

$
0
0
Why does a non SQL sysadmin need to click Trust Connection when they want to run a pivot table w/in QQ? Is there a fix for this issue other than making the user a sysadmin? Thanks, Chuck

Forum Post: Transaction Status from Inventory items screen ( 10.250.00) and transfer procedure

$
0
0
A) status change: 1) Need your help to understand what processes would change the Transaction Status from active to inactive? 2) When an inventory item has Available Q'ty >0, why system is still allowing user to change the status to be inactive? 3) if we wanted to change the status back to active status, can I just run a query to update inventory.tranStatusCode= 'AC' ? any other table that needs to be updated as well? B) transfer site : 4) If an inventory is transferred from A site to B site permanently, what is the proper procedure to handle this scenario beside processing 'Transfers'? 5) following Q4, when it is done, the default or last Site should be updated from procedure 4, right? if not, how can we update the site ID to be B? 6) would like to run a report that has inactive status that has available q'ty >0 and site id=B. What table and field names should I get it from? Thanks for your help!

Forum Post: vendor report

$
0
0
Trying to run a report to show total payments by vendor for the year. Just a total for each vendor. Need to export into excel

Forum Post: Upgrade SL2011 FP1 to SL2015 CU2 Customization issues

$
0
0
Took client to production over the weekend. We did all the required testing using RDP to the new server and worked through all the kinks. However, the workstations this morning are having troubles with customizations. They are a mix of BSL and VBA. The BSL components have been installed on the server. Since the customizations that were "failing" (they are still working on the server) have BSL touches, we installed the BSL components on a couple of workstations to see if that provided a solution. Unfortunately, it didn't. My next step is to uninstall and reinstall the client on the workstation. Their IT department did the installs over the weekend and while I have the utmost faith in their abilities, this is a bit different than previous versions. Anyone have any other suggestions I can try? Thanks!

Forum Post: RE: Business Portal Executive Project Analyst The website cannot display the page

$
0
0
Carolyn, I'm also having this issue at a client site. We followed the instructions you provided but it did now resolve the issue. Any other suggestions?

Forum Post: RE: vendor report

$
0
0
Not sure that there's a report that does what you're looking for, but you could modify the Vendor History report, or start from scratch using the APHIST table as a foundation for a new report.

Forum Post: RE: Transaction Status from Inventory items screen ( 10.250.00) and transfer procedure

$
0
0
A.1) About the status, please think about a contaminated item, an exploding Ford Pinto model or a product for which you got a recall notice from the manufacturer. Please also consider that "Active" and "Inactive" are not the only options. You can set the "NP" non purchase option as well. The Transaction status may well be a temporary thing: the item is on hold until the problem with it gets solved. In a more cynic approach, the item might be put on hold because is reserved to your boss's brother in law and will be put back on Active when the right purchase order is received. A.2) Again, think about the Ford Pinto: having Qty >0 is not enough reason not to inactivate it. A.3) This is correct, setting 'AC' is the right approach. B.4) I don't think there is a "lockout" option for an item in order to prevent some item-site combinations, if that's what you are thinking. Additional procedures depends on whether you are a manufacturing operation, a distribution company or just a raw materials warehouse. I mean, you should perform a checklist consisting of: - Open purchase order already set on site A. - Open work orders already set on site A. - Open sale orders already set on site A. - Planned orders already set on site A. B.5) You are right about the default site ID. But please consider changing default site only affects further transactions. The already open orders remain unchanged. B.6) The std reports should be enough. The conditions should be ItemSite.QtyOnHand > 0 and Inventory.TranStatusCode <> 'AC'

Forum Post: RE: vendor report

$
0
0
Bruce, the best way to export certain SL data to Excel is to use Quick Query. In your particular case use the Vendor History query and filter to the fiscal year that you are interested in.

Forum Post: Dynamics SL2015 Quick Query Vendor Address information not accurate- Pulling test company address in production

$
0
0
Hello, We ran the Vendor Addresses Quick Query. The Address data is not the same as the address data in Vendor Maintenance. The Vendor table and QQ_vendor view has the same address data as Vendor Maintenance, however the QQ is incorrect. I found that it is pulling test company address data in the production company quick query How to I troubleshoot? Thanks!
Viewing all 7845 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>