RPE-02085: Failed to test wb_rti_workflow_util.initialize

Hi,
I'm getting the below error when i try to deploy process flow via deployment manager.
RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link ORCL@WB_LK_LD_INV. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
- ORA-04052: error occurred when looking up remote object RUNTIME_OWNER.WB_RTI_WORKFLOW_UTIL@ORCL@WB_LK_LD_INV
ORA-12545: Connect failed because target host or object does not exist
What would be the cause?
I'm exactly following the toturial which given by http://www.oracle.com/technology/obe/obe_bi/index.html
Even I have given grant EXECUTE ANY PROCEDURE to owf_mgr but still i'm getting the same error.
Please help me...
Below is the details of my installation:
Database : 10.1.0.2.0
OWB: 10.1.0.2.0
OWF: 2.6.3
Thanks
Raj Kumar

U need to login into repository owner and grant the all privilages on wb_rti_workflow_util package to your user ( owf_mgr , in ur case)
in short
grant all on wb_rti_workflow_util to owf_mgr ( u need to type this command from repository owner login )
Nikita

Similar Messages

  • Getting error RPE-02085 when deploying objects

    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link HWREP.US.ORACLE.COM@WB_LK_PFLOW. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-06550: line 1, column 7:
    PLS-00201: identifier '[email protected]@WB_LK_PFLOW' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    thanks mark for ur help...
    but now my job in not executing in the OEM.I used the oem_exec_template to schedule the jobs.On running its give me the error as :
    child process exited abnormally
    nms-915: The Job failed, error code=
    when i tried to run the script using sql then i captured the error as task not found while using the wb_rt_api_exec.open function... the o/p is as :
    Connected.
    Session altered.
    Role set.
    Stage 1: Decoding Parameters
    | location_name=workflow
    | task_type=ProcessFlow
    | task_name=pflow
    Stage 2: Opening Task
    declare
    ERROR at line 1:
    ORA-20001: Task not found - Please check the Task Type, Name and Location are correct.
    ORA-06512: at line 261.
    where workflow is the name of worlkflow server rep n pflow is the process name.They are scheduled using deployment mngr in OWB.

  • Error RPE-02085

    Hi all,
    I am getting the below errors when deploying a process flow:
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link MOBILE@WB_LK_XYZ_PAC. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-04052: error occurred when looking up remote object C_RTR10G.WB_RTI_WORKFLOW_UTIL@MOBILE@WB_LK_XYZ_PAC
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04029: error ORA-980 occurred when querying ORA_KGLR7_DEPENDENCIES
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00980: synonym translation is no longer valid
    I given the previlege "EXECUTE ANY PROCEDURE" for OWF_MGR, still i am getting the same error.
    I am using Oracle 10g (10.1.0.3.0), Workflow server 2.6.3
    Statement of Runtime repository connection:
    Host:10.0.0.111
    Port: 1521
    Services Name: MOBILE
    Conect as User: c_rtu10g
    Runtime Repository Owner: c_rtr10g
    Statment of Process flow:
    Modul name: XYZ_PROC_MODUL
    Package name: XYZ_PAC
    Process name: XYZ_PROC
    Statment of DB link MOBILE@WB_LK_XYZ_PAC:
    MOBILE@WB_LK_XYZ_PAC      
    User name: C_RTR10G      
    Password C_RTR10G
    Connection String:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=LOCALHOST.LOCALDOMAIN)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=MOBILE)))      15:55:12
    Please help me !
    Thank.

    i had the same problem too...
    similar to the spec vuongtm used, but my Oracle is 10.1.04.

  • Photoshop CC White Window Workaround Plugin Fails Version Test?

    I'm sure everyone with a Wacom tablet on a Mac is aware of the "White window" issue. See the original discussion thread at: Drop Down Menus in Photoshop CS 6 Goes Blank In Mavericks
    Photoshop developers partook in the discussion on the thread, and a plugin that fixed the issue was released. Plugin works great, and even in CC/CS6
    With the latest update to the Photoshop CC application, the white window issue is back. Looking in the console reveals the following:
    8/7/14 1:31:03.798 PM Adobe Photoshop CC 2014[11038]: WhiteWindowWorkaround failed version test (<= 14) and it will not install. Version is 15
    8/7/14 1:31:03.798 PM Adobe Photoshop CC 2014[11038]: WhiteWindowWorkaround did *not* initialize
    Is there an updated version/fix that anyone is aware of? I searched, but maybe I missed something.
    Many thanks.
    Andrew.

    Photoshop CC 2014 does not need that plugin, because the workarounds are already built into the app.

  • RPE-01038: Failed to evaluate expression null.

    Hi, gurus! :)
    Upon executing a process flow, I got the following error message:
    RPE-01003: An infrastructure condition prevented the request from completing.
    RPE-01038: Failed to evaluate expression null.  Please modify the expression, redeploy and retry again.
    RPE-01003: An infrastructure condition prevented the request from completing.
    RPE-02227: Cannot test Control Center user OWF_MGR. This user must match the login credentials of the evaluation location configured on owning module.
    RPE-01003: An infrastructure condition prevented the request from completing.
    java.lang.NullPointerException
    I suspect I got this error from improper use of parameters (just started using). I've searched for answers in the internet, still I am not sure how to efficiently and correctly use parameters. I'm dealing with this "literal" confusion. I would like to confirm the following:
    1. If a local parameter is an integer, how should I set the value and literal field? (say, set value to 0, literal = true?)
    2. How about for while loops? The condition is automatically a string. If I use the paramater par_loc, how should I write it (say, par_loc < 100).
    3. For Assign operators, data type is also an automatic string. What if I want to have an integer value? Or maybe an integer value thru an expression? (e.g. par_loc + 20).
    The questions above somehow summarize the activity I created.
    I'll try to do more tests and research and give you an update if I found any solution.
    Any help will be deeply appreciated. Thank you, gurus!
    Manoy :)

    Thanks, Carsten! :)
    I applied what you suggested. I still got the same error.
    1. Defined the parameter via local variable --> same error as above
    2. Defined it under start activity --> got a new error:
    RPE-02075: Oracle Workflow failed to process the execution request for Activity PF_WHILE:WHILE_LOOP. This may be because dependent objects have not yet been deployed.
    ORA-20007: The execution cannot be activated because not all required parameters have been set
    WB_RT_WORKFLOW_UTIL_10G.Execute_Any_Task(PKG_WL, WB_IK_20090327_083358_51724, 12463, RUN)
    WB_RT_WORKFLOW_UTIL_10G.Execute_Task(PKG_WL, WB_IK_20090327_083358_51724, 12463, RUN)
    Wf_Engine_Util.Function_Call(WB_RT_WORKFLOW_UTIL_10G.EXECUTE_TASK, PKG_WL, WB_IK_20090327_083358_51724, 12463, RUN)
    RPE-02083: Process PF_WHILE has errored Activities. Dependent objects may not have been deployed. You can use Oracle Workflow Monitor to retry the activities or abort the Process
    Did I miss something? :|
    Manoy

  • System failed memory test

    I am really new to Solaris so please forgive me if I sound really dumb. I was able to install Solaris 10, turned off my computer and now all I recieve is System failed memory test. Please help have tried different memory sticks and still recieve the same message.

    is this a bios message? id suggest running a mem test if this is coming before the os starts up [http://www.memtest.org/]
    if you have the mother board diag tools on cd, run those as well. unless this is a sparc system?

  • 865PE NEO2 FSIR fails memory tests

    This is the second MB that I've had this problem with, so something is causing them to fail.  Here's the story:
    New install, 865PE Neo2 FSIR + P4 2.6GHz 800MHz FSB, 2 x Crucial PC3200 256MB DDR, everything seems ok, XP installs with no problems.
    About a month down the road I'm plagued by sudden reboots, Microsoft Error Reporting says RAM, says to DL and run it's DOS memory check utility.  I get the utility, create bootable CD and run the utility, computer fails all RAM checks.  I pull each RAM stick in turn and re-run the check with each stick separately, still fails all tests.  Shortly after this, the board refuses to POST.  Ship the board back to New Egg for replacement.
    Installed replacement MB with 4 x 256MB Crucial PC3200, Microsoft DOS memory check program passes, no problems.  About 2 weeks later I run into minor instability so I run the same memory check again, the board fails all tests?????  I pull all Crucial memory sticks and put in a test stick of Corsair XMS 3200; same result, failure of all memory tests.
    At this point, WinXP still runs, but this is the same pattern that the other board showed, right until it quit altogether.
    It occurs to me that I DID flash BIOS to 1.9 between the time I first tested the RAM and got a pass and the time I tested and got a failure, could this be a coincidence?  I can't remember if I updated the BIOS on the first board or not, so this may mean nothing.
    System Specs:
    MSI 865PE NEO2 FSIR
    P4 2.6GHz, 800MHz FSB (all defaults, no overclock, Vantec HS)
    Crucial CT3264Z40B.8T PC3200, CL3 256MB (2 Modules)
    Crucial CT3264Z40B.8T2 PC 3200, CL3 256MB (2 Modules)
    (Tested with same results with single Corsair CMX512-3200C2PT 512MB)
    Antex True Power 430W PS
    ATI Radeon 9600 Pro
    All PCI slots open
    Seagate 120GB System drive, 7,200RPM primary master
    IBM 30GB drive, 7,200RPM primary slave
    LiteOn DVD ROM secondary master
    Sony CDRW secondary slave
    2 x IBM 30GB drives on Promise PATA.
    I know I'm probably gonna have to RMA this board, but I'd really like to know what is causing this so I can avoid it next time.
    If anyone has any ideas I'd sure appreciate it.
    Scott

    Quote
    Originally posted by jwspicer
    As they say - been there, done that.  Always flash using DOS, and always keep backup, so I went back to the original BIOS for the board.  No luck.  Apparently once the screwup is done - it stays that way.
    --BUT--
    Suspect it is the reallocation for the P4 EE that is the issue.  Reason is that Memtest86 has been running on that box for 9 hours now with NO error.  However, it also shows only 104K of reserved memory.  My other 865 board with onboard RAID (an ASUS P4P800 Deluxe) shows 687K reserved.  So either the ASUS is wasting a lot of space, or the MIS is no longer correctly indicating the amount of memory reserved by the BIOS (including the Promise BIOS) at startup.  Then Microsoft's utility is not correctly scanning.  But Memtest, which probes for the "correct" setting, is.  (The Memtest86 version is 3.0, and the test was done with the Promise enabled and drives attached (so the BIOS loads) and all the other setup was as it would be normally (standard IBOS options, etc.)
    So who's right?  And if MS' tool has the problem, does that indicate Windows XP reads memory the same way?  Hmmm...
    Hmm, I haven't tried reverting BIOS, but I'm typing this on the affected machine (which Memtest 86 says is fine) with only the two RAM chips it likes and so far no problems; I've run PCMark4 and 3DMark4 benchmarks all night and no problems, it was still happily churning away on 3DMark this morning.  I guess either one of the Crucial sticks it doesn't like is bad or Crucial changed something in a revision to the chips it doesn't like.
    Just a FYI, the Crucial sticks it DOESN'T like are CT3264Z40B.8T2
    The sticks it DOES like (at slow or fast performance, forget about turbo or ultra turbo) are CT3264Z40B.8T
    Both pairs are PC3200, CL3, 256MB DIMM's, single sided.
    I think you're right about Microsoft's RAM tester being buggy, I can't believe ANYTHING could run if the RAM was actually giving the errors it shows, EVERY test shows things like "expected result 11111111 actual result ff1e0001"  The Microsoft tester does run fine on the other 5 computers here; a mix of laptops and desktops; none using this board.  It also ran on this board when it was installed, I guess the BIOS upgrade must be the cause.
    Scott

  • PE dism error - failed to get and initialize the PE provider

    This all started with: Win 8.1 could not be installed. error code 0X8007003. I ran DISM successfully with the /RestoreHealth flag, but it made no difference to installing Win 8.1. I ran DISM again (successfully) and looked at the log for "fails".
    The repeated fail was:
    2011-06-10 10:12:47, Warning               DISM   DISM Provider Store: PID=2552 Failed to Load the provider: C:\Users\ROSMAR~1\AppData\Local\Temp\0709052E-4C8D-43AD-B837-FB57E1CF832A\PEProvider.dll.
    - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2011-06-10 10:12:47, Info                  DISM   DISM Provider Store: PID=2552 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    How can I fix this? Is this the reason I can't install Win 8.1? Should I be looking at something else to fix whatever is generating error code 0X8007003?
    Thanks.

    WIM format changed in Win 8.1. You need to use the DISM from the ADK from Windows 8.1. Older versions of DISM cannot service drivers or packages for example.

  • Can't Create a Data Source - Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi there,
    I am having a serious issue with The Power BI Data Management Gateway which I am hoping that someone can help me with.
    Basically I am setting a connection between a Power BI demo site and a SQL 2012 Database based on Azure. The Data Management Gateway and is up and running, and Power BI has managed to connect to it successfuly.
    By following the tutorials at
    here I was able to successful create my Data Connection Gateway with a self-signed certificate.
    However, when trying to create the data source I come into problems. The Data Source Manager manages to successfully resolve the hostname, as per the screenshot below:
    Bear in mind that I exposed the require ports in Azure as endpoints and I managed to modify my hosts file on my local machine so I could access the SQL server hosted in Azure using its internal name -- otherwise I would not be able to get this far.
    However the creation of the data source also fails when trying to created it whilst logged in the SQL server in question:
    The Data Source Manager returns the error when using the Microsoft OLE DB Provider for SQL Server:
    Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
    I tried using the SQL Server Native Client 11.0 instead but I also get an error. This time the error is:
    Failed to test connection. Login timeout expiredA network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.Named Pipes Provider: Could not open a connection to SQL Server [53]. 
    Some considerations
    If I provide an invalid username/password, the Data Source Manager does say that the username and password is incorrect.
    Firewall is turned off in the SQL Server (either way, this error also happens if I try top use the Data Source Manager whilst logged in the SQL Server itself).
    SQL Profiler does not show any attempt of connection.
    The SQL server instance in question is the default one.
    The error happens regardless if I select the option to encrypt connection or not.
    In SQL Configuration manager I can see that all protocols are enabled (TCP/IP, Named Pipes and Shared Memory.
    The Event Viewer does not provide any further errors than the one I have copied in this post.
    I'm at a loss here. Could someone please advise what might I be doing wrong?
    Regards,
    P.

    Here is what I had to do to solve this issue:
    Basically I had to add the MSSQL TCP/IP port as an end-point in Azure. After I did that, then I was able to create the data-source. However, I was only able to authenticate with a SQL account, as any domain account would return me an error saying that the
    domain isn't trusted.
    What puzzles me here is how come the Data Source Manager would inform me that an account username/password was invalid, but it would fail/timeout if I provided valid credentials (!?!?!!?)

  • AutoVue20.2 - 2DPro - Initialization failed. Could not initialize socket

    Hi,
    We are running a standard install of AutoVue 20.2 2DPro. We have the situation of the JVueAX.ocx activeX being coded in VB.Net.
    When we run the custom application as an admin user there is no issue, however when there is a restriction placed on the users (ie non-admin restricted to read & write on most things) we get the following issue in a popup messagebox.
    Error
    Initialization failed. Could not initialize socket on localhost:5099
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketlmpl.socketconnect(Native Method)
    at java,net.PlainSocketlmpl,doConnect(Unknown Source)
    at java.net.PlainSocketlmpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketlmpl,connect(Unknown Source)
    at java,net.SocksSocketlmpl,connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init> (Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at com.cimmetiy.vueconnection.g.a(Unknown Source)
    at com.cimmetiy.vueconnection.g.<init> (Unknown Source)
    at com.cimmetry.vueconnection.ServerControl.a(Unknown Source)
    at com.cimmetry.vueconnection.ServerControl.connect(Unknown Source)
    at com,cimmetry.vueframe,VueFrame.h(Unknown Source)
    at com,cimmetry.vueframe.VueFrame.<init>(Unknown Source)
    at com.cimmetry.jvue.JVue.b(Unknown Source)
    at com.cimmetiy.jvue.JVue.a(Unknown Source)
    at com.cimmetry.jvue.JVue$a.run(Unknown Source)
    at java,awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.Event.Queue.dispatchEventImpl(Unknown Source)
    at java.awt.Event.Queue.access$000(Unknown Source)
    at java.awt.Event.Queue$l.run(Unknown Source)
    at java.awt.Event.Queue$l.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$l.dolntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    An error occurred while connecting to the server.
    Restart the applet?
    So it appears to be a permissions issue.
    We have changed the security settings on the Autovue folder but that doesn't alter the outcome.
    We have looked for more debug and altered the Log4j.xml to be all DEBUG but that didn't increase the output.
    The install log is 3007 of successful and no warnings or failed components.
    So we now ask for your input. What port needs opening or what file/folder needs the modify or full control assigned? Or is there a manual we may have misread?
    Any pointers would be appreciated.
    I have reviewed the AutoVue Desktop Deployment post.
    Cheers,

    The fix for this is to copy a file called Config.properties into the %userprofile%\AutoVue\Offline_Files
    for each user.
    In the text file Config.properties are these lines.
    #Offline Files Configuration
    [WORK OFFLINE]
    INSTALLDIR=C:\Oracle\AutoVue Desktop Deployment
    ISOFFLINE=1
    INSTALLVER=20.2.0.0
    Edited on 24-Oct-2012 14:51

  • [svn:bz-trunk] 16330: QA: Yes - Ran test locally and it was failing but tested condition was true - there is no services-config .xml file

    Revision: 16330
    Revision: 16330
    Author:   [email protected]
    Date:     2010-05-26 07:55:41 -0700 (Wed, 26 May 2010)
    Log Message:
    QA: Yes - Ran test locally and it was failing but tested condition was true - there is no services-config.xml file
    Doc: No
    Checkintests: NA
    Details: Updated expected error message to match current error.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/NoServicesConfigFileTest/error.t xt

    I have uploaded detail.txt at below url.
    http://m.uploadedit.com/b041/1413264342685.txt
    Hi Mahesh,
    According to log file, I find the message ‘The setup100.exe.config file was not found, therefore the DTSWizard and SQLWatson app config files were not replaced’. It seems that the SQL Server setup file is not complete. Please check that if the SQL Server
    setup file is corrupted, if it is corrupted, please download it again and reinstall SQL Server 2008 R2.
    However, if there’s no problem with the setup file, please check that if there is third-party software such as anti-virus software on your computer blocking the process of SQL Server installation. In addition, make sure that you choose ‘Run as administrator’
    to launch the setup and configure SQL Server service accounts appropriately with administrator permission during the installation.
    For more details about this error, please review the following similar thread.
    http://answers.flyppdevportal.com/categories/sqlserver/sqlsetupandupgrade.aspx?ID=ad794a97-09ae-4aae-9d68-0b06f9af3e16
    Thanks,
    Lydia Zhang

  • Deploying Business Definition error: RPE-02150: Failed to connect

    During deploying a business definition module, I encountered an error message like this: "RPE-02150: Failed to connect with user EUL_FROM_OWB, password ***, connection null. Disco export file 2230.eex written to directory owb/deployed_files."
    I have 10.2 as the database, OWB R2, and OracleBI Discoverer 10g (10.1.2.2).
    In fact, I did not have problem previously when I was using database 10.1.
    Any hints? Thanks.
    John

    I hope this will find you in good faith...
    I have tried a workaround on this issue and it worked fantastically.
    The error message in Control Centre will generate an .eex file.
    Before you deploy your objects make sure you've selected the Business Area and the Items you want to deploy, and then deploy.
    Once done, locate your eex file and manually import this file via Oracle Discoverer Administrator.
    hope this will help
    Ots

  • HTML generated by Flash failed validation test

    Hello guys,
    I have created a simple Flash website:
    http://www.icebergfilms.com
    It's HTML was also created in Flash using Publish Settings. However, when I tried to validate this HTML using online validator, it failed the test:
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.icebergfilms.com%2F&charset=%28detect+a utomatically%29&doctype=Inline&group=0&No200=1&verbose=1&user-agent=W3C_Validator%2F1.654
    I am a complete novice in Flash and in HTML, so could please anyone give me some advise how to fix this?
    Thank you so much for your help.

    Thank you so much for your response.
    I actually did try (with help of some guys from html forum) to use text editor to generate HTML and simply just embed that swf file onto that HTML document.
    It works well, but there is one little problem. Very first thing viewer see (after clicking on URL to upload my site) is black background with
    white rectangle which is the space where swf movie will appear. It last around 2-3 seconds. Then preloader appears and everything goes normal. But this white empty space before preloader shows up is very weird.
    here is that code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="en">
    <head>
    <base href="http://www.icebergfilms.com/">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="language" content="english">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <meta name="Subject" content="IcebergFilms specializes in promotional videos and demos, environmental projects, adventure documentaries, live sport events, corporate and training videos and videos for fundraising presentations.">
    <meta name="Description" content="IcebergFilms is a local video production company located in Vancouver BC specializing in promotional videos, adventure documentaries, training and educational videos, demo reels, live sport evets, videos for fundraising presentations, etc.">
    <meta name="Keywords" content="video production in Vancouver, videographer in Vancouver, video production services, professional, editing, promotional, demo, film, educauional, outdoors, expeditions, documentaries, corporate, dvd, hdv, hd, advertising, environmental, video stock footage, fundraising, high definition, nature, digital, live events, sport, kayaking, hiking, trekking, biking, training, final cut pro, videographer for hire, vancouver, bc, canada">
    <meta content="General" name="rating">
    <meta content="index,follow" name="robots">
    <meta content="ALL" name="robots">
    <meta content="5 days" name="revisit-after">
    <title>>Promotional Video Production company in Vancouver - IcebergFilms</title>
    <style type="text/css">
    body {
        background-color:#000;
    object {
        display:block;
        margin:auto;
    </style>
    </head>
    <body>
    <div>
    <object type="application/x-shockwave-flash" data="IcebergFilms.swf" width="810" height="600">
    <param name="movie" value="IcebergFilms.swf">
    <param name="play" value="true">
    <param name="loop" value="true">
    <param name="quality" value="high">
    </object>
    </div>
    </body>
    </html>
    This white space does not happened when using HTML generated by Flash, however, that one on the other hand misses some basic elements.
    Should I then maybe just use the code above , delete this BODY sectiont:
    <div>
    <object type="application/x-shockwave-flash" data="IcebergFilms.swf" width="810" height="600">
    <param name="movie" value="IcebergFilms.swf">
    <param name="play" value="true">
    <param name="loop" value="true">
    <param name="quality" value="high">
    </object>
    </div>
    and replace it with BODY section from Flash generated HTML?
    I apologize for this chaotic post, but I am trying to create the correct code for about 2 weeks now, and I am starting to lose it
    Thanks again for your response .... and for your patience.

  • Battery on iPhone 5 failed the test: Battery replacement or external battery? NEED HELP

    Apple ran the test for me, and it shows that my iPhone 5 battery failed the test.
    Therefore, I need to get a battery replacement to solve the problem.
    I don't want to pay for $79 + tax to get it fix though. Another way I could think of would be getting an external battery pack.
    It could cost around $40 (I will try to find it cheaper).
    So, which way will last my phone longer?
    Which way you recommended?
    P.S. I planned to use this phone until it breaks down! Therefore, I need to find the solution that will last my phone long.
    PLEASE PLEASE PLEASE, DO NOT tell me the ways to extend the battery life.
    I tried every single way, but NONE WORKED!
    Let me know,
    Thanks

    Iphones are not user serviceable.
    By opening the device you have voided all rights to warranty and support from Apple.

  • [svn:bz-trunk] 18907: Fix failing MBean test.

    Revision: 18907
    Revision: 18907
    Author:   [email protected]
    Date:     2010-12-01 11:55:22 -0800 (Wed, 01 Dec 2010)
    Log Message:
    Fix failing MBean test. The name of the web application changed in the web.xml file for the webapp causing the test to break. I updated the test to use the new webapp name which is "Flex QA Web Application". There are a few more MBean tests that are failing likely due to the same problem. I will update these as I have time unless someone else wants to tackle this.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanServerGateway.mxm l

    Pierre-Charles David a écrit :
    > Hi,
    >
    > I've got a very strange issue and I don't know where to look for to fix
    > it. In some Eclipse configuration I use, SWTBot does not work at all: it
    > fails the very first method with a WidgetNotFoundException.
    [snip]
    Well, I found the issue:
    SWTBot declares a dependency to org.apache.log4j but does not indicate
    any specific version. However, it uses APIs which only appeared in log4j
    1.2.12 (at least Logger.trace(), maybe others).
    In the Eclipse installation I have which did not work ("Topcased RCP"),
    there was a bundle which provided the org.apache.log4j package, but
    using log4j version 1.2.8. As it happens, Eclipse decided to provide
    this one to SWTBot instead of other versions available from different
    bundles (1.2.12 and 1.2.15). The test failed with an internal
    NoSuchMethodError, which must have been caught by some code and wrapped
    as the WidgetNotFoundException I saw.
    Removing the plugin with log4j 1.2.8 from the test's run configuration
    solves the issue.
    I have opened bug #286527 about this.

Maybe you are looking for

  • Flash in java applet

    is there any way to use .swf in java applet?I mean a banner with flash at the top of applet.

  • Upgrading from 10.2 to Leopard

    I'm trying to help my mother upgrade from 10.2.8 to Leopard. Simple question (I think): Does she have to install 10.3, 10.4, and then 10.5? Or can she just do one installation of 10.5?

  • Saving in ICloud

    I typed a document in pages on my iMac and looked for it on my iPad and it is not there.  How do I make iCloud work as advertised?  I think I have all the correct software and set up according to the instructions

  • Dual-number SIM & Nokia N8

    Hi I'm interested with Nokia N8 but would like to know if it's compatible with a dual-number SIM (optus).  Currently I use E90 with a dual-number SIM and in the menu it comes up with options to change from number 1 or 2 or vice versa (obviously only

  • MS Share Point Server Integrate with SAP Server

    Hi,    We are having MS Share Point Server in one machine and SAP Server (ERP6.0 EHP4) on another machine.    I want to integrate MS Share Point Server with SAP ERP6.0 EHP4 System (for example if i want attach any docs in sap it has to be store in MS