Entity hierachies to table enginiring - short name lost.

Hi.
DM 3.1.0.687.
I`m trying to generate new relational model from logical model with entity hierarchies.
Entity short name should translate to table abbriviation.
It`s OK for simple entity.
A table abbriviation is empty when source entity have subtypes (each subtype of the entity have the same short name).
Problem is new RM only. Exists RM updating translate short name to table abbriviation correct.
Some bug?

Hi,
Thanks for reporting this. I have logged a bug.
David

Similar Messages

  • Taglib problem: Cannot parse custom tag with short name table

    Hello!
    I am having problems deploying a jsp tag in web as. The same war file works fine on websphere, jboss. SAP web as seems to be complaining about the short name in the tld.
    Can any body me to any known web as issues with jsp tags?
    Thanks
    [code]
    Application error occurs during processing the request.
    Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error while parsing JSP page /usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/dispear/servlet_jsp/disp/root/test.jsp.
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:85)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:207)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:369)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:164)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot parse custom tag with short name table.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:129)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.ElementCollection.action(ElementCollection.java:52)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.initParser(JSPParser.java:307)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:74)
         ... 18 more
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Unknown class name java.lang.Object.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.convertString(TagBeginGenerator.java:365)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:187)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:212)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:269)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:127)
         ... 21 more
    [/code]

    Hi Ray,
    I am facing similar kind of issue.
    Can you please help to resolve it?
    Thanks in advance.
    Logs are as below [Here I am using standard tag lib]::
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [out].
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:183)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspIncludeDirective.action(JspIncludeDirective.java:51)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:270)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:194)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:126)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:319)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:248)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:178)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.processJSPRequest(JSPChecker.java:109)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:154)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:193)
         ... 47 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Attribute [value] of [<c:out>] can accept only static values.
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181)
         ... 64 more
    Regards,
    Sankalp

  • Entity Reference embedded within colspec attribute name-table col. heading

    My team is working on a project that involves converting MS Word documents to XML. The XML is applied to a stylesheet (*.xsl) which generates a *.pdf document. Is it valid to include an xml entity reference within a colspec attribute name? For example, the xml document would contain the following code for a table:
    <t id="t1109681052">TABLE 1.0 My Favorite Restaurants</t>
    <tbl id="tbl921133606" val="1.0">
    <TblHdg num="1">Table 1.0 My Favorite Restaurants </TblHdg>
    <colspec id="colspec1148420628" name=" Restaurant Name" width="0.61875"/>
    <colspec id="colspec201089067" name="Type of Authentic Cuisine" width="1.61875"/>
    <colspec id="colspec201089069" name="Location" width="1.61875"/>
    </tbl>
    Is the following code valid in XML to produce the results in the sample table below when the XML is applied to a stylesheet (xsl)?
    <colspec id="colspec201089067" name="Type of "Authentic" Cuisine" width="1.61875"/>
    The desired table and column titles would be as follows:
    Restaurant Name ----     Type of “Authentic” Cuisine ----     Location
    Le Chantecler --------------->French     The Negresco Hotel –
    Promenade des Anglais Nice France
    La Coupola -------------------->French     The Mirabeau Hotel
    1 Princess Grace Ave
    Monte Carlo Monaco
    What is needed in the XML code to produce the table column heading with quotes embedded around the word "Authentic"?
    Please advise. Thanks so much and have a prosperous and memorable holiday.

    SOLUTION RESOLVED FOR THIS MESSAGE.

  • Table contain user name and tcode

    Dear Experts,
    Can you tell me which Table contained user name and tcode field?
    Thanks and Best regards,
    wilson

    You need to be even more carefull with parameter transactions.
    If SU24 is not maintained for them, PFCG will pull the proposals from the core transaction (via which the parameters are used in the skip screen feature...). If the core transaction has authority proposals for S_TCODE, then you will get those tcodes and their proposals as well.
    A carefull choice of menu objects (not only limited to Tcodes), taking heed of SU24 defaults and tuning it to meet your needs is the key. But it requires organizational discipline and good training, otherwise rather dont use it for anything other than important objects which you want to control manually only, even if your business roles are a mess.
    You can also restrict the authorizations of the security admins for example (as unpopular as that may sound... to segregate authorization concept development (SU24 etc), role building development (PFCG etc) and user administration (SU01 etc). Object S_USER_TCD also has a field called TCD...
    There are also other objects (as Dipanjan has pointed out) which have TCD as a field of an object which is not S_TCODE. In addition to I_TCODE, Q_TCODE, P_TCODE, see also S_IDOCMONI for example.
    To be honest I have given up on trying to find them all
    The easiest solution is to use the menu and maintain SU24 when the transaction is configured or the application is developed and tested. That is what SAP does as well in SU22. It is more work upfront, but more sustainable in the long run.
    If your users (and auditors) only see the menu (and use the SUIM --> Executable transactions) options, then you can get away with it in the short or even medium term. Latest when someone else need to maintain the roles they will hate it...
    My 2 cents,
    Julius

  • Change default short name

    When adding new users to OD ldap creates a default short name that is then used as the default user name for several network services. Other short names can be added and edited, but the default is greyed out. Is there any way of changing the default short names?

    you can edit the shortname in a number of ways. from workgroup manager, enable the details table, and you can edit the records manually.
    you should also be able to edit record attributes via dscl on the command line.

  • Changing administrator user name or short name in accounts, OS upgrade

    I just inherited an older MacBook Pro. (15-inch, 2.16GHz Intel Core Duo, OSX 10.4.11).
    I was able to change most account info, however former user's short name still appears as the short name in adm account and in the home page sidebar. How can I change this? (I understand there is a third party utility -- Change Short Name -- that claims to easily do this, but I'm reluctant to use any third party app if there is a Apple-endorsed way to accomplish the task.)
    Do I need to set up a new administrator account on the computer in order to delete his info?
    Also, eventually, I need to delete a lot of programs and files from computer. Bloated. My first thought is to simply do a clean reinstall since there's really nothing on the computer that I need. (However the original install discs were lost in a move, and I'll need to contact Apple for replacement.) I've read post advising against this approach because of the number of updates needed and due to uncited problems. Has anyone experienced any problems with this approach on this model -- before I purchase old install discs.
    Is better option to purchase Snow Leopard. I have it installed on Mac Pro at work. I like it and have not experienced any problems. Anyone experience problems with SL on this model of MBP.
    Thanks in advance for the help.

    [Adding a new user account to your computer|http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh168.html] You just need to make sure that the new account is set to be an administrator account. Then you log into the new account and remove the old account from there. There shouldn't be any implications to doing this but it is always a good idea to make sure you have a fully bootable (cloned) backup before doing modifications.
    As mentioned before, ideally you should just wipe wipe the drive and start afresh. This ensures any corrupt files, or hidden files, are removed. However, you will need the installer disc to do this. Since you no longer have the Tiger one it might be worth just going for Snow Leopard. However, one advantage to getting replacement original discs from Apple is they contain special software for diagnosing problems on your specific model computer that isn't in a retail set of discs.
    Cloning And Backup Tools
    A bootable clone is an exact copy of your drive which is capable of booting your computer. Making a copy of your computer which is capable of actually starting the computer requires special copying procedures. Some people just back up data files but if you have problems you have to reinstall all your operating system and all your applications. With a bootable clone you just start up from the backup drive and clone back everything.
    To copy files from one hard drive to another hard drive you can use:
    [CarbonCopy Cloner|http://www.bombich.com/software/ccc.html] (donationware)
    [SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html] (shareware)
    [IBackup|http://www.grapefruit.ch/iBackup/index.html] (free)
    The Restore function of Disk Utility included in OS X. [Kappy's directions|http://discussions.apple.com/message.jspa?messageID=8799711#8799711]
    [Tri-Backup (commercial)|http://www.tri-edre.com/english/tribackup.html] (payware)
    [Silverkeeper|http://www.lacie.com/silverkeeper> (free) - version 2 has some issues (references: [1|http://www.macintouch.com/readerreports/backup/index.html#d12jan2009],
    [2|http://www.macintouch.com/readerreports/backup/index.html#d13jan2009]) and it is recommended Tiger users stick with 1.1.4.
    [Kappy's Backup Software Recommendations|http://discussions.apple.com/message.jspa?messageID=9065665#906 5665]
    [Overview of Mac OS X Backup Programs|http://8help.osu.edu/1247.html]

  • Table Field Short Descriptions

    If you go into the Repository Information System (SE83), then drill down to ABAP Dictionary->Fields->Table Fields, you are allowed to enter a table name to display its fields and short descriptions.  I need to know what table the short descriptions are stored.  I assumed it was DD03T, but I'm not able to locate most of my field descriptions for the MM module.  Can anyone help?
    Thanks!

    Sheshu... The DD03M seems to be missing some positional data even though its viewable in SAP TCode ZSE16R.
    Check this out as an example:
    Look at table CSKS fields by using ZSE16R, then go to the choose fields option in the Settings>List Format menus.  Then compare that to the data that is in DD03M. 
    Examples of missing fields form DD03M for table CSKS:
    MANDT
    PKZKP
    VERAK
    WAERS
    Can you tell me why this data isn't present in the DD03M table?
    Thanks

  • Report short name

    Hi,
    I want to know from which table we can get the report short name of the because I have to modify some reports and where the path of that reports are available in the server.

    Hi,
    You can find the report name from FND_CONCURRENT_PROGRAMS table.
    Column name is CONCURRENT_PROGRAM_NAME.
    You have find the Executable for the perticular Concurrent program and find the application for that.
    Using the application you can find the application base path from FND_APPLICATION table and column is BASEPATH.
    Prashant

  • Changed home name lost all data

    Has anyone experienced this? I changed my home name (has first and last name, took out last), was on the internet, and then lost everything. Any programs I opened wanted me to register. I restarted, and now everything is gone, but it is in the original home name (first and last). I'm a college student and in a huge panic as all of my essays are on my computer, and not backed up. Not to mention my photos and other things...
    What can I do to bring everything back?
    Please help!!!

    Open the Users folder in the Finder and rename the item with the house icon to tempfolder, and then rename the folder with your files to the former name of the folder with the house icon. Log out and back in to restore your data.
    To change the name of your home folder successfully, you need to update the home property for your user account in the NetInfo Manager, which is located in the /Applications/Utilities/ folder, or create a symbolic link which tells Mac OS X where to find your home folder, or use this tool to change your account's short name.
    (17608)

  • Forms popup help - module implementation name must equal module short name.

    I don't know if this was blatanly obvious, or if it has been already stated, but just in case it wasn't, I'll state it here.
    Here is something that I noticed while trying to make the help system work. I found that the module's short name is stored in the CG_FORM_HELP (or any alternative name that one may use) table. However, when the form is generated, the key-help trigger sends the module's implementation name (only on property palette) to the procedure which calls the help form. I had modules with short names differing from the implementation name, and was forced to change the implementation name to match the short name in order to make the help system work correctly.
    If anyone has problems with the user/help text from their modules, module components, and items not displaying (and maybe just the user/help text from the base tables showing up), then you may want to look into this.

    I forgot to state that I was using Designer 6.0 Patchset 4 (6.0.3.8).

  • OSX mail not recognizing other short names beyond first short name

    I have a ready weird problem. According to the documentation any additional short names are treated as aliases and Postfix uses these aliases.
    The installation is a fresh install with 10.4.7 Combo applied. My postconf is at the end. There is only one domain (lewington-web.com). The MX record is correct and the gateway has port 25 open (as well as 143 for IMAP). Open Directory is setup and working fine.
    The only way I can get Postfix to use these extra aliases is to edit the /etc/aliases file and manually add them. This *****! Why does postfix not read the open directory entries other than the original account shortname?
    The error I get without setting up the aliases is:
    550 Recipient address rejected:
    User unknown in local recipient table
    My postconf -n is as follows:
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 0
    mydestination = $myhostname,localhost.$mydomain
    mydomain = lewington-web.com
    mydomain_fallback = localhost
    myhostname = lewington-web.com
    mynetworks = 127.0.0.1/32,192.168.123.115/32,192.168.123.116/32,192.168.123.110/32
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    ownerrequestspecial = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdpw_server_securityoptions = gssapi,login,plain,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_keyfile =
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    MacBook Pro / xServe   Mac OS X (10.4.7)  
    MacBook Pro   Mac OS X (10.4.5)  

    That sounds more like a feature so that simple short names do not get confused.
    I would expect most people have things like relatives full names in iChat and the Address Book but would Nickname them like "Mum", "Dad", "Sis" and the like such as "Bill" for William.
    If you had two "Dave"s I would expect the Nickname to be "Dave1" and "Dave2" so that they were different.
    This sounds more like protection from confusion.
    10:45 PM Monday; January 21, 2008

  • Changed Account 'short name' and cannot now access iPhoto pictures

    I have two accounts running on my iMac. The second one I opened because Word didn't run properly on the first. I gave the second one the short name 'test'. Recently I decided that I should change the short name from 'test' to something more appropriate. I then logged out and in again. When I logged back in the short name was back to 'test' but I have lost access to some applications (had to reconnect to the web) and especially my iPhoto pictures. Can someone help?

    Thank you very much for the help. I muddled through using the instructions and have managed to find my iPhoto files and some other files too. My Entourage account is still not reenabled, so I will have to set up that account again.
    Will it be OK to delete the 'new shortname' as I am now operating on the original 'shortname' and I have moved most of the files away from the profile?

  • IMail: How can I set mail preferences to display actual email address and not short names.

    Even though I have it correctly set in Preferences , i.e. "Use Smart Addresses" is unchecked, the addressee automatically changes to the person's name rather than the email address.   I am unable to find a way to display the actual email address option on iMail (Yosemite)  I do not want nicknames/short names but want the actual email address to display on my address line.   Can anyone advise please?

    Thanks, Ernie
    I wasted about 20 minutes looking for it and couldn't find it
    cheers,
    tom

  • Can I Change Home Name and Short Name This Way (Safely)?

    Tried this question a couple weeks ago and got 0 replies in the Admin/Accounts section, so I'm revising and trying here. Please help!
    Let me see if I can make this simple.
    Small office environment; 2 Mac (G4's); Airport network. I am admin on both computers. My employee is admin on his computer as well, but not on mine. Each of us has data we use on our own computer but we can access data from the other computer when necessary. We use the same password to login (just for simplicity). My user name is "Joe Smith" and my assistant's is "Bob Lee Brown." His short name is "blb".
    My assistant is moving out of town and I'm hiring someone else. I'd like to set up a new user with that person's name ("Jane Jones"). I'd like the entire "Bob Lee Brown" and "blb" off the computer, and have that replaced by "Jane Jones" and "jj" (for a short name) everywhere, for the new assistant. I want to make sure we're still 100% networked when I get done, and that I can still admin both accounts but my new assistant can't admin my computer. In other words, I'd like a clone of what I have now, only with the names changed everywhere.
    So - here's the question (in multi-part format):
    Should I create a new Admin account on the assistnat's computer, log in as that one and delete the existing one, saving the user prefernces from the deleted user?
    In this event, could i take the deleted user file that's saved and import back in all the user preferences - particularly for Word and Entourage?
    If this is the right way to go, what would I have to do on my computer to complete the network process? Any keychain issues I'd have to deal with (what and how?)?
    Or, should I use ChangeShortName v1.2 (which I've read about in other posts)? Is that safe?
    Or should I just tell my new assistant that she's stuck with a he's name and leave well enough alone?
    Thanks - been on Macs since 1984, but never had to do this one before and I'm a little concerned I might mess something up without some step-by-step instructions!

    I have used ChangeShortName once and it worked fine; a real timesaver. However, I would backup the /Users folder (or the whole drive) and repair permissions first to be on the safe side.
    bd

  • How can I change the "short name" of my account?

    I want to change the short name of my account because when my dad bought this computer for me he set up the account with his name as the short name and it has been bothering me ever since.
    When I go to system preferences and then accounts my account is listed and when I click on it under password I am able to change my name, but not my short name because it is greyed out and cannot be clicked. Is there any way to change the short name on my account? I can't even delete my account and make a new one because the account delete button is greyed out when I click on my account.
    Also, I went to my home folder and changed that from my dad's name to my name. This has reset every program on my computer to default settings! For example when I open my Safari browser a message pops up saying a keychain cannot be found to store Safari and asks me if I want to restore default settings.
    So pretty much I've tried to change the short name on my administrative account, I reset everything to default settings and my short name is still my father's name. Can anyone help me out here?

    Try this.
    Or you could just create a new account and delete the old one.

Maybe you are looking for

  • How to keep files in the cloud until I actually want to copy them to my hard disk?

    I have an iCloud Drive 1TB tier and have approx. 500gb of data at present that I would like in the cloud however I cant seem to get the data to stop showing on my local drive. How do I get the data to be in the cloud until I want it - OS X Yosemite

  • HT1222 what is the latest software version for iPad

    Hello. I have a first generation iPad.  Is iOS 5.1.1 the most current software?

  • How to export question

    Quick question, I recently upgraded from FCE 2 to FCE 3.5HD. Before, when I was done with a project I would just export the sequence to Compressor and it would launch Compressor and have the sequence loaded in Compressor. Now with FCE 3.5, when I exp

  • How to make a copy of a DB and keep it updated in real time?

    Hi I have an Oracle Database 10g RAC and ASM on HP UX platform in the production environment and I need to make a copy of that database on another server where each transaction is updated online. Could you please tell me how I can do that? There are

  • Lightroom 5.3 Export "Short Edge" sizing doesn't work

    Exporting images in LR 5.3 with resize setting of "short edge" does not re-size the image at all when the option for "do not enlarge" is checked.  Instead it simply exports the full sized image.  This happens even if you are trying to downsize an ima