How to select special character from OLE DB source in SSIS?- Truncation error.

Hi,
I have to pull data from one Oracle table and for that I am using OLE DB source in SSIS. In OLE DB source I write query like, 
SELECT     DESCRIPTION
FROM         INV.ITEMS_LOCATION
and packages failed with truncation error. When I redirect this column for truncation I see below result in data viewer,
ErrorCode
ErrorColumn
DESCRIPTION
ErrorCode - Description
-1071607693
8884
HC Afd Set__ZDV?N07-03075
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel 4DO1-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel 3DO3-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel 4DP01-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel DBDS-10-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Filter TXW?
The data was truncated.  
-1071607693
8884
HC Afd Set__ZDV?N07-03075
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel 4DO1-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel 3DO3-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel 4DP01-?
The data was truncated.  
-1071607693
8884
HC Afd Set__Ventiel DBDS-10-?
The data was truncated.  
I don't how to put this value in table. I use code page 65001(UTF-8) and 1252, but it is not working, and giving error like 
[OLE DB Source [16]] Error: Column "DESCRIPTION" cannot convert between unicode and non-unicode string data types.
Data Type of 'DESCRIPTION' source(External) column is varchar(240) and same- varchar(240) I used for output column and in my table's data type. I also tried with varchar(1000) for output column in OLE DB Source but same truncation error.
I also tried to convert DESCRIPTION into navachar using below cast function but got error.
SELECT   -- TO_NVARCHAR(DESCRIPTION) AS DESCRIPTION,
--CAST(DESCRIPTION AS NVARCHAR(240)) DESCRIPTION, 
Please let me know how to load this value in table. Thank you in advance.
Vicky

Thanks ArthurZ for reply.
But for testing I am just using OLEDB source and OLE DB destination only in my ssis package.
For Column "DESCRIPTION", data type is VARCHAR(240)
in external column, output column and target table column.
And I tried to cast source column into nvarchar and also set target column to nvarchar to handle this kind of special characters but package is failing,
I also tried TO_NCHAR(DESCRIPTION)
in my source query to convert it to nvarchar but error is something like character mismatch.
Vicky

