Execute question

I have a form with an execute button, that calls a webservice to populate a field with data.
I would like to do away with the button, and call the webservice from the change event on a dropdownlist.
How can I do this?
thanks

The command you want is:
xfa.connectionSet.DataConnectionName.execute(boolean value)
Boolean value is true if you want to cause a remerge of the datadom with the template and false if you do not.
I do not recommend running the web service from the change event, I woudl recommend the exit event instead. The user can change their mind while in  the list and having multiple web service calls running coudl mess things up. The exit event will only fire when the user leaves the field and that way guarantees their selection.
Paul

Similar Messages

  • JNI Question Executing Question

    Dear member,
    I have my C invocation program and Java executable on a Solaris 8 machine using SDK 1.2; I also have the permission on the C executable set as "chmod dm_check 6750". I have changed the owner to "root" and changed the group to "topic". The 6750 gives the file the following permissions: " 64 -rwsr-s--- 1 root topic 30896 Jul 31 01:05 dm_check". There is an another application which runs this C program transparent to the user, i.e., this C program integrates with another application. When this application tries to call this C program as user "dmadmin", the application cannot invoke the C program.
    When I run the C program from the command line as "root" or "dmadmin", I get an error that a library file cannot be found; however, I have added to the LD_LIBRARY_PATH the necessary directory "/usr/lib:/vx00/ora/app/product/9iv2/jdk/jre/lib:/vx00/ora/app/product/9iv2/jdk/jre/lib/sparc:" for both "root" and "dmadmin". Can anyone suggest an alternative solution?

    I had a similar problem, I think there might be another env variable besides LD_LIBRARY_PATH. I can't tell you what it is because I am working the my Windows Partition right now. Also it could be something in your makefile too. Sorry I wish I could be more help. If this does not help post and when I go over to the linux parition I check a project I was working on and see what the other env variable was.

  • Concurrent job executable question

    Hi,
    I need to modify a report run under the concurrent job called Planning Detail Report. Normally, when the executable is an Oracle report I can find it on the server, but this report executable method is setup at "Spawned" and I am not sure how to find the code behind this report. Can someone please tell me where to find this?
    Regards,
    Steve

    Spwaned program are found in the bin directory.
    Since planning detail report is under MRP, you will find it under $MRP_TOP/bin
    Oracle gives only executable for spawned programs; you do not get the source code. And it is almost impossible to modify these programs.
    However, you can make some attempt to gleam at the logic. In the past, I have run strings command on spawned executable to sneak some peeks into Oracle's logic. I was lucky enough to find what I needed but that is not guaranteed.
    Hope this helps,
    Sandeep Gandhi
    Independent Techno-functional consultant

  • Maven problem: class file not added in excecutable after compilation

    Hi,
    I ran into the following issue.
    I created a program, capable of reading an identity card from an electronic card reader. I use maven for dependency management and compilation.
    The libraries used for reading the card reader are not from any maven repository. So I cheated a little bit and added the jar file to the repository myself
    and created a pom file for it too in the repository. I respected the structure groupId - artifactId - version . It is something like
              <dependency>
                   <groupId>be.belgium.eid</groupId>
                   <artifactId>beid35JavaWrapper-win</artifactId>
                   <version>3.5</version>
                   <type>jar</type>
              </dependency>
    The jar file and a pom file are then to be found on that location. When running the program in my development environment, everything runs fine.
    But when I create an executable for this program, the class files for these libs are not added to the created executable.
    questions:
    1/ Do I also need to create the .sha1 file for this. If so: how?
    2/ What are these .sha1 files
    3/ Has anyone written a similar program, but with eid libs from maven? Which ones?
    thanks for any help
    Edited by: user8276126 on Apr 2, 2011 9:07 AM

    try clearing cache and restarting tomcat. If you post the code that you are using to call the methods it will help to find the issue.

  • HT4972 Good afternoon! I addressed in the AT&T company with a question about untying of a sim card of AT&T from my iPhone, all of them made Iphone now is unlocked, I executed all points which were written: To complete the unlock, simply  1 . Open iTunes o

    Good afternoon! I addressed in the AT&T company with a question about untying of a sim card of AT&T from my iPhone, all of them made Iphone now is unlocked, I executed all points which were written:
    To complete the unlock, simply
    1 . Open iTunes on your Mac or PC and verify that you have Internet connectivity.
    2 . Ensure a SIM card is inserted into your iPhone.
    3 . Connect your iPhone using the dock connector to USB cable that came with your iPhone.
    4 . Backup and restore your iPhone using iTunes. For information on backup and restore, please visit http://support.apple.com/kb/HT1414.
    5 . After restoring, your iPhone will be unlocked.
    Additional information on unlocking can be found at http://support.apple.com/kb/TS3198
    I made everything as well as was written, but on completion of the ios 6.1.3 installation the iPhone asks to be activated through wifi or through a wire to the computer.
    I connected Iphone to the computer and the text takes off: (Were sorry, we are unable to continue with your activation at this time. Please TR again later, or contact customer care! )
    how to me to activate my iPhone?
    I hope for your help....

    Hey APPLELovestory,
    We have an article that goes over troubleshooting iPhone activation issues here:
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    Perform the following steps:
    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to Wi-Fi if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.
    Hope that helps,
    David

  • Workflow Questions - How to execute the steps in a workflow automatically?

    I am using MDM 5.5 SP6.
    My Question is how to execute the steps in the workflow automatically. That means NO user interaction.
    I have a simple workflow, Start- Process -- Syndicate -  Stop.
    When a new record added /updated/inserted this workflow will start automatically.  The workflow inbox, the workflow status is u2018Receivedu2019 Step is u2018Processu2019.  Now I have to right click on the record then u2018Next Stepu2019 then click on u2018Syndicateu2019 then workflow completes automatically.
    How to execute the Syndication step automatically?.  I donu2019t want to have any user interaction to syndicate these records.
    Is this possible?
    The reason for this is I want to do some field validation and based on the field validation some assignments then then I want  to syndicate these records without user interaction..

    Hi,
    If you want to do some validations and then based on result assignments on some of the fields before syndicating, then you have to use workflow. Only syndication server will not fulfill this requirement.
    you may try by making validation's automatic property as "Error". This way it will not allow to add any record not fulfilling validation. You can also try using calculated fields instead of assignment.
    I am not sure if you can make your workflow fully automatic, because atleast one process step is must for any workflow, and process step means user action.
    Regards,
    Shiv

  • Question on executing operations in Background

    Hi All,
    I am building up an universal app targeting 8.1 runtime and also new to whole .NET world.
    I have some operations  in my application which I want to perform in parallel, asynchronously and also in background. These operations include file upload, download (both I/O and compute bound).
    So I wanted to execute them In threads.  I would like to process them in 3 threads. Each thread will work on the operation queue and keep waiting perpetually (in while(true) loop) unless an operation is available for execution. These threads would also
    pass task status or progress updates to UI.
    Would also like to have these threads running on Application lock or if the app suspends . If my application terminates or if the network connections is lost these threads will stop. Also would like
    to cancel the operations running in the threads according to me requirements (like cancelling a file download).
    My initial hunch was to use threads. But since threads are not available for windows store apps and my exploration about threading in Windows store apps revealed to use task to perform this.
    I read about the Tasks Asynchrony pattern (TAP) whitepaper published by MS ,channel 9 videos from Bruce Kyle and lot of other blogs. I am convinced to use Tasks .As it runs on a thread pool which
    can take advantage  of multi core processor and is better performing
    Questions on Tasks will be
    Will it be useful as background thread. Can tasks be run as a background thread perpetually.
    I don't really need my tasks to return results. The result from the operations can be relayed to UI through events.
    Do I have to schedule my tasks from a background task API when the app suspend ?
    Does the Task API fit my scenario ?
    Are Background tasks in Windows same as services in Android.  ?
    Thanks a lot and Regards,
    Saurav

    You app's threads will all suspend when the app suspends. If you need to continue running in the background you will need to register a background task.
    BackgroundUploader and Downloader are the best ways to accomplish uploading and downloading in the background.
    For other functionality in the background it depends on what specifically you need to do. Background processing is deliberately limited, but you can create Background Tasks for specific purposes. As hereafter suggested, please see
    Guidelines for background tasks

  • Two questions: Executing batch files and executing a JAR on boot-up.

    I'm working with Windows XP and and currently I'm having a friend test this on Vista as well. I can't seem to find how to execute a batch file using Runtime.exec(). So far I've been passing the absolute pathname of the batch file as the argument to exec(), but it doens't seem to run, so I'm assuming there's another way.
    Second question, how do I get a JAR file to start running whenever the user turns on the PC?
    Thanks.

    I'm working with Windows XP and and currently I'm
    having a friend test this on Vista as well. I can't
    seem to find how to execute a batch file using
    Runtime.exec(). So far I've been passing the
    absolute pathname of the batch file as the argument
    to exec(), but it doens't seem to run, so I'm
    assuming there's another way.Are you using just Runtime.exec() or have you tried Runtime.getRuntime().exec()? If not, try that and see what happens.
    Second question, how do I get a JAR file to start
    running whenever the user turns on the PC?As far as I know, you can't do that programatically. You have to edit settings on your computer but I am not entirely sure.
    Thanks.

  • Audio in Advance Action Doesn't Execute from "On Success" in Quiz Question

    In each of my quiz slides, I have set the On Success action to Execute an Advanced Action.  In the Advanced Action, I have two lines.  The first line is to run audio that says something like "That's Correct - great work - click any key to continue" and the next action line is a jump to slide.  Only the jump to action works.  The audio doesn't run.  Thoughts anyone?

    Sorry, seem to repeat what I already told you about messing up Quiz slides. This problem is also due to that.
    The actions On Success are executed after completing the two-step Submit process. The Submit button is essential. I explained some possible tweaks in this post:
    Question Question Slides in Captivate - Captivate blog
    You'll see how to skip one of the steps, how to attach audio to an object etc.
    In an advanced action everything is always done very quickly, the action will not wait until the audio clip has played before jumping to another slide. Misunderstanding actions.

  • Question concerning executing of sql

    Hallo,
    I have a question concerning the execution of sql-statements.
    I have a database and different applications that work with this database. When I now have a session and this session sends statements that should be executed.
    I want to ensure that the application can not execute all statements. What I want is a possibility that before a statement is executed there is a warning.
    Is there something in oracle database. Something that I can tie down to a table or a view.
    Any help appreciated.
    Thanks

    Hi,
    I have a question concerning the execution of sql-statements.
    I have a database and different applications that work with this database. When I now have a session and this session sends statements that should be executed.
    I want to ensure that the application can not execute all statements. What I want is a possibility that before a statement is executed there is a warning.
    As per my understanding see, Does your application is executing the series of Queries directly from the Frontend environment for Calling any Stored procedure to do the necessary Job.
    In case of queries, then say try to use some schema, where and what ever you want to keep the restrictions on certains table / Access grant respective Rights to some role and assign to the required schema.
    So, In case if you want restrict some thing make your application to connect with respect user.
    Else the above option is not possbile from your end then I think at table you can not restrict or raise any alerts or warnings, until the user don't have access to table. Other check with DBMS_ALERT, yoy might find any relavant thing for your problem.
    If you are using stored procedures, then you can able achive that, that Send an Additional parameter Is_Access or Is_Executable. This parameter send the boolean values true or false or 1 or 2 as per your checking feasibility, at code level, make sure than when ever you need send the warning send appopriate boolean value and which return the message from stored procedure (out parameter ) to application and will not execute the Code, If appopriate Boolean value is send from application call , then perform the Business transaction as per requirement.
    If I am missing from your requirement perspective, then I am sorry...
    - Pavan Kumar N

  • Setting file execute permissions--a somewhat arcane question.

    As I've been learning Unix, I'm often impressed by the logic and efficiency of certain features, so when I find things that don't fit this pattern, it really makes me wonder.
    This particular example isn't so much about the design of permissions as it is about the way administrators--even competent ones--use them.
    A case in point:
    -rwxr-xr-x 1 root wheel 5099 Dec 7 2006 /usr/sbin/apachectl
    This means that the file belongs to root, and root can do anything (s)he wants to it--read, write and execute.
    Furthermore, anyone who belongs to the group, wheel (which, correct me if I'm wrong here, is pretty generally confined to root) can read and execute it. They can't write to it because, presumably, you don't want just any old wheel coming along and changing this file, although they may read it, which might be a good thing to do before they execute it.
    Finally, other, that is, any old user, can execute the file, but they can't write to it, and they can't even read it. (Incidentally, why would you want to prevent someone from reading a file that you're allowing them to execute? Element of surprise? But that's not my real question.)
    My real question involves the following: try logging on as anyone other than root and running that file. If Apache is running, try to stop it. It will tell you it isn't running. That's a lie. Okay, maybe an honest mistake, but it isn't true. Now try to start it. It doesn't have to be stopped; you'll get the same error either way: "fopen: Permission denied," it says, "httpd: could not open error log file /private/var/log/httpd/error_log."
    I seem to run into this a lot. A file that I have permission to execute produces an error message when I try to run it because it tries to do something that I don't have permission to do. So why do I have permission to execute the file in the first place?
    Okay, maybe there are some useful things I can do with apachectl, like configtest, that don't require me to be root. Like if I'm editing the httpd.conf file, I can check it with configtest, and then when it's ready I can go get an administrator to restart apache, or something like that. Except for the fact that I can't edit httpd.conf because I only have read access to that file. But maybe there are some imaginable scenarios where it might make sense.
    But there are other files that you simply can't do a darned thing with, yet which still allow you to execute them and be chastised for your lowly permission status. Not only that, but it's a relatively simple matter to construct a script in such a way that it will check to see who is executing it, while it's processing directives, and return an appropriate error message, e.g. "Sorry, 'stop' and 'start' can only be performed by root," instead of allowing some downstream process to do its dirty work. Incidentally, allowing errors to be returned from downstream processes gives unprivileged users some insight into what the script does, which, presumably, is part of what they're trying to prevent by not allowing them to read the script!
    If anyone can shed any light on why things are so often done this way, I'd appreciate it. If not, I guess this is just my Unix rant for the the week.
    Disclaimer: I don't hate Unix. I really like it a lot, in spite of its quirks. No one is perfect; not even me! And don't even get me started on "Windows."

    David Livesay wrote:
    Perhaps you just don't know all the details of that particular application.
    Please fill me in on the details I'm missing. That's why I posted this question.
    I will try. But it is easier to explain why "programs in general" behave a certain way than why a "particular" program might behave a certain way. In particulars, I'm likely to be wrong. In generalities, I'll be more correct.
    The default log location is in a directory that you cannot write to. However, this doesn't have to be the case. It could be anywhere.
    Yes, and the permissions could be anything, but for the current location, the permissions don't make sense. You should always write a script for the situation that exists, assuming anyone who had a reason to move the log file would also have permission to change the file permissions accordingly. It doesn't make sense to set permissions according to what someone might do at some future time.
    Sure it does. To use your apachectl example, Apache can be setup to put its log files anywhere on the system. It can be setup to use any particular user. It is one of the most configurable programs there is. It is "owned" by root so that it can't be messed with. It is "run" by nobody or www, so that, if it is compromised, it won't cause (much) damage. On Unix, there is no way to specify that a program is owned by one particular user and run by another particular user (well, maybe with ACL). For this program, the executable could be owned by www, but, since that user is configurable, that wouldn't make any sense. Plus, user ids are specific to each machine, only root is always uid 0. Plus, it is common practice for various reasons to start up as one user and either promote/demote to a different user. Plus, there are at least a dozen other process and daemon specific details that I'm ignoring. I'm trying to make it as short and sweet as possible.
    There are only a few programs that only root should be able to run.
    Please elaborate. Would this include apachectl in your view? If not, what reason would someone else have for running it when it is just going to fail? And remember, if you're going to say they can move the log file, I'm going to reassert that if they can do that then they can change the permissions accordingly.
    I don't know the low-level details about apachectl in particular. Usually, any daemon or daemon related program can only be started by root, but is actually run as a different user. And while I say "only", that is not true. It is more correct to say "should". Everything is configurable! I might want to test out Apache 3.0, for example. I will have it configured to run as a regular user instead of root, because I am debugging it.
    Usually, it is only very low-level, hardware programs (like fsck) that can only be run as root.
    Many have world execute permission explicitly so anyone can run it. That anyone may be a user who have no privileges at all (such as nobody or www) so that if something it gets hacked, the script kiddie only gets access to nobody's files. Usually, that "anyone" is one of these specific users. That log file is probably owned by and is restricted to that user.
    I don't quite follow you. If "anyone" can run it, that would include root. If someone is trying to hack a system, and can choose whether to run a script as root or an impotent user, why would they choose to run it as an impotent user? If they can only do damage by running a given executable as root, they're going to run it as root, whether or not anyone else has permission to run it.
    You can't choose who to run a program as (unless you are root). A program is owned by whomever owns it. It is run by whomever is logged in. Apache, for example, runs "as" www. If hacked, all they can do is deface your web page, they can't bring down the server or compromise it in any other way. That is also why you shouln't even have root enabled on your system and why you should say in su or sudo mode for very long.

  • Question on Labview 8.2 Standalone executable

    Hi Fellows,
       I have a question, I have created a standalone executable labview file of  a vi created to test a circuit board I am working on. Whenever I open the executable file, the labview panel opens up running. Is there a way to create the executable file so that when opened initially, it does not run until I hit run on the labview panel?  I don't want any voltage going to my circuit board until I hit run. Is it possible to do this? Since this is the only vi, it is also my startup vi.
    Patrick

    There is a bug in 8.2, that will prevent from still standing applications. The workaround is to build the application as debuggable and force it to wait on the debugger (be aware that the exe will be bigger).
    But such a thing should be programmed in the application,  IMHO.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • A few questions about executable Jar files

    Hi,
    I have to make an a tutorial system and was going to make it using applets embedded in webpages. This approach causes certain limitations so decided to make it using JPanels that open up as windows on the users computer.
    I intend on compressing all the files (java, images, sound etc) within a Jar file and would like a few questions answering.
    1. How would I make an executable Jar file that when clicked on will load the program on the users computer. Is there some software to do it for me or do I have to do it from the command prompt?
    2. Is using a Jar file the best approach or is there a better way to get my java program to run on other peoples pc's
    3. If I create an executable Jar file on windows xp, will it run on a Linux machine?
    Cheers

    1. How would I make an executable Jar file that when clicked on will load the program on the users computer. Is there some software to do it for me or do I have to do it from the command prompt?The SDK contains all the tools you need. Use the jar command. To make your jar executable, include a manifest file that references your main class.
    2. Is using a Jar file the best approach or is there a better way to get my java program to run on other peoples pc'sA jar will work just fine.
    3. If I create an executable Jar file on windows xp, will it run on a Linux machine?Yes.

  • PL/SQL Question Error while Executing

    Hi Experts,
    This is the SQL Procedure i have which delete a set of order number which are closed
    CREATE OR REPLACE PROCEDURE closed_test1(tabname varchar , v_rowcount_int OUT number)
    is
    v_sql varchar2(4000);
    begin
    v_sql:='delete from '||tabname||' fac where exists (select order_nbr from closed_order cl where fac.internal_order_id= cl.order_nbr)';
    execute immediate v_sql;
    v_rowcount_int := sql%rowcount;
    dbms_output.put_line(v_rowcount_int||' rows deleted');
    commit;
    end;
    I am using an ETL tool to print the number of rows deleted, So i had to create an output parameter and assigned it to the sql%rowcount
    When i execute
    Declare
    v_rowndel number;
    exec closed_test1('COST_TRANS_TABLE',v_rowndel);
    I get this error message
    ERROR at line 3:
    ORA-06550: line 3, column 57:
    PLS-00103: Encountered the symbol "end-of-file" when expecting one of the
    following:
    := ; not null default character
    I dont understand what the problem is!! Is it because i dont have an exit statement but the sql statement is interlooped
    Any help is apprct in advance
    Thanks
    AJ

    You're trying to mix PL/SQL with something PL/SQL has nothing to do with.
    exec is a SQL*PLus thing and was never part of PL/SQL:
    sys@cr2> declare
      2  a number;
      3  exec dbms_output.put_line('a');
      4  /
    exec dbms_output.put_line('a');
    ERROR at line 3:
    ORA-06550: line 3, column 31:
    PLS-00103: Encountered the symbol "end-of-file" when expecting one of the
    following:
    begin function pragma procedure subtype type <an identifier>
    <a double-quoted delimited-identifier> current cursor delete
    exists prior
    sys@cr2> declare
      2  a number;
      3  begin
      4     dbms_output.put_line('a');
      5  end;
      6  /
    PL/SQL procedure successfully completed.

  • Questions on SQL executed by Answers about Row_number

    While debugging from the log file of sql executed by OBIEE Answers, I found the following sql statements:
    -------------------- Sending query to database named DW_TESTING (id: <<10886>>):
    select D1.c2 as c1,
    D1.c3 as c2,
    D1.c1 as c3
    from
    (select D1.c1 as c1,
    D1.c2 as c2,
    D1.c3 as c3
    from
    (select sum(T1113.PRODUCT_SALES) as c1,
    T1141.YEAR as c2,
    T1141.QUARTER as c3,
    ROW_NUMBER() OVER (PARTITION BY T1141.QUARTER ORDER BY T1141.QUARTER ASC) as c4
    from
    DWADMIN.DATE_MASTER T1141,
    DWADMIN.DAILY_SALES T1113
    where ( T1113.SALES_DATE = T1141.CALENDAR_DATE )
    group by T1141.YEAR, T1141.QUARTER
    ) D1
    where ( D1.c4 = 1 )
    ) D1
    order by c2
    +++Administrator:2e0000:2e0005:----2009/06/10 15:37:11
    -------------------- Sending query to database named DW_TESTING (id: <<10931>>):
    select D2.c2 as c1,
    D2.c3 as c2,
    D2.c1 as c3
    from
    (select D1.c1 as c1,
    D1.c2 as c2,
    D1.c3 as c3
    from
    (select sum(T620.PRODUCT_SALES) as c1,
    T1141.YEAR as c2,
    T1141.QUARTER as c3,
    ROW_NUMBER() OVER (PARTITION BY T1141.QUARTER ORDER BY T1141.QUARTER ASC) as c4
    from
    DWADMIN.DATE_MASTER T1141,
    BEADMIN.BE_DAILY_SALES T620
    where ( T620.SALES_DATE = T1141.CALENDAR_DATE )
    group by T1141.YEAR, T1141.QUARTER
    ) D1
    where ( D1.c4 = 1 )
    ) D2
    order by c2
    Does anyone know why the Answers will filter the ROW_NUMBER = 1? I wonder how come the Answers run 2 different SQL statement instead of one.
    My environment:
    2 Fact tables
    3 common dimensions + 1 dimension which can only join with one of the fact table
    2 fact tables does not directly join together.
    This problem is found whenever I choose any columns from both 2 fact tables. If columns are only from either one fact table, the results are correct.
    Thx all ~

    Wildmight,
    May I ask what should I check for 'content tab' you mentioned?
    Also for the time dimension, I did not check "time dimension" box in the timeDimension hierarchy property. Infact is that we MUST set the time dimension as "Time Dimension" in the property? What is the difference? I remembered I have tried to set it and assign the "Year" as the chronical key, but the problem remains.
    Finally, I do not set any filters. That's why I wonder when I saw the Answers Engine has filtered the Row_number by c1 = 1.
    Thanks a lot ~

Maybe you are looking for

  • Jython character display problem

    Hi, I am having problem with displaying character *¨* which is chr(168) or hex A8 when i try ; s=chr(168) print sit gives me *¿* which should be *¨* It seems that jython is not supporting extended ascii characters when i try the above in python it wo

  • Is there an NXOS command to check to see if traffic is being dropped from traversing a Nexus vPC link?

    Is there an NXOS command to check to see if traffic is being dropped from traversing a Nexus vPC link?

  • Code for currency translation

    All records from ECC will be translated using the daily exchange rate to be aligned with ECC. Created a  new key figure with the local currency and added to cube, no rules set for this keyfigure. Need to get the daily exchange rate for this field usi

  • Managed server does not start with BEA-090870 security error

    I am getting this autorization error <Sep 22, 2014 11:07:23 PM EDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: we

  • Cant open .mov file on 2011 iMac from 2007 iMac

    I have a 2011 iMac and I am trying to open a .mov file that I had saved on my old 2007 iMac. When I try to open the file in QuickTime, from my Seagate external hard drive, the file will not play. It shows a thumbnail of the image in QuickTime but it