DAC-issue

Hi,
I am using PCI 5640R board. AD-9857 is the DAC. 
I want to generate a signal(sine), digitise it in the Host, transfer those values to FPGA.
Through DAC I want to reconstruct that original sine signal and send it through Analog output port.
I will measure it in the AO port using some measuring device (oscilloscope).
 * I have used the Single tone mode of DAC effictively.
* I am having difficulty in understanding the QAM  mode of DAC.   How to use it
Thanks 

Hi,
You can download some examples for the 5640R at http://decibel.ni.com/content/docs/DOC-1710
Do you have some prior experience working with the 5640R?
The PCI-5640R offers different programming options.
1. Host-based processing - you can work with LabVIEW and use the NI-5640R instrument driver.
2.FPGA processing - you can use LabVIEW FPGA module along with LabVIEW and program the onboard FPGA.
The  NI-5640R instrument drivers can be found here
You could also refer the IF RIO manual for more information.
http://www.ni.com/pdf/manuals/374603b.pdf
Regards,
Denver
AE, NI India

Similar Messages

  • Analyzing tables refresh date DAC issue

    Hi all,
    I'm new with DAC so probably this is a silly question but I think is how we learn
    So I have an execution plan in DAC that without any changes from 8h is taking 12h to run. My last execution was on the 02-Aug and the execution that was ok was on the 26th of July.
    After checking the tasks I realized that for one of the workflows the query to the source is now taking 4h instead of the usual 1h.
    I've spoken to the DBA's and they told me that the table should be analyzed. I've checked in DAC and the analyze option is checked for that table in tab Task --> Target Tables.
    I checked DAC log file for that task and it says it was done with success (log file from 02-Aug), I also checked that table in the database and it seems it was analyzed with in the right date (it says 02-Aug, I used SQL Developer to check this) but in DAC --> Setup --> Physical Data Sources --> Refreshed Dates, for that specific table the value for the Analyze Date is before I've started getting the performance issue (it has 26-July).
    Any ideas why this date is not being updated here? Anyway if the database has the right date so the table is being analyzed right? And this is only a DAC refresh problem and the DBA's need to search more to find out what is wrong in the database right?
    Thank you,
    Carla

    As I understand it, the refresh date goes hand in hand with the physical data source for the datawarehouse.
    After each batch the refresh_date gets set to the cutoff timestamp of the current run, i.e. it in effect indicates for the destination database what date the data goes up to.
    The next batch run will take this date and then only load data after that date.
    So if you switch your destination DB but leave your refresh_date untouched then you're going to get incomplete data because so far as the DAC's concerned you've already loaded the data.
    I could have misunderstood your question so please don't take this as gospel. But it does sound like you need to manually update the refresh dates and set them to whatever timestamp your desired destination DB was last successfully loaded.
    BTW you might want to post future queries in this forum: Business Intelligence Applications

  • Wine external DAC issues

    Whenever I play sound through WINE on my external DAC, the sound sounds all crackly. Problem does not occur when I play the sound on my built-in audio, but there are reasons why I don't want to use that.
    My DAC is an American Audio Audio Genie Pro.

    Try different nrpacks values or set a higher buffer/period size for the device in alsa configuration.

  • Process flow failed in Workflow Monitor

    I have OBIEE 11g & i have a workflow that pick up data from my live environment on a daily basis.
    Since i have added a new table to the workflow, my workflow keeps failing haphazardly.
    Any help where i may look for any additional information?

    Try this:
    DAC 10.1.3.4.1 Release Notes at
    http://download.oracle.com/docs/cd/E12513_01/doc/bic.101/e12655.pdf
    3.21 DAC Task Failing On Non-English Operating System
    This issue applies to DAC 10.1.3.4.1 and Informatica PowerCenter 8.6.1, HotFix3
    DAC Server uses pmcmd to initiate the workflows on Informatica Server. In the
    English-based operating systems, DAC issues the commands in the non-blocking
    mode (asynchronously), and polls Informatica for the status of the workflow. The
    output of the pmcmd getWorkFlowDetails is spooled to the DAC\log directory, and
    then gets parsed to determine whether the workflow is still running, completed
    successfully, or failed.
    However, for non-English based operating systems DAC issues commands in the
    waiting mode (synchronously). This means that when the process completes the exit
    code tells DAC whether the workflow succeeded or not.
    Workaround
    The commands used by DAC to communicate with Informatica are externalized in a
    file called infa_commands.xml.
    The DAC 10.13.4.1 command template does not have a place holder for specifying the
    wait mode. Without this wait mode configuration, on non-English OS based
    installation, this results in DAC proceeding with the execution even before the
    workflow completes executing. This might result in errors, such as Informatica's bulk
    loader failing because of index presence or fact tables getting loaded without foreign
    key references.
    To fix the problem,...etc

  • Multiple issues with PCI-5640R FPGA: DAC and Strange Execution at Host

    We are working on a communications systems project using the PCI-5640R
    IF-RIO transceiver and the FPGA module. At the FPGA, a sequence of bits are
    being modulated through multiplication with the sine wave generator.  The
    next step is to take the modulated sinusoidal signal and send it through the
    DAC. Throughout this project, we have been using the Analog Input and Output
    example project from Getting Started with the 5640-R IF... as a template
    to build this project.  There are, however, several issues/questions we
    have.  Attached are the HOST and FPGA vis that we are working with.  
    1.  The host only runs every other time.  At the host (BPSK_TX(HOST).VI, the execution gets
    halted for an infinite period of time at one of the FIFOs until 'stop' is
    hit.  But then at the subsequent execution, the host completes execution
    of the program.  In other words, the host is only receiving data from the
    FPGA every second time it is run. Why is this happening?  Are we missing
    something at the host or FPGA VI?  
     2.  How exactly do we send our own digitized signal through
    the DAC?  As seen in one of the FPGA VIs, we have tried modfiying the
    output section of the FPGA VI in the Analog Input and Output project in which
    the FPGA reads from the FIFO.  In our case, we are modulating the signal
    in a separate section, writing it to a target-scoped FIFO and then reading from
    that FIFO and processing the data as in the example.  This modified FPGA
    vi is "BPSK_TX(FPGA).VI)
    Unfotunately, we are not observing anything at an oscilloscope
    connected to the transceiver.  Even when we try to pass in a
    "custom" signal at the HOST we have no luck observing anything
    coherent.   As seen in the bare_sine_wave_test (FPGA).vi, we have
    attempted a relatively simple way of sending a signal through the DAC, yet
    still no luck.  I am guessing that this is related to issue #1.  
    On a related note, when
    receiving the signal and running it through the ADC, what steps are
    necessary?  Can one assume that it is
    similar to the FPGA.VI in the analog input and output example? 
    3.  How do for loops and while loops synchronize with timed loops
    and frames in the FPGA?  In the FPGA we are using a for loop to
    modulate the signal because the sine wave generator cannot be contained within
    a timed loop on the FPGA.  This will be important to us because at the
    receiver we will need to know the symbol rate in order to recover the signal.
     I would sincerely appreciate any feedback or help that can be provided
    on this,
    Attachments:
    BPSK_TX(FPGA).vi ‏152 KB
    BPSK_TX(HOST).vi ‏257 KB
    bare_sine_wave_test (HOST).vi ‏135 KB

    It may be that the FPGA Refernce has not been binded.  The issue was that the VIs need to be bound to the ni5640R FPGA VI Reference.ctl control.  This is an option on the popup menu when clicking on the Open FPGA VI Reference VI.  In some cases, it may already be selected in the popup menu.  In this case, unselect the Bind to Typedef option.  For good measure, I usually selected the FPGA VI to use with the host VI, and then I reset the Bind to Typedef option.  In most cases this should fix the ni5640R FPGA VI Reference.ctl control mismatches throughout the VI.  In some cases, I have to Save All, close the host VI and all subVIs.  Then reopen the host VI.  This has always working in all cases for me. 
    Jerry

  • Dates issue while running ETL in DAC

    Hello all,
    I am trying to do a load from EBS12 into OBI Applications..everytime there is a task that uses a date, I am getting a date error...I changed the dates in dac..I tryied with runtime or static..I changed the configuration of my date to yyyy-mm-dd and nothing ever changes...
    Those are the messages from the log:
    DIRECTOR> VAR_27028 Use override value DataWarehouse for session parameter:[$DBConnection_OLAP|http://forums.oracle.com/forums/].
    DIRECTOR> VAR_27028 Use override value [ODBC_ORA|http://forums.oracle.com/forums/] for session parameter:[$DBConnection_OLTP|http://forums.oracle.com/forums/].
    DIRECTOR> VAR_27028 Use override value [9] for mapping parameter:[http://mplt_sa_ora_codes.$$datasource_num_id/].
    DIRECTOR> VAR_27028 Use override value --09/25/2008-- for mapping parameter:[http://mplt_bc_ora_codes_sales_picktype.$$last_extract_date/].
    WRITER_1_*_1> WRT_8124 Target Table W_CODE_D :SQL UPDATE statement:
    UPDATE W_CODE_D SET SOURCE_CODE_1 = ?, SOURCE_CODE_2 = ?, SOURCE_CODE_3 = ?, SOURCE_NAME_1 = ?, SOURCE_NAME_2 = ?, MASTER_DATASOURCE_NUM_ID = ?, MASTER_CODE = ?, MASTER_VALUE = ?, W_INSERT_DT = ?, W_UPDATE_DT = ?, TENANT_ID = ? WHERE DATASOURCE_NUM_ID = ? AND SOURCE_CODE = ? AND CATEGORY = ? AND LANGUAGE_CODE = ?
    WRITER_1_*_1> WRT_8124 Target Table W_CODE_D :SQL DELETE statement:
    DELETE FROM W_CODE_D WHERE DATASOURCE_NUM_ID = ? AND SOURCE_CODE = ? AND CATEGORY = ? AND LANGUAGE_CODE = ?
    WRITER_1_*_1> WRT_8270 Target connection group #1 consists of target(s) [W_CODE_D|http://forums.oracle.com/forums/]
    WRITER_1_*_1> WRT_8003 Writer initialization complete.
    READER_1_1_1> BLKR_16007 Reader run started.
    READER_1_1_1> RR_4029 SQ Instance [http://mplt_bc_ora_codes_sales_picktype.sq_wsh_new_deliveries/] User specified SQL Query [SELECT DISTINCT WSH_NEW_DELIVERIES.DELIVERY_TYPE
    FROM
    WSH_NEW_DELIVERIES
    WHERE
    WSH_NEW_DELIVERIES.LAST_UPDATE_DATE > TO_DATE(*'2008-09-25 00:00:00', 'MM/DD/YYYY HH24:MI:SS'*)]
    READER_1_1_1> RR_4049 SQL Query issued to database : (Thu Oct 02 15:12:32 2008)
    WRITER_1_*_1> WRT_8005 Writer run started.
    WRITER_1_*_1> WRT_8158
    *****START LOAD SESSION*****
    Load Start Time: Thu Oct 02 15:12:32 2008
    Target tables:
    W_CODE_D
    READER_1_1_1> CMN_1761 Timestamp Event: [Thu Oct 02 15:16:11 2008]
    READER_1_1_1> RR_4035 SQL Error [
    FnName: Fetch Optimize -- [DataDirect][ODBC Oracle Wire Protocol driver]Error in row.
    FnName: Fetch Optimize -- [DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-01843: not a valid month
    FnName: Fetch Optimize -- [DataDirect][ODBC Oracle Wire Protocol driver]Error in row.
    FnName: Fetch Optimize -- [DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-01002: fetch out of sequence
    FnName: Fetch Optimize -- [DataDirect][ODBC Oracle Wire Protocol driver]Error in row.
    I was never able and I don't know where is the setup for that MM/DD/YYYY that is showing there...that was the first configuration of my date...
    Also, I put null on the dates of the SIL_ tasks as stated in the documentation...but nothing changed....
    is there anyone who can help me?
    thank you very much in advance

    You should start a new thread rather than adding to one that's over 18 months old.
    Make sure to include details of your servers, OS, versions, exact error message, etc.

  • DAC Server to DB Server Connection issue on Solaris 10

    Hi,
    I have a connection issue that has me completely miffed as to what is going on.
    We have a Oracle DAC Server running on Solaris 10 that connects to the DAC repository inside a database on another host also running on Solaris 10. When I try and build a DAC execution plan I get an error where I unable to complete the build due to by repository connection being lost. Looking at the DAC logs you can see multiple entries of
    32231  INFO  Tue Oct 15 10:04:05 BST 2013  CONNECTION_ISSUE Repository ending polling
    32232  INFO  Tue Oct 15 10:09:05 BST 2013  CONNECTION_ISSUE Repository ending polling
    32233  INFO  Tue Oct 15 10:14:05 BST 2013  CONNECTION_ISSUE Repository ending polling
    32234  INFO  Tue Oct 15 10:19:05 BST 2013  CONNECTION_ISSUE Repository ending polling
    32235  INFO  Tue Oct 15 10:24:05 BST 2013  CONNECTION_ISSUE Repository ending polling
    Then eventually you see connection lost.
    When I check the DB host using dmesg I notice the following entry over and over
    Oct 15 11:00:53 v10emsu101 nxge: [ID 339653 kern.notice] NOTICE: nxge3: xcvr addr:0x0a - link is up 1000 Mbps full duplex
    Oct 15 11:01:00 v10emsu101 nxge: [ID 339653 kern.notice] NOTICE: nxge1: xcvr addr:0x0c - link is up 1000 Mbps full duplex
    Oct 15 11:05:53 v10emsu101 nxge: [ID 339653 kern.notice] NOTICE: nxge3: xcvr addr:0x0a - link is up 1000 Mbps full duplex
    Oct 15 11:11:00 v10emsu101 nxge: [ID 339653 kern.notice] NOTICE: nxge1: xcvr addr:0x0c - link is up 1000 Mbps full duplex
    Oct 15 11:15:53 v10emsu101 nxge: [ID 339653 kern.notice] NOTICE: nxge3: xcvr addr:0x0a - link is up 1000 Mbps full duplex
    There is no entry for the link going down just up all the time. The timing in the logs match with the DAC logs which makes my think this is where the issue may lie.
    root@v10emsu101 # dladm show-dev
    bge0            link: up        speed: 1000  Mbps       duplex: full
    bge1            link: unknown   speed: 0     Mbps       duplex: unknown
    nxge0           link: up        speed: 1000  Mbps       duplex: full
    nxge1           link: up        speed: 1000  Mbps       duplex: full
    nxge2           link: up        speed: 1000  Mbps       duplex: full
    nxge3           link: up        speed: 1000  Mbps       duplex: full
    Does anyone have any idea on why this keeps occurring or can it safely be ignored?

    Did you find a solution to your problem?  It sounds like something we are experiencing.

  • DAC configure issue

    I am trying to configure DAC to connect but am receiving an error.
    I have installed:
    Oracle db 11gR2
    OBIEE 11g
    informatica 9.0.1
    BI APPS 7.9.6.3
    DAC 10.1.3.4.1
    running on windows 2008r2 64-bit
    All is working correctly apart from when i try to configure DAC i get this error message:
    MESSAGE:::Oracle (Thin) driver not available! (same error for OCI8)
    MESSAGE:::Oracle (OCI8) driver not available!
    EXCEPTION CLASS::: java.lang.IllegalArgumentException
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:512)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    ::: CAUSE :::
    MESSAGE:::oracle.jdbc.driver.OracleDriver
    EXCEPTION CLASS::: java.lang.ClassNotFoundException
    java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    java.security.AccessController.doPrivileged(Native Method)
    java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    java.lang.Class.forName0(Native Method)
    java.lang.Class.forName(Class.java:169)
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:510)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    I have these drivers installed in the D:\DAC\bifoundation\dac\lib <dir> ojdbc5.jar, ojdbc6.jar from C:\Apps\product\11.2.0\client_1\jdbc\lib
    But still not working?
    help appreciated.
    thanks

    We are planning to do the same DAC upgrade to 10.1.3.4.1 and oracle 11gr2. But the OBIEE will be in 10g version 10.1.3.4.2
    Will there be any compatibility issues against oracle DB during repository creation when we upgrade DAC from 7.9.5 to DAC 10.1.3.4.1
    Please help us to get to know the info. I have explored a lot in oracle support and yet to get the right info. will also post you if i get any proper answer for this in prior
    Thanks,
    Madasamy M

  • IMac and External DAC Interface Issues

    I have a Musical Fidelity M1DAC. When I connect it to my iMac via USB I'm getting distortion that sounds like tape hiss. Has anyone had similar problems using the iMac with a DAC?

    I should also add that this has been happening over both ethernet and wifi, so I don't think it is a specific connection issue.

  • IOS7 issue with USB DACs?

    Ive been running my iPad3 to an Audiolabs MDAC USB DAC via the CCK on ios5 and then 6 for awhile and its been working fine.
    When using FlacPlayer or iPeng apps or itunes Home Sharing and hi-res FLACs/ALACs I would get 24/96 playback with no issues.
    Since iOS7, with those same apps, while the dac detects a 24/88 or 24/96 signal, and it plays it, there is a white noise/stutter every other second in the tracks, though all 16bit and even 24/44 and 24/48 material is fine.
    Is anyone else experiencing this since update to ios7. 
    Disappointed as this is something that used to work.

    If I may act as a "Devils Advocate"... taking what you report as an OS issue, if that were so, it would suggest that any books created since iOS7 was introduced and had a movie a intro...would be reporting the issue here weeks ago.
    I have just opened and checked three of my books with video intro..and none have any problems. I used iPad 2,3 and mini to check, and all show and allow manual control of the video.
    Assuming your video is in  the acceptable format..
    Have you tried with default book from the template chooser, to recreate this apparent problem?
    When you dropped in your video, did the application pop up the reprocessing message?
    My (albeit often flawed) assumption is that your problems may arise from the video itself in some way.
    Another issue which seems to affect some and not others is... using Preview to test a book. Advice suggests exporting the book and adding to iTunes > add to library and sync.
    I prefer to export and use Dropbox, which has an option to open in iBooks in the iPad.
    Although it may not be relevant, all my books have portrait mode disabled.

  • DAC Repository importing issues in DAC 10.1.3.4.1 version.

    Dear All,
    I had just installed DAC 10.1.3.4.1 and had finished doing the repository import.
    Now i am facing an error while doing the metadata import. I have OBIA 7.9.6.1 version installed in my system. So, i have used the metadata files from that.
    I had selected 2 applications for import namely 'Universal' and 'Siebel 8.1.1'
    After doing the import i got an error stating "5 errors in import.log file". And in the LOG file, the following errors are mentioned:
    ::: CAUSE :::
    MESSAGE:::ORA-00001: unique constraint (OBAW.W_ETL_SYSPROP_U1) violated
    EXCEPTION CLASS::: java.sql.SQLException
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:672)
    oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:598)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    java.lang.Thread.run(Thread.java:619)
    2235 SEVERE Tue Nov 24 19:57:13 IST 2009 Could not write bean to database
    2236 SEVERE Tue Nov 24 19:57:13 IST 2009 Bean classcom.siebel.analytics.etl.databean.SystemPropertyBean
    2237 SEVERE Tue Nov 24 19:57:13 IST 2009 Bean Id: No Run
    2238 SEVERE Tue Nov 24 19:57:13 IST 2009
    ANOMALY INFO::: Could not write bean to database
    MESSAGE:::com.siebel.etl.database.IllegalSQLQueryException: null:INSERT INTO W_ETL_SYSPROP
    (ROW_WID, VERSION_ID, LAST_UPD, NAME, VALUE, COMMENTS, DEFAULT_VALUE) VALUES (?, ?, ?, ?, ?, ?, ?)
    Values :
    KEY : 3
    VALUE : 2008-11-15 02:47:48.0
    KEY : 4
    VALUE : No Run
    KEY : 5
    VALUE : false
    KEY : 6
    VALUE :
    When set to true, this property will run the execution plan for just generating the tasks and their details.
    None of the tasks will be executed, and the refresh dates will not be updated. Use this only to debug.
    Can these 5 errors be ignored even for the Siebel 8.1.1 Applications metadata import, or is it Application specific?
    Kindly help me out regarding these 5 errors.
    Thanks in advance.
    Regards,
    Samdev.

    I solved 3. Basically I had wrong values for dbhost name :(
    If anyone can provide answers for 1 and 2, that would be be nice.
    MSK

  • W_DAY_D issue in DAC

    Hi,
    We are using Dac Build AN 10.1.3.4.1.20090415.0146.
    The start date is 01-Jan-1980 and end date 31-dec-2010.
    I am interested to change the end date to 31-dec-2020.
    For that I have created a custom container.
    Design -> Task -> Query on SIL_DayDimension ->Parameters
    Click on value, change the end_date to required value.
    Save.
    Setup -> Physical Datasource
    Click on DataWarehouse.
    Change W_DAY_D Refresh dates to null.
    After running DAC W_DAY_D table is not having any record and end_date is showing as blank in paramter file
    So I want to change it to original one that is as it was before.
    When I de-clone it, the value for end_date is showing as Custom Format() @MM/DD/YYYY and if I add any value to it the after running dac end_date is showing as blank in paramter file and W_DAY_D table is not having any record.
    Any help is greatly appreciated.
    Regards,
    Bhoomi

    Yes, W_PARTY_D will have the supplier Data. You can easily check this in the DMR:
    W_PARTY_D
    Business Name: Party Dimension
    Description:
    Party Dimension includes all parties include B2B Customer and B2C Customer,
    Contact, Supplier data
    W_SUPPLIER_D does not even exist in the 7963 DMR..which indicates its not being used. Oracle may have a DMR addendum that shows these officical changes but this is a acceptable assumption.
    Pls mark correct or helpful

  • DAC Configuration Issue

    Hi,
    I am getting following error while configuring DAC.
    PS: I have copied the required (ocjdbc14.jar) JDBC file from Oracle folder to ...DAC\lib
    Kindly advice.
    MESSAGE:::Oracle (Thin) driver not available!
    EXCEPTION CLASS::: java.lang.IllegalArgumentException
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:512)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    ::: CAUSE :::
    MESSAGE:::oracle.jdbc.driver.OracleDriver
    EXCEPTION CLASS::: java.lang.ClassNotFoundException
    java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    java.security.AccessController.doPrivileged(Native Method)
    java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    java.lang.Class.forName0(Native Method)
    java.lang.Class.forName(Class.java:169)
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:510)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)

    Jitendra Bhagwat wrote:
    Oracle 10g
    OBIEE 10.1.3.4.1
    OBI-Apps 7.9.5.1
    Informatica 8.6.0
    DAC 10.1.3.4That looks like a funny combination of versions, is there a reason for that?
    OBIA should drive your versioning, and by default you shouldn't deviate from it
    OBIA 7.9.5.1 = OBIEE 10.1.3.4, Informatica 8.1.1 HF 6, DAC 10.1.3.4.1
    OBIA 7.9.6.1 = OBIEE 10.1.3.4.1, DAC 10.1.3.4, Informatica 8.6.1 HF 4
    Also DAC 10.1.3.4.1 doesn't require hibernate.

  • DAC serversetupprompt.sh configuration issue

    Hi,
    i am facing the below error when trying to setup the serversetupprompt.sh
    [oracle@Oracle dac]$ ./serverSetupPrompt.sh
    OS detected: Linux
    What can I do for you?
    1 - Enter repository connection information
    2 - Test repository connection
    3 - Enter email account information
    4 - Send test email
    5 - Save changes
    6 - Exit
    Please make your selection: 1
    These are your connection type choices:
    1 - MSSQL
    2 - DB2
    3 - Oracle (OCI8)
    4 - Oracle (Thin)
    Please make your selection: 4
    Please enter Instance
    orclPlease enter Database Host
    oraclPlease enter Database Port
    1596Please enter DB Driver (Optional)
    >
    Please enter DB URL (Optional)
    >
    Please enter Table owner name
    dacPlease enter Password
    dac_pwdWhat can I do for you?
    1 - Enter repository connection information
    2 - Test repository connection
    3 - Enter email account information
    4 - Send test email
    5 - Save changes
    6 - Exit
    Please make your selection: 2
    Connecting to repository...
    Can't connect to the database.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    Press enter to continue...
    what could be the reason? Please help me
    Thanks,
    RM

    $ tnsping esp0016
    TNS Ping Utility for Linux: Version 11.2.0.1.0 -
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /usr/oracle/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = esp0016.db.com)(PORT = 1521))) (CONNECT_DATA =(sid = esp0016)))
    OK (10 msec)
    $ sqlplus dac/dac_pwd@esp0016
    SQL*Plus: Release 11.2.0.1.0
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit
    SQL> show user
    USER is "dac"
    SQL> exit
    as you can see they are fine.

  • Error while creating a new DAC connection using connection type MSSQL

    Hi,
    I am trying to create a new DAC connection i.e. a new DAC repository in the SQL Server 2008 database.
    DAC version : 10.1.3.4.1
    Database : SQL Server 2008
    I have downloaded the sqljdbc4.jar file from the below link and placed it in the D:\orahome\10gR3_1\bifoundation\dac\lib folder.
    [http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774 ]
    I have entered all the details correctly for database name, database host, database port. I created a new Authentication file.
    I get the below error when I try to test the connection.
    MESSAGE:::MSSQL driver not available!
    EXCEPTION CLASS::: java.lang.IllegalArgumentException
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:512)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    ::: CAUSE :::
    MESSAGE:::com.microsoft.sqlserver.jdbc.SQLServerDriver
    EXCEPTION CLASS::: java.lang.ClassNotFoundException
    java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    java.security.AccessController.doPrivileged(Native Method)
    java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    java.lang.Class.forName0(Native Method)
    java.lang.Class.forName(Class.java:169)
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:510)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    The error seems to be a connectivity issue with SQL Server. Am I using the correct jar file?
    Please help me out in resolving this issue. Appreciate the help provided on this forum earlier.
    Thank You

    Add
    .\lib\sqljdbc4.jar
    at end of the line starting with SQLSERVERLIB in config.bat file
    Pls mark correct

Maybe you are looking for