Showing posts with label export. Show all posts
Showing posts with label export. Show all posts

Friday, March 30, 2012

Problems with values display as currency

Hi NG,
has anybody got a report with values formatted as currency and could export
it to pdf without loosing the currency-formatting?
My currency-values are in Euro. Do i have to put some language-parametes in
the URL?
regards
Frank
www.xax.deAdobe 5.00 and 5.05 do not render symbols (e.g. Euro symbol) correctly when
the Arial font is used. Which version are you using? Did you try other fonts
(e.g. Tahoma)?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Frank Matthiesen" <fm@.xax.de> wrote in message
news:34mtrsF4avhu6U1@.individual.net...
> Hi NG,
> has anybody got a report with values formatted as currency and could
export
> it to pdf without loosing the currency-formatting?
> My currency-values are in Euro. Do i have to put some language-parametes
in
> the URL?
> regards
> Frank
> www.xax.de
>
>|||"Robert Bruckner [MSFT]" <robruc@.online.microsoft.com> schrieb im
Newsbeitrag news:eEvOCqZ%23EHA.3592@.TK2MSFTNGP09.phx.gbl...
> Adobe 5.00 and 5.05 do not render symbols (e.g. Euro symbol) correctly
> when
> the Arial font is used. Which version are you using? Did you try other
> fonts
> (e.g. Tahoma)?
Got the wrong acrobat-version (5.0)
After an update everything wirks fine.
thx
frank
www.xax.desql

Monday, March 26, 2012

Problems with SQL 2005 Export Wizard

I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site.

I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting:

TITLE: Operation stopped...

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

BUTTONS:

OK

Here is some more info:

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Dts.Runtime.DtsContainer.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.Configure(ITransferMetadataProvider metadataProvider)
at Microsoft.SqlServer.Dts.DtsWizard.Execute.DoTransferConfigureProvider(Exception& ex)

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass.LoadFromXML(Object pNode, IDTSEvents90 pEvents)
at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)

|||I've moved this to the SSIS forum. The error you're hitting looks to be in the SSIS/DTS subsystem. Some one in this forum should be able to help.|||

If LoadFromXML() fails it suggests that your package might be corrupt. Can you take that .dtsx file and open it in BIDS? (just right-click and Edit)

-Jamie

|||Thanks, but there is no package created. I just use Export Data wizard...|||

The Export Data wizard fails at "Create Temporrary XML file for table metadeta". here is mor edetails:

Operation stopped...

- Create a TransferProvider. (Success)

- Create a temporary file for destructive SQL. (Success)

- Create a temporary file for constructive SQL. (Success)

- Create a temporary XML file for table metadata. (Success)

- Configure the TransferProvider with files and Source/Destination connection info. (Error)

Messages

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

- Execute the transfer with the TransferProvider. (Stopped)

- Execute the destructive SQL. (drop tables) (Stopped)

- Execute the constructive SQL. (create tables) (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[aspnet_Applications] (Stopped)

- Copying to [dbo].[aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Membership] (Stopped)

- Execute transfer package for [dbo].[aspnet_Membership] (Stopped)

- Copying to [dbo].[aspnet_Membership] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Paths] (Stopped)

- Execute transfer package for [dbo].[aspnet_Paths] (Stopped)

- Copying to [dbo].[aspnet_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Profile] (Stopped)

- Execute transfer package for [dbo].[aspnet_Profile] (Stopped)

- Copying to [dbo].[aspnet_Profile] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[aspnet_Roles] (Stopped)

- Copying to [dbo].[aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Execute transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Copying to [dbo].[aspnet_SchemaVersions] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[aspnet_Users] (Stopped)

- Copying to [dbo].[aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Execute transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Copying to [dbo].[aspnet_WebEvent_Events] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Categories] (Stopped)

- Execute transfer package for [dbo].[CMRC_Categories] (Stopped)

- Copying to [dbo].[CMRC_Categories] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content] (Stopped)

- Copying to [dbo].[CMRC_Content] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Copying to [dbo].[CMRC_Content_Versions] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Execute transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Copying to [dbo].[CMRC_InventoryHistory] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Logs] (Stopped)

- Execute transfer package for [dbo].[CMRC_Logs] (Stopped)

- Copying to [dbo].[CMRC_Logs] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Copying to [dbo].[CMRC_OrderItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Orders] (Stopped)

- Execute transfer package for [dbo].[CMRC_Orders] (Stopped)

- Copying to [dbo].[CMRC_Orders] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Copying to [dbo].[CMRC_OrderStatus] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Products] (Stopped)

- Execute transfer package for [dbo].[CMRC_Products] (Stopped)