Similar Messages

  • How to insert special character from Oracle form builder 10g

    Dear all,
    I need help. how to insert special character like 'Superscript or Subscript ' from oracle form builder 10g. I had try in Oracle form builder 6i with press ALT+ASCII code in the text item and it work, but in the oracle form builder 10g this method doesn't work... would you like to help me...somebody please...
    Best Regard,
    Dedy P.T.

    What do you mean by insert ... from Forms Builder? Do you mean you want to add it as text in a string of pl/sql code or as part of boiler plate text (label) or a value on the Property Palette?
    For special characters you would need set NLS_LANG to something that would support the characters you want to use. For the Builder to see the change, you would need to set NLS_LANG to something like:
    NLS_LANG=AMERICAN_AMERICA.UTF8
    This can be done in the Windows Registry or system. As I mentioned, this will only apply to the Builder and will have nothing to do with a running form. For running forms you would need to set this in default.env. As for things like super and sub scripts, these are font formats and not necessarily characters. For the most part, I don't believe these are supported in Forms.

  • How so select single character from word.

    suppose
    __ename__
    asad ali
    mohbat
    sana
    salma
    raj
    asif
    nosheen
    kiran
    kami
    i want to select those name who have a single character "a" eg.
    mohbat
    raj
    asif
    kiran
    kamil
    how to write query in sql 2005 and sqlplus. kindly response me fast

    suppose
    __ename__
    asad ali
    mohbat
    sana
    salma
    raj
    asif
    nosheen
    kiran
    kami
    i want to select those name who have a single character "a" eg.
    mohbat
    raj
    asif
    kiran
    kamil
    how to write query in sql 2005 and sqlplus. kindly response me fast

  • How to Eliminate Special Character in SQL LOADER Script

    How to eliminate special character from SQL LOADER script file which suppose not to insert in TABLE
    example.CSV lile like this
    <ABC/ , 7747>
    <DEF/ , 7763>
    <NEW/ , 7779>
    <OLD/, 7795>
    I have to remove < > and / character at the time of loading into table. How It could be done. It is not possible to remove < , > , / character manually from CSV file

    On Unix/Linux that's very easy, on Windows... I don't know...
    $ cat myfile.csv
    <ABC/ , 7747>
    <DEF/ , 7763>
    <NEW/ , 7779>
    <OLD/, 7795>
    $ tr -d "\057\074\076" <myfile.csv >outfile.csv
    $ cat outfile.csv
    ABC , 7747
    DEF , 7763
    NEW , 7779
    OLD, 7795
    $

  • How to search special character in searchable PDF Document???

    Hi All,
    Could some one help me out, how to search special character in PDF document? I have attached the screen shot for your reference.
    -Rgds,
    Gnanasekaran

    OK, I found it myself:
    1. Tools - Pages - Edit Page Design - Header & Footer - Add Header & Footer.
    2. Select the font and size, etc, place the cursor on the appropriate site to insert the page number, click the "Insert Page Number" button, and click OK.
    That is!

  • How can i add character from RSKC?

    Hi Experts,
    can anybody epalin wht is the use of transaction  RSKC. and How can i add character  from RSKC?
    please explain step by step..
    Thnx in advance,

    RSKC transaction is whenever you want to allow special characters in your data.
    If they are not entered in RSKC then your data load fails because of these characters.
    So whichever characters you want to allow, you need to mention over there...
    Usually the standard list is as below :
    '~!"%&''()+,-./:;<=>?#_$@0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ "^`['

  • How to select the data from a Maintainance View into an internal table

    Hi All,
    Can anybody tell me how to select the data from a Maintainance View into an internal table.
    Thanks,
    srinivas.

    HI,
    You can not retrieve data from A mentenance view.
    For detail check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Regards,
    Anirban

  • How to select multiple values from a listbox

    Hi,
    I have a list box on my UI which is not allowing me to select multiple values
    I want to use multi select list box .. When i go to source of UI component and change that to select many listbox my page is not rendering it is giving error
    When i drag & drop the component i am unable to drop it as a multi select list box that option is not coming.
    I am working on Jdev 11.1.1.3 and I am using ADF/BC components
    How to select multiple values from a listbox ?
    Thanks,

    Hi,
    I want to use multi select list box .. When i go to source of UI component and change that to select many listbox my page is not rendering it is giving errorank
    And what is the error ?
    Frank

  • How to select multiple values from the parameters in BI Publisher report

    How to select multiple values from the parameter drop down in BI Publisher, and how to handle this mulitple values from the report sql...

    Hi kishore,
    I have used all the steps as you mentioned in your previous reply....including checking Mulitple Selection Check Box..
    Iam able to get the results when I am selecting one value..
    and also I am able to handle multiple values the in the query by using IN :Parameter, but seems when we select more than one value from the parameter drop down i think the Bi Publisher is sending the values in concatenated form something ilke
    ex: "'ACCOUNT','HR','SALES'" ,and when trying to display the parameters values in the output, its throwing the error as 'missing right paranthesis' ....on the whole do you have any solution which would handle
    1.Single selection.
    2.Multiple selection.
    3.'ALL' Values.
    4.Separating the concatenated string into individual strings and dispaly them on the output of the report..etc..in case of Mulitple selection.
    Ex:
    Concatenated String from BI Publisher:"'ACCOUNT','HR','SALES'"
    Expected Output on the report:ACCOUNT,HR,SALES
    reply to this would be much appreciated....
    thanks,
    manoj

  • How to select multiple values from the Parameters in the concurrent program

    How to select multiple values from the Parameters defined in the concurrent program...and i believe multiple selection is not a direct feature of EBS, but is there any workaround solution to acheive mulitple selection?

    I think there's no way to do that using standard feature.
    Some workaround I use :
    1. If the number of selections are fixed, you could use multiple parameters for the same valueset. For example :
    Selection1 : <choose first selection>
    Selection2: <choose 2nd selection>
    ..etc.
    If you don't use it then leave it empty.
    2. Use text varchar valueset and enter it manually and separate by comma (or other value) , eg : selection1,selection2,selection3....etc.

  • How to Select a value from DropDownByIndex -Urgent

    Hi All,
    I have dropdownbyindex UI elements in my Views, I get values from BAPI. When click records in a table, It goes to another view to display full record. Here i have dropdownbyIndexes So it should select one of appropriate value in dropdownbyindex based on record(Value) in table.
    Example:
    <u><i><b>In Table View</b></i></u>
    id                  title                 status          priority
    10000      webDynPro            New              Low
    <i><u><b>Detail View:</b></u></i>
    id                   10000
    title                 webDynPro
    Status             New                  [New,Old,Open,Closed]---DropDownbyIndex
    Priority            Low                   [High,Low,Medium]---DropDownByIndex..4m BAPI
    How to select Appropriate Values from DropdownbyIndex. if any one has sample code, that will be helpful.
    Note: I am using Model Nodes
    Thanks and Regards
    Ravi Golla

    Hi Ravi,
    In details view, you will have corresponding context node created for Status and priority dropdown fields.
    Let suppose, context node for Status is, StatusNode.
    value attribute inside this is,
    StatusNode
      |_ StatusAttrib
    Now, you need to write following code to set l_status ="LOW" value in it.
    wdContext.nodeStatusNode().moveFirst();
    for(int i=0; i<wdContext.nodeStatusNode().size(); i++)
        if(wdcontext.currentStatusNodeElement().getStatusAttrib().equals(l_status)
              wdContext.nodeStatusNode().setLeadselection(i);
              break;
    wdContext.nodeStatusNode().moveNext();
    write same code for priority also.
    Let me know if it is not working with you.
    regards,
    Bhavik

  • How to select multiple records from a TREE in the table

    HI,
    I have a tree structure which is in the table.When I open the node of the tree,all the subnodes are coming as one-one records in the table.I want to slect multiple record from this table.I applied onLeadSelect for this table,I can select only 1 record from the table.
    Can any one plz suggest me how to select multiple records from the table so that I can get all the data of those selected record.
    Regards
    -Sandip

    Rashmi/Kukku,
    First of all, Thanks for your help!
    Is there any other way in which we can access tables other than using BAPIs or RFCs?
    In my case, there is a table structure which has to be updated with values after validating a key. i don't think there is any RFC available now. do i need to create bapi/rfc for that?
    Krishna Murthy

  • How to select the vendor from the source list in the PO(me21n) screen ??

    Hi
    How to select the vendor from the source list in the PO(me21n) screen.
    Is there any Sources of Supply tab in the PO just like we have in the PR.
    I don't want a PO raised from a PR which has got the Vendor assigned to it already.
    Or the SAP doesnot provide the option of Source list/Assign source/Sources of Supply .....in the PO.
    Kindly reply

    There is not any facility available for Source Determination in PO. Only you can select the line item and click Menu Environment > Source List and view the list of sources available for the material but you can not chooss and assign. If you wan to assign the vendor then change the vendor already entered in PO and put the desired vendor.

  • How to select alternate entries from the database table

    Hi Experts,
    can u help me, how to select alternate entries from the database table.
    Thanks

    As there is no concept of sequence (unless there is a field specifically included for the purpose), there is no meaning to "alternate" records.
    What table do you have in mind, what data does it hold, and why do you want alternate records?
    matt

  • How to select all PERNR from infotype 0000 (Action)

    Hi,
    How to select all PERNR from IT0000 (Action), if an action has been done on IT0000 between reporting START DATE and END DATE. What fields I should consider in IT0000.
    Thanks,
    mini

    You can try:
    data: t_0000 type standard table of pa0000.
    select * from pa0000
       into corresponding fields of table t_0000
      where begda le <your-initial-date> and endda ge <your-final-date>.
    Or use one of options described at last forum.
    Regards!
    Marcello
    Edited by: Marcello Lanzoni on Jul 24, 2008 8:11 PM

Maybe you are looking for

  • Email notifications have stopped and unable to re-...

    Email notifications have stopped for 3 accounts where I need to print the bills for company records.  Despite emailing and phoning the bills are still not coming through.  I could log on to see the bills, but am no longer able to do this.  I have tri

  • Lines on web

    hi, I have create a report and i run that on web. so the format of the report is not proper. main problem with lines which we have drawn with text just like this ------------ or ========== this type of two lines are there.

  • Where can i buy mac pro core 12 64GB (8x8GB) memory?

    64GB (8x8GB) for the mac pro core 12 memory

  • Programming in a Clustered Server Environment

    Sorry if this is not the right group but I'm not sure of the best one, if you know please post where this message should have been posted. We have a clustered WebSphere server running our J2EE apps. Everything is ok until you want to run scheduled jo

  • Powerpoint embedding problems

    Hi, I'm currently having problems embedding a flash movie into a powerpoint presentation, using steps similar to the ones set out at this link: http://www.flashgeek.com/tutorials/02_embed_01.asp The flash movie will play perfectly until the presentat