Forum Post: RE: SQL SERVER 916 ERROR
Hi Ajit, Thank you so much for the above. I tried it and it worked!!! However, I was wondering is there something peculiar in using the userrec table in a customization that you have to give particular...
View ArticleForum Post: RE: Add new company with different currency to existing system
Separate dbs are typically used when transactions are done in their own currencies. Do you have the multi-company module?
View ArticleForum Post: RE: Add new company with different currency to existing system
we do. We hoping to use one database for all the companies but it looks like if you have multiple base currencies it requires multiple databases.
View ArticleForum Post: RE: SQL SERVER 916 ERROR
SqlFetch1 defaults to an APP database connection context. In the windows authenticated SL, a sql statement can't and isn't supposed to jump in between databases. If you are going to query the SYS...
View ArticleForum Post: RE: SQL SERVER 916 ERROR
Thanks, but the funny thing about this issue is that some users on accessing the purchase maintenance screen got in without a problem while others were having problems. However I will take that into...
View ArticleForum Post: RE: SQL SERVER 916 ERROR
Ajit, Unfortunately, after trying the first fixed, I checked just one user and it worked, but when I checked another user, they are still getting the SQL Message 916. Any other suggestion? Erich, I...
View ArticleForum Post: RE: SQL SERVER 916 ERROR
The "by the book" approach is to issue the SqlCursor during the Form_Display, but you can just do it right before your code. Note that users with the sysadmin will be able to jump between databases and...
View ArticleForum Post: RE: Assertion failure when launching ROI through VBA code using a...
I am running into this exact same issue on SL 2015 CU2, but on a Windows Server 2016 Terminal Server. We need the template to check one of the "Options" checkboxes within ROI (because I don't think it...
View ArticleForum Post: RE: Assertion failure when launching ROI through VBA code using a...
Not sure if the resolution I just discovered is the same one for the initial issue reported here, but my client was using Samsung laptops with Touch Screen capabilities enabled. When that feature was...
View ArticleForum Post: RE: Process manager - SoPlan error (URGENT PLEASE)
Received same error. Found that the InvtID for the SiteID on one PlanType had a duplicated record with null values in the SOPlan table (DisplaySeq = blank, Qty = 0). Deleted duplicated record with null...
View ArticleForum Post: RE: System Message 6909 - Another process has already added the...
Received same error. Found that the InvtID for the SiteID on one PlanType had a duplicated record with null values in the SOPlan table (DisplaySeq = blank, Qty = 0). Deleted duplicated record with null...
View ArticleForum Post: An unexpected error has occurred while releasing batch '147726'...
Hi, When I'm trying to release a batch in Voi Check Entry (030.40.00), the screen sends the message An unexpected error has occurred while releasing batch 'XXXXXX'
View ArticleForum Post: Clarification on APDoc Table's Status Column
Require Clarification on [Status] column in APDoc Table.What it Denotes? A -- ? O -- ? Thanks
View ArticleForum Post: RE: Clarification on APDoc Table's Status Column
Hi, you can find the information by following below steps: login SL> select 'Help Topics' ( the '?' icon on the top right corner) > Select 2015 Schema> Financial management Schema> Select...
View ArticleForum Post: RE: Reg : Import DB Scripts
Can you be more specific? You mean invoke the sp from within SL or from an external tool? Some recommendations: On adding objects to the database, always execute the "Synchronize All Ownership &...
View ArticleForum Post: RE: An unexpected error has occurred while releasing batch...
Carlos, when you get an error like this it typically means that there is an issue with either the APDoc record or the APTran records for the batch such that the batch does not balance. The issue could...
View ArticleForum Post: RE: An unexpected error has occurred while releasing batch...
I have seen this when a batch is saved without any checks being entered into the Void Check screen. Verify that there are APDoc/APTran records for the batch.
View ArticleForum Post: RE: Add new company with different currency to existing system
I believe you are correct if wanting to use different base currencies.
View ArticleForum Post: Bulletproof Error 10144
I am receiving this error for only one user, and it occurs when they try to close SL. They are running SL2015 CU1. The full message of the error is: SetAddr has already been called for btemplate. The...
View ArticleForum Post: RE: Bulletproof Error 10144
Hi Kyle, This error occur if you have a call to SetAddr to an already existing name, in your case "btemplate": Call VBA_SetAddr("btemplate", btemplate, ntemplate, LenB(btemplate)) The case I'm used to...
View Article