Expected behavior of the Exchange portlets in release 2

I've installed the Exchange portlets in release 2 successfully. Everything works - Inbox, Calendar, Contact list. However when you update the portlet with required information i.e. Inbox user name, server, # of message rows, the portlet displays the view, but once you go to a different page and then decide to return to the page with the Exchange portlets, you need to enter that very same information again. Is this the way it is suppose to work???
Please share your experiences.
Thanks,
r/ George

George,
This may be a pain for you, but could you please walk me through the steps that you took to get the exchange portlets working? We are trying to install the exchange5.5 portlets. We are currently using Portal release 9.2.1.2.14 (i think that's it - latest release) and have upgraded to 9.0.2.4 via the December PDK we downloaded. We have also made the appropriate setup to the IIS/Exchange server and can view the test.asp pages that were provided. Do you need to deploy an .ear file on OC4J for the exchange5.5 portlets like you do for the exchange2000 portlets? Any help would be appreciated and we have read the documentation included with the Dec. pdk.zip release to no avail. Thank you.
Jeremy

Similar Messages

  • Oracle says "Performance degradation is the expected behavior"

    Guys,
    Yes, you read the title correct.
    We were testing our app on a new Oracle 11g 3 node RAC (with Netapp storage) / Apex 3.1.2 and noticed poor performance. Since the environment is completely new we thought we did something wrong in the configuration.
    We also opened a SR with Oracle and provided them all the data for diagnostics.
    (I will post the Oracle's response in the subsequent posts since I ran into issue with this forum. I don't know why nothing is working for me today)
    Not only that, Oracle said, the following query is causing the system slowdown and tune this query (Again in seperate post).
    Any help will be appreciated on tuning this query
    Thanks
    Balaji Chellappa
    Note: I am posting this thread in pieces since this forum doesn't let me post in one shot.
    {color:#0000ff}Hi,
    It looks like you may be running into Bug 4755226, which unfortunately is nto really a bug as it is expected behavior.
    The issue appears to be when using the owa commands.
    You will need to determine what your code is doing at the time that the issue is occurring, then the {color:#ff0000}*code will need to be modified so it is not making as many owa calls*{color}
    Please review the above as well as Bug 4755226 and let me know your status.
    Thanks
    {color}[{color:#0000ff}https://metalink.oracle.com/CSP/main/article?cmd=show&type=BUG&id=4755226{color}|https://metalink.oracle.com/CSP/main/article?cmd=show&type=BUG&id=4755226]
    {color:#0000ff}-----
    The following procedure is doing a high number of GET requests causing system slowdown.
    QUESTION
    =========
    1) Are you familiar with this procedure?
    SQL ID: cp9jr3hp1jupk
    declare rc__ number; simple_list__ owa_util.vc_arr; complex_list__ owa_util.vc_arr; begin owa.init_cgi_env(:n__, :nm__, :v__); htp.HTBUF_LEN := 63; null; null; simple_list__(1) := 'sys.%'; simple_list__(2) := 'dbms\_%'; simple_list__(3) := 'utl\_%'; simple_list__(4) := 'owa\_%'; simple_list__(5) := 'owa.%'; simple_list__(6) := 'htp.%'; simple_list__(7) := 'htf.%'; if ((wwv_flow_epg_include_modules.authorize('f') = false) or (owa_match.match_pattern(p_string => 'f' /* */, p_simple_pattern => simple_list__ , p_complex_pattern => complex_list__ , p_use_special_chars => false))) then rc__ := 2; else null; null; f(p=>:p); if (wpg_docload.is_file_download) then rc__ := 1; wpg_docload.get_download_file(:doc_info); null; null; null; commit; else rc__ := 0; null; null; null; commit; owa.get_page(:data__, :ndata__); end if; end if; :rc__ := rc__; end;
    Thanks{color}

    Guys,
    We had a similar issue with our system, where during peak periods our CPU is running at 100% most of the time. Our DBA isolated the problem to the SQL below:
    declare
    rc__ number;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 255;
    null;
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    simple_list__(8) := 'wpg_docload.%';
    if ((owa_match.match_pattern('f', simple_list__, complex_list__, true))) then
    rc__ := 2;
    else
    null;
    null;
    f(p=>:p);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    end;
    The block of code above was getting executed too many times. He reversed engineered the process in order to find out how the block above was getting generated and executed. He found out that it has to do with references to "Shared Images" in the "Page Template" of ApEx. When you reference images, js script or css files in your stylesheet using the #WORKSPACE_IMAGES# subtitution string, #WORKSPACE_IMAGES# actually translates to:
    wwv_flow_file_mgr.get_file?p_security_group_id=923024072426648&p_fname=[FILE_NAME]
    Every reference to an image, css, js, etc from the "Shared Repository" in ApEx is a database call. We optimized our application by removing reference to #WORKSPACE_IMAGES# (by moving images, css, js out of the database and into the web server) in our page tempates and the performance boost was amazing!
    For more information about our experience, visit [Improving Performance of Your Oracle Application Express Software|http://www.web-backlinks.com/blog/index.php/2009/02/04/improving-performance-of-your-oracle-application-express-software/].
    Cheers,
    Ariel

  • Exchange Portlet - Session Cookies - Collapsing Portlets

    I am having trouble with the exchange portlet collapsing when refreshed.
    I have been tracing through the code and narrowed it down to a missing cookie in the PortletRenderRequest object.
    The process method in ExchangeProvider creates a new ApplicationLogin object using the PortletRenderRequest object.
    When the ApplicationLogin object is created it scans the cookie list in the request object for the exchangecookie which it then uses to populate the login details and sets the logged-in flag to true, if it can't find the cookie it assumes the caller is not logged in and sets the logged-in flag to false.
    The first time the ExchangeProvider.process method is called there are two cookies in the list (an exchangecookie and a JServSessionIdroot cookie) which is fine because it sets up the users details as expected, the second time it gets called (when you refresh the page) the exchangecookie has disappeared from the request object, so it leaves the ApplicationLogin object in the logged-in = false state, which inturn means the page does not get rendered.
    Does anyone know when the exchangecookie gets created and when it gets passed around? This would help in tracking down the error, or better still does anyone know how to fix this problem?
    Any help would be greatly appreciated.
    DJ
    P.S. There is a known problem in Oracle Financials and Application Server with cookies and IE, but this problem occurs in IE and NS so it does not appear to be browser dependent.
    null

    If I comment out caching and set login to "always" the portlets take 2-5 minutes to render, which is not acceptable for deployment.
    Can anybody fix the JPDK or the portlets?
    John
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amr El Magayry ([email protected]):
    Alan ,
    Comment the code that do caching in the begining of each renderShow method in each of the four renderer classes (e.g. InboxRenderer,CalendarRenderer, ...), together with login freqeuncy set to 'Always', it will work.
    Pls Send me your code to fix the Ok & Apply buttons in the Customize page.
    Amr<HR></BLOCKQUOTE>
    null

  • Outlook Exchange Portlet

    Hi,
    We've been trying unsuccessfully for a few days now to get a portlet to connect to our Exchange 5.5 server. Our basic requirement is to have a portlet within our Oracle Portal that can display mailbox statistics (such as the number of unread messages) and that allows the user to 'drill-down' into the Outlook client and access their Inbox and Calendar etc.
    We were sent a small portlet from an Oracle consultant but have had no joy in getting it to connect to Exchange.
    Would really appreciate any ideas or comments anyone can offer. Surely others have tried something like this before, and surely it cant be too difficult?!
    Thanks,
    Don

    Hi,
    Have a look at the Exchange portlets provided by Oracle: http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/SAMPLES/WEBPORTLETS/V2/EXCHANGEPORTLET/EXCHANGE55.ZIP. There's also a version for release 1 on PortalStudio.
    It doesn't allow you to drill down into the Outlook client, but instead uses Outlook Web Access to "drill down". I've installed the Exchange 2000 portlets and they work great. You can view your inbox, calendar and contacts as portlets and it's fairly easy to use the supplied code to create your own portlets e.g. for displaying tasks or notes.
    If you absolutely need to "drill down" into the Outlook client, you need to run your Portal page as an Outlook Today page (inside Outlook). Look at msdn.microsoft.com for information on how to make your own Outlook Today page.
    /Jesper

  • EXCHANGE PORTLET IN CLUSTER MACHINE

    Hi,
    I was setting the exchange portlet, but the machine residing IIS and the outlook is in a cluster how can I configure the portlet in the cluster?, is there any special instruction to setting the portlet?, I have to do the same twice in each machine or this is not supported?
    Thanks a lot.
    Cecilia Vega

    Hi Cecilia,
    I have not tested Microsoft exchange portlets in a cluster environment. But I feel these portlets should work fine in a cluster environment too.
    A few questions though,
    1. "Outlook is in a cluster", can you please elaborate on this. As the there is no dependency on Outlook for the portlets to work.
    2. Can you let me know details of Cluster environment and the version of the Windows/ IIS and Exchange server that you are using.
    Answer to the above questions will allow me to answer with more specifics.
    But here are a few points for setting up Microsoft portlets in a cluster environment:-
    1. Once you set up the Replication and Clustering in IIS, then you will be pointing to one IIS machine where the .asps are hosted. And the failover will be taken care by the clustering environment, you will not have to do any additional settings.
    2. You need to keep in mind that ASP sessions do not fail over to other nodes in Microsoft Clustering. This means that clients will need to reestablish the connection if a failover occurs on the server.
    Please get back if you face any issues.
    Take care,
    Manoj

  • Missing parameters for Exchange Portlet

    In the Exchange Portlet installation document on page 15 under
    Stage 3. Changes to zone.properties
    the line shows
    servlet.exchangeAppProv.initArgs=provider_root=c:\exchange, sessiontimeout=1800000
    it should read
    servlet.exchangeAppProv.initArgs=provider_root=c:\exchange, sessiontimeout=1800000, debuglevel=1
    This will allow the execution of the servlet/exchangeAppProv/ URL and verification of the exchange Portlet Provider configuration
    null

    Yes, I have been using $_REQUEST.
    The test script looks like this:
    <?php
    $latin_name = $_REQUEST['latname'];
    $common_name = $_REQUEST['commname'];
    if ($latin_name == "")
    $latin_name = "Not available";
    $common_name = "Not available";
    $connection = mysql_connect("localhost", "user", "pword") or
    die ("Unable to connect");
    mysql_select_db("balloonflash") or die ("Database not
    found");
    $query = "INSERT INTO species (latName, commName) VALUES
    ('$latin_name', '$common_name')";
    $result = mysql_query($query) or die ("Unable to execute
    query: " . mysql_error());
    mysql_close($connection);
    ?>
    It seems like the script is not triggered at all when I run
    the Flash form from HTML - I don't even get the default values
    entered into the database. Actually, yes I do, my mistake - but the
    variable values are not being passed over.
    The HTML source generated looks like this:
    <OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="291" HEIGHT="234" id="flashForm1" ALIGN="">
    <PARAM NAME=movie VALUE="flashForm1.swf"> <PARAM
    NAME=quality VALUE=high> <PARAM NAME=bgcolor
    VALUE=#66FFFF> <EMBED src="flashForm1.swf" quality=high
    bgcolor=#66FFFF WIDTH="291" HEIGHT="234" NAME="flashForm1" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="
    http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT>
    Alan

  • Microsoft Exchange Portlet security

    Hi, I cant find any documentation on this issue, but are there other ways to set up login security for the Exchange portlet than the ones described in http://www.oracle.com/technology/products/ias/portal/point/exchange2003/installation.html ? Basic authentication is not an option for the case I'm on right now, so a different authentication scheme is needed.
    Is it possible or do I have to resort to some activex-control or something?

    Hi gekka,
    Can you tell me which kind of authentication you are looking for Microsft Exchange Portlet?.So that i can give some solution for your problem.Please provide environment detail such as which version of exchange(2000/2003) you are using???..e.t.c
    Thanks & Regards.,
    Bala S Murugan.,
    SendRequestGetResponse At Gmail Dot Com.,
    http://balamurugan-portlets.blogspot.com

  • Deploying exchange portlet.

    I wanted to deploy the exchange portlet in Redhat 3.0 server AS 10g installation. I tried this with ORCLADMIN login.
    When tried to access this from
    http://mydomain:7778/exchange/providers/exchange the following error is displayed.
    Provider Test Page: Validation Unsuccessful
    The provider definition could not be successfully validated. Errors encountered are shown below. Please address these issues before registering with Oracle9iAS Portal
    Error - For input string: "port"
    Context - ProviderAdapter > DefaultProviderLoader
    Do anybody have a clue? Pls. help....

    Change <pageUrl> values in provider.xml. The URL specified in default provider.xml file is a dummy one and it needs to be changed on deployment.
    Regards,
    Amjad.

  • Connect refused in Exchange Portlet

    Hi,
    I am trying to config the exchange portlet using URL-services and basic authentication. When I get to create web provider, the following error show up:
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java
    exception: java.net.ConnectException: Connection refused (WWC-43000)
    An unexpected error occurred: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java)
    at java.net.Socket.<init>(Socket.java)
    at java.net.Socket.<init>(Socket.java)
    at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java:574)
    (WWC-43000)
    Any idea?
    Thanks.

    Do you mean the IsItWorking page or the test.asp in exchange portlet?
    They both work fine.
    Thanks. I meant neither of these but the test page for provider. The
    installation instructions document refers this in the file
    "INSTALLING.MICROSOFT.EXCHANGE.55.PORTLETS.html" and under
    "Configuring the Web Provider" section. You have to make sure
    the provider's servlet alias
    http://your_oracle_http_server_hostname:port/servlet/exchange55
    is running fine before specifying this URL in the provider registration
    screen.
    Hope it is clear now :-)
    Thanks,
    Amjad.

  • Exchange portlet suite automation

    We're using v3.1 of the Exchange Portlet Suite, on our ALUI G6 SP1 environment. It works OK when the user goes into their user preferences and sets up:
    userid
    password
    mailbox
    mail server
    login domain
    I want to automate this login process, by passing in all the required information.
    The configuration page allows the passing of:
    userid
    password
    mailbox
    login domain
    It doesn't allow the passing of the mail server. I also don't know how to pass the password (it's the same as the one they logged into the portal with) - it's not held in any user attribute is it?
    So - is there any way to pass the mail server in? (which to us is actually more important than anything else - we have a lot of mail servers, and users aren't told which one they're on). And is there a way to pass the password? Or will users always be required to enter this themselves?
    Cheers

    well... I haven't played w/ the IMAP / Exchange portlets, but you could try a few things
    1) turn off the preferences / user admin settings page (if the settings are currently exposed that way). That will prevent people from setting / changing them
    2) if they're stored as user settings / user info you could use a PEI to check that and then set / prompt accordingly
    3) I don't know if it's possible to have a PEI set settings for a portlet, but... if you could and these are user::portlet settings then you could do something ala (2)
    I'm not sure (3) is possible (I'm sure there's some way to do it) and I don't know what kinds of settings the portlets use, so YMMV.

  • Does Oracle Exchange Portlet 2003 Support SSL?

    I installed the Oracle Exchange Portlet 2003 successfully. However, when enabling SSL on the Webmail (frontend) of Exchange Server, I got the some SSL handshake error. Just wonder whether the portlet support the SSL.
    Failed to handle HTTP Request
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed:
    X509CertChainIncompleteErr
    Any advise will be welcomed.
    Thanks a lot in advance.

    Hi Zhan,
    I am not sure that the Exchange portlets support SSL. I will find out more info and get back to you.
    thanks,
    Harsha

  • Exchange Portlet problem

    hi experts,
    we have a problem getting the asp pages that come with the exchange portlet running. The inbox.asp script runs fine, when not the contacts.asp and calendar.asp, they both come back with the error message that the
    the method 'GetDefaultFolder' is not supported. We are running IIS server on a different NT-Box(Service Pack 6) as the exchange 5.5 server, but within the same domain. Anybody experienced the same problem?
    thanks,
    Benjamin

    Benjamin,
    See if this thread helps:
    Re: OCI JDBC Driver - Runtime UnsatisfiedLinkError
    James

  • Exchange portlet errors

    I've followed the instruction for installing the Exchange portlets. However at step "Installing registering Exchange portlets as external application", I've tryed to login to the application created and Apache is displaying 404 - page missing error.
    After looking at the Jserv log files - it displays an error - missing class ExternalServlet.
    I saw the source code ExternalServlet.java and I've tried to compile it but there are some packages missing.
    Please either adjust the documentation to provide directions on how to compile it, or provide the class file.
    Thanks.

    There is a typo in the help file that may be the cause of this error. Under the section that says "Changes to zone.properties or any other zone files" the line servlet.exchangeApp.code=oracle.external.application.ExternalServlet should say servlet.exchangeApp.code=oracle.exchange.application.ExternalServlet.
    Try this.

  • What is the expected behavior in a zone after adding a new static route in Solaris 10....

    Hi Folks,
    I have a few Solaris 10 production machines here at work and had a strange thing happen. I added a new route to these machines using the "add route <destination > <gateway>" command and my web applications running in the zones on these machines froze up. The applications that froze had no reason to do this as they have never talked to the machine in this new route. Here is the old route table via netstat -rn:
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    172.23.248.0 172.23.248.24 U 1 6794 bge1
    204.154.126.0 172.23.248.100 UG 1 0
    204.154.127.0 172.23.248.100 UG 1 0
    204.154.134.0 172.23.248.100 UG 1 0
    204.154.135.0 172.23.248.100 UG 1 0
    204.154.132.0 172.23.248.100 UG 1 0
    204.154.133.0 172.23.248.100 UG 1 0
    204.154.130.0 172.23.248.100 UG 1 0
    204.154.131.0 172.23.248.100 UG 1 0
    204.154.128.0 172.23.248.100 UG 1 0
    204.154.129.0 204.154.129.74 U 1 7980 bge0
    204.68.180.0 172.23.248.100 UG 1 0
    204.68.181.0 172.23.248.100 UG 1 0
    192.168.0.0 172.23.248.100 UG 1 34
    172.28.0.0 172.23.248.100 UG 1 9
    172.29.0.0 172.23.248.100 UG 1 0
    172.30.0.0 172.23.248.100 UG 1 0
    172.31.0.0 172.23.248.100 UG 1 0
    172.24.0.0 172.23.248.100 UG 1 0
    172.25.0.0 172.23.248.100 UG 1 44
    172.26.0.0 172.23.248.100 UG 1 934
    172.27.0.0 172.23.248.100 UG 1 0
    172.20.0.0 172.23.248.100 UG 1 0
    172.21.0.0 172.23.248.100 UG 1 0
    172.22.0.0 172.23.248.100 UG 1 82
    172.23.0.0 172.23.248.100 UG 1 161975
    172.16.0.0 172.23.248.100 UG 1 0
    172.17.0.0 172.23.248.100 UG 1 0
    172.18.0.0 172.23.248.100 UG 1 0
    172.19.0.0 172.23.248.100 UG 1 82
    10.0.0.0 172.23.248.100 UG 1 1766
    224.0.0.0 204.154.129.74 U 1 0 bge0
    default 204.154.129.1 UG 1 8411
    127.0.0.1 127.0.0.1 UH 225713773 lo0
    Here is the route table after I added my one additional route (note the top line):
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    204.154.129.209 172.23.248.100 UGH 1 5
    172.23.248.0 172.23.248.28 U 1 5757 bge1:3
    204.154.126.0 172.23.248.100 UG 1 0
    204.154.127.0 172.23.248.100 UG 1 0
    204.154.134.0 172.23.248.100 UG 1 0
    204.154.135.0 172.23.248.100 UG 1 0
    204.154.132.0 172.23.248.100 UG 1 0
    204.154.133.0 172.23.248.100 UG 1 0
    204.154.130.0 172.23.248.100 UG 1 0
    204.154.131.0 172.23.248.100 UG 1 0
    204.154.128.0 172.23.248.100 UG 1 0
    204.154.129.0 204.154.129.86 U 1 484 bge0:2
    204.68.180.0 172.23.248.100 UG 1 0
    204.68.181.0 172.23.248.100 UG 1 0
    192.168.0.0 172.23.248.100 UG 1 114
    172.28.0.0 172.23.248.100 UG 1 2
    172.29.0.0 172.23.248.100 UG 1 0
    172.30.0.0 172.23.248.100 UG 1 0
    172.31.0.0 172.23.248.100 UG 1 0
    172.24.0.0 172.23.248.100 UG 1 0
    172.25.0.0 172.23.248.100 UG 1 43
    172.26.0.0 172.23.248.100 UG 1 944
    172.27.0.0 172.23.248.100 UG 1 0
    172.20.0.0 172.23.248.100 UG 1 0
    172.21.0.0 172.23.248.100 UG 1 0
    172.22.0.0 172.23.248.100 UG 1 77
    172.23.0.0 172.23.248.100 UG 1 160823
    172.16.0.0 172.23.248.100 UG 1 0
    172.17.0.0 172.23.248.100 UG 1 0
    172.18.0.0 172.23.248.100 UG 1 0
    172.19.0.0 172.23.248.100 UG 1 0
    10.0.0.0 172.23.248.100 UG 1 183
    224.0.0.0 204.154.129.86 U 1 0 bge0:2
    default 204.154.129.1 UG 1 1850
    127.0.0.1 127.0.0.1 UH 58 225894 lo0:3
    My question is why did my application die and need to be restarted after this one simple route was added? What is the expected behavior in a zone after adding a new route to the root zone?
    Thanks,
    Tom Gellert
    tom.gellert&#64;tellabs.com

    Greg- Dreamweaver CS4/Live View integration with BrowserLab allows you to send interactive states of a local site/design directly to BrowserLab (dynamic data, rollover/mouse interaction states, widget states, et al), and from behind firewalls no less- definitely a scenario we covered.  You can get the extensions (which require Dreamweaver CS4, of course) up on the Labs site: http://labs.adobe.com/technologies/browserlab/

  • Can I get rid of Exchange with the new Server just released?

    Hi, I saw the new 8 core machine and all the programs. I also recieved an email from Apple telling me about all the calendaring it has.
    I want to get rid of Exchange. I have Outlook on 99.9% the clients, however, and they're not going to get rid of Windows or Office any time soon. Will the new server just released and the server software do Exchange server calendaring, scheduling, etc. just like (or better) than Exchange does?
    Thanks.

    iCalServer uses the new standard CalDAV protocol for calendaring. Exchange uses MS's own proprietary protocols - we do not have those implemented in iCalServer. As a result your existing Outlook users can't use iCalServer right now.
    The good news is that there is at least one group working on a plugin for Outlook that will enable access to iCalServer. Whilst this is still alpha quality right now progress is being made, and hopefully in the near future thee will be something usable. See <http://openconnector.org>.

Maybe you are looking for

  • How to create a wallet in oracle RAC environment

    How to create a wallet in oracle RAC environment. While running following command "alter system set encryption key identified by "thalesdata4"; I am getting error message "cannot auto create wallet" or "failed to open wallet. Please suggest correct w

  • How to use Adobe Anywhere in a small business environment.

    Thanks in advance for any help.  Our marketing agency has a small 1000 sq ft video studio with a couple fully loaded 27" iMac's with additional thunderbolt displays and a Pegasus 2 16TB Raid thunderbolt drive.  I collaborate with remote editors every

  • Problem with the clientinstallation runtime and merge module

    I'm using CR XI SP4 and as a data source I use a XML file that was defined with a XSD. From my application I generate a XML file and start CR through a Delphi component. As a parameter I supply a RPT file without data. That's all working. Now I want

  • Output Packet Discard Rate strange values

    Hi, I'm getting a lot of alerts regard to Interface High Discard Rate. When i went to see the Output Discard %, the value are not compressed between 0% - 100%. The values show in the following graphic are much higher than 100%. These are not the expe

  • Encore CS5 Buttons Not Showing Up?

    I built a six chapter project in Encore CS5. On the main menu (there are no submenus), there are six buttons that are correctly linked to six different timelines. In the menu view, everything looks normal. However, when I click to Preview mode, I get