Daq Connection Troubles

Hi, 
What I want to do is pretty simple (but I just can't figure it out ). I want to connect an analog input to an analog output, but control this like a relay. For example, when switch is true, my pins are connected so the input on pin A gets passed to the output on some pin B. Then when switch is false, input pin A is not connected to pin B (or pin B would output 0V).
Problem: For the case when my switch is true, the input gets passed correctly to the output. For the case when my switch is false, I get errors saying: "No samples provided to DAQmx Write to initialize buffered generation." or "Requested value is not a supported value for this property. The property value may be invalid because it conflicts with another property."
I know the problem is that the DAQ assistant wants some sort of input at all times, but Im not sure what to give it to make it output nothing. 
Attached are two attempts I made.
Any help would be appreciated!
Thanks
Solved!
Go to Solution.
Attachments:
daq connection - try 1.vi ‏104 KB
daq connection - try 2.vi ‏144 KB

Nevermind, I figured it out.
Under signal manipulation I used a relay, which didnt work previously, but I had to change "output when relay off" from "empty" to "zero".

Similar Messages

  • AV Cable Connection Troubles

    I just received the ibook AV Cable (plugs into headphone port at one end and has red, yellow and white connectors at the other) for Christmas and was very excited to start using it but I am having troubles connecting it. I connected it to my vcr (my tv doesn't have the red, yellow and white ports needed), set the vcr to "line in" and then connected it to my ibooks headphone port... but... all I got was the audio. I feel as though I should be telling my ibook to change displays? but I tried going into the display setting under system preferences and I got nothing. The package of the cable is totally void of any instructions, so if anyone has any suggestions I will be forever greatful!

    Good Evening:
    After reading your post about your AV worries i thought i would give you a little info on how the Video Out works with your ibook G4. The ibook G4 comes with a built-in Mini-VGA port. The device that is needed to connect to this port is as follows:-
    Apple Video Adapter
    Use a video adapter cable to connect the mini-VGA video output port on your iBook, eMac, or iMac G5 to any S-video or Composite enabled device.
    The Apple Video Adapter was specially designed to allow users to connect to S-video or composite video devices. The video adapter cable plugs into the video output port (mini-VGA) built into the back of the computers listed in the compatibility section below. The video output port supports VGA, S-Video, and Composite video out. Use the Apple Video Adapter for S-Video or Composite video output only (connect to your TV, VCR, or overhead projector's S-Video or RCA (composite) cable). Use a separate Apple VGA Adapter for VGA video out.
    Compatible With:
    iBook without an external reset button, eMac, iMac G5, or 17-inch iMac (1GHz) with mini-VGA port.
    Part Number:- M9109G/A

  • JDBC MSSQL connection trouble

    Hi,
    I am trying to source a resultSet to a (SAP)Table in NWDS.
    This is my code:
    IPrivateTableContentComponentView.IVerticalGroupElement element = node.createVerticalGroupElement();
         try{
         InitialContext initialContext = new InitialContext();
         DataSource dataSource = (DataSource)initialContext.lookup("jdbc/MyAlias");
         Connection connection = dataSource.getConnection();
         Statement stmt = connection.createStatement();
         ResultSet rs = stmt.executeQuery("select * from DEP");
         while (rs.next()){
              node.addElement(element);
              element.setKeyToSelect(rs.getString(1));
         catch(SQLException e){
         System.out.println(e.getMessage());     
         catch(NamingException e){
         System.out.println(e.getMessage());
    I have used Radiobuttons as TableCellEditors.
    I have tried many methods for connecting the driver, in this example I connected the driver at VA on server.
    The trouble is I don't get any errors, I just don't get any results from the query in to the table.
    Any thoughts?
    Regards,
    Simon

    Hi Simon,
    possibly the following hints can help you to find out if it is actually the database access that is not working in your application:
    1.
    Please view our "getting started with relational persistence" tutorial: http://help.sap.com/saphelp_nw04s/helpdata/en/91/ccbf560ecc4e2fb99b09a5e7bce95e/frameset.htm
    demonstrating accessing table data with JDBC. You find the code of the example as the file J2EE_GettingStartedOpenSQL.zip
    in the "examples" folder of your Developer studio installation.
    2. you can view the system log of the server, for example using the Visual Administrator tool, go to the service LogViewer
    3. What are the results of debugging of the component in question? Debugging is a very good method to find out quick what data has been transferred to your application (and what happens in the following)
    4. some comments to your jdbc code template:
    - best you close all jdbc resources (result sets, connections, statements) explicit, namely in the finally clause
    - it is not a good idea to write "select *". Better name columns you read "select colA, colB"
    If you use "select *" always use the
    getXXX(String columnname) result set method
    Please view the corresponding documentation:
    http://help.sap.com/saphelp_nw04s/helpdata/en/ba/e7a1c1bc208c4bbb41b0bd20b066db/frameset.htm
    Good luck
    Katharina

  • Facetime connection trouble?

    I am having trouble connecting facetime on my iphone 5. I am able to connect using ipad but not with iphone. I tried restrating my phone amd even facetime app. Suggestions please?

    I updated my iphone to latest version. It worked for a day and then it stopped working. Even my ipad isn't working anymore. All the devices are updated. This is kind of frustrating as apple needs to look into this. I am finding lot of people in different forums talking about same problem but no solution.

  • Continuous Labview program run with non-contin​uous DAQ connection

    I am using a wireless DAQ, NI 9191 chassis with 9205 module, to measure strain in a system. The DAQ is not being run on standard power so it will occasionally not be powered. The DAQ automatically reconnects to the computer when power is reestablished, but when the DAQ loses power the program encounters an error and stops the program.
    What I want to do is create a Labview program that will run continuously by ignoring the errors, recording data when the DAQ has power and recording an NA or zero when there is no power. 
    If anyone knows or has had this problem before let me know if there is a solution ASAP. 
    Thanks

    The program propably (hard to tell without any code to review) only stops because you have not wired the error putputs of your DAQ-vis. Wire them through to a case structure. In the "no error" case pass your aquired data to whatever postprocessing you deem appropriate (you said something about recording). Set the outgoing tunnel with the data to "use standard if not connected" (I don't have the english version of LV available, so this might be called slightly different). This way it will allways pass on zero when there's an error in your data aquisition.
    Regards
    Florian

  • Sporadic SSL connection trouble

    I happened to run across https://discussions.apple.com/message/5546820, which describes a problem very similar to one I've had troubles with since Mac OS X 10.5 Server and still happens with 10.6.7; I did not experience this with Tiger.
    I have a web service written in PHP (v5.3.4) that makes another web service call to a third party web service.  The call TO my web service and the call my web service MAKES are both SSL encrypted; neither are going through a proxy.  Occasionally, my web service will get a SoapFault raised with the error "Could not connect to host" when instantiating a SoapClient object to connect to the third party web service.  We use this web service an average of nearly 1,000 times a day, and of those, only a handful each day gets this exception.  I have gone so far as to add code that will make a second attempt to instantiate the SoapClient class when the first fails.  Sometimes the second attempt works, but sometimes even it fails.
    At one point I moved this process back to 10.4.11 Server (w/PHP v5.2.4), and experienced no errors.  I've also ran the same code on a Windows machine with PHP 5.3 installed and it did not experience the problem either.  So I don't believe it has anything to do with upgrading PHP from 5.2 to 5.3.  I have performed tests from other Macs connecting to one of Amazon's web services over HTTPS, and they too experienced random failures beginning with Leopard.  So I don't think it has anything to do with the specific machine on which the process is running.  I also tried consuming the Amazon web service over HTTP, and didn't experience the problem.
    We have another process (on a different server running 10.5.8) that uses CURL to establish a SSL encrypted connection to a partner's system, and it's randomly failing on curl_exec() with "SSL read: error:00000000:lib(0):func(0):reason(0), errno 54".  According to http://curl.haxx.se/libcurl/c/libcurl-errors.html, error 54 means "Failed setting the selected SSL crypto engine as default!".
    CURL details:
    10.5.8 machine:
    curl 7.16.4 (i386-apple-darwin9.0) libcurl/7.16.4 OpenSSL/0.9.7l zlib/1.2.3
    Protocols: tftp ftp telnet dict ldap http file https ftps
    Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz
    10.6.7 machine:
    curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
    Protocols: tftp ftp telnet dict ldap http file https ftps
    Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz
    Neither error can be reproduced at will, but they do happen daily (no particular time of day; it's completely random).  It just really sounds like something is wrong with some low level code in the OS dealing with SSL that began with Leopard.  Anyone else having similar trouble?

    i got the connection to work, and the problem was that the regional settings of the client was set to "Turkish". after changing it to EN, it worked.
    (questions 2), 3) and 4) are "answered" herewith).
    is there a workaround for the language problem ? (the reg. settings have to be Turkish)
    (when set to "Turkish", the JRE parses the cacerts file erroneous (because of the Turkish 'i' character). running the program with "-javax.net.debug=all" parameter prints the trace)
    now, i've another question :
    when creating a user how do we specify which group the user belongs to ?
    a solution for this is to find the group and add the user to the group. is there an attribute of the user which can be set directly at creation time ?
    last question :
    why does it take so long to get a context with ssl connection ? does anybody know how to make it faster ?
    thanks

  • Net connection trouble: "No Ethernet cable connected or the device is not responding"

    Hello
    I have been plagued by a dropping Net connection for a couple of months, and as it has been getting worse lately I have tried to sort out the problem.
    I have simplyfied my connection between the computers and the VSDL fiber modem by bypassing my AirPort Express and Ethernet hub and connecting the three computers directly to the built in ports on the modem.
    Since I did that a new error message has started appearing on my Mac Mini, saying that I have no Ethernet cable connected to the modem, or the device is not responding. At the moment I have two of the machines connected, and the Mac Book Air seems to work without problems. There are lights on the Ethernet ports on the modem, and they are lighting up for the iBook even when the Mac Mini connection drops. When the Mac Mini connection drops the lights go off on its Ethernet port on the modem.
    This seems to point to some sort of trouble with the Mac Mini. Is there a way to monitor what's going on? Can I use Terminal, for instace? It can't be the settings, and it cant' be the cable, so it must be related to the hardware I suppose. I am using DHCP to connect to the modem.
    The connection drops arbitrarily, sometimes for long periods of time, and then comes back up again by itself.
    Any ideas for trouble shooting etc?
    Best
    Hans Karlsson

    BDAqua
    Thanks again. Unfortunately, the problems are back again. Had a stable connection and connected the AirPort again. Everything was working fine. Then all of a sudden the connection dropped again today.h
    Connected a LAN cable directly to my MacBook Air and got the connection to work immediately.
    Took that cable and connected to my MacMini, again, connection came back immediately.
    The AirPort (in Brigde Mode) is also connected, but gives me a blinking orange light, and the same "no cable or (modem) is not responding" message again.
    I guess this must rule out hardware problems in the computers.
    Ligth for the LAN cable port on the modem connected to AirPort is dead. Moved the cable to another port, light still dead.
    Shut down AirPort Express, still same orange blinking light when I switched it on.
    I now suspect there is something going on with the AirPort Express. Just bought it, and I had the same problem with it's predecessor, but...
    Is there any way to trouble shoot the AirPort Express?
    I can connect to it Wirelessly, But AirPort Utility says it has been removed from the Network. In the Network Preferences it says it has a self-assigned IP. For Network Settings I get green lights for everything except Network Settings, which gives me a yellow light. It also says the Internet connetcion is working correctly.
    Indeed, when I made the direct Ethernet connection inactive I still get a working connection over WiFi, in spite of the blinking orange light on the AirPort and a yellow light for Network settings in Prefereces....
    In the console things look normal:
    8/7/12 10:04:27.269 PM Apple80211 framework[231]: 
    com.apple.message.domain: com.apple.wifi.timeout.scan
    com.apple.message.signature: Success
    com.apple.message.result: pass
    com.apple.message.value: 3149.000000
    com.apple.message.summarize: YES
    Still confused

  • CSS Connections trouble

    Hi team:
    I have a trouble with a CSS11150. The chasis has configured 2 Contents, every content rule has 5 srevices associated, Connected to the CSS are five servers ( 5 services ).
    The servers has two apache´s runnig one listening in the 80 and the other in the 81.
    Every content redirect the traffic to these servers.
    The issue is. in a sh service sumary, the connections active´s in one of these services are increasing. The other services are normal and the connections has and "logical" average value
    This is a sh service summary
    Service Name State Conn Weight Avg State
    Load Transitions
    Deliver1-p81 Alive 66 1 21 10
    Deliver2-p80 Alive 64 1 23 10
    Deliver2-p81 Alive 27 1 30 2
    Deliver3-p80 Alive 0 1 35 4
    Deliver3-p81 Alive 18 1 28 4
    Deliver4-p80 Alive 47 1 35 4
    Deliver4-p81 Alive 19 1 20 4
    Deliver5-p80 Alive 26 1 36 4
    Deliver5-p81 Alive 14 1 23 4
    Deliver1-p80 Alive 36562 1 4 8
    the flow statistics show a normal flow in an ethernet port.
    The service affected is Deliver1-p80
    Why this service increase the connections ?
    The servers has normal connections opened...
    i will appreciate your help.
    Thks
    Pablo.

    Looks like you are hitting the known issue CSCdx31761.

  • Iphone4 car connection trouble

    Hi everyone:
    Just got a verizon iphone4 and am having trouble connecting it via aux in my car. Sounds easy enough, but for some reason when plugged in the iphone only plays music from its own speakers and not via the car speakers. Bought a new griffin aux cable and everything. Is there a setting on the iphone that it should be on?
    Thanks!

    Me too. I have a 2000 528i with a bluetooth kit from Bimmernav. My car has the DSP stereo but not Navigation.
    My iPhone 3G, once paired, worked perfectly for both sending and receiving calls, up through and including software version 3.1.
    Now that I've paired my iPhone 3G(S) sound seems to drop in and out during the call. It works a little better if I turn off Wi-Fi and/or 3G network while in the car, but it seems to me the Bluetooth should be able to handle that without the hassle of having to manually disable those every time I get in the car. The fact that the iPhone 3G worked fine tells me that the car system is not the culprit, here; it must be either the iPhone 3G(S) or the latest software update, or a combination of the two.
    Have you tried disabling Wi-Fi and/or 3G network? Seems like that at least might provide more info.

  • Front port connection trouble

    i'm having trouble connecting my front ports. i have a K7N2 Delta and a MAXTOP Sentinel Type I case, model #CSX-770KLS.
    front USB - there are 5 wires labeled as follows: ground, -D, +D, +5V, and shield.
                     according to the users manual there are 9 pins. the +, -, and ground
                     all have slots but the others are VCC and USBOC. also
    front audio - perhaps i can't have both front and back audio ports work. the
                       manual states that jumpers must be set in order to have the back
                       ports work. this leaves only 4 available pins, 3 of which are for the
                       microphone. for this i only have 3 pins which are: ear g, r-out, l-out.
    thanks for the help.

    Hi,
    You might like to retype this in a more descriptive way. It is not at all clear what you are talking about!
    I get the gist - but for a full understanding, you're going to have to make yourself a lot clearer.
    Axel  

  • YouTube connection trouble?

    Is anyone having trouble loading up their Youtube favorites? Apple TV had no trouble accepting my YouTube logon info, and it now displays my account in the menu, but when I try and access my Favorites it displays an error saying it can't currently connect to YouTube.
    I wonder if this has anything to do with linking my Google account to my YouTube account and currently using my Google logon for YouTube.
    Message was edited by: blevenstein

    I had the same problem, scooping the internet i found a way to solve it. You need to go to your YouTube settings here:
    http://www.youtube.com/account?feature=mhum#sharing/activity
    and check the categories, save and thats all. After i did this my favorites and subscriptions appeared. Hope this helps.

  • Differential Encoder and DAQ Connections

    ""Please help a DAQ/Motion neophyte ....
    I'd like to synchronize/correlate a load cell output with the a linear stage position via the on-board differential encoder. The on-line documents show Ch.A to PFI8_Source, Ch.B to DIO6_Up_Down, and GND to DGND. However, the encoder that I have has A+ and A-, B+ and B-, I+ and I-, and GND channels (i.e., seven connectors). What is the proper way to connect to the terminal block of the SCC-2345 to communicate with my PCI-6036E DAQ device for this encoder? Thanks in advance ... Jerry""

    This question was answered in another post, which is available HERE.
    Spencer S.

  • Internet Dropouts and Internet Connection Trouble; POSSIBLE SOLUTION

    Here is something that might help
    I have had problems with this on my old G5, Intel Macbook, and More Recently my Mac Pro (past 4 years I have airport trouble)
    I spent hours trouble shooting, the thing that ends up working for me three times so far has solved my problem
    Here is a step by step instruction of what I did (continue anyway if you are not receiving the same circumstances/results)
    Remember this is also a diagnostic method for yourself to see what is working and what is not so you can solve the problem. Also I still get network drop outs and sometimes internet performance decrease but a lot less frequently by performing the steps bellow. If your problem persists then I might be able to trouble shoot with you. In no way this method will be successful and your problem may become worse so use discretion when applying the steps below
    1)Check "Console" to see whether broadcast is being dropped (utilities folder)
    2)Make sure your problem persists with all other applications not running (including your virus software)
    3)Reset Safari and continue loading to see if network performance is still hanging up
    4)If slow loading persists/airport drops shut down computer and boot into safe mode by holding shift key (this empties cache stuff and does a few repairs)
    5)Load Safari and see if slow loading persists (while in safe mode)
    6)Go to disk utility and repair disk first (or verify)
    7)If disk comes clean then precede to repair permissions, there are many errors that show up that are nothing to worry about "ACL found in different place" is one of them.
    8)Shut down, (do not restart and wait for 10 sec, I have no idea why this happens and it does not make sense to me but I have restarted and ended up with some other problems)
    9)Turn on computer and proceed to disk utility again (do not worry about airport, do not touch yet
    10)Verify disk again (remember not in safe mode)
    11)Repair permissions once again (different things are loaded into the permission system; plugins ect.)
    12)Shut down computer again
    13)Turn on computer and proceed to open network preferences and remove airport service (make sure your changes are applied)
    14)Open key chain access
    15)Delete your network password (if it exists) in "login" and in "system"
    16)Shut down computer once again
    17)Reapply all network configurations in the network preferences panel
    18)Shut down computer once again and turn on
    19)Check airport performance over the next 30 min or so by clicking links actively and waiting
    20)If problem persists you may have corrupted files somewhere and may have to delete some preference files and perform the method above once again (to be safe I suggest running the disk utility test once again)
    note: for some reason Leopard still remembers old network information even after deleting it. you need to find a way to keep leopard from using old preferences (it can be any of them). If all thus fails trash your router settings (on your router, factory defaults) and perform the steps above once again)
    Please report abnormal occurrences like the "self assign ip address problem in network preferences" so we can narrow down where problems are mostly occurring"

    I quote from the System Preferences Help:
    If your computer is connected to the Internet, you can share its Internet connection with other computers on your local network.
    For example, if your computer is connected to the Internet using a DSL modem and has an AirPort Card installed, you can share the DSL connection with other AirPort-equipped computers.
    On Windows computers, sharing your Internet connection is sometimes referred to as a “network bridge” or “bridging your network.”
    To set up Internet sharing:
    Choose Apple menu > System Preferences and click Sharing.
    Select Internet Sharing.
    Choose the Internet connection you want to share from the “Share your connection from” pop-up menu. For example, if you’re connected to the Internet over Ethernet, choose Ethernet.
    Select how you want to share your Internet connection in the “To computers using” list. For example, if you want to share your Internet connection over AirPort, select AirPort.If you share your Internet connection using AirPort, click AirPort Options and give your network a name and password.

  • Omega flowmeter sensor daq connection

    Hi all,
    I have Omega FTB 1302 flowmeter sensor and NI 6229 DAQ.Sensor has analog output.I dont know how to connect these sensor and daq.please help
    Solved!
    Go to Solution.

    Ok, i went throught the Create New NI-DAQmx Task > Acquire Signal > Counter Input > Edge Count > then it gives me 2 option.I am sending it as a picture in attachment.
    Does it matter which one i choose?
    I dont understand what you mean the version of DAQmx.I am using NI USB 6229
    Regards
    Attachments:
    pic.png ‏79 KB

  • JDBC Connection Trouble--Solaris8

    This seems strange, and I hope someone can point me in the right direction. I had a servlet install that was working fine, Solaris 8, Tomcat4.0.3, and a 9i client. I was using the oci driver, had a little trouble getting it working at first... Then set the LD_LIBRARY_PATH and everything worked.
    Then I replaced the Tomcat directory ( didn't touch the Oracle directories ), and tried to restart. Now I can't get the thing to work.
    I have checked the database url and it is the same. The connection code has not changed.
    Following is the error
    java.lang.NullPointerException
         at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1743)
         at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:69)
         at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:452)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:307)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:442)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.chipware.servlets.users.AdminUser.connect(AdminUser.java:28)
         at com.chipware.servlets.listeners.ServletStartupListener.contextInitialized(ServletStartupListener.java:60)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3175)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3378)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:343)
         at org.apache.catalina.core.StandardService.start(StandardService.java:388)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:506)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)error
    I am sure it is a configuration thing ( it still all works on Windows), but I can't think of where to look next.
    Any ideas???
    Thanks,
    Mark

    Hi Ravi Kasibhatla,
    I think you should set String URL = "jdbc:timesten:direct:TT_TTD_DEMO";
    If you use cache group, you need set OracleUID and OraclePassword.
    This is a example :
    import com.timesten.jdbc.TimesTenDataSource;
    import java.sql.*;
    public class Test2 {
    public static void main(String[] args) {
    String URL = "jdbc:timesten:direct:TT_TTD_DEMO";
    Connection con = null;
    try {
    TimesTenDataSource ds = new TimesTenDataSource();
    // Construct the connection URL
    System.out.println("\nUsing direct connection : TT_TTD_DEMO");
    ds.setUrl(URL);
    ds.setUser("test");
    ds.setOraclePassword("test");
    ds.setPassword("test");
    con = ds.getConnection();
    /*.....Your codes.........*/
    } catch (SQLException ex) {
    try {
    con.rollback();
    } catch (SQLException e) {
    System.out.println("SQLException: " + ex.toString());
    } finally {
    try {
    if ((con != null) && !con.isClosed()) {
    System.out.println("\nClosing the connection\n");
    con.close();
    } catch (SQLException ex) {
    Best Regards

Maybe you are looking for

  • How to set cursor to text field from message box in swing

    I am working Text Field validations in a swing application. when incorrect information is entred in text field a Message is displayed. When I click on OK button on message box I want to set the cursor position to that particular text field for which

  • My iphone 4s charger is not working. The wire sometime can charge the phone, but the most of time, the phone can not been charged

    The iphone 4s charger is not working properly anymore. The wire is broken somewhere. Becasue it is ok sometime for charging, but the most of time, it is not. How can I get a replacement from Apple? Do I have to pay? How mmuch is going to cost? Thanks

  • Which oracle client works with both Oracle 11.2.0.2 and BizTalk 2006 R2

    Hi there My Oracle11.2.0.2 is installed on linux server. My Biztalk2006R2 is installed on Windows Server 2003 R2 x64. I have already installed BizTalk Adapter for Oracle on the Biztalk server and now require to install Oracle Client to make Biztalk a

  • Automatic Transitions

    I'm having a slight problem with automatic transitions in my projects. iMovie doesn't add a transition between the first two clips for some reason. I can easily add one when I'm done adding clips, but it bothers me that I have to do this and I wonder

  • Find the max in tb

    hello everyone. i want to get the model that has a max of airplanes. my code is: select count(modelNumber),modelNumber from airplane GROUP BY modelNumber; my table is: airplane(airId,modelNumber)