DataServices 3.1 AIX/DB2 problem viewing table data.

This is a brand new DS 3.1 installation. After install, DI part works fine, jobs run, and we can view table data. At one point view table data became very slow, actually after a 30-second hour-glass show, an empty grey  window shows up.

Hi Mahir,
the CID transform uses by default the Substitution Parameter [$$RefFilesAddressCleanse] to search for the necessary directory information.
You see this if you open the transform configuration and take a look at the options panel.
It sounds like on your installation you have the Data Services installed on your IBM AIX system and use the designer from the Windows based Client and during installation this Substitution parameter has been set to point to a local directory on you windows system instead to the server side installed directory (...\DataQuality\referencedata).
Can you check in your Substitution Parameter Editor (in DS Designer under Tools--> Substitution Parameters Configuration...) if all of your Substitution Parameters are set to the local machine?
Niels

Similar Messages

  • View Table Data

    I apologize in advance if this question is obvious - I am new to JDeveloper.
    In JDeveloper 9.x, I recall the ability to connect to an Oracle database and view the data in a table via a "Data" tab in the Connection Manager.
    Since then, I've installed JDeveloper 10 on a new computer, but find this "Data" tab is no longer available.
    How do I now view table data in JDeveloper?
    I see many tutorials on viewing data from new application. However, I simply want to examine the table data, not develop a new application.

    Assuming you are using JDeveloper 10.1.3 - when you double click a table in the database browser a window that shows it's stucture will be open.
    Look at the bottom of this window and you'll find the data tab.

  • Viewing Tables/data from an old tablespace

    I'm using a database Oracle 11g.
    I have a DBF file of an old tablespace from a different database that I want to connect to the existing database.
    I've created a tablespace with REUSE caluse, and it was created successfully
    SQL> create tablespace TEST datafile 'C:\DATA.DBF' reuse;
    How can I view the tables/data within that tablespace?
    Was that the right approach ?
    Or should I attach that tablespace in a different way ?
    Thanks in advance for your answers,
    Roni

    Hi JGarry,
    I do not agree to your statement
    "In addition to what the others said, understand that the metadata that describes what is in the tablespace is in the data dictionary in the system tablespace.  If you have the system tablespace also, you may be able to construct a database that you can transport your data tablespace from. "
    System table space will contains the metadata information about the table space, But it will not keep information about the segments of table space. So user will not be able to see the contents of table space.
    Yes your point regarding proper backup and export is valid but can you elaborate more how to data recovery will the done in this user scenario.
    Any ideas are welcome....
    cheers

  • SQL Developer - viewing table data while debugging

    Apologies if this is in the wrong forum.
    I'm using SQL Developer to debug a complex stored procedure line by line. There are a lot of inserts / updates / deletes in the procedure and I'd like to be able to view the data in the relevant tables after each statement has been run to see the effect of each statement.
    Trouble is, when I try to do this, SQL Developer shows the contents of the tables as if they have been unaffected by the stored procedure. Is there a setting somewhere or some type of locking I can use to see the data changes as they happen?

    Only the session that is inserting the data can see that new data until the session issues a commit, so I would doubt that you could do this. You probably want to a) view the data before the insert or b) (ugly but should work) put a trigger on the table being inserted so it inserts a copy of the data to a tracking table. This procedure will have to have the AUTONOMOUS TRANSACTION pragma in order to not be held until your debug session commits.

  • Problem: Z table data updates using SM30

    Hi,
    I have a requirement, while updating records in a Z table
    using SM30 Transaction.
    The Structure of the table is below:
    APMOD    Primary Key   Char(3)
    KONST    Primary Key   Char(20)
    ENDDA    Primary Key   DATS
    BEGDA    Non Key       DATS   
    and some other non key fields....
    Problem:  This table should act something like Infotype in HR.  I mean Delimition of Records while creating or changeing the existing record.
    Say there is a record
    APMOD = OGMT
    KONST = Organization Management
    BEGDA = 01/01/2004
    ENDDA = 12/31/9999
    Whenever i am Inserting a new record with key
    APMOD = OGMT and KONST = 'Organization Management'
    and BEGDA = '01/01/2006'.
    First it should update the old record with
    BEGDA = 01/01/2004 and ENDDA = 12/31/2005
    Then the new record needs to be inserted with
    BEGDA = 01/01/2006 and ENDDA = 12/31/9999.
    How can I achieve this using SM30? Can we write our own code somewhere? If yes Where and How?  Or is there any settings available for this requirement?
    I can write a Z program to update this Table, but i should achieve this using SM30 only.
    Let me know if you need any additional info. 
    Regards,
    Sudhakar.

    Hi Sudhakar,
    1. I tried the same at my end. It works fantastic !
       In  SM30 it shows
       'Delimit' Button
       'Expand <--> Collapse' Button.
        and accordingly delmits the records.
    2. in SE11,
       Use the menu
       Utilities ---> Table Maintenance Generator
       and finally build a table maintenance
       to use in SM30.
    3. When u use in SM30,
       u will achieve what u want.
    4. Just make sure your field
       ENDDA has the data element ENDDA
       in table definition.
      It should also be key.
    5. After this ENDDA column,
       there should be no other key column
      ( not even BEGDA)
    I Hope it helps.
    Regards,
    Amit M.

  • DataServices 3.1 AIX/DB2 Profiler server problem.

    This is a brand new DS 3.1 installation. Profiler repository set up and added to job server and web mgmt console; server restarted. In Designer, job server is active and running jobs, but Profiler server is crossed out showing non-running status.

    I just went through this- see my thread (Profiler Server Not Running).
    I had installed BOE3.1 after DS3.1 and believe that I re-did the Tomcat app server and the conf and/or port assignments ended up incorrect.
    Try this- in Designer drop down Tools and select Profiler Server Login.   The popup box will show the port- it may be 28080 (the DS setting).   Change it to 8080, the BOE setting for the Web Server.
    My connection then worked and the dreaded red X disappeared forever....
    If this does not work, see my thread for instructions on the XML conf file and Manoj's directions as to how to deploy the app.

  • SQL Developer problem viewing tables

    When I connect to a particular database at work I cannot see the tables under a schema I have access to.
    I know that my permissions are correct because i can connect to the same db with Enterprise Manager Console and i can see the tables under the particular schema. In SQL Developer however when i log in, under the connections tab i expand the connection, then expand Other Users, expand the schema i need to get the tables from, I then expand Tables. When i do that last step SQLD acts like it is looking up the tables but then it just hangs and is perpetually looking for the tables. If i try to click cancel that will stop it but then if i click anywhere else in the program im locked up and have to use taskman to kill it off.
    There are a large number of tables under this schema so i have even let this run for 5+ minutes and nothing happens. Like i said i know i have permissions to get to the tables because i can do so in another program.
    Forgot to mention that this is a connection to our live dbs...I can connect and see the exact same tables under the same schema when connecting to one of our archive dbs, so i know that i can actually see tables in the program.
    Im not sure what else to post here to tell you how im setup so ask any questions and ill see if i can answer them.
    TIA for any help or ideas you can give me.
    btw im using version 1.5.3 Build MAIN-5783
    Edited by: RedDeuce on Feb 18, 2009 1:44 PM

    There is a known problem with the performance of the tables node on the connection navigator in SQL Developer 1.5.3 - see Re: Still experienceing problems "tables" node performance. We need to wait until 1.5.4 to get the fix, whenever that is going to be released.
    theFurryOne

  • EA1: BUG: View Table Data: Filter gets lost when switching tabs

    Hi,
    open a table, choose the data tab and enter a filter condition. The data is filtered.
    Bug is
    a) choose e.g. constraint tab for the same table and then again the data tab. Data remains filtered, but filter is not displayed
    b) pin the table, open another table, navigate back to the previous table. Data remains filtered, but filter is not displayed.
    Regards
    Stephan

    The issue was reported already and will probably be fixed in EA2...
    Regards,
    K.

  • Problems in table bindings

    Hell All
    I have some problems in table data binding. I created JSF portlet that consists of two pages and I added a table in each page and created two java classes that extend ObjectListDataProvider and provide Data for the tables. the problem is that when I nagivate from the second page to the first one, the table on first page is not displayed correctly, in fact the table on first page displays objects of the second table's data provider, if I refresh the page "by clicking a button that does nothing for example" the table on first page displays its content correctly.
    this problem is happening on Liferay portal running on tomcat 5.5.
    can any one help slove this problem ?
    thankx

    * bump *

  • Problems viewing form

    Hi,
    I created a form using LiveCycle and sometimes I have problems viewing the data. The text fields are blank and if I click my mouse in the field the text shows up then if I click out of the field it goes away. If I click into the field and type a space then the text remains visible. Sometimes the radio buttons do not display as I created them. It displays a circle inside the box instead of just the box.
    These problems only happen on some of the returned forms. Also, some people say they cannot save the data even though they are saving the form to thier hard drive first. At least that is what I tell them to do.
    Thanks for any help on this!

    OK,
    Last shot at this:
    AcroForm with document level javascript to populate a field with viewer type, version and variation. For example, this populates as "This AcroForm is open in Exchange-Pro, version 9.302. The variation is Full" in Acrobat Pro 9.
    Update button that increases a counter by 1 and repopulates the viewer type, version and variation field.
    This works in Acrobat and Reader. For example Reader comes up with "This AcroForm is open in Reader, version 9.301. The variation is Reader", which is correct.
    However in Preview it is evident that document level script do not work, as the viewer type, version and variation do not update.
    Also Javascript in a mouseUp event does not work, as the update button does not advance the counter nor update the viewer type, version or variation.
    Lastly simple calculation script (javascript) does not work, see the quantity/price calculation.
    This form is 100% AcroForm and even simple functionality does not work in Preview. I wouldn't trust Preview as far as I could throw it!!
    Sample here: https://acrobat.com/#d=JAg6ptZtGEcqpxHNJ-XMzg
    Niall

  • Problem in Table maintenance view

    Hi all,
    i am getting some problem in table maintenance view.
    In my table i have some fields and when i created my table maintenance view , it is created , but when i try  to see it in SM30 its not showing my fields and even i am unable to create a  new entry. when i click
    new entries its going back to the sm30 screen..
    How to go abt it
    please help me

    Hello,
    Have you created the table maintanence view the right way.
    You can get good help from below link: [[http://www.****************/Tutorials/ABAP/TableMaintenance/demo.htm]]
    Also, please check the Delivery Class and Data Browser/Table View Maint. in the Delivery and Maintanence tab of the table.
    Thanks,
    Jayant
    Edited by: Jayant Sahu on Nov 24, 2008 3:00 PM

  • SQL2005 view table problem

    I use Crystal Reports for Eclipse 3.2.0.
    I could connect to SQL 2005 successfully as sa (on another machine) using database Explorer.
    However I could only view the user's schema.  I could not view the tables.
    I only have this problem with SQL 2005.
    I could make connection to SLQ 2000 as sa and view tables.
    It would be very appreciated to know why?
    Hayley

    Please re-post if this is still an issue to the Java Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • DB connect with as/400 db2 and aix db2

    Hi,
    We are implementing a connection with AS/400 IBM platform with DB2 400 (DB4) and OS400 like operating system. We are using DB-Connect to
    extract data from a DB2 Database to BW (operating system AIX and DB2 UD6 - Sap Netweaver 2004).
    We follow all the steps provided in SAP help to
    configured the Connections. We created the source system for DB-Connect. In BW when we try to select tables and views with right button option the system gets this error " The current ABAP program "RSDL_META_UPLOAD" had to be terminated because one of the statements could not be executed".
    The connection fails, and can't establish it.
    Someone knows about this topic?
    There are other options?
    I would appreciate your help.
    Regards,
    Victoria

    Hi,
    For extract data with DB connect in BW from  AS/400-DB2(DB4) to aix-db2, BW write a wrong abap code.
    For this reason the solutions are:
    Write a funtion module with abap and native SQL for db2 (EXEC SQL) or Change the application server to windows.
    Regards,
    Victoria

  • Problem while retrving data from a view

    Hi Friends
      i have a problem while retriving data from a view <b>v_t685a</b>.
    the error message is :""" "V_T685A" is not defined in the ABAP Dictionary as a table, projection view or database view."""
    i wrote : select single VTEXT1 from V_T685A into w_cst_jin1 where
                        KSCHL = 'JIN1' and
                        KAPPL = 'V'.
    how to retrive the data.
    waiting for quick response
    Regards
    Mukesh

    Hi
    This is a Maintenance View, not a Database View
    SO can't fetch data using select statement.
    You can use the Table <b>T685</b> directly to fetch the condition Types data straight away instead of the view. write the same select for this table and use.
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Problem viewing Japanese characters in Excel sent via Email attachment

    Hi All
    I am using FM '''SO_DOCUMENT_SEND_API1'' to send out an e-mail attachment (Excel file). I am able to receive the Excel file successfully. However I am not able to display the Japanese characters properly in my Excel file.
    I tried to display some Japanese characters in my e-mail contents and I have no problem viewing these characters in my e-mail (I am using MS Outlook 2003). These statements becomes something illegible when I transfer it over to Excel as an attachment. In my Internal Table, these characters are displayed correctly as well.
    Anyone has any advice to solve this issue?
    Thanks for your replies.

    Hi Divya,
    refer to the link below:
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    The code in this demonstrates how to send an email to an external email addresswhere the data is stored within a .xls attachment.
    Hope this helps.
    Reward if helpful.
    Regards,
    Sipra

Maybe you are looking for