Webutil_host.host problems (bugs???)

Hi,
I'm using the webutil_host.host(commandline) command to execute batchfiles on a client pc. These batch files are also echoing messages to the screen. In the client server version, when I use the host command, the messages appear in my ms-dos box. With webutil they don't.
The same goes for the pause command in a batch file. When there is a pause command in the batch file to give the user the possibility to read the messages on the screen and wait for user interaction, the ms-dos box doesn't respond on my key-stroke. I have to close the ms-dos window by clicking on the upperrightcorner cross.
imo this is unwanted.... Is there a workaround? Or do I have to live with the fact that webutil_host.host != host

i'm using the webutil host command to execute batch files on the client pc. One function of these batch files is to start SQL*loader to read data-files on the client-pc. This is the core of the application, since the data in the datafiles is the base of the rest of the process.
Because this is such an important part it is decided to give outputs to the ms-dos console and put pauses in the batchfile, so the process of reading the data-files can be evaluated.
Since this is a migration traject (moving from c/s to web) my customer doesn't want any functional changes (like outputs to logfiles instead of ms-dos window).

Similar Messages

  • Problem in calling Webutil_host.host

    Dear all,
    There is a problem that after calling webutil_host.host, a non-oracle error 100501 popup.
    Can anyone help me to fix this problem. Thanks in advance.
    JY

    This might help ...
    non-oracle exception

  • Running a winbatch processing using webutil_host.host

    In 6i form, this is not a problem of clicking a button which run 2 procedures -creating a temp .txt file and bringing up a word document by executing a winbatch .exe file. After converting this 6i form to 10g form. Somehow, the winbatch .exe file is coming up too fast to complete the process. It idles. To solve this problem a message is added after temp .txt file is closed. Although a message with no_acknowledge option is preferred, but does not work!
    -- OS: window 2000, Server: linux red hat, Developer 10g.
    out_file := client_text_io.fopen(in_file, 'w');
    client_text_io.putf(out_file, data_string);
    client_text_io.fclose(out_file);
    message('winbatch processing... click OK to proceed.');
    -- launch winbatch procedure using out_file data:
    webutil_host.host(winbatch parameters...)
    Any other suggestions? Thanks.

    Problem solved. Use SYNCHRONIZE instead of message.

  • WEBUTIL_HOST.HOST

    Dear all experts,
    I have a form which make use of the WEBUTIL_HOST.HOST command to call up a VB application, it is successfully done. However, the VB apps need to be closed before the focus can go back to the Forms application.
    My question is : Can I start up the VB apps and then go back to the Forms apps without closing the VB apps ? This is because the user need to switch between both apps to do their work. Can this be done ?
    Thanks a lot !

    do u need to share the data between these application in the same session?
    If not use an open_form to open the form containing the java bean. Then u will be able to switch between these 2.
    Best Regards
    Rajesh Alex

  • Opening a file using Webutil_Host.Host Command

    Dear Gurus
    I'm trying to open a file using following command behind a button on my form:
    Webutil_Host.Host('x:\03\03\39920000023.gif');
    I expected from this command to open the given gif file in default image viewer but it takes no action when I press the push button. So should I try something else???

    try this
    Webutil_host command

  • Reporting some proxy problems/bugs

    Is there a way to report problems/bugs in the proxy software without having support? I believe this can be done for Java, but what about the proxy?
    In our environment we are using the proxy software (currently v4.0.5, but I haven't seen these items in the release notes of the newer versions of the software) in the reverse proxy mode and have encountered what I believe may be a couple of bugs.
    Possibly related to a previous poster's "Content-length mismatch" error message, it seems that some app servers respond to an If-modified-since conditional GET request incorrectly by sending a Content-length header along with the "304 not modified response" (there should be no such header in a 304 response). When proxy caching is enabled and the GZip compression filter is used, one result I have seen is the "Content-length match" error message which happens when the incorrectly included Content-length header has a non-zero value. A different result occurs when the incorrectly included Content-length header has a value of zero - the proxy response body gets truncated (completely removed).
    A second issue I have seen is with the reverse proxy's handling of a POST with a trailing CR/LF which some browsers (IE) send incorrectly (there should be no such trailing CR/LF in a POST request). The proxy seems to handle the trailing CR/LF for the request/response, however if HTTP1.1 keepalive is used and the POST is followed by a GET request on the same open connection from the browser then the access log entry for the GET request will be broken across two lines.
    Hopefully someone from Oracle monitoring these forums will pass these on to the proxy dev team.

    Yep, I realize Safari on Windows uses Windows Internet Options to get proxy server info BUT the Windows Internet Options don't provide a place to specify the proxy login information.
    As a result, when the browser contacts the proxy it usually (or should) prompt the user for the login info. Safari did the first time and I told it to save the info. Then my login info changed and rather than prompt for it again, Safari sits there and doesn't load any pages.
    IE7 uses the same proxy without problems because IE uses the domain login credentials to connect to the proxy server.
    Google Chrome uses the Windows Internet Options for proxy support and it prompts me to login to the proxy each time I fire it up and access a website.
    Mozilla Firefox 3.0.4 will prompt me for login information if the login info it has stored won't work for the proxy connection.
    Opera 9.62 prompts me for the proxy login information each time I fire it up, just like Google Chrome.
    Out of all of those browsers, Safari is the only one that can't use the proxy because I can't change the login information for the proxy connection.
    Peace...

  • OWB 11.2.0.1 – Known Problems/bugs resolutions ?

    OWB 11.2.0.1 – Known Problems/bugs resolutions ?
    ==========================================
    We are using OWB 11gR2, Java(TM) Platform     1.5.0_17, Oracle IDE     11.2.0.1.0.
    We are finding the strange behavior in OWB Design center. Here is the situation.
    1) OWB Design Center>Databases>Defined Module> Mappings>MAP1>Mapping Editor>Expression Editor>
    Output attributes>Expression Builder
    Specify the expression and press OK.
    Another Expression Builder opens up with blank window. We need to specify the expression again.
    2) Same as above after opening expression Builder, if we go to another apps (eg. SQL Developer, MS Word) and come back expression Builder disappeared from the context.
    We find only Expression Editor. Design Center Hangs. It is not responding to any KEYs. We need to kill the application via task manager and re-start.
    Are these issues related to OWB client piece or OWB Client+Server piece?
    We did not find any events reporting at DB alert Logs for such events. Do we need to set up some trace ON to record such events?
    Are there any log files/tables record such events at OWB repository level to trace back?
    Do we have OWB 11.2.0.1 known issues/bugs, resolutions list posted somewhere?
    Thanks in helping.

    We reviewed the release notes, where it says this patch will improve performance (Bug 7359939).
    We find another note in metalink (provided by our DBA team) says
    Poor Performance of Mapping Validation / Generation in: OWB 11.2.0.1 + Megapatch 10270220 and OWB 11.2.0.2 [ID 1303177.1]
    Are we going to face a new problem after applying this patch?
    Thanks in helping.

  • GreenSock Doubling Problem (Bug?)

    I've run into an issue where if I set the visibility to an object that is being tweened to 1, GS creates a second instance of the object.
    In the attached file, click the 'btn' and notice that a 2nd row of envelopes is created and they are not blitted like the original instance.
    Bug or operator error?
    Thanks.
    www.thepixelfarm.com/tmp/GS_doublingProb01.zip

    This is NOT a bug. See the answer in the GreenSock forums:
    http://forums.greensock.com/topic/6163-greensock-doubling-problem-bug/

  • IDisc Pictures hosting  problem with Ebay

    My pictures are loading and then not loading all day today...started yesterday...they are comming and going....talked to Ebay ..they said since .Mac is hosting there is a problem with .Mac. The pictures have been working fine for last week..nothing has changes...havent moved any files...Pics just started blanking out and all I get is a ? where photo was...then sometimes you can refresh and it will show...sometimes it wont...what is up with that? Here is my list of selling things on Ebay...see if you are getting the same results...try a few...some work ...some dont
    http://search.ebay.com/_W0QQsassZhookdonQQhtZ-1
    Imac4,1   Mac OS X (10.4.8)  

    hello, [https://bugzilla.mozilla.org/show_bug.cgi?id=775879 bug #775879] offers some background into the issue - essentially the breakdown of the ebay photo uploader is a by-product of a security relevant fix that landed in firefox 16. ebay is already aware of the issue & hopefully they are working on implementing changes in their code to solve the issue.

  • Windows FQDN problem/bug

    Hi all,
    I installed JES on Windows 2003.
    At first I had the following FQDN: test-1.itcnetworks
    A nslookup test-1.itcnetworks gave back the correct IP ...
    The hosts file had a line with IP and machine's name ...
    But I was unable to install, JES gave the message that my PC have no FQDN !!!
    The only workaround was to add a ".ro" at the end of the machine's name. No other change:
    A new nslookup test-1.itcnetworks gave back the same name/IP ...
    The hosts file was not touch ...
    Installation went ok and I ended with an instance test-1.itcnetworks.ro on a PC that have FQDN in DNS as test-1.itcnetworks !!!
    Same problem on Windows XP SP2.
    Is this a bug?
    Thx.
    CFG

    Finally an answer :) . Thanks.
    Yes, but my domain is itcnetworks. and the name of the box is test-1, so FQDN is test-1.itcnetworks and it is resolvable (is in DNS)!!!
    And I was not able to install (on Windows), until I change the name in test-1.itcnetworks.ro ... But that fqdn does NOT exist in DNS !!!!
    Nobody can reach test-1.itcnetworks.ro (even in my LAN) and I and up with an instalation on test-1.itcnetworks.ro wich I almost can not use, unless locally ... :(
    So the bug (on Windows !):
    1. The installer does not look to resolv the name (FQDN), test-1.itcnetworks.ro does NOT exist in any DNS server;
    2. The installer do not accept long domain names, like itcnetworks.!!!
    And I recall that the documentation state that the FQDN must be resolvable!!!
    Does any person from Sunt that works at the Windows installer watch this forum? :)
    Thx.

  • Problems / Bugs / Improvements we have found - Experienced users.

    Hello there,
    I work for an animation / film company and After Effects is an integral part of out production services. As much as we love the program, its not without its flaws. Here are some things we have found after using After Effects day in and day out...
    Clone Stamp :
    Please can you add a keyframe-able 'offset' feature to the clone stamp source region? It seems that there isn't a great way of  doing this without expressions. We found a workaround which is to offset the centre point of the tracker before we do the track, then parent the clone source region to this point. Theres a lot of people online who think the cloner is completely broken for use in video, but the problem is that theres no easy way to parent the source region to a tracker...
    Rendering :
    Practically every day we turn up to work and find that a lot of renders weren't successful. This causes us lots and lots of unnecessary stress and problems. If there is any stability fixes that you can do then we would be highly appreciative. (Possibly just making it so that the ram is purged after each clip is rendered? - It seems to be a memory problem half the time even though this machine has 64GB of ram...). Renders also seem to be excruciatingly slow at times, even though were using an extremely powerful machine; is there nothing that can be done to accelerate renders and/or use more of the computers resources? We have found that sometimes if we pre-render a comp, it renders pretty instantaneously when in the render queue, whereas we have seen the same comp stuck doing barely anything in the render queue for hours..?
    Additionally, can there be a way to change the render path/settings of multiple renders in one go? Unless were mistaken, it seems like each clip has to be manually set up and this is extremely painstaking when working with a lot of files! Also media encoder doesn't seem to render files accurately quite a lot of the time, not sure at all where the problem is but we have totally stopped using this way of rendering now as the renders rarely come out as expected.
    Switching between comps:
    PLEASE can you create a MASTER FX switch, which will turn off ALL the effects and motion blur in the entire project (not just the comp you are in)? This would be an amazing feature as we spend SO much time just waiting for heavy comps to open just so we can add them to the render queue... Possibly this could not effects the final render, but just allow you to quickly get into a comp? We know that caps lock stops any preview being loaded but there are many limitations to this approach.
    Motion blur:
    Sometimes we notice that if we have motion blur switched on inside of pre-comps, the blur is being calculated and applied multiple times, which looks horrible and takes forever to calculate... A master motion blur controller is long overdue in After Effects and programs such as Nuke have had this feature since day 1. We would love to see this feature and i'm sure there are many others who would too!
    3D controls:
    We would love to see better 3D controls for positioning layers etc - if there were improvements on the 3D manipulation tools (Rotate,translate,scale...) to resemble the look of a full 3D program, our lives would be much easier .
    Mesh warp / Nulls:
    It would be amazing to be able to parent points on the mesh warp to a null object, or at least give every mesh warp point a positional value. This would enable animators to create much improved 2D rigs for characters etc! At the moment the mesh warp isn't very robust and is difficult to get the desired control and effect.
    Lens blur/Depth of field:
    Can you please add an easier way to see what is in focus and whats not, when using a depth pass? There is a great feature in Nuke which allows u to see where the depth of field is taking place called 'focal plane setup', but it seems that after effects is a case of trial and error when dealing with this kind of task! Would also be amazing if you could simply click the area you want to be in focus (like in Nuke )
    Duplicating comps and child comps:
    PLEASE can you add an option to duplicate a comp as well as all the comps inside of it? If your dealing with complex projects it is horrific to have to go in and duplicate the comp then ALT drag the duplicate in so your not destroying other comps linked to that comp (hope that doesn't sound too confusing!). There are some scripts when claim to add this functionality but we've had no joy with any of these so far...
    Multiple comps / new viewer problems
    This is a big one for me and my colleagues. When there are two comp viewers on screen, please can you make the timeline switch to the corresponding comp when you click within the viewer window? Its a huge pain to have to switch between timelines when your doing this! Please can you also add the option to add real time updates in both comp viewers when you have two comp viewers on screen? It seems that only one updates in real time which can be pretty annoying...
    I think thats everything for now, it would be amazing if you could rectify some of these problems as i know it would make a lot of people very happy!
    Cheers!

    Some of the issues you're describing already have fixes underway. Specifically rendering and switching between comps. The Adobe folks have said that the majority of the After Effects team is working on making AE behave differently (much more quickly) in interactivity and rendering. As I've heard it described, it sounds a lot like it'll answer both of those issues.
    I believe I speak for all of us who use AE every day when I say, "We cannot wait! (Well, we can wait until the bugs are squashed...but you know what we mean!)" If you missed the initial public discussion on this: Happy New Year! ~ and a question… The overwhelming response to that question was FASTER! And the AE team listened. YAY!
    Please have you (and everyone on your team who cares) file feature requests for the rest of these too. It would be great to be able to have the functionality of the True Comp Duplicator script a little more robustly and integrated into AE! And the DOF thing is a biggie too. Adobe - Feature Request/Bug Report Form
    The folks on the AE team do listen to feature requests and the more they get for a certain feature, the higher priority it gets.
    This is just a forum for users to help each other. Granted, the AE team is great about looking in too, but feature requests are the official way for them to track these things.
    And, hey, EVERYONE ELSE reading this; file feature requests too! Adobe wants us to stay subscribed and happy, so let them know what we need/want.

  • Blur Problems (bug report submitted)

    I've submitted a bug report and will submit this again since its a better version of when I sent them before. The problem is this:
    - Adobe Acrobat Professional shows blur in certain situations. In another situation, the same file opens correctly. The file below is self-explanatory, i.e.:
    1. This is what you see when you do a fresh start, with no pre-existing Adobe processes running. Sometimes though the blur will show up even if its a fresh start.
    2. Thats what you see when the file has been closed but Acrobat Professional is still running and open.
    If anyone needs the original PDF, it can be downloaded at:
    http://www.2shared.com/document/P927Y4Vm/scanned-doc-2.html
    In area 1, you can see the glaring difference in visual quality. The blur makes it very hard and irritating to read the PDF. Notice how the blur alternates. Some areas are sharp while others are soft. Area 2 is how it should always look like (crisp).
    If you cant see this image properly, it is uploaded at:
    http://img96.imageshack.us/img96/4113/adobeacrobatproblurbug.jpg
    Adobe Acrobat Professional version, latest: 9.3.4
    System: Windows XP
    BUG: Adobe Acrobat Professional shows blurry PDFs in certain situations.
    ===
    STEPS TO RECREATE THE BUG:
    Use Windows XP. I'm not sure if this shows up in Vista too. I'm sure it does.
    1. Download the PDF from:
    http://www.2shared.com/document/P927Y4Vm/scanned-doc-2.html
    2. In the Windows Task Manager, make sure there are no pre-existing Adobe processes running such as:
    AcrobatInfo.exe, Acrobat.exe, Acrotray.exe
    3. Open the PDF file you got in #1. Set zoom to 100%.
    4. Notice the visual quality. You will probably see blurry areas in the PDF. This matches Area 1 in this screen shot:
    http://img96.imageshack.us/img96/4113/adobeacrobatproblurbug.jpg
    5. Close the file by doing: File---> Close
    Do not exit the program. Go to Task Manager and verify that Acrobat.exe is already running.
    6. Open the file you got in #1, again. Zoom to 100% again.
    7. Notice now that the PDF does not have any blurry areas. What you see should match Area 2 in the same screenshot:
    http://img96.imageshack.us/img96/4113/adobeacrobatproblurbug.jpg
    -End-

    The choices in Bridge > Preferences > Advanced > International > Keyboard are limited, and they do not allow for choosing custom keyboard layouts.
    I need the custom keyboard layouts for a variety of reasons, such as being able to type in seven languages with my most used one without switching, two Russian layouts to allow for two non-standard ways of encoding Russian fonts, etc.

  • ADF 11 - Oracle Developer Day 28.05.2009 Online Tutorial Problem/Bug

    Hello
    I've downloaded the tutorial [http://events.unisfair.com/index.jsp?eid=394&seid=28] for the Developer Day scheduled for the 28.05.2009. [http://events.unisfair.com/index.jsp?eid=394&seid=28]
    I've completed the tutorial and discovered what would seem to be a bug.
    I've reproduced the problem in a new simpler application.
    Its a bit long but here we go.
    The situation is :
    Two panel splitters one inside the other, one vertical split and one horizontal split dividing the screen into a 3 parts, a left column and a right column split into a top and a bottom.
    ADF BC have been created using the Departmetns and Employees tables from the HR schema.
    In the left column there is an adf read only form bound to Departments with navigation controls.
    On the right at the top there is a read only table (with row selection) bound to the Employees view in the Departments view (master-detail)
    On the right at the bottom there is a form bound to the Employees view in the Departments view (master-detail)
    Using the left column read only form I navigate to Department 50 which has employees 120 to 199.
    The Employees af:Table shows employees 120 to 191 without scrolling.
    Using the scroll bar on the employee table I scroll to the bottom of the employees table (now employees 128 to 199 are showing)
    I then select on employee 198
    The form at the bottom right correctly positions on employee 198 however the employee table re-positions on employee 190 !
    Using the scroll bar I scroll to the bottom of the employees table (now employees 128 to 199 are showing)
    Employee 198 is selected.
    I select employee 199
    The form at the bottom right correctly positions on employee 199 however the employee table re-positions on employee 191 !
    I repeat the same process but selection employee 193
    The form at the bottom right correctly positions on employee 193 however the employee table re-positions on employee 185 !
    It would seem that the employee table scrolls up the exact number of rows that need to be scrolled down in order to show the last table row.
    Added to that when the tabel re-positions it would seem to be re-fetching its data...
    Can anybody explain what's going on or confirm the above observations?
    Regards
    Paul

    Hi,
    there is an attribute "displayRow" on the table to set what should be shown after refreshing the table. Set this to "selected"
    Frank

  • Video recording in iOS 6 problems / bug?

    I upgraded my iPhone 4S from iOS 6 beta 4 to the public release of iOS 6 last week.
    Since then, when i try to record a video using main camera app - i touch start record and its fine until i touch to stop recording.  It does not stop recording?  It shows recording time carrying on counting and freezes the record button.  I have to either way a long time for it to finally stop recording or exit (and kill sometimes) the app.  Then re enter camera app and it then is ok to record again.
    Is this a known bug? IS it linked to upgrading from iOS 6 beta to main iOS 6 released release?  How do i fix this?
    Thanks

    I have exact same problem on my 4s 64gb.
    Had very similar problems on ios 5.1.1, but would freeze the video after having pressed the record button to stop recording, the eventually the iphone would unfreeze, the video would eventually appear in the camera roll as a grey box, you then clicked on the video taken which was a grey background with QuickTime logo, you pressed play but no video would appear, but you could hear the audio.
    Now after ios 6 update, I have exact same problem as you, iPhone seems to get quite warm aswell once it has crashed!  The photo camera works fine though, and did do on 5.1.1.
    Apple say take phone back for a newly refurbished iphone, but didn't want to as I can live without it, Nd my phone is : months old and don't want an older phone!  I know there tested thoroughly, but my problem is that I paid £250 upfront on my phone contract to get 64gb and don't want a replacement, everything else works a treat on the phone, only video camera problems as you have now and symptoms as I have described above.
    No one in apple seem to know a fix, I read about jail breaking, but don't want to void my warranty!
    Does anyone know of a fix please, I've reset, restored, set up as a new phone, fresh ispw files, was told to wait by apple for ios 6 saying that that may fix the problem.
    When I read about the problems created by ios updates etc, why is it that people have such random issues, surely if we all have same phones, why is it we don't have very similar issues? Do each and every iPhone have a mind of its own FFS!
    I thought I'd trade my phone in an get a samsung galaxy S3, but iPhone 4S prices have slumped since release of iphone 5, I'm definitely not an iphone convert, I've always had htc! Very annoying problem with the video camera, which if you download another camcorder app it does exactly the same and freezes! I give up!
    Any updates on this would be great, to me and the person above, if I can find a fix it may restore my faith in apple products!
    Navarram1 - could you contact me possibly please if you come across a fix?  It would be greatly appreciated!

  • Compare / Reset Patch Problem, Bug?

    Hi
    in Mainstge 1 I assigned the nine drawbar controller of the NI B4 II Organ to 9 Faders in the Mainstage Layout, so I can control them with my Korg Nano Control.
    In MS 1 when ever I moved a drawbar I got the possibility to reset the patch, so the drawbars jump back to there saved value. In MS 2 this works too. But only for the EVB3, not for the B4 from Native instruments!!! So when I move the drawbars in the layout or on my Nano Kontrol MS 2 does not recognise the patch has changed. MS 2 only recognises the patch is changing, when I move the drawbars in the plugin Window from the B4 II with the mouse. That´s not feasible.
    So I thought, the workaround would be to go down und up one patch So the patch can reset to the saved value. Okay then the B4 Patch is set back so the saved value, and sounds like the saved value, but the 9 drawbars don´t takeover the value!!!! The stay at let´s say 000000000 but the sounding and saved value is 888800000. VERY ANNOYING. Anyone else experiencing this?
    regards
    myand

    I have the same problem. This is definitely a BEA bug. Once I set a field as null in XMLBean, the field is no longer "editable." If you edit a field which is set null previously, it will end up something like this:
    <log-name xsi:nil="true" xmlns="">log.txt</log-name>
    and parent.getLogName() will return null instead of "log.txt."
    Can anyone from BEA look into this problem?
    Thanks
    Roger

Maybe you are looking for