DuplicateMovieClip fails under Flash 8

Has anyone else found problems with Flash 8 Player on
duplicateMovieClip. I have used the attached script to make
multiple versons of a falling rain drop in the past. This script is
still functioning fully when published as Flash 6, from Flash 8
Pro.
In order to take advantage of alpha channel masks which are
now available with Flash 8, I would have thought simply reusing
this trusty script would have worked as it does under Flash 6. But
instead the animation fails to duplicate.
Any suggestions greatly received.

You probably should have started a new thread with your
specific questions, but since you are here…
Under Flash 6 you could do something like this:
myNumber=5+n;
trace(myNumber);
And you would get a trace of 5. Flash just assumed that n was
a variable with a value of zero. But in Flash 7 (and after) this
behaviour changed. If you try this you will get a trace of "NaN"
meaning Not a number.
That is because since you haven't given n a value it makes no
sense to add 5 to something that doesn't have a value. (Not having
a value and having a value of zero are not the same thing!)
So someplace you need to have:
var n:Number=0;
Or whatever value you want n to start at. Flash will no
longer just assume you wanted it to start at zero.
But if you are doing the above code in some kind of loop, you
don't want to have the initilization inside the loop. Otherwise, n
will just keep resetting to zero and you won't ever get
anywhere.

Similar Messages

  • XMLSocket that did work fails under Flash 9

    I have an application that uses Actionscript 1 that was written under Flash mx.   It connects to the server via XMLSocket, and worked great until Flash 9. I can see the application request the policy document from the policy server. It connects through the socket but does not transmit data or throw an error.  It just sits there.
    If I execute a reload after a few seconds with loadMovieNum(_url, 0), it works fine. I suspect I may be dealing with a timing problem. I would appreciate any insight that would help avoid rewriting in Actionscript 3.

    flash players have been implementing more and more security features with each version since 8.  you almost certainly have encountered a cross-domain security issue that's been implement in flash 9 and was not present in previous player versions.
    here's a link to some info and a link to the flash 9 security white paper:  http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html
    but fp 10 is even more restictive so you may want to read about the general flash roadmap for fp security.

  • Adobe Flash FAIL:  Adobe Flash Player local storage settings incorrect.  Module 'Resume' feature may not work on this computer.

    Using a Windows 2012 RDS Environment, we have users connecting to a CPD website, and as part of the CPD they need to run a systems checker.  When they run the systems checker they get the following error message: "Adobe Flash FAIL:  Adobe Flash Player local storage settings incorrect.  Module 'Resume' feature may not work on this computer". All users are connecting to this environment with Windows CE Clients,I have checked the setting on Adobe Flash and they seem correct but as each user has its own profile on the RDS session, is there something that I should be setting for each user. I have added the website to the trusted sites and it has made no difference.   Any ideas

    It sounds like what's happening is that Flash Player can't write or read from the local shared objects in the user's redirected home directory because we disallow traversing junctions in the broker process.  This behavior was disabled to address a vulnerability identified in some of John Forshaw's research into the IE broker last year.
    You can enable this behavior by adding the following setting to mms.cfg:
    EnableInsecureJunctionBehavior=1
    That said, you can probably gather from the name of the flag that we don't really recommend this approach, and disable this attack surface by default.  There's some risk that a network attacker could craft content that abuses fundamental issues with how Windows handles Junctions to write to arbitrary locations.
    Unfortunately, there's not a simple or easy workaround that I'm aware of (but it's been ages since I've administered a Windows domain) for this kind of NAS/SAN-backed terminal server environment where Flash is not able to access \Users\<user>\AppData\Roaming\Macromedia\Flash Player\ without traversing a junction.

  • Re: Select statement fails under Express, but works underForte when usi

    Hi there,
    I have logged this with Forte and it as been recognized as a bug ( #46554 ).
    The Express methods you need to look at if you want to modify this behavior
    are :
    1 - BusinessQuery.BuildQuery() starting at line 217
    2 - SqlQuery.GetWhereText() starting at line 60
    We have gotten around the problem by modifying what Express generates by
    changing it from ( col1, col2 ) in ( select col1, col2 ... ) to ( col1 +
    col2 ) in ( select col1 + col2 ... )
    Just one thing i'm not sure that the '+' is standard on every DBMS for
    concatenation.
    We are using SQL Server 6.5
    Hope this helps.
    Christian Boult ([email protected])
    Programmeur - Analyste
    Influatec inc.
    -----Original Message-----
    From: Metcalf, Roger <[email protected]>
    To: '[email protected]' <[email protected]>
    Date: Thursday, May 06, 1999 1:55 PM
    Subject: Select statement fails under Express, but works under Forte when
    using DB2
    Express sometimes (e.g. with nested windows) generates SQL with a select
    subquery, e.g.
    select x1, x2 from t1 where (x1,x2) in (select x1,x2 from t2.....)
    This fails on DB2 with a message that the comma in the where clause (x1,x2)
    is not allowed.
    This works on Oracle.
    Does anyone have a workaround or other suggestion?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    joe.meszaros wrote:
    (SELECT ? AS Id, ? AS UserBytes FROM dual)I suggest that you test to see if that statement and ONLY that statement works at all.
    There are rules for bind variables and that statement certainly looks suspicious.
    If you can't get that to work then the rest of the attempt is pointless.

  • Re: Select statement fails under Express, but works underForte whenusin

    Roger,
    This was a bug with Express and was fixed in Express E.2.0.L.0.
    You might be able to get more details on Forte's website.
    Ajith Kallambella M
    From: "Metcalf, Roger" <[email protected]>
    Reply-To: "Metcalf, Roger" <[email protected]>
    To: "'[email protected]'" <[email protected]>
    Subject: Select statement fails under Express, but works under Forte
    whenusing DB2
    Date: Thu, 6 May 1999 11:55:19 -0400
    Express sometimes (e.g. with nested windows) generates SQL with a select
    subquery, e.g.
    select x1, x2 from t1 where (x1,x2) in (select x1,x2 from t2.....)
    This fails on DB2 with a message that the comma in the where clause (x1,x2)
    is not allowed.
    This works on Oracle.
    Does anyone have a workaround or other suggestion?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>_______________________________________________________________
    Get Free Email and Do More On The Web. Visit http://www.msn.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    joe.meszaros wrote:
    (SELECT ? AS Id, ? AS UserBytes FROM dual)I suggest that you test to see if that statement and ONLY that statement works at all.
    There are rules for bind variables and that statement certainly looks suspicious.
    If you can't get that to work then the rest of the attempt is pointless.

  • Flex4.5 SDK under Flash builder Burito doesnt dispatch Enter key event in Text Area anymore

    Flex 4.5 under Flash builder Burito doesnt dispatch 'Enter' key event in Text Area anymore, in prev version 4.1 it was working properly, this stopped working after migration to Burito + Flex SDK 4.5?
    What that suppose to be?

    Hi
    That's true that Flex4.5 SDK under Flash builder Burito doesn't listen Enter key in Text Area for KeyUp or KeyDown event.
    Here I found a work around you can use.
    Add an eventlistener to the component in actionscript and set the useCapture=true next to eventlistener function. Now you can listen enter key for KeyUp or KeyDown Event
    Hope this helps
    Rush-me

  • Cisco AP1231G failed to flash the interface on failed boot

    Hello,
    I have an issue with Cisco AIR-AP1231G-E-K9 since I have rebooted it to reload startup conf :
    Now, radio is disabled. On web interface, Radio mac address is 0000.0000.0000
    I tried a no shut on Dot11radio0 but didn't work.
    I tried to upload a new firmware but didn't solve the issue.
    Here you can find result of sh log :
    POZAPA-0004#sh log
    Syslog logging: enabled (0 messages dropped, 3 messages rate-limited,
                    0 flushes, 0 overruns, xml disabled, filtering disabled)
        Console logging: level debugging, 38 messages logged, xml disabled,
                         filtering disabled
        Monitor logging: level debugging, 0 messages logged, xml disabled,
                         filtering disabled
        Buffer logging: level debugging, 40 messages logged, xml disabled,
                        filtering disabled
        Logging Exception size (4096 bytes)
        Count and timestamp logging messages: disabled
        Trap logging: level notifications, 34 message lines logged
            Logging to 10.128.2.12, 34 message lines logged, xml disabled,
                   filtering disabled
    Log Buffer (4096 bytes):
    101.img)
    *Mar  1 00:00:11.895: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-
    k9w7-mx.123-7.JA3/5101.img)
    *Mar  1 00:00:19.202: Failed to flash the interface on failed boot
    *Mar  1 00:00:19.205: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-
    k9w7-mx.123-7.JA3/5101.img)
    *Mar  1 00:00:19.264: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-
    k9w7-mx.123-7.JA3/5101.img)
    *Mar  1 00:00:26.574: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-
    k9w7-mx.123-7.JA3/5101.img)
    *Mar  1 00:00:34.181: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-
    k9w7-mx.123-7.JA3/5101.img)
    *Mar  1 00:00:34.241: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-
    k9w7-mx.123-7.JA3/5101.img)
    *Mar  1 00:00:41.548: Failed to flash the interface on failed boot
    *Mar  1 00:00:41.548: Tried to send command 0229 while the MAC not running
    *Mar  1 00:00:41.549: Tried to send command 0229 while the MAC not running
    *Mar  1 00:00:41.549: Unable to read RID_CHAN_POWER
    *Mar  1 00:00:41.549: %DOT11-3-POWERS_INVALID: Interface Dot11Radio0, no valid power levels available
    *Mar  1 00:00:41.549: %DOT11-3-POWERS_INVALID: Interface Dot11Radio0, no valid power levels available
    *Mar  1 00:00:43.640: %SYS-6-LOGGERSTART: Logger process started
    *Mar  1 00:00:43.642: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
    *Mar  1 01:00:43.768 GMT: %SYS-6-CLOCKUPDATE: System clock has been updated from 00:00:43 UTC Fri Mar 1 2002 t
    o 01:00:43 GMT Fri Mar 1 2002, configured from console by console.
    *Mar  1 01:00:44.703 GMT: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
    *Mar  1 01:00:45.270 GMT: %SYS-5-CONFIG_I: Configured from memory by console
    *Mar  1 01:00:45.270 GMT: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C1200 Software (C1200-K9W7-M), Version 12.3(7)JA3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by Cisco Systems, Inc.
    Compiled Tue 21-Mar-06 14:18 by ccai
    *Mar  1 01:00:45.270 GMT: %SNMP-5-COLDSTART: SNMP agent on host POZAPA-0004 is undergoing a cold start
    *Mar  1 01:00:45.286 GMT: %SSH-5-ENABLED: SSH 1.99 has been enabled
    *Mar  1 01:00:45.296 GMT: Writing radio coredump to 'flash:/r0_00_0000_E6177677.rcore'
    *Mar  1 01:00:46.151 GMT: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, changed state to up
    Sep 23 10:05:02.004 GMT: Writing radio coredump to 'flash:/r0_00_0000_BA624BBC.rcore'
    Sep 23 10:05:05.015 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:05:06.073 GMT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    Sep 23 10:05:38.648 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:05:38.708 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:06:12.048 GMT: Failed to flash the interface on failed boot
    Sep 23 10:06:12.050 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:06:12.111 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:06:45.463 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:07:20.311 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:07:20.371 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c12
    00-k9w7-mx.123-7.JA3/5101.img)
    Sep 23 10:07:54.989 GMT: Failed to flash the interface on failed boot
    As you can see , I have multiples line saying that radio is loading firmware but at the end we have "Failed to flash the interface on failed boot"
     Did someone had this issue already ?
    tanks for your answer.

    Sep 23 10:06:12.111 GMT: %DOT11-4-LOADING_RADIO: Interface Dot11Radio0, loading the radio firmware (flash:/c1200-k9w7-mx.123-7.JA3/5101.img)
    This is the reason why your 802.11b radio won't come up.  The radio-specific firmware is either missing or corrupted.
    Most effective way is to overwrite and unpack the entire TAR file.  So let the AP boot normally.  Don't worry about the radio for the time being. 
    Make sure you have the TAR file located in the correct folder of your TFTP server.  Use the command "archive download-sw /over /force tftp://<TFTP IP address>/filename.tar".  
    Once the process is complete the AP will reboot.

  • Dropped my canon rebel t4i,broke off canon symbol under flash is there anyway to fix this???

    dropped my canon rebel t4i camera,broke off canon symbol just under flash hard plastic piece.Is there anyway to fix this???

    Depending on the extent of the damage (and if you're sure that's all it is) then Canon service likely can pop on a new part. 
    BUT... parts don't necessarily break down to the component level you and I might imagine.  I've heard of people needing a new "dial" on the camera and what they have to get is a whole new top-assembly (not just the one little bit that they need.)
    The only way to know is for you to contact Canon service.  I'm not sure if you can get a price quote over the phone.  You may have to send it in.  The only way to know is to call.
    Tim Campbell
    5D II, 5D III, 60Da

  • All-in-one driver installation fails under Windows 7

    I am trying to install the all-in-one printer driver for Windows 7, 64-bit, Service Pack 1.  I have downloaded the installer from HP (AIO_CDB_Net_Full_Win_WW_130_141.exe), downloaded it using HP Print and Scan Doctor 4.3 and using the HP Printer Install Wizard (hppiw.exe).  All methods fail.  My computer is a new Dell Inspiron (Intel i5-4440 @ 3.1GHz, 8GB RAM, 64-bit OS).  The printer I am installing for is a HP 6310, which is old but which has worked well for years under Windows XP.  I don't think the printer is an issue since the installer never reaches the point of scanning for hardware.
    Symptoms:
    Installing using the downloaded installer, the initial splash screen displays.  Selecting "Install" displays a second screen with several progress indicators beginning with "Checking system...".  After checking for a few seconds, an error box pops up complaining that it can't find a file named "hpzpnp.ice_suffix..exe". 
    There are two files in the Setup directory named "hpzpnp01.exe" and "hpzpnp04.exe".  The Autorun file contains many references to an %ICE_SUFFIX% environment variable. 
    I guessed that the installer executables did not have enough privelege to set environment variables, so I went through the installer directories and set all the executables to run with administrator privelege. 
    After that, running "Setup.exe" from the top of the install tree, the initial splash appears, followed by the second "checking system..." progress display.  Then a new window with advice about keeping firewalls turned on, etc. pops up.  Continuing from that point pops up a new error box saying:
    "The specified path is too long C:\Program Files (sLar dig mer med hjalp av en demo pa skarmenHitta enkelt dina foton med onskad metod-Datum, Markning, Mappar, Sok, Favoriter)\HP\."
    I have done this multiple times, and the parenthesized phrase (Swedish?) is sometimes different, but always wrong.  It looks to me as though the installer is trying to decide whether to install 32- or 64-bit drivers, but can't decide which.  It fails to initialize a string variable and concatenates garbage onto the "C:\Program Files" path string.
    I have also seen an error box with the following error near this point:
    "C:\Users\Sid\AppData\Local\7zS4689\Setup\hpzrein01.exe" "-wStub" "3...
    "The parameter is incorrect."
    Clicking OK on the error box aborts the installation.
    Installing using the HP Printer Installation Wizard produces the same error message as the initial attempt with the downloaded installer about missing files with names containing "ice_suffix".
    Installing using the HP Print and Scan Doctor progresses as far as the "path is too long" message.
    I've done this now many times, trying different things, without success.  After each attempt, I run the Uninstall_L4 utility in utils\ccc under the installer tree, then run the OS Disk Cleanup utility.  Following an earlier post, I installed the latest version of Flash Player, with no change in symptoms.
    Any fresh ideas would be much appreciated.

    Hi ehildum,
    Thank you for the time and effort you put into your post. I can see you have done plenty of troubleshooting on your own, but I do have an idea.
    If the USB cable is plugged in this could be causing issue. Assuming it is connected, let's unplug and take a look at the Device manager. The hpzpnp.ice_suffix indicates a plug and play 'pnp'.
    Follow these steps and let me know what happens.
    Click on Start
    Right click on Computer
    Select Manage
    On the left panel, click on Device Manager
    Click on View at the top and select Show hidden devices
    Look in the list for Other devices
    If you see the printer here, right click and select uninstall
    Look in the list and click on the arrow next to Printers
    If you see the printer here, right click and select uninstall
    Delete all files in the %temp% folder
    Restart the computer
    Open the installer from your download  (AIO_CDB_Net_Full_Win_WW_130_141.exe)
    Do Not plug the USB cable in until the software says so.
    Please let me know the outcome of these efforts. If your USB cable was not connected please complete the above steps anyway to see if there is something stuck in the Device manager that could be causing the conflict.
    I look forward to hearing from you.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • HTTPS upload failed under Linux Error #2038

    HI,
    we're developing  Flex based framework, focusing on, among the others, file upload. Everything is fine and works well for the browsers Opera, Firefox, Chrome under the Windows/Mac OS/Linux in the http mode. Unfortunately in https we are unable to upload files, using the same application under Linux ( all browsers fail with that ).
    The result is as follows:
    I've found a similar looking bug here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=2980517
    but it differs from our case since we're experiencing that problem only under Linux ( all browsers in their latest versions ). I tried both the latest Flash plugin ( stable ) and the 11 bet version. The same effect.
    I would be gratefull for any hints on that. If there will be a need I can arrange a demosite with an application to perform some tests. I'm not excatly sure wheter this forum is the right place to ask for such issue, if not please point me to the correct place.
    Regards,
    Piotr

    I have the same error # 2038 problem , when search google there has the kind of problem since 2008 , which cause many factor :
    my code : is easy form flex -> air run to mobile iphone upload image to tomcat server.
    //private const serverURL:String = "http://localhost:8400/aii-mobile-services-1.0-SNAPSHOT/imageupload"; //work
    private const serverURL:String = "http://192.9.xxx.xxx:8400/aii-mobile-services-1.0-SNAPSHOT/imageupload"; // error # 2038
                    file.addEventListener( Event.COMPLETE, uploadComplete );
                    file.addEventListener( IOErrorEvent.IO_ERROR, ioError );
                    try
                        //file.upload( new URLRequest( serverURL ) );
                        //fileUpload.upload( new URLRequest( serverURL ) );
                        var request:URLRequest = new URLRequest(serverURL);                   
                        var params:URLVariables = new URLVariables();
                        params.name = id_refnumber;
                        params.userid = "AII-IT-DEV";
                        request.method = URLRequestMethod.POST;
                        request.contentType = "multipart/form-data";
                        request.data = params;
                        file.upload(request,"file");
                    catch( e:Error )
                        trace( e );
                        currentState = "unsupported";
                        msg.text = e.toString();
                    finally {
    The server is tomcat and servlet is /imageupload
    The  point is when I test air / mobile  for  local host is work perfectly but when I point to real server I was punch by #2038
    - When I test with html form upload image to servlet (/imageupload)  and it worked both local , server machine ( so firewall stuff may not the factosr.)
    If I found the way out I will come back to update
    or someone know this trick  to fix this case would be make me happy
    sorry for my bad english

  • Gt70 (ms-1763) 2oc 065us Failed bios flash, no post, rma?

    so im an idiot and didnt do enough reading before i tried to update my bios...  i didnt even need to but decided to anyway... yes i know not the smartest thing to do...  and well i just tried to flash using the .bat file that came with the download.  looked like it installed then rebooted and nothing...  ive read and read and can not find anything specific on fixing it...  im guessing i will need to just rma my machine.  but figured i would ask and see if for some reason i just couldnt find some fail safe way to get my machine back. 
    thanks,

    I'm not sure if the BIOS can be reset by removing the battery on the motherboard, if it even has one. Unfamilliar with the insides of the laptop. Even though I have a 2od. (1763) There is a disassembly guide here on the forum for those. https://forum-en.msi.com/index.php?topic=172804.0
    I assume you tried to flash your BIOS under Windows? Doing that is Always a bit shaky. I prefer to do it Using the EFI BIOS ultility.
    I hope an official answer will follow soon.

  • Firefox keeps asking to install Flash. When I attempt this, I get an error message stating it failed. Flash works in Google Chrome, but not FF.

    I don't know what happened but Firefox keeps asking me to install Flash. When I attempt to install the program, I get an error message that it has failed. There is no other information given and I'm just left hanging. I've tried this over twenty times with the same results. I've even uninstalled and re-installed Firefox, but this continues. I'm unable to watch any YouTube videos. I then installed Google Chrome and all is working fine. I can't stand the Google company though and really with I could continue using Firefox. Why is GC working for me any FF not? How can I fix this?

    Google Chrome comes with its own Flash plugin, so doesn't require to install Flash separately.
    You can find the latest Flash player versions for Firefox on this page.
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    You may have to run the Flash installer as Administrator (right-click: Run as Administrator) and make sure that Firefox and possibly other browsers are closed.

  • SSIS package fails under SQL Server Agent job

    Hi All
    I have designed a SSIS package to encrypt a file using Cipher (EFS) it works fine from BIDS & Package Execution Utility.
    But SQL Server Agent job is failing to do this. I am getting the error as
    " In executing C:\Windows\System32\Cipher.exe /e /a C:\Test.txt at "",The Process Exit code was 1 while the expected was 0." 
    Please help me.
    Thanks

    Two things that usually come to mind when this happens from BIDS locally to the SQL Agent are
    1. Security is not
    adequate under the SQL Agent Service Account
    Rule the security problem out by setting up a proxy account that you know ahs security to run the needed tasks in the package.  Either that or give the service account the permissions needed.
    2. 32bit BIDS development and running under a 64bit Platform in your SSIS installation
    This can be fixed by selecting run in 32bit more or running the package with the 32bit installed version of DTEXEC found in the Program Files (x86) folder where you installed tools.
    Next, setup logging in the package so you get a more detailed error message.  Event handlers on the tasks will be much more detailed using the OnError event.  you can write that to either a flat file with a data flow in the event handler or simply
    insert the event into a table using the ? as the parms.  If you need assistance setting that up, here are basic steps for a SQL Server table
    1) Select the task and click the event handler tab in BIDS
    2) Select OnError event handler in the list
    3) Click the enable link and drag a Execute TSQL Task over to the window
    4) Create a table in your SQL Server database (create one so you don't litter your user DBs if needed)
    5) Open the task and add the connection as needed.  Then add this statement
    INSERT INTO dbo.TableYouCreated
    (PackageName, SourceName, EventInfo)
    VALUES (?,?,?)
     6) Go to parameter mappings and add 4 new mappings as following
    System::PackageName
    Input
    nvarchar
    0
    System::SourceName
    Input
    nvarchar
    1
    System::ErrorDescription
    Input
    nvarchar
    2
    Save and reimport the package and then the event of the errors should insert into the table in detail 
    Ted Krueger
    Blog on lessthandot.com @onpnt on twitter

  • Simple J2EE application fails under activation

    Hi,
    I have a simple J2EE application which contains one Servlet.
    I have two DCs: SSORedirector (Enterprise application project) and SSORedirectWebModuleWebModule (Web Module)
    (there is a third DC which is a child DC to SSORedirector, but I don't think it causes any problems)
    The web module has by default public part called war (an I haven't touched this).
    The Enterprise application project I have addeed the required references to the web module in the application.xml(this automatically set a Used DC reference).
    When right-clicking the enterprise application and selecting build, it builds a correct ear file, and if I deploy it to my local workplace installation, the J2EE application works as expected.
    However, when I try to check in and activate the activity the SDM deployment fails with the message: Info:java.lang.RuntimeException: Incorrect EAR file. EAR /usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda does not contain entry META-INF/application.xml as required by the J2EE specification.
    I've retrieved the .sda file on the file system (shouldn't it be an .ear file) and it contains the application.xml under the folder meta-inf. The complete contents of the sda file is
    ./d1c66970ddbec7e6ffcc4d01c4705600.HASH
    ./META-INF/application-j2ee-engine.xml
    ./META-INF/application.xml
    ./META-INF/MANIFEST.MF
    ./META-INF/SAP_MANIFEST.MF
    ./META-INF/sda-dd.xml
    ./src/java/src.zip
    ./bouvet.com~SSORedirectorServlets.war
    What could possibly be wrong?
    Below are some logs.
    <b>Deployment log</b>
    SAP Change Management Service
    System sapJDI.st.bouvet.no
    Build space JDI_ZEPSSO_D
    Request 8554
    Step Deployment
    Log /sapmnt/JDI/global/TCS/LOG/JDI_ZEPSSO_D2006021618420025.log
    Info:deploy every archive associated to the buildspace: JDI_ZEPSSO_D
    Info:getting DC SSORedirector from CBS for buildspace: JDI_ZEPSSO_D
    Info:archive /sapmnt/JDI/global/TCS/DEPLOYARCHIVES/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda for DC SSORedirector was transfered
    Info:Start deployment:
    Info:The following archives will be deployed (on http://sapED2.st.bouvet.no:50018)
    Info:/sapmnt/JDI/global/TCS/DEPLOYARCHIVES/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda
    Info:SDM log:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:
    Info:Feb 16, 2006 7:39:58 PM  Info: -
    Starting deployment -
    Info:Feb 16, 2006 7:40:01 PM  Info: Loading selected archives...
    Info:Feb 16, 2006 7:40:01 PM  Info: Loading archive '/usr/sap/ED2/JC00/SDM/program/temp/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda'
    Info:Feb 16, 2006 7:40:11 PM  Info: Selected archives successfully loaded.
    Info:Feb 16, 2006 7:40:11 PM  Info: Actions per selected component:
    Info:Feb 16, 2006 7:40:11 PM  Info: Update: Selected development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8596' updates currently deployed development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8590'.
    Info:Feb 16, 2006 7:40:14 PM  Info: The deployment prerequisites finished withtout any errors.
    Info:Feb 16, 2006 7:40:14 PM  Info: Saved current Engine state.
    Info:Feb 16, 2006 7:40:15 PM  Info: Error handling strategy: OnErrorSkipDepending
    Info:Feb 16, 2006 7:40:15 PM  Info: Update strategy: UpdateAllVersions
    Info:Feb 16, 2006 7:40:15 PM  Info: Starting: Update: Selected development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8596' updates currently deployed development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8590'.
    Info:Feb 16, 2006 7:40:15 PM  Info: SDA to be deployed: /usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda
    Info:Feb 16, 2006 7:40:15 PM  Info: Software type of SDA: J2EE
    Info:Feb 16, 2006 7:40:15 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Info:Feb 16, 2006 7:40:15 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Info:Feb 16, 2006 7:40:15 PM  Error: Aborted: development component 'SSORedirector'/'bouvet.com'/'JDI_ZEPSSO_D'/'8596':
    Info:Caught exception during access of archive "/usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda":
    Info:java.lang.RuntimeException: Incorrect EAR file. EAR /usr/sap/ED2/JC00/SDM/root/origin/bouvet.com/SSORedirector/JDI_ZEPSSO_D/8596/bouvet.com_PASSTHROUGH_SSO_1_default_bouvet.com_SSORedirector_200602161842250637.sda does not contain entry META-INF/application.xml as required by the J2EE specification.
    Info: (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Info:Feb 16, 2006 7:40:26 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Info:Feb 16, 2006 7:40:27 PM  Error: -
    At least one of the Deployments failed -
    Info:end of log received from SDM
    Info:End deployment:
    Info:deploy finished for SSORedirector (8554) with rc=12
    Info:deployment finished for buildspace: JDI_ZEPSSO_D
    <b>CBS log</b>
      CBS Request Log - [  8554/JDI_ZEPSSO_D  ]
      sapjdi.st.bouvet.no SAP Component Build Server   
    Build number assigned: 8596
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "JDI_ZEPSSO_D" at Node ID: 37,956,050
         [id: 8,554; parentID: 0; type: 4]
         [options: NO OPTIONS]
    REQUEST PROCESSING started at 2006-02-16 18:41:35.949 GMT
    ===== Pre-Processing =====
    List of activities to be activated:
         1 activity in compartment "bouvet.com_PASSTHROUGH_SSO_1"
              C049689.6 - Passthrough SSO
                   [seq. no 17][created by 433937 at 2006-02-16 19:41:49.0][ID 44ed44bc9f1911daae5b0012799e50b6]
    Analyse activities... started at 2006-02-16 18:41:35.967 GMT
         Synchronizing component "bouvet.com/SSORedirector" from repository... finished at 2006-02-16 18:41:37.129 GMT and took 1 s 10 ms
              Component "bouvet.com/SSORedirector" is to be CHANGED by this activation.
         Synchronizing component "bouvet.com/SSORedirectWebModule" from repository... finished at 2006-02-16 18:41:37.933 GMT and took 802 ms
              Component "bouvet.com/SSORedirectWebModule" is to be CHANGED by this activation.
         Synchronizing component "bouvet.com/SSORedirectorServlets" from repository... finished at 2006-02-16 18:41:39.144 GMT and took 1 s 211 ms
         3 components to be build in compartment "bouvet.com_PASSTHROUGH_SSO_1"
    Analyse activities... finished at 2006-02-16 18:41:39.202 GMT and took 3 s 235 ms
    Calculate all combinations of components and variants to be built...
         "bouvet.com/SSORedirector" variant "default"
         "bouvet.com/SSORedirectorServlets" variant "default"
         "bouvet.com/SSORedirectWebModule" variant "default"
    Prepare build environment in the file system... started at 2006-02-16 18:41:39.410 GMT
         Synchronize development configuration... finished at 2006-02-16 18:41:39.430 GMT and took 20 ms
         Synchronize component definitions... finished at 2006-02-16 18:41:39.469 GMT and took 38 ms
         Synchronize sources...
         Synchronize sources... finished at 2006-02-16 18:41:40.891 GMT and took 1 s 422 ms
         Synchronize used libraries...
              public part "war" of component "bouvet.com/SSORedirectWebModule" ... OK
                   [PP "war" of DC 381 variant "default"][SC 142][last successfull build: 0]
              public part "default" of component "sap.com/ejb20" ... OK
                   [PP "default" of DC 128 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jdbc20" ... OK
                   [PP "default" of DC 145 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jms" ... OK
                   [PP "default" of DC 147 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/servlet" ... OK
                   [PP "default" of DC 166 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/ejb20" ... OK
                   [PP "default" of DC 128 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jdbc20" ... OK
                   [PP "default" of DC 145 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/jms" ... OK
                   [PP "default" of DC 147 variant "default"][SC 139][last successfull build: 8020]
              public part "default" of component "sap.com/servlet" ... OK
                   [PP "default" of DC 166 variant "default"][SC 139][last successfull build: 8020]
         Synchronize used libraries... finished at 2006-02-16 18:41:43.712 GMT and took 2 s 820 ms
    Prepare build environment in the file system... finished at 2006-02-16 18:41:43.712 GMT and took 4 s 302 ms
    ===== Pre-Processing =====  finished at 2006-02-16 18:41:43.713 GMT and took 7 s 755 ms
    ===== Processing =====
    BUILD DCs
         "bouvet.com/SSORedirectorServlets" in variant "default"
              Public Part "war" has been changed. Dependent components will be marked as DIRTY and re-built later.
              The build was SUCCESSFUL. Archives have been created.
         "bouvet.com/SSORedirectWebModule" in variant "default"
              Public Part "war" has been changed. Dependent components will be marked as DIRTY and re-built later.
              The build was SUCCESSFUL. Archives have been created.
         "bouvet.com/SSORedirector" in variant "default"
              The build was SUCCESSFUL. Archives have been created.
    ===== Processing =====  finished at 2006-02-16 18:41:56.154 GMT and took 12 s 436 ms
    ===== Post-Processing =====
    Check whether build was successful for all required variants...
         "bouvet.com/SSORedirectorServlets" in variant "default"   OK
         "bouvet.com/SSORedirectWebModule" in variant "default"   OK
         "bouvet.com/SSORedirector" in variant "default"   OK
    Update component metadata...
         "bouvet.com/SSORedirector"  has been CHANGED
         "bouvet.com/SSORedirectWebModule"  has been ACTIVATED
    STORE build results...
         "bouvet.com/SSORedirectorServlets": store meta-data
         "bouvet.com/SSORedirectorServlets" in "default" variant  is PROCESSED
         "bouvet.com/SSORedirectWebModule": store meta-data
         "bouvet.com/SSORedirectWebModule" in "default" variant  is PROCESSED
         "bouvet.com/SSORedirector": store meta-data
         "bouvet.com/SSORedirector" in "default" variant  is PROCESSED
    Change request state from PROCESSING to SUCCEEDED
    Analyse effect of applied changes to buildspace state... started at 2006-02-16 18:41:56.364 GMT
    Handle Cycles...
         No cycles detected.
    Determine components that have become DIRTY due to the results of this request...
         No such components have been found.
    Integrate activities into active workspace(s)...
         Integration of activities in compartment "bouvet.com_PASSTHROUGH_SSO_1" started at 2006-02-16 18:41:56.785 GMT
              "C049689.6 - Passthrough SSO"   OK
         Integration of 1 activities in compartment "bouvet.com_PASSTHROUGH_SSO_1" finished at 2006-02-16 18:42:16.614 GMT and took 19 s 829 ms
    Analyse effect of applied changes to buildspace state... finished at 2006-02-16 18:42:16.615 GMT and took 20 s 251 ms
    Request SUCCEEDED
    ===== Post-Processing =====  finished at 2006-02-16 18:42:16.617 GMT and took 20 s 451 ms
    REQUEST PROCESSING finished at 2006-02-16 18:42:16.618 GMT and took 40 s 669 ms

    Managed to solve it in a obscure way.
    I had earlier deployed the .ear file directly from NWDS to our dev system (hadn't installed dev workplace then). By removing the application from the deploy service in visual admin, the import suddenly worked.
    Dagfinn

  • AIR Debug start failed in Flash Builder 4.5

    Hi all
    I met an error while I planing to debug a AIR project(a new empty project created by Flash Builder 4.5) .The details is when I push the debug button it popup an
    error window and said "select failed", the program can run normally,but can't be debug. I have reinstalled the FlashBuilder 4.5 and AIR many times, but always cannot start debug process.
    My operation system is Windows7 x64,AIR version is 2.6
    Could anyone help me ? thanks a lot !

    can anyone confirm if this example is the best video method for mobile. needs some extra size and position script but does work without warnings!
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="Video" viewActivate="init();">
    <fx:Script>
        <![CDATA[
            import mx.core.UIComponent;
            import org.osmf.elements.VideoElement;
        //    import org.osmf.media.MediaPlayer;
            import org.osmf.media.MediaPlayerSprite;
            import org.osmf.media.URLResource;
            //import org.osmf.net.DynamicStreamingItem;
        //    import org.osmf.net.DynamicStreamingResource;
            private function init():void{
                trace('FLVPlayerView data url = '+data.url);
                var mediaPlayerSprite:MediaPlayerSprite = new MediaPlayerSprite();
                var videoElement:VideoElement = new VideoElement();
                var urlResource:URLResource = new URLResource(data.url);
                videoElement.resource = urlResource;
                var uiel:UIComponent = new UIComponent();
                uiel.addChild(mediaPlayerSprite);
                this.addElement(uiel);
                mediaPlayerSprite.media = videoElement;  
        ]]>
    </fx:Script>
    </s:View>

Maybe you are looking for

  • How to restore from a session that is not the most recent

    I used the Forget button and it closed out of my windows and opened a clean window. I've started up and closed out of Firefox several times since then so using any type of 'Restore Previous Session' option won't work because the tabs I want aren't th

  • Strange Error =   HELP !!!!!!!!!!!!!!!!!!!!!

    Hi everybody,           Trying to start BEA Server, I got a strange error : java.net.UnknownHostException : sproerp07: sproerp07 where sproerp07 is my hostname.           I work on AIX 5.1 with WL 8.1. Can you help me.           I suppose this is a j

  • Material Division in Cross-Company Stock Transfer Order

    We are configuring the cross-company code stock transfer order process.  We seem to have all configuration done, but on the PO and Delivery the division that shows up at the item level is the sales area common division, not the division on the materi

  • Time machine does not recognize backups

    I need to do a restore because after a logic board replacement my apps are not showing as registered, in other words they are all asking for serial numbers. I would like to see if I can use time machine to restore these apps. I don't want to do a ful

  • User exit for ML81N after SAVE

    I need a User exit for Service Entry Sheet change after the user has Saved the release. I need to update a customized "Z" table when a Service Entry is released from ML81N. I need to ensure the Service Entry is saved with release status. The user-exi