DW CS3 Table properties partly missing

The bottom of my table properties window is cut off just
below the top of set bg image field. resizing does not help......
A bug maybe...
windows version

In the bottom-right corner of the properties window is a
triangle used
to expand and contract the size of that window.
HTH,
Randy
> The bottom of my table properties window is cut off just
below the top of set bg image field.

Similar Messages

  • 11g Physical Table Properties: "Parallel" misses "no selection"

    Hi,
    in 4.0.0.833 the generated SQL for a table has no "NOPARALLEL" clause, if you select "NO" in the 11g Physical Table Properties.
    I think it should be empty/yes/no (like e.g. "logging") and generated the clauses accordingly.
    See parallel_clause in the docs.
    Best regards,
    Blama

    Hi Blama,
    The NOPARALLEL clause is not normally generated as it is the default.
    If you set the "Include default settings in DDL" option in the Data Modeler/DDL Preferences, the NOPARALLEL clause will be generated.
    LOGGING is treated differently as it does not have such a well-defined default.  If the LOGGING or NOLOGGING clause is not specified for a Table, it defaults to the Logging specified for the relevant Tablespace.
    The "empty" option here indicates use the default for the Tablespace.
    Regards,
    David

  • AS: setting table properties in ID CS3 invokes odd error message

    I'm converting an InDesign CS2 script to CS3 and am having the strangest error. This code used to work in ID CS2 for the selected text frame:
    >tell parent story of insertion point 1 of selection
    >set theTable to make table with properties {width:gridColumnWidth, body row count:totalGridRows, header row count:0, footer row count:0, column count:totalGridColumns, height:gridRowHeight, left border stroke weight:gridBorderWeight, right border stroke weight:gridBorderWeight, top border stroke weight:gridBorderWeight, bottom border stroke weight:gridBorderWeight, left border stroke type:"Solid", right border stroke type:"Solid", top border stroke type:"Solid", bottom border stroke type:"Solid", space after:0, space before:0}
    >end tell
    But now it chokes and gives me this strange error:
    >Adobe InDesign CS3 got an error: Invalid value for set property 'height'. Expected number or string, but received 21.80909090909093.
    Huh? That obviously has to be a number or string, so what's going on? What's even weirder is if I delete all the table properties except for weight and height, the script doesn't give the error. I know I can do this with a table style, but I'd like to understand what the problem is before I take that step.

    Shane:
    I was completely distracted by another project and am just getting back to addressing this problem. Sorry about that.
    Anyway, your suggestion was a sound one: I set the width and height in the first statement, added everything else in a second statement, and it worked perfectly. Thanks! Any idea why I needed to do so?

  • Out of line object 'DataSource' -- but when re-saving table properties, no issues

    I've got a PowerPivot workbook that's connecting to an Oracle database, then calculating a few measures. When I "test the connnection" in PowerPivot, it's fine. When I go to "Table Properties" and re-save, it seems to pull the dataset
    fine. But refreshing within Excel gives me, 
    We couldn't refresh the table 'AthleticGPABlahBlah' from the connection 'Student_PLSQLBlahBlah'. Here's the error message we got: Out of line object 'DataSource', referring to ID(s) 'c6427542-blahblah', has been specified but not used. The following
    system error occurred: Unspecified error
    My data types seem right, and I don't have any big dates. Is my workbook just corrupt? I'd love to not re-do it, so any tips to getting this fixed would be great!

    Hi Hensen,
    You mentioned that you don't have any big dates but do you have any dates that are too small? What happens when you use the Table Properties to restrict dates to all be on or after 1/1/2000, for example?
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • Basic URLs of adapter engine associations properties are missing

    Dear all
    We are running on the nw 7.11 pi version.
    And we recently enabled the ssl on the system.. we have HA in place with web dispatcher.
    We updated the exchane profile parameter with all ssl n required parameters.
    CPA cache refresh is working fine.. but. While doing the Intergration server ABAP cache its failing.
    And we checked the sap note 1678104 under the XRIA assoctiation and as well as under the Basic urls of adapter engine "Secure URL"  properties are missing . Since we r not able to update this property.. the adapter engine is still ponting to http url instead https.
    Please see the screen shot.
    Regards
    Manoj K

    Hi Agasthuri,
    yes, maybe something gone wrong in the post install, I will ask the guy which did the installation of the PI. Therefore I didn't have the logon data for performing a cache refresh, but in the log entries it seems that this is working properly.
    Hi Praveen,
    in Communication Channel Monitoring (In PI this is no longer found under Adapter Monitoring), I can see that the messages are delivered, but I can't see the Audit Log entries there.
    I checked the MDT, but there are also no messages displayed.
    End-to-End-Monitoring seems to be a good solution, but it seems that it is something configured wrong in this installation I will try to get the guy which cares for Basis to look after it.
    Best regards,
    Daniel

  • Customer master data table KNVV is missing

    Hi All
    I a trying to cancel the billing document using transaction VF11. System shows error as " customer XYZ customer master data table KNVV is missing"
    Please advice how to proceed?
    Thanks and regards
    satyaprasad

    Hi,
    Goto the T.Code "Se11/SE16".
    Enter the table name as "VBRK".
    Enter your invoice number.Execute.
    Check the value of "VKORG(Sales Organisation)","VTWEG(Distribution Channel)" and "SPART(Division)".
    Or you check the same in "VF03" screen also.
    Make a copy of the above three fields.
    Goto the T.Code "Se11/SE16".
    Enter the table name as "KNVV".Enter your customer number in "KUNNR" and the values of "Sales organisation,Distribution channel and division" into their respective fields.Execute.
    Check if there are any entries.The result should be no entries so that only you will receive this error message.
    If you created the customer with out sales area,while creating the order only it will give you an error message as "No customer master record exists for sold-to party XXXXXXX
    Message no. VP199".
    As the partners are defined in sales area data only.
    Regards,
    Krishna.

  • Table Type  Stored Procedure in OBIEE Physical table properties

    Hi,
    Any one has ever used the Stored Procedure in OBIEE Physical table properties??
    I've a procedure & a table i want to plopulate the tabel using the Procedure from OBIEE physical layer.

    It would be nice if we know more details about 'Populating table'...
    Using connection pool->connection pool scripts tab you may go for inserting/updating (Populating table) records into table.
    It would be nice if you use dedicated connection pool for init blocks...
    Ex: I want to insert user login time some xyz table my query would be like
    insert into xyz values ('valueof(NQ_SESSION.USER)',sysdate)
    without knowing your requirements its hard to tell anything apart from what is said.
    If helps pls mark
    Edited by: Srini VEERAVALLI on Jan 16, 2013 10:37 PM

  • Table AMPL Partly active

    Dear ,Frds
    i have got one problem when i upgrade the system to 4.7 to ECC 6.0 a Error in between upgrade at the last moment the error is described as below
    DDIC and Activation Error S And return Code in SAP AAAA700.RDV
    IEEDO519 Table AMPL Could not be Activated.
    1ETP111 exit Code 8.
    we have Ignore this phase and also i have delete the Request in which the object is present or attached .after that when the upgrade is completed when creating a PO it will create a Dump when EDIT the PO.
    The Table Error is
    Transp. Table AMPL Partly active
    Short Description Table of Approved Manufacturer Parts
    Enhancement category Selected category inconsistent with implicit enhancement category
    Implicit Enhancement Category :- can be enhanced char type or numeric.
    Check table CI_AMPL
    Field MANDT does not lie within customer namespace
    Table CI_AMPL was checked with warnings
    Adjustment of active dependent objects
    TABL AMPL is inconsistent in active version
    Check table AMPL (DEV/14.07.09/00:04)
    Current enhancement category Can Be Enhanced (Char. Type) is incorrect
    The following enhancement categories can be selected:
    Can Be Enhanced (Numeric or Char. Type),Can Be Enhanced (Deep)
    Field MANDT in table AMPL is specified twice. Please check
    Foreign key AMPL-MANDT (foreign key was deleted)
    No data exists (structure change caused by DROP / CREATE)
    AMPL: Structure change at field level (DB is adjusted)
    Check on table AMPL resulted in errors
    TABL AMPL_ATTEMPTS is inconsistent in active version
    Check table AMPL_ATTEMPTS (DEV/14.07.09/00:04)
    Current enhancement category Can Be Enhanced (Char. Type) is incorrect
    The following enhancement categories can be selected:
    Can Be Enhanced (Numeric or Char. Type),Can Be Enhanced (Deep)
    Check on table AMPL_ATTEMPTS resulted in errors
    TABL VAAMPL was adjusted
    TABL VAMPL is inconsistent in active version
    Check table VAMPL (DEV/14.07.09/00:04)
    Current enhancement category Can Be Enhanced (Char. Type) is incorrect
    The following enhancement categories can be selected:
    Can Be Enhanced (Numeric or Char. Type),Can Be Enhanced (Deep)
    Check on table VAMPL resulted in errors
    regards Ritesh sharma

    Hi,
    Just check the CI_AMPL structure to see if the MANDT field is also specifed there.
    If yes then remove it.
    Check each and every include structure in AMPL and then activate the same.
    Finally adjust and activate the table via transaction SE14.
    This would solve your issue.
    Regards,
    Ankur Parab

  • My eBay pages don't work properly. There are parts missing. The symbols on the My eBay page have gone. The £ paid sign, checkout, feedback, and probably more. I can't list an item as the submit button has disappeared. It all works fine on IE.

    My eBay pages don’t work properly. There are parts missing. The symbols on the My eBay page have gone. The £ paid sign, checkout, feedback, and probably more.
    I can’t list an item, as the submit button has disappeared.
    It all works fine on IE. I’ve uninstalled and reinstalled Firefox, but still the same.
    How can I regain my missing bits please.
    Thanks

    Can you attach a [http://en.wikipedia.org/wiki/Screenshot screenshot]?
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    See http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Table BSID Partly active.

    table BSID is partly active, does it affect the contents of the table.
    when i read from bsid, for few customers i am getting all entries, for others i am getting few entries when i compare it with table bseg.
    is it because of the table being partly active ? please suggest.

    Yes Kranthi if upgradation on table is going on then this isthe only reason the status is partly active moreover this will definetly result in short dump whenever you try to access the table .You surely wont get the all the values or any values as whenever compiler execute the statement where database access is done it will result in the dump.
    Please let the upgradation complete and then use the table moreover if you are appending some strucutre then first activate the structure through se11 ,then activate the table and finally adjust the table through se14.
    If still table status doesnot change then contact the basis team for the same.
    Pooja

  • Photoshop CS5 installation error "Archive part missing"

    Photoshop CS5 download consists of two files: one is .exe and the other is .7z. I downloaded both but when I try to run the .exe file it gives the error message "Archive part missing." The archive is present and is in the same directory as the .exe file. I have successfully installed this software several times before without error messages. I am reinstalling it on my laptop after upgrading from WinXP to Win7 (and I did properly deactivate Photoshop before formatting the laptop's hard disk.) I have read the kb article at http://helpx.adobe.com/creative-suite/kb/start-installer-downloading.html and it didn't help. Now what?

    Hi Junetvee,
    I apologize i provided you the wrong link
    Please use the below link
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    Please make sure to complete the Very Important Instructions section prior to clicking on the download link.
    Thanks

  • Tabular data model: Query keeps timing out when attempting to Edit Table Properties

    Tabular data model (SSDT)
    Problem: I have a table in tabular data model using a SQL Query for a data source. The query in question requires about 3 minutes to regenerate. When I open Edit Table Properties for this data source the query times out and I get an error (see below): "
    Failed to retrieve data from udvTrainJobReportsData. Reason: Query timeout expired"
    This seems to happen anytime I use a query that takes longer than a couple of minutes to regenerate. Anyone have an idea on how to get around this. Is there a timeout setting somewhere in tabular data model that can be increased?
    Thanks...

    Hi ManikantM,
    According to your description, you query keeps time out when edit table properties. Right?
    In this scenario, this error is thrown when connection or query execution exceeds the time out value. Please try to import this table and then increase the connection time out seconds.
    We can increase to ExternalCommandTimeout in Analysis Server Properties. Please refer to link below:
    http://aniruddhathengadi.blogspot.in/2012/07/ole-db-error-ole-db-or-odbc-error-query.html
    Please also refer to a similar thread below:
    https://social.technet.microsoft.com/Forums/office/en-US/3f83a26b-71c6-462e-8b90-2ce2ce0b9465/powerpivots-2010-query-keeps-timing-out-when-attempting-to-edit-table-properties?forum=excel
    Best Regards,
    Simon Hou
    TechNet Community Support

  • PowerPivots 2010: Query keeps timing out when attempting to Edit Table Properties

    Excel PowerPivots Version:  PowerPivots for Excel 2010
    Problem:  I have a table in PowerPivot windows using a SQL Query for a data source.  The query in question requires about 3 minutes to regenerate.  When I open Edit Table Properties for this data source the query times out
    and I get an error (see below):  "
    Failed to retrieve data from udvTrainJobReportsData. Reason: Query timeout expired"
    This seems to happen anytime I use a query that takes longer than a couple of minutes to regenerate.  Anyone have an idea on how to get around this.  Is there a timeout setting somewhere in PowerPivots that can be increased?
    Regards,
    ....bob
    Screen Shot of Error:
    Bob Sutor

    Hi,
    We could add the seconds in the timeout values.
    Then, if you want to add the timeout values for the SQL Query, please following the link to do:
    http://aniruddhathengadi.blogspot.in/2012/07/ole-db-error-ole-db-or-odbc-error-query.html
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    And here is a similar issue.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/59dbdd8e-9981-41c5-a02c-9365c46956e1/how-to-extend-the-timeout-for-long-running-queries?forum=sqlkjpowerpivotforexcel
    Thanks,
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • SQL Developer Tables Node is missing from when expand connection

    Hi,
    I'm getting this issue often when I expand the connection node (Oracle DB connection), the Tables node is missing from the object types tree. Even if i close the SQL developer and come back it would be the same.
    Is this a known issue? I've seen this both in 3.0 & 3.1.
    please advice.

    Hi,
    Just as an update: I did not encounter the issue anymore since my last post (ca 1 week) and I did not do any changes to sqldeveloper any more (never did an export / import of connections, no change in version of JDK any more etc.).
    I guessed this here could be my issue: SQL Developer: Not able to view tables
    excerpt: "The problem occurs when SQL Developer 3.0.04 connects to a limited privilege schema via a shared server connection. The workaround is to connect using a dedicated server connection."
    I use type "Basic" for all my sqldeveloper connections, so no TNSnames.ora entries containing the line "SERVER=DEDICATED" and I did get same issue also when connection using a custom created user having the DBA role.
    Therefore I guess this is here is more likely to be my issue: SQL Developer: Not able to view tables
    excerpt "JDBC driver having to do with 'Out Of Band Breaks' - basically a low level TCP issue.
    To enable the workaround, a Java system property needs to be set - oracle.net.disableOob=true. "
    Very often when I did have the issue I closed SQLDeveloper and used Toad for the rest of the day (or a few hours). Next time launching SQLDeveloper the tables node usually was back again. So this could fit into the picture, right?

  • How add Custom Collection Form Tab in Table properties

    Hi,
    Request :
    We would like to add a new tab on the table properties of a physical model.
    Example
    Explanation :
    If we have a table with the following form: CREATE TABLE_1 (COL1 CHAR (10), COL2 NUMBER (6) COL3 VARCHAR2 (20));
    We would like that the new tab to be similar to the one above.
    This tab should have for each vertical column - the table columns names.
    This tab should be displayed only if the table has a stereotype "LOV" for "List Of Values"
    For each row in the screen above we will write the values ​​of each table records.
    Objective :
    When we Generate Database the following SQL command must be generated : INSERT INTO TABLE_1 (COL1, COL2, COL3) VALUES ('', '', '');
    We thought to add this command in the .XDB file (DBMS definition file) at table-level category => DBMS :: Script \ Objects \ Table \ Create
    and using variables %TABLE% and %TABLDEFN%. But the TABLDEFN variable provides column names and types, "COL1 CHAR (10), COL2 NUMBER (6) COL3 VARCHAR2 (20)." Given that this variable is not very interesting we have achieve our goal with an extension (XEM). In fact we are able to generate an extension that will give us the following SQL command: insert into TABLE_1 (COL1, COL2, COL3) values ​​('', '', ''); following the creation of the CREATE TABLE statement.
    To complete with value we have need our custom form tab.

    Hi Benoit,
    To get a tab with a list, you need object to fill it. In your case, you need to define (in your xem or xdb) a new extended sub-object SAM (stereotype as metaclass) with several attributes (one per column COL1, COL2, ...) -- It could be dynamically defined but you may enter the dark side of xem enhancement -- let's start with the three extended attributes.
    With the new SAM, you can create an extended composition on your table, targeting the new SAM. In the composition definition, set the columns you want to display (COL1, COL2, COL3 + whatever you want)
    => You then will have your new tab with COL1, COL2 and COL3 columns
    Once done, you can enter values within your tab.
    How to add it in the generation ?
    In the XEM, create the statement in a template ("filldatatable") under Table metaclass that iterate on composition and use
    <<
    .set_value(TablCode, "%Code%")
    .set_value(ColnList, "")
    .foreach_item(Columns)
    .set_value(ColnList, "[%ColnList%?%ColnList%, :%ColnList%]%Code%")
    .next("")
    .foreach_item(DataValues)
    insert into %TablCode% (%ColnList%) values(%insertdata%)
    .next(";\n")
    >>
    -- This assume your table has three columns !!! (you can enhance it to fit your needs)
    The %insertdata% is a template from your extended sub-object filled with
    <<
    %.q:COL1%, %.q:COL2%, %.q:COL3%
    >>
    In order to include it in your sql-generation  you have to instruct PowerDesigner to do so. You use the AfterCreate item that would add some sql after the generation:
    (.// is a comment)
    <<
    .// Because the scope is limited to active XDB, we need to instantiate a vbscript to reach the xem definitions.
    .// If the extension is embedded into current xem, a simple call to template would have been enough.
    .vbscript()
    ScriptResult = ActiveSelection.Item(0).EvaluateTextFor("%filldatatable%", "FillDataTable")
    .endvbscript()
    >>
    At the end, you then have this in data
    And this in preview
    I attached the xem I made for example (change .txt to .xem)
    Marc

Maybe you are looking for

  • 0FISCPER

    Hi all, WHen i am inserting 0FISCPER in Time Dimension, 0FISCVARNT is also coming up. what is 0fiscvarnt. what king of data should i be giving for 0FISCVARNT .What ever data i give its coming till PSA, BUT while executing DTP I am geting error. Thank

  • Static Method to calculate ' Average '.

    Hi I am wondering which one is preferred?  Static or Instance methods for calculating 'average' (e.g average sales). My class lcl_company is having attributes name and sales. which represents name = name of the company, sales = total sales of one com

  • WGB-clients problem AP1200

    Hey, Yesterday i've encounterd a problem with a wireless network on the site. It's a network with 1 AP1200 (8JA2 firmware) and 2 1200 (8JA2 firmware) configured as WGB. For security settings we've used WPA PSK, AES CCMP and ACL. The network was runni

  • Business Area Not visible at document display

    Dear All, I have confi. document spllitting.  Posted documents with busines area and profit centre. But at document display business area filed is not appearing. Only Profit Centre is appearing Please let me know wht is the problem. Regards Partha

  • How do I remove the grid in view permanently??

    I can't remove the grid in view of CS5.  It comes up on every photo I open though I uncheckk it it each time.  How do I