Viewing 15 posts - 16 through 30 (of 258 total)
Here is the error I get in our QA enviroment:
Msg 229, Level 14, State 5, Procedure sp_OACreate, Line...
March 18, 2019 at 12:06 pm
When I paste the url into IE I get the following XML displayed in the browser:
<
March 11, 2019 at 1:14 pm
I closed VS and reopened it and was able to save the package
October 2, 2017 at 9:38 am
Sorry guys, it reformatted the layout that I was seeing when posting it.
Table
Create Table dbo.MyTable (
ID int Identity(1,1) NOT NULL
July 19, 2017 at 2:07 pm
I got around it by setting the variables value using an EXE SQL task
March 24, 2017 at 9:51 am
I figured it out. I set the initial value in the Email_Body variable in the variables window when I should have just did the concatenation and inserted the message in...
January 30, 2017 at 9:46 am
Ok, say the table is as such
City ...
January 4, 2017 at 11:55 am
Awesome, thx
December 16, 2016 at 7:54 am
I'm using expressions and that did the trick, thanks
December 13, 2016 at 12:14 pm
Turned out I needed to copy the access database over to the VM I was running the package on.
November 22, 2016 at 7:30 am
Yeah, the bat file ran fine. Should I remove the dbl quotes from my Execute process values?
July 26, 2016 at 12:46 pm
Running the powershell script manually did uncover some issues with the powerschell script. I had gotten a copy of this from another developer who had used directories on his laptop...
July 26, 2016 at 12:05 pm
I changed the executable to C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe in the process tab of the execute process task and now getting a different error:
"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "-ExecutionPolicy Unrestricted -File"\\MyServer\Myfolder\FolderA\Powershell_Scripts\Get-Files.ps1"" at "", The process exit...
July 22, 2016 at 8:46 am
Viewing 15 posts - 16 through 30 (of 258 total)