Viewing 15 posts - 1 through 15 (of 17 total)
Yes. The password expired, and the user updated with a new one via Windows. Now we can't run xp_cmdShell and get the error above.
February 10, 2015 at 12:12 pm
Its using Execute As "domain\user" currently, and that user is a sys admin
February 10, 2015 at 11:55 am
I'd love to add a step to the job, but I don't know what that step would be. How do I notify the Qlikview server to start its own update...
September 19, 2014 at 9:01 am
Aaahhhh....well now that you've pointed it out, it makes perfect sense, but I would never have tried that! Thanks so much!
February 23, 2009 at 3:26 pm
Actually, I never did find a way around that using bulkload. Instead, I used the sp_xml_preparedocument and that worked really well.
July 30, 2008 at 9:05 am
I am new to reports, so I guess I can't make the connection - I don't see how creating a file share and data driven report lets me pass a...
May 16, 2007 at 10:05 am
Its an Access front end for remote offices. The remote office has local tables that occasionally get refreshed from head office SQL tables, and they send their data into the...
February 6, 2007 at 9:38 am
I am looking for something in code rather than import/export. I want the user to click a button in Access which will refresh all the tables by getting the newest...
February 5, 2007 at 9:13 am
Working in VBA and using the SQL Bulk Import as follows :
Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad")
objBL.ConnectionString = "provider=SQLOLEDB.1;data source=myDB;database=Test;uid=test_Admin;pwd=nelson"
objBL.Execute "C:\schema.xml", "C:\Project.xml"
I keep getting the same error which is:
Schema: relationship expected on "Project"
and...
January 8, 2007 at 4:20 pm
I'm not doing a good job of explaining things!
I am trying to call the stored procedure through VBA (Access) and got these errors, so I tried to to test it...
January 4, 2007 at 4:01 pm
Ok, I've changed it to text, but that doesn't solve my problem
January 4, 2007 at 3:51 pm
Normally I use the parse button before trying to submit anything, and it didn't see a problem with that! Oh well, thanks again!
November 17, 2006 at 12:20 pm
Viewing 15 posts - 1 through 15 (of 17 total)