- Copying to [dbo].[CMRC_Products] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Copying to [dbo].[CMRC_ShippingRates] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCart] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Copying to [dbo].[CMRC_TaxRates] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Copying to [dbo].[vw_aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Copying to [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Copying to [dbo].[vw_aspnet_Profiles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Copying to [dbo].[vw_aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Copying to [dbo].[vw_aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_User] (Stopped)

|||

Hi all,

I'm having the same problem. Did anybody found a solution for this?

Thanks

|||

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

|||I am having the same problem with my SQL 2005 server (Developer Edition), however, I needed to transform the database to SQL 2000 server. I went to the SQL 2000 box and ran the transform from there and it works fine. I have put all of the latest patches in my 2005 box, updated the MDAC with all versions from 2.6 forward, reinstalled the DTC tools, reinstalled all of the XML patches and updates; still no luck. I did not have this problem until I reformated my HD about 2 weeks ago. Prior to that it all worked fine.|||

After re-instaling, did you also try to register the XML DLLs that Bob suggested? I know they should have been registeded by setup when reinstalling, but just in case ...

Donald Farmer

|||I'm having the same issues and have not done a reinstall. I did try to reregister the referenced .dlls, but it did not help.|||

Has anyone found a solution to this problem yet?

I am trying to run a 'copy database objects' task programatically from vb.net. The SSIS package runs fine from BIDS but fails to load from the file system in the 'loadpackage' call with this 0xc0011008 message.

fyi here is the code...

Private Sub backgroundWorker2_DoWork(ByVal sender As Object, ByVal e As DoWorkEventArgs) Handles BackgroundWorker2.DoWork

Dim pkgLocation As String

Dim pkg As New Package

Dim app As New Application

Dim pkgResults As DTSExecResult

Dim autoEvent As New AutoResetEvent(False)

pkgLocation = e.Argument.ToString()

pkg = app.LoadPackage(pkgLocation, Nothing) ' this is the error line

pkgResults = pkg.Execute()

If pkgResults = DTSExecResult.Success Then

e.Result = "Success"

Else

e.Result = "Failed"

End If

end sub

As you can see this is running on a worker thread.

Does anyone have any ideas?

Thanks and Regards

Ray

|||

Bob Bojanic wrote:

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

This solves this problem.

Problems with SQL 2005 Export Wizard

I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site.

I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting:

TITLE: Operation stopped...

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

BUTTONS:

OK

Here is some more info:

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Dts.Runtime.DtsContainer.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.Configure(ITransferMetadataProvider metadataProvider)
at Microsoft.SqlServer.Dts.DtsWizard.Execute.DoTransferConfigureProvider(Exception& ex)

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass.LoadFromXML(Object pNode, IDTSEvents90 pEvents)
at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)

|||I've moved this to the SSIS forum. The error you're hitting looks to be in the SSIS/DTS subsystem. Some one in this forum should be able to help.|||

If LoadFromXML() fails it suggests that your package might be corrupt. Can you take that .dtsx file and open it in BIDS? (just right-click and Edit)

-Jamie

|||Thanks, but there is no package created. I just use Export Data wizard...|||

The Export Data wizard fails at "Create Temporrary XML file for table metadeta". here is mor edetails:

Operation stopped...

- Create a TransferProvider. (Success)

- Create a temporary file for destructive SQL. (Success)

- Create a temporary file for constructive SQL. (Success)

- Create a temporary XML file for table metadata. (Success)

- Configure the TransferProvider with files and Source/Destination connection info. (Error)

Messages

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

- Execute the transfer with the TransferProvider. (Stopped)

- Execute the destructive SQL. (drop tables) (Stopped)

- Execute the constructive SQL. (create tables) (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[aspnet_Applications] (Stopped)

- Copying to [dbo].[aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Membership] (Stopped)

- Execute transfer package for [dbo].[aspnet_Membership] (Stopped)

- Copying to [dbo].[aspnet_Membership] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Paths] (Stopped)

- Execute transfer package for [dbo].[aspnet_Paths] (Stopped)

- Copying to [dbo].[aspnet_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Profile] (Stopped)

- Execute transfer package for [dbo].[aspnet_Profile] (Stopped)

- Copying to [dbo].[aspnet_Profile] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[aspnet_Roles] (Stopped)

- Copying to [dbo].[aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Execute transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Copying to [dbo].[aspnet_SchemaVersions] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[aspnet_Users] (Stopped)

- Copying to [dbo].[aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Execute transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Copying to [dbo].[aspnet_WebEvent_Events] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Categories] (Stopped)

- Execute transfer package for [dbo].[CMRC_Categories] (Stopped)

- Copying to [dbo].[CMRC_Categories] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content] (Stopped)

- Copying to [dbo].[CMRC_Content] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Copying to [dbo].[CMRC_Content_Versions] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Execute transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Copying to [dbo].[CMRC_InventoryHistory] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Logs] (Stopped)

- Execute transfer package for [dbo].[CMRC_Logs] (Stopped)

- Copying to [dbo].[CMRC_Logs] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Copying to [dbo].[CMRC_OrderItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Orders] (Stopped)

- Execute transfer package for [dbo].[CMRC_Orders] (Stopped)

- Copying to [dbo].[CMRC_Orders] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Copying to [dbo].[CMRC_OrderStatus] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Products] (Stopped)

- Execute transfer package for [dbo].[CMRC_Products] (Stopped)

- Copying to [dbo].[CMRC_Products] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Copying to [dbo].[CMRC_ShippingRates] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCart] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Copying to [dbo].[CMRC_TaxRates] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Copying to [dbo].[vw_aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Copying to [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Copying to [dbo].[vw_aspnet_Profiles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Copying to [dbo].[vw_aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Copying to [dbo].[vw_aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_User] (Stopped)

|||

Hi all,

I'm having the same problem. Did anybody found a solution for this?

Thanks

|||

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

|||I am having the same problem with my SQL 2005 server (Developer Edition), however, I needed to transform the database to SQL 2000 server. I went to the SQL 2000 box and ran the transform from there and it works fine. I have put all of the latest patches in my 2005 box, updated the MDAC with all versions from 2.6 forward, reinstalled the DTC tools, reinstalled all of the XML patches and updates; still no luck. I did not have this problem until I reformated my HD about 2 weeks ago. Prior to that it all worked fine.|||

After re-instaling, did you also try to register the XML DLLs that Bob suggested? I know they should have been registeded by setup when reinstalling, but just in case ...

Donald Farmer

|||I'm having the same issues and have not done a reinstall. I did try to reregister the referenced .dlls, but it did not help.|||

Has anyone found a solution to this problem yet?

I am trying to run a 'copy database objects' task programatically from vb.net. The SSIS package runs fine from BIDS but fails to load from the file system in the 'loadpackage' call with this 0xc0011008 message.

fyi here is the code...

Private Sub backgroundWorker2_DoWork(ByVal sender As Object, ByVal e As DoWorkEventArgs) Handles BackgroundWorker2.DoWork

Dim pkgLocation As String

Dim pkg As New Package

Dim app As New Application

Dim pkgResults As DTSExecResult

Dim autoEvent As New AutoResetEvent(False)

pkgLocation = e.Argument.ToString()

pkg = app.LoadPackage(pkgLocation, Nothing) ' this is the error line

pkgResults = pkg.Execute()

If pkgResults = DTSExecResult.Success Then

e.Result = "Success"

Else

e.Result = "Failed"

End If

end sub

As you can see this is running on a worker thread.

Does anyone have any ideas?

Thanks and Regards

Ray

|||

Bob Bojanic wrote:

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

This solves this problem.sql

Problems with SQL 2005 Export Wizard

I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site.

I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting:

TITLE: Operation stopped...

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

BUTTONS:

OK

Here is some more info:

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Dts.Runtime.DtsContainer.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.Configure(ITransferMetadataProvider metadataProvider)
at Microsoft.SqlServer.Dts.DtsWizard.Execute.DoTransferConfigureProvider(Exception& ex)

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass.LoadFromXML(Object pNode, IDTSEvents90 pEvents)
at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)

|||I've moved this to the SSIS forum. The error you're hitting looks to be in the SSIS/DTS subsystem. Some one in this forum should be able to help.|||

If LoadFromXML() fails it suggests that your package might be corrupt. Can you take that .dtsx file and open it in BIDS? (just right-click and Edit)

-Jamie

|||Thanks, but there is no package created. I just use Export Data wizard...|||

The Export Data wizard fails at "Create Temporrary XML file for table metadeta". here is mor edetails:

Operation stopped...

- Create a TransferProvider. (Success)

- Create a temporary file for destructive SQL. (Success)

- Create a temporary file for constructive SQL. (Success)

- Create a temporary XML file for table metadata. (Success)

- Configure the TransferProvider with files and Source/Destination connection info. (Error)

Messages

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

- Execute the transfer with the TransferProvider. (Stopped)

- Execute the destructive SQL. (drop tables) (Stopped)

- Execute the constructive SQL. (create tables) (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[aspnet_Applications] (Stopped)

- Copying to [dbo].[aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Membership] (Stopped)

- Execute transfer package for [dbo].[aspnet_Membership] (Stopped)

- Copying to [dbo].[aspnet_Membership] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Paths] (Stopped)

- Execute transfer package for [dbo].[aspnet_Paths] (Stopped)

- Copying to [dbo].[aspnet_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Profile] (Stopped)

- Execute transfer package for [dbo].[aspnet_Profile] (Stopped)

- Copying to [dbo].[aspnet_Profile] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[aspnet_Roles] (Stopped)

- Copying to [dbo].[aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Execute transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Copying to [dbo].[aspnet_SchemaVersions] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[aspnet_Users] (Stopped)

- Copying to [dbo].[aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Execute transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Copying to [dbo].[aspnet_WebEvent_Events] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Categories] (Stopped)

- Execute transfer package for [dbo].[CMRC_Categories] (Stopped)

- Copying to [dbo].[CMRC_Categories] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content] (Stopped)

- Copying to [dbo].[CMRC_Content] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Copying to [dbo].[CMRC_Content_Versions] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Execute transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Copying to [dbo].[CMRC_InventoryHistory] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Logs] (Stopped)

- Execute transfer package for [dbo].[CMRC_Logs] (Stopped)

- Copying to [dbo].[CMRC_Logs] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Copying to [dbo].[CMRC_OrderItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Orders] (Stopped)

- Execute transfer package for [dbo].[CMRC_Orders] (Stopped)

- Copying to [dbo].[CMRC_Orders] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Copying to [dbo].[CMRC_OrderStatus] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Products] (Stopped)

- Execute transfer package for [dbo].[CMRC_Products] (Stopped)

- Copying to [dbo].[CMRC_Products] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Copying to [dbo].[CMRC_ShippingRates] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCart] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Copying to [dbo].[CMRC_TaxRates] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Copying to [dbo].[vw_aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Copying to [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Copying to [dbo].[vw_aspnet_Profiles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Copying to [dbo].[vw_aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Copying to [dbo].[vw_aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_User] (Stopped)

|||

Hi all,

I'm having the same problem. Did anybody found a solution for this?

Thanks

|||

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

|||I am having the same problem with my SQL 2005 server (Developer Edition), however, I needed to transform the database to SQL 2000 server. I went to the SQL 2000 box and ran the transform from there and it works fine. I have put all of the latest patches in my 2005 box, updated the MDAC with all versions from 2.6 forward, reinstalled the DTC tools, reinstalled all of the XML patches and updates; still no luck. I did not have this problem until I reformated my HD about 2 weeks ago. Prior to that it all worked fine.|||

After re-instaling, did you also try to register the XML DLLs that Bob suggested? I know they should have been registeded by setup when reinstalling, but just in case ...

Donald Farmer

|||I'm having the same issues and have not done a reinstall. I did try to reregister the referenced .dlls, but it did not help.|||

Has anyone found a solution to this problem yet?

I am trying to run a 'copy database objects' task programatically from vb.net. The SSIS package runs fine from BIDS but fails to load from the file system in the 'loadpackage' call with this 0xc0011008 message.

fyi here is the code...

Private Sub backgroundWorker2_DoWork(ByVal sender As Object, ByVal e As DoWorkEventArgs) Handles BackgroundWorker2.DoWork

Dim pkgLocation As String

Dim pkg As New Package

Dim app As New Application

Dim pkgResults As DTSExecResult

Dim autoEvent As New AutoResetEvent(False)

pkgLocation = e.Argument.ToString()

pkg = app.LoadPackage(pkgLocation, Nothing) ' this is the error line

pkgResults = pkg.Execute()

If pkgResults = DTSExecResult.Success Then

e.Result = "Success"

Else

e.Result = "Failed"

End If

end sub

As you can see this is running on a worker thread.

Does anyone have any ideas?

Thanks and Regards

Ray

|||

Bob Bojanic wrote:

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

This solves this problem.

Problems with SQL 2005 Export Wizard

I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site.

I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting:

TITLE: Operation stopped...

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

BUTTONS:

OK

Here is some more info:

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Dts.Runtime.DtsContainer.LoadFromXML(XmlNode node, IDTSEvents events)
at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.Configure(ITransferMetadataProvider metadataProvider)
at Microsoft.SqlServer.Dts.DtsWizard.Execute.DoTransferConfigureProvider(Exception& ex)

===================================

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

Program Location:

at Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass.LoadFromXML(Object pNode, IDTSEvents90 pEvents)
at Microsoft.SqlServer.Dts.Runtime.PersistImpl.LoadFromXML(XmlNode node, IDTSEvents events)

|||I've moved this to the SSIS forum. The error you're hitting looks to be in the SSIS/DTS subsystem. Some one in this forum should be able to help.|||

If LoadFromXML() fails it suggests that your package might be corrupt. Can you take that .dtsx file and open it in BIDS? (just right-click and Edit)

-Jamie

|||Thanks, but there is no package created. I just use Export Data wizard...|||

The Export Data wizard fails at "Create Temporrary XML file for table metadeta". here is mor edetails:

Operation stopped...

- Create a TransferProvider. (Success)

- Create a temporary file for destructive SQL. (Success)

- Create a temporary file for constructive SQL. (Success)

- Create a temporary XML file for table metadata. (Success)

- Configure the TransferProvider with files and Source/Destination connection info. (Error)

Messages

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

ADDITIONAL INFORMATION:

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

- Execute the transfer with the TransferProvider. (Stopped)

- Execute the destructive SQL. (drop tables) (Stopped)

- Execute the constructive SQL. (create tables) (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[aspnet_Applications] (Stopped)

- Copying to [dbo].[aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Membership] (Stopped)

- Execute transfer package for [dbo].[aspnet_Membership] (Stopped)

- Copying to [dbo].[aspnet_Membership] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Paths] (Stopped)

- Execute transfer package for [dbo].[aspnet_Paths] (Stopped)

- Copying to [dbo].[aspnet_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationAllUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Execute transfer package for [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Copying to [dbo].[aspnet_PersonalizationPerUser] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Profile] (Stopped)

- Execute transfer package for [dbo].[aspnet_Profile] (Stopped)

- Copying to [dbo].[aspnet_Profile] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[aspnet_Roles] (Stopped)

- Copying to [dbo].[aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Execute transfer package for [dbo].[aspnet_SchemaVersions] (Stopped)

- Copying to [dbo].[aspnet_SchemaVersions] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[aspnet_Users] (Stopped)

- Copying to [dbo].[aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Execute transfer package for [dbo].[aspnet_WebEvent_Events] (Stopped)

- Copying to [dbo].[aspnet_WebEvent_Events] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Categories] (Stopped)

- Execute transfer package for [dbo].[CMRC_Categories] (Stopped)

- Copying to [dbo].[CMRC_Categories] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content] (Stopped)

- Copying to [dbo].[CMRC_Content] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Execute transfer package for [dbo].[CMRC_Content_Versions] (Stopped)

- Copying to [dbo].[CMRC_Content_Versions] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Execute transfer package for [dbo].[CMRC_InventoryHistory] (Stopped)

- Copying to [dbo].[CMRC_InventoryHistory] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Logs] (Stopped)

- Execute transfer package for [dbo].[CMRC_Logs] (Stopped)

- Copying to [dbo].[CMRC_Logs] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderItems] (Stopped)

- Copying to [dbo].[CMRC_OrderItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Orders] (Stopped)

- Execute transfer package for [dbo].[CMRC_Orders] (Stopped)

- Copying to [dbo].[CMRC_Orders] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Execute transfer package for [dbo].[CMRC_OrderStatus] (Stopped)

- Copying to [dbo].[CMRC_OrderStatus] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_Products] (Stopped)

- Execute transfer package for [dbo].[CMRC_Products] (Stopped)

- Copying to [dbo].[CMRC_Products] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShippingRates] (Stopped)

- Copying to [dbo].[CMRC_ShippingRates] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCart] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCart] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Execute transfer package for [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Copying to [dbo].[CMRC_ShoppingCartItems] (Stopped)

- Create a temporary table transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Execute transfer package for [dbo].[CMRC_TaxRates] (Stopped)

- Copying to [dbo].[CMRC_TaxRates] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Applications] (Stopped)

- Copying to [dbo].[vw_aspnet_Applications] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Copying to [dbo].[vw_aspnet_MembershipUsers] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Profiles] (Stopped)

- Copying to [dbo].[vw_aspnet_Profiles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Roles] (Stopped)

- Copying to [dbo].[vw_aspnet_Roles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_Users] (Stopped)

- Copying to [dbo].[vw_aspnet_Users] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Copying to [dbo].[vw_aspnet_UsersInRoles] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Paths] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_Shared] (Stopped)

- Create a temporary table transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Execute transfer package for [dbo].[vw_aspnet_WebPartState_User] (Stopped)

- Copying to [dbo].[vw_aspnet_WebPartState_User] (Stopped)

|||

Hi all,

I'm having the same problem. Did anybody found a solution for this?

Thanks

|||

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

|||I am having the same problem with my SQL 2005 server (Developer Edition), however, I needed to transform the database to SQL 2000 server. I went to the SQL 2000 box and ran the transform from there and it works fine. I have put all of the latest patches in my 2005 box, updated the MDAC with all versions from 2.6 forward, reinstalled the DTC tools, reinstalled all of the XML patches and updates; still no luck. I did not have this problem until I reformated my HD about 2 weeks ago. Prior to that it all worked fine.|||

After re-instaling, did you also try to register the XML DLLs that Bob suggested? I know they should have been registeded by setup when reinstalling, but just in case ...

