1

I have a XML-File which is stored on a server. It can be reached over a URL. I need to Load the XML-Data into my Database, using SSIS 2012/Visual Studio 2010.

I've done this before in SSIS 2008 and it worked like a charm. Now I moved to 2012 and I am getting the following Error: "[XML-Source [46]] Error: The file "http://www.xxxx.xml" was not found. Please verify the file path and try again."

Anyone knows?

2
  • That URL looks bad. Do you mean a local network server like http://servername/xxxx.xml, or an internet address like http://www.somewhere.com/xxxx.xml. (You should also explain that "XML-Quelle" just means "XML-Source", for anyone who doesn't know how to read that.) Commented Jun 5, 2013 at 15:22
  • The url is correct. It's not the problem Iam facing. Commented Jun 7, 2013 at 6:28

2 Answers 2

1

Here is the fix for VS 2010 and VS 2012.

FIX: SSIS 2012 XML Source task cannot load data from a URI http://support.microsoft.com/kb/2991526

Enjoy! :)

Sign up to request clarification or add additional context in comments.

Comments

0

Make sure you close the xml file before loading. you have to generate an XSD file make sure the schema defination is correct in the XSD file.

1 Comment

Schema is correct, since it worked before. I can't close it, because it isn't stored on my pc.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.