Problem of integrating apex4.1 with bi publisher

i 'm working on
linux + 11gR2 apex 4.1 bi 11.1.1.5.0(only installed bi publisher)
both apex and bi on the same server and same database
i 'm following this pdf :Integrating Oracle Application Express with BI Publisher
http://www.oracle.com/technetwork/developer-tools/apex/integrating-apex-with-bi-publisher-169198.pdf
now i got a problem when login apex using bip's username
in validate_login function flex_ws_api.make_request always got null
here is the function :
create or replace function validate_login(
p_username in varchar2,
p_password in varchar2) return boolean
is
l_validate varchar2(48);
l_env clob;
l_xml xmltype;
l_ns varchar2(4000) default null;
l_url varchar2(4000);
begin
l_env := '<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService">
<soapenv:Header/>
<soapenv:Body>
<pub:validateLogin soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<userID xsi:type="xsd:string">'||p_username||'</userID>
<password xsi:type="xsd:string">'||p_password||'</password>
</pub:validateLogin>
</soapenv:Body>
</soapenv:Envelope>';
l_url := 'http://'||v('BIPUB_SERVER');
if v('BIPUB_PORT') is not null then
l_url := l_url||':'||v('BIPUB_PORT');
end if;
l_url := l_url||'/xmlpserver/services/PublicReportService';
l_xml := flex_ws_api.make_request(
p_url => l_url,
p_envelope => l_env);
l_validate := flex_ws_api.parse_xml(l_xml,'//validateLoginReturn/text()',v('NS'));
if l_validate = 'true' then
return true;
else
return false;
end if;
exception when others then
return false;
end validate_login;
...... what's wrong???
thx !!!!!
Edited by: 901181 on 2011-12-7 下午7:32

