Bug in M Series C/C+ DDK example (Mac OS, endianness​)

I am trying to get C/C++ examples for the M Series DDK running on Mac OS 10.4 with Xcode 2.2 and have run into an apparent bug. When converting the EEPROM values into usable data (e.g., finding scaling constants), the function "getF32FromEeprom" in "scale.cpp" is called. In the original version, this function is:
f32 getF32FromEeprom (const u8 *eepromMemory, u32 offset)
tEepromF32 value;
value.b[3] = eepromMemory[offset++];
value.b[2] = eepromMemory[offset++];
value.b[1] = eepromMemory[offset++];
value.b[0] = eepromMemory[offset++];
return value.f;
This bit order is backwards for Mac. The example programs work when this function is switched to:
f32 getF32FromEeprom (const u8 *eepromMemory, u32 offset)
tEepromF32 value;
value.b[0] = eepromMemory[offset++];
value.b[1] = eepromMemory[offset++];
value.b[2] = eepromMemory[offset++];
value.b[3] = eepromMemory[offset++];
return value.f;
After making this switch, my board (6259 PCI) happily spits out the correct voltages.
It looks like there are compiler switches in other parts of the code to test for big endian vs. little endian, but this piece of code snuck through.
Is there a list of known bugs in the sample code? I stumbled across a post about a different bug and wonder if there may be more.
Melissa

So far, there's the problem you are describing and a bug in the ADCReset function for 625x devices:
Driver Development Kit (DDK) : inputs return minimum value
Diego

