Connect SAP HANA Studio to database on local server

I've installed SAP HANA Studio, and my application is running on a local server. How could I connect to my local database from Studio?
What are the values for Host Name, Instance Number and options for JDBC Connection, where can I find these data?

Not related to UI Development Toolkit for HTML Developer Center.  Moved to SAP HANA Developer Center community.
Regards, Mike (Moderator)

Similar Messages

  • Connect SAP HANA Studio with SAP HANA One Instance Reg 70

    Hello,
    i have already create an instance and set all passworts in Management One Console.
    If i want to add a new system in Hana studio a got an error message: "Database connection is not available"
    SAPControl request failed. Cannot retrieve JDBC connection for: ...
    com.sap.ndb.studio.jdbc.JDBCConnectionStatus: Database connection is not available. See error log for more details.
      at com.sap.ndb.studio.jdbc.JDBCPlugin.createConnection(JDBCPlugin.java:295)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTryJDBC(SAPSystemObjectUpdate.java:238)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:84)
      at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:70)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:67)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
    Caused by: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://xxx.eu-west-1.compute.amazonaws.com:30015 [Cannot connect to host exxx4.eu-west-1.compute.amazonaws.com:30015 [Connection timed out: connect], -813.].
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:219)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:203)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:186)
      at com.sap.db.jdbc.Driver.connect(Driver.java:238)
      at com.sap.ndb.studio.jdbc.JDBCPlugin$3.run(JDBCPlugin.java:590)
    I must add, that i test it in the firm's intranet. So we have diverse firewalls. What firewall settings has our IT department change, for enabling the database connection?
    Hope you can help me.
    CT

    Not related to UI Development Toolkit for HTML Developer Center.  Moved to SAP HANA Developer Center community.
    Regards, Mike (Moderator)

  • Which ports are needed for SAP HANA Studio - HANA DB communication?

    I want to connect SAP HANA Studio to a HANA instance. The HANA instance number is 40.
    The SAP note 1592925 states that the ports 5$$13/5$$14 and 3$$15 should be open to allow communication between the HANA Studio and the HANA database. I even see the instance in the HANA Studio, but I cannot administrate it and the HANA studio gives this general "I don't want you to know what the error actually is" message:
    !ENTRY com.sap.ndb.studio.navigator 4 1 2012-01-16 14:01:40.627
    !MESSAGE [HDB hostname 40 (SYSTEM)] Error on refreshing system
    !SUBENTRY 1 com.sap.ndb.studio.navigator 4 0 2012-01-16 14:01:40.627
    !MESSAGE SAPControl request failed
    !STACK 0
    com.sap.ndb.studio.sapcontrol.SAPControlException: SAPControl request failed
         at com.sap.ndb.studio.sapcontrol.operations.SAPControlOperation.execute(SAPControlOperation.java:118)
         at com.sap.ndb.studio.sapcontrol.SAPControl.getInstanceProperties(SAPControl.java:439)
         at com.sap.ndb.studio.sapcontrol.SAPControl.collectProperties(SAPControl.java:466)
         at com.sap.ndb.studio.sapcontrol.SAPControl.open(SAPControl.java:297)
         at com.sap.ndb.studio.sapcontrol.SAPControlManager.getSAPControl(SAPControlManager.java:108)
         at com.sap.ndb.studio.sapcontrol.SAPControlManager.getSAPControl(SAPControlManager.java:81)
         at com.sap.ndb.studio.sapcontrol.SAPControlManager.needCredentials(SAPControlManager.java:57)
         at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTrySAPControl(SAPSystemObjectUpdate.java:102)
         at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:63)
         at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:75)
         at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:67)
         at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
    Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
         at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(Unknown Source)
         at com.sap.ndb.studio.sapcontrol.operations.SAPControlOperation.execute(SAPControlOperation.java:94)
         ... 11 more
    Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
         at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.post(Unknown Source)
         ... 13 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
         ... 14 more
    Do I need to open any other ports to make HANA Studio work with HANA DB?
    Regards,
    Mark

    Hi Mark,
    The HANA Studio connects to HANA DB Instance with JDBC on port 3<Instance number>15.
    For your HDB with Instance Number 40, the port would be 34015.
    HANA Studio will automatically assign the JDBC port number when you assign the instance number when you add new system.
    Looking at the error message that you posted:
    !ENTRY com.sap.ndb.studio.navigator 4 1 2012-01-16 14:01:40.627
    !MESSAGE [HDB hostname 40 (SYSTEM)] Error on refreshing system
    It looks like the hostname entry was not entered correctly (you might have entered "hostname" value when adding the system in HANA Studio).
    Here is an example of correct log entry on DCA database instance on hanasvr-01 server with Instance number 00:
    !ENTRY com.sap.ndb.studio.navigator 4 1 2012-01-10 13:55:23.598
    !MESSAGE [DCA hanasvr-01 00 (SYSTEM)]
    You may want to delete and re-add your HDB instance in your HANA Studio.
    Regards,
    Ferry

  • How ADBC connection is benefits by using SAP HANA as secondary database ?

    Hi,
    I have one more important question.
    How ADBC connection is benefits by using SAP HANA as secondary database in terms of performance wise for the access of data from HANA database as a secondary database.
    I have 2 options and which is better for the good performance for accessing the data-
    1 .  In ABAP Reports in the SELECT statements by using CONNECTION (“HDB”) will this improve the
         performance.
          e.g : select * from BSEG into TABLE IT_TAB CONNECTION (“HDB”).
    2. Will Create the Stored procedure in HANA studio and Call
       from ABAP as below by using NATIVE SQL–
         EXEC SQL
          SET CONNECTION (‘HDB’).
         ENDEXEC.
        EXEC SQL.
          EXECUTE PROCEDURE proc (IN    p_in1                       
                                 OUT   p_out1   OUT   p_out2 )
       ENDEXEC.
    Regards,
    Pravin
    Message was edited by: Jens Weiler
    Branched from http://scn.sap.com/thread/3498161

    Hi Pravin,
    Option 1: In this case ADBC might even worsen the performance due to the overhead in the ADBC framework. OpenSQL is the method to go here, as OpenSQL - from the ABAP point of view - features the optimal communication with the database while ADBC has overhead like constructor-calls for the statement, parameter binding, etc.
    Option 2: In this case ADBC is comparable with EXEC SQL but features more options, e.g. clean concept of multiple connection (connection objects via CL_SQL_CONNECTION), exception handling, etc. So I strongly propose to favour ADBC over EXEC SQL, but not simply for performance reasons. You might have a look at the ABAP Language Help in your system on more information on ADBC and the advantages over Exec SQL.
    Cheers,
      Jasmin

  • Install of SAP HANA Studio Dev Ed v1.00.80 fails with "Could not create the Java Virtual Machine"

    Hello,
    Scope: JVM error during initial install of SAP HANA Studio Developer Edition v1.00.80, Win86/32bit
    Source: installation files pulled from HANA Studio tab at https://hanadeveditionsapicl.hana.ondemand.com/hanadevedition/, which is a link from the main HANA site of http://scn.sap.com/community/developer-center/hana.  zip folder: "sap_hana_win32_studio_rev80"
    Targeted O/S: Windows 7, 32-bit, local Java is SE 7, update 67.   Java environment has been confirmed via checks provided at http://www.java.com/en/download/manual.jsp
    Actions taken:
    Attempted to update the installation's eclipse.ini file by reducing the -Xmx value; see details below.
    Read thru postings such as http://scn.sap.com/thread/3390626 and the threads it recommended.
    Checked OSS (ie Note 1859686 - HANA Studio does not start)
    Description of installation error:
    Shortly after executing "hdbinst", it fails with the error "Could not create the Java Virtual Machine".  I've verified that there is nearly 3G of memory free.  What I did notice, as shown in the attached files, is that Eclipse is part of this installation and it's pre-loaded with the "eclipse.ini".  I firmly believe the solution could be to reduce parameter "-Xmx1024m" to "-Xmx512m" but it's a catch-22 because even after updating eclipse.ini (in installation folder C:\Program Files\SAP\hdbstudio\tmp_p2director2014.08.13_13.36.44\director), the install program requires that the "hdbstudio" folder to be empty upon restarting it.
    Since the installation is basically a package with a lot of .jar files, there is no eclipse.ini file available in the source install folder; otherwise, updating it there would be the easiest solution if that option were available. The file is only available in the targeted deployment folder above.
    If you have encountered this same error and were able to resolve it, I would be grateful to know of your solution.  Thanks very much.
    FYI: the HANA Client installed with no issues.
    Jim Cleek
    FYI: the images below reflect the sequence of images produced during the installation.
    after clicking OK above, the screen below gets updated (see the "is not empty" msg).
    Below is the eclipse.ini file located in the deployed/target folder:
    Message was edited by: Jim Cleek
    FYI: Using information from the SAP HANA Database - Studio Installation and Update Guide, I tried to override the installation's use of its eclipse.ini file by passing my own modified version (with "-Xmx512m") of that file that was placed in a separate folder.  The cmd used via DOS window was "hdbsetup.exe -a studio --configfile=C:\Users\Admin\Downloads\eclipse.ini" and even though it successfully launched the SAP HANA Lifecycle Management gui, it failed on the first step with the same JVM create error as above because it appears to have used its own eclipse.ini file, which has "-Xmx1024m".

    Update: a message was opened with SAP but unfortunately they could not provide a resolution for this particular scenario.  They admitted that the eclipse.ini file cannot be updated since it is bundled as part of the installation package.  One point to make that I did not make before was that this was being attempted on an Oracle VirtualBox (4.3.10); the SAP HANA contact said he assumed that SAP has not tested this particular scenario, thus it could not be supported.
    Resolution: the end result was to abort trying to install SAP HANA Client and Studio on the Oracle VirtualBox but to install it locally on my own desktop, which runs on Windows 7 Enterprise 64-bit with 8G of memory.  The SAP HANA files below were downloaded, extracted and installed successfully in the order shown.
    FYI: the Studio installation detected that a 64-bit version of Java was not installed so I installed that and then adjusted the User environmental variable JAVA_HOME to point to that new path, leaving the System variable still pointing to the pre-existing 32-bit Java path.
    SAPCAR 7.20 -> Windows on x64 64bit:  SAPCAR_315-20010453.EXE
    IMDB_CLIENT100_80_0-10009664.SAR   Revision 80 for SAP HANA CLIENT 1.00
    Support Package SAP HANA CLIENT 1.00 Windows on x64 64bit
    IMC_STUDIO100_80_0-20007647.SAR   Revision 80 for SAP HANA STUDIO 1.00
    Support Package SAP HANA STUDIO 1.00 Windows on x64 64bit
    jre-7u67-windows-x64.exe - http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
    Jim Cleek
    HP Enterprise Services

  • Issue Configuring Workspace in SAP HANA Studio

    i want to connect  my local SAP HANA Studio and Sap HANA Client to  HANA server on CloudShare. However, I cannot find the repository access path in the preferences to configure the HANA regi file.
    I have installed both hana studio 73 win 64 bit version and hana client 73 win 64 bit version.And the installation is done successfully and to the correct folder path.
    can any one help me regrading this issue.
    Regards,
    geeta

    Thank you Thomas !

  • Master Password for SAP HANA studio

    Hi
    Recently I installed SAP HANA studio on my pc.
    I am able to add system with the below details but I do not know the master password.
    Please guide me to retrieve the master password.
    Thanks

    Hi Hannes,
    Thanks for your valuable reply. Do I need to uninstall and reinstall HANA studio .
    The below errors are encountered when I try to logon on hanadb :-
    Error
    Tue Oct 07 23:16:21 SGT 2014
    SAP DBTech JDBC: Cannot connect to jdbc:sap://hanadb:30215 [Unknown host hanadb:30215 [hanadb], -709.].
    com.sap.ndb.studio.jdbc.JDBCConnectionStatus: SAP DBTech JDBC: Cannot connect to jdbc:sap://hanadb:30215 [Unknown host hanadb:30215 [hanadb], -709.].
        at com.sap.ndb.studio.jdbc.JDBCPlugin.createConnection(JDBCPlugin.java:300)
        at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTryJDBC(SAPSystemObjectUpdate.java:272)
        at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:96)
        at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:73)
        at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:70)
        at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
    Caused by: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://hanadb:30215 [Unknown host hanadb:30215 [hanadb], -709.].
        at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:230)
        at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:214)
        at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:197)
        at com.sap.db.jdbc.Driver.connect(Driver.java:192)
        at com.sap.ndb.studio.jdbc.JDBCConnection$1.run(JDBCConnection.java:157)
    Thanks !

  • Error with ABAP in SAP HANA studio  Version: 1.80.3

    Hi,
    Am using SAP HANA studio Version: 1.80.3 and have got the ABAP perspective in here.
    I am able to connect to the SAP ABAP system via the studio, however when I open the folder, am not able to open the ABAP system folder and see objects.. on expanding the system node, I see nothing!.
    I am able to connect to this same system with HANA Studio Version: 1.0.70.
    Can you please suggest what might be wrong?
    Regards
    Sudarshan
    On a related note, when I click on the "Check for Updates" button, I get a PROXY authentication required error. Is there a way to configure the proxy authentication details in HANA studio version 1.80.3?

    PFA the screen prints of the errors and the version

  • Where to download SAP HANA Studio and Client files

    Hello all,
    I am trying to learn SAP HANA and started watching the tutorial videos from SAP HANA Academy.  Would it be possible for me to download the SAP HANA Studio and Client files so I can practice development on my PC?  The video, HANA Academy - Installing the SAP HANA Studio and SAP HANA Client tools - YouTube, points to an old SAP Service Marketplace interface and I am unable to follow the instructions on where to get these files.
    Thanks in advance.
    Doods

    Doods,
    you can download HANA Client, Studio and Driver at:
    SAP | HANA Developer Edition
    cheers
    m./

  • SAP HANA studio OpenSuse 12.3

    Hi All,
    I'm trying to install SAP HANA Studio on a OpenSuse 12.3 OS.
    As soon as I unpack the .SAR files and I run the ./hdbsetup command I get the following error message:
    cannot load wxWidgets properly: Can't load
    '/home/vbar/HANA/SAP_HANA_STUDIO/instruntime/Wx.so' for module Wx:
    libjpeg.so.62: cannot open shared object file: No such file or directory at
    DynaLoader.pm line 190. at sdbrun/Require.pl line 62
    Any clue?
    Thanks a lot for your time.
    Regards,
    Vincenzo

    Hi Team,
    can not load wxWidgets Properly: Can not load '/home/fedor/hana/HDB_LCM_LINUX_X86_64/instruntime/Wx.so' for module Wx: libjpeg.so.62: CAN not Open Shared Object file: No such file or Directory DynaLoader.pm at line 190. at sdbr.
    can any one please help me to solve the issue.
    Regards
    Deeru

  • Understanding of the table level information from SAP HANA Studio

    Hello Gurus,
    Need some clarification from following information provided by SAP HANA Studio.
    I have a table REGIONS and the contents are as follows:
    REGION_ID REGION_NAME
    11      Europe
    12      Americas
    13      Asia
    44      Middle East and Africa
    15      Australia
    6      Africa
    The Runtime Information about the table is as follows:
    Image# 1
    Image# 2
    Image# 3
    Total size in KB show in Image#2 and 3 are not matching. Why?
    Total size in KB show in Image#2 and Total Memory Consumption are not matching. Why?
    The values of Memory consumption in Main Storage and Delta Storage are not matching in Image# 1 and Image# 2. Why?
    Estimated Maximum Memory Consumption (Image# 1) and Estimated Maximum Size (Image# 2) are matching.
    Why the Loaded column Image# 2 is showing the value ‘PARTIALLY’. The table has just 6 rows and still partially loaded? Why?
    What is the significance of column Loaded in Image# 2 and 3 ?
    Thanks,
    Shirish.

    Have a look on this
    Playing with SAP HANA
    That presentation should help you to answer the questions yourself
    Regards,
    Krishna Tangudu

  • Start/Stop SAP Hana on SAP Hana Studio - Authentication Method

    Hi dear SAP Hana Colleagues !
    For security reasons, the Security Team is disabling the password authentication of SAP OS Users (<sid>adm). The password will be setted up as "locked" in the /etc/passwd file, to block "intearactive logins".
    As we know and as discribed in the section 2.2 of "SAP Hana Administrator's Guide", to stop/start SAP Hana Systems by SAP Hana Studio, we need to provide the "user/password" data to execute these actions, and this will not be possible if the password has remaining as "locked" in the OS.
    Are there another way to authenticate the <sid>adm user from SAP Hana Studio to execute the stop/start of SAP Hana System ?
    I'll wait your answers.
    Best regards,
    Rodrigo A. Botelho

    Rodrigo,
    esse espaço é de HANA em Portugues.
    Por favor, refaça a pergunta em Português e/ou pergunte no espaço de HANA em inglês:
    SAP HANA and In-Memory Computing
    Vou bloquear essa thread agora.
    Abs,
    Henrique.

  • Unable to install ADT on SAP HANA studio

    Hi Experts,
    Am not able to install ADT ( ABAP Development Tool) on my SAP HANA studio version (7.0-64 bit).
    Whenever i tried to installed, it is not installing all the objects and getting error like attached,
    Please help .
    Thanks & Regards,
    Girdhari Mondal

    Hi Girdhari,
    alternatively, ensure Kepler (or Juno, depending on your installed HANA Studio version) and Xtext are visible as update sites
    Kepler: http://download.eclipse.org/releases/kepler
    Xtext All In One - Release: http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
    See the note in the above mentioned document.
    Cheers,
      Jasmin

  • Cannot use SAP HANA Studio with SAP HANA One Instance

    Hello together,
    i try to make some tests in the SAP HANA environment. But i got the following error message each time:
    An internal error occurred during: "Updating system 'HDB' ...".
    java.lang.NullPointerException
      at com.sap.ndb.studio.datamodel.manager.SAPSystemState.isThereAtLeastOneIndexserverProcessWithStateColor(SAPSystemState.java:44)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:76)
      at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:70)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperationJob.run(DataModelOperationJob.java:70)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    I often read about different SAP HANA One and SAP HANA Studio versions.
    Following information about the versions:
    Studio: Version: 1.0.52
    Hana One Instance 52.1
    What could be the reason for getting this error message? I hope you can help me.
    Thanks in advance.
    CT

    Hi Nicky,
    As per my knowledge, there is no separate licensing required for HANA studio. License for HANA d/b or Enterprise HANA license is sufficient.
    Installation of HANA studio will not ask for any licenses.
    Regards,
    Suma

  • 30 days HANA trial: can I recreate VM for "SAP HANA Studio" in cloudshare?

    Dear experts,
    got the VM's for the 30 days trial both up and running.
    Is it possible to recreate the VM's  mentioned below to start from scratch again ?
    a. SAP HANA SPS5 server
    Installed: SAP HANA SPS5 server
    OS: SUSE Enterprise 11 SP1 64 bit
    OS: Linux
    State: Running
    b. SAP HANA Studio
    Installed:
    • SAP HANA studio
    • SAP HANA client
    • Office Professional Plus 2010 SP1
    • Visio 2010 Premium Edition
    OS: Windows 7 Pro x64 SP1 
    OS: Windows
    State: Running

    Thanks for reply,
    As SLT is based on ABAP, so we can write complex logic in it.
    But if we talk about SAP ECC standard data source, they have complex logic, based on multiple table.
    So we need to write code from scratch in SLT to derive same result. but it will be huge time consuming , and required good ABAP skills, also it will lead to bug in code.
    Also it will reduce the real time performance of SLT, due to complex logic.
    Second option is procedure via SQL script, which is again huge effort in term if logic and can lead to error/bug in logic.
    Does we have any other way or architecture to do this is very simple way, with high performance and less error issue.
    Regards
    Pavneet Rana

Maybe you are looking for

  • Setting Security in Tomcat 5.0

    Hi, I am new in JSP business. I developed an intranet based website. As required by the client there is no user-name/password stuff. - All JSP pages are placed in one directory called "Dir1", some pages doing updates need to have restricted acccess.

  • Quadrature encoder

    Hi, I'm trying to make an position measurment with a quadrature encoder. My hardware is a6031E card, and I 'm using DAQmx 7.4.0. I read the AN84. So I connected Channel A to Ctrl0_src (PFI8) and Channel B to ctrl0_up-down (Port0.6). I used the "quad_

  • Apps crashes after upgrading to ios8

    Hi, I have iphone 5s and last night I upgrade it to ios 8 but after installation none of my installed apps worked and all of them crashes after running. what I must do please help me

  • Finding Duplicated Files

    What is the easiest way to find duplicated files throughout the hard drive? I have just managed to eliminate 6 GB of files that had arisen because previously I had files and clones on 3 separate Hard Drives and had lost track at times. I am now conso

  • Save in a variable an instrument handle out

    Hello, I wanna create a sequence in teststand using labview step. the problem is the VI of my labview step has a function with instrument handle in and instrument handle out. How can I store those instrument handle out in a variable to be able to use