Manage Batches with SDK??

Hi everybody,
I would like to manage batches whit SDK (2004), but I couldn't find the object for it, only in Document_lines.Batchnumbers
I can't select the batches directly.
I try to update an order line batch location, but nothing happened, is this code right?
    vST.GetByKey(69)
    vST.Lines.SetCurrentLine(0)
    vST.Lines.BatchNumbers.SetCurrentLine(0)
    vST.Lines.BatchNumbers.Location = "XYX"
    vST.Update()
Thanx in advance.
With Regards,
Mato

Dear Eddy,
Sorry for my English...
If you use SBO, than you can access DIRECTLY the batches by this menu function: Inventory/Inventory management/Batches/Batch details
The BatchNumbers Object have only 2 method: Add() and SetCurrentLine(), how can I select which I want?
It's allways connect a WorkOrder_Lines, Document_Lines or StockTransfer_Lines Object, but I want to modify its properties directly.
The problem: I have an item in 1 batch in a warehouse. I put it another location in the same warehouse. If I want to modify its location in SBO, then I can to use the mentioned menu function, but how can I do with SDK?
Thanx
Mato

Similar Messages

  • Problem with Import Manager Batch

    Hi All
    I am facing problem when I am running my Import manager batch. When I am executing my batch file after doing all required configurations its executing without doing anything. When i see the log file for the same its saying -
    7796 2007/03/15 18:07:21.006 GMT Import Server job started
    7796 2007/03/15 18:07:21.006 GMT Command line parsed
    7796 2007/03/15 18:07:21.006 GMT OLE and socket initialized
    7796 2007/03/15 18:07:34.568 GMT Cannot connect to server: '"10.30.107.4"' failed.
    7796 2007/03/15 18:07:34.584 GMT ImportManager Batch End
    I dont know why it could not connect to server as I am able to ping it using command prompt.
    Any pointers? Please suggest!!
    Regards
    Tony

    Hello Enc:
    This is what I get from my import.ini file:
    [Batch Import Default Option]
    //possible values are: Yes or No
    Automap Batch Unmapped Value=Yes
    //possible values are: Add or Ignore
    Batch Unmapped Value Handling=Add
    //possible values are: Yes or No
    Always Use Batch Unmapped Value Handling=YES
    If you have a value, but is not mapped yet, you must put YES on the above settings. This will auto-add the missing values.
    Greetings
    Alejandro

  • MDM Import Manager Batch

    Hi everyone,
    We are using the MDM Import Manager Batch to import data automatically. Can we write in our ImportBatch.ini the file name with * at the end : CREMDM.CREMDM04*.xml
    because the file name comes with time stamp (CREMDM.CREMDM0420061129-103959-602.xml)
    [Source]
    Type=XML Schema
    XML Schema=CREMDM04
    File name= \...\... CREMDM.CREMDM04*.xml
    DSN=
    DBMS Server=
    Database=
    User=admin
    In advance thanks,
    Aklilu

    Hi Aklilu,
    the names of the XML files don't matter. MDIS tries to process everthing that is put into the ready folder. The ready folder is processed in a "first comes, first served" way. So there's no need to change the names. Is the time stamp in the file name really a problem? If yes, why?
    > We are trying to parameter the mdis.ini and until now it does not work.
    Could you specify this? In addition, I've got a few hints:
    MDIS has to have the same build version as the MDM Server. In addition, MDIS has to be running (in Windows, you can check this in the Services Screen). Furthermore you should have a look at the Console's port definition (select your repository, go to Admin -> Ports in the menu tree). The port has to be configured correctly (XML Scheme, which map to be used, and so on). Very important: you have to set the port to automatic processing.
    Here's a sample for the MDIS.ini:
    [GLOBAL]
    Version=5540
    Server=WDFD00146633A
    Interval=30
    Automap Unmapped Value=True
    Unmapped Value Handling=Add
    Always Use Unmapped Value Handling=False
    VXR_MAX=25000
    Verbose=0xFFFF
    -- Verbose OFF:     0x0000
    -- Verbose ON:      0xFFFF
    -- FI  Verbose:     0x0001
    -- XML Verbose:     0x0002
    -- MAP Verbose:     0x0004
    -- THRD Verbose:    0x0008
    -- PARSER Verbose:  0x0010
    -- STRUCTX Verbose: 0x0020
    -- VALUEX Verbose:  0x0040
    -- IMPORTX Verbose: 0x0080
    String Resource Dir=C:PROGRA~1SAPMDM~1.5IMPORT~2LangStrings
    Log Dir=Logs
    SLD Registration=False
    [SP04_BUSINESS_PARTNERWDFD00143366AMSQL_21_13_4_3]
    Login=Admin
    Password=
    Chunk Size=50000
    No. Of Chunks Proccessed In Parallel=5
    Using the Verbose parameter you can define which errors, issues, messages and so on should be written into the MDIS log. You can find the logs directly in the port's log folder and in the log folder of your MDIS installation directory. If MDIS is not working or the import fails, these files contain some helpful information.
    Kind regards
    Michael

  • No problem with sdk 1.3- problem with 1.4!!!

    I am trying to make an interface using swing objects..
    The buttons are looking like images (2D) when compiling and running the program with sdk 1.4...
    although if I use 1.3 everything is ok??
    even with the new java version I still have the same problem..
    has anyone any idea how to fix this??
    thx in advance!

    /*                      BET                                 */
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
      * Summary description for BET
    public class BET extends JFrame
         // Variables declaration
         private JLabel jLabel1;
         private JLabel jLabel2;
         private JLabel jLabel3;
         private JTextField jTextField1;
         private JTextField jTextField2;
         private JTextField jTextField3;
         private JTextField jTextField4;
         private JTextField jTextField6;
         private JButton jButton1;
         private JButton jButton2;
         private JPanel contentPane;
         // End of variables declaration
         public BET()
              super();
              initializeComponent();
              // TODO: Add any constructor code after initializeComponent call
              this.setVisible(true);
          * This method is called from within the constructor to initialize the form.
          * WARNING: Do NOT modify this code. The content of this method is always regenerated
          * by the Windows Form Designer. Otherwise, retrieving design might not work properly.
          * Tip: If you must revise this method, please backup this GUI file for JFrameBuilder
          * to retrieve your design properly in future, before revising this method.
         private void initializeComponent()
              jLabel1 = new JLabel();
              jLabel2 = new JLabel();
              jLabel3 = new JLabel();
              jTextField1 = new JTextField();
              jTextField2 = new JTextField();
              jTextField3 = new JTextField();
              jTextField4 = new JTextField();
              jTextField6 = new JTextField();
              jButton1 = new JButton();
              jButton2 = new JButton();
              contentPane = (JPanel)this.getContentPane();
              // jLabel1
              jLabel1.setForeground(new Color(59, 241, 227));
              jLabel1.setText("<HTML><B><U>QUESTION</B><HTML>");
              // jLabel2
              jLabel2.setForeground(new Color(50, 245, 113));
              jLabel2.setText("<HTML><B><U>CHOICE</B><HTML>");
              // jLabel3
              jLabel3.setForeground(new Color(50, 245, 113));
              jLabel3.setText("<HTML><B><U>POINTS</B><HTML>");
              // jTextField1
              jTextField1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField1_actionPerformed(e);
              // jTextField2
              jTextField2.setText("YES");
              jTextField2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField2_actionPerformed(e);
              // jTextField3
              jTextField3.setText("10");
              jTextField3.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField3_actionPerformed(e);
              // jTextField4
              jTextField4.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField4_actionPerformed(e);
              // jTextField6
              jTextField6.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField6_actionPerformed(e);
              // jButton1
              jButton1.setBackground(new Color(117, 158, 145));
              jButton1.setText("OK");
              jButton1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jButton1_actionPerformed(e);
              // jButton2
              jButton2.setBackground(new Color(117, 158, 145));
              jButton2.setText("CANCEL");
              jButton2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jButton2_actionPerformed(e);
              // contentPane
              contentPane.setLayout(null);
              contentPane.setBackground(new Color(67, 97, 83));
              addComponent(contentPane, jLabel1, 172,8,60,18);
              addComponent(contentPane, jLabel2, 73,78,60,18);
              addComponent(contentPane, jLabel3, 211,76,60,18);
              addComponent(contentPane, jTextField1, 9,27,403,28);
              addComponent(contentPane, jTextField2, 24,101,134,22);
              addComponent(contentPane, jTextField3, 203,101,51,22);
              addComponent(contentPane, jTextField4, 21,151,137,22);
              addComponent(contentPane, jTextField6, 18,200,140,22);
              addComponent(contentPane, jButton1, 299,188,80,70);
              addComponent(contentPane, jButton2, 299,90,80,70);
              // BET
              this.setTitle("BET");
              this.setLocation(new Point(-2, 1));
              this.setSize(new Dimension(424, 316));
         /** Add Component Without a Layout Manager (Absolute Positioning) */
         private void addComponent(Container container,Component c,int x,int y,int width,int height)
              c.setBounds(x,y,width,height);
              container.add(c);
         // TODO: Add any appropriate code in the following Event Handling Methods
         private void jTextField1_actionPerformed(ActionEvent e)
              System.out.println("\njTextField1_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField2_actionPerformed(ActionEvent e)
              System.out.println("\njTextField2_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField3_actionPerformed(ActionEvent e)
              System.out.println("\njTextField3_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField4_actionPerformed(ActionEvent e)
              System.out.println("\njTextField4_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField6_actionPerformed(ActionEvent e)
              System.out.println("\njTextField6_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jButton1_actionPerformed(ActionEvent e)
              System.out.println("\njButton1_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jButton2_actionPerformed(ActionEvent e)
              System.out.println("\njButton2_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         // TODO: Add any method code to meet your needs in the following area
    //============================= Testing ================================//
    //=                                                                    =//
    //= The following main method is just for testing this class you built.=//
    //= After testing,you may simply delete it.                            =//
    //======================================================================//
         public static void main(String[] args)
              JFrame.setDefaultLookAndFeelDecorated(true);
              JDialog.setDefaultLookAndFeelDecorated(true);
              try
                   UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
              catch (Exception ex)
                   System.out.println("Failed loading L&F: ");
                   System.out.println(ex);
              new BET();
    //= End of Testing =
    This is my code.. the problem is that when i use sdk 1.3 everything is fine... I tried to use 1.4 and now 5 and I have a problem with the appearance of buttons... I have some comments in my code. is just a form with some textfields and labels and the 2 buttons!
    thx in advance

  • Import Manager Batch

    Hi,
    actually I've already asked this question in a different post, but i want to reopen a new one to show the urgency of this topic and to be able to reward the answers.
    The question or problem concerns the Import Manger Batch. Since I cannot find any documentation on the batch mode, i have to try and aks questions.
    I use SP02 5.5.24.06
    I want to load XML files into my repository.
    When I start the Import Manager I use
    Type: XML Schema
    Client System: A defined Inbound/Outbound system e.g. R/3
    XML Schema: CREMDM03
    File: some xml files
    After I've done the suffiecient mappings and saved the mapping I run the job and the Import works. I have the data without any problems in my reporitory.
    But now I'd like to do exactly the same job with the Import Manager Batch.
    I tried a few things and got many different error messages.
    I've done a batch job with EXCEL files before and it worked.
    How do I have to define my INI file?
    Type: XML Schema
    doesn't work.
    Type: XML
    doesn't work
    Do I have to define a Port (with CREMDM and XML Schema) in the Console? But then how do I start this via the Import Manager Batch?
    Thank you for help in advance
    Regards
    Nico

    Hi Richard,
    no still same problem. When I look at the log file I would say that there is a mapping problem. But the error only occurs when I put several files after each other in the "ready" folder.
    If I stop and restart the server between every file import then it works perfectly fine.
    Error log:
    ts="2005/11/30 09:03:08.263 GMT" tid="2652" entry-no="52">Converting values: &apos;SORT1&apos; field --> &apos;Search Term 1&apos; field.<LINE-FEED/></Trace>
              <Trace ts="2005/11/30 09:03:08.263 GMT" tid="2652" entry-no="53">Converting values: &apos;STREET&apos; field --> &apos;Street&apos; field.<LINE-FEED/></Trace>
              <Trace ts="2005/11/30 09:03:08.263 GMT" tid="2652" entry-no="54">Record Matching...<LINE-FEED/></Trace>
              <Trace ts="2005/11/30 09:03:08.313 GMT" tid="2652" entry-no="55">Importing Lookup...<LINE-FEED/></Trace>
              <Failure ts="2005/11/30 09:03:08.313 GMT" tid="2652" entry-no="56" operation="Import" import-action="Create" row="1">Unable to find value map index for &apos;10465&apos; in &apos;POSTL_COD1&apos; field</Failure>
              <Trace ts="2005/11/30 09:03:08.313 GMT" tid="2652" entry-no="57">     ImportManagerBatch failed</Trace>
              <Trace ts="2005/11/30 09:03:08.313 GMT" tid="2652" entry-no="58">Import Server job finished</Trace>
         </Open>
    </MDM_Log>
    Since there is no docu on the import manager batch I just try and error. How can I solve this problem?
    edit:I tried it again and aigan with different files. The Import Server imports only one file per service start. Then I have to stop the service manually and restart it again. Then it takes the next file and so on. But this was the service doesn't make any sense.
    Regards
    Nico
    Message was edited by: Nicolas Fink

  • Managing Photos with new iPad Air???

    Hi,
    I was looking to get some insight from experienced users on the best way manage photos with the new iPad Air. Oviously, im not too familiar with the subject as, i do not use any iPad and i am trying to set one up for someone else who recently purchased one.
    So here is what i need to be able to do:
    There are a bunch of pictures i need to upload into the iPad (more or less 15gig for the first batch).
    Id like to be able to manage these pictures as in be able to delete, organize folders, etc.
    Preferably also be able to export these photos, later on, as a backup in their respective folders as previously organized in the ipad.
    Mainly, the ipad will be the main storage unit of the albums, as this person enjoys viewing them on daily basis. So i believe this rule out using itunes photos syncing. After searching for a while i believe there are multiple third party app which would be better for importing, organizing and exporting photos. Im just not quite sure which as i have not experience it yet.
    *This has become quite a pain since im trying to find a way to minimize the usage of a PC or MAC, so the person would be able to manage their photos with the ipad and i believe it would be simple to transfer pictures taken from their iPhone.
    Any insight would be much appreciated.
    Thank you.

    Have a look at Photo Manager Pro.
    https://itunes.apple.com/sg/app/photo-manager-pro/id393858562?mt=8

  • Batch Management- batch level

    Hi,
    Pls explain abt batch levels and its usage and
    which batch level sap recommends and
    which level most of the companies are using??
    as well, how to check which batch level  is using for a client??

    Hi,
    You can detail document about batch level in given path help documentation.
    SPRO-IMG-Logistics general-Batch management-Specify Batch Level and Activate Status Management.
    In this IMG activity, you specify the following:
    The level at which batch numbers are unique
    Whether batch status management is active in the client
    The plants in which batch status management is active
    The initial status of new batches
    Batch level
    Batch numbers can be unique at the following levels:
    At plant level
    At material level
    At client level for a material
    If you choose plant level, the batch number is unique in conjunction with the respective material and the plant. If you choose material level, the batch number is unique together with the material. At client level, the batch number is unique in the whole client.
    To change the batch level, you have to start a conversion program. This program first checks whether conversion is possible and outputs an error log containing all batch numbers that occur more than once at the new level. Now you need to manually transfer these batch records to batch numbers within Inventory Management using a transfer posting 'material to material'.
    If you change the level from plant level to a higher level, it is possible that batches with the same batch numbers in different plants are actually identical.  In this case, all you have to do is remove stocks (including previous period stocks) so that all batches with the same batch numbers, except one, can be reorganized.
    When you convert from plant level to material level, the material is then to be handled in batches in all plants in which it is defined.
    Standard settings
    In the standard delivery batches are uniquely defined at material level.
    Activities
    To change the batch level, proceed as follows:
    1. Choose the level at which you want your batches to be unique.
    2. Save the new settings and choose Back.
    3. Choose Batch level -> Conversion.
    4. If necessary, carry out the conversion in test mode first.
    Regards
    Ravi shankar.

  • High volume of batches with Split valuation - impact on system performance

    Hi!
    I have a client that is intending to load a new material type from their legacy system which will be automatically batch managed with split valuation.  So, Valuation category will be 'x' and the valuation type will also be the batch number as automatically created on GR.
    The concern of the client is the impact on system performance.  Having up to 80,000 batches per material master record (so, 80,000 valuation types will be mainatined with a unique price in the Accounting 1 tab of the MMR) and overall around 1 million batches a year.  I'm not aware of any system performance issues around this myself but there seems to be anecdotal evidence that SAP has advised against using this functionality with high volumes of batches. 
    Could you please let me know of any potential problems I might encounter, having 1 million batches with split valuation may cause?  Logically, this would increase to tens of millions of batches over time until archived off via SARA.
    Many thanks!
    Anthony

    I currently have about 1.5 million batches with split valuation in my system (but it is not the X split), and we archive yearly.
    having many batches for one material ( lets say 1000) causes dramatic performace issues during automatic batch determination.
    it took about 5 minutes until a batch was returned into a delivery. if the user then wants a different batch and has to carry out batch determination again, then he just works for 10 to 15 minutes on one delivery.
    This is mainly caused by the storage location segment of the batches. if one batch gets movedd within a plant thru 3 different locations, then the batch has 3 records in table MCHB. But SAP has a report to reorganize the MCHB table that have zero stock.
    The X split has more effect, it is not only the batch table that makes issues in this case. With the x-split SAP adds an MBEW record (material master valuation view) for each new batch.
    However, if the design is made to get a certain functionality (here valution at batch level),   then you have to get a proper hardware in place that can give you the performance that is needed.

  • PC died and in turn my main iTunes library. iPhone was synced to it. Now when I try to connect to another library it tells me the phone must be wiped clean before I can manage music with new library. Any way around that? Don't want to lose music.

    My PC died and in turn so did my main iTunes library.  My iPhone was synced to the library that is gone.  Now when I try to connect to another library, it tells me the phone must be wiped clean before I can manage music with new library.  Any way around that?  I don't want to lose the music that is on my phone.  I am looking for a way to tell the phone to "forget" the old library and let me start working with a new library. 

    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.
    Use your backup copy of your computer to put everything on the new one.
    It sounds like you have failed to do this, which is not good at all.
    You will have to transfer your itunes purchases from your iphone.  Authorize your computer for your itunes account 
    About iTunes Store authorization and deauthorization
    Open itunes, plug in iphone, do NOT sync, click File>Transfer Purchases
    When you do sync you will lose your pics ( photo library - synced from your old computer), your itunes content ( music, apps, videos,etc) , your contacts and your calendars.  So do NOT sync yet.  This is why a backup copy is so important.
    Enter one unique contact and calendar entry on your computer.
    When you first sync, you should get the option to merger the data.  Choose it.
    If you want your pics, then you will need to e-mail them to yourself before you sync.  They will not be of the original quality as they are reduced when synced to iphone.
    When all is as goos as it can be, then backup your computer, and always maintain the backup.

  • How do you manually manage podcasts with the new iTunes?

    Like the subject line says: How do you manually manage podcasts with the new iTunes?
    With the previous version of iTunes, when I plugged in my iPod, I could select the iPod, select podcasts, and manually delete episodes. With the new iTunes, I can't select individual episodes when looking at my iPod through iTunes. Is my only option to Sync? If so, why is that my only option?
    This question probably has a simple answer, and I'm just not seeing it.

    Rock,
    I think I figured out a way to do what you want to do - which is the same way that I use Itunes with my Ipod. (My Itunes libary was destroyed last year so I can no longer auto synch my Ipod as I would lose thousands of songs).
    Funnily enough, I discovered this new way of manually moving podcasts while trying to figure out what cpragman was trying to say (I never could - he must be smarter than me, as I couldn't get his method to work).
    1. Open up your Itunes in your regular Library view. Choose Pocasts from the left hand side (either in the sidebar if you have that enabled, or from the little "radio" icon if you don't.)
    2. Mouse to the podcast you want to place on your Ipod.
    3. Right-click it.  A long menu will pop up.
    4. Move to the "Add to Playlist" option.  As you hover, all your playlists will be visible. But at the very top will be the name of your Ipod itself (whatever you named it originally).  Choose THAT name, and voila! That podcast will now copy to your Ipod and be easily available when you disconnect.
    A nice feature of this method is that you can shift-click several podcasts at once and do the same thing, and all your selected podcasts will copy over (if you're like me and update your Ipod only every few weeks).
    Hope this helps - let me know if it works for you!

  • SSIS 2012: SSIS Error Code "Excel Connection Manager" failed with error code 0xC0202009.

    Hi,
    This is kind of weird issue that I am experiencing with excel connection manager in SSIS 2012. This issue occurs sometimes but when I close and re-open SSDT (SQL Server Data Tools - newer BIDS) then this issues goes off temporarily.
    Just FYI, through SSDT environment I executed the package successfully with both settings Run64bit runtime setting to Yes and No when error does not occur.
    So far I have installed
    http://www.microsoft.com/en-us/download/details.aspx?id=13255 (Microsoft Access Database Engine 2010 Redistributable).
    I still remember for older versions of SQL Server (2005 & 2008) that I have executed Excel connection SSIS packages with Run64bit runtime = false i.e. in 32-bit mode. As far as I know I think Excel 64-bit issue has been resolved with SQL Server
    2012 release.
    Here is the detail of error message:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Excel Source [2]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection
    Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error at Data Flow Task [SSIS.Pipeline]: Excel Source failed validation and returned error code 0xC020801C.
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
    Error at Package [Connection manager "Excel Connection Manager"]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Access Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
     (Microsoft.DataTransformationServices.VsIntegration)
    Here are my environment details:
    SQL Server 2012 {Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) } , Excel 2010 (32-bit). I am developing SSIS code on Virtual desktops with Windows 7 32-bit OS.
    Also it occurred to me that since Virtual Desktops are on Shared Infrastructure, the source files and SSIS packages (code) can be on Shared drives for e.g. \\<Corpnet>\userdata\<Corp_Users_Grp>\<Username>\Visual Studio 2010\Projects\Integration
    Services Project2\Integration Services Project2\Package.dtsx.
    Does this kind of Shared drives have any impact to give this issue?
    Thanks in advance!
    Ketan
    P.S.: I had look at this forum question -->
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/903bbe1d-e070-4c43-9d3b-0a5193550029/64bit-error-in-excel-connection-manager-in-ssis

    Hi Arthur,
    Thanks for your response.
    Yes, it looks like SSIS still has bunch of issues with Excel files like as follows:
    1) Some times excel source files cannot be parsed by excel source connection manager.
    2) For derive column conversion, we can't replace the existing column. rather, we have to add the derived column as " add as new column" which is tough to manage  while destination mapping.
    3) If an column in excel contains a data which is not of the data type assigned for the column in excel, the excel source reads that data as "null". For the same, we can't validate the data and redirect the erroneous data in reject file.  <-- For
    this we tried IMEX setting also
    4) In multi-tab/sheet excel file, excel source is unable to detect a tab and identify the metadata of the excel.
    I am also checking Microsoft connect for Excel issues with SSIS 2012(https://connect.microsoft.com/SQLServer/SearchResults.aspx?SearchQuery=excel#&&PageIndex=22
    As worst case scenario, I am thinking of converting Excel to CSV file or Flat text file. (http://www.mssqltips.com/sqlservertip/2772/importing-data-from-excel-using-ssis--part-2/).
    Do you think it is advisable to convert Excel into CSV or Flat file.
    Thanks,
    Ketan

  • [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009. There may be error messa

    Error
    [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There
    may be error message
    I am using BIDS Microsoft Visual Studio 2008 and running the package to load the data from excel .
    My machine has 32 bit excel hence have set property to RUN64BITRUNTIME AS FALSE.
    But the error still occurs .
    I checked on Google and  many have used Delay validation property at Data flow task level to true but even using it at both excel connection manager and DFT level it doesnt work
    Mudassar

    Thats my connection string
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\SrcData\Feeds\Utilization.xlsx;Extended Properties="Excel 12.0;HDR=NO";
    Excel 2010 installed and its 32 bit edition
    Are you referring to install this component -AccessDatabaseEngine_x64.exe?
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Mudassar
    You can try an OLEDB provider in that case
    see
    http://dataintegrity.wordpress.com/2009/10/16/xlsx/
    you might need to download and install ms access redistributable
    http://www.microsoft.com/en-in/download/details.aspx?id=13255
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Batch with classification at the time of inbound delivery

    Dear all,
    How do I create batch with classification at the of
    inbound delivery.
    Thanks in advance
    Mrinmoy Chakraborty

    Hi,
    Go to SPRO > Logistics Execution > Shipping > Deliveries > Define Batch Creation Controls in Inbound Deliveries > Here select option 3 for the Item category of Inbound delivery (for e.g. ELN)
    And during creation of Inbound Delivery (VL31N), under "Stock placement" Tab, select the line item and click on "Batch creation" on the down of the screen.
    Define Batch Creation Controls in Inbound Deliveries: - You can use this activity to set controls for batch creation in the inbound delivery.
    Define for each desired delivery item category how batch creation, batch classification or expiration date checks should be carried out in inbound deliveries. You can make the following settings:
    - There is no batch creation, no valuation of the class characteristics of the batch and no expiration date check.
    - Batch creation is possible in the inbound delivery, but there is no valuation of the class characteristics of the batch and no expiration date check.
    - Batch creation in the inbound delivery and valuation of class characteristics is possible, but there is no expiration date check.
    - Batch creation in the inbound delivery, valuation of class characteristics of the batch and the expiration date check are all possible.

  • Unable to manage volume with my bluetooth car kit

    I have a bluetooth car kit Parot CK-3000 and the volume is very low and I can't change it with my new Nokia phone 6120. With my previous phone (Sony-Ericsson, SPV) it was running well but with my new phone I can't change the volume of my bluetooth car kit and I can't manage it with the specific menu.
    Can you help-me on this subject ?
    Thank's in advance.

    Hi fct24
    I don't know which firmware version your phone is running, key in *#0000# on standby screen as there have been several posts in the past concerning this issue.
    Do you have to set Parrot up as an "enhancement", I know "headset" will be listed but is there a "car kit" option?
    Is Parrot using their latest software?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • EJBs in Oracle 8.1.5 with SDK 1.2.2

    I am trying to get our Java Application - formerly a 1.1.7 - which accesses EJBs in the database (8i - 8.1.5) running with the new JDeveloper 3.0 with SDK 1.2.2.
    After some Exceptions that remind me of missing classes I get to the point where I do the .lookup() of the bean:
    MyFirstHome home = (MyFirstHome) ic.lookup( beanURL + beanName );
    This results in a NotContextException under 1.2.2.
    Everything works just fine under 1.1.8 with JDev 3.0 and I can lookup the bean and access all the beans methods without any problems.
    Are there still classes missing or do I need to reconfigure the database to work with 1.2.2?
    I'd appreciate any help.
    Thanks,
    Thomas Janausch

    The 8.1.5 EJB client libraries (the aurora ORB client libraries) will not work with a JDK 1.2.x client. No workaround at present. Since the 8i R2 (8.1.6) RDBMS will include JDK 1.2 support, help shouldn't be too far off.

Maybe you are looking for

  • AirDrop from Yosemite to iOS8 doesn't work for me

    Hi there, I think I know the answer to this (but I hope not because it's lame). I have a 2011 macbook pro that can airdrop to other macs fine but I can't seem to do it to my iPhone 6 (running iOS 8). Is this because my mac is too old? I keep looking

  • All document types not visible in SAP EasyDMS

    Hi, We have configured a no. of  document types in DMS ( in SAP R/3). But  only a few of those are visible in the SAP EasyDMS ( Web GUI). We are not able to figure out how to make those visible. I am completely new to EasyDMS. Can anybody help?

  • IP Address Changed in the Oracle SID

    Dear Team , I have Changed the IP address of the Oracle SID I am using (ORACLE 10g) in Listener.ora and tnsnames.ora file . While I am starting my application I got this below error. Io exception: The Network Adapter could not establish the connectio

  • Lost subscribed calendars when migrating to iCloud

    My husband and I each have Mobile Me subscriptions.  I subscribe to two of his calendars.   I have migrated to iCloud (he has not yet) and I have lost his subscriptions.  I have resent the inviations to subscribe but this doesn't work.  Any suggestio

  • Static interference thru speakers driving me crazy

    I am using the airport express with klipsh speakers for my sound. there is a mexican radio station that is playing at a very low but very annoying level thru the speakers. I have a 2.4 cordless phone on my desk as well as a printer plugged into the A