Server state saving restores view even request params changed for same page

hi all,
i've a problem with the state saving method of JSF... environment: JSF1.1, WAS6, Spring2.0..
i have two buttons those POP UP an IFRAME inside with a details page..
<input type="button" onclick="openDetailsPage('detailsPage.jsp?id=1');" value="show first record's details" />
<input type="button" onclick="openDetailsPage('detailsPage.jsp?id=2);" value="show second record's details" />
detailspage gets the "id" param and query&show the details of the requested data IF THE REQUEST IS NOT POSTBACK... like below;
public void onPreRender() {
if (!isPostBack()) {
// get id from param, query the record and show its details...
problem is; if i set the state_saving_method as "server"; jsf is creating view only for the first time... after that, no matter what record info i sent, it's restoring the old page...
however, there's no problem if i set state_saving_method=client... my details page view is being created in every request...
what may be the problem? when the server state saving method used, it's not creating just restoring the previously opened page in every click...
thanks in advance,
hasan...

I just did, thank you. Here are the reports i filed:
[Server side viewstate saving: UIViewRoot's viewMap gets cleared on postback|http://java.net/jira/browse/JAVASERVERFACES-1982]
[Configuration attribute com.sun.faces.serializeServerState only work for the first postback|http://java.net/jira/browse/JAVASERVERFACES-1983]

Similar Messages

  • How to view all the issues in the same page in OTM

    HI,
    I have created 20 issues in OTM but I am able to see only 10 issues at a time.So how can I view all the issues in the same page.

    Hi,
    Login to OTM then you can see "tools"in the top most right corner click on that and select options.In the options popup window select "Tree preference" change the number of nodes.
    Regards
    Rajesh

  • HttpSession replication and server state saving

    The UIComponent class is not serializable, certainly because it is the StateManager which is responsible of saving its state.
    But the default server state manager of the RI stores the whole component tree in the HttpSession. That means that it won't work in clustered environments where the session has to be serialized for replication between servers.
    Will this be addressed in the final release ?

    E> This seems like a really BIG hole that Sun should fill very quickly!
    Thanks for your input. Note: spec is intentionally very vague about the
    specifics of state saving, except to say that the implementation must
    support two options: client and server. Therefore, any solution
    implemented in the Sun RI will likely be specific to that RI. Perhaps
    we can consider standardizing the approach to clustering in a future
    version of the spec.
    E> I came across this thread because I am testing the viability of using
    E> JSF in a JBoss clustered environment (and began getting serialization
    E> errors when I add the <distributable/> stanza to my web.xml file). I
    E> am probably not alone in my discomfort at having to replace a core
    E> JSF class with a "patch" just to get session replication to work. Why
    E> can't you or someone at Sun provide the resolution? All, that aside
    E> you a JSF expert at least provide detailed specifics as to how the
    E> proposed fix can be implemented by corporate JSF developers?
    Here's one very important aspect of application architecture that I'm
    surprised hasn't been pointed out before. Your application should be
    designed such that the all user state resides OUTSIDE of the JSF
    realm, and can therefore be made highly available by virtue of being
    stored in something that does support HA. JSF UI state should mostly be
    in request scope anyway. This is why we spent so much time on the
    ValueBinding API.
    E> Hope to see you at JavaOne (with more questions of
    E> course)!
    Yes, the entire Sun RI team, and several key EG members will be
    available at BOF-2220
    <http://www.javaone04.com/catalog/catalog/sessionDetail.jsp?hd=true&SESSION_ID=10589&form=searchform>.
    Tuesday 29 June 2004 7:30 pm.
    Ed (EG Member)

  • "  You are not authorized to view the requested resource."  for SLD

    HI Experts,
    I am trying to access Administration and Help links in SLD. But when i click on those links getting "  You are not authorized to view the requested resource."  And I have assigned all SLD roles to my user.
    And same message is coming when click on System Information in http://<host>:<port>/index.html page. Please let me know that anyother roles required for accessing SLD and System Information.
    regards,
    Sree.
    Edited by: sree pedasingh on Jan 19, 2011 10:25 AM

    Dear Sree,
    But I don't have such a group !
    Regards,
    Omid

  • Query string is null while dispatching the request in Websphere for Endeca pages

    Hi,
    When AssemblerPipelineServlet forward the request with dispatcher the query string is missing from the request in Websphere 7.0 only(works fine in JBOSS).
    This is happening only for the pages those are created in the Experience Manager.
    Ex: /store/us/detail?A=1204455 - This URL will render the /cartridges/ProductDetail/ProductDetail.jsp page. When we access the /OriginatingRequest.queryString in the JSP, it is giving null.
    Please help us to resolve this issue.
    Regards,
    Ravinder P

    Got the solution to this problem . I was using wlClient.jar & WlfullClient.jar in my classpath . removed wlClient.jar from java client app and now i am able to get the IWorkflowContext object.
    Hope this helps for the coming generations :)
    Thanks

  • Not able to view transport request tpz file for importing in Production

    Hi Experts,
    I am using PI 7.0. I am facing a problem while transporting a request to Production environment. I am using File Level Transport. When I create a transport file, it is successfully created in development system's /export location. Basis team moves the file production system's /import directory.
    But here I am not able to see the imported file via Tool->import design/configuration objects , in Production environment. I have tried to use user Id's which have admin level authorizations, still I cannot see the file.
    Background - A couple of weeks back, there was an issue with cluster service going down, and we had to manually register the  Exchange infrastructure in SLD. New associations were created as per SAP note - #764176 'Manual correction of XI content in SLD'. We were able to transport to Production environment before this issue occurred.
    Please help !
    Regards,
    Nikhil

    Hi,
    When I am trying to export pr create a TR file in XI production environment, i am getting error message - Permission denied.
    Is this the problem ? Here is the log -
    #4 15:25:09 [Thread-27] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.misc.api.ResourceException
    com.sap.aii.utilxi.misc.api.ResourceException: Permission denied
         at com.sap.aii.ib.server.persist.gen.FileAccess.getTempDirectory(FileAccess.java:100)
         at com.sap.aii.ib.server.transport.impl.utils.FileUtils.createTmpStream(FileUtils.java:63)
         at com.sap.aii.ib.server.transport.impl.utils.FileUtils.createTmpStream(FileUtils.java:50)
         at com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.exportZipped(InternalTransportServiceImpl.java:161)
         at com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.exportXiObjects(InternalTransportServiceImpl.java:329)
         at com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.exportXiObjects(TransportServiceImpl.java:215)
         at com.sap.aii.ib.sbeans.transport.TransportServiceBean.exportXiObjects(TransportServiceBean.java:266)
         at com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.exportXiObjects(TransportServiceRemoteObjectImpl1_0.java:1136)
         at com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:877)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Serialized server exceptions:
    MESSAGE ID: java.io.IOException (serialized)
    java.io.IOException: Permission denied
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(File.java:1313)
         at java.io.File.createTempFile(File.java:1400)
         at java.io.File.createTempFile(File.java:1437)
         at com.sap.aii.ib.server.persist.gen.FileAccess.getTempDirectory(FileAccess.java:94)
         at com.sap.aii.ib.server.transport.impl.utils.FileUtils.createTmpStream(FileUtils.java:63)
         at com.sap.aii.ib.server.transport.impl.utils.FileUtils.createTmpStream(FileUtils.java:50)
         at com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.exportZipped(InternalTransportServiceImpl.java:161)
         at com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.exportXiObjects(InternalTransportServiceImpl.java:329)
         at com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.exportXiObjects(TransportServiceImpl.java:215)
         at com.sap.aii.ib.sbeans.transport.TransportServiceBean.exportXiObjects(TransportServiceBean.java:266)
         at com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.exportXiObjects(TransportServiceRemoteObjectImpl1_0.java:1136)
         at com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:877)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    #3 15:23:54 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.createEmptyXiItem(InternalXiItemService.java:92)
         at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.createEmptyXiItem(XiItemServiceProvider.java:97)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.addType(InternalXiItemServiceForNameNamespaceObjects.java:68)
    Regards,
    Nikhil

  • Requesting some changes for xen PKGBUILD to work with --enable-ovmf

    For background about this issue, you may want to read these two E-Mails to edk2 Mailing List:
    http://sourceforge.net/p/edk2/mailman/e … sg32776907
    http://sourceforge.net/p/edk2/mailman/e … sg32793684
    Basically, it goes like this:
    - Xen can be compiled with the optional --enable-ovmf option, so it can make DomU VMs using UEFI Firmware. Instructions here:
    http://wiki.xen.org/wiki/OVMF
    This can be done in Arch Linux by adding in the ./configure line of PKGBUILD --enable-ovmf, adding an additional step where makepkg downloads Source Code from edk2 repository.
    - Currently, it fails to build that way with this error:
    http://lists.xen.org/archives/html/xen- … 02855.html
    This error is caused because the edk2 Source Code that xen pulls during build is fresh and doesn't include any patch to make it aware that Arch Linux has both Python 3 (python) and Python 2 (python2). By default, it tries to compile with Python 3, so it fails.
    - Assuming than the Python version issue was fixed (I did it in a non-elegant way, replacing /usr/bin/python with /usr/bin/python2), it will still fail with this error:
    https://bugs.archlinux.org/task/40277
    https://aur.archlinux.org/packages/ovmf-svn/ (Some of the latest comments)
    This error is caused by building with GCC 4.9, earlier versions seems unaffected.
    The AUR has also a very similar package (If not identical) that is based on edk2 Source Code, the same which xen downloads while building, ovmf-svn:
    https://aur.archlinux.org/packages/ovmf-svn/
    This one has a PKGBUILD which includes some lines that seem to point that it is aware of both the python version issue, and the GCC 4.9 build issue, by providing a patch:
    https://aur.archlinux.org/packages/ov/ovmf-svn/PKGBUILD
    Reelevant lines seems to be these ones:
        msg "Fix GenFw: ERROR 3000: Invalid, Unsupported section alignment"
        patch -Np1 -i "${srcdir}/edk2-basetools-add-gcc4.9-support.patch" || true
        patch -Np1 -i "${srcdir}/edk2-ovmfpkg-add-gcc4.9-support.patch" || true
        msg "Use python2 for UDK BaseTools"
        sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
        sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/Tests/GNUmakefile"
    I didn't found any info regarding if Xen can work with OVMF ready-to-use binaries, or either building ovmf-svn, which I didn't tested but I suppose should build properly. All instructions regarding using Xen with OVMF request that it is added as option during build time. This forces me to have to modify the edk2 Source Code that xen downloads.
    Basically, what I want to request is if xen PKGBUILD can be modified to include a statement that checks if --enable-ovmf is being used, then make the appropriate changes to the edk2 Source Code that gets downloaded while building Xen so it successfully builds. This could *POSSIBILY* be based on existing ovmf-svn PKGBUILD code.
    This change could also be applied to other xen-based packages that can also be builded with --enable-ovmf and presents the same issues.

    FINALLY managed to get this thing working:
    http://i.imgur.com/ZWTRcn0.png
    I tried to build xen with --with-system-ovmf= as suggested like ten times or so, with no success. While xen seemed to build fine, when I tried to create a UEFI DomU, it simply opens and inmediately closes, through if using SeaBIOS worked fine. On xen IRC there was another Arch Linux user claiming that he recently got Xen with OVMF working using that parameter and the bios.bin binary from the ovmf-bin package from AUR. Installing ovmf-bin then providing xen the full path (--with-system-ovmf=/usr/share/ovmf/bios.bin) didn't worked, neither building ovmf-svn myself then using ovmf_x64.bin (Or renaming it to OVMF.fd, ovmf.bin, etc). It always builded perfectly, yet it failed to make a UEFI DomU. Still, both Firmwares worked when using qemu from the official Arch Linux repository (Note that ovmf-bin bios.bin is 1 MiB in size while ovmf-svn ovmf_x64.bin is 2 MiB, not sure what accounts for the difference).
    So how I got it working? A bit complex:
    - While in my first post I mention that ovmf-svn had a patch for GCC 4.9, it seems than the patch was removed in the last two days. Without the patch, ovmf-svn still builded properly, so I expected than the GCC 4.9 fix got included in edk2 Source Repository. This was blocking me earlier, so decided to give --enable-ovmf another go.
    - Renamed python2 to python as a workaround to not have to touch the edk2 tree that xen downloads, which worked the last time.
    - Used makepkg with --enable-ovmf in the PKGBUILD ./configure line. I expected it to work due what I mentioned earlier, but it still fails with the GCC 4.9's GenFw: ERROR 3000.
    - As a last resort measure, I decided to try to merge into xen the source that ovmf-svn PKGBUILD modifies, as that one builds properly.
    - I replaced all the directories inside xen/src/xen-4.4.1/tools/firmware/ovmf-dir-remote/ with the ones from ovmf-svn/src/tianocore-edk2-svn_build/. Not all directories were replaced, seems than ovmf-svn just downloads the parts of the tree required for building the OVMF Firmware, not everything, which xen does.
    - Used makepkg again, which used the existing source to try to build again.
    - It builded, no python or GenFw error. Installed the new package, rebooted, tried to make the UEFI DomU and BAM! There it is, as you can see in the Screenshot.
    Why can some users get this running with just providing bios.bin from ovmf-bin while I have to do a walk around the globe is anyone guess...
    To not derail this request further, I can say the following:
    - Assuming than --with-system-ovmf= works consistently, which for me didn't, is currently possible to build Xen with OVMF, so making a more complex PKGBUILD to be able to use --enable-ovmf may not be needed.
    - --enable-ovmf is still useful because it may reduce a two-step process (Installing ovmf-bin or building ovmf-svn) into one, through I'm not sure if there are pros/cons for each approach besides than you will have latest OVMF version compared to the ready-to-use binary. It also makes xen package more compatible with the mainstream Xen instructions, as  --with-system-ovmf= is quite unknow.
    These decisions are for kantras to make.
    Last edited by zir_blazer (2014-09-06 06:54:02)

  • Hangs when Tried to navigate while there is a pending request to change a web page

    Very often when I try to connect to a new web page, when I have made a old pending request, firefox hangs.

    One sure fireway to invite problems on a Mac is to install a/v software.
    Barry and rkaufmann87  are trying to give you excellent advice.
    If it were me, I'd backup my important files then erase the drive and start over. Anti virus software on a Mac is invasive and hard to uninstall properly.
    Since you are running v10.5, an Archive & Install won't do the job. You'll still have the previous System Folder on the drive. Clean install only.
    See: Erase & Install here > Installing Mac OS X 10.5 Leopard

  • Each time I try to open a web page it says 'server not found' so I shut it and try the same page again and it opens

    So for example I clicked on the Firefox help icon and it said 'server not found' I shut it down clicked on it again and it opened. This happens all the time with various different sites and pages within those sites

    ''4nicholas [[#question-1042391|said]]''
    <blockquote>
    So for example I clicked on the Firefox help icon and it said 'server not found' I shut it down clicked on it again and it opened
    </blockquote>
    What do you mean ''shut it down'' ? Did you close Firefox, or that window.
    Load the page. After, hold down the '''Shift''' key and press '''Reload.'''
    http://www.ehow.com/how_11385212_troubleshoot-reset-connection-firefox.html
    https://support.mozilla.org/en-US/kb/server-not-found-connection-problem
    https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message
    https://support.mozilla.org/en-US/kb/connection-untrusted-error-message

  • ADF View Objects and Recording changes for Auditing Purposes

    Hello,
    I am a new to the JDeveloper paradigm and currently working on a J2EE web pilot project. I was wondering if I could get some some ideas on how I could implement auditing in an application. Basically when a user modifies some entries on the screen, I would like to make a note of what the record was like before commiting to the database. An administrator could then see, what changes the record has been through over a period of time.
    I was thinking of using XMLTypes with the database. Does Jdeveloper handle oracle XMLType fields, or would I be looking at something along the lines of a CLOB? At this point, I would rather not implement this functionality using database triggers. Any alternate suggestions would be appreciated.
    Regards
    Anora April…
    Jdeveloper 10.1.2 (1811)
    Oracle DB 10g 10.1.2

    Hi,
    I am also interested in a best-practice note from oracle.
    Currently we store history in seperate history tables for columns that changed. All this implemented in our BaseEoImpl overriding the EntityImpl.prepareForDML().
    Thanks

  • Is it possible to store and retrieve request variables from the same page?

    I can't seem to get this to work.
    In the page constructor to retrieve the variable on reload of the page:
    String myReqValue = (String) getValue("#{requestScope.name}");
    and in public void beforeRenderResponse() {}
    setValue("#{requestScope.name}", some_var);
    Of course in th page constructor I check that its not null to know if its the first load of the page.
    Regards
    Jonathan

    Hi,
    Your setters and getters looks fine.
    This is what i did.
    public String button1_action() {
    setValue("#{requestScope.name}", "abcd");
    return "case1";
    In the page constructor .
    String check = (String) getValue("#{requestScope.name}");
    Just check whether this can help you.

  • Is there an option to not do State Saving?

    We have a constraint that prevents us from using the Session (a load balancer prevents sessions from persistenting), so I tried using "client" as our State Saving option. However, this adds 4-8Kb per page with the hidden fields, which seems unnecessary. Is there an option to disable state saving entirely?
    K.C.

    Hi,
    In a documentation, they say :
    <context-param>
        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
        <param-value>client</param-value>
    </context-param>
    The javax.faces.STATE_SAVING_METHOD is how you specify where the state of the view is saved and restored between requests. You can specify client or server. The JSF Implentation you use will default to one or the other if this is not specified.Sebastien Degardin

  • Bug with h:messages and client state saving?

    I have an application that uses <h:messages ...> to display validation/conversion errors on the page. I find that when I use "client" for my javax.faces.STATE_SAVING_METHOD, the messages completely destroy the display of the web page - HTML seems to be randomly cut off. Using the "server" state saving method solves the problem. Has anyone else seen this behavior? I can duplicate it easily.
    Thanks,
    Don

    Can you provide us with the jsp page you are using? I do not immediately
    see the probem you are encountering.
    Thanks,
    --roger (jsf co-spec lead)                                                                                                                                                                                                                                                                                                   

  • ADF EA 16, client state saving bug

    Hi,
    I have similiar issue as one reported at: Re: Bug in ADF client-side state saving.
    I have bug with <af:showDetail> component when using CLIENT_STATE_METHOD.
    I have this code in jsp:
    <af:showDetail id="payingItem" disclosedText="a" undisclosedText="b" styleClass="xpMenuBars"
    inlineStyle="margin-top: 10px; height: 24px; vertical-align: middle;" binding="#{outlookBar.payment}">
    When using token (server state saving) this HTML is rendered:
    <form><!-- Start: oracle.adf.ShowDetail["payingItem"] --><span id="m:payingItem"><div class="xpMenuBars" style="margin-top:10px;height:24px;vertical-align:middle" duplicate_style="vertical-align:middle"> ...
    You can see that inlineStyle attribute is printed out in HTML style attribute. When I use client side state method ("all" in web.xml) the inlineStyle is not transferred to style (it's empty):
    <form><!-- Start: oracle.adf.ShowDetail["payingItem"] --><span id="m:payingItem"><div class="xpMenuBars" style="" duplicate_style="vertical-align:middle">...
    Hope this will be resolved in EA17.
    Another question is why I have duplicate_style in HTML? Why renderer doesn't append style attribute. Browser wont recognize duplicate_style so it is quite useless.
    Regards, Miroslav Resetar

    You're seeing two separate bugs. One is the one reported earlier: inlineStyle can get dropped when saving state in the client. This has been fixed in EA17.
    The other thing you're seeing - with duplicate_style - is a different bug. It's not that we're outputting "duplicate_style" intentionally, but that our output code automatically (in debug mode) detects when someone tries to write out the same attribute twice (always a bug), and turns the second into "duplicate_xyz" to mark the mistake. So, the real bug is that when you set inlineStyle on af:showDetail, our code tries to write out "style" twice instead of merging the two together.

  • When trying to restore or even contact Itunes store my computer states the the ipod software server could not to contacted but I have checked netting work setting and everthing looks correct any ideas I can try as I am not a whizz on the computer yet

    When trying to restore or even contact itunes store my computer states the ipod softdate server could not be contacted. When I checked the setting everything look correct. I have just changed from using xp on my computer and now using windows 7 so I am a bit lost with the different layout

    maybe:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

Maybe you are looking for

  • Quirks and problems after a restore from Time Machine

    I had need to restore from Time Machine. It did the job, but it wasn't as easy as restoring from SuperDuper. Apple iTunes Store passwords and iTunes registrations were all lost, requiring me to re-enter passwords for the various users' authorizations

  • Error while running scheduled job fromEnterprise Manager--Please help ASAP

    BEGIN Hi, I have created a scheduled job using the below code. BEGIN sys.dbms_scheduler.create_job( job_name => '"M2RT6"."INCR_REFRESH_M2RT6"', job_type => 'PLSQL_BLOCK', job_action => 'begin REFRESH_REPORTS_POETIC(''M2PT6'',''INCR''); end;', start_d

  • POWERMAC G5 can no longer access Airport Express wireless network

    OK I've had a Airport extreme wireless network up and running for 3-years. Suddenly, my PowerMac G5 cannot connect. I know the network is OK because my Powerbook can connect to the network. I've tried running the Airport utility and re-scanning with

  • Difference in video quality

    When i wrote a program for video playback i found a difference between the quality of the video played by jmf and by my VLC player ( I am sure my eyes are not playing any tricks with me ) . Has anyone experienced any sort of difference in quality whe

  • ICD Agent State- Music On Hold

    Hi all, I deploy ICD script on my system. But i have some thing i need to do to optimize my system. I want: - All agent state is always ready. - When customer call and wait for agent to answear, they will hear music ( now they hear no thing ) Thanks