![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#3
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#4
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#5
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#6
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#7
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#8
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#9
| |||
| |||
|
|
Im trying to rename output columns in DataReader Source to be more readable. For example: in the source table is column named GLMPUJ. After connecting DataReader Source (SELECT GLMPUJ FROM tblSourceTable), there is External Column named GLMPUJ and Output Column named GLMPUJ. I renamed Output Column GLMPUJ to name DocumentNumber. When Im using this DocumentNumber in data flows in design mode, it working well. But when Im running package, the DataReader Source fails and says that tblSourceTable does not contains column DocumentNumber. Columns are connected well, the relation is created. I thought, that I can rename output columns with no problem. What is wrong??? Thanks for answer Mike |
#10
| |||
| |||
|
|
I did it by AS keyword... SELECT GLMPUJ AS DocumentNumber FROM tblSourceTable |
![]() |
| Thread Tools | |
| Display Modes | |
| |