Donald Farmer

|||I'm having the same issues and have not done a reinstall. I did try to reregister the referenced .dlls, but it did not help.|||

Has anyone found a solution to this problem yet?

I am trying to run a 'copy database objects' task programatically from vb.net. The SSIS package runs fine from BIDS but fails to load from the file system in the 'loadpackage' call with this 0xc0011008 message.

fyi here is the code...

Private Sub backgroundWorker2_DoWork(ByVal sender As Object, ByVal e As DoWorkEventArgs) Handles BackgroundWorker2.DoWork

Dim pkgLocation As String

Dim pkg As New Package

Dim app As New Application

Dim pkgResults As DTSExecResult

Dim autoEvent As New AutoResetEvent(False)

pkgLocation = e.Argument.ToString()

pkg = app.LoadPackage(pkgLocation, Nothing) ' this is the error line

pkgResults = pkg.Execute()

If pkgResults = DTSExecResult.Success Then

e.Result = "Success"

Else

e.Result = "Failed"

End If

end sub

As you can see this is running on a worker thread.

Does anyone have any ideas?

Thanks and Regards

Ray

|||

Bob Bojanic wrote:

Could you guys try to register the xml dlls:

regsvr32.exe msxml3.dll

regsvr32.exe msxml6.dll

HTH.

