Quantcast
Channel: SQL Server Integration Services forum
Viewing all 24688 articles
Browse latest View live

Could not load File or Assembly "SecureBlackBox.SFTP"

$
0
0

Task- To Send csv files to Secure FTP.

Problem: Script Task using Third Party DLL for Secure FTP mainly "Eldos" is not able to load dll ,when deployed on integration server.

Resolution Usually i Follow and it works even : Copy and Paste Dll in below location depending on Server Configuration.

If Server is Window 32 Bit

"C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\"

If Server is Window 64 Bit

"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\"

Tried Another Resolution:

If Server is Window 32 Bit

"C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\"

If Server is Window 64 Bit

"C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\"

Please Suggest if there's another resolution.

FYI this is a totally database server ,so no gacutlity available on it. 



HS


BIDS Connection Manager Cannot Connect to Remote Oracle Db

$
0
0
Hi All,
I'm not having much luck getting an 'Oracle Provider for OLE DB' remote connection in connection manager to work when creating an SSIS package in BIDS.

I've covered off all the steps in the following link
http://www.artisconsulting.com/blogs/greggalloway/Lists/Posts/Post.aspx?ID=11

The local machine is running SQL 2005 Sp2 Enterprise Edition on W2003 Sp2 Standard Edition X64

Using the Oracle 'Net Configuration Assistant' I can connect successfully to the remote service

I'm using ODAC 10g Release 2.

The steps to reproduce the error are as follows

1. in BIDS after creating an SSIS Solution
2. Right click in the  Connection Manager and select new OLE DB Connection
3. Click 'New'
4. Select 'Oracle provider for OLE DB'
5. Under server I enter the service name that I created in the Oracle 'Net Configuration Assistant'
6. Enter the user name and password as I entered in the Oracle 'Net Configuration Assistant'
7. When I click 'Test Connection' I get the following error

Test connection failed because of an error in initializing provider. ORA-12154: TNS could not resolve the connect identifier specified

I've spent a lot of time trying to get this to work and tried other providers and still get the same error. I suspect its something to do with the fact BIDS is trying to use 32 bit provider however I've gone through the steps outlined in the url above with no success.

I'm not sure what would be my next steps and any guidance would be greatly appreciated

Regards
John 

error code 0x80070057 solitaire won't reinstall

$
0
0

I've had xbox solitaire for years. In the past if the program stalled, I just uninstalled and reinstalled and that fixed it. Now when I try to install I get error code 0x80070057.

Help please.

Everything else about my computer seems to be working properly.  I am running windows 8,2


Installing Windows 10

$
0
0
If I upgrade to Windows 10 will I have to reinstall all my programs?  What about files?

Can't install SSDT-BI on Windows 10

$
0
0

Hi,

I upgraded my notebook to Windows 10 and now I can't install SSDT-BI anymore.

This is the error that I'm getting, looking at the log file that is generated:

i000: MUX:  Stop Block: CompatibilityMode : Windows Program Compatibility mode is on. Turn it off and then try Setup again.

Log file name is VSIntShell2013_Cpu32_1.log

The setup file is not on compatibility mode and I'm using the last version that was available.

filename: SSDTBI_x86_ENU.exe

It fails every time that I try to run the install, always on the VSIntShell203_Cpu32 step.

Can anybody help me, please?

Thanks


CDC Source timeout and transaction intergrity

$
0
0

Hi All,

I have created a SSIS Package which does the incremental update using CDC Controls.

The design is similar to any standard CDC incremental package.

It has a CDC Start which sets the Mark Processing Range, a data flow and a Mark Processed Range.

The issue that i'm facing is that the CDC Source control time-out but i can still see rows moving from CDC Source to Splitter and target table. After the rows are transferred, the Data Flow task Fails which leads to package failure.

This results in Mark Processed Range not being executed.

So my query is

1. Why is CDC Source being time-out?

2. What can i do so that all three i.e Mark Processing Range, data flow and Mark Processed Range execute successfully or nothing does.

Thanks.


Please specify your SQL Server version while posting questions
Please Mark This As Answer if it solved your issue
Please Vote This As Helpful if it helps to solve your issue

Creation Of DataBase Dynamically

$
0
0

Hi Guys,

I need to create a DB dynamically in the Server from the SSIS only....

Please suggest me how to implement this....


RamarajuC

Conditional Concatenation in Derived Column

$
0
0

Hi All,

I have 10 columns i.e from Segment1 to Segment10. I need to concatenate it with ".". All 10 segments can be null. If any of the segment is null i do not want to show ".". This is the expression I am using

 (DT_STR,100,1252)((ISNULL(SEGMENT1) ? "" : "." + SEGMENT1) + (ISNULL(SEGMENT2) ? "" : "." + SEGMENT2) + (ISNULL(SEGMENT3) ? "" : "." + SEGMENT3) + (ISNULL(SEGMENT4) ? "" : "." + SEGMENT4) + (ISNULL(SEGMENT5) ? "" : "." + SEGMENT5) + (ISNULL(SEGMENT6) ? "" : "." + SEGMENT6) + (ISNULL(SEGMENT7) ? "" : "." + SEGMENT7)+ (ISNULL(SEGMENT8) ? "" : "." + SEGMENT8) + (ISNULL(SEGMENT9) ? "" : "." + SEGMENT9) + (ISNULL(SEGMENT10) ? "" : SEGMENT10))

But if any of the column contains Null or Blank I get ...... I do not want to show these .... if any segment is null.

What mistake am I doing in the above expression?


MH


SSIS Designer full hd win 8 problem

$
0
0

Hi All!

I have SQL Server Data Tools for Visual Studio 2013 and Windows 8.1. On my full hd laptop screen the visual studio itself is working fine, but when I open a dtsx package, it's designer has a wrong resultion and blurred texts. The "Disable Display Scaling On High DPI Settings" is set on, but it seems not concern to the designer. What can I do to work fine the designer?

Thanks in advance for all possible solution!

easyFloyd

Integration services catalog

$
0
0

Hi, We are using SQL Server & SSIS 2014. I have been pushing my client to use the new integration services catalog and they are a little skeptical about the encryption key, how to secure it and worst case scenario losing the key and secondly integration services need to be up and running all the time for the jobs to run.

I believe for the second part the jobs to run irrespective of where the packages are sql server, file system or catalog the integration services need to be up & running. (Please correct me if I am wrong).

Is there a way to recover the encryption key?

Thanks in advance.......


Ione

DTS Package Failure

$
0
0

Hello Forum

I have a DTS Package that ran perfectly for a few days but now it is failing with the following message

Message
Executed as user: CSU\Administrator. Microsoft (R) SQL Server Execute Package Utility  Version 9.00.5000.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  10:15:00 PM  Error: 2015-08-03 00:39:48.33     Code: 0xC0029151     Source: Loading File to SFTP Execute Process Task     Description: In Executing "C:\Program Files\winscp\WinSCP.com" "/script="E:\MSSQL\SSIS\AudienceBuilder\LoadingFilestoSFTPScript.txt" /parameter "E:\MSSQL\SSIS\AudienceBuilder\Uploadedfiles\AudienceBuilder2_20150731.csv"" at "", The process exit code was "1" while the expected was "0".  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  10:15:00 PM  Finished: 12:39:48 AM  Elapsed:  8687.72 seconds.  The package execution failed.  The step failed.

SQL Server 2005 Standared Edition SP4.


Please click "Mark As Answer" if my post helped. Tony C.


Execute Process Task creates large number of threads

$
0
0

I have a SSIS master package and then some child packages that performs certain jobs. A for loop (with iteration of around 3000) in the master package executes the child packages  using Execute Package Task tasks.

The issue is every Execute Package Task creates threads and these threads get accumulated and never gets closed. And at one point of time I see 3000 threads against the SSIS Debug Host process in windows task manager and ultimately the package fails/ hangs.

I am running the package in Debug mode in BIDS (SQL Server Data Tools) 2012.

I have tested this creating a simple package with for loop and Execute Package Task inside it with child packages that do nothing. The issue is reproducible. Hence it is not something specific to my code.

Now, as creating child packages for better maintainability and re-usability is recommended, how to deal with the threading issue.

Any help will be appreciated. 

Thanks.

SQL Backup Maintenance plan does not run when part of a Job

$
0
0

Hi,

So I have set a Maintenance Plan up to back up our WSUS database. When I run this independently there is no trouble - the back up is created along with a log.

I incorporated this into a Job as a step. When this is run, it states that this step is a SUCCESS although the back up or log has been created. Below is the message from the step tha I found in the history:

"Message
Executed as user: IUSER\SCCMSQLR. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.4042.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  11:51:07  DTExec: The package execution returned DTSER_SUCCESS (0).  Started:  11:51:07  Finished: 11:51:08  Elapsed:  0.375 seconds.  The package executed successfully.  The step succeeded."

The only difference when running from a Job that I can think of is the fact it runs as the SQL Server Agent account (SCCMSQLR). Can anyone help verify the permission settings this should have to be able to back up a WSUS DB? There doesn't seem to be much help on-line so really struggling with this one!

Thanks in advance for any help!

Mitchell

Comparing Variable value with flat file column in Precedence Constraint

$
0
0
Hi All,
I am creating one SSIS package where my source is oracle. 
I have transferred the data from Oracle to flat file as per client requirement.
I have to create single package for 2 country 1 is US and another is CANADA 
Columns are below
ZONE_ID,
ZONE_NAME
Zone Id having data like 10001,10002,10003,20001,2002,2003
Where zone_id start with 1000 is US Zone and Zone_Id start with 2000 is Canada Zone.
For US:
1.Load geography data from DB tables into flat files
2.Load geography data from flat files to Spectrum DB tables

For Canada:
1.Load geography data from DB tables into flat files
2.Load geography data from flat files to Spectrum DB tables

Now I want to look from flat file if Zone_id start with 1000 then it must go to US_DFT and if Zone_id start with 2000 then it must go to CANADA_DFT

Kindly see the attached Screen shot for better understanding
kindly suggest me the way to come out with above concern.

Regards,
Vipin Jha

Thankx & regards, Vipin jha MCP

Importing data from word document(Table format)

$
0
0

Hello,

Could any one let me know how to import data from word document into sql server table in SSIS.

Any help would be greatly appreciated.

Regards,

Vinay s


SSIS 2014 Application.GetServerVersionEx Method

$
0
0

hello,

Application.GetServerVersionEx Method returns no value anymore for ssis 2014 version, although no compilation error.

2014 documentation quotes :"Some information in this topic is pre-release and subject to change in future releases"

does anyone know an alternative methode which return the same: editionid, productversion, productlevel  values?

Any help  would be greatly appreciated! Thank you in advance!


SSIS Catalog slower than package deployment

$
0
0

We are having a problem with our Data Warehouse load process taking well over an hour longer than expected.  Taking a look at our logging, every package is running just a second or two slower, which is translating into an increase of the load time from 4:30 - over 6 hours.

Background
SQL Server 2014 Enterprise
Tools are all version 12

The WH Load is made up of 61 systems that are required to be loaded, consisting of 12 different system types.  The most common system type has 31 systems that all execute the same packages.  There is a control system that manages the executions.
This equates to 2237 package executions over the course of the night.  We have systems all over the world, and have to wait for each one to pass midnight before we load, so we can only start to load systems that are at GMT-5 very late (we are at GMT+1).

All packages were upgraded to version 12, and converted to project deployment at the same time.  We also reviewed each package and removed some old code we no longer need, so there is not much we can do to make them quicker.

Taking a look through our historical logs, each package is running slightly slower.  Some of these packages only used to run for a total of 1 - 2 minutes over 31 executes, but this is now taking 2 - 3 minutes over those same executes.
I chose one package that loads a fact.  The package deployment execute took 191 seconds for 32 executes.  Project deployment took 377 seconds for 31 executes. I checked the catalog.executions, and that is showing a total of 364 seconds for the 31 executes.  I am using a custom SP to execute packages, so I do expect a small additional overhead there.

We have turned all logging off for the executes to see if that was causing a problem, but there was no change.

Has anyone seen any thing similar or can point me in the direction where I can find the cause of this issue?

Thanks

DTS package run time error-Unable to cast COM object of type 'System.__ComObject' to interface type 'DTS.CustomTask'.

$
0
0

We have developed a .NET application which is making use of DTS library (dtspkg.dll, dtsffile.dll, dtspump.dll, custtask.dll, axscphst.dll, dtsrun.exe) to execute DTS tasks. This application while installed using Visual Studio 2008 MSI output, works fine. We had set VdsCOMSelfRegister option for these files. 

When the same set of DTS files were installed using WIX or Installshield output (setup.exe) with self-register option, the application execution fails with below error- 

System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'DTS.CustomTask'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{10020904-EB1C-11CF-AE6E-00AA004A34D5}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

   at System.StubHelpers.InterfaceMarshaler.ConvertToManaged(IntPtr pUnk, IntPtr itfMT, IntPtr classMT, Int32 flags)

   at DTS.Task.get_CustomTask()

When we run the application after manually registering the dlls (regsvr32) we receive the same error. Is there anything additional that needs to be done for the DTS files apart from Regsvr32 to execute DTS tasks.

 Please help!


Gopal


Support .NET Framework 4.5.x on SQL Server 2012

$
0
0

Hi,

My question is:

How do I make SQL Server 2012 support .NET 4.5.X?

Details:

I'm using SQL Server 2012 (no SP installed), that is running on an Windows 2008R2.

From the machine's registry I see that all .NET Framework versions from 2.0 to 4.5.2 are installed!

Help-->About in the management studio on that server reveals:

Microsoft SQL Server Management Studio11.0.3128.0
Microsoft Analysis Services Client Tools11.0.3128.0
Microsoft Data Access Components (MDAC)6.1.7601.17514
Microsoft MSXML3.0 6.0 
Microsoft Internet Explorer9.0.8112.16421
Microsoft .NET Framework4.0.30319.34209
Operating System6.1.7601

The actual problem:

I have a SSIS package with a script step that is implemented with C# targeting .NET Framework 4.5

When trying to import my package (the dtsx file) manually I get the following error:

"The package failed to load due to error 0xC0010014"

To pinpoint the actual cause I've tried to add an empty (script test that does nothing in the C# code - but return success) package and failed with the same message.

When I've created the package from Studio 2010 using .NET 4.0 - the package was imported successfully.

Will a service pack installation advance the .NET framework component?

Any idea?

Error when calling SSIS from WCF webservice. Webservice is used to load the package remotely. works fine when run the package from BIDS or call the package from console application.

$
0
0

Hi All,

I am getting error when trying to execute package from a webservice. It works absolutely fines when run from BIDS or from console application. I have already tried options like setting default valuesfor each variable, delayvalidation = true and
evaluateasexpression = true.

Adv_SP_ErrorLogInsert is a SP which inserts error log entries into ErrorLogFile table.

Error that I am getting is as below:

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_STOP', 0, 'TranImport', 0, 'Transaction Import module stopped at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for completing reverse module.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_STOP', 0, 'TranImport', 0, 'Transaction Import module stopped at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for completing Transaction Import module.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_START', 0, 'TranImport', 0, 'Transaction Import module started at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for Starting Transaction Import modul.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert ?, 24, 'BTRIEVEERR', 'THRD_IMPRT_TRAN_FAILED', 0, 'Transaction Import', 0, 'Unable to update original WIMPLOG RequestID " + (DT_WSTR,10)@[User::v_RequestID]  + " with new WBILDIRS RequestID " + (DT_WSTR,10)@[User::v_ReverseRequestID] + " for WIMPLOG ImportLogDirKey " + (DT_WSTR,10) @[User::v_ImpLogDirKey] + "', 1"" on property "\Package\ErrorLog Entry for Updating RequestID in WIMPLOG.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'LOGICALERROR', 'SPLIT_TRAN_REVERSE', 0, 'Transaction Import', 0, 'Unable to create billdir entry. Insert failed into BILLDIRS table.', 0"" on property "\Package\ErrorLog Entry for WBILLDIRS Entry Failed.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert ?, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, 'Unable to import transactions. The file " + @[User::v_ImportFileName]+ " was already imported!', 1"" on property "\Package\Foreach Loop Container\ErrorLog Entry for file already imported.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression "Lower(@[User::v_ImportMode]) == "regular" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, ?, 0"
:
Lower(@[User::v_ImportMode]) == "reverse" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'THRD_REV_TRAN_FAILED', 0, 'Transaction Import', 0, ?, 0"
:
Lower(@[User::v_ImportMode]) == "suspense" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'THRD_IMPRT_SUSP_FAILED', 0, 'Transaction Import', 0, ?, 0"
:
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, ?, 0"" on property "\Package.EventHandlers[OnError]\ErrorLog Entry for Master.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_STOP', 0, 'TranImport', 0, 'Transaction Import module stopped at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for completing reverse module.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_STOP', 0, 'TranImport', 0, 'Transaction Import module stopped at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for completing Transaction Import module.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_START', 0, 'TranImport', 0, 'Transaction Import module started at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for Starting Transaction Import modul.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert ?, 24, 'BTRIEVEERR', 'THRD_IMPRT_TRAN_FAILED', 0, 'Transaction Import', 0, 'Unable to update original WIMPLOG RequestID " + (DT_WSTR,10)@[User::v_RequestID]  + " with new WBILDIRS RequestID " + (DT_WSTR,10)@[User::v_ReverseRequestID] + " for WIMPLOG ImportLogDirKey " + (DT_WSTR,10) @[User::v_ImpLogDirKey] + "', 1"" on property "\Package\ErrorLog Entry for Updating RequestID in WIMPLOG.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'LOGICALERROR', 'SPLIT_TRAN_REVERSE', 0, 'Transaction Import', 0, 'Unable to create billdir entry. Insert failed into BILLDIRS table.', 0"" on property "\Package\ErrorLog Entry for WBILLDIRS Entry Failed.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert ?, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, 'Unable to import transactions. The file " + @[User::v_ImportFileName]+ " was already imported!', 1"" on property "\Package\Foreach Loop Container\ErrorLog Entry for file already imported.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression "Lower(@[User::v_ImportMode]) == "regular" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, ?, 0"
:
Lower(@[User::v_ImportMode]) == "reverse" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'THRD_REV_TRAN_FAILED', 0, 'Transaction Import', 0, ?, 0"
:
Lower(@[User::v_ImportMode]) == "suspense" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'THRD_IMPRT_SUSP_FAILED', 0, 'Transaction Import', 0, ?, 0"
:
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, ?, 0"" on property "\Package.EventHandlers[OnError]\ErrorLog Entry for Master.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_STOP', 0, 'TranImport', 0, 'Transaction Import module stopped at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for completing reverse module.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_STOP', 0, 'TranImport', 0, 'Transaction Import module stopped at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for completing Transaction Import module.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_START', 0, 'TranImport', 0, 'Transaction Import module started at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for Starting Transaction Import modul.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert ?, 24, 'BTRIEVEERR', 'THRD_IMPRT_TRAN_FAILED', 0, 'Transaction Import', 0, 'Unable to update original WIMPLOG RequestID " + (DT_WSTR,10)@[User::v_RequestID]  + " with new WBILDIRS RequestID " + (DT_WSTR,10)@[User::v_ReverseRequestID] + " for WIMPLOG ImportLogDirKey " + (DT_WSTR,10) @[User::v_ImpLogDirKey] + "', 1"" on property "\Package\ErrorLog Entry for Updating RequestID in WIMPLOG.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'LOGICALERROR', 'SPLIT_TRAN_REVERSE', 0, 'Transaction Import', 0, 'Unable to create billdir entry. Insert failed into BILLDIRS table.', 0"" on property "\Package\ErrorLog Entry for WBILLDIRS Entry Failed.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dt

s.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert ?, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, 'Unable to import transactions. The file " + @[User::v_ImportFileName] + " was already imported!', 1"" on property "\Package\Foreach Loop Container\ErrorLog Entry for file already imported.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression "Lower(@[User::v_ImportMode]) == "regular" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, ?, 0"
:Lower(@[User::v_ImportMode]) == "reverse" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'THRD_REV_TRAN_FAILED', 0, 'Transaction Import', 0, ?, 0"
:Lower(@[User::v_ImportMode]) == "suspense" ?
"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'THRD_IMPRT_SUSP_FAILED', 0, 'Transaction Import', 0, ?, 0"
:"EXEC Adv_SP_ErrorLogInsert -111, 24, 'LOGICALERROR', 'IMPRT_TEXT_FILE_FAILED', 0, 'Transaction Import', 0, ?, 0"" on property "\Package.EventHandlers[OnError]\ErrorLog Entry for Master.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : The result of the expression ""EXEC Adv_SP_ErrorLogInsert 0, 24, 'DEBUGLABEL', 'TRANIMP_START', 0, 'TranImport', 0, 'Transaction Import module started at " + RIGHT("0" + (DT_STR,4,1252)DATEPART("hh",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("mi",GETDATE()),2) + ":" + RIGHT("0" + (DT_STR,4,1252)DATEPART("ss",GETDATE()),2)+ " on " + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),2) + " " +  @[User::v_MonthNumber] + ", " + (DT_WSTR,4)YEAR(GETDATE()) + "', 0"" on property "\Package\ErrorLog Entry for Starting Transaction Import modul.Properties[SqlStatementSource]" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

Any help would be appreciated. Thanks.

Viewing all 24688 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>