Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Integration Manager VB Script

Posted on by Microsoft Employee

I have been running the following script sucessfully in GP 9 but when I run it in GP 10 I get the error Error Executing Script 'After Document' Line 1: Variable uses an Automation type not supported in VBScript

The script I run is

sSQL = "Update Sage_Transactions set Updated " & _
"= 1 where uniquereferencenumber = '" & _
SourceFields("uniquereferencenumber") & "'"

'Create a new connection
Set pConnection = CreateObject("ADODB.Connection")
'Open the connection to the database
Call pConnection.Open("Inform Sage Integration", "sa", "ITdbserver01HO")
'Execute the stored procedure
Call pConnection.Execute(sSQL)
'Close the connection
Call pConnection.Close

sSQL = "Update Sage_Nominals set Updated " & _
"= 1 where uniquereferencenumber = '" & _
SourceFields("uniquereferencenumber") & "'"

'Create a new connection
Set pConnection = CreateObject("ADODB.Connection")
'Open the connection to the database
Call pConnection.Open("Inform Sage Integration", "sa", "ITdbserver01HO")
'Execute the stored procedure
Call pConnection.Execute(sSQL)
'Close the connection
Call pConnection.Close

sSQL = "Update Sage_Tax set Updated " & _
"= 1 where uniquereferencenumber = '" & _
SourceFields("uniquereferencenumber") & "'"

'Create a new connection
Set pConnection = CreateObject("ADODB.Connection")
'Open the connection to the database
Call pConnection.Open("Inform Sage Integration", "sa", "ITdbserver01HO")
'Execute the stored procedure
Call pConnection.Execute(sSQL)
'Close the connection
Call pConnection.Close

*This post is locked for comments

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans