Getting warning message when using bulk option

Hi
I have a very strange problem. When I am trying to insert records into my table (Using Buld Loader Options) I am receiving warning says "ODBC data source <xxxxxxxx> warning message for operation <bcp_bind ScheduleID>: <[Microsoft][ODBC SQL ServerDriver]Invalid use of null pointer>, SQLState <HY009>."
but when I remove the selection of Bulk Loader option then it works fine and run successfylly without any warning ...
SQL Query -
> Target
Can anybody please help me in this case as i could not figure it out what could be the problem
Edited by: Jerry Tsia on Apr 27, 2009 6:18 PM
Edited by: Jerry Tsia on Apr 27, 2009 6:19 PM

what is the version of DI or Data Services ? if you are using DS XI 3.0 (12.0.0.0) or DS XI 3.1 (12.1)
then this issue if fixed in 12.1.1, check the following similar post related to this
Can not load Nulls into INT column using MS Sql Server 2005 Bulk load api

Similar Messages

  • J2SE 6 warning message when using type casting

    With Java SE 5 and 6 version, there's always an annoying warning message when I write the following code:
    LinkedList<MyBean> cart0 = (LinkedList<MyBean>) session.getAttribute("cart");The warning message is because I use the type casting with the getAttribute method and thus this is not type-safe. So how do I get around the warning message and write standard code that sticks to the J2SE 6 standards? Thank you.

    Add a @SuppressWarnings annotation to the method. A bit intelligent IDE will provide you a quickfix option for it.
    Keep in mind: it's a warning, not an error. The sessionMap is cannot be specifically parameterized and will never be, it should be able to store any object to your taste. Further on this has not much to do with JSF at itself.

  • Getting warning message when running BW Report

    Hi ,
    When i am running saved query iam getting warning message pop up and when iam clicking ok button iam getting data.
    My query is there is any way to remove that warning message pop up message?
    Thanks in advance

    Hi,
    You can suppress warnings for the querries :
    - In Bex you teel to go to the toolbar and suppress warning.
    - if u r using Web Template then go to the Template properties and tick the checkbox for suppress messages.
    Hope this helps

  • Getting error message when using 'wlappc' task

    When using the 'wlappc' custom ANT task I am getting following error message
    D:\Working\Build\LocalBuild.xml:122: java.util.MissingResourceException: Can't
    f
    ind bundle for base name weblogic.i18n.J2EELogLocalizer, locale en_US
    Any help what I need to do to get rid of this error?
    regards
    Abanindra
    [ErrorLog.txt]

    Download:
    Microsoft Office 2010: Primary Interop Assemblies Redistributable
    How to: Add or Remove References By Using the Add Reference Dialog Box  /  How to:
    Add and Remove References in Visual Studio (C#)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Keep getting warning message when starting macbook...

    i have Directv, and, the website wanted me to download its player for viewing on laptop. anyway, i went to applications to delete it, which i thought was successful. now, i keep getting a message everytime i jump on my mac that states the following:
    Do you want the application "NDSPCShowServer.DTV.bundle" to accept incoming network connections?
    also shows to either click "allow" or "deny".
    like i stated, thought i deleted that app. how do i get rid of this message that always comes on screen when i start my macbook?

    In an ideal world there would have been an uninstaller which gets all the files you missed when you deleted the app from the Applications folder.  First thing to do is check and see if there is such an uninstaller, e.g., from DirectTV.  Or maybe there is at least a log file somewhere indicating which files were installed where. Failing that, please run this program, EtreCheck, and paste the results here.  Probably this will show where the extra software is hiding.

  • All of a sudden I get error message when using Mail " Sender address rejected: not owned by user dgill42041"

    I've been using Mail for years with no problems, accessing my AOL accounts.  Today I can receive mail but not send.  I get the above error message and it says that my mailboxes are "off line". 

    Mail troubleshooting - Yosemite
    What does Mail/Window/Connection Doctor Show? If the server is red, select it and look at the Show Details box.
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages
    SMTP servers keep going offline

  • How do I resolve a "'FOND' font association usability" error message? I've upgraded to Yosemite and now I get this message when using Font Book to add fonts I've used for years.

    I just updated my MacBook Pro and iMac desktop to Yosemite 10.10.2.
    Now I am having font problems. I tried to add fonts I have used for years using FontBook, but it says 'FOND' font association usability and warns me to not use these fonts.
    This happens on both my laptop and desktop.
    Any idea what to do? I use these fonts (about 12-15 fonts from the Times, Helvetica Neue and Giovanni families) regularly in my work.
    Thanks,
    Scott

    I just updated my MacBook Pro and iMac desktop to Yosemite 10.10.2.
    Now I am having font problems. I tried to add fonts I have used for years using FontBook, but it says 'FOND' font association usability and warns me to not use these fonts.
    This happens on both my laptop and desktop.
    Any idea what to do? I use these fonts (about 12-15 fonts from the Times, Helvetica Neue and Giovanni families) regularly in my work.
    Thanks,
    Scott

  • I get this message when trying to past simple text into an e-mail document. The Web-Based Email plugin has crashed. I have run out of options...please help.

    The Web-Based Email plugin has crashed. I get this message when trying to paste simple text into an email document. I have updated plugins and have run out of options. If I use another browser I have no problem. Please advise.

    UPDATE
    Compiling from command line I found out that the class definition for oracle.oats.scripting.modules.basic.api.IteratingVUserScript is missing. Do you know what .jar file contains this class?
    Thanks.
    Fede.

  • Getting error message when i am trying to update the excel file using script task in ssis package

    Hi Guys,
    I am getting error message when I am trying to update the excel. Please find the error messages as below
    Error at Update File [Update File]: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors.
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Application' is not defined., ScriptMain.vb, 32, 32
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Workbook' is not defined., ScriptMain.vb, 33, 25
    Error at Update File [Update File]: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
    Warning at Update File [Update File]: Found SQL Server Integration Services 2008 Script Task "ST_050fcae972904039b4f0fe59b7528ece" that requires migration!
    and the code that   I am using is
    Dell - Internal Use - Confidential
    ' Microsoft SQL Server Integration Services Script Task
    ' Write scripts using Microsoft Visual Basic
    ' The ScriptMain class is the entry point of the Script Task.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Runtime
    Imports Microsoft.Office.Interop.Excel
    <System.AddIn.AddIn("ScriptMain", Version:="1.0", Publisher:="",
    Description:="")> _
    <System.CLSCompliantAttribute(False)> _
    Partial
    Public Class ScriptMain
    Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
    Enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success
    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
    End Enum
    Public Sub Main()
            Dts.TaskResult = ScriptResults.Success
    'Dim proc As System.Diagnostics.Process
    'kill all instances of excel
    'For Each proc In System.Diagnostics.Process.GetProcessesByName("EXCEL")
    ' proc.Kill()
    'Next
    Dim excelnacomm As
    New Microsoft.Office.Interop.Excel.Application
    Dim wbnacomm As Microsoft.Office.Interop.Excel.Workbook
            wbnacomm = excelnacomm.Workbooks.Open("http://test.xlsx")(renamed
    the excel)
            wbnacomm.RefreshAll()
            wbnacomm.Save()
            wbnacomm.Close()
            excelnacomm.Quit()
            Runtime.InteropServices.Marshal.ReleaseComObject(excelnacomm)
    End Sub
    End
    Class
    Please let me know what could be the reason
    Smash126

    Download:
    Microsoft Office 2010: Primary Interop Assemblies Redistributable
    How to: Add or Remove References By Using the Add Reference Dialog Box  /  How to:
    Add and Remove References in Visual Studio (C#)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I get this message when trying to authorize my  computer. This apple id has not been used yet with the itunes store. Do i have to purchase first

    get this message when trying to authorize my  computer. This apple id has not bee used with the itunes store.
    Do i have to purchase something, before i can authorize my computer.Thank you in advance for any answers received.

    You cannot buy anything from the iTunes Store until you authorize the computer. Are you unable to authorize it? If so see the following:
    Authorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.

  • In iphoto how to get the gold you delete a photo warning message when you check the box not ask

    in iphoto how to get the gold you delete a photo warning message when you check the box not ask

    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder.
    (On 10.7 or later: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library)
    (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    What's the plist file?
    For new users: Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.

  • HT1478 i get a message when trying to sync..."requried disk cannot be found" even after enableing disk use

    i get a message when trying to sync..."requried disk cannot be found" even after enableing disk use

    First make sure you are using the most up to date version of iTunes and have all the latest Windows updates/patches installed on your PC.  From there, try again and if still no luck, make sure you are plugging your iPod into a high powered USB 2.0 port.
    Otherwise try these steps:
    1. Run “c:\WINDOWS\system32\devmgmt.msc” (i.e. *Device Manager*), and leave it open for now for later use
    2. Start up iTunes
    3. Next, connect your iPod.
    4. Go to your iPod Settings and select the “Enable disk use” option from under theSummary tab.
    5. A dialog box will pop up reminding you that you’ll need to manually eject. Go ahead and hit OK
    6. Hit Apply to save changes to the iPod
    7. Quickly switch to the Device Manager window and right-click on any item within the window and select “Scan for hardware changes”
    8. Finally, switch back to iTunes, and try re-syncing your iPod to see if it helped.
    It might not also hurt to trash your iPod's Photo cache if it has one (i.e. you sync photos to the iPod).  See this article for information on where to find this folder on your Windows XP machine.
    http://support.apple.com/kb/TS1314
    B-rock

  • [svn] 1594: Update the warning message when outbound throttle policy of REPLACE is used one more time .

    Revision: 1594
    Author: [email protected]
    Date: 2008-05-07 11:10:27 -0700 (Wed, 07 May 2008)
    Log Message:
    Update the warning message when outbound throttle policy of REPLACE is used one more time. Now the warning says this. . .
    Throttle outbound policy 'REPLACE' found on message destination 'MESSAGE_DESTINATION'. The 'REPLACE' throttle outbound policy has been deprecated. Please remove it from your configuration file.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageDestination.java

    hamish72 wrote:
    You can still download as much as you can only a lot slower during peak times off peak will not be restricted.
    Thanks for this explanation. I had taken it that it was at all times.
    As I said in the first place it will be great if they throttle me to 1Mb at peak times as it will be better half the time than I am getting anyway!!!!!!!!!
    hamish72 wrote:
    Have you chased up why your line is so bad, long way from exchange and so on
    Posting your router stats may get advice from someone
    enter for homehub for other routers will differ
    192.168.1.254 in browser click A to Z top right
    then ADSL enter pas and click MORE DETAIL
    POST RESULTS
    Also post results of test at ( best done from master test socket)
    http://speedtester.bt.com/
    Connection Information
    Line state
    Connected
    Connection time
    6 days, 11:57:55
    Downstream
    5,760 Kbps
    Upstream
    448 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.1 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    5.7 dB / 21.0 dB
    Line attenuation (Down/Up)
    44.6 dB / 24.0 dB
    Output power (Down/Up)
    8.9 dBm / 1.6 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    25279 / 134
    CRC Errors (Down/Up)
    700 / 196
    HEC Errors (Down/Up)
    5427 / 142
    Error Seconds (Local/Remote)
    477 / 102

  • I get this message when I try to open iphoto: Your photo library is either in use by another application or has become unreadable. What can I do?

    I get this message when I try to open iphoto: Your photo library is either in use by another application or has become unreadable. What can I do?

    restart your system
    if that does not resolve it backup youoriPhoto librtary, depress the option and command keys, launch iphoto and rebuild the database
    also report the version of iPhoto and on the OS please
    LN

  • HT5225 "This disc does not use the GUID Partition Table Scheme...". I keep getting this message when I try to install OSXLion. It has something to do with a repair Apple performed last year. I use a 17" MacBookPro. Any suggestions?

    "This disc does not use the GUID Partition Table Scheme. Use Disc Utility to change the partition scheme". I keep getting this message when I try to install OSX Lion so that I can upgrade my 17" MacBookPro to move to iCloud. My harddrive was replaced last year by Apple because of a fault by the manufacturer and I think this is the cause of the problem. What can I do so that I don't lose my content.

    When you click the partion tab. There is option on the bottom of the window. Click on that there there are these options.

Maybe you are looking for