Urgent : application exit when the user tryt to open the screen

Hi experts,
I made small changes in the FMB ,compiled the form and copied in the local bin folder.It works as normally.
Now when I copied the same fmx in the bin placed in a server and the user try to open the frontend , it exits the application.
whats the reason ?
thanks in advance

Did you compile the .fmx on the server or copy the .fmx to the server?
If you copied the .fmx - don't! You should always compile the executable on the deployed platform even if the OS's are the same!
whats the reason ?Most likely, the executable (.fmx) was not compiled on the deployment server so the executable byte code is not valid for that server and OS. Again, always compile the executable on the server - never copy it from a different server/workstation.
As others have said, we need more information! What's your Forms version (on your workstation and the server). What is your OS (workstation and server), etc.
Craig...

Similar Messages

  • How to clear text fields when the user navigates back to the screen

    Hi,
    Does anyone have any idea on how to clear the text input fields and dropdown boxes when the user navigates back to the screen, say for e.g. create screen?
    My issue is that i have plenty of fields in the create screen within a form. Is there a way to avoid programaticaly blanking out every field and just do it at the form level using an api to reset to a state before the user entry?
    Thanks

    This code allows you to make it more generic, and you would need to tweak it if there are more than TextInput controls, but it should provide some ideas.
    As far as using states, you could use SetProperty to set the text to empty, but that might be messier.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.containers.FormItem;
          import mx.controls.TextInput;
          import mx.events.IndexChangedEvent;
          import mx.core.Container;
          private function clearSreen(evt:IndexChangedEvent):void{
            var view:Container = tn.selectedChild as Container;
            for each(var child:Object in view.getChildren()){
              if(child is FormItem){
                var subchild:DisplayObject = child.getChildAt(0);
                if(subchild is TextInput){
                  TextInput(subchild).text = "";
        ]]>
      </mx:Script>
      <mx:TabNavigator id="tn" resizeToContent="true"
        change="clearSreen(event)">
        <mx:Form id="frm1" label="View Number One">
          <mx:FormItem label="First name:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Last name:">
            <mx:TextInput/>
          </mx:FormItem>
        </mx:Form>
        <mx:Form id="frm2" label="View Number Two">
          <mx:FormItem label="Address1:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Address2:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="City:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="State:">
            <mx:TextInput/>
          </mx:FormItem>
          <mx:FormItem label="Zip code:">
            <mx:TextInput/>
          </mx:FormItem>
        </mx:Form>
      </mx:TabNavigator>
    </mx:Application>
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.stardustsystems.com
    Adobe Flex Development and Support Services

  • When I try to install yosemite, it says "an error has occurred while preparing the installation. Please open the application again."

    I currently have Mavericks Version 10.9.5. I have a 1.8 GHz Intel Core i5. My total storage is 250.14. I have an 8 gigabyte memory. I have done everything
    When I try to use the Install OSX Yosemite, it says, "an error occurred while preparing the installation. Please open the application again."
    I have gone to many websites, and have reset the PRAM, tried to change the date, but it was correct.

    ov 22 10:38:30 Anonymous InstallAssistant[1800]: Linking self-contained dmg into mutable product
    Nov 22 10:38:30 Anonymous InstallAssistant[1800]: link failed: 13 (Permission denied)
    Nov 22 10:38:30 Anonymous InstallAssistant[1800]: Opening /Applications/Install OS X Yosemite.app/Contents/SharedSupport/InstallESD.dmg
    Nov 22 10:38:32 Anonymous InstallAssistant[1800]: Extracting boot files from /Volumes/OS X Install ESD/BaseSystem.dmg
    Nov 22 10:38:33 Anonymous InstallAssistant[1800]: Extracting Boot Bits from Inner DMG:
    Nov 22 10:38:33 Anonymous InstallAssistant[1800]: Failed to delete existing kernelcache: Error Domain=NSCocoaErrorDomain Code=513 "“kernelcache” couldn’t be removed because you don’t have permission to access it." UserInfo=0x608000671280 {NSFilePath=/OS X Install Data/kernelcache, NSUserStringVariant=(
         Remove
      ), NSUnderlyingError=0x60800004a110 "The operation couldn’t be completed. Permission denied"}
    Nov 22 10:38:33 Anonymous InstallAssistant[1800]: Ejecting disk images
    Nov 22 10:38:41 Anonymous InstallAssistant[1800]: Failed to remove mutable product /OS X Install Data
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: @(#)PROGRAM:Install  PROJECT:Install-846
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: @(#)PROGRAM:IA  PROJECT:InstallAssistant-532
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Hardware: MacBookAir5,2 @ 1.80 GHz (x 4), 8192 MB RAM
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Running OS Build: Mac OS X 10.9.5 (13F34)
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: TMPDIR=/var/folders/h5/fj7f4yjd2vbbz2qdf_3v1pcc0000gp/T/
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: SHELL=/bin/bash
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: HOME=/Users/s210095
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: USER=s210095
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: LOGNAME=s210095
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: SSH_AUTH_SOCK=/tmp/launch-Yb3V5E/Listeners
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: Apple_PubSub_Socket_Render=/tmp/launch-sqyXdH/Render
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: __CF_USER_TEXT_ENCODING=0x1F6:0:0
    Nov 22 10:41:37 Anonymous InstallAssistant[2252]: Env: __CHECKFIX1436934=1
    Nov 22 10:41:38 Anonymous InstallAssistant[2252]: Using distribution archive from /Applications/Install OS X Yosemite.app/Contents/SharedSupport/OSInstall.mpkg
    Nov 22 10:41:40 Anonymous InstallAssistant[2252]: Configuring products from SharedSupport folder
    Nov 22 10:41:40 Anonymous InstallAssistant[2252]: Install is double-dmg. Not adding chunklist to download list.
    Nov 22 10:41:40 Anonymous InstallAssistant[2252]: Using product <OSInstallDVDProduct> based on media at /Applications/Install OS X Yosemite.app/Contents/SharedSupport at distance 5
    Nov 22 10:41:40 Anonymous InstallAssistant[2252]: Using product <OSInstallESDProduct> based on distribution at /Applications/Install OS X Yosemite.app/Contents/SharedSupport/OSInstall.mpkg at distance 5
    Nov 22 10:41:40 Anonymous InstallAssistant[2252]: Checking Software Update catalog URL http://swscan.apple.com:80/content/catalogs/others/index-10.9-mountainlion-lion- snowleopard-leopard.merged-1.sucatalog
    Nov 22 10:41:40 Anonymous InstallAssistant[2252]: No available package ref for compatibility update. Ignoring.
    Nov 22 10:41:44 Anonymous InstallAssistant[2252]: Using product <OSSoftwareUpdateCatalogProduct> from product keys (null) at distance 25
    Nov 22 10:41:48 Anonymous InstallAssistant[2252]: LSExceptions [0x6080000a6120] unloaded
    Nov 22 10:41:54 Anonymous InstallAssistant[2252]: IATool launched
    Nov 22 10:41:54 Anonymous InstallAssistant[2252]: Connected to IATool 274900
    Nov 22 10:41:55 Anonymous InstallAssistant[2252]: No available package ref for compatibility update. Ignoring.
    Nov 22 10:41:55 Anonymous InstallAssistantTool[2282]: GetModel: model = MacBookAir; major rev = 5; minor rev = 2
    Nov 22 10:41:55 Anonymous InstallAssistantTool[2282]: Machine appears to be AR capable
    Nov 22 10:41:55 Anonymous InstallAssistantTool[2282]: Not an FDE volume, won't stash FDE
    Nov 22 10:41:56 Anonymous InstallAssistantTool[2282]: Staged principal user cookie to /var/db
    Nov 22 10:41:56 Anonymous InstallAssistant[2252]: Preventing machine sleep.
    Nov 22 10:41:56 Anonymous InstallAssistant[2252]: Using product IA_PKSecureNetEnabledProduct <file:///OS%20X%20Install%20Data/> at distance 5
    Nov 22 10:41:56 Anonymous InstallAssistant[2252]: Using mutable product path: /OS X Install Data
    Nov 22 10:41:56 Anonymous InstallAssistant[2252]: No available package ref for compatibility update. Ignoring.
    Nov 22 10:41:56 --- last message repeated 2 times ---
    Nov 22 10:41:56 Anonymous InstallAssistant[2252]: Retrieving 0 packages (0.000 GB)
    Nov 22 10:41:56 Anonymous InstallAssistant[2252]: Verifying InstallMacOSX.pkg/InstallESD.dmg
    Nov 22 10:42:14 Anonymous InstallAssistant[2252]: Finished operation queue

  • Unable to load the user interface-please reinstall the application-Audigy 2 zs Platinum

    unable to load the user interface-please reinstall the application---this is the message I get when my pc starts------Someone messing around with my computer tried to delete creative media source player 3 when they saw I had both 3 and 5 in folder and i get this error message every time I start my pc. In addition to this I have lost my EAX and THX consoles and my speaker settings are gone so I cannot adjust my 5. system at all. After I delete that error message when I click on the creative icon is sys tray instead of opening up the creative media player I get the error message--unable to load needed componants. Please reinstall the application. this is media player 3[version 3.32.]. I dont know why during the auto?updates through the last couple of years I have media player 3 in sys tray and if I need version 5 it is in file with 3--start-all programs-creative--any way my pc is a Cyberpower AMD FX-53 using win xp pro-32 bit-- and of course its a OEM product so they tell me the only way to get it to work is use the restoration cd they gave me when I bought the pc and it will revert back to its original state as when purchased. I would lose all my games, music, pictures?ect and would have to start from scratch.[ OR of course back everything up on a portable hard dri've]?It seems like there should be an easier way --hell I might as well buy a new soundcard and it would make it easier. If anyone?has an answer for someone who is not a tech head so I can understand please help !!--thank you in advance for any assistance as it is greatly appreciated. Sorry this message is so long winded, just irritating to have spen so much for a pc and not have the original installation disc.-tried moving to another slot and the fixes I saw posted here with no luck---thank you folks again--Tom

    All the issues you guys are talking about have been reported in beta stage of these new drivers. I would say none of them has been fixed yet. The only solution for now is to use previous drivers which work fine or use some modified drivers which fixes some issues, but not all. Your choice.
    [url="http://connect.creativelabs.com/windows/Lists/Audigy%20Issues/AllItems.aspx">Bug List[/url]
    Message Edited by ronon0 on 08-07-2008 :47 AM

  • How to get the User entered value in the Submit request form for a parameter of a concurrent program in Oracle applications.

    Hi All,
    I have a requirement where i need to get the user entered value in the Parameter of a concurrent program while submitting it. i tried to query the FND_CONCURRENT_REQUESTS table but in that it stores the ID values from the value set of the Parameter.
    After submitting the Concurrent request when we click on the view Details button it opens a form where it displays the arguments in the parameter field .  i want to get that string.
    Thanks a lot in advance for your time and help.
    - Vijay

    Hi All,
    I have a requirement where i need to get the user entered value in the Parameter of a concurrent program while submitting it. i tried to query the FND_CONCURRENT_REQUESTS table but in that it stores the ID values from the value set of the Parameter.
    After submitting the Concurrent request when we click on the view Details button it opens a form where it displays the arguments in the parameter field .  i want to get that string.
    Thanks a lot in advance for your time and help.
    - Vijay

  • 'File in Use' message is received when one user is in the report and another user tries to open the Excel template

    ‘File in Use’ message is received when one user is in the report and another user tried to open the excel template. how to make excel template shared for multiple users so the users don’t see the ‘File in Use’ message?

    Hi Febin,
    In addition to others’ replies, we can create a shared workbook and place it on a network location where several people can
    edit the contents simultaneously. For example, if the people in your work group each handle several projects and need to know the status of each other's projects, the group can use a shared workbook to track the status of the projects. All persons involved
    can then enter the information for their projects in the same workbook.
    Regarding how to do this,
     the following article can be referred to reference.
    Use a shared workbook to collaborate
    http://office.microsoft.com/en-in/excel-help/use-a-shared-workbook-to-collaborate-HP010096833.aspx
    Best regards,
    Frank Shen

  • Our company have just upgraded to iOS 6 and the majority of the users are now receiving the following error 'Cannot Get Mail – Server error. Contact your server administrator' when accessing ms exchange this never happened on iOS 5 can anyone help

    Our company have just upgraded to iOS 6 and the majority of the users are now receiving the following error 'Cannot Get Mail – Server error. Contact your server administrator' when accessing ms exchange this never happened on iOS 5 can anyone help

    Have you tried deleting the account and re-adding it on the phone?
    What version of Exchange server are you running?

  • How to catch an event when the user change values in the project information dialog

    hi,
    i would like to know how to catch an event in my C# code when the user change values in the project information dialog?
    taskChange doesn't catch these changes.
    thanks.
    Thanks, Sharon.

    You need to write save button event handler for project information dialog. Link is having same functionality described. 
    http://blogs.msdn.com/b/husainzgh/archive/2011/08/01/hooking-into-the-project-detail-page-ribbon-save-button-without-overriding-out-of-box-functionality-in-project-web-access-for-project-server-2010.aspx
    http://www.projectserver2010blog.com/2010/01/sharepoint-2010-webpart-client-server.html
    kirtesh

  • I am trying to help a friend who`s imac is giving her trouble. when the user logon is typed the machine begins to load, then in about a minute, kicks back out into the logon screen. ANY insight to her problem will be greatly appreicated?

    I am trying to help a friend who`s imac is giving her trouble. when the user logon is typed the machine begins to load, then in about a minute, kicks back out into the logon screen. ANY insight to her problem will be greatly appreicated?

    Start up in Safe Mode.
    http://support.apple.com/kb/PH11212?viewlocale=en_US
    Repair Disk
    Steps 2 through 8
    http://support.apple.com/kb/PH5836
    http://support.apple.com/kb/ts1417

  • On the web how can I check the user role to display the form suitable for this role i

    Hello
    How can I check on the web the use role to display the a form for each role
    Example
    If the admin login I display admin_form.fmb and if user login I display
    user_form.fmb
    Thankx
    Tamer

    In my forms I hide tab pages according the role using something like the following script in the WHEN_NEW_FORM_INSTANCE trigger.
    So the user can not navigate to tabs which are vorbiden by his role.
    CURSOR users_roles_cur IS SELECT granted_role FROM user_role_privs
    WHERE username=(SELECT user FROM dual);
    user_roles_rec users_roles_cur%ROWTYPE;
    IF users_roles_cur%ISOPEN
    THEN
    CLOSE users_roles_cur;
    END IF;
    OPEN users_roles_cur;
    LOOP
    FETCH users_roles_cur INTO user_roles_rec;
    EXIT WHEN users_roles_cur%NOTFOUND;
    MESSAGE (user_roles_rec.granted_role);
    PAUSE;
    IF RTRIM(user_roles_rec.granted_role,' ') = 'BLA-BLA'
    THEN
    tb_pg_id := FIND_TAB_PAGE('activity');
    IF GET_TAB_PAGE_PROPERTY(tb_pg_id, visible) = 'FALSE' THEN
    SET_TAB_PAGE_PROPERTY(tb_pg_id, visible, property_true);
    END IF;
    END IF;
    END LOOP;
    CLOSE users_roles_cur;
    Other solution may be is to use an initial form which only will detect the user role and run the appropriate form.
    Other solutions are also possible.
    Joseph

  • Is that possible to display the user selection data in the printable page?

    Hi All,
    I'm going to add a printablepage button on my page.
    Here comes a questions.
    Is that possible to display the user selection data in the printable page?
    For example,
    I have a table in the page,with 10 records.User select 5 of them.Can I display these 5 records in the printable page?
    Please help.

    Hi Yannick,
    Thanks a lot for the information. It worked.
    The portlet data can be accessible using bindings, but parameter name can be different.
    Meanwhile I have got one more scenario, where the Portlet and Task Flow placed in different pages of WCP Application. On change of data in the Portlet the application should navigate to another page where the Task Flow placed and displays selected data.
    Basically I can not use any button for navigation. The navigation should happen once I do some action in Portlet.
    Is this possible? If yes can you please let me know the steps?
    Thanks in advance!
    Somnath
    Edited by: Somnath Basak on Dec 20, 2011 9:41 AM

  • Create the user master records using the Enterprise Portal

    Hello gurus!!
    I'm configuring SRM 7.0 with EP.
    I'm configuring the organizational structure, and steps guide (pdf and Solution Manager ) are:
    1. Go to transaction SU01 and create an ABAP User. (SRMADMIN)
    2. Assign this user the administrator role /SAPSRM/ADMINISTRATOR
    3. As the administrator, creater the organizational plan
    4. Create the remaining organizational unit
    5. Using the Enterprise Portal application, Business Parter:Employee, create the user master records for the departmental managers.
    How I must create the user in Enterprise Portal? What user I have to use to log on in the Enterprise Portal application? Has the user to be integrated in the organzational structure??
    Thanks in advance!!!!
    Best regards.
    Maria.

    Hi,
    You can create users in WebDynpro application. You can also create users in USERS_GEN transaction.
    Regards,
    Masa

  • So I just bought a used MacBook from Amazon with OSX 10.5.8.  I am trying to install new software and operating system, but I don't have the passwords to the Users set up in the computer.  What do I do?

    So I just bought a used MacBook from Amazon with OSX 10.5.8.  I am trying to install new software and operating system, but I don't have the passwords to the Users set up in the computer.  What do I do?

    Put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Reset Password. After resetting the password use Startup Disk from the same menu to choose your hard drive for startup and restart.

  • The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppres

    I am looking at an issue with users not getting specific group policies. 
    After searching a number of client computers I found that the following error
    The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppressed.
    I can find the folder in the Sysvol folder on all of the domain controllers. 
    The issue with end users seems to be that the proxy settings for internet explorer is not being applied. 
    Potential problems?
    one folder in sysvol entry is empty 
    \\<server>\SYSVOL\<domain.name>\Policies\{E03166E7-A848-48B5-AA93-97B848AA9C13}\User\microsoft\IEAK\LOCK
    or is this our issue
    The old method of configuring proxy settings  to Internet Explorer 9 has changed?
    https://support2.microsoft.com/kb/2530309?wa=wsignin1.0 
    http://thommck.wordpress.com/2013/11/08/the-new-way-to-configure-internet-explorer-proxy-settings-with-group-policy/

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • Dipalying message to the user to update to the latest version of the flash player.

    Hi all,
    In my latest application I am using flex functionality which
    is supported only in the latest version of the flash player. So my
    task here would be to display a message to the user for upgrading
    to the latest version of the Flash Player. I have tried working on
    it but didn't find any solution.
    Anybody who has worked on the similar issue can please help
    me out.
    Thanks in advance.

    In Menu, Project, Properties, Flex Compiler, ensure "Use
    Express Install" is checked, and FB will generate this code for
    you.
    Tracy

Maybe you are looking for