Creating an Import Connection in HANA STUDIO

Dear SAP Aficionados,
We have recently installed the HANA solution in our current infrastructure, although there are still a couple of points still to workout.
Dealing with our internal team we are just about to start testing out the solution in a couple of days. Unfortunately we have stumbled over a small inconvenience that I think this team of individuals would help us find a solution.
In studio we are doing the following:
File
Import
Information Modeler --> Source Object
Select or Manage Source System - we have to create a new one as we have yet to do.
Now creating a Connection I have a couple of questions:
a- should we create the connection for the DLT or the ERP SYSTEM?
b- As per our knowledge we have not created an "Encryption Passphrase" on either of these systems, is there a default one? It does not permit us to pass the to test the connection without the passphrase.
Thanks in advance for your help and orientation on this.
Regards,
Juan Santos

Hello,
this functionality is designed for managing BusinessObjects Data Services to automatically load tables into SAP HANA.
Are you using BusinessObjects Data Services?
1.) You need to first Configure Import Server - go to perspective Modeler / section Setup / option Configure Import Server.
2.) In BODS you need to create new source system - go to tab Datastore and create new Datastore
3.) now when you will run import again you should see defined connection
Note: You should not be creating any entry manually.
For more information you should see Modelling Guide - chapters:
4.1 Configuring Data Services for Metadata Import
4.3 Importing Table Definitions
Tomas

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)

  • Unable to connect to HANA Studio on CAL using Microsoft Azure

    Hi
    I have created a new instance in CAL on Microsoft Azure. I have started and activated the instance. In Azure also its in started mode and I am being billed. But then when I login using SYSTEM as user name and the Password that I created while setting up my instance in CAL, I get a message saying, "Invalid username or password".
    I gave the Public IP address in putty, the port by default is 22. I clicked on open but I am getting a message, network error: Connection time out.
    I opened HANA Studio and gave the public IP address, instance 00, User Name as system and password is the one I created during setting up of my instance in CAL. But I am unable to login here aswell.
    Can any one please explain me what the issue is? Do I have to reset my password? How do I do that in CAL? Or is it any issue with the IP addresses?
    As a technology its a good feature to access HANA on cloud but from user friendliness I find it very tough to access. I had same problems with AWS also. Good old days was good when you opened SAP Logon pad and accessed the system straightaway with single sign on. Is it possible to have some thing like single sign on while accessing HANA Studio on Cloud. I don't want to be entering the IP address each and every time I connect. And half the time the IP address doesn't connect.
    Please assist.
    Thank you.
    Regards,
    Pavan.

    Are you sure the proper ports are opened and that your network is allowing you to actually access those specific ports?
    Are you able to go to http://IP OF SYSTEM:8000 or http://IP OF SYSTEM:80 do either load up a page for you?

  • Cannot execute import/export database hana studio

    Hi,
    We need to create a new Test company from the Productive Company Database, A few days ago we didn't have any problem executing the import/export functionality in HANA Studio:
    export "DB_PRD"."*" as binary into '/hana/Backup' with replace threads 10;
    import "DB_PRD"."*" as binary from '/hana/Backup/' with replace threads 10
    rename schema "DB_PRD" to "DB_TST";
    But now, when we want to do this we have the next error:
    Could not execute 'import "DB_PRD"."*" as binary from '/hana/Backup/' with replace threads 10 rename schema ...' in 674 ms 276 µs .
    SAP DBTech JDBC: [2]: general error: DB_PRD.ETL_S  DB_PRD:OACT_tracking not found in the import directory.
    Does anyone has the same situation?

    Hi,
    Please check SAP note:
    1944485 - Cannot import schema into SAP HANA if data staging is
    enabled
    Thanks & Regards,
    Nagarajan

  • Problems in creating RLANG stored procedure in HANA studio

    Hi,
    While I am creating a stored procedure (using .hdbprocedure file) in HANA studio with language as RLANG, I am getting an error message like this: "It is not supported to use another language than sqlscript".
    I have the following setting configured.
    HANA System -> Administration -> Configuration ->indexserver.ini -> repository -> sqlscript_mode = UNSECURE
    Any clues will be appreciated.
    Best Regards
    Surya

    HI Raj,
    This happens even for the empty procedure as following
    PROCEDURE "IDMANALYTICS_OPER"."idmanalytics.hana.db.hdbprocedures::MC_ROLEMINING_CLUSTERING_R" ( )
      LANGUAGE RLANG
      SQL SECURITY INVOKER
      READS SQL DATA AS
    BEGIN
      Write your procedure logic
    END;
    The procedure that I wanted to write is following.
    PROCEDURE MC_ROLEMINING_CLUSTERING_R(IN rolemining_input "_SYS_BIC"."idmanalytics.hana.db.views/MC_ROLEMINING_VINPUT",
      IN params "IDMANALYTICS_DB"."idmanalytics.hana.db.hdbtables::MC_ROLEMINING_PARAMETER",
      OUT result MC_ROLEMINING_CLUSTERS_TYPE,
      OUT result_hierarchy MC_ROLEMINING_HIERARCHY_TYPE,
      OUT result_userorder MC_ROLEMINING_USERORDER_TYPE
    LANGUAGE RLANG AS
    BEGIN
      noofclusters <- params$INT_VALUE[1];
      simindex <- params$DOUBLE_VALUE[2];
      distancemethod="jaccard"
      clusteringmethod="complete"
      usercol <- rolemining_input$USER_ID
      privcol <- rolemining_input$PRIV_ID
      #--generate user-permission matrix from user-permission table
      uptable <- data.frame(users = usercol, privileges = privcol)
      uniqueusers <- sort(unique(uptable$users))
      uniqueprivileges <- sort(unique(uptable$privileges))
      upmatrixdata <- vector()
      index <- 0
      for(i in uniqueusers )
      for(j in uniqueprivileges) {
      row_to_find <- data.frame(users=i, privileges = j)
      if(duplicated(rbind(uptable, row_to_find))[nrow(uptable)+1]){
      upmatrixdata <- append(upmatrixdata, 1, after = index)
      else {
      upmatrixdata <- append(upmatrixdata, 0, after = index)
      index <- index +1
      upmatrix <- matrix(
      upmatrixdata ,
      nrow = length(uniqueusers),
      ncol = length(uniqueprivileges),
      byrow = TRUE,
              dimnames = list(
              uniqueusers,
                  uniqueprivileges
      #--apply hierarchical clustersing
      require(vegan)
      distance<-vegdist(upmatrix,method=distancemethod)
      clusters<-hclust(distance,method=clusteringmethod)
      #--fill clusters for given h and k
      if(noofclusters > 0){
      userclusters<-cutree(clusters,k=noofclusters)
      tempresult <- as.data.frame(userclusters)
      result <- data.frame(USER_ID=row.names(tempresult), CLUSTER_ID=tempresult$userclusters)
      if(noofclusters <= 0 & simindex >= 0){
      userclusters<-cutree(clusters,h=simindex)
      tempresult <- as.data.frame(userclusters)
      result <- data.frame(USER_ID=row.names(tempresult), CLUSTER_ID=tempresult$userclusters)
      #--fill role hierarchy
      clusters_merge <- as.data.frame(clusters$merge)
      clusters_height <- clusters$height
      clusters_order <- clusters$order
      result_hierarchy <- data.frame(HEIGHT=clusters_height, V1=clusters_merge$V1, V2=clusters_merge$V2)
      #--fill user order
      clusters_order <- clusters$order
      result_userorder <- data.frame(USERORDER=clusters_order)
    END;

  • 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)

  • Cannot create an Essbase connection from Workspace

    Hi all,
    I have a new install and I cannot create a Essbase connection from Workspace. I can successfully create the essbase connection from Reporting Studio but I can't use that connection from Workspace. It seems like Workspace can't connect to Essbase. Has anyone experienced this before? Thanks...

    Workspace can connect to Essbase. To connect to Essbase perform the below task:
    1) Install Essbase Client on the Server where you have install BI Services.
    2) Configure DAS by using Service Configurator.
    3) Create an OCE which should connect to Essbase Server.
    4) Import OCE in to Workspace. Use this oce to create connection.
    Hope this helps you.
    Regards,
    Manmohan Sharma

  • Regarding Modeler in SAP Hana Studio

    Hello Experts,
    I am trying to connect to SAP HANA Trial System with  my in house NSP System through Business Object Data Servicies.
    I have completed the steps till configuring the import server in HANA studio now when click on "Import Link"  Under Content,  i am not getting "information modeler" option to get table structure.
    Please help on this.
    Please find the screenshot attached here.
    Regards
    Bhasin

    Bhasin,
    To import table structure, Click on SAP HANA Content --------> Selective Import of Metadata.
    Once you click on above, it will ask you to mention Source connection details and type of import objects like tables & extractors.
    Regards,
    Kulwinder

  • 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

  • Model in HANA Studio or IDT

    Hello Everyone,
    We have a question on a scenerio/approach:
    1.  We have HANA and have SLT table replication
    2.  Do we model in HANA (with Calculation Views, Analytic Views, Attribute Views) Studio or model the relationship model directly in Information Design Tool? 
    We see all HANA documentation states Calculation/Analytic/Attribute views and mentions only IDT for creating the Universe.  We don't see anywhere that you should create the model itself in HANA Studio or IDT.  Is there a preferred approach/Best Practice?
    Thank You!

    Not very sure, what was the scenario that led BI expert author to that conclusion. Hope it was not one of those manufacutred lab scenarios.
    Based on my past couple of projects on HANA, I know this for a fact by default Analytic View runs faster than physical tables. Client have always come up with same question and we have performed tests to get the right results.  You can do this simple test, run SQL statement on both and monitor "core" status on your HANA box. You can see in case of SQL, only 1 core get utilized and in case of Analytic Views all cores utilization will go up.
    Also on article key concept it says "SAP HANA Studio is the primary client tool used to manage SAP HANA and to create analytic views" which is not true. "SAP HANA Studio is the primary client tool used to manage SAP HANA and to create DATA MODELS (which can be attribute view, analytic view, Calculation View)

  • HANA Studio Import- Manage connection error.

    Hi
    In HANA studio, while import, Manage connection is giving error.
    In BO Dataservice4.0, i have created Data store and gave ERP connection details to connect ERP system.I am able to import tables from ERP in Datastore.
    Also I gave input to Server address(DS IP) and Repository name(Local repository) in Configure import server at Studio.
    Import click gives below error in Manage connections
    Error while opening the connection DS_XXX. Use "Manage Connections" to check the connection details.
    Any settings has to be done? pls advice.
    Regards
    Magalingam

    Hi Chandra,
    We have solved the problem.
    We have completed the following steps of the master guide of HANA:
    Configuring Data Services for Metadata Import:
    1. Setting the Passphrase
    1.1. Log into the Central Management Console of SAP BusinessObjects Enterprise (BOE).
    1.2. Choose Manage > Applications
    1.3. Choose Data Services Application.
    1.4. Choose Settings.
    1.5. Enter the Encryption Passphrase.
    1.6. Choose Save.
    Note: The passphrase you set here should be the same as the one you set in the SAP In_Memory Computing
    studio.
    Postrequisite: Restart the TOMCAT and BOE services.
    Regards,
    Enrique.

  • Connecting Eclipse Hana Dev Studio to CAL HANA Dev Edition  on AWS

    I have recently created a HANA dev Edition Instance in CAL using my AWS account. I have an eclipse HANA dev studio on my PC.
    I have been trying for hours to get the dev edition system added to my systems  in the dev studio AAAAARGH!
    Can someone please put together a screenshot run through of how to do this for this idiot to follow?
    I have read several blogs but none are terribly clear on what information in the dialogs in the hana studio relate to which elements on CAL or AWS.
    For instance:-
    Landscape host = ??? from where (IP address of instance supposedly but which one in the CAL instance detail as there are two ip addresses shown,
         an internal and an external). One blog talks about an elastic IP but  I haven't seen one labelled as such anywhere.
    Account name... This supposedly begins with a small letter but my account name for CAL does not, so confusing!! What account name is this meant to be?
    User Name = CAL user name or AWS user name?
    Password = password from where. Is this the CAL password or the aws ACCOUNT PASSWORD.
    Any help may well save me from a trip to the funny farm!
    NOTE I am adding the system as a cloud system.
    Cheers,
    Ross G.

    Hi Ross,
    Let's see if we can't get you through this really quickly.
    1) Are you on a corporate network that has ports blocked? If so the HANA Studio will not connect as it needs additional ports like 30015.
    2) If you are on a public internet with nothing blocked then under the SAP HANA Development perspective in HANA Studio you need to click (left side under "Systems" tab) "Add System"
    You need the IP of your server (most likely the public IP) and the fact that the instance is "00". An Elastic IP is the same as the IP the difference is that this IP is static and does not change when you start or stop the instance.
    Description is nice if you have a lot of systems.
    Then your user name and password.
    That's all you need. The best way to check is to be sure that you can open the server in your browser window (just enter the IP address) - or use the "connect" option in CAL.
    Craig
    these videos may also help.
    https://www.youtube.com/watch?v=yDAy4ufldtk
    SAP HANA Academy - SAP HANA installation: 5. Studio on Mac OS X - YouTube

  • HANA Studio connect using SSL

    Hi ,
    I configured SSL in Hana server using Snote 1718944 and configured the JDBC settings using Security Guide "4.3.1.1 Server-Side SSL Configuration for ODBC/JDBC Client Access" and "4.3.1.3 Configuring SSL for SAP HANA Studio Connections" . while conmecting to database using SSL , getting below JDBC trace :
    Thread 15490f81 Thread-209 Timestamp: 2014-04-04 15:01:30.637
    new Connection 'jdbc:sap://16.184.47.138:31015'
    locale=en_US
    user=SYSTEM
    password=***
    timeout=0
    reconnect=true
    validateCertificate=true
    encrypt=true
    new RTEException: -813 Cannot connect to host 16.184.47.138:31015 [Connection reset], -813.
    whereAmIjava.lang.Throwable
        at com.sap.db.util.Tracer.whereAmI(Tracer.java:352)
        at com.sap.db.rte.comm.RTEException.<init>(RTEException.java:66)
        at com.sap.db.rte.comm.SecureCommunication.openSocketIntern(SecureCommunication.java:793)
        at com.sap.db.rte.comm.SecureCommunication.openSocket(SecureCommunication.java:512)
        at com.sap.db.rte.comm.SecureCommunication.<init>(SecureCommunication.java:99)
        at com.sap.db.rte.comm.SecureCommunication.<init>(SecureCommunication.java:55)
        at com.sap.db.rte.comm.SecureCommunication$1.open(SecureCommunication.java:60)
        at com.sap.db.jdbc.topology.Topology.getSession(Topology.java:145)
        at com.sap.db.jdbc.Driver.openByURL(Driver.java:1019)
        at com.sap.db.jdbc.Driver.connect(Driver.java:230)
        at com.sap.ndb.studio.jdbc.JDBCConnection$1.run(JDBCConnection.java:153)
    using null
    => FAILED
    please guide
    Regards,
    Siva

    Hi,
    i have one doubt here..
    please provide the procedure to do the below activity ..
    Using the keytool command line tool, import the trust store file that contains the server root certificate into either the Java keystore or your personal user keystore
    i used below commnd, is it right???
    keytool -import -trustcacerts -alias root -file getCert.cer -keystore keystore.jks
    Regards,
    Siva

  • HANA STUDIO SPS06: IMPORT ERROR FOR A SCHEMA

    Hi HANA Experts,
    I have a problem for exporting and importing data  for a schema.
    For exporting I used interface of HANA Studio SPS06 , while importing I used command
    IMPORT "SFLIGHT" ."*" AS BINARY from "/tmp/SFLIGHT" WITH RENAME SCHEMA "SFLIGHT" TO "SHANA"
    I am getting the error as
    SAP DBTech JDBC:[2048]:column store error: table import failed: [30134] out of memory
    Kindly suggest. Thank you
    Regards

    PrPro will come to you. It has fewer "automations," and "big-button" solutions, than PowerDirector (and Magix and PrE), but with that comes power!
    It is the same with Encore vs the limited authoring capabilities of PowerDirector, Magix, Roxio and PrE. Again, more hand-work, but oh, so much more power!
    Can you tell that I am a control freak, and do not mind getting my hands dirty to access the power?
    There are a few things that Encore cannot do, that programs like Sonic Scenarist can do, but there are usually workarounds, either in the design, or in the implementation, that will get you "there," or close.
    I strongly recommend that any new user to Encore purchase and read Jeff Bellune's excellent book, The Focal Easy Guide to Adobe EncoreDVD 2.0, Focal Press. That book covers everything that Encore can do, with two current exceptions - Adobe Dynamic Link (CS4 version) and BD authoring. Both of those were added after the book and EncoreDVD 2.0, were released. However, the Help files cover both of those newer additions well.
    Along with the fundamentals of Encore, Jeff covers all sorts of tricks and tips for getting more out of Encore, than the DVD-specs. actually allow. Obviously, he cannot break those rules, though he CAN help you create the illusion that the rules HAVE been broken. The user will swear that they just saw things, that are impossible, based on the DVD-specs., which are very limiting. Hey, it IS "smoke and mirrors," but if the user is fooled, you have succeeded, right?
    Good luck, and when you get around to adding some "tricks" to your DVD-Videos, post back. I'd suggest a new thread, so that other users can benefit from the new title, and so that users know that this is a new question. You will find that there is not too much, that someone here has not done, one way, or another. Oh, there ARE some limitations, where there is no good way to "bend" those DVD-specs., but you'll be surprised at what one can "bend."
    Happy authoring,
    Hunt

  • Excel import on Oracle Linux - How to create an ODBC Connection

    Hi,
    We have Oracle BI EE on Oracle Linux. We need to create an ODBC DNS and import tables to Admin tool.
    How would you create a ODBC connection inside Linux to Microsoft excel file using unixodbc. What drivers we need.
    Please let us know.
    Thanks!
    Nilaksha.

    See this post here: Re: [NQODBC][SQL_STATE: HY000][nQSError: 100[nQSError: 43093][nQSError: 16023]
    You need to find an Excel ODBC driver for Linux. The ones that come with OBIEE won't read Excel as far as I know.
    For info on creating an ODBC connection for OBIEE on Linux check the manual or search this forum. You don't need unixodbc for it.

Maybe you are looking for