Viewing 10 posts - 1 through 10 (of 10 total)
Jeff Moden (6/25/2010)
Thomas-282729 (6/25/2010)
Michael Jenck (6/25/2010)
June 25, 2010 at 10:52 am
I have been trying to figure out a way to eliminate the following cursor. I figure this would be a good place to post this seeing the title of...
June 25, 2010 at 1:35 am
I tried to get a screen capture - but I don't have permissions. What I remember is you need to go into user accounts and groups and add the...
June 4, 2008 at 9:05 pm
I had a similar problem. We tried to use a network account to run the SQL server agent. At first it crashed the server. Once we set...
June 4, 2008 at 5:23 pm
I figured out the problems.
I eliminated the duplicate errorstep listing and I needed to drop ErrorDetails as it's an XML field by itself (the value of which will change...
May 21, 2008 at 4:52 pm
Paul,
Thank for the information. I changed the connection to ADO.Net and I get a valid XML see below:
{<ROOT><ErrorLog><dur><load_error_id>1236048</load_error_id><PackageRunDate>2008-05-09T00:00:00</PackageRunDate><ErrorTask>test</ErrorTask><ErrorStep>1</ErrorStep><ErrorCode>111</ErrorCode><ErrorDesc>Test</ErrorDesc></dur></ErrorLog></ROOT>}
my xsl file is
-------------------------------------------
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="ROOT">
<html>
<head>
<style type="text/css">
body {margin-left: 20px; font-family:...
May 9, 2008 at 9:53 am
Great Article!
I had 1 problem on Step 9 - no variable showed up so I created one. Then it looked like the articles
When testing in step 10 the HTML...
May 2, 2008 at 12:29 pm
I think I figured out the problem
ErrorDataDetails should be ErrorDetails
I did have to add ErrorSource ( I guessed at 100 characters)
Mike
April 23, 2008 at 11:12 pm
In Step 2
a. ErrorStep string(100) – this is going to be the Name of the Script Component which I name using the step which is the source of the error
b....
April 23, 2008 at 10:16 pm
Hi Jack,
Great article. I am receiving 2 errors and I'm not sure why
Row.ErrorSource is not a member of the component
Row.ErrorDetails is not a member of the component
Any thoughts...
April 23, 2008 at 5:43 pm
Viewing 10 posts - 1 through 10 (of 10 total)