Wuf-209 failed in Forms 64bit (11.1.2.1.0)

We are using webutil to try to write to the local LPT1 printer from our form.
When we execute:
WebUtil_File.Copy_File('c:users\temp\brick.txt', 'LPT1');
The file copy happens to the attached printer, but the "WUF-209: Copy file failed" error pops up. I believe that we had the message happened when we were in the previous version of forms, but it did not pop up, you only saw it in the java console.
Now this message pops up and users would have to acknoledge it. Everything seems to be working correctly, we just get this popup.
1) What is causing the WUF-209 error? why does it popup now?
or
2) is there some way to supress this error?
I know that the best answer is to fix it, but how? Right now I would be happy with a work around so it doesn't popup.
Thanks for any suggestions you might have.
Edited by: tillie on Mar 25, 2013 9:10 AM
Turns out we have an issue with our client_tex_io.fclose, it appears that the command does not appear to be closing the file, therefore when we try to copy the file to the printer it is a zero sized file and doesn't go. What we are doing at the moment is copying the file onto istself with WebUtil_File.Copy_File('c:users\temp\brick.txt', 'c:users\temp\brick.txt'); and then using a spool cmd to send it to the attached label printer.

discovered that the wuf error is coming from the zero sized file, so the this question is no longer relavent.

Similar Messages

  • Submission failed: This form can no longer be submitted. Please contact the author.

    I created a fillable form with FomCentral, saved it as pdf. I then uploaded it back to form formCentral and then opened it and distributed it. When I try to test the workability of the form by filling it myself and click on the submit button, I get an error message; Submission failed: This form can no longer be submitted. Please contact the author.
    Note: I am using windows 8 operating system and have chrome, IE10 and firefox browsers.

    When you say that "you were not getting any responses" do you mean that people told you they were submitting but you were not getting anything in the response table?
    Once you delete the form in FormsCentral you automatically break all distributed PDF forms or distributed online fillable form link. You need to redistribute your new PDF form and resend your new online form's link.
    Gen

  • Duplicate item checking failed in Form level-urgent

    Hi all
    i have creation page with advanced table
    i need to restrict the duplication at form level as well as save button
    in some cases the validation is failed
    if ("CodeValidation".equals(pageContext.getParameter(EVENT_PARAM)))
    itemcode = vo.getCurrentRow().getAttribute("ItemCode").toString();//advanced table multiple records come
    am.xxItemCodeValidation(itemcode);//checking the item validation at databse level
    am.xxdupitemcode(itemcode);
    method in am
    public void xxdupitemcode(String itemcode)
    System.out.println("The item code is.........."+itemcode);
    int count = 0;
    xxcrmNewItemVOImpl vo = getxxcrmNewItemVO1();
    vo.executeQuery();
    System.out.println("the row are" + vo.getAllRowsInRange().length);
    Row r[] = vo.getAllRowsInRange();
    int n = vo.getAllRowsInRange().length;
    for (int i = 0; i < n; i++)
    System.out.println("entered into this block......for loop" + count);
    if (itemcode.equals(r.getAttribute("ItemCode")))
    System.out.println("entered into this block......" + count);
    count = count + 1;
    System.out.println("the count is........."+count);
    if (count > 1)
    throw new OAException("Duplicate Item found plz change the item",
    OAException.ERROR);
    } else
    System.out.println("Exception block....... ");
    in save button i am calling
    if ("Save".equals(pageContext.getParameter(EVENT_PARAM)))
    am.xxdupitemcode(itemcode);
    am.invokeMethod("xxsavetr");
    in which case it is failing is
    in first row user enter
    ROW-ITEMCODE
    1-A
    2-A
    3-B
    4-B
    in second row and 4 th row exception is raised but user didnt change the itemcode and proceed for next steps
    IN SAVE BUTTON EXCEPTION IS RAISED
    but user will go to 4 th row and B should be change as C and click on save
    records are saving with duplication item of A
    but i need to restrict in save button also
    how its posible
    Regards
    Sreekanth

    Sreekanth,
    The correct way to check for duplicates is to check it both in the VO/EO cache as well as the database. It is possible the user entered duplicate value in the current session. In that case you should first check within the existing VO rows if the values are duplicated or not (in case all the database rows are already queried, you might not need to run an explicit query, otherwise another validation VO needs to be executed to check for duplicates).
    Regards
    Sumit

  • VS2013 Update 1 install failing: The form specified for the subject is not one supported or known by the specified trust provider.

    Hi
    I just tried to install VS2013 update 1 ("Run As Administrator") from the ISO image and the installation finishes with a lot of messages like these:
    "JavaScript Tooling: The form specified for the subject is not one supported or known by the specified trust provider."
    "Microsoft Visual Studio 2013 IntelliTrace core x86: The form specified for the subject is not one supported or known by the specified trust provider"
    I have 19 of these messages.
    I had a quick look at the log file and I see this block of messages repeated quite a lot (for different files, not just "PerfTools_CORE_x86.msi"):
    [8C10:9AC4][2014-01-23T07:46:04]i338: Acquiring package: PerfTools_CORE_x86.msi, payload: PerfTools_CORE_x86.msi, copy from: C:\Users\<removed>\Downloads\Microsoft\VS2013.1\packages\PerfTools_CORE\x86\PerfTools_CORE_x86.msi
    [95A4:996C][2014-01-23T07:46:04]e000: Error 0x800b0003: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\PerfTools_CORE_x86.msi
    [95A4:996C][2014-01-23T07:46:04]e000: Error 0x800b0003: Failed to verify signature of payload: PerfTools_CORE_x86.msi
    [95A4:996C][2014-01-23T07:46:04]e310: Failed to verify payload: PerfTools_CORE_x86.msi at path: C:\ProgramData\Package Cache\.unverified\PerfTools_CORE_x86.msi, error: 0x800b0003. Deleting file.
    [95A4:996C][2014-01-23T07:46:04]e000: Error 0x800b0003: Failed to cache payload: PerfTools_CORE_x86.msi
    [8C10:9AC4][2014-01-23T07:46:04]i000: MUX:  Verify Failed.  Retry acquiring, Retry Count: 1 of 3
    [8C10:9AC4][2014-01-23T07:46:04]i000: MUX:  Set Result: Return Code=-2146762749 (0x800B0003), Error Message=, Result Detail=, Vital=False, Package Action=Verify, Package Id=PerfTools_CORE_x86.msi
    [8C10:9AC4][2014-01-23T07:46:04]e314: Failed to cache payload: PerfTools_CORE_x86.msi from working path: C:\Users\<removed>\AppData\Local\Temp\{2f6f0fc4-5f66-4635-a4d2-1dd8d9481c63}\PerfTools_CORE_x86.msi, error: 0x800b0003.
    [8C10:9AC4][2014-01-23T07:46:04]e349: Application requested retry of payload: PerfTools_CORE_x86.msi, encountered error: 0x800b0003. Retrying...
    [8C10:9AC4][2014-01-23T07:46:04]i338: Acquiring package: PerfTools_CORE_x86.msi, payload: PerfTools_CORE_x86.msi, copy from: C:\Users\<removed>\Downloads\Microsoft\VS2013.1\packages\PerfTools_CORE\x86\PerfTools_CORE_x86.msi
    [8C10:9AC4][2014-01-23T07:46:04]i000: MUX:  Reset Result
    [95A4:996C][2014-01-23T07:46:04]e000: Error 0x800b0003: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\PerfTools_CORE_x86.msi
    [95A4:996C][2014-01-23T07:46:04]e000: Error 0x800b0003: Failed to verify signature of payload: PerfTools_CORE_x86.msi
    [95A4:996C][2014-01-23T07:46:04]e310: Failed to verify payload: PerfTools_CORE_x86.msi at path: C:\ProgramData\Package Cache\.unverified\PerfTools_CORE_x86.msi, error: 0x800b0003. Deleting file.
    [95A4:996C][2014-01-23T07:46:04]e000: Error 0x800b0003: Failed to cache payload: PerfTools_CORE_x86.msi
    [8C10:9AC4][2014-01-23T07:46:04]i000: MUX:  Verify Failed.  Retry acquiring, Retry Count: 2 of 3
    My Visual Studio still seems to load following the failed installation, but I'm not sure if anything is broken yet.
    Does anyone have any idea what the problem is?
    Thanks, Greg

    Hi Greg,
    Most of the same error as far as I see are due to corrupt installer. Please try use fciv.ext tool from this site:
    http://support.microsoft.com/kb/841290/en-us
    Then use sha-1 number to compare it with the one listed here:
    http://www.microsoft.com/en-us/download/details.aspx?id=41650
    SHA-1: 51403CAF8E5E9799ACF1F3A0DA0E46390CD2FB16
    If it is not the same, you have to redownload your ISO, it is corrupt.
    Regards,
    Barry Wang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Encore CS3 library install fails on win7 64bit pro

    Hi
    Just installing my discs from Premiere Pro CS3 onto a win 7 64 bit pro PC, which was my Win X 32bit PC but with all new components except Power supply unit and my Audigy X-Fi elite pro sound card.
    Exit Kaspersky IS 2014.
    Premiere CS3 failed to go on though other third part components did.
    I then disabled Kaspersky IS 2014 AND made the User Account Control 'off', and bingo, it worked.
    So now reboot and turn off KIS and check UAC is off, and proceed, install Encore CS3. it went on
    However Encore CS3 library has a red X.
    try again select install library, long wait for the green progress bar to finish, result still not on.
    Why and what else can I do ?
    Has anyone else had a battle installing CS3 onto win7 pro 64bit or just win7 64 bit ?
    Merlin

    CS3 is 32 bit. But it sounds like you got that part to work. Does Encore run? I don't think that is the issue; I suspect permissions.
    If you are just wanting menus, etc, just use the CS6 download. Don't use one of the links with an installer; just download and unzip to the correct location. The menus were not updated from the pre-CS4 pars (Encore knows to do this), so I suspect you will be fine. I have not actually used the recent library with CS3.
    Encore Help | Download full library content/functional content

  • The ADS call has failed-ADOBE form

    Hello All,
    I am getting the following error, while runing WD, i am displaying pdf form in that.
    but for few of the pdf forms i can display properly with out any error. in the same WD, but in other view
    this error is coming only with one form.
    the exception is .....
    WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
    The error occurred on the application server pep74_S92_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF_DDIC of program CL_WD_ADOBE_SERVICES==========CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

    Have you managed to establish what is different about the forms that do/do not display?  Main one is the interactive flag.  If it is just your interactive forms that produce the dump then it is likely that the credential file has not been installed correctly (or at all).

  • Another failed upgrade form 40/10 to 80/20 - lost ...

    I signed up for BT Infinity Option 2 (unlimited) back in October 2011, and the service was installed, worked consistently well at around 28Mbs down / 5 Mbs up. So far so good.
    The BT website offered the option of upgrading from the 40/10 service to the 80/20 service for no charge providing that you agreed to extend your contract term to a new 18 months, so, on the 6th May, I did just that. During the ordering process, the system suggested that around 51Mbs would be a realistic download speed for my line on the new 80/20 service. 
    On the 9th May my order was marked as complete, the home hub and modem restarted themselves during the night, and come the morning... nothing. Same old 28Mbs speed. 
    The line needs to train up they say, so wait 10 days. Day 1 - 28Mps, Day 2 - 28.Mps....Day 10 28Mps. Same consistent 28Mps day in day out. 
    Surely if the line is training, I should expect to see some variation? Apparently not - it's 12 days for the training to complete, so wait longer. It makes no sense to me that I would see absolutely no variation in speed if the line was really training.
    I've been bounced around department to department, they've run multiple (un-necessary in my view) line tests, I'd swear they don't really listen anyway to what the problem is, but just go on a robotic 'speed issue blah blah' bender every time you call.
    I can't see a way out of this - no one will take end to end responsibility for my case. I can't bear to call them again and jump through the same hoops of resetting, testing and explaining the situation for an hour or two just to end up with the same 'sorry - can't help you'.

    Well, I spend an hour or so on the 'chat' with the help team last weekend, testing, rebooting, replugging and was left with yet another - give it 24 more hours. He promised to go away and check with the Billing Team, Order Management Desk and Customer Options team to see if there was anything blocking the migration and call me back the next day.
    Guess what? A full week later - no phone call, no difference.
    This is woeful customer service - I feel like a victim of fraud - being duped into an extension to the contract when BT has neither the means or the desire to deliver the service. I understand things don't always go smoothly, but for the love of god, it should not be *this* difficult to have something done about it.
    Transcript of the last conversation posted in the hope someone else will find it useful...
    Vinay Kulkarni: Hello. I'm Vinay Kulkarni. Thanks for that information, I'll check it and get back to you in a moment.
    Vinay Kulkarni: Hello David.
    David Thompson: Hi
    David Thompson: The BT website offered the option of upgrading from the 40/10 service to the 80/20 service for no charge providing that you agreed to extend your contract term to a new 18 months, so, on the 6th May, I did just that (Order No. BTCDxxxxxx8). During the ordering process, the system suggested that around 51Mbs would be a realistic download speed for my line on the new 80/20 service. It also informed me that the new service would be activated within 3 working days, and there would be a short interruption to my service overnight.
    David Thompson: I have repeatedly run speedtest.net sessions on the line, and, while I understand that during the initial 10 day 'training' period, line speed will fluctuate, at no point what so ever, has the line speed every increased above the 28Mbs download, which also suggests to me that I have not been migrated onto the new platform, or an artificial cap is somehow being applied. It is now 10 days since the migration was completed, so the training period will now be complete, and still - not a single result above 28Mps.
    Vinay Kulkarni: Good Morning. I am afraid that I have not been trained on BT Infinity concerns. However, there is a specialized team who will be able to assist you in regard to the above query. Would you like to speak to them?
    David Thompson: Yes
    Vinay Kulkarni: I will transfer your chat now.
    Vinay Kulkarni has disconnected.
    Atanu : Hello. I'm Atanu . Thanks for that information, I'll check it and get back to you in a moment.
    David Thompson: Hi - can you see the 'old' conversation above before I was transferred, or do I need to copy and paste it for you?
    Atanu : Hi David, I am just reading it. Please give me a minute.
    David Thompson: okay - no problem.
    David Thompson: I should add that the 28Mps download I refer to has been the steady speed that I achieved ever since BT infinity (40/10) service was first installed in 2011.
    Atanu : Ok David, I really apologise for the inconvenience. Please don't worry, I will take care of the issue and solve it for you.
    Atanu : I'm just waiting for your account details to load. Won't be long.
    Atanu : Thank you for your patience David. I will check the line and resolve it for you.
    David Thompson: ok - I just really want to know if the account has been upgraded - I don't think the line is 'faulty' as I get the 28Mbs consistently - I just think it's capped.
    Atanu : Yes, the account has been upgraded on 09/05/2012 and it is not capped at all. Please tell me are you at your home as I need to perform some tests in the line to identify the fault and solve the issue.
    David Thompson: I am at home - are you saying it has been upgraded to the 80/20 service from the 40/10 service?
    Atanu : Yes. Now I will check out where is the fault.
    David Thompson: okay
    Atanu : Normally it is the first 10 to 12 days when the connection sets in a stabilisation period.
    David Thompson: I understand that, but the speed before the upgrade was a consistent 28mbs; the speed after the upgrade (and during the stabilisation period) was a consistent 28Mps - to me, it looks like nothing has changed.
    Atanu : Yes, that is the issue I want to check properly.
    David Thompson: okay but please don't tell me to wait *another* 10-12 days to see if it makes a difference -
    which is the ONLY reply I have had to date.
    Atanu : No, you do not have to wait for more than 2 days.
    David Thompson: I really do not think this is a stabilisation issue - if it where I would have seen performance both better and worse than the original 28Mps.
    David Thompson: I remain convinced that there is no fault on my line, rather I simply have either not been migrated at all, or migrated back on to my original service by accident, or only partially migrated and some settings remain set that are limiting my speed to that of the 40/10 service.
    Atanu : Do you any VPN in the Bt connection?
    David Thompson: Does your system make a distinction between the two Infinity services - ie. the 40/10 service and the new 80/20 service? I note the order (BTCDxxxxxx8) makes reference to the 40/10 service - which is the one I was already on.
    David Thompson: No VPN
    Atanu : Ok. Please restart the BT Home Hub by press the power button
    Atanu : Wait for 5 seconds and restart it.
    David Thompson: I will lose this conversation won't I?
    Atanu : No, you will not. I am assuring it. Don't wait for more than 10 seconds.
    David Thompson: okay - just the home hub, not the white 'modem' box too?
    Atanu : Both.
    David Thompson: okay - doing it now.
    Communication with the RightNow Chat service has been lost. Please wait while attempts are made to restore the connection.
    Disconnection in 240 seconds. Connection resumed.
    Atanu : If the chat disconnects. David Thompson: done
    Atanu : Thank you. Wait till the lights be steady.
    David Thompson: t
    David Thompson: it's all back and lights are steady (well apart from the Lan1 one, but that's to be expected)
    Atanu : Ok. Please check if the speed is better now?
    David Thompson: speed is still the exact same 28Mbs
    Atanu : It is a wired connection you are using. Right?
    David Thompson: wired or wireless, it makes no difference - both report the same.
    Atanu : But is it a wired connection now?
    David Thompson: I'll test again with the laptop - give me 1 min
    Atanu : Thank you.
    David Thompson: 27.71Mbs with a laptop plugged directly into the homehub
    Atanu : Please tell me the operating system in the computer?
    David Thompson: That one is Windows 7
    Atanu : Thank you. The system is saying the speed is being devided.
    David Thompson: Divided?
    Atanu : May I close the wireless connection for some time?
    David Thompson: What do you mean by divided?
    Atanu : The connection is been shared by more than one computer .
    David Thompson: Well of course it is! Which is why I normally do all my test very early in the morning when I am the only user (I have three kids!). My early morning tests are where I'm basing my 28Mbs from
    David Thompson: Do you want me to disconnect all wired and wireless users and re-test?
    Atanu : Yes. Please keep just 1 computer connected and check the speed through BT Speed tester.
    David Thompson: okay - this chat will temporarily disconnect again then.
    Atanu : Can we keep this computer connected?
    Communication with the RightNow Chat service has been lost. Please wait while attempts are made to restore the connection.
    Disconnection in 240 seconds.
    Connection resumed.
    David Thompson: Hmm - that did not work.
    David Thompson: When I disabled wireless on the hub (from the wired connection) the hub just froze and I needed to power down to get it back to life
    David Thompson: I'l get a longer cable!
    Atanu : Ok. Please take your time.
    David Thompson: Are you able to disable wireless from your end - each time I do it here the hub hangs. I've taken off all other Wired connections?
    David Thompson: And it will be via the laptop, so which connection will die when you kill wireless
    David Thompson: so you will need to turn it on again within the 240 seconds
    David Thompson: That said, the wireless connections are not doing much at all at the moment - they certainly won't be consuming any significant bandwidth
    Atanu : Ok.
    David Thompson: Do you want me to run speed test now or wait until you kill the wireless - it's all iPad and iPod
    doing nothing on the wireless - this PC and the other one sitting idle next to me, so no real activity? Atanu : Not an issue. Please run the speedtester now.
    David Thompson: 29.3Mbs down / 4.51 Mps up from the wired laptop connected to the Hub
    Atanu : Thank you.
    Atanu : David, I will run some line tests now. Please make it sure that nobody is using the landline for next 7 minutes.
    David Thompson: okay
    Atanu : Hello David, have you faced any connection dropping issue apart from the slow speed?
    David Thompson: No - the line has been perfect - no latency issue, solid connections. The only issue is I have not seen any increase in speed above the 38Mbs. I honestly don't think it's a faulty line.
    David Thompson: Which is why I think the migration has failed in some way - I'm sure somewhere in the system there is a flag saying that I'm still in the 40/10 service and that's capping throughput
    David Thompson: Even the older BT speed checker thinks I should be expecting around 29Mbs against the 51Mps the 80/20 service thought I should get, so it is picking that number up from somewhere.
    Atanu : Ok. the system is showing that this is the maximum speed you will get.
    David Thompson: Why did the upgrade process suggest 51mbs for the 80/20 system then?
    David Thompson: If 29 is all I will every get, why extend the contract on the basis of the 51mbs?
    Atanu : It is the speed available in Exchange. The engineers check the speed in your premises before they provide the Infinity service. But since the line is in the last day of stabilisation, I request
    Atanu : You to wait for just 1 more day and check the speed. I will call you tomorrow by teh same time to check the speed.
    David Thompson: I'm not clear on this. There are two service levels of BT Infinity yes? the 40/10 service and the 80.20 service?
    David Thompson: *80/20
    Atanu : Yes.
    David Thompson: I've been on the 40/20 system since 2011; The theoretical maximum at time of order was around 30Mps and I've always got around 28Mps on that service. That's fine. Now when I placed the order for the 80/20 upgrade, the theoretical max was 51mps, so I'm pretty certain I would see some reasonable speed increase above the 28Mbs. The fact that I have not seen *any* uplift (even 5-10Mps) at *any* time - especially during quiet periods seems really odd to me.
    David Thompson: So I think there is a problem there. If however, it turns out that the prediction system is so really awful and can get is so wrong (when it used to be reasonably accurate), then why trick me in to extended my contract for no reason.
    David Thompson: I don't think BT would do the latter, so I'm convinced (still) its just a problem of the migration.
    David Thompson: I'll wait another 24 hours, but I don;t think this is going to fix itself.
    Atanu : Ok. in that case you need to confirm it form the Billing section as the migration first shows in the Billing. Atanu : I will call you tomorrow
    David Thompson: okay
    Atanu : And confirm with the Billing team, the Order Management Desk, Customer Options Team that if there is
    any issue in the migration.
    David Thompson: Just to be clear - you are going to check with the other teams yeah? Not me?
    Atanu : Please tell me at what time should I call you?
    Atanu : Yes. I will.
    David Thompson: Anytime after 7am is fine by me
    Atanu : ok. all the teams open after 9 am.
    David Thompson: Okay - I'll await your call after 9am; Thanks for your help and patience on this.
    Atanu : Thank you for your patience. It is our responsibility to provide you the proper speed.
    David Thompson: Okay - until tomorrow - bye-bye
    You have disconnected. 

  • Install Extension Builder 2.1 trial failed [ windows 7 64bits ]

    Hi !
    Trying to install the trial version of Extension Builder 2.1 on windows 7 64bits,
    I'm stopped by the msi app that is not go true the last step of install...
    Saying that it can't install Extension Builder 2.1 because Extension Builder 2.1 is not installed !
    Don't now what to do whit this.
    pierre.

    Hi !
    I finally succeded in installing Extension Builder 2.1.
    I followed the advices from that forum topic http://forums.adobe.com/thread/1245836
    and installed manually Flash Builder 4.6 before.
    The first try failed. After cleaning of the registry for "Extension Builder" items, the installation succeded.

  • RH9 Installation Fail on Win7, 64bit

    After five days of attempting to install Adobe RoboHelp 9, hopefully someone here can give me some esoteric clues as to what to do next.
    I purchased RH9 on Tuesday and the installation immediately failed, with the following errors/warnings (at the bottom of this comment). I hooked up with tech support, and the gal took over my computer for two hours, attempting all sorts of fixes and magic. Every single effort failed with the exact same errors/warnings. I lost the connection with her because a reboot took longer than the ten-minute time limit and never heard back from her. Despite an open case (#0181993020) and my updating it through the week, I have not heard back from tech support.
    Here is what I’ve tried:
    Diagnostic boot (no non-critical services and start-up programs).
    Safe boot.
    Anti-virus on/off.
    Firewall on/off.
    UAC on/off.
    Uninstall all “payload” apps (including AIR).
    Manually install all “payload” apps (including AIR).
    Where possible, manually unistalled/installed failed installation apps such as Microsoft_VC90_ATL_x86.
    Uninstall RH8.
    Reinstall RH8.
    Manually edit Registry to remove all vestiges of RH8/RH9.
    Incense and prayer.
    New user profile (and re-trying everything I'd already tried).
    Take ownership of entire system disk.
    Extract install files to separate disk.
    …a lot of other stuff I’ve forgotten while in the fugue…and, of course, rebooting the machine after everything and re-downloading the software...
    Here’s the kicker: no matter the environment or what I tried, the errors/warnings are exactly the same and there is no error event in the Event Viewer.
    I’m running Windows 7 Ultimate, 64-bit on an i7-965 system with 12GB of RAM and approximately 3TB free disk space and Nvidia GTX280 cards. All drivers are current. No other Adobe app has issues (Adobe Master Collection CS5 is installed, as is RH8 and Captivate 4). Everything is installed and run off this one machine.
    It is, of course, driving me nuts…<G>
    Any advice or off-the-wall suggestions would be most welcome, especially from any Windows 7 64bit users. Here are the errors/warnings:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 10 error(s), 12 warning(s)
    WARNING: PayloadPolicyNode.SetAction: IN payload {AC76D478-1031-0000-3478-000000000004} Adobe PDF Creation Add-On 9 is required by {F8994FC1-D72D-4DAD-8680-407D0438A539} Adobe RoboHelp 9 but isn't free.
    WARNING: Warning: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Warning: {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Payload {A7C805CA-634C-4ec8-A6D9-B42D1555B653} has an action "install" but no resultState
    ERROR: The following payload errors were found during install:
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - Adobe Linguistics 5.1: Install failed
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - Adobe PDF Creation Add-On 9: Install failed
    ERROR:  - Adobe RoboHelp 9_AdobeRobohelp9en_US: Install failed
    ERROR:  - MSXML 4.0 SP2: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Adobe RoboHelp 9: Failed due to Language Pack installation failure

    Peter,
    I hope this information is as explicit as you need, maybe the post is a little long, if you need anything else please let me know...
    FOLDER LOCATIONS
    Once the Akamai software begin the RH9 download, it appear the window below, the default directory is “Mis Documentos”, but I define other directory myself and redirect the download.
    And the download manager just dowloaded 2 files:
    When I double clicked the exe file without Akamai to unzip those files, I sabe the files on the default directory “desktop” (screen below), once the download finish, I have a directory named “Adobe RoboHelp 9” on the desktop.
    The files located on that directory are
    The setup.exe file I had been doble clicket to install RoboHelp it is located on directory with the same name
    LOG FILES
    I can’t see the Attach Files section when click reply a post on the forum

  • Assembler failing after form saved using ES3 designer(original works saved using ES2)

    I am having an issue with a form that was created in ES2.  If you use the form created in ES2, the assembler process works fine.  Once you open the form and save it using ES3, the process fails.  Any idea what to look for, or anybody else see this behavior?  I have also created a new form using the the old form as a template and it also fails. 

    Here is some additional information.
    Error thrown by assember process:
    Caused by: com.adobe.internal.pdfm.xfa.XFAServiceException: PDFM_S28008:
    XFA Dynamic assembler failed to stitch a fragment.: Invalid node type:
    ADBE_JSDebugger
    The fault occurred on line 2.
    After some more research today.  I have found saving in ES3 designer adds
    this to the file:
    <!-- 
    ><destination>pdf</destination><pdf><! 
    ><fontInfo/></pdf></agent><present><!    ><pdf><! 
    -->
    On Mon, Jun 3, 2013 at 8:39 AM, Jeremy Ostendorf <[email protected]

  • HP 2000-2b16NR Recovery Attempt Failed Windows 8 64bit

    Product Name: HP 2000-2b16NR
    Operating System: Windows 8 x64
    I was attempting to do a recovery with the discs I had bought from HP and I got this message "Recovery Attempt Failed" with options to restart recovery or view details. So I restarted the recovery and inserted disc 1 as it asked. It went through the process again and it came up with this same message "Recovery Attempt Failed". This time I clicked view details and it came up with notepad titled CTOERROR.flg with the following:
    [13:17:34.28] ChkErrBB.CMD:
    [13:17:34.28] Detect some error during PININST_BBV
    [13:17:34.28] Check C:\system.sav\logs\BurnBootWarn.log
    [13:17:34.28] or, check C:\system.sav\logs\BurnBootMerge.log
    My Hard drive is completely wiped and I can not preform a system recovery by pressing f11 and I can not access Windows.
    My question is why can I not successfully complete the recovery process?
    This question was solved.
    View Solution.

    -the tip here about changing year in BIOS may help:
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-e-g-Windows-8-and-Software/restoration-faile...
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Desname parameter works fine in Report builder but fails in Forms builder

    Hi,
    I need some help with my current task. Here is my problem.
    I am working on Oracle 10g. My reports and Forms builder version is 10.1.2.3.0.
    My objective is to use Forms builder to call a report which will direct the output directly to the printer without preview.
    First , in report builder , I use the Parameter Form builder and set Report parameter DESTYPE = PRINTER and the DESNAME automatically changes to PCL6 ( which is the network printer name I am using).
    When I run the report , the output is directed to the printer and it works just fine.
    But in Forms builder , when I call the same report, set the DESTYPE as Printer and DESNAME as 'PCL6' , it gives an error Invalid printer name 'PCL6' specified by parameter DESNAME.
    I tried searching in this forum, it says the error is due to an invalid printer name specified in the DESNAME. But if my printer name is invalid, I wonder how the same printer name works well in Report builder?
    My coding in Forms as below :
    SET_REPORT_OBJECT_PROPERTY( repid, REPORT_DESTYPE,PRINTER);
    SET_REPORT_OBJECT_PROPERTY( repid, REPORT_DESNAME,'PCL6');
    Appreciate if anyone can help. Thanks
    Regards
    Shiva

    Hi Puppethead,
    I have tried with your suggestions.
    the following condition -- did not work
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(:manager name, 'ALL', '%', NULL)))
    but for the other condition ---
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(nvl(:manager name, 'ALL'), 'ALL', '%', NULL)))
    is wrong because, :manager name cud be null, when it is null, it takes 'ALL' i.e. '%' which shud not be the case.
    if the user enters null, it has to display records with null only but with the above condition it takes '%'
    The main issue which i dont understand is, the report works fine for the first time. for the second time, the report takes null values . why is it taking null values for the second time.
    Thanks

  • Install OBIEE Failed on Linux 64bit

    The install process was failed and the log shows
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3179)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
    ... 19 more
    oracle.as.provisioning.exception.ASProvisioningException
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    ... 14 more
    I read some posts and found a saying is I need to install weblogic first and then install OBIEE as software only, is that the correct step?
    Actually I tried that but after installing weblogic, I chose the specific folder as Middleware home, OBIEE installer did not recognize it, it said, an application server must be already installed...
    Any one could help?
    Thanks!

    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.Check the AdminServer logs and see why it failed to start

  • Fnd.request.submit_request fails in Forms Personalization - fine in TOAD

    Hello,
    I have this code to call a concurrent request within TOAD - it works perfectly.
    I've created a special menu in the PO form so the user can submit the PO. In the personalization, I am calling the same code as I run in TOAD (with a slight exception), but I am getting an error. Since the code is long, the error doesn't display.
    Here is the code that runs fine in TOAD:
    DECLARE
    l_success NUMBER;
    xml_layout boolean;
    BEGIN
    fnd_global.apps_initialize( user_id => 1110, resp_id => 20707, resp_appl_id => 201);
    xml_layout := FND_REQUEST.ADD_LAYOUT('PO',
    'POXPRPOP',
    'en',
    'US',
    'PDF');
    l_success :=
    fnd_request.submit_request
    ('PO', -- Application Short name of the Concurrent Program.
    'POXPRPOP', -- Program Short Name.
    'TEST PO', -- Description of the Program.
    SYSDATE, -- Submitted date. Always give the SYSDATE.
    FALSE, -- Always give the FALSE.
    'R',
    NULL,
    '23',
    '23',
    NULL,
    NULL,
    NULL,
    NULL,
    'Y',
    NULL,
    'Y',
    NULL,
    1110,
    2,
    'N',
    NULL,
    'N',
    'N'
    COMMIT;
    END;
    Here is the forms personalization:
    ='DECLARE
    l_success NUMBER;
    xml_layout boolean;
    BEGIN
    xml_layout := FND_REQUEST.ADD_LAYOUT('PO',
    'POXPRPOP',
    'en',
    'US',
    'PDF');
    l_success :=
    fnd_request.submit_request
    ('PO',
    'POXPRPOP',
    'TEST PO',
    SYSDATE,
    FALSE,
    'R',
    NULL,
    '23',
    '23',
    NULL,
    NULL,
    NULL,
    NULL,
    'Y',
    NULL,
    'Y',
    NULL,
    1110,
    2,
    'N',
    NULL,
    'N',
    'N'
    COMMIT;
    END;'
    Any ideas why this code won't run in the forms personalization?

    I shortened the code and the error is:
    "could not be evaluated because of error ORA-00923: FROM keyword not found where expected"
    This isn't of much help to me.
    Edited by: user11970177 on Mar 4, 2011 7:06 AM

  • Pulseaudio startup fails on archlinux 64bits

    Hello there!
    I was about to install pulseaudio following the wiki on my Archlinux64bits box.
    ( I've tried it on arch32, the same setup worked fine... )
    After installing pulseaudio, alsa-plugins and configuring /etc/asound.conf
    the daemon refuses to start up, giving NO ERROR MESSAGE
    any ideas?

    OK.
    1, INSTALLATION WAS:
    [root@archie mate]# pacman -S pulseaudio alsa-plugins
    terminated normally, no error message
    2, configurated as a SYSTEM-WIDE DAEMON by editing (creating) /etc/asound.conf for alsa:
    CODE:
    pcm.!default {
        type pulse
    ctl.!default {
        type pulse
    and
    enabling ( leaving ) the lines in /etc/pulse/system.pa
    CODE:
    ### Automatically load driver modules depending on the hardware available
    .ifexists module-hal-detect.so
    load-module module-hal-detect
    .else
    3, I'm starting pulse as a daemon with the /etc/rc.d/... method
    [root@archie mate]# /etc/rc.d/pulseaudio start
    :: Starting pulseaudio daemon                                            [FAIL]
    4, ps -ax | grep pulse shows no running processes...

Maybe you are looking for

  • Can't Separate Libraries Anymore

    I have multiple libraries on the same computer for 4 different ipods and have had them for several months. Since the update all of the libraries now contain the exact same files and when I change one, they all change. I've tried un- and reinstalling

  • Isight problem in imac

    Hi everyone, I have a problem with the integrated camera in my IMac. I wanted to make a picture in Photobooth when I've noticed that the camera didn't work anymore! At first I thought that the problem was Photobooth because the LED next to the camera

  • Text won't display

    my text won't display properly (size and position) in premeire elements 7

  • Office Jet 6500 E710n-z won't print black even just replace the ink cartridge with a new one.

    It is the 3rd time to have problem on printing "black" even the ink is not empty (but the level is low, like a quarter left).  In the previous cases, I replaced the cartridge and the problem solved.   The 2nd time was last week.  After I changed the

  • Option to see more data in web template

    Hi experts, I am changing one web template with some graph and chart web item...after execution,one graph web item displays only top 10 items data...I want to change it so the user will have the option of choosing if he wants to see whole dataset or