In hopes that someone can give me some guidance, I've duplicated the issue on my apex.oracle.com workspace.
Workspace: NBPERP
Username: GUEST
Password: 12summer3
Application: 464. Report Demo
Page 1 - a drop down list with submit will show that a query, when run, will return values.
Shared Component/Report Layout: LAYOUT TESTER - a simple RTF with some unique text that mimics the table shown on page 1.
Shared Component/Report Query: TEST REPORT - the same query that is being executed on Page 1. If I click into the query and set the bind variable to "Indy" (no quotes) and then Apply Changes, I can download an XML file with the correct data. If I think click "Test Report", I get a "no data found" (unexpected condition #1). If I click back into the query and set the bind variable, click "Test Report", again, I get a "no data found" message (unexpected condition #2).
Any help/direction on this problem would be much appreciated.

Similar Messages

  • Problem while Integrating workflow with OID.

    Hi I have a problem with integrating workflow with OID.I must execute the wf_ldap.synch_all() but I couldn't find WF_LDAP package body in the database.There is only package specification.How I can restore the wf_ldap package.
    Thanks for help..

    The file WFLDAPB.pls should be used to recreate the package body for WF_LDAP (this file is in the wf/sql directory).

  • Integration bug with BI Publisher - Excel report always exports as PDF

    Hi,
    We think we found an APEX bug within the integration with BI Publisher.
    After defining a Report Query (under Shared Components) to be exported to excel format, we copy the
    generated link inside an APEX application and when user requests the report it
    always returns a PDF file, instead of an excel as defined in the Report Query.
    We're using APEX version 3.0.0.00.20. No way to make customer upgrade or apply any patch.
    Does anybody have any workaround?
    Many thanks
    Josep
    Edited by: [email protected] on Sep 1, 2008 12:56 PM

    Hi,
    No, I cannot reproduce it because this bug seems to be solved on latest versions. I think this is just a bug for eralier versions. We cannot upgrade version because we have other applications in production already and we cannot assume the risk of breaking them. Is there any workaround?
    Regards,
    Josep

  • Problem in integrating xMII with VC

    hi Experts,
    My xMII server Version is <b>11.5</b>
    I followed this document:
    <b>https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b92770-db81-2a10-8e91-f747188d8033</b> for integrating xMII with VC.
    Connection URL: http://<myXMIIServerName>/Lighthammer/ALL_TEMPLATES?version=<b>11.5</b>&trace=true
    Driver Class Name: <b>com.sap.xmii.custom.integration.jdbc.SAPxMIIJDBCDriver</b>
    System Alias: <b>XMII_JDBC</b>
    Connection test is <b>successful</b>, after configured System.
    I am getting error while <b>FindData Seach</b> in VC,
    Inputs given are,
    System: XMII_JDBC (this is my system)
    Look for: Look for a table
    the error is, <b>Error-2305 Cannot retrive catalogs and schemas; check the connection to the selected systems Cannot access JDBC metadata </b>
    I think i made mistake in connectionURL, but connection test is successful.
    Please guide me, where i made mistake.
    Points will be Awarded.
    Thanks & Regards,
    Chinnadurai R

    Hi Sam,
    Thanks for your reply... I am also think that i made mistake in comnnection URL ,
    I have created some querys under Samples/Reports,
    I gave like this::
    <b>http://<myXMIIServerName>/Lighthammer/Templates/Samples/Reports?version=11.5&trace=true</b> and  <b>http://<myXMIIServerName>/Lighthammer/Templates/Samples/Reports?</b>
    and then like this
    <b>http://<myXMIIServerName>/Lighthammer/Illuminator/Templates/Samples/Reports?version=11.5&trace=true</b>
    I tried using all the URL  shown above, but it is not listing the Querys in VC .
    Can u guide me how can i form that Connection URL ..
    Thanks & Regards,
    Chinnadurai R

  • OID integration with BI Publisher

    Hi All,
    We are using BI Publisher version 10.1.3.4.We have to integrate BI publisher with OID i followed steps given in Oracle® Business Intelligence Publisher
    Administrator's and Developer's Guide Release 10.1.3.4 Part No. E12188-01 for integrating OID with BI publisher using OID WEB UI.
    We have creted users and role (GROUPS) in OID as per instructions.We also done security configurations in admin tab for this ldap. When we try to log in through
    OID user into BI publisher we are getting error **The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.** oracle.apps.xdo.security.ValidateException
    Any help please....

    Hi Tim, I have the same problem, I configurate correct LDAP in Administrator and I can enter in Answer with roles and folders but when I try to go Products/Publisher or when I try to access via URL http://192......:7780/XMLPSERVER, said me:
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.* oracle.apps.xdo.security.ValidateException
    Any Suggestions?
    Thanks in advance.

  • Integration With BI Publisher

    I am following steps in integration with BI Publisher , we have a problem when trying to import
    PublicReportService_v11.wsdl , it takes so long time and then raise an error :
    A record that contains identical values to the record you have created already exists.while creating PublicReportService_v11 web service
    any one have suggestions my siebel tools 8.1.1.9
    Regards

    before importing delete / rename PublicReportService under business services, and also delete/rename all the IO for project XMLP Integration. Make sure there are no other Siebel repositories existing except Siebel Repository (no backups). Then import the WSDL.

  • Integration with XML Publisher

    Has anyone found out or used the integration with XML Publisher? I am using the Sourcing product and it can generate report output based on XML Publisher directly from an OAF page. I was wondering how that is done.
    Anyone know?

    I had a similar query - I heard that AR, GL, and AP (11i10) are not compatible with XML Publisher - is this true? I thought was the XML Publisher was independent of modules.
    Pls share any experience with the Publisher tool - challenges, installation, comparison to Optio, etc.
    Thanks, Vishnu

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Facing problem in integrating my custom jsp with the workflow engine

    Hi,
    I am using Jdeveloper 11.1.1.6.0 for BPM 11g implementation on my Application.I have Weblogic Server 10.3 Installed and configured the domain. Also the server is up and running.
    I am trying to create workflow and wants to integrate it with my custom jsp but i am facing problem in integrating my custom jsp with the workflow engine.Can you please answer the following questions:
    1)how to link BPM human task with my custom jsp (Requester jsp).
    2)how my custom jsp data(Requester data) will be stored in workflow engine and how the same data will be visible to the next custom jsp(Reviewer jsp).
    This is urgent .Any early reply will be great help.
    Thanks in advance.
    Edited by: 990133 on Mar 24, 2013 5:31 AM

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • Problems with iWeb publishing to MobileMe

    Hi,
    Did you have some problems since about four days on publishing with iWeb to MobileMe? In my case, when I publish my site - and I made just little changes - iWeb publish ALL the pages.
    I early had this same problem, this spring, and it was a MobileMe problem; Apple just made a little update to the server and it was ok.
    I'm using iWeb'09
    Thanks

    With a lot of media content have you considered other ways of adding movies or audio tracks that only require you uploading those file manually once and then linking to them. For movies this demo page has one possible method: Opening Item in a New, Precisely Sized Window. This demo page has 7 movies added that way. They don't load until the play button is selected. PhotoPresenter Animated Slideshow Themes
    For audio you can use flash players or a flash jutebox. Roddy's site, iWeb for Musicians, has examples and how-to's for both. See the following pages: Music Players and the following 3 pages after it. See the Next Page button at the bottom.
    I've got a couple of flash players on my demo page: Music Players.
    There are many alternatives to having to load all the media each time you republish.
    OT

  • Problem in Integration of BI Reports with NWBC

    Hi all,
    I am facing a problem when integrating Bi reorts with NWBC (Netweaver Bussiness client).I Created a role for that and when i add the BW reports in it,after saving it's displaying it as ABAP report and automatically changed the selected option to abap report.when i logged into NWBC the link for the reports are displayed but when i execute them it shows me blank screen.I added transaction to it and working fine.Problem is with Reports.In query designer i tried to save the query as a Role.it was displaying in the role screen(PFCG) bt not in NWBC.Please help me.
    1 more qns when I add report in role as a BW report it ask for query id what it is?i gave technical name here.
    Thanks in Advance.
    Vikas

    Hi Vikas,
    I'm facing the same problem, any tips?
    Regards,
    Ronen.

  • Integration of Oracle BI Publisher with Oracle Business Intelligence Enterp

    Hi,
    I have started the tutorial " Integration of Oracle BI Publisher with Oracle Business Intelligence Enterp" today but got stuck at the very first step.
    The tutorial shows that I can see "SH" and "CountryManagers" in the shared folder but I only see the Paint Demo rpd.
    I previously completed the "Creating a Repository Using the Oracle Business Intelligence Administration Tool " tutorial.
    Do I need to learn anything prior to this tutorial .
    I already have the default rpd as SH in NQSConfig.ini
    Please suggest.
    Thanks

    Nico,
    That didnt help.
    I already have the
    Star = SH.rpd, default; set
    I have tried restarting OC4J and Oracle BI Server.
    Is there someplace where we need to put the rpd so that it appears in the shared folders.
    Even if the Paint Demo rpd is seen, when I try to view the reports I get the following errors:
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27004] Unresolved table: "Paint". (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Sales Measures"."% Chg Year Ago Dollars", "Sales Measures"."Chg Year Ago Dollars", "Sales Measures"."Year Ago Dollars", "Sales Measures".Dollars, Markets.Market, Markets.Region, Periods."Year", Products.Brand, Products.UPC FROM Paint')}
    SQL Issued: SELECT "Sales Measures"."% Chg Year Ago Dollars", "Sales Measures"."Chg Year Ago Dollars", "Sales Measures"."Year Ago Dollars", "Sales Measures".Dollars, Markets.Market, Markets.Region, Periods."Year", Products.Brand, Products.UPC FROM Paint
    Hope this helps.
    Any help is appreciated.
    Thanks in advance

  • Integration of Oracle BI Publisher with OBIEE 11G

    Hi, all.
    I want to know How to Integration of Oracle BI Publisher with OBIEE 11G?
    Because I can't create data set using Oracle BI Analysis now, and the analyses and dashboards in BIEE presentation catalog is unvisible. Why?
    Thank you.

    I may be missing something, but BI Publisher Enterprise is installed at the same time as when you install BIEE on the server. You wouldn't install BI Publisher Desktop on that server. You can use BI Publisher Desktop locally to create templates for use in BI Publisher Enterprise.
    I'm much more familiar with XML (BI) Publisher as part of Oracle Apps moreso than BIEE, so I could be wrong in my assessment.
    Hope that helps,
    Brett

  • Problem with AUTO PUBLISH nd update NEW POLICY to Client .

    To : who may concern , which really need urgent help .
    after few days of setting up the ZESM , but then i was unable to find is there any setting which can "AUTO PUBLISH " into the Client side . Without the Client need to use the manual "UPDATE POLICY " button ?
    Because , we find it that to make it silent update without the CLIENT side need to manually click the UPDATE POLICY , so i would wonder is there any way to have the AUTO UPDATE the policy from SERVER side ?
    thank alot first .
    From : NX ( which this few days has been keep on try and explore the ZESM 3.5 , 4.0 , 4.1IR )
    Which really need help in here , due to we are almost to the end of the setup server and the IT infrastructure .

    I would recommend that you READ and UNDERSTAND the Installation and Administration guides from the Documentation (somebody took the job to write those, so be kind enough to read it)
    Main Doc
    http://www.novell.com/documentation/zesm41/
    Your question is answered here:
    http://www.novell.com/documentation/...a/bnk7bdx.html
    See "Update Interval".
    Lastly, this is a public support forum, served on a best-effort basis from the community. As such, there's no guarantee that you'll get an answer, and if you get one, that works and is correct. So, if you have un urgent or important issue, go ahead an open a support ticket with Novell Technical Services in order to be served by professional support engineers backed up by the engineers who wrote the code.
    http://support.novell.com/contact/
    >>>
    From: nxgame<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 12/11/2010 3:06 pm
    Subject: problem with AUTO PUBLISH nd update NEW POLICY to Client .
    To : who may concern , which really need urgent help .
    after few days of setting up the ZESM , but then i was unable to find
    is there any setting which can "AUTO PUBLISH " into the Client side .
    Without the Client need to use the manual "UPDATE POLICY " button ?
    Because , we find it that to make it silent update without the CLIENT
    side need to manually click the UPDATE POLICY , so i would wonder is
    there any way to have the AUTO UPDATE the policy from SERVER side ?
    thank alot first .
    From : NX ( which this few days has been keep on try and explore the
    ZESM 3.5 , 4.0 , 4.1IR )
    Which really need help in here , due to we are almost to the
    end of the setup server and the IT infrastructure .
    nxgame
    nxgame's Profile: http://forums.novell.com/member.php?userid=99703
    View this thread: http://forums.novell.com/showthread.php?t=427947

  • Extraction Pack Problem in Integration of DataStage 7.5.1 with BI 7.0

    Hi,
    I am facing problem in loading data using DataStage Extraction Pack. I am using DataStage version 7.5.1A and BW pack 4.2.1. The Load Pack is working fine.
    In Extraction Pack properties, The InfoSpoke "xxxxxxxx" is appearing in the search, while trying to select the InfoSpoke the system is showing 'The InfoSpoke "xxxxxxxx" was not found'.
    Can you please help me in over coming the issue. Any input is much appreciated.
    Thanks in advance,
    Kindest Regards
    Surya.

    Hello,
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved" That's not very surprising, as APEX Listener is running in Standalone Mode in your current scenario. If you close the terminal session that the JVM is running in you kill the JVM and hence APEX Listener.
    You could use a tool like "nohup" to detach the process you start from your terminal session. But using the Standalone Mode for a (long running) production scenario is not recommended anyway, and...
    I want to configure listener with EBS .When I start instance automatic start apex listener... obviously not your actual aim.
    So, EBS shall be your target. Shoudn't be a huge problem, as EBS comes with an OC4J Container and OC4J is one of the Containers officially supported by APEX Listener. I'm not sure if your EBS already ships with the JDK version needed, but as soon as it runs at least 1.6.0_20 it should work.
    As I've already replied to your question in {thread:id=1118604} there is a working approach described in {message:id=10069317}.
    Did you try that one? If so and it didn't work out, could you please describe the problems you've encountered?
    Thanks,
    Udo

Maybe you are looking for

  • PF not Factorizing Correctly

    Hi, I am facing problem in PF Calculations. For Mid month joined employees, PF was not calculating properly. So I had applied SAP Note 1116277 - Inconsistency in case of mid-month joining and separation. Still there is problem. Employee Having Basic-

  • Can no longer sync my BB with my Outlook email..?

    I have already called my cell service provider which was of no help except to ask me to update my software (which I did), reboot (which I did), but still cannot syn the two together..This all since I had my power cut in my house about a week ago..Can

  • Avid Mbox pro firewire ( with pro tools 11)  and ( Mac Mini )

    I have avid mbox pro which is working by firewire , I am planning to buy a Mac mini but I would like to make sure that is it working with my mbox pro or not ?? if the answer is yes , which one should I buy ?? i5 or i7 ? If the ( i5 ) is working prope

  • 1099 vendors report!!!!!!!!

    Hi Gurus HI, We are on ECC 6.0. We would like to generate the following report in SAP: 1). S_P00_07000134 - Generic Withholding Tax Reporting When we run these transaction, we get error that no data is selected. Can anyone throw light on what we are

  • Wants a report of characteristics values for material master

    Dear sir, how can i get the report of characteristic values of a materials. pratik