Datapump import doesnt filter out table when mentioned in 'exclude'

The below datapump import fails to filter out the 'COUNTRIES' table. I thought that was what it was supposed to do ? Any suggestions ?
C:\Documents and Settings\>impdp remap_schema=hr:hrtmp dumpfile=hr1.dmp parfile='C:\Documents and Settings\para.par'
Import: Release 10.2.0.1.0 - Production on Monday, 18 January, 2010 15:00:05
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Username: / as sysdba
Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Master table "SYS"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "SYS"."SYS_IMPORT_FULL_01": /******** AS SYSDBA remap_schema=hr:hrtmp dumpfile=hr1.dmp parfile='C:\Documents a
nd Settings\para.par'
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
. . imported "HRTMP"."COUNTRIES" 6.093 KB 25 rows
. . imported "HRTMP"."DEPARTMENTS" 6.640 KB 27 rows
. . imported "HRTMP"."EMPLOYEES" 15.77 KB 107 rows
. . imported "HRTMP"."JOBS" 6.609 KB 19 rows
. . imported "HRTMP"."JOB_HISTORY" 6.585 KB 10 rows
. . imported "HRTMP"."LOCATIONS" 7.710 KB 23 rows
. . imported "HRTMP"."REGIONS" 5.296 KB 4 rows
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
Processing object type SCHEMA_EXPORT/VIEW/VIEW
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Job "SYS"."SYS_IMPORT_FULL_01" successfully completed at 15:00:13
para.par
========
exclude=TABLES:"like '%COUNTRIES%'"

Hi,
The first thing I see is that you excluded TABLES (plural). The object type is not pluralized in DataPump. The parfile should look like:
exclude=TABLE:"like '%COUNTRIES%'"
Dean

Similar Messages

  • Java error when importing info into a table

    Hi I am trying to import data into a table from a csv file. I Log into the Database via Oracle Enterprise Manager 10G. I then goto Administration and Import user file. I then give the username and password of the user on the Server. I choose my csv file and click next. I then Choose my Table and click next, this is when I get an error..
    500 Internal Server Error
    java.lang.ArrayIndexOutOfBoundsException: -128
         at oracle.sysman.emo.util.UIXDataSource.initialize(UIXDataSource.java:322)
         at oracle.sysman.emo.util.UIXDataSource.<init>(UIXDataSource.java:188)
         at oracle.sysman.emo.util.data.LoadPreviewDataDS.<init>(LoadPreviewDataDS.java:58)
         at oracle.sysman.emo.util.data.LoadBean.initPreviewDataTable(LoadBean.java:3002)
         at oracle.sysman.emo.util.data.LoadBean.validateFileFormatPage(LoadBean.java:1920)
         at oracle.sysman.db.util.data.LoadController.validatePage(LoadController.java:757)
         at oracle.sysman.db.util.data.LoadController.onSubmitForm(LoadController.java:707)
         at oracle.sysman.db.util.data.LoadController.handleGoto(LoadController.java:779)
         at oracle.sysman.db.util.DBJobController.handleEvent(DBJobController.java:821)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:169)
         at oracle.sysman.db.util.UtilControllerResolver.handleRequest(UtilControllerResolver.java:128)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I do not get this error with other tables and this file only with this table. Any help would be greatly appreciated, let me know if more info is needed.

    Thanks that did work out for me. However, I am still curious why I am getting that message in the Enterprise Manager. Well I was able to upload my info into the database and it was a better solution too.

  • Datapump import of tables will automatically rebuild indexes ?

    dear all,
    do datapump import of tables will automatically rebuild the indexes againts the associated tables?
    urgent response please

    Yes indexes are rebulit.
    From dba-oracle
    Set indexes=n – Index creation can be postponed until after import completes, by specifying indexes=n. If indexes for the target table already exist at the time of execution, import performs index maintenance when data is inserted into the table. Setting indexes=n eliminates this maintenance overhead. You can also use the indexfile=filename parm to rebuild all the indexes once, after the data is loaded. When editing the indexfile, add the nologging and parallel keywords (where parallel degree = cpu_count-1).

  • Importing,photos,from,a,scanner.,,when,I,import,from,my,epson,exp-860,scanner,and,go,to,de velop,in,lightproof,,only,photos,imported,as,JPEG,have,a,active,,WEB,adjustment.,,tiff,and ,JPEG,have,a,grayed,out,WEB,Adjustment.  Is this normal?

    Importing,photos,from,a,scanner.,,when,I,import,from,my,epson,exp-860,scanner,and,go,to,de velop,in,lightproof,,only,photos,imported,as,JPEG,have,a,active,,WEB,adjustment.,,tiff,and ,JPEG,have,a,grayed,out,WEB,Adjustment.  Is this normal?

    William Lloyd wrote:
    Yeah you shouldn't use ~ in general. That is a shortcut for "Your home directory."
    This is not strictly true. ~ is a "meta-character" in Unix shells -- it is an instruction to the shell to substitute the path to a home directory. It only has meaning in a Unix shell command, and only if ~ is the first character in a file path name. Outside of a Unix shell ~ has no special significance (although other programs might adopt a similar convention).
    I don't see any reason why Aperture would be doing tilde expansion, and if it is, it is doing it wrong. "March~May Asia Trip" is a perfectly legitimate name in both Mac OS and in Unix. There is nothing taboo about using ~ in a file name. This behavior (which I can confirm) is almost certainly an Aperture bug.

  • Trying to import favorites from Explorer. When i go to the file menu in firefox, import is grayed out and I can't import the favorites

    I am trying to import my Explorer favorites. When I go to the "file" menu, "import" is grayed out and I cannot use it to get to the next step.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • Fail to import some tables when restoring a export dump

    Hi,
    I have a export dump get by oracle 11g database. I want to restore this dump into a new database. When i am importing the dump some tables restoration get fail. Reason of this there is invalid views and packages creating.
    Pls some one help me to resolve this problem.
    DB@ZooM

    Share impdp command that you have typed for import and also describe the user which has done the export

  • Photo comes out black when I import from Iphoto to Imovie..

    Im trying to make a video from Imovie.
    but whenever I drag a photo from Iphoto to the project in Imovie, it comes out black when I play it..
    Does anyone has solution for this one??

    This is in the previous HD version of iMovie. I just tried it and they come in okay in the new iMovie.

  • Excel issues with importing CSV or HTML table data from URL - Sharepoint? Office365?

    Greetings,
    We have a client who is having issues importing CSV or HTML table data as one would do using Excel's Web Query import from a reporting application.  As the error message provided by Excel is unhelpful I'm reaching out to anyone who can help us begin to
    troubleshoot problems affecting what is normal standard Excel functionality.  I'd attach the error screenshot, but I can't because my account is not verified....needless to say it says "Microsoft Excel cannot access  the file https://www.avantalytics.com/reporting_handler?func=wquery&format=csv&logid=XXXX&key=MD5
    Where XXXX is a number and MD5 is an md5 code.  The symptoms stated in the error message are:
    - the file name or path does not exist
    -The file is being used by another program
    -The workbook you are trying to save has the same name as a currently open workbook.
    None of these symptoms are the case, naturally. The user encountered this with Excel2010, she was then upgraded to Excel2013 and is still experiencing the same issue. The output of this URL in a browser (IE, Chrome, Firefox) is CSV data for the affected
    user, so it is not a network connectivity issue.  In our testing environment using both Excel2010 or 2013 this file is imported successfully, so we cannot replicate.  The main difference I can determine between our test environment and the end-user
    is they have a Sharepoint installation and appear to have Office365 as well.
    So,  my question might more appropriately be for Sharepoint or Office365 folks, but I can't be sure they're  a culprit.  Given this - does anyone have any knowledge of issues which might cause this with Sharepoint or Office365 integrated with
    Excel and/or have suggestions for getting more information from Excel or Windows other than this error message?  I've added the domain name as a trusted publisher in IE as I thought that might be the issue, but that hasn't solved anything.  As you
    can see its already https and there is no authentication or login - the md5 key is the authentication.  The certificate for the application endpoint is valid and registered via GoDaddy CA.
    I'm at a loss and would love some suggestions on things to check/try.
    Thanks  -Ross

    Hi Ross,
    >> In our testing environment using both Excel 2010 and 2013 this file is imported successfully, so we cannot replicate.
    I suspect it is caused by the difference of web server security settings.
    KB: Error message when you use Web query to a secure Web page (HTTPS://) in Excel: "Unable to open"
    Hope it will help.
    By the way, this forum is mainly for discussing questions about Office Development (VSTO, VBA and Apps for Office .etc.). For Office products feature specific questions, you could consider posting them on
    Office IT Pro forum or Microsoft Office Community.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Import Data using Full Table Name

    Is there a way to run the import data wizard so when pulling data from a csv it generates an insert statement not only using the table name but using the Oracle Schema name -- ie fully qualified table name?

    Hi Nilanjan,
    I need help ASAP.
    About this dump-load task, how does it works?  Because I was checking out a package called Import SQL  and this one only imports data from a table, however this table has to be allocated within the database that is being used, and I right? Are these 2 related somehow?
    Does this task order BPC to find data from a SQL Table (allocated in a different server, different instance for SQL) and import it to SQL Fac2 table?
    Can you help me with a simple explanation what do I need to do to run this task?  The page help.sap.com  talks shows a section within DumpLoad Task Usage which is called  Importing Into SQL Server... 
    * Processing the Application using DumpLoad  -
    Importing into SQL
    You can use DumpLoad to process the application as a standalone procedure, or with data import, export, or clear.
    Prerequisites
    The DumpLoad task (OsoftTaskDumpLoad2008.dll) is registered with Microsoft SSIS. See Registering Custom Tasks.
    Procedure
    1.Open a package or create a new package in Microsoft SSIS on the Planning and Consolidation server.  i already did this for the DumpLoad task ... should I do this for the Import SQL task also ?
    2.Select the task and add it to the package.   WHAT DOES SELECT THE TASK  MEAN?
    3.Open the task, and choose  Data Management  None .
    4.Enter the application set, application, and user ID.
    Im getting confused, can you please provide more details about the whole procedure. Thanx in advance
    Velázquez

  • ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'

    Hi,
    I am working on Oracle 10g. When executed import datapump script in the UNIX box with option “RMAP_TABLE” I received the error “unknown parameter name 'REMAP_TABLE' “Can you please give me solution for it?
    Scripts :-
    impdp eimsexp/xyz TABLES=EIMDBO.DIVISION DIRECTORY=DATAMART_DATA_PUMP_DIR DUMPFILE=expdp_DATAMART_tables_%u_$BATCH_ID.dmp LOGFILE=impdp_DATAMART_tables.log REMAP_TABLE=EIMDBO.DIVISION:EIM2DBO:YR2009_DIM_DIVISION
    Note :- The YR2009_DIM_DIVISION table is available in the target database. It is without partition table. The EIMDBO.DIVISION is partition table.
    Thanks,

    See your post here
    ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'
    Srini

  • How to hide or filter out the row at break subtotal level

    Hi All,
    Need to know how to hide or filter out a row at break subtotal level.
    My Requirement is to sum up the first 20 business days total as Month total.
    This is a cross tab report, with Dates going from top to bottom, Securities going from left to right and Amount as the intersection of this two dimensions.
    So I have created a variables like this below
    RunningCount of Mtr Dt=ToNumber(RunningCount([Query 1].[Intrader Acct Mtrty Dt]))
    and
    MonthBreak=If [RunningCount of Mtr Dt] Between (1;20) Then 1 else 2
    Inserted this "MonthBreak" variable into the crosstab so it will give me each rowcount, then applied the break on this variable, so it split the first 20 rows and the rest of the remaining rows.
    Then applied Sum on the Amount column so it will add up the first 20 rows and then the remaining rows. Now I want to display only the subtotal row of the first 20rows and hide/filter the row subtotal line for remaining row numbers greater than 21.
    Did tried to do some thing using the alterers but no luck.
    Please help me fix this

    Hi Mathangi,
    When I apply
    =If ([MonthBreak] = 1) then Sum(Amount) else 0
    in the subtotal row, then nothing is changed.
    And one other thing I noticed is when we apply break on a column it footer should be same as the break value right. But here in my report the break footer is displaying 1 for both the cases for first 20 rows break and the rest from 21st rows.
    That is when I place  MonthBreak variable in the table.. which has values 1(for row 1 through 20) and 2 (for rows 21 to end of the report) then apply break on this MonthBreak column, its footer value are same for both the cases which is displaying as 1
    Do you know why this happens and to your information this is a cross tab report I am working on....

  • Filter out two dates in Infopackage on the same field

    Hi!
    I have this code in a infoPackage that gives me the current month intervall (if not the day is the first of a month, then it gives me previous month ). I need to add a change to this code. I would like to also filter out the date '25001231' (this is a dummy for empthy values).
    So I need both the intervall (as it is defined in the code), and a spesific date.. I have tried but I can't get it to work. Please help
    Data: l_idx like sy-tabix,
            date_low1 like sy-datum,
            date_low2 like sy-datum,
            date_high1 like sy-datum,
            date_high2 like sy-datum,
            rep_date like sy-datum.
      rep_date = sy-datum.
      read table l_t_range with key
      fieldname = 'RESOLVED_DATE'.
      l_idx = sy-tabix.
    *If the date is not '01' in the current month the loading is started on,
    *this will be triggered.
      IF rep_date+6(2) <> '01'.
    *Here we define the first date in the range, day is always '01'.
        Date_low1 = rep_date.
        date_low1+6(2) = '01'.
    *Here we put in the date we have be given, and get out
    the last day of the month.
        CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
          EXPORTING
            DAY_IN            = Date_low1
          IMPORTING
            LAST_DAY_OF_MONTH = date_high1.
        Move date_low1 to L_T_Range-Low.
        Move date_high1 to L_T_Range-High.
        L_T_Range-Sign = 'I'.
        L_T_Range-Option = 'BT'.
        modify l_t_range index l_idx.
        p_subrc = 0.
    *If the date is '01' in the current month the loading is started on,
    *this will be triggered.
      Elseif rep_date+6(2) = '01'.
    *if the day is '01' we need to extract the previous month data.
        Date_low2 = rep_date - 1.
        date_low2+6(2) = '01'.
        CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
          EXPORTING
            DAY_IN            = Date_low2
          IMPORTING
            LAST_DAY_OF_MONTH = date_high2.
        Move date_low2 to L_T_Range-Low.
        Move date_high2 to L_T_Range-High.
        L_T_Range-Sign = 'I'.
        L_T_Range-Option = 'BT'.
        modify l_t_range index l_idx.
        p_subrc = 0.
      ENDIF.

    Hi Helge
    I verified the below in my system its working now.
    Data: l_idx like sy-tabix,
    date_low1 like sy-datum,
    date_low2 like sy-datum,
    date_high1 like sy-datum,
    date_high2 like sy-datum,
    rep_date like sy-datum.
    rep_date = sy-datum.
    *l_idx = sy-tabix.
    *If the date is not '01' in the current month the loading is started on,
    *this will be triggered.
    IF rep_date+6(2) ne '01'.
    *Here we define the first date in the range, day is always '01'.
    Date_low1 = rep_date.
    date_low1+6(2) = '01'.
    *Here we put in the date we have be given, and get out
    * the last day of the month.
    CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
    EXPORTING
    DAY_IN = Date_low1
    IMPORTING
    LAST_DAY_OF_MONTH = date_high1.
    break sbhaskar.
    Move date_low1 to L_T_Range-Low.
    Move date_high1 to L_T_Range-High.
    L_T_Range-Sign = 'I'.
    L_T_Range-Option = 'BT'.
    modify l_t_range index sy-tabix.
    p_subrc = 0.
    *If the date is '01' in the current month the loading is started on,
    *this will be triggered.
    Elseif rep_date+6(2) = '01'.
    *if the day is '01' we need to extract the previous month data.
    Date_low2 = rep_date - 1.
    date_low2+6(2) = '01'.
    CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
    EXPORTING
    DAY_IN = Date_low2
    IMPORTING
    LAST_DAY_OF_MONTH = date_high2.
    Move date_low2 to L_T_Range-Low.
    Move date_high2 to L_T_Range-High.
    L_T_Range-Sign = 'I'.
    L_T_Range-Option = 'BT'.
    modify l_t_range index sy-tabix.
    p_subrc = 0.
    ENDIF.

  • Importing graphics in CALS Table XML

    Does anyone have an example of how to import a graphic within one of the cells of a CALS table (XML)?
    thanks

    I was able to figure out the problem: the xml has to be declared with http://ns.adobe.com/AdobeInDesign/5.0/, the tablestyle attribute doesnt seem to exist in 4.0.
    The export seem to be using 4.0 by default and the pdf sample i was using was refering to "aid5". Nice feature.. but definitively need better documentation and more "realworld" exemples! :)
    I will have to play more with this, the import doesnt look good with the 5.0 (there is a bogus row that is added (compared to the same 4.0 declared xml)).

  • Howto import XML into Excel table ?

    Hi,
    I asked this before in the Excel forums but received the suggestion that I ask here instead.  The question precis : How to ungrey the "Append new data to existing XML lists" checkbox so I can select it when importing XML data into an Excel
    spreadsheet.
    I have a local server which provides data in XML form and need to import successive reloads of the XML page into successive lines in an Excel spreadsheet.  I found the Excel help page entitled "How to use XML in Excel 2003" at http://office.microsoft.com/en-gb/excel-help/how-to-use-xml-in-excel-2003-HA001101964.aspx?CTT=1&origin=EC001022986
    which was useful in so far as permitting me to import the data using the XML Source task pane and mapping the elements I need from the XML source to columns in the spreadsheet.
    In order to append successive lines from the XML source page, as I understand it from the link I quoted,  I need to change the XML Map properties to "Append new data to existing XML lists".  However this checkbox is greyed out in the
    XML Map properties dialog box so I can't select it.
    Any ideas how I can achieve my aims here ?
    Thanks in advance,
    Mike

    Hi Mike,
    Thank you for contacting Office IT Pro General Discussions Services. 
    From your description, I understand that you tried to import XML into Excel table. You selected “Use the XML Source
    task pane” when opening the XML file, then you tried to check the option in the
    Map Properties window: "Append new data to existing XML lists". 
    However, this option is grayed out. If there is any misunderstanding, please feel free to let me know.
    I have checked the issue on my side but could not reproduce this issue. I suggest download the sample XML file as suggested on the page and test the
    issue again:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=B4BD3283-AD0B-408D-9CE7-AB9C3537BBBB&displaylang=en
    If the problem does not occur with the sample XML file, this issue might occur as there are some problems with the XML you were using.
    If the problem also occurs in with the sample XML file, this issue might be related to some third-party software conflicts. I suggest checking this
    issue by starting Excel in the safe mode.
    Start the Office program in safe mode
    ==============
    1.      
    Click Start, point to All Programs, and then point to
    Microsoft Office.
    2.       
    Press and hold the CTRL key, and then click
    Microsoft Excel.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Excel program, we can try to disable
    them. Normally, you could do the following to disable the conflict add-ins in your Excel program:
    Disable add-ins
    Click
    Tools > Options > 
    Add-in, click Go button in the Manage:
    Com-in Add.
    Check if there are any add-ins,
    clear the checkbox to disable them.
    Close the Office program and
    restart it.
    Add one check back each time to the list of Add-In,
    restart the Office program, and repeat the above procedure. Once the issue reappears again, we can determine which add-in causes this problem and then disable it.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • RH creates a frame around tables when generating printed documentation

    Hi,
    We import FrameMaker documents into RoboHelp 9 and then we generate printed documentation (Word documents).
    In the generated Word documents, all tables appear in a frame or an additional table cell.
    This did not happen in RH7.
    In RH itself it seems OK.
    Is there a hidden setting somewhere that controls this behavior?
    Thanks,
    Rakefet

    I found out that when we import the FM document into RH, RH adds the following lines in the html file:
    before the table:
    <?rh-align_start align="left" ?>
    after the table:
    <?rh-align_end ?>
    When I manually delete these lines, the tables in the generated Word files are OK.
    Is there something I can do in FM or in RH so that these lines are not added?
    Thanks,
    Rakefet

Maybe you are looking for

  • How to print cproject Graph?

    hello frnds, i want to print graph in the cproject. here print button is given but from there i can only print the details of project. i m not able to print graph. will anybody tell me that is there any badi given to print that or not? if yes then wh

  • Use 11g portlet in Oracle Portal or WSRP1 in WebCenter application fails

    Hi, I build a portlet as in the example at http://download.oracle.com/otndocs/tech/webcenter/files/owc_r11_portlet_bridge_demo.html and try to consume it from Oracle Portal. This is failing with a connection to the server failed error in the browser.

  • Image rollver in a dynamic page

    I have used several different javascript codings for the function of a image rollover menu and I put this coding within the <body> instead of the <head>. I was told to do this my our webadministrator. I can't remember the reason now but my coding sti

  • Problems with my html files

    I made a design on Muse for a dating site, when I sent the files to the developers they said they cannot used this "Code generated" files because and I quote: "Most classes and HTML elements in the layout do not have meaningful names (names have the

  • Songs in album unable to sync to my iphone

    I have updated my Iphone 4 to iOS 6.0, and the previous songs in an album I had in my Iphone is no longer there. But they are still in my itunes on my laptop with a symbol of " ! " beside the songs. What can I do to sync the songs back to my iphone?