Issue - Oracle Business Indicators configuration in iPhone

Hi Everyone,
I am having an issue with Oracle Business Indicators configuration in iPhone. I have provided the IP address and username and pwd but I am getting the below error. Do I need to make any configuration or setup at our BI servier level?
The network operation encountered an error for the activity 'creation of an OBIEE session'.
Underlying Error Details:
unsupported URL
The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
Underlying Error Details:
unsupported URL
The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
Thanks in advance
G

You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

Similar Messages

  • IPhone Oracle Business Indicators causing 500 Internal Server Error

    We are using the iPhone Oracle Business Indicators and we are connecting to our OBIEE Answers & Dashboards but the iPhone is causing the Presentation Server to crash.
    Steps:
    1. Logon to iPhone Oracle Business Indicators
    2. Access Favorites menu and select one of the saved Favorite reports (the report has been created as a Favorite from the iPhone)
    3. Following error is displayed both on iPhone and when accessing the Presentation Services from the browser:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    4. This is actually causing the Presentation Service to go down and we have to restart the service each time when accessing Favorite reports from iphone.
    We have investigated the files created under the catalog directory _iphone and have noticed that when a Favorite report is created from the iphone, only the .atr file is created  but not the xml file itself, which lead us to the conclusion that this be the cause of the BI Presentation Services to crash.
    Has anyone experienced this problem? and if yes, how was it fixed?
    Thank you,
    Veronica

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

  • Oracle Business Indicators

    I'm attempting to connect OBI to OBIEE. I can connect and log in via safari but can not seem to get the OBI App to Authenticate. It just sits in an endless loop. Any ideas?

    Nevermind. Had Single Sign on Activated, as soon as I turned that off it worked. I now have a certificate issue but we can resolve.

  • Business Indicators - Iphone

    Hi !
    I'm running Oracle Business Indicators on the Iphone.
    Reports as well as charts are displayed, but images (JPEGS stored at the server) is just shown as a "?".
    If I run the same url on my desktop the images are displayed as it should.
    Any ideas ?
    Oracle Business Intelligence 10.1.3.4 on Win
    //Sam

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

  • OBIEE Dashboard in iphone Business Indicators

    Hi
    one of my customer want to access OBIEE reports and Dashboard through i phone device
    the integration has done with i phone and able to access the reports from shared folders by using Oracle Business Indicators
    But I am facing with the below issues
    1. How can I access Dashboards through i phone using Oracle Business Indicators
    2.I want to drill from graphical reports which I cannot able to do it(due to png images)
    waiting for your inputs

    1. You can access Dashboards through iPhone using Safari browser.
    2. You can't drill from graphical reports on iPhone.

  • Missing numbers in Business Indicators

    Hi,
    I'm using Oracle Business Indicators for iPhone. I discovered that in some reports (which ones, I don't know but it seems that the problem only occurs with big numbers, e.g. billions and above), some numbers are missing.
    For example, 2,424,345,123.35 is shown as 242.35, that is, the numbers in the middle are missing. That is very annoying since I really don't understand the source of the bug.
    btw, I made a trace with Wireshark, and it seems that the data from the obi server to the iPhone is correct (the number is correct). I'm wondering if the iPhone app itself is not buggy (surprisingly, the last version is 1.2, in july 2008, and there was no new version for iPhone v3.0). Did anyone see that problem before.
    Regards,

    This example uses the all_objects view and requires that you have at least as many rows in that view as in your work order table. If not, create a table with at least as many number and use that instead. The query in this example does not assume the lower and upper boundaries - it can be optimized a bit if those boundaries are hard-coded. Also, the fact that your work_order contains alpha characters (WO) had to be compensated for. Here is the idea (based on a Tom Kyte example, as usual):
    sql>create table t (work_order) as
      2    select 'WO' || to_char(rownum, 'FM0000')
      3      from all_objects
      4     where rownum <= 9999;
    Table created.
    sql>delete from t
      2   where work_order in ('WO1000', 'WO5000', 'WO9000');
    3 rows deleted.
    sql>select 'WO' || missing_id missing_id
      2    from t,
      3         (select rownum + min_id - 1 missing_id
      4            from all_objects,
      5                 (select max(to_number(substr(work_order, 3))) max_id,
      6                         min(to_number(substr(work_order, 3))) min_id
      7                    from t)
      8           where rownum <= (select max(to_number(substr(work_order, 3))) -
      9                                   min(to_number(substr(work_order, 3))) + 1
    10                              from t))
    11   where missing_id = to_number(substr(work_order(+), 3))
    12     and work_order is null;  
    MISSING_ID
    WO1000
    WO5000
    WO9000

  • Issue in ATG integration with Oracle Business Intelligence

    Hello,
    I am setting Oracel Business Intelligence up for Oracle ATG 10.1.
    I am using CRS application to populate data to Data warehouse schema. I can see all components like generating log files, loading log file in to database are working file. I can see data in DW schema. I am using completely ATG's default implementation; I have not made any customization so far.
    Here is environment details:
    OS : Windows 7 (64 bit)
    ATG : 10.1
    JBoss : jboss-eap-5.1
    JDK : 1.6.0_25-b06
    Database: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    Oracle Business Intelligence : Oracle BI EE 11g Release 1 (11.1.1.5)
    Used ofm_rcu_win_11.1.1.5.0 tool for creating OBI DB schema.
    I am getting below exception if I access Report in OBI.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 17001] Oracle Error code: 907, message: ORA-00907: missing right parenthesis at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT s_0, s_1, s_2, s_3, s_4, s_5, s_6, s_7, s_8, s_9, s_10, s_11, s_12, s_13, s_14, s_15, s_16, s_17, s_18, s_19, s_20, s_21, s_22, s_23, s_24, s_25, s_26, s_27, s_28, s_29, s_30, s_31, s_32, s_33, s_34, s_35, s_36, s_37, s_38, s_39, s_40, s_41, s_42, s_43 FROM ( SELECT 0 s_0, "ATG"."Date"."Day Timestamp" s_1, "ATG"."Line Item Fact"."# Orders" s_2, "ATG"."Line Item Fact"."Avg Order Discount" s_3, "ATG"."Line Item Fact"."Avg Order Size" s_4, "ATG"."Line Item Fact"."Avg Order Value" s_5, "ATG"."Line Item Fact"."Gross Revenue" s_6, "ATG"."Line Item Fact"."Units" s_7, FILTER("ATG"."Line Item Fact"."# Orders (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_8, FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_9, FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_10, FILTER("ATG"."Line Item Fact"."Avg Order Discount (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_11, FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_12, FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_13, FILTER("ATG"."Line Item Fact"."Avg Order Size (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_14, FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_15, FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_16, FILTER("ATG"."Line Item Fact"."Avg Order Value (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_17, FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_18, FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_19, FILTER("ATG"."Line Item Fact"."Gross Revenue (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_20, FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_21, FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_22, FILTER("ATG"."Line Item Fact"."Units (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_23, FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_24, FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_25, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."# Orders (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_26, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_27, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_28, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Discount (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_29, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_30, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_31, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Size (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_32, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_33, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_34, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Value (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_35, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_36, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_37, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Gross Revenue (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_38, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_39, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_40, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Units (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_41, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_42, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_43 FROM "ATG" WHERE (("Date"."Day Timestamp" BETWEEN TIMESTAMPADD(SQL_TSI_DAY,-1*60,date '2012-07-22') AND TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))) ) djm
    Has anybody come across this issue?
    Thanks,
    Mukesh
    Edited by: Mukesh on Jul 22, 2012 11:57 AM

    Hello Andrew,
    1.) DW schema in Oracle (‘Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production’).
    2.) This is for every ATG's analysis. I have not authored anything custom.
    I am sure connection information is correct in ATG.RPD file. I used to get different error like incorrect login or unable to connect if it was wrong and those are no more, So I
    believe connection URL is correct. I am not sure if need disable/enable something or do some specific configuration in DB connection in ATG.RPD.
    Thanks,
    Mukesh
    Edited by: Mukesh on Jul 23, 2012 3:50 PM

  • Issue Connecting from Oracle Business Component Browser - adf-config.xml

    There are similar posts in the forum to this, but I wasn't able to glean from them what I should do.
    Essentially, I tried Connecting by:
    right clicking on a node under a Model project, and selected TEST.
    When the Oracle Business Component Browser - Connect Dialog window opened, I clicked CONNECT.The Oracle Business Component Browser (Local) seems to have opened fine, but in the message log I see this:
    "jar:file:/C:/JDeveloper/jdev/doc/studio_doc/ohj/bc4j_f1.jar!/bc4j_f1.hs"
    Feb 10, 2007 10:16:30 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    I'm not experienced enough to know whether this is significant or not, nor if so what I need to do about this.
    Thank you to anyone who can help a newer person out with this.
    Matt
    Studio Edition Version 10.1.3.1.0.3984
    Build JDEVADF_10.1.3.1.0_NT_061009.1404.3984
    ADF Business     Components 10.1.3.39.84
    BPEL Designer     10.1.3.1.0 (Build 061009.0802)
    Java™ Platform     1.5.0_06
    CVS Version     Internal to Oracle JDeveloper (client-only)
    I found this release note, which mentions both adf-client.xml and JClient; I'm still too new to know whether this helps with this or not, but I'm hoping it does for someone out there.
    Thanks again.
    ON: http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.0.3/readme.html
    JClient Security Still Requires AM Property Setting (4889913)
    JClient applications should continue to use application module configuration property jbo.security.enforce for enabling authentication and authorization.
    The authorizationEnforce property in adf-config.xml new in 10.1.3 is not yet supported for JClient
    Message was edited by: Matt
    matt.tech

    Hi,
    the adf-config.xaml file is not created by default and not needed by default. you need this to define custom skins or ADF Security.
    For an example of adfs-config.xml doe skins see SRDemo sample app
    Frank

  • Regarding Configuring WS-security in Oracle Business Process Managers

    Hi All,
    Actually I like to invoke couple of secure services running on seperate server.These services are secured using WS-security.So I am just wondering how to configure Oracle Business process Manager so that process bpel file uses the certificates.I could not find any relevant documentation Is there any documentation available which explains how to do this?
    I would appreciate your help.
    Kind Regards
    Kashif

    yes we do native in Oracle BPEL PM (username token) - as explained here
    http://www.oracle.com/technology/products/ias/bpel/documents/bpel_admin_10.1.3.1.0.pdf page 30
    for more sophisticated ws sec stuff, pls use Oracle Webservice Manager

  • Fixed Issues in Oracle Business Intelligence Suite

    Hi,
    I've spent quite a while searching for a list of known issues that have been fixed with Oracle Business Intelligence Suite (compared to Siebel Analytics 7.8.x). Anybody aware of such a document?
    Thanks,
    Andi

    I for one haven't seen any such list. I was also looking for a list like that for the latest release, going from OBIEE 10.1.3.2 to 10.1.3.2.1but with no luck.
    Anyone seen these?

  • Configuring the iPhone and your environment for wireless corporate email

    I'm posting this as a top level thread, because I'm certain that there are others out there, who like me, are trying to figure this out.
    Configuring the iPhone for Enterprise Use
    With Apple’s release of the iPhone, IT organizations are presented with an interesting challenge. Senior execs, gadget heads, and technoratti are all flocking to this device, heralded as the be all and end all of smartphone telecommunications technology. As these devices begin to flood into our organizations, we are met with the challenge to ‘make it work’.
    After much explaining that the iPhone is not intended for Enterprise integration, and many discussions surrounding the technical feasibility of bringing said devices into the fold, and being the resident Mac and Linux head with an iPhone in hand, I decided to embark on the mission of making one ‘work’. I succeeded in part, however it’s not the kind of ‘work’ that is going to be viable for most end users.
    First of all, it’s important to understand that the email client for the iPhone is a modified version of Mac’s Mail program. Not the best client in the world, but it does support Exchange integration. It also does external email sources, such as Yahoo and gMail, very well. For my interest though, I’m focusing on the Exchange integration functionality, as that is just about everyone’s corporate standard.
    Bringing this task to fruition requires some understanding about the limitations of the iPhone, as well as some of its current quirks. Wireless802.11x, EDGE, VPN and Mail are all components necessary to provide a serviceable solution for mobile email access, and each of these things has some peculiarities that don’t appear to be fully worked out by Apple at this time.
    For instance, within my organization, we have a secured wireless connectivity option available within our building; however, the SSID of this network is not broadcast, for the obvious reasons. SO, connecting the iPhone to it is a manual process of defining the network, and automatic reconnection seems to be very hit or miss, so it becomes far less of an option for any form of direct network access to your Exchange environment. (As an example, I had to redefine that network, on the iPhone, at least half a dozen times during this process.)
    The other components have equally quirky issues, and I will discuss the how’s to get around them below.
    In coordinating this into a cohesive plan however, I will break this into three sections;
    1. Wireless and EDGE connectivity
    2. VPN access to your network
    3. Connecting to Exchange
    So, without further ado;
    Wireless and EDGE Connectivity
    The wireless capabilities of the iPhone are, on the surface at least, excellent. It connects seamlessly to unsecured networks, offers the option of prompted or unprompted automatic connectivity, and is capable of 802.11G performance. Not bad for such a small package. However, it is very limited in the forms of secure network access it supports. These are, to quote Apple’s website; (and my iPhone)
    WEP Password
    WEP hex or ASCII
    WPA (personal)
    WPA2 (personal)
    Now, due to the obvious security problems in implementing WEP security, it’s likely that any network you run into is going to be WPA or WPA2. The iPhone ONLY supports the personal versions of these protocols, so be aware of this going into the situation. If you’re not connecting to your work or school wireless, and you’re entering the information correctly, then it’s probably because they have the Enterprise version of one of the protocols enabled. If that is the case, then you’re either hunting for unsecured hotspots, or else depending on EDGE.
    In my case, I did have access to a WPA2 (Personal) enabled wireless signal to connect to my internal network. I thought my problem was half solved! I defined the connection, the wireless capability of the phone worked perfectly, and I was connected. I was wrong. Apparently, and judging from the Mac forums I’m not alone in this, the iPhone does not do a very good job of RE-connecting to a secured wireless network. It does an even worse job, when this is coupled with the fact that it doesn’t do a very good job reconnecting to a wireless network with an unpublished SSID.
    After much fiddling and research into this, I determined that this simply was not the way to go, and I abandoned the idea. I wasn’t about to compromise my network security in order to get this silly phone working! So, that left me with either unsecured WiFi, or EDGE.
    Either one of these connects pretty seamlessly, and gives me a relatively decent Internet connection. There are some issues being reported of the iPhone swapping between EDGE and WiFi for not apparent reason, but that said, it can still be made to work.
    Now that I had this connection outside of my network, I obviously had to consider options for getting a secured connection into my network, which of course leads us to;
    VPN Access Into Your Network
    Being that this device was touted as the ‘real internet’ I was very excited to see if I could achieve this connection through my SSL VPN appliance. To make a long story short, I could not. Because Apple’s idea of the ‘Real Internet’ apparently does not include those wacky concepts like Java support, this proved to be impossible. My Apple cohorts will scream that it does support JavaScript, but we all know that that and 2 bucks will get you a small coffee at Starbucks… and not much more.
    (The iPhone also does not support Flash, but that’s a topic for another conversation. I know, how could they leave that out? I’m amazed too, but then Steve Jobs always has been a bit too arrogant for his own good… I mean what does he expect, we’re all going to rewrite everything into QuickTime??? Please.)
    Since that option didn’t work, I was left with the wide selection of two possibilities provided within the iPhone software. Either, a PPTP or L2TP VPN tunnel.
    We went ahead and configured a PPTP connection on one of our Cisco routers in order to test this. It didn’t work. I couldn’t connect to it. Tried and tried. Nada. SOOOO, we said OK, and configured a L2TP connection on one of our Cisco routers, with similar results.
    Figuring that this was something in the config, we called Cisco, and did the technical support dance with them for several days, trying one thing after another to get this connection to actually work. Nothing helped, and it never worked using either protocol. Then, I noticed an obscure article somewhere on some website that said something to the effect that getting one of these tunnels to work from the iPhone to Cisco was nigh on impossible.
    About the same time, my senior network guy said screw it, let’s put this on a Microsoft server. And so we did. Now, this is interesting in it’s own right, because configuring out of the box L2TP or PPTP on a Microsoft server results in a default authentication method of Windows Authentication. This does not work for the iPhone, because it has no idea what to do with the Windows security token it receives. So, you authenticate, and then are immediately dropped due to an inability to communicate with the PPP server.
    Fortunately, we (as do most organizations) have a Radius server. We selected Radius authentication, configured both sides of the Radius authentication setup properly, and launched the PPTP tunnel…. AND…. EUREKA!!! The iPhone’s VPN software connected, authenticated, got an IP, and I was on the network! Well, no.
    After about 2 seconds, I realized that while I did indeed have a connection, I couldn’t do anything with it. Couldn’t even browse to an internal site via IP address. The connection was up, the connection was working, the connection was useless.
    So, we decided to give L2TP a shot. Configured it pretty much identically to the PPTP setup, used Radius, launched the iPhone client, and finally, after many days of screwing around, it worked. Now all I needed was to get my email working, so I started working on;
    Connecting to Exchange
    In the Mail program on the iPhone, the first time you launch it, you’re presented with the ability to configure an email source. However on subsequent or additional accounts, you must go under Settings, Mail to get to this functionality.
    Going into the Mail configuration, I selected an additional account, the account type is, of course, Exchange. The configuration components are pretty obvious, however some things of note are;
    Do NOT include your domain information in the User Name field
    For all Host Names, use the fully qualified domain name of the server, or else IP
    You WILL need to have SMTP enabled somewhere in order to send email
    Anyway, I set all this up, and nothing happened. It said that my server was not responding. Did a little research, and it turns out that the only way to connect to Exchange is through an IMAP4 connection, and just in case you didn’t know, IMAP4 is disabled by default, so you have to enable and configure it.
    Went onto the Exchange server, set the service to Auto, Started the listener, and finally, at long last, EUREKA! I finally had Corporate email on my iPhone, connecting securely, and not sending anything plain text anywhere. Hooray!
    Now for the problems with this solution;
    First of all, it depends upon VPN access into your environment, something that you may or may not be comfortable with. One good thing is that the iPhone does prompt for password to reconnect, and will tie the continuity of the VPN connection into the general phone lock security, such that an inability to provide the appropriate access code to a locked phone results in the VPN not being accessible.
    The VPN of course is dependant upon a reliable network connection. I’ve noticed that it’s somewhat graceful in switching between WiFi and EDGE, however it’s not totally graceful, and you can experience some hinky things, like being able to send and not receive, or the mail client saying ‘Connecting’ for about 5 minutes before it figures things out.
    The best cure for this is to simply stop and restart the VPN connection. Note that when you reconnect, the first attempt will prompt you for a numeric password, this is meaningless unless you have the device lock turned on. Just enter anything. (I think this is another bug) THEN it will re-prompt you for your real VPN password.
    This solution for email delivery is obviously dependant upon the VPN connection being active. I’ve noticed that at times the iPhone will disconnect the VPN (probably when service switching) and not bother to mention it. When that happens, of course the VPN must be restarted.
    For the lazy, this is an inconvenient solution because while it would appear that the iPhone will cache the VPN password, in fact it will not. That means that each re-launch requires that you re-enter your password. Not terrible for me, but I could see it being very tedious for the average corporate user.
    The OSX Mail client has several little deficiencies, which may or may not impact your use of the device in this manner. For instance, if you have subfolders defined for your inbox, and server side rules to move mail into them, then you will not see any synchronization of that mail until you actually select the subfolder. Also, since there is such poor management of attachments and downloads, moving anything around via email on this device is nigh on impossible.
    EDGE access to your corporate email, via a VPN, is a bit sloooooow. It works, it’s certainly fast enough for my purposes, but it’s not the slick quick access that we’ve all become accustomed to with Blackberry and Good devices. The lack of 3G support becomes a very noticeable shortcoming here.
    (Why Apply didn’t simply partner with Good Technologies to crank out a client for this thing, I’ll never understand, but I guess you can refer to my comment above about certain people’s arrogance.)
    The biggest problem of all of course is that it’s simply klugey. I hate klugey. But, with the capabilities at this device’s disposal, and given Apple’s ambitious, if a bit idiotic, stance that no third party will develop software for the iPhone, then this is about as good as it’s going to get for now.
    It is my understanding that overseas there is some initiative underway to provide a more seamless Visto or Synchronica integration for enterprise email. However, given Apple’s unbelievably restrictive agreement with ATT regarding this device and the OTA necessity of delivering the client, I seriously doubt if we’ll see this in the near future in the US.
    But I digress, so…
    In Conclusion
    This solution is not for the faint of heart, it doesn’t work all that well, and it has way too many moving parts that are subject to failure. However, I would say that this solution is serviceable for the corporate technology professional who needs email, and really, REALLY wants the other features of the iPhone. (ie, phone whores such as me.) It requires patience, it requires an understanding that this is not a 100% thing, and there definitely needs to be a prebuilt expectation that this device will not serve your email in anything approaching the manner to which you’ve become accustomed.
    As long as all of that is okay though, then go right ahead, set it up, and enjoy!
    The Short Version;
    (I put this at the end because I want everyone to feel my pain!)
    Wireless:
    Use unsecured wireless or EDGE. Secured wireless may be serviceable as long as the SSID is broadcast, but there are known issues with this.
    VPN:
    L2TP, shared secret, running on Microsoft server, with Radius. (May work elsewhere, but doesn’t seem to run on Cisco at all) Accounts enabled for external access.
    Exchange:
    Configure IMAP4 Virtual Server on your Exchange environment, ensure that you have some SMTP resource for outbound email, use fully qualified domain names for all servers (or IP) in the mail config and do not include any domain prefix or suffix for user accounts.
    The BIG Disclaimer at the End
    Please note that all of this is provided ‘as is’. It worked for me, and I hope it works for you. To my knowledge, it’s not endorsed by Apple, and I’m not in the business of providing support for this thing. If it breaks something, if it doesn’t work, or if you simply don’t like it or me, I don’t care. However, if you have a question, and I’m not busy, and I feel like answering, I may lend a hand. You can email me at
    Matthew dot Yotko at mac dot com
    Don’t be surprised or offended if I don’t answer. Also, understand that I don’t check this address every day… Maybe a couple times a week.
    Macbook Pro   Mac OS X (10.4.10)   iphone

    Thanks, now I understand why the wifi keeps dropping. On my personal wireless network, it also seems the distance from the access point is not good compared to my laptop. At work our network & exchange teams don't seem to have the desire to struggle with this "toy" until customers start forcing its adoption. I am using OWA and it works fine over EDGE. I will share your posting with them.
    Thank you again.
    Dell   Windows XP Pro

  • E-Business Suite Integration with Oracle Business Intelligence

    Hi,
    To integrate E-Business Suite with Oracle Business Intelligence I have done all the configurations as specified in DocId. *552735.1* of Metalink. I have tested the configurations by logging in from EBS and navigating to OBIEE Presentation Services. I'm able to navigate with no errors but not able to view Subject Areas in the Answers link. I'm testing this with 'Administrator' user. When I directly login to Presentation Serivices with the Administrator user I'm able to see the Subject Areas.
    Can anyone have idea what is the problem?
    Thanks in Advance,

    Hi,
    Think I spotted the problem - probably specific to OBIA 7.9.5.
    There is no "Authorization" initialization block: in previous incarnations (e.g. OBIA 7.9.4 and earlier I guess) there was a FndGetResp intialization block that assigned a value to the OBIEE "GROUP" system variable.
    So I did the following and now I'm getting Subject Areas and Answers answers, but Dashboards still not working for me - maybe another issue.
    1. Create system variable GROUP, temporarily with initialization block "Authentication"
    2. Create initialization block "EBS Responsibility to Group" with query (note I've modified based on new session variable name RESP_ID goes to OLTP_EBS_RESP_ID in 7.9.5):
    SELECT RESPONSIBILITY_KEY
    FROM FND_RESPONSIBILITY
    WHERE RESPONSIBILITY_ID = 'valueof(NQ_SESSION.OLTP_EBS_RESP_ID)'
    Set the execution precendence to include EBS Security Context and EBS Single Sign-On Integration
    NB: Had to create dummy variable GROUP_TMP for the "OK" button to come up, will replace that with real GROUP in next steps
    3. Go back and edit System variable GROUP and change initialization block to EBS Responsibility to Group
    4. Go back and edit initialization block EBS Responsibility to Group and remove variable GROUP_TMP
    5. Created an OBIEE Group with name = responsibility key e.g. for my "SBA Administrator" responsibility, key = "SBA_ADMIN_KEY", so I created group named "SBA_ADMIN_KEY"
    6. Made your new group (e.g. SBA_ADMIN_KEY) a member of the Administrators Group
    7. Copy across rpd and restart sa / saw
    Still awaiting response from Oracle Support ... so no guarantees this is correct and no guarantees that it won't break something else that Oracle suggests later!
    Regards,
    Gareth

  • Oracle Business Intelligence Administration Tool for Windows

    I am having issues installing Oracle Business Intelligence 11g Client on Windows 7 32 bit.
    This is how we set up our server:
    - OBIEE 11g Server is installed and configured in RHEL 5 64bit.
    (We have installed and configured Oracle Database, RCU and the OBIEE)
    - Our users are working on a Windows 7 32 bit and they are the one who will be accessing the BI Server.
    I have come across a bunch of information regarding our setup. I am sure that our BI Server is working properly as a matter of fact, we can now use Oracle Warehouse Builder of the BI Server.
    According to Metalink Doc Id: 417656.1, OBIEE Tools are only available in Windows platforms. I beleive this is the reason why we only configured OWB in our BI server (which is in RedHat) and we cannot find a way to configure OBIEE Admin Tools. But when I read the doc id, it applies to 10g versions of BI Server, what about 11g? Is there a way to configure and use OBIEE Admin tools from the BI Server in Linux?
    Also, according to the official docs:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CEGEHEJF
    4.6.1 Installing Oracle Business Intelligence Client Tools
    "..If you installed Oracle Business Intelligence on a computer running a Linux, UNIX, or 64-bit Windows operating system, and you want to use Oracle Business Intelligence client tools, you must perform the following additional steps..."
    So in my own understanding, this fits our current setup. Is this the correct solution so we can access OWB of the BI Server and use BI Admin tools from our 32 bit windows?
    Also, I have read many bloggers and users having issues in Windows 7? Following the official docs i pasted here which has steps 1-3, is Windows 7 supported by Oracle Business Intelligence 11g?
    Any help, confirmation (with credible basis) and further questions about this issue will be very much honored. Thanks a lot!

    Hi ,
    Oracle BI for CC&B has few Standard(Demo) reports packaged with this software for example CI_CSEOPN (Case by Type and Age), If we need to know the logic of this report where do we find the information as the code for this report is not user friendly which is mainly stored as functions and not understandable, Please let me know if you have any information to get the logic of this report.
    Thanks
    Vivek

  • Oracle Business Rules Rule Author

    Hi,
    Iam implementing Oracle Business Rules, while configuring rules with Rule Author, a problem is faced, a variable data which is set in one rule's action is not available to next rule's condition.
    i.e a variable set in one rule can not be used in other rule as condition.
    Is there any option to make it work,
    thanks & regards.
    anil

    I took the CarRental Java model and exposed two more attributes namely numPreConvictions and ableToDrive. Then I fed it a fact where the driver has 4 convictions and ableToDrive=true. When I ran it in the rule author tester it ran out of memory indicating it may have gone into a loop. I must be missing something here. The test RL function is below the rule set code.
    In my other test from outside the rule author it just won't fire the second rule (no out of memory issue). For that one I have a metalink SR 6560804.992 waiting for response. I attached some code to that one too. I got that one to work via Java Beans property change support.
    1. ruleset reAssertTest
    2.
    3. {
    4.
    5. rule checkConvictions
    6. {
    7. priority = 0;
    8. if
    9. (
    10. (
    11. fact carrental.Driver v0_Driver && (
    12. (v0_Driver.numPreConvictions > 2)))
    13. )
    14.
    15. {
    16. v0_Driver.ableToDrive = false;
    17. DM.println(v0_Driver.name+" has more than 2 convictions. set able to drive=false and re-assert ");
    18. assert(v0_Driver);
    19. }
    20. } //end rule checkConvictions;
    21.
    22. rule cannotDrive
    23. {
    24. priority = 0;
    25. if
    26. (
    27. (
    28. fact carrental.Driver v0_Driver && (
    29. (v0_Driver.ableToDrive == false)))
    30. )
    31.
    32. {
    33. DM.println(v0_Driver.name+" cannot drive");
    34. }
    35. } //end rule cannotDrive;
    36. }// end ruleset reAssertTest
    -- reAssertTest ---
    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat( "MM/dd/yyyy" );
    assert (new carrental.Driver( "d111", "Dave", 50, "sports", "full",
    sdf.parse ("10/1/1969"), 4, 4, true ));
    pushRuleset ("reAssertTest");
    run();
    ---------------

  • Can not log in Oracle Business Intelligence 11g

    Hi All,
    When I tried to startup the Oracle Business Intelligence 11g there are issues:
    <2010-9-12 下午11时38分24秒 CST> <Error> <oracle.wsm.resources.policymanager> <W
    SM-02311> <由于出现基础错误 "java.rmi.RemoteException: EJB Exception: ; nested e
    xception is:
    oracle.adf.share.ADFShareException: 在 parseADFConfiguration 中遇到 MDSC
    onfigurationException", 无法检索请求的文档。>
    <2010-9-12 下午11时38分41秒 CST> <Warning> <JDBC> <BEA-001129> <Received excepti
    on while creating connection for pool "mds-owsm": The Network Adapter could not
    establish the connection>
    <2010-9-12 下午11时38分42秒 CST> <Error> <oracle.adf.share.config.ADFMDSConfig>
    <BEA-000000> <在 parseADFConfiguration 中遇到 MDSConfigurationExceptionMDS-01330
    : 无法加载 MDS 配置文档
    MDS-01329: 无法加载元素 "persistence-config"
    MDS-01370: metadata-store-usage "OWSM_TargetRepos" 的 MetadataStore 配置无效。
    MDS-00922: 无法实例化 ConnectionManager "oracle.mds.internal.persistence.db.JNDI
    ConnectionManagerImpl"。
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceEx
    ception: Could not create pool connection. The DBMS driver exception was: The Ne
    twork Adapter could not establish the connection
    oracle.mds.config.MDSConfigurationException: MDS-01330: 无法加载 MDS 配置文档
    MDS-01329: 无法加载元素 "persistence-config"
    MDS-01370: metadata-store-usage "OWSM_TargetRepos" 的 MetadataStore 配置无效。
    MDS-00922: 无法实例化 ConnectionManager "oracle.mds.internal.persistence.db.JNDI
    ConnectionManagerImpl"。
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceEx
    ception: Could not create pool connection. The DBMS driver exception was: The Ne
    twork Adapter could not establish the connection
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:695)
    at oracle.mds.config.PConfig.<init>(PConfig.java:504)
    at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:692)
    at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:749)
    at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:407)
    at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java
    :2013)
    at oracle.mds.core.MDSInstance.createMDSInstanceWithCustomizedConfig(MDS
    Instance.java:1171)
    at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:571)
    at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConf
    ig.java:137)
    at sun.reflect.GeneratedMethodAccessor173.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfi
    gImpl.java:443)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:508)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:491)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:547)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:542)
    at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(
    ADFContextMDSConfigHelperImpl.java:274)
    at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:12
    10)
    at oracle.wsm.repository.mds.MDSInstanceFactory.getMDSInstance(MDSInstan
    ceFactory.java:92)
    at oracle.wsm.policymanager.bean.AbstractBean.<init>(AbstractBean.java:9
    2)
    at oracle.wsm.policymanager.bean.DocumentManagerBean.<init>(DocumentMana
    gerBean.java:101)
    at oracle.wsm.policymanager.bean.ejb.DocumentManagerEJB.<init>(DocumentM
    anagerEJB.java:52)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_Impl.<init>(
    DocumentManager_ookznn_Impl.java:24)
    at sun.reflect.GeneratedConstructorAccessor275.newInstance(Unknown Sourc
    e)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.bea.core.repackaged.springframework.jee.spi.EjbComponentCreatorBr
    okerImpl.getBean(EjbComponentCreatorBrokerImpl.java:69)
    at weblogic.ejb.container.injection.EjbComponentCreatorImpl.getBean(EjbC
    omponentCreatorImpl.java:68)
    at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(B
    aseEJBManager.java:216)
    at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBMan
    ager.java:231)
    at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessM
    anager.java:303)
    at weblogic.ejb.container.pool.StatelessSessionPool.createBean(Stateless
    SessionPool.java:201)
    at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSes
    sionPool.java:127)
    at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessMa
    nager.java:148)
    at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemote
    Object.java:230)
    at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_preInvoke(
    StatelessRemoteObject.java:43)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl.retrieveDocuments(DocumentManager_ookznn_IRemoteDocumentManagerIm
    pl.java:604)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:17
    4)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:259)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_1033_WLStub.retrieveDocuments(Unknown Source)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:346)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:343)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccAction
    Executor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivil
    egedExceptionAction.run(CascadeActionExecutor.java:79)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecu
    tor.java:48)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(Casca
    deActionExecutor.java:52)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate.retrieveDocum
    ents(DocumentManagerDelegate.java:342)
    at oracle.wsm.policymanager.accessor.BeanAccessor.updateCache(BeanAccess
    or.java:1139)
    at oracle.wsm.policymanager.accessor.BeanAccessor.fetchDocuments(BeanAcc
    essor.java:590)
    at oracle.wsm.policymanager.accessor.BeanAccessor.access$300(BeanAccesso
    r.java:111)
    at oracle.wsm.policymanager.accessor.BeanAccessor$MissingDocsFetcherTask
    .run(BeanAccessor.java:165)
    at oracle.wsm.common.scheduler.TimerManagerWrapper$TimerListenerImpl.tim
    erExpired(TimerManagerWrapper.java:63)
    at weblogic.timers.internal.commonj.ListenerWrap.timerExpired(ListenerWr
    ap.java:38)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.mds.exception.MDSExceptionList: MDS-01329: 无法加载元素 "persi
    stence-config"
    MDS-01370: metadata-store-usage "OWSM_TargetRepos" 的 MetadataStore 配置无效。
    MDS-00922: 无法实例化 ConnectionManager "oracle.mds.internal.persistence.db.JNDI
    ConnectionManagerImpl"。
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceEx
    ception: Could not create pool connection. The DBMS driver exception was: The Ne
    twork Adapter could not establish the connection
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:689)
    at oracle.mds.config.PConfig.<init>(PConfig.java:504)
    at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:692)
    at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:749)
    at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:407)
    at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java
    :2011)
    at oracle.mds.core.MDSInstance.createMDSInstanceWithCustomizedConfig(MDS
    Instance.java:1171)
    at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:571)
    at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConf
    ig.java:137)
    at sun.reflect.GeneratedMethodAccessor173.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfi
    gImpl.java:443)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:508)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:491)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:547)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:542)
    at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(
    ADFContextMDSConfigHelperImpl.java:274)
    at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:12
    10)
    at oracle.wsm.repository.mds.MDSInstanceFactory.getMDSInstance(MDSInstan
    ceFactory.java:92)
    at oracle.wsm.policymanager.bean.AbstractBean.<init>(AbstractBean.java:9
    2)
    at oracle.wsm.policymanager.bean.DocumentManagerBean.<init>(DocumentMana
    gerBean.java:100)
    at oracle.wsm.policymanager.bean.ejb.DocumentManagerEJB.<init>(DocumentM
    anagerEJB.java:41)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_Impl.<init>(
    DocumentManager_ookznn_Impl.java:42)
    at sun.reflect.GeneratedConstructorAccessor275.newInstance(Unknown Sourc
    e)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.bea.core.repackaged.springframework.jee.spi.EjbComponentCreatorBr
    okerImpl.getBean(EjbComponentCreatorBrokerImpl.java:69)
    at weblogic.ejb.container.injection.EjbComponentCreatorImpl.getBean(EjbC
    omponentCreatorImpl.java:68)
    at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(B
    aseEJBManager.java:216)
    at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBMan
    ager.java:231)
    at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessM
    anager.java:303)
    at weblogic.ejb.container.pool.StatelessSessionPool.createBean(Stateless
    SessionPool.java:201)
    at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSes
    sionPool.java:127)
    at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessMa
    nager.java:148)
    at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemote
    Object.java:230)
    at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_preInvoke(
    StatelessRemoteObject.java:41)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl.retrieveDocuments(DocumentManager_ookznn_IRemoteDocumentManagerIm
    pl.java:604)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:17
    4)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:259)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_1033_WLStub.retrieveDocuments(Unknown Source)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:346)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:343)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccAction
    Executor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivil
    egedExceptionAction.run(CascadeActionExecutor.java:79)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecu
    tor.java:48)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(Casca
    deActionExecutor.java:52)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate.retrieveDocum
    ents(DocumentManagerDelegate.java:342)
    at oracle.wsm.policymanager.accessor.BeanAccessor.updateCache(BeanAccess
    or.java:1139)
    at oracle.wsm.policymanager.accessor.BeanAccessor.fetchDocuments(BeanAcc
    essor.java:590)
    at oracle.wsm.policymanager.accessor.BeanAccessor.access$300(BeanAccesso
    r.java:111)
    at oracle.wsm.policymanager.accessor.BeanAccessor$MissingDocsFetcherTask
    .run(BeanAccessor.java:165)
    at oracle.wsm.common.scheduler.TimerManagerWrapper$TimerListenerImpl.tim
    erExpired(TimerManagerWrapper.java:62)
    at weblogic.timers.internal.commonj.ListenerWrap.timerExpired(ListenerWr
    ap.java:37)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <2010-9-12 下午11时38分42秒 CST> <Error> <oracle.wsm.resources.policymanager> <W
    SM-02311> <由于出现基础错误 "java.rmi.RemoteException: EJB Exception: ; nested e
    xception is:
    oracle.adf.share.ADFShareException: 在 parseADFConfiguration 中遇到 MDSC
    onfigurationException", 无法检索请求的文档。>
    What is wrong with it? any idea is appreciate.
    Thanks,
    arvin
    帖子经 user12986314编辑过
    帖子经 user12986314编辑过
    Edited by: user12986314 on 2010-9-12 下午5:56

    I have encounted the same promble.Have u resolve it?Please do me a favor.Thanks.

Maybe you are looking for

  • Applet not showing in browser/only getting a grey box

    Hell to all.... I am using a trial version of MS J++ and every time i execute to the browser i dont see my output all i get is a lil grey box on left side with header rules (<hr> tage in HTML) surounding the box. Can anyone help me out??? if you need

  • Problem in customer replication from ECC to CRM

    Hi experts, When I create a customer in ECC using Tcode XD01 a BDOC is created in CRM. But this Bdoc shows following errors:--      Partner (): the following errors occurred      Incorrect input data:      Validation error occurred: Module CRM_BUPA_M

  • Connecting to a database over the internet

    Hello , Ok heres an interesting question - I would like to have an applet running on my browser which needs to connect to a central server over the internet, which in turn will need to connect to a database and query some results. These results will

  • Conditional Report Sub-Totals

    Any ideas on how to conditionally show/hide report subtotals on a report? I have created a report were the first two columns are the same value . . . they are a value representing a level in a hierarchy. One of the columns has a link associated with

  • How to get bw infopackage parameters in Data sevice

    dear all expert :        I wann  loaded data from oracle table to BI ,I used DS(data service) to integration the BI and another source system .And now, I found a question in DS that was how can I got the parameters that I have input in the bw infopac