Turn off Firewall
Ensure TCPIP is enabled in SQL Configuration for that instance of Dynamics.
Ensure remote connections to SQL is enabled in the connections page of SQL Properties,
I am a Dynamics GP Consultant with over 14 years Implementation Experience. This is my memory. Everything I learn from my everyday interactions with Dynamics will be posted here as my lesson learnt. My contribution to the world!
Tuesday, 15 May 2018
SQL Stored Procedure Error Table
Dynamics..taErrorCode
this provides a listing of error codes and details of what the error is.
this provides a listing of error codes and details of what the error is.
Thursday, 12 April 2018
Integration Manager Error - "Please check and reenter date"
Ok, so you are importing transactions in Integration Manager.
The integrations keep failing and saying the captioned error.
The Possible Issue:
- Date Format on Computer is different from that in GP and that from your data file.
My issue:
- GP date 2018-01-31
-System date 2018-Jan-31
To Fix:
- Change the date setting in the system to match GP i.e. 2018-01-31
Voila!
The integrations keep failing and saying the captioned error.
The Possible Issue:
- Date Format on Computer is different from that in GP and that from your data file.
My issue:
- GP date 2018-01-31
-System date 2018-Jan-31
To Fix:
- Change the date setting in the system to match GP i.e. 2018-01-31
Voila!
Tuesday, 10 April 2018
Dynamics GP workflow emails
To tie a windows login to an email address you need to:
- Go to Active Directory.
-Open the user
-Go to the general tab
-Fill in a name as well as email account
-Voila!
- Go to Active Directory.
-Open the user
-Go to the general tab
-Fill in a name as well as email account
-Voila!
Wednesday, 21 March 2018
Integration using stored procedure and smartconnect
Tuesday, 13 March 2018
GP 2013R2 Upgrade stuck in loop "Budiness Intelligence reports were not deployed"
This error occurs when you previously deployed the Excel Reports but have moved servers or the location where you originally installed them is no longer in place.
If you are just doing a test upgrade you can just exit GP Utilities.
GP would have been upgraded already. You can always re-deploy the reports within GP.
If you are just doing a test upgrade you can just exit GP Utilities.
GP would have been upgraded already. You can always re-deploy the reports within GP.
Re-open Closed Fiscal Period
Scenario
- Closed February and March accidentally in AP.
- Only February should have been closed in AP.
- Have users log out of SL
- Execute the below SQL statement on Test Company
first. (Assuming March is the third period for Fiscal Year 2018)
- update apsetup set
CurrPerNbr = 201803, PerNbr = 201803
- Test entering transaction for March 2018. Confirm all
is well.
- Complete same steps on live company.
Subscribe to:
Posts (Atom)