Unable to connect from bundle to temperature graph

Hi! There is the problem that I am facing now, is the connection that says,
You have connected two terminals of different types.
The type of the source is cluster of 2 elements.
The type of the sink is 1D array of
    double [64-bit real (~15 digit precision)]
how to figure this out and may I have the solution, please?
Aloysius Low
Attachments:
Temperature 2.vi ‏10 KB

If you look at the context or detailed help for the graph, it explains the data types that it accepts. The waveform graph is used for displaying a complete set of time-series data with a uniform time between points. (with a t0, dT and Y values). It accepts either a 1D or 2D array of points (where t0 = 0 and dT = 1) or a waveform.
You are probably looking for an XY graph instead of a waveform graph - that is used to display an arbitrary plot of X & Y values and accepts a cluster containing an array of X and Y values.
Certified LabVIEW Architect, Certified TestStand Developer
NI Days (and A&DF): 2010, 2011, 2013, 2014
NI Week: 2012, 2014
Knowledgeable in all things Giant Tetris and WebSockets

Similar Messages

  • Able to connect from SQL-Assistant BUT unable to connect from Sql Developer

    Hello,
    I have been troubling with this issue for the last two weeks...tried so much, but could not able to resolve....
    sqlplus username/password@IPAddress:port/ServiceName
    I am able to connect to DATABASE from SQLAssistant only when I provide string like ABOVE........If I dont mention the SERVICE, m unable to connect to DB...
    Now the biggest issue is with SQL Developer.....m not at all able to connect to DB using SQL Developer....I tried all options...but no use...
    waiting for your reply......
    Thanks Much in Advance.....

    What have you tried, and what error messages are you getting?
    When you create a connection in SQL Developer, you should specify IPAddress,port,ServiceName as in your sqlplus connect string.

  • Exchange management console unable to connect from another domain

    Hi,
    I cannot connect to Exchange using EMC
    i have a root Domain A and the Exchange is in Domain B installed.
    I cannot connect from Domain C
    All Domains are in the same Forest

    Hello,
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Cara Chen
    TechNet Community Support

  • Unable to connect from java application

    Hi,
    I recently converted my application over from 5.1, and everything (servlet +
    EJB) is working great under one VM. Now I'm trying to connect to the server
    with our commadline admin program and its a no-go. Here's the stacktrace on
    the serverside, followed by the trace on the client side:
    ***server dump:
    <Mon Nov 13 12:36:0003 PST 2000> <Notice> <WebLogicServer> <Listening on
    port 10081>
    java.io.EOFException
    at weblogic.utils.io.DataIO.readUnsignedByte(DataIO.java:372)
    at weblogic.utils.io.DataIO.readLength(DataIO.java:702)
    at
    weblogic.utils.io.ChunkedDataInputStream.readLength(ChunkedDataInputStream.j
    ava:103)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readJvmId(MsgAbbrevJVMConnection.java:2
    43)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.j
    ava:280)
    at
    weblogic.rjvm.MsgAbbrevInputStream.readMessageContext(MsgAbbrevInputStream.j
    ava:126)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:594)
    at
    weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:373)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:373)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    ***client dump:
    javax.naming.CommunicationException. Root exception is
    java.net.ConnectException: No server found at T3://localhost:10081
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:161)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at com.kiko.net.jndi.URLClientFactory.getClient(URLClientFactory.jav
    Gene Chuang
    Join Kiko.com!

    Nevermind, fixed the problem! Forgot to add 6.0's weblogic_sp.jar and
    weblogic.jar to the client's classpath... doh!
    Gene Chuang
    Join Kiko.com!
    "Gene Chuang" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I recently converted my application over from 5.1, and everything (servlet+
    EJB) is working great under one VM. Now I'm trying to connect to theserver
    with our commadline admin program and its a no-go. Here's the stacktraceon
    the serverside, followed by the trace on the client side:
    ***server dump:
    <Mon Nov 13 12:36:0003 PST 2000> <Notice> <WebLogicServer> <Listening on
    port 10081>
    java.io.EOFException
    at weblogic.utils.io.DataIO.readUnsignedByte(DataIO.java:372)
    at weblogic.utils.io.DataIO.readLength(DataIO.java:702)
    at
    weblogic.utils.io.ChunkedDataInputStream.readLength(ChunkedDataInputStream.j
    ava:103)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readJvmId(MsgAbbrevJVMConnection.java:2
    43)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.j
    ava:280)
    at
    weblogic.rjvm.MsgAbbrevInputStream.readMessageContext(MsgAbbrevInputStream.j
    ava:126)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:594)
    at
    weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:373)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:373)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    ***client dump:
    javax.naming.CommunicationException. Root exception is
    java.net.ConnectException: No server found at T3://localhost:10081
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:161)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    atcom.kiko.net.jndi.URLClientFactory.getClient(URLClientFactory.jav
    >
    Gene Chuang
    Join Kiko.com!

  • Unable to connect from my landline to a mobile pho...

    Can you PLEASE help me to connect to my son's mobile phone number - I have registered for Skype to Go and have money in my a/c yet when entering the number of his mobile it is not connecting.   I am very disappointed because I would like to call him cheaply rather than use my O2 account.   peter.copp31 

    JoT wrote:
    I do not see that anyone answered your post. 
    We answered the post starter 3 weeks ago (see above).      
    No post duplicates please. Duplicate deleted. Please start your own thread.
    No two issues are identical (too many variables).  
    That problem was not STG related. Please confirm that your's is.
    Thanks.         
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Unable to connect  from jar

    C:\Documents and Settings\sphoortia\Desktop\project>java -jar try1.jar
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at databaseProject.try1.openConnection(try1.java:418)
    at databaseProject.try1.actionPerformed(try1.java:488)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17
    86)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
    ctButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    No suitable driver
    C:\Documents and Settings\sphoortia\Desktop\project>
    With this error my pgm exits.
    I have made the necessary additions of jar file paths[classes12.zip, ojdbc14.jar ] in the classpath variable. But still it gives the error. Can anyone please help me with this .
    Thanks
    try
                                  //DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
                                  String driverName = "oracle.jdbc.driver.OracleDriver";
                                  //String driverName = "OracleDriver";
                                try {
                                       Class.forName(driverName);
                                  } catch (ClassNotFoundException e) {
                                       e.printStackTrace();
                                  }

    C:\Documents and
    Settings\sphoortia\Desktop\project>java -jar try1.jarExecutable jar.
    I have made the necessary additions of jar file
    paths in the classpath
    variable. You can't use the enviroment class path variable with an executable jar.
    Nor can you use the command line path class path option.

  • Unable to Connect database from Pro*c

    Hi,
    We had installed Pro*c in Oracle 8.1.7.0.0 server
    and in client oracle_home we set as server Oracle home directory. we are using forms5.0 and pro*c
    Now we are in the process of migration to Forms6i.
    We installed in same orant client directory.
    if we set as oracle_home as server oracle home directory. we are unable to connect to database from forms if set oracle_home as client oracle_home we unable to connect from proc.
    Please give us solution

    I have installed forms5.0 and forms 6i in Client machine in DEFAULT_HOME and we are using server oracle_home to compile pro*cs and connect to database.
    where to check tns_admin

  • Unable to connect to SMC Client system from SMC Server System

    hi,
    i have installed SMC 3.6.1. on Solaris 10 OS . The SMC agents are installed are all system but SMC Server is unable to communicate with Client systems. SMC Server System can Ping and Telnet all the SMC Client systems , but unable to connect from SMC .
    Please guide how can resolve this problem
    best regards,
    Adeel Mehmood

    Hi Adeel,
    i have installed SMC 3.6.1. on Solaris 10 OS . The
    SMC agents are installed are all system but SMC
    Server is unable to communicate with Client systems.
    SMC Server System can Ping and Telnet all the SMC
    Client systems , but unable to connect from SMC .
    Please guide how can resolve this problemSo, you can login to SunMC, but you're unable to make an icon for any of your Agents? Or you have icons you made bofre but when you click on them now you get errors?
    If these are new Agents, do they have more than one netowrk interface? If so, they may have security information for the "other" network (the one the SunMC Server's not on). You can try manully specifying the correct network for one Agent and see if it helps:
    http://forums.halcyoninc.com/showthread.php?t=2
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    !! New !! : http://forums.HalcyonInc.com

  • Unable to connect r/3 to bw

    Hi eveybody,
    My problem is I want to connect r/3 to bw
    r/3 side : host name :erp, database : oracle, database name : erp, windows 2000 server
    bw side : host name : biw , database : sqlserver, database name : biw , windows 2003 server
    i can connect from r/3 to bw with remote login but unable to connect from bw to r/3 via remote login,
    if u need any clarification from me, then i will pass to you.
    pls help me in this regard,
    With Regards,
    salman

    Salman,
    If you can connect one way and not the other, then you'd need to check how you are attempting to connect from R.3 to the BW box. I am assuming that if you do a connection test from R3 to the BW system, it is successful - this will test the TCP/IP connectivity between the systems, making sure the systems can resolve an IP address and open a port (no firewall issues).
    Are you seeing a specific error? Possibly, it is as simple as making sure that the user ID you're using to logon to the R3 system is not allowed to logon (assign the S_RFC profile to the user ID). Alternativly, it could be an incorrect password, invalid client, etc.
    If none of these suggestions help, please send back the error message you see when this fails, check the R3 side for short dumps and system log messages, check the user ID you're using in the R3 system to make sure it is not locked and that it has proper authorizations. Also, what version(s) of SAP are you using? Is everything here based on WAS640? WAS700? Do you possibly have a mixed release environment? For instance, if the bw system is WAS640 and the R3 system is WAS700, then you could have an issue with capitalization mismatch.
    All kinds of stuff. Let me know how you do!
    -Tim

  • Connecting from outside into VM

    Hello
    I have a server application running that I need to access from external sources.
    I am unable to connect from external clients to the server application. 
    I tried using with public ip and fqdn to no avail
    Any help in the right direction would be greatly appreciated

    Hi,
    So the issue is that you want to connect to your application from outside using the publiuc IP.
    Yes you can do that, but you should know that your application uses one or more ports. And Azure, by default only allow two ports (Rmeote Desktop and Management). You will need to allow the trafic on your application ports. In Azure, we talk about Endpoints.
    So go to your VM>Endpoints
    Click Add
    Create a new Endpoint and choose the public port and the Private port.
    What do Private and Public mean ?
    The Private port mean the port that your application listen to : Example my application listen on port 445, so the traffic need to reach the server on that port
    The Public Port means what port my client will use to send trafic to the application. In a standard configuration, the public port is equal to the private port. But for some reasons (I will detail them if you ask), they can differ. So we create the mapping
    between them. Suppose that i will type port 6789
    What happens then ?
    My client will send the traffic to the Public IP on port 6789, when the traffic reaches Azure, Azure will pass the traffic to the VM but will change the port to 445 (Private Port). My application will work perfectly.
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • Unable to connect to ifolder server?

    Hello all,
    I am trying to connect the ifolder server from the ifolder client, i am getting the below error while connecting, please suggest
    Msg System.ArgumentNullException: null key
    Parameter name: key
    at System.Collections.Hashtable.Find (System.Object key) [0x00000]
    at System.Collections.Hashtable.Contains (System.Object key) [0x00000]
    at System.Collections.Hashtable.ContainsKey (System.Object key) [0x00000]
    at Simias.WebState..ctor (System.String DomainID) [0x00000]
    at Simias.DomainServices.DomainAgent.Login (System.Uri host, System.String domainID, System.Net.NetworkCredential networkCredential, Boolean calledRecursive) [0x00000]
    at Simias.DomainServices.DomainAgent.Attach (System.String host, System.String user, System.String password) [0x00000]
    at Simias.Web.SimiasService.ConnectToDomain (System.String UserName, System.String Password, System.String Host) [0x00000]
    at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
    Stack at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReceiveResponse (System.Net.WebResponse response, System.Web.Services.Protocols.SoapClientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) [0x00000]
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke (System.String method_name, System.Object[] parameters) [0x00000]
    at SimiasWebService.ConnectToDomain (System.String UserName, System.String Password, System.String Host) [0x00000]
    at (wrapper remoting-invoke-with-check) SimiasWebService:ConnectToDomain (string,string,string)
    at Novell.iFolder.Controller.DomainController.AddDoma in (System.String host, System.String username, System.String password, Boolean bSavePassword, Boolean bSetAsDefault) [0x00000]
    Looking forward for your kind reply.
    Regards
    Rohit Singh

    Could you rename simias folder and start the ifolder client again. On Windows it is in %APDDATA% folder and Linux it is on $HOME/.local/share/. Please note this will need you to provide all ifolder information again.
    Let us know the result.
    >>> rohit100<[email protected]> 7/5/2011 12:06 PM >>>
    Hello,
    details of ifolder are as below:
    OS: OpenSuse
    Ifolder version: 3.8.0
    The Ifolder features such as creating ifolder, sharing docs with co
    members are working on web side, but we are unable to connect from any
    ifolder client remotely, please suggest what to do?
    We will be grateful to you?
    Regards
    Rohit Singh
    rohit100
    rohit100's Profile: http://forums.novell.com/member.php?userid=113027
    View this thread: http://forums.novell.com/showthread.php?t=441408

  • Unable to connect to SharePoint list data from PowerPivot in Excel

    Hi,
    I have the PowerPivot excel add-in installed and I can connect successfully to SQL data.  I have two SharePoint farms - Farm 1 and Farm 2.
    I am able to connect PowerPivot to SharePoint lists in multiple web applications in Farm 1 by using the ListData.svc.
    e.g. https://farm1/_vti_bin/ListData.svc/Tasks
    In Farm 2 I am unable to connect to SharePoint data.  I have tried multiple web applications on Farm 2 and can't connect.  I receive the following error.  I am able to browse to the address in Internet Explorer and see a feed.
    Has anyone else had this error?
    Thanks in advance,
    Mark
    Error Message:
    ============================
    Cannot connect to the specified feed. Verify the connection and try again. Reason: The underlying connection was closed: An unexpected error occurred on a receive..
    ============================
    Call Stack:
    ============================
    at Microsoft.AnalysisServices.Modeler.DataImportWizard.DataSourceBasic.UpdateDataFeedParameters(ConnectionStringBuilder connBuilder, IDataSource dataSource, Boolean checkFeedValid)
    at Microsoft.AnalysisServices.Modeler.DataImportWizard.DataSourceBasic.GetCurrentConnectionString(Boolean checkFeedValid)
    at Microsoft.AnalysisServices.Modeler.DataImportWizard.DataSourceBasic.ClickTestConnection(Object progressControl)
    ============================

    Hi Millard1,
    From your descripton, it seems you want to use SharePoint list as a data souce. If so, you should export the SharePoint as data feed in your SharePoint site, and then create a new PowerPivot table that contains the list. Here are some articles for your reference,
    please see:
    Use Data Feeds (PowerPivot for SharePoint):
    http://technet.microsoft.com/en-us/library/ee210625.aspx#sharepointlist
    Using a SharePoint list as a data source:
    http://powerpivotgeek.com/2010/10/28/using-a-sharepoint-list-as-a-data-source/
    Regards,
    Bin Long
    TechNet Community Support

  • Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    You need to ask Apple for assistance with getting back into your old ID. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to resolve this issue through the Account Security team, fill out and submit this form.
    (118441)

  • There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server

    Hello,
    I have an issue with connecting client SB1H on Windows, the scenario is as follows:
    1.- Server:
         Suse Linux Enterprise Server 11.3 kernel version: 3.0.76-0.11 IBM
         NDB and Server are review 69 SP06
    2.- Client:
         Windows 8 Pro Virtual Machine on Microsoft Hyper-V
         SB1H PL 11 version 32bits    
         SAP HANA Studio version 1.0.60
    When I run SB1H the following message appears:
    There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server.
    Any idea what could be the solution?

    Hi,
    Please check SAP notes:
       1993392 - Server components setup wizard: New default values for certificates and single sign-on option
    1929288 - Do not configure SSL for XApp during installation or upgrade if XApp is installed on a different machine than the SAP HANA server
    Thanks & Regards,
    Nagarajan

  • Unable to connect to SQL Server 2008 from OBIEE 11G(on 64 bit Linux box)

    We are unable to connect to connect to SQL Server 2008 from OBIEE 11G which is on 64 bit Red Hat Enterprise Linux.
    Infrastructure: OBIEE 11.1.1.5 64bit, on 64 bit Red Hat Linux Enterprise Linux 5.6 , MS SQL Server 2008 on 64 bit Microsoft Windows Server
    Issue Description: Unable to connect to SQL Server 2008 from OBIEE11G RPD
    Details: We are unable to connect to SQL Server 2008 from OBIEE which is on a 64 bit Linux box. We created the ODBC connection on Linux box to the SQL server. Whenever we try to import metadata it throws an error that says ‘Connection Failed’.
    Here are the steps we followed to setup the ODBC connection on Linux box.
    1) We updated the user.sh file with the LD_LIBRARY_PATH and LD_LIBRARY_PATH_64 values that point to $ORACLE_HOME/bifoundation/odbc/lib
    This is where we found the driver for SQL server SEmsss23.so.
    2) We updated the odbc.ini file with the entry for SQL server with the connection details
    SI_SQL_Server_DEV = SQL Server
    [SI_SQL_Server_DEV]
    Driver=/u001_OAS/Oracle/Middleware/Oracle_BI1/bifoundation/odbc/lib/SEmsss23.so
    Description=DataDirect 5.1 SQL Server Wire Protocol
    Address=10.230.216.52,54970
    AlternateServers=
    AnsiNPW=Yes
    ConnectionRetryCount=0
    ConnectionRetryDelay=3
    Database=SVBDW_NEW
    LoadBalancing=0
    LogonID=SIDatavalidation
    Password=~~~Password123
    QuoteID=No
    ReportCodePageConversionErrors=0
    3) We updated the IDENTIFIER_QUOTE_CHAR with single quotes instead of double quotes in the DB features of the RPD
    4) We updated the bash_profile file to point the ODBCINI variable to the path where the OBIEE odbc.ini file is present.
    Export ODBCINI=/u001_OAS/Oracle/Middleware/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setup/odbc.ini
    The error in nqsserver.log file says “[nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified.”

    Hi,
    Make sure SQL Configuration Manager make sure the TCP/IP enabled. please try below method
    Method 1
    Re Create a new ODBC & Oracle Bi Server DSN Configuration test it and use it in the connection pools.
    define your ODBC data source in your server where the BI Server is installed. Check your DB connections in your physical layer and make they are defined on your BI Server as well.
    Method 2:
    try using the complete TNS in below format in the datasource name section:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST =DB IP)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = ORCL) ) and provide the credentials.
    Method 3:
    To use the OCI call interface you need to have oracle client DB to be installed so that you can establish a connection using that DB credentials and connect to the remote dB and then import the tables.....this is the rule of thumb.
    hope helps you.
    Thanks
    Deva

Maybe you are looking for

  • A suggestion for handling optdepends.

    [UPDATE] I've rewritten this post to present the idea more clearly. [/UPDATE] I've submitted a feature request: http://bugs.archlinux.org/task/12708 If you like this idea, please express your support there too. The Current Situation The pacman databa

  • QM for Vendor Batch

    Hi The requirement is as follows: 1. The QA representative inspects the batch of raw material at the vendor premise     and approves the batch. The batch is for a firm quantity.The batch will vary after a time interval. 2. The QA rep creates an inspe

  • 2 TB MyCloud filesystems "/tmp" and "/var/log" both at 100%

    Now, this is just plain weird...  here's the output from "df -k": Filesystem 1K-blocks Used Available Use% Mounted on rootfs 1968336 685956 1182392 37% / /dev/root 1968336 685956 1182392 37% / tmpfs 40960 20992 19968 52% /run tmpfs 40960 64 40896 1%

  • Install Apple Remote Desktop

    Hello, i need to install this application i always find updates only. when i try to install it, after the installer finish i don't find the program Please Help me getting it

  • Order Types

    Order Types defined in AR(order types and invoice sources) and OM not flowing in the LOV of Sales Order in OM...what might be the problem?