FM8 default structured application

I've just upgraded to FM8 from FM7.
Is there a method of setting the default application in Frame 8?
Because it appears that every time I open an XML file in Frame 8 I have to select the appropriate structured application, whereas in Frame 7 I did not have to do this. As the application was not recorded anywhere in the XML file I presume that a default application was saved somewhere in Frame 7's setup.
In theory I guess the DTD or schema declaration in the XML header could have been used to identify the structured application - but not in our case. An XSL transform - defined in the structapps file - needs to run to produce a version of the XML data which Frame can read, so the application has to be known before the stylesheet can be run.
Thanks
T

Hi Trevor,
There is no default XML application setting in frame (never has been to my knowledge).
When frame opens XML instance, the only thing it looks is the root element name. This is compared to DOCTYPE values in structapps file.
If only one application match is found, XML gets parsed (the public declarations in application are passed to xerces instead of normal catalog support) and fed to frame through corresponding rw-rules.
If more than one doctype matches, frame asks which application to use.
Nasty feature..especially in applications using same dtd/schema and needing multiple page sizes..frame keeps asking application all the time.
During XML write, the writer rule does the same thing..writing public identifier (and system, too), otherwise the external parser would not be able to resolve the dtd/schema location.
BR, Martti

Similar Messages

  • Error while loading an XML document using a structured application

    Hi,
    I try to load an XML document using a structured application defined in the default structapps.fm
    My code is shown down, extracted from the FDK API code sample.
    Problem, I always have the same message :
    "Cannot find the file named e:\xml\AdobeFrameMaker10\file. Make sure that the file exists. "
    Where "e:\xml\AdobeFrameMaker10\" is my install directory.
    So I assume that frame try to find the structapps.fm file but does not find it.
    What else can it be ?
    Does anyone knowns how to achieve this simple task using extendScript ?
    Thanks for any comments, Pierre
    function openXMLFile(myLastFile) {
        var filename = myLastFile.openDlg("Choose XML file ...", "*.xml", false);
        if (filename != null) {
            /* Get default open properties. Return if it can’t be allocated. */
            var params = GetOpenDefaultParams();
            /* Set properties to open an XML document*/
            /*Specify XML as file type to open*/
            var i = GetPropIndex(params, Constants.FS_OpenAsType)
            params[i].propVal.ival = Constants.FV_TYPE_XML;
            /* Specify the XML application to be used when opening the document.*/
            i = GetPropIndex(params, Constants.FS_StructuredOpenApplication)
            params[i].propVal.sval = "myApp";
            i = GetPropIndex(params, Constants.FS_FileIsOldVersion)
            params[i].propVal.ival = Constants.FV_DoOK
            i = GetPropIndex(params, Constants.FS_FontNotFoundInDoc)
            params[i].propVal.ival = Constants.FV_DoOK
            i = GetPropIndex(params, Constants.FS_FileIsInUse)
            params[i].propVal.ival = Constants.FV_DoCancel
            i = GetPropIndex(params, Constants.FS_AlertUserAboutFailure)
            params[i].propVal.ival = Constants.FV_DoCancel
            /*The structapps.fm file containing the specified application must have
            already been read. The default structapps.fm file is read when FrameMaker is
            opened so this shouldn't be a problem if the application to be used is
            listed in the structapps.fm file.*/
            var retParm = new PropVals()
            var fileObj = Open(filename, params, retParm);
            return fileObj
        } else {
            return null;

    Pierre,
    Depending on the object "myLastFile", the method openDlg might not even exist (if the myLastFile object is not a File object, for instance). And I do not see any need for the myLastFile anyhow, as you are presenting a dialog to select a file to open. I recommend using the global ChooseFile( ) method instead. This will give you a filename as string in full path notation, or null when no file was selected in the dialog. I am not sure what your ExtendScript documentation states about the return value for ChooseFile, but if that differs from what I am telling you here, the documentation is wrong. So, if you replace the first lines of your code with the following it should work:
    function openXMLFile ( ) {
        var filename = ChooseFile ( "Choose XML file ...", "", "*.xml", Constants.FV_ChooseSelect );
    While writing this, I see that Russ has already given you the same advice. Use the symbolic constant value I indicated to use the ChooseFile dialog to select a single file (it can also be used to select a directory or open a file - but you want to control the opening process yourself). Note that this method allows you to set a start directory for the dialog (second parameter). The ESTK autocompletion also gives you a fifth parameter "helplink" which is undocumented and can safely be ignored.
    Good luck
    Jang

  • Configuring Default Web Application w/ WLS6.0 SP2

              I have 2 Machines with no shared file system.
              I have identical directory structures on both:
              /usr/local/weblogic/config/qadomain/applications/DefaultWebApp
              I have 2 Servers within the cluster:
              ServerA and ServerB within ClusterA
              I have 1 DefaultWebApp that I have Chosen ClusterA
              When starting ServerA I receive and error:
              <Error deploying application DefaultWebApp: ServerB not deployed on ServerA>
              Can someone tell me the what's missing in this configuration?
              

    You should add it to config.xml by yourself, should be something like:
    <Server AdministrationPort="0"
    ListenPort="8001" Name="testServer">
    <Log FileName="config/mydomain/logs/weblogic-testServer.log"
    Name="testServer"/>
    <WebServer DefaultWebApp="WebApp_testServer"
    LogFileName="config/mydomain/logs/access-testServer.log"
    Name="testServer"/>
    <KernelDebug Name="testServer"/>
    <SSL Name="testServer"/>
    <ServerDebug Name="testServer"/>
    </Server>
    Good luck.
    "Ton Bode" <[email protected]> wrote in message
    news:[email protected]..
    Sorry, wrong group, and it seems to be a bug in the WLS 6.0 sp1 and sp2
    versions
    "Ton Bode" <[email protected]> wrote in message
    news:3b5ec3e3$[email protected]..
    I am running WLS6.0 sp2 on Win2K.
    When I try to select a Default Web Application (selecting myserver,
    Configuration, HTTP, Default Web Application) there is no Application
    that
    I
    can select. I suppose at least the DefaultWebApp_myserver should be
    available. This WebApp is deployed and targeted to myserver. But also
    Console and Certificate should be available. What do I need to do inorder
    to select a Web Application as default?
    Ton Bode

  • How to change the default structure when exporting data in CSV format?

    Hello,
    can some one tell us how to change the default structure in CRM when exporting lists in CSV format (with Option "Always use unformatted list format (CSV) for download" ? Because we want to add a new structure for our own -is it possible ?
    If it is possible where can we find these structure ? In the blueprint customizing ?
    Thank you very much,
    Christian

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

  • How can I set Yahoo mail as my default mail application on Mac Mail?

    I am trying to make Yahoo Mail (free version, not Yahoo mail Plus!) my default mail application. This would allow me to cick on any link sending e-mails and it will launch the yahoo mail application to send mail from there, obviously. For this to happen I need to open Mac "Mail > Preferences >" and choose "Default email reader" under the "General". I then choose the email application of my choice (Yahoo in my case). "GMail Notifier" for Google fans.
    I am not able to find a Yahoo application mail in my application folder or on the Internet, and frankly speaking, Yahoo mail support absolutely suck, and getting a hold of them is nearly impossible! There is a free applet out there called "Yahoomailer" that might do the job, but either I am installing it wrong since when I download and click on it nothing happens, or it does not work properly on my machine. So, I am turning to the community to get some help with this issue. All I need is to know if there is a Yahoo mail app out there that can be installed on MAC and shows up on my Mail > Preferences > Default email reader.
    Thank you,
    I am using MAC OS X 10.8.2

    My tools menu does not show "options" as a choice - any idea why? Thanks

  • Get Rid of 'Would You Like to make iCal Your default calendar application'

    Since installing the Plaxo 'helper' / Pref Pane - I now get the following message every time I launch iCal (and Address Book) ...
    'Would you like to make iCal your default calendar application?'
    Even when selecting 'Make Default' it still asks the next time. Is there a setting in com.apple.ical.plist (or similar) that controls this that I can look at, or is there a terminal command to try setting this another way?
    I'm bothered a) why I get this at all - suspect Plaxo b) why I can't just set this the once. Any help gratefully received.
    If it is Plaxo monitoring and then setting/changing a flag on the fly it's soon going to be heading for the trash....

    OK, here I am answering my own question... It turns out there's another Discussion which has the following solution:
    I had the same message pop-up. I quite iCal and then went to ~/Library/Preferences and trashed the apple.ical preference [plist]. After that, I re-launched iCal and checked the box in the message box and it took that time.
    I tried this... we'll see if it works for me.

  • FIRST TIME RUNNING THE DEFAULT BSP APPLICATION IN ABAP

    Hi BSP experts,
            I am happy to see many people are solving the problems on BSP in sdn.
    I am running the bsp application for the first time by taking the t-code se80 into consideration and executing the default bsp application given there.But I am getting the error   The URL http://nwrbcs:8000/sap/public/bsp/sap/system/login.htm was not called due to an error.The error is common as to all RABAX_STATE and in addressbar the address displayed is
    http://nwrbcs:8000/sap/public/bsp/sap/system/login.htm?sap-url=%2fsap%2fbc%2fbsp%2fsap%2ftutorial_1%2fdefault%2ehtm&sap-ffield_b64=c2FwLXNlc3Npb25jbWQ9b3Blbg==.
    Mainly my problem is i am not able to goto logon page.I am using the version Netweaver’04 to run this application.Are there any special prerequisites to run a bsp application.I had donwe some settings in t-code SICF all services are activated(subservices also) and in path /default_host/sap/bc/bsp rightclick display service in handler list tab I added CL_HTTP_EXT_BSP. In RZ10 I added the parameter icm\host_name_full (as I am using workgroup instead of domain in my system) for instance profile.In t-code SCICM status is running.
    If not clear with the above details I will send the screenshots of required t-codes and runtime errors to the mail-id immediately.
    But I am not able to retrieve the problem.Is it necessary to check any kernel updates.I don’t know more about that, I will send the required screenshots clearly to know all the details.I will send the trace file also if u need.It is very urgent for me to work on bsp but I can’t.If u r  familiar with particular version I will send that screenshots as I tried it in 4.7ee(R/3),ECC5.0(R/3) AND Netweaver’04(abap).I am getting different errors in all the three versions.pls go through this and help me.
        Helpful answer will be rewarded unfailed.

    you need to configure the FQDN. That is causing the issue in your case.
    the URL shd start something like abc.mycompany.com:port_number...
    Refer below thread & blog:
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp
    - step by steby link to configure the FQDN - Re: Unable to run any BSP application
    Raja T

  • Precompilation of JSPs for default web application

    Hello,
    Once in a while I need to redeploy my "Default" web application. I would like to have its all JSPs precompiled, so that it was immediatly available after redeployment.
    However, if I try to redeploy my web application (.war file) under, let's say, "DefaultWebApp" root context, using the administration console, with the "Precompile JSPs" option enabled, it does compile all JSPs, but ONLY those deployed under the "DefaultWebApp" root context.
    However, If I access a url like "http://somehost/SomeResource.jsp" (a file that belongs to that default web application"), I can see (due to a pause) that my JSPs have not been compiled under the root context.
    Is there any way to precompile JSPs for my default web applications?
    Sincerely,
    Sergei Batiuk.

    Hello,
    Once in a while I need to redeploy my "Default" web application. I would like to have its all JSPs precompiled, so that it was immediatly available after redeployment.
    However, if I try to redeploy my web application (.war file) under, let's say, "DefaultWebApp" root context, using the administration console, with the "Precompile JSPs" option enabled, it does compile all JSPs, but ONLY those deployed under the "DefaultWebApp" root context.
    However, If I access a url like "http://somehost/SomeResource.jsp" (a file that belongs to that default web application"), I can see (due to a pause) that my JSPs have not been compiled under the root context.
    Is there any way to precompile JSPs for my default web applications?
    Sincerely,
    Sergei Batiuk.

  • Office documents does not open in the default office application from Search Results

    1 WFE + 1 App Server + 1 server for OWA + 1 separate DB server make up our DEV SharePoint 2013 environment. We migrated many web applications from our SP 2010 environment to SP 2013 environment. Client integration is enabled and "Open
    Documents in Client Applications by Default" feature is enabled at the site collection level. OWA is enabled and working on the search results, such as showing preview.
    From the document libraries, if I open office documents like word, excel and PowerPoint, they open in the respective office applications. However, from the search results, when I try to open by clicking on the result, it opens on the browser.  I want
    OWA to show document preview but still want to open the document in the default office application. How to overcome this?
    I have IE 8.
    Thanks, Soumya | MCITP, SharePoint 2010

    Go to the bottom of the Search page, you will see a Preferences link:
    From there, you can set your preference. This is a per-user setting and as far as I'm aware, cannot be set globally.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to disable pop up Make Adobe Reader my default PDF Application in registry

    Hi
    I am wondering if there is a registry setting that can disable the pop-up Make Adobe Reader my default PDF Application ?
    I have seen there is a setting under Edit\Preferences\General\"Tell me if Adobe Reader is not my default PDF Application" but cannot find a registry setting to disable this. This message pops up for some users in a remote desktop session host environment even though I have disabled the messages on the session hosts.
    Thanks,
    Andrew

    Hi Andrew_Dell,
    Thank You for posting on the forums. Kindly try the below mentioned steps and check ,if it helps.
    1) launch adobe Reader
    2) Click on Edit>Preferences
    3)Go to General under Categories
    4) Click on "Select Default Pdf Handler"
    5) Choose adobe Reader
    After performing this workflow, you might see an installation window. do not worry, it is just a new configuration of PDF handler being updated in the system.
    Thanks,
    Vikrantt Singh

  • Default Web Application - new bug in SP1?

    Just rebuilding everything from scratch to test out SP1. Have noticed
    that the admin console now always seems to report only "(none)" in the
    Default Web Application drop-down, even if other web apps are deployed
    to the server. Editing the config.xml directly detours the problem, in
    that the default app can be set and used, but the admin console still
    says "(none)".
    Lots of other good things fixed in SP1 though!
    Chris

    What you can do if you may shutdown the server is to replace the
    console.war from WLS6.0SP1 with that from WLS6.0, do the mods and put
    the new back in place. If you may stop the server, this is I think the
    easiest sollution.
    Regards,
    Merg
    "Rich " <[email protected]> wrote in message
    news:3ad33260$[email protected]..
    >
    Is there a fix for this issue, or a work around? I am having adifficult time
    getting the web application to show up...and be accessible in abrowser.
    >
    Thanks.
    Chris Palmer <[email protected]> wrote:
    Just rebuilding everything from scratch to test out SP1. Have noticed
    that the admin console now always seems to report only "(none)" in
    the
    Default Web Application drop-down, even if other web apps aredeployed
    to the server. Editing the config.xml directly detours the problem,in
    that the default app can be set and used, but the admin console still
    says "(none)".
    Lots of other good things fixed in SP1 though!
    Chris

  • Default Web Application is not visible in Weblogic Console

    We are using Weblogic 5.1.0 SP7
              We moved our Application from the Implicitly Defined Default Web
              Application which is configurated by the
              weblogic properties to a Web Application. Because we don't want to
              change any URL in our Application, we
              decided to deploy it as Explicitly Defined Default Web Application.
              By this we recordniced that the weblogic.httpd.defaultWebApp property
              worked not that way descibed in the
              Weblogic Documentation. You have to write the path to the WebApp not the
              name!
              So we have the following Entry in the weblogic.properties:
              weblogic.httpd.defaultWebApp=i:/if_home2/web
              This works fine. The Server starts and serves the WebApp the way we
              expected. But wenn we start the Weblogic
              Console the WebApp ist not visible in the "myserver/HTTP/Servlet web
              applications" folder. This one is empty
              now! Previously the "General" Entry for the Implicitly Defined Default
              Web Application was shown here, which
              showed our Servlets and JSP's and their hit count and parameters.
              So there is no chance to monitor the Servlets and JSP's of the default
              Web Application.
              I tried to deploy our WebApp a secound time with
              weblogic.httpd.webApp.OurApp=i:/if_home2/web
              but this create a second independent WebApp. OurApp is shown in the
              Weblogic Console but it does not monitor
              the hits to the default WebApp. So this is not a solution!
              Any idea to make the default Web Application visible in the Weblogic
              Console?
              

    in my development environment i checked in site collection feature, it isn't available in site collection feature but still i am getting those web parts in web part gallery while adding it on page.
    Also, in Production environment, feature is available in /templates/features folder after deployment, but not available in web part gallery while adding it on page.
    I tried with uploading .webpart file which is available in /templates/features production environment as i mentioned, is running for one web part. Not for second web part and giving me security error.
    As, uploading .webpart file is not feasible solution, please tell me how could i do that with .wsp file?
    please tell me what could be another workaround. 
     

  • Default acrobat xi pro send mail to default email application and remember my choice 2008R2 remote desktop server

    I have 2008R2 Remote Desktop Servers with Adobe Acrobat XI pro.  When a new user tries to send a pdf via email, it pops up a message "How would you like to send this email"  they have to pick "Default email application (Microsoft Outlook) and Remember my choice.  Then the next time they try to send an email, the get a warning "This email will be sent using "Default email application (Microsoft Outlook)".  Click on 'Change Preferences' to change your default account settings.  They have to Click Do not Show this message again, and then continue.  (actually I have a couple of users that have to go through this process Every time they sign on to the remote desktop server),
    I downloaded the group policy adm pack and I can not find any settings to default this for a user.
    Is there any group policy settings or a registry entry I can make on the remote desktop server to default these settings?
    Thank you in advance

    Distiller is a different product. The prefs should go under  Adobe Acrobat.
    BTW, are you familiar with the Admin Guide and the Pref Ref? Acrobat-Reader Enterprise Toolkit Home
    Examples:
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\11.0\AVAlert]
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\11.0\AVAlert\cCheckbox]
    "iDigSigSaveAsCertified"=dword:00000001
    "iAppDoNotTakePDFOwnershipAtLaunch"=dword:00000001
    "iavARMNoAutoUpdateWarning"=dword:00000002
    "iDontShowWarn"=dword:00000000
    "iSendMailDefaultAccountAlert"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\11.0\AVAlert\cCheckbox\cAnnots]
    "iEmailCollisionConfirm"=dword:00000001
    "iSharedReviewConfirm"=dword:00000001
    "iSendForReviewConfirm"=dword:00000001

  • Non-default system-application.xml file?

    There's mention in the OC4J documentation regarding specifying a non-default system-application.xml file; however, I cannot find the string defining it in any of the OC4J files, nor in the documentation though I might have missed it in that.
    I am attempting to have multiple instances run out of the same ORACLE_HOME, and I'd like to point the logs to separate places per instance. Every other one is pretty clear (defined in the customized server.xml), this one with its logging parameter I cannot find a method for keeping a separate log file per instance other than simply creating multiple oracle or at least j2ee homes. Short cut for keeping things consistent for many settings and deployments, though may not be feasible for a running environment.
    Any information or points in the right direction would be appreciated. Thanks,
    Geoff

    You can modify the <log> tag in system-application.xml to rotate the system log file.
    System application is a key internal component that is critical to OC4J startup, the system-application.xml file should not be modified except for the <jazn> and <log> tags.
    You can modify the <jazn> tag as needed to specify changes to the security provider, the location of the OC4J security configuration file (system-jazn-data.xml), or both. For more information about <jazn> and the system-jazn-data.xml file, see the Oracle Containers for J2EE Security Guide.
    There's no reference of system-application.xml in other config files.
    -Frances

  • How do I disable Numbers as the default spreadsheet application?

    A couple of days ago I was opening a Microsoft Office Excel spreadsheet, as usual. Unexpectedly, the Numbers application launched without prompting, presented an introductory page (Welcome to Numbers etc.) then asked a question (which I unfortunately don't recall). I clicked on the button that seemed to lead me out of the program, but it did not. Instead, Numbers made itself the default spreadsheet application. I cannot find a way to "undefault" it. I know how to use "Open with" in the menu and can select xlsx of course, but when I try to download new spreadsheets they automatically download as Numbers spreadsheets. I don't want to disable the Numbers application completely, but I also don't want to learn a brand new application with all its ins and outs right now. I just want to get my work done in EXCEL!!!

    Anne,
    In Finder, navigate to one of your Excel documents. Select the Excel document, but don't open it. Then choose File > Get Info from the Finder menu line.
    In the Info pane, about half way down, in Open With:, select Excel and then click the Change All... button.
    Jerry

Maybe you are looking for

  • Problem with SQLite in Universal App (Windows Phone part)

    Hello, I am using Universal Apps project because I want to move myself from Silverlight. In Silverlight type of Windows Phone project, it is very easy to work with SQLite either on 8.0 or 8.1. But I can't find a way to work with SQLite in Universal p

  • Time Capsule - No DNS servers and Double NAT

    I'm connecting an MBP running 10.5.6 to a Time Capsule which accesses Virgin Media broadband using a cable modem. It has been working fine for 6 months, but I made some changes this morning to get my wireless camera onto the network, which broke the

  • Error message when downloading a free song.

    I got the error message "Credit Balanace unavailable.  Try again later." I have never seen or received this message in relation to a free single download, or in relation to any other action in iTunes.  Can anyone share any insights into this.  Is thi

  • Need solution in HR abap

    Hi all, I have created a custom infotype. My requirement is i should not exit from the subtype screen to the pa30 screen when the user clicks save. The save will only create the record. But it should not exit to the pa30 screen. I should remain in th

  • Thunderbird stops "responding" when I try to enter a password why? this is new today.

    As of this afternoon Thunderbird stops responding when I attempt to enter a password. The accounts have been working for years with thunderbird until today. I can open thunderbird in "safe" mode but that is not useful since plugins are disabled.