Similar Messages

  • ISSUES with building DIO_EX1 DDK EXAMPLE

    Hello !
    I am trying to compile,link and execute the DIO_EX1 program that is part of the device driver kit. I am using Visual C++ 6.0 as my compiler, developing on WINDOWS XP, and want to run the program to access the registers on the installed AT-DIO-32HS card. Looking through the documentation, I am a bit confused over the files I need to include.
    Currently I include osibus.h, ositypes.h, tdio.h, and tstatus.h.   I get LINK errors saying it is unable to resolve the functions "releaseBoard()" and "acquireBoard()"  ( + a couple others).   I see several osiXXX.cpp files, and I am unsure which one to include in project. In addition, do I need to #define osiVISA ? 
    Hopefully this will be easy to resolve.
    Thanks !

    I am not using the NI-DAQ driver because after extensive testing and communication with another NI engineer, it was concluded that I could not meet my application's timing requirements with the driver of the AT-DIO-32HS card, or with any NI CARD, for that matter. So I thought I would try RLP programming to see if I could achieve better timing than I experienced with the driver. The protocol between the application and the peripheral is pretty simple. The application simply outputs a continuous series of sets of 32 bit values to the peripheral until a user terminates this via the GUI. So...
    1. User starts program
    2. Program waits for a REQUEST signal to go high from peripheral to indicate the peripheral  is ready to receive data
    3. Program raises an ACK line to tell the peripheral it is ready to send data
    4. Program places a value on data lines, and pulses another SIGNAL high to indicate to the peripheral that data is valid on data lines
    5. Repeat step 4 about 500 times
    6. Program LOWERS THE ACK line to indicate it is complete with this set of values
    7. Goto step #2
    The original programmer of this application used the AT-DIO-32F card, but did not use its' driver. Instead, he used a software library created by ZEALSOFT to DIRECTLY access the registers of the 32F card. He was able to implement the above protocol and meet the timing requirements simply by programming the registers.
    Well, the problem is that the 32F card is now obsolete. I had hoped that I could update to the 32HS card and still use the same original application (that uses the ZEALSOFT library). But it did not work. I compared the actual registers of the 32F to the registers of the 32HS and found it much different, and I would not have a clue how to program the 32HS registers at the lowest level without LOTS of help. So I thought I would attempt RLP programming using the NI DDK.  But it seems now I am running into the problem that the current DDK examples will not work on an AT-based card.
    Soooo... I have the following options:
    1. Implement another iBus object  for the 32HS AT interface/card and use RLP programming
    2. Upgrade to a PCI-based card and use RLP programming
    3. Try to directly program the 32HS registers using the ZEALSOFT library. But the 32HS card has about 117 registers compared to the 20 or so on the 32F card.  Probably not a good idea (which is why I attempted to use the RLP DDK classes)
    4. Scrap trying to use a NI card and instead try an FPGA -based solution.
    Any ideas ?   Anything would be helpful.
    Thanks so much !

  • DDK Example for PXI-6225

    Hello, I am trying to get the DDK AI examples working for a PXI-6225 board and always receive an output value of 10.599597. I have AI 0 (pin 68) shorted to AI 8 (pin 34) which should result in a value of 0.0 VDC. I have also tried to connect a 9V battery to the terminals and stilll get the value 10.599597. I know the board is working because I see all of the correct values in the Measurement and Automation Explorer. I have already programmed a PXI-6511, PXI-6513, and PXI-6704 board using the DDK examples so I am fairly familiar with the DDK example setup but I can't get this example to work no matter what I do. Please help!
    Solved!
    Go to Solution.

    Hi Computer Dude-
    Which MHDDK example are you using?  Make sure you remove the call to adcReset() as it is only applicable to 625x devices.  Also, make sure the convert output polarity (selected by aiPersonalize()) and the gain setting and scaling coefficient lookup (see ai.h and scale.h) match the values you're going for.
    I also posted some 6225-specific tips in this thread.
    Hopefully this helps-
    Tom W
    National Instruments

  • Why is the message app popping up on my mac when everything has been disabled on my iphone and mac, I use my phone for messages, not my mac. Is this a bug? I just want it off my mac forever!

    Why is the message app popping up on my mac when everything has been disabled on my iphone and mac as per the instructions all over this forum, I use my phone for messages, not my mac. Is this a bug? I just want it off my mac forever!
    Have disabled in Messages > preferences on the Mac
    imessage is disabled on my iphone
    Same goes for Safari which pops up on the mac when I open it on my iphone, how can I disable it all?

    Thanks but have signed out, disabled and nothing.
    It's Yosemite not Mavericks.
    What it won't let me do is delete the account as the - button is greyed
    out.
    It won't let me delete the app from the OS
    On Monday, February 2, 2015, Apple Support Communities Updates <

  • New M Series DDK Example: High Frequency Measurement with 2 Counters

    This example demonstrates how to configure two counters on an M Series device to measure a high digital frequency. One counter generates a continuous pulse train of a set frequency while the other counts the external signal using the pulse train to latch values. Data is transferred via DMA.
    Use this example to add high digital frequency measurements or DMA data transfer for counter input to your driver.
    Please let me know if you have questions or problems. Thanks :-)
    Joe Friedchicken
    NI VirtualBench Application Software
    Get with your fellow hardware users :: [ NI's VirtualBench User Group ]
    Get with your fellow OS users :: [ NI's Linux User Group ] [ NI's OS X User Group ]
    Get with your fellow developers :: [ NI's DAQmx Base User Group ] [ NI's DDK User Group ]
    Senior Software Engineer :: Multifunction Instruments Applications Group
    Software Engineer :: Measurements RLP Group (until Mar 2014)
    Applications Engineer :: High Speed Product Group (until Sep 2008)
    Attachments:
    gpctex5.cpp.gz ‏4 KB

    You should connect the signal (whose frequency needs to be measured) to Ctr-1, and there gonna be an internal connection between the output of the first counter and the gate of the second counter (as described here).
    You may want to check this link as well.
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • Error in Agilent 2k3k4k X-Series drivers when using examples that contains "read waveforms.​vi"

    Hi, all
    Something goes wrong when using agilent 2k3k4k drivers. Could anyone help me?
    Agilent DSO-X 2012A oscilloscope
    Drivers are download from:
    http://sine.ni.com/apps/utf8/niid_web_display.down​load_page?p_id_guid=9E84674573AF6AB8E0440021287E6A​...
    Each time when running examples:
    Agilent 2000 3000 X-Series Acquire Waveform.vi
    Agilent 2000 3000 X-Series Acquire Waveform continuously.vi
    Agilent 2000 3000 X-Series Acquire Multiple Waveform.vi
    Errors rise and the oscilloscope is crashed and needed to be shut down and restarted. It seems that the example can't pass the "Read Waveforms.vi" in the Block Diagram. The PrintScreen   is as follows:

    sagha wrote:
    According to the MAX they are correct (IVI driver for the Agilent 33519B downloaded from the NI website). When I run the IVI Initialize block any frequency, amplitude, offset, etc. settings on the function generator are reset to the default values. So, something is being sent to the instrument.
    However, I've also tried adding the General Error Handler block right after the Initializaiton block to cancel the -1073807339 error. Then, I add the IviFgen Configure Standard Waveform [STD] block to set the function generator frequency. The program throws an error that looks like a resource problem:
    "Error -1074130544 occurred at IviFgen IVI Error Converter.vi
    Possible reason(s):
    The session handle is not valid.
    Complete call chain:
        IviFgen IVI Error Converter.vi
        IviFgen Configure Standard Waveform [STD].vi
        <myViName.vi>
    What could be the reason for an invalid session handle? I've followed the NI tutorials on setting up IVI instruments in MAX and in LabVIEW.
    Okay, this is new information.  Nothing in your previous posts mention that the initialztion did anything at all besides return the timeout error.  The invalid session handle is because you closed the session.
    I'm having trouble following your descriptions.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Bug in "Get and Set Time.vi" example for RT systems

    There is a bug in "Get and Set Time.vi" that ships as an example in the "NI System Monitor" package.  The routine does *NOT* return the hour correctly.
    Note the string "%#H:12:39.371" as the time of day.  That should be 09:12:39.371 as it was 9 AM at the time.
    Mac OS X 10.8.5
    LabVIEW 14-64bit
    NI System Monitor 14.0.1
    Pharlap RT PXI embedded system version 14.0 updated.
    NOTE: it is odd that the default "New Time" has #H as the hour but that is hard wired into the VI as a sentinel case.

    Rahul,
    It may be only in the Mac OS X code base.  But since it is one of those annoying locked VIs I can't tell.  Now of course this is locked because communication with the RT system is so sensitive or just plain messy.  My guess is that if I thow wireshark at it I can tell you what is inside and it shouldn't be that secret.
    But let me know what you find running under Mac OS X.

  • Stacked Column Report bug when one series has zero for data

    Hi,
    I'm encountering an issue with the stacked charts. In my chart, I want to show the total of active and expired records for each year. I created a series for each, and the SQL for them is below:
    Active (1st series created):
    select '' link,to_char(preparedate,'YYYY') label,count(*) Active
    from cts.contract
    where preparedate is not null and
    to_char(preparedate,'YYYY')>to_char(sysdate,'YYYY')-10
    and expired = 0
    group by '',to_char(preparedate,'YYYY')
    order by '',to_char(preparedate,'YYYY')
    Expired (2nd series):
    select '' link,to_char(preparedate,'YYYY') label,count(*) Expired
    from cts.contract
    where preparedate is not null and
    to_char(preparedate,'YYYY')>to_char(sysdate,'YYYY')-10
    and expired = 1
    group by '',to_char(preparedate,'YYYY')
    order by '',to_char(preparedate,'YYYY')
    When I see the chart output, I expect the chart to show the stacked columns with expired stacked on top of active, and ordered by year. However, for the two years in our database where there are no active (series 1) records, only expired (series 2) ones, these bars are displayed to the right of the other years. Oddly, for the year where all records are active, and none are expired, there is a sliver at the top of the bar for that year showing as the color for expired, and hovering over that portion of the bar displays zero. I understand that with the other two years where the series with zero would be stacked on the bottom, and therefore not visible, but why does the chart put these years after the other ones that are in order? Since my records are from 1998-2007, and the two years without series 1 records (active) are 1999 and 2002, the years are shown in this order: 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 1999, 2002.
    Any help with how to make these two years show in the correct order with the others is appreciated.
    Thanks,
    Brian

    After switching from Thin driver to OCI the problem went away.

  • A Bug in mx:TabNavigator ? See small example here

    Hi all,
    Maybe it's a bug in the TabNavigator component... should I
    fill a new bug in the system or is that behaviour well known?
    Just compile the code attach to this message.
    It's a simple application with a mx:TabNavigator and some
    buttons. When you create a new tab, via ActionScript, the 1st tab
    ca be automatically selected.
    But when you delete all the tabs (either by calling
    removeAllChildren(), or by calling subsequently removeChildAt(...)
    on every tabs), you wont be able to select the 1st tab, unless you
    create a second one, select the new one and select the 1st one
    afterward.
    Is there any workaround for this?!
    I really need to find a fix now, I can't wait another
    revision of the Flex framework . . .
    Please someone, help me!!!
    thanks!!!
    P.S. It's not a bug in the attach code, anybody can try this
    at home, with the same result...

    This is a bug and I just checked the source.
    It seems that selectedIndex remains as 0 when you remove all.
    When you addChild again, it checks if the index of added children
    == selectedIndex and if yes, it do not focus. The patch should
    affect removeAllChildren and removeChild, by setting -1 to
    selectedIndex when numChidren reaches 0.
    Where do I report this bug? It's the second one I found....
    Regards,
    Guilherme Blanco

  • "Two E-Series"... Example vi's have -10486 error for 32 channels!

    Using 2 PCI-6024E cards; all 32 channels!!(Win98, 256Meg RAM, new Pentium). This error claims the buffer is not large enough but if the AI Read.vi start point cluster input is changed to "trigger point" (in case of dig. trigger), then this intermittent error goes away. Have also found errors in data timing...

    I believe that the error you are seeing is -10846 which says the application in unable to retrieve data from the buffer fast enough. It suggests to either increase the buffer size, increase the number of scans to read, decrease the acquisition rate, or reduce the number of tasks.
    What is happening is that you are trying to read from the first data point in the buffer. But that data point is being overwritten when the buffer overflows so LabVIEW gets confused on where to find it.
    The reason why the error no longer appears when setting the read position to "relative to trigger point" is because in this case the application starts to read from the end of the buffer or the last data point that was acquired. This data point will almost never get overwritten and there
    fore there is no confusion.

  • Photoshop Bug: Sliders getting stuck to mouse after release (Mac OS)

    When dragging various sliders in Photoshop CS5, very often these sliders get "stuck" and move with the mouse even though you have released the mouse. Say you are dragging a slider to set the brush opacity to 50%. When you have set it to 50%, you release the mouse and move it away from the slider, only to find that the opacity still increases or decreases as you move your mouse. You have to click again to fix this, but then of course you have to go back and do it again.
    Below is a small illustration (I can't take a screenshot of my mouse) of an example of when this happens:
    This happens to me around once every 5 times I use a slider, i.e. extremely often. As you can imagine, it's very annoying and frustrating.
    I use a Wacom Bamboo Fun tablet, and I never use Photoshop without it so I cannot confirm whether this bug happens with a mouse or just the tablet.
    It doesn't just happen like on the above illustration, but also with any slider such as those in Adjustment Layers and Filters.
    The bug does not happen when using tools on the canvas (thankfully). So the Brush tool, and every other tool, works fine and never gets "stuck".
    I have the latest version of Photoshop CS5.
    This is a bug that has always been in CS5 since the first version, and it has not been in previous versions of Photoshop.
    Does anyone else have this issue? Anyone else with a Tablet?
    I know there are large amounts of similar, extremely annoying bugs in CS5, but this one is just driving me crazy.
    Late 2008 15" MacBook Pro
    OS X Snow Leopard 10.6.7 (but the problem has existed way before 10.6.7)
    Photoshop CS5 version 12.0.2

    Chris—I'm sincerely sorry that you were called at home on a holiday weekend about my post.  Sincerely.  I'm sorry.  That shouldn't have happened, and I apologize for that.
    I do ask that you also understand that I spent my entire weekend trouble-shooting this issue—which is now several months old—while waiting for an answer or at least a respectful and helpful response of some sort.  Here we are with another week down the tubes and still have yet to receive some sort of expression of an Adobe employee taking my case seriously.  I don't know if you—or anyone else—is investigating this.  As best I can tell, you are not—and I base that on the series of confusing (and in some cases, patently false) assertions that you made regarding the facts of this matter—including confidently promoting the notion that this is not a problem with Photoshop CS5 (which it clearly is), and the notion that I hadn't done anything to narrow down the list of possible causes—which I clearly have.  If you disagree, as you claim to, with either of those statements—then the very least you (or someone at Adobe) can do is to take ten minutes out of your schedule to draft a proper, logical and honest assesment of why you have come to those conclusions.  I don't think that's asking too much at all.  In fact, it's very disappointing that I've had to expend as much effort as I have to deal with this issue—and I still don't have an official, "right on, we're working on it," from you guys.
    If you want to make a case that it was abusive of me to telling you that Layer Styles was likely the cause of this issue—go right ahead.  I admit that my entire statement was a bit "hot," but you have yet to even acknowledge the validity of my concern—much less the tremendous effort I've undertaken at my own personal expense (and at your/Adobe's benefit) to contribute to the resolution of this problem... or the real-world dollars and opportunity cost to my creative reputation.  Do you have many other users who go to these lengths when identifying bugs?  I doubt it.  As I've told you in another thread—if you've heard from me, it's only after I've already expended significant effort trying to solve the problem on my own.  I don't whine about stuff and ask other people to fix it, if I can fix it myself.  But I can't.  I'm not a programmer, and I don't know how to run any diagnostics on my own—although trust me—I've tried.  I've tried Xcode, and learning Applescript to see if I could craft my own workaround or identify the issue with even greater clarity.  But I don't know either of those technologies, and it's not work that I should be doing anyway.  There is a reason that a CS5 Design Master license costs upwards of $2,500, right?  I've gotten much more attentive and respectful response from free apps than I've gotten from Adobe over this issue.  What is that license for, if not for respectful customer service?
    I have never received a paycheck from Adobe, Chris.  I receive (small) paychecks when I get my work done—which I have not been able to do for over a week now... and this is not the first time that has happened as a result of this bug.  And the week before this reappeared, I spent a significant amount of time testing out CS6 and taking notes to share with you and your development team—for no other reason that that I know this program inside and out (or at least large portions of it), and want to contribute to it in any way I can.  So yeah... I was angry.  Truthfully—I still am.  My paycheck isn't even the reason I do what I do.  I do what I do because it fulfills me on an emotional and spiritual level—which I stated in my very first post back in April.  Suffice to say—I feel spiritually and emotionally drained right now.  I'm just so incredibly exhausted, having spent the last couple hours nearly driven to tears by the combination of a fulll week of never-ending frustration, the loss of an important client and my favorite project, and what seems to be a total disregard for my case by you and whomever else from Adobe has read these posts without taking action to begin bringing about resolution.
    Again—if you have a case to make, then make it.  Thus far, you've said a few things which made it seem like either a) you haven't even read the top-line details of my detailed reports, or b) that you are determined to squash me—not the bug.  I've explained why I've come to those conclusions very clearly.  Your assertion that I hadn't narrowed anything down is so demonstrably false that I consider that to be an abusive statement.  Your mention of Wacom drivers and third-party-related possibilities right after I'd spent about an hour composing a post (following up on a couple of days worth of volunteer trouble-shooting) detailing to the nth degree why it absolutely could not be either one of those things is totally perplexing, to the point where it make so little sense that someone of your presumed intelligence (i.e. a big-shot developer for one of the worlds most well-known applications) could actually respond that way after reading any part of what I'd just wrote.  It makes no sense.  Either you didn't read it, or you did read it, and you had a reason for making a statement that you knew wasn't in line with the facts of the matter.  I don't know which one it is, but it's one of those things, unless I'm totally missing something.
    You have offered a few terse responses to my very detailed reports—and in the few short sentences that you've wrote, you've made many statements that have no effect on pushing the issue forward or getting it closer to resolution.  I don't want it to be a personal issue—but I don't feel like I made it personal until you did.  Yes, my statments were direct and pointed—but at least they've been transparent, articulate and well-explained.  You continue to speak about things like my continued accusations, your weekend, the TOS of the forum, and all sort of things that only exacerbate an already-painful, already-costly issue.  I've told you that I am determined to get resolution on this issue—and I am serious.  I will not accept blanket dismissals, and I will not be intimidated into backing down from my demand for a resolution.  I have helped you get as far as I can get on my own, and I am willing to continue to help in any way I can.
    I quit a very high-paying job 4 years ago to pursue a career as a designer.  I make next to nothing now, but I feel fullfilled because of the creative process.  This bug has prevented me from all fulfillment.  It has strained my personal and professional relationships, and has taken a heavy emotional toll on me.  Please step up and make an effort to get it resolved—or at least assign someone else to solve it.  I can provide whatever you need from my end—and again, I'm sorry for your phone call this weekend.
    -Jason

  • I can't get my HP psc 1200 series to scan with my Mac

    I've installed, uninstalled, and installed HP psc 1200 series software but I cannot use any of the scan features of the printer.  I have been to HP and downloaded drivers and still no luck.  Any suggestions?

    maybe this link will help http://www.makeuseof.com/answers/play-media-files-mac-formatted-external-hard-dr ive-hdtv/ unfortunately its for file up to 4 GB size, otherwise try to connect your mac directly to your Tv or I suggest contacting SAMSUNG about this issue, maybe the have assigned softwares for this formatting issues like in western digital for example.

  • HP Photosmart C4400 series-Won't scan to Mac, but will Scan to Print

    I just bought the Snow leopard and this is my first time scanning to my computer...it keeps saying the scanner is not initialized or it will say "sorry, scanner could not be initialized. an error has occurred communication with the scanner." I downloaded the HP Printer Drivers reading that it would help but then said "this volume does not meet the requirements for this update" I am using this for my online classes and I need this scanner ASAP. Please help!

    Hiya
    OK, I tried using image capture but I couldn't scan text with it so what I did is go to the HP site and downloaded the new driver. The site is a bit pants but if you select any C4400 series printer, i think (dont quote me) that its the same driver anyway. There is 1 driver for tiger lepoards etc and a new one for 10.6.
    Anyway I uninstalled my old software and installed the latest software, selected printer etc. Worked a treat. While I didn't want the hassle of this, I scanned the pdf in and tried highlighting the text. Preview works bloody brilliantly. This is going to make life very much easier, Preview picks text up just as it says on the tin. For a dsylexic like me, this is priceless!!!

  • Is it possible to set up a HP Scanjet 8200 series (8290 with ADF) Intel Mac

    Is it possible to set up a HP Scanjet 8200 series (8290 with automatic document feeder) on the new Intel based Mac Pro desktop computer (nehalem 2.93 dual processors, 8 core)? Can anyone please steer me in the right direction -- I tried one of the drivers from the HP website and the install reflected that it does not work on intel based computers. Does OS X Leopard come with some type of utility to help me set up the scanner (I don't see where to set it up)? Thanks.

    Hi Nicky,
    Yes,  you can download and install the software.  Yay!
    HP Deskjet 3050A e-All-in-One Printer series - J611
    Select your printer from the list ...
    Find and open the pdf document titled:
    Install Full Feature Software - Printer
    Good Luck!
    Click the Kudos Star!
    It is a great “Thank You” for the Experts who offer to help!
    Kind Regards,
    Dragon-Fur

  • Bug in Lync 14.0.8 (140321) for Mac OS X

    Hi all,
    there is a bug in Microsoft Lync version 14.0.8 (140321) for Mac OS X with case sensitive file systems. The application crashes with the following error message:
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/USBHidWrapper.framework/Versions/14/USBHidWrapper
      Referenced from: /Applications/Microsoft Lync.app/Contents/MacOS/Microsoft Lync
      Reason: image not found
    The problem can be resolved as follows (as root user etc.):
    cd "/Applications/Microsoft Lync.app/Contents/Frameworks"
    ln -s USBHIDWrapper.framework/ ./USBHidWrapper.framework
    @MS: please fix Lync to operate with case sensitive filesystems. The bug is minor and related to this single folder within the Lync package. The bug wasn't there with some previous versions.
    Best regards!

    Does the issue still appear in 14.0.9?
    http://support.microsoft.com/kb/2963369
    If so, I'd let your Microsoft rep know about the bug and post it to lync.ideascale.com as well.  Ideascale isn't an official channel, but the Microsoft devs have been known to peruse it.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

Maybe you are looking for

  • Using a recordset in a loop statement

    Hello all, I am (still) trying to get an Excel spreadsheet for a dynamically created table. A crucial parameter of the problem is that I do not know the column names for my table at runtime, as it is created by a pivot query. I was very excited to fi

  • WEB Service task excuting error "method not found"

    Hii All, I am the beginner of ssis, and on executing the package I am getting error : [Web Service Task] Error: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: Could not execu

  • Filter value to be added to filter group

    Hi all, in bd64 for one of the model we are having filter group.In that filter group we are maintaing some values.Now i want to add some new values to that filter group.But it is not allowing to add and it is showing in display mode . Kindly let me k

  • Why does my iphone have an itunes icon and a charger shown

    why does my iphone have an itunes icon and a charger shown

  • Payment of duty for differential qty export

    Hi all, We are doing export thru stock yard . the process is as  under : Billing done from plant for say 100 Ton billing type F8 Excise invoice is created referring the Proforam invoce ARE1 is created and export is made under bond.. duty debited for