Posts Tagged ‘PowerShell’
Running SmartConnect from PowerShell
Many people are choosing to do administration of common tasks using PowerShell and the SmartConnect customer base is no different. Below you will find a simple script that will allow you to run a SmartConnect map to any destination directly from PowerShell:###Start Script#Define Path to RunMapConsole.exe$RunMapConsolePath = “D:\Program Files (x86)\eOne Solutions\SmartConnect\eOne.SmartConnect.RunMapConsole.exe”#Specify the Map ID to…
[Read More]Tech Tuesday: Using PowerShell to Create SmartConnect Event Log
This week’s Tech Tuesday is from our Support Guru, Pat Roth on SmartConnect: In this column, we are going to use PowerShell to resolve a couple of issues I’ve seen. The first one is an error you may get when running an integration. The error is: [The source was not found, but some or all event…
[Read More]