This solves this problem.

Friday, March 23, 2012

Problems with report fitting to a page when exporting and then printing from Excel

I have various reports in both portrait and landscape and when I export to Excel although the page orientation works correctly the report does not print correctly in that the right hand side of the report gets chopped.

In the report definition I have all the margins set to 0.5cm and the page height set to 29.7cm and the width to 21cm for portrait and the other way around for landscape. In designing my report I have a report width 1cm less to take account of the margins i.e. 28.7 for a landscape report and 20cm for a portrait report. The report is defined in all this space as I have lines in my header and footer than span the whole report width.

If I am doing my calculations above correctly I cannot see why the report does not fit to a page when exporting to Excel. Printing directly from the browser or PDF works fine.

Thanks in advance for any help.

Excel has its own print mechanism. Do a print preview of the report in Excel before printing.

My guess would be that Excel is adding its own margins.

|||

The print margins in Excel are exactly the same as I defined in the report 0.5cm on all sides so that does not look like Excel is having any problems getting the margin information.

|||

Yes, you can call a com object from Microsoft.Office.Interop.Excel and redesign the workbook the example code is here:

yo need the file in Excel (*.xls) this is the "FinalFileName"

Imports:
Excel = Microsoft.Office.Interop.Excel

Code:

Dim app As New Excel.Application
Dim wb As Excel.Workbook
Dim fs As System.IO.FileStream
Dim writer As System.IO.BinaryWriter
fs = New System.IO.FileStream(FinalFileName, System.IO.FileMode.Create, FileAccess.Write, FileShare.ReadWrite)
Dim writer As System.IO.BinaryWriter
fs.Close()
fs.Dispose()
app.DisplayAlerts = False
wb = appp.Workbooks.Open(Finalfile)
With CType(wb.Worksheets(1), Excel.Worksheet).PageSetup
.LeftHeader = ""
.CenterHeader = ""
.RightHeader = ""
.LeftFooter = ""
.CenterFooter = ""
.RightFooter = ""
.CenterHorizontally = True
.CenterVertically = True
.Draft = False
.BlackAndWhite = False
.Zoom = False
.FitToPagesWide = 1
.FitToPagesTall = False
End With
wb.PrintOut()
wb.Unprotect()
appp.Workbooks.Close()
appp.Quit()
fs.Close()
fs.Dispose()

Problems with report fitting to a page when exporting and then printing from Excel

I have various reports in both portrait and landscape and when I export to Excel although the page orientation works correctly the report does not print correctly in that the right hand side of the report gets chopped.

In the report definition I have all the margins set to 0.5cm and the page height set to 29.7cm and the width to 21cm for portrait and the other way around for landscape. In designing my report I have a report width 1cm less to take account of the margins i.e. 28.7 for a landscape report and 20cm for a portrait report. The report is defined in all this space as I have lines in my header and footer than span the whole report width.

If I am doing my calculations above correctly I cannot see why the report does not fit to a page when exporting to Excel. Printing directly from the browser or PDF works fine.

Thanks in advance for any help.

Excel has its own print mechanism. Do a print preview of the report in Excel before printing.

My guess would be that Excel is adding its own margins.

|||

The print margins in Excel are exactly the same as I defined in the report 0.5cm on all sides so that does not look like Excel is having any problems getting the margin information.

|||

Yes, you can call a com object from Microsoft.Office.Interop.Excel and redesign the workbook the example code is here:

yo need the file in Excel (*.xls) this is the "FinalFileName"

Imports:
Excel = Microsoft.Office.Interop.Excel

Code:

Dim app As New Excel.Application
Dim wb As Excel.Workbook
Dim fs As System.IO.FileStream
Dim writer As System.IO.BinaryWriter
fs = New System.IO.FileStream(FinalFileName, System.IO.FileMode.Create, FileAccess.Write, FileShare.ReadWrite)
Dim writer As System.IO.BinaryWriter
fs.Close()
fs.Dispose()
app.DisplayAlerts = False
wb = appp.Workbooks.Open(Finalfile)
With CType(wb.Worksheets(1), Excel.Worksheet).PageSetup
.LeftHeader = ""
.CenterHeader = ""
.RightHeader = ""
.LeftFooter = ""
.CenterFooter = ""
.RightFooter = ""
.CenterHorizontally = True
.CenterVertically = True
.Draft = False
.BlackAndWhite = False
.Zoom = False
.FitToPagesWide = 1
.FitToPagesTall = False
End With
wb.PrintOut()
wb.Unprotect()
appp.Workbooks.Close()
appp.Quit()
fs.Close()
fs.Dispose()

sql

Friday, March 9, 2012

problems with Exporting and Viewer

Hi, i'm having troubles using the ReportViewer to export to a pdf. Parameters are set by the user and (depending on the report) programmatically.
When i try to export in my code, i get a "Missing Parameter Values" error.
However, if i try to open a report with no parameters - the export works fine.

Can someone please help me out?

Here's my code:

this is the Export code:

<code>
private void Export4()
{
string ExportPath;
ExportPath = Request.PhysicalApplicationPath + "Exported\\";

if (Directory.Exists(ExportPath) == false)
Directory.CreateDirectory(Request.PhysicalApplicationPath + "Exported\\");

crDiskFileDestinationOptions = new DiskFileDestinationOptions();
crExportOptions = reportDocument1.ExportOptions;
crDiskFileDestinationOptions.DiskFileName =ExportPath + "PortableDoc.pdf";
crExportOptions.DestinationOptions = crDiskFileDestinationOptions;
crExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
crExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;

try
{
reportDocument1.Export();
}
catch (Exception err)
{
Response.Write("<BR>");
Response.Write(err.Message.ToString());
}
}
</code>

And this is the code that sets the parameters, report and Viewer:

<code>

public void LoadReport_Param(ref CrystalReportViewer crViewer, ref ReportDocument crReport)
{
TableLogOnInfo crTableLogOnInfo = new TableLogOnInfo();
ConnectionInfo crConnInfo = new ConnectionInfo();
CrystalDecisions.CrystalReports.Engine.Database crDatabase;
CrystalDecisions.CrystalReports.Engine.Tables crTables;
ParameterDiscreteValue crPDValue;
ParameterFieldDefinitions crPFDefs;
ParameterFieldDefinition crPFDef;
ParameterValues crPValues;
try
{
crConnInfo.ServerName = _servername;
crConnInfo.DatabaseName = _dbname;
crConnInfo.UserID = _username;
crConnInfo.Password = _password;
crDatabase = crReport.Database;
crTables = crDatabase.Tables;

foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
{
crTableLogOnInfo = crTable.LogOnInfo;
crTableLogOnInfo.ConnectionInfo = crConnInfo;
crTable.ApplyLogOnInfo(crTableLogOnInfo);
}
crPFDefs = crReport.DataDefinition.ParameterFields;
for (int intParamCounter = 0; intParamCounter <= crPFDefs.Count-1; intParamCounter++)
{
try
{
crPFDef = crPFDefs[intParamCounter];
crPValues = crPFDef.CurrentValues;
if ((_GroupABBR != "") || (crPFDef.ParameterFieldName == "Branch") ||
(crPFDef.ParameterFieldName == "@.Branch")|| (crPFDef.ParameterFieldName == "?Branch") || (crPFDef.ParameterFieldName.ToLower() == "branch"))
{
crPDValue = null;
crPDValue = new ParameterDiscreteValue();
crPDValue.Value = _GroupABBR;
crPValues.Add(crPDValue); crPFDef.ApplyCurrentValues(crPValues);
}
}

catch (EngineException engEx)
{
throw new Exception(engEx.Message);
}
}
crViewer.ReportSource= crReport;
}
catch (LogOnException engEx)
{
throw new Exception("Incorrect Logon Parameters. Check your user name and password.");
}
catch (DataSourceException engEx)
{ throw new Exception("An error has occurred while connecting to the database.");
}
catch (EngineException engEx)
{
throw new Exception(engEx.Message);
}
}
</code>Did you ever get a result with this? I am having the same problem. I have watched every single ParameterField in my ParameterFields collection and where there isnt a value, I set one - then as soon as I do ReportDocument.Export I get this "Missing Parameter Values" exception.|||See if you are able to find solution here
www.businessobjects.com

Problems with excel links after applying SP 1

Hi,
I've just applied the SP 1 for Reporting Services. When I export
reports to Excel having actions linked to other reports, I've tried
the sample report -Employee summary report-, the links stopped
working. They just say Unable to open http://(myhostname)/. .. .
Cannot download the information you requested.
Has anyone succeded doing this with the new SP 1?
Is it safe to apply the new SP?
/J HasselJ Hasselgren wrote:
> Hi,
> I've just applied the SP 1 for Reporting Services. When I export
> reports to Excel having actions linked to other reports, I've tried
> the sample report -Employee summary report-, the links stopped
> working. They just say Unable to open http://(myhostname)/. .. .
> Cannot download the information you requested.
> Has anyone succeded doing this with the new SP 1?
> Is it safe to apply the new SP?
> /J Hassel
Yes this works for me. Have a look whether some URL encoding for special
characters does prevent the link from working. I had similar problems with
linking to report names containing german umlaute (I had to rename my
reports, puuuhh, good old eighties plain ASCII feeling :))
roland|||Yes, we are investigating an issue with encoded report names in links. We
are looking at options to resolve this.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Roland" <nomail@.spamprotect.com> wrote in message
news:eegnYEWXEHA.1152@.TK2MSFTNGP09.phx.gbl...
>J Hasselgren wrote:
>> Hi,
>> I've just applied the SP 1 for Reporting Services. When I export
>> reports to Excel having actions linked to other reports, I've tried
>> the sample report -Employee summary report-, the links stopped
>> working. They just say Unable to open http://(myhostname)/. .. .
>> Cannot download the information you requested.
>> Has anyone succeded doing this with the new SP 1?
>> Is it safe to apply the new SP?
>> /J Hassel
> Yes this works for me. Have a look whether some URL encoding for special
> characters does prevent the link from working. I had similar problems with
> linking to report names containing german umlaute (I had to rename my
> reports, puuuhh, good old eighties plain ASCII feeling :))
> roland
>

Problems with deleting rows in destination table when exporting to Excel

Hi,

I export one table to Excel using Export Wizard. Second time I have used this creator I have checked option "Delete rows in destination table" because table already exists in Excel file.

During execution I get an error:

"Error 0xc002f210: Preparation SQL Task: Executing the query "DELETE FROM 'MyTable'" failed with following error: \" and here is my translation from my language: "Deleting data from linked table is not supported by this version of ISAM"

I have also saved this package to a file and here is the full connection string to my Excel file:

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\przemek\Pulpit\myfile.xls;Extended Properties="EXCEL 8.0;HDR=YES";

Few days ago I have been using SQL2000 on the same machine and the same export was working properly.

Any suggestions?

Thanks.

Przemo

I have found solution. The problem is that ISAM simple do not support DELETE on Jet 4.0 tables.

The solution is to DROP table and CREATE it again.

Przemo

Wednesday, March 7, 2012

Problems with Data Import/Export Wizard

Hi,

I have two environements:

1) Development (Full access to SQl Server 2005)

2) Hosting SQL Server 2005, ONLY accees to the database MYDatabase, NO access to master

I would like to copy a table from my development to hosting. I would like to have an exact replica of the table in hosting. I DO NOT want to copy the whole database, just a table. I was able to do this without problems in SQL 2000/Enetrprise Manager.

I have tried to copy the table using the new import/export data wizard. I did enabled Identity Insert option. There are few problems:

1) The drop table and recreate option (under Mappings) is disabled, I can not check it. IS THIS a BUG? I have latest SP 3 aplplied

2) When I just run it I get the following errors. Also the problem is that it runs in trunsaction, I was hoping it would skip the duplicate records and just copy the ones I need. Seems it is all or nothing, very common problem in Windows based systems (same problem in Explorer when copying files)

3) I was hoping that such a simple task as mirroring a table would be easly achieved, please help

Messages

Information 0x402090df: Data Flow Task: The final commit for the data insertion has started.
(SQL Server Import and Export Wizard)

Error 0xc0202009: Data Flow Task: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "The statement has been terminated.".
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Violation of PRIMARY KEY constraint 'PK_classifieds_HotelRoomTypes'. Cannot insert duplicate key in object 'dbo.classifieds_HotelRoomTypes'.".
(SQL Server Import and Export Wizard)

Information 0x402090e0: Data Flow Task: The final commit for the data insertion has ended.
(SQL Server Import and Export Wizard)

Error 0xc0047022: Data Flow Task: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination - classifieds_HotelRoomTypes" (37) failed with error code 0xC0202009. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)

Error 0xc0047021: Data Flow Task: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0202009. There may be error messages posted before this with more information on why the thread has exited.
(SQL Server Import and Export Wizard)

see if you can drop the table explicitly on the destination server and then use the import export wizard.