Unable to See Custom Intergrator in R12 in front End

Hi ,
Did u had any luck .
I am pretty much facing the same issue.
I created a custom Integrator using the API . I can see the integrator in the tables but not from the fornt end. Can some one pleas eelborate what steps to be done to have it view in front end.
BNE_INTEGRATOR_UTILS.CREATE_INTEGRATOR(P_APPLICATION_ID => p_application_id,
P_OBJECT_CODE => 'XXXX_ASO_QOTIMP',
P_INTEGRATOR_USER_NAME => 'XXXX: ASO Quote Import',
P_LANGUAGE => 'US',
P_SOURCE_LANGUAGE => 'US',
P_USER_ID => FND_GLOBAL.USER_ID,
BNE_INTEGRATOR_UTILS.CREATE_INTERFACE_FOR_API
(P_APPLICATION_ID => P_APPLICATION_ID,
P_OBJECT_CODE => 'XXXX_ASO_QOTIMP',
P_INTEGRATOR_CODE => 'XXXX_ASO_QOTIMP_INTG',
P_API_PACKAGE_NAME => 'XXXX_ASO_QOTIMP_ADI_PK',
P_API_PROCEDURE_NAME => 'CREATE_INTERFACE',
P_INTERFACE_USER_NAME => 'XXXX: ASO Quote Interface',
P_PARAM_LIST_NAME => 'XXXX: ASO Quote PL',
P_API_TYPE => 'PROCEDURE',
P_API_RETURN_TYPE => NULL,
P_UPLOAD_TYPE => 2,
P_LANGUAGE => 'US',
P_SOURCE_LANG => 'US',
P_USER_ID => FND_GLOBAL.USER_ID,
P_PARAM_LIST_CODE => X_PARAM_LIST_CODE,
P_INTERFACE_CODE => X_INTERFACE_CODE);
     BNE_INTEGRATOR_UTILS.CREATE_DEFAULT_LAYOUT(     P_APPLICATION_ID => P_APPLICATION_ID,
               P_OBJECT_CODE => 'XXXX_ASO_QOTIMP',
               P_INTEGRATOR_CODE => 'XXXX_ASO_QOTIMP_INTG',
                              P_INTERFACE_CODE => P_INTERFACE_CODE,
                         P_USER_ID => FND_GLOBAL.USER_ID,
                         P_FORCE          => P_FORCE,
                         P_ALL_COLUMNS      => P_ALL_COLUMNS,
                              P_LAYOUT_CODE     => X_LAYOUT_CODE);
PROCEDURE CreateWebAdi AS
     ln_application_id      NUMBER;
     lx_interface_code      VARCHAR2(50);
     lx_INTEGRATOR_CODE VARCHAR2(50);
     lx_param_list_code      VARCHAR2(50);
     l_force           BOOLEAN :=FALSE;
     L_ALL_COLUMNS           BOOLEAN :=FALSE;
     L_LAYOUT_CODE           VARCHAR2(30);
BEGIN
GetApplicationID(ln_application_id);
CREATE_INTEGRATOR(ln_application_id,lx_INTEGRATOR_CODE);
CREATE_INTERFACE_FOR_API(ln_application_id,lx_INTEGRATOR_CODE,lx_param_list_code,lx_interface_code);
CREATE_DEFAULT_LAYOUT(ln_application_id,lx_interface_code,L_ALL_COLUMNS,l_force,L_LAYOUT_CODE);
END;
and i cud see the created integrator in these tables
Select * From BNE_INTEGRATORS_B order by creation_date desc
Select * From BNE_INTEGRATORS_TL order by creation_date desc
Select * From BNE_INTERFACES_B order by creation_date desc
But when i navigate to desktop integrator i dont see them in my create document page.I have associated the integrator to a custom application.
I read somewhere in the earlier post that following additional steps to be done
additional steps you need to perform to be able to access a custom integrator.
1. Create a form function to access the integrator
2. Link the integrator to the form function (security link)
3. Add the function to your menu.
Questions Related to it
i) Now when we create a form function in application developer does there to have to be any action associated with the function ? if so what would be the action? or do we need to a create a dummy function?
ii) How do i link my integrator to my form function ? would appreciate if some one can eloborate on it
Would appreciate your inputs in this regard.
Thanks
Sunil

Hi,
please let me summarize what needs to be done, and also the easiest way.
WebADI deals with access security (to make sure that not everyone can execute everything and can get data he shall not see).
Two things to do:
1. Create a record in a security table which links a form function to the integrator.
2. Put this function in your menu somewhere and from that time on you should be able to execute.
You should, because this simple approach does not work for me at all. I was cleaning the web cache, local cache, still not worked. Then I have checked the user guide and it states you need to bounce the apache. Ok, can I do this, is this what I want? No.
I am doing it different,, and it works always (in R12):
1. Create a record in a security table which links a form function to the integrator.
2. Create a qualified function call to your integrator and link this directly as menu entry into your menu.
to 1)
the integrator to use is the 800:HR_SETUP_MAINT_FUNC_INTG
"HR Maintain Integrator Form Function Association => you get it by using Responsibility: "HR Web ADI"
table is BNE_SECURED_OBJECTS
to 2)
The function I am creating is the following (you can get it from the last step from the document creation wizard)
Name = your choice
parameter = "bne:page=BneCreateDoc&bne:viewer=BNE:EXCEL2000&bne:reporting=N&bne:integrator=20006:GENERAL_3_INTG"
. > last part is your integrator (app id : name)
type = SERVLET
web_html_call = BneApplicationService
2b)
put this function into your menu, then you can always and immediate call your integrator.
Keep in mind that R12.1.2 offers a new set of forms with a responsibility "Desktop Integration Manager" with which you can do all these steps in a web form.
Just google for "Desktop Integration Manager".
hope this helps!
Volker

Similar Messages

  • Unable to see custom Trace messages in Log Viewer which were defined in UDF

    Hello Experts, I am not able to see my trace messages in Log Viewer. I have a small user defined fuction which takes a variable and returns its uppercase and while do that it writes few warning level trace messages in the trace file. I've tried changing the levels from Warning to Info but I still don't see anything in my Log Viewer. At this point I am not even sure if I am looking at right place. When I test my mapping in Message Mapping's Test tab it works fine and shows me all my trace messages. But when I do end to end it is not writing anything to the trace file. I've tried to use instructions from following blogs:
    1. /people/michal.krawczyk2/blog/2007/04/30/xipi-personalized-logging-tracing(logging and tracing)
    2. /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni (logging and tracing)
    3. /people/michal.krawczyk2/blog/2005/02/25/simple-java-code-in-graphical-mapping--xi(for my UDF)
    but I still don't see traces in my Log Viewer. Please let me know if I am doing anything wrong here.
    Thanks in advance!!
    ==============================================================
    public String TraceVar(String var1, Container container) throws StreamTransformationException{
    AbstractTrace importanttrace; //create an instace of AbstractTrace
    importanttrace = container.getTrace(); //get trace
    importanttrace.addWarning("FiletoFileMP:MyUdflibrary: " + var1); //write first message to the trace
    // fix the naming conventions later
    String SenderName; // declare multiple vars to store infos
    String ReceiverName;
    String interface_name;
    String message_ID;
    String time_Sent;
    java.util.Map map;
    map = container.getTransformationParameters();
    //get interface info into the variables
    time_Sent = (String) map.get(StreamTransformationConstants.TIME_SENT);
    message_ID = (String) map.get(StreamTransformationConstants.MESSAGE_ID);
    interface_name = (String) map.get(StreamTransformationConstants.INTERFACE);
    SenderName = (String) map.get(StreamTransformationConstants.SENDER_NAME);
    ReceiverName = (String) map.get(StreamTransformationConstants.RECEIVER_NAME);
    //post interface info to the trace
    importanttrace.addWarning("Time Sent: " + time_Sent);
    importanttrace.addWarning("Message ID: " + message_ID);
    importanttrace.addWarning("Interface Name: " + interface_name);
    importanttrace.addWarning("Sender Name: " + SenderName);
    importanttrace.addWarning("Receiver Name: " + ReceiverName);
    //convert var1 to uppercase to make sure this function has be executed
    return var1.toUpperCase();
    Edited by: Mayur Patel on May 5, 2009 11:03 PM

    Thank you Prateek for a quick response.
    Yes I was able to see my trace messages in SXMB_MONI. Below is my the info... This is great. I am still not sure why this info is not showing up in Log Veiwer's (default trace) window. Any ideas? Since this XML file contains lots of other information I was wondering how to put my trace messages into the log viewer.
    Thanks!!
      <Trace level="1" type="T">*** START APPLICATION TRACE ***</Trace>
      <Trace level="2" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">Time Sent: 2009-05-05T16:16:39Z</Trace>
      <Trace level="1" type="T">Message ID: 366CEAF14D3B410033AFDDB71CD2AF73</Trace>
      <Trace level="1" type="T">Interface Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Sender Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Receiver Name: SI_Car_Inbound</Trace>
      <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>

  • Unable to see view in drop down list at end of bread crumb

     
    Hello,
    I've a saved view in a List in SharePoint 2010
    the View used to display in the drop down list at the end of the breadcrumb but is no longer displayed. It disapeared one day after editing the page layout of the view)
    The view still exists and is accessible from a saved hyperlink.
    the view contains multiple web parts and three separate lists in the same site, filter from a forth (or master list) all in the same site.
    how can I get the view to re-appear in the drop down list at the end of the bread crumb?

    Yes, meant to pop that in the original post, Had a look in the per-location element. Nothing there either! It's disappeared from the site, but as I say a legacy Hyperlink stored in favourites
    still brings it out - I can edit the page when I get there etc...
    Apreciate you assistance BTW :-)

  • Unable to see "New from Par" option while creating Custom portal layout

    Hi All,
    I am unable to see "New from Par" option in Content Administrator. I am trying to create a custom page Layout for which I am need create layout using new par file. I am not able to see this menu option. Does anyone know from where to enable this option?
    Nitesh

    There is no option like "new from par" from ep 7.
    Create an iview based upon portal components.
    check the below link for creation
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb50360e6a11d7b84900047582c9f7/frameset.htm
    Koti Reddy

  • Unable to open java custom form in R12 instance

    Dear friends,
    I am unable to open java custom form from front end.
    Navigation as follows:
    SYSTEM ADMINISTRATOR --> UM_SHIPPING --> ORDERS LOOKUP.
    Can anyone please look into the issue please.
    The error as follows:
    Error page
    you have encountered an unexpected error. please contact the system administrator for assistance.
    Thanks,

    I am unable to open java custom form from front end.
    Navigation as follows:
    SYSTEM ADMINISTRATOR --> UM_SHIPPING --> ORDERS LOOKUP.Was this working before? If yes, any changes been done recently?
    Did you follow the steps in (What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1])?
    Can anyone please look into the issue please.
    The error as follows:
    Error page
    you have encountered an unexpected error. please contact the system administrator for assistance.Please check Apache log files for details about the error. Please also check if any errors are reported in the database log file.
    Thanks,
    Hussein

  • Unable to see the pageviewer in a page from pages library in a custom page layout

    <File Url="Inbox.aspx" Type="GhostableInLibrary" Level="Published" Path="myPages\Pages\Inbox.aspx" >
    <AllUsersWebPart WebPartOrder="0" WebPartZoneID="Header" ID="inboxwp1">
    <![CDATA[<WebPart xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/WebPart/v2">
    <Title>Inbox</Title>
    <FrameType>Default</FrameType>
    <Description>Displays another Web page on this Web page. The other Web page is presented in an IFrame.</Description>
    <IsIncluded>true</IsIncluded>
    <ZoneID>wpz</ZoneID>
    <PartOrder>0</PartOrder>
    <FrameState>Normal</FrameState>
    <Height></Height>
    <Width />
    <AllowRemove>true</AllowRemove>
    <AllowZoneChange>true</AllowZoneChange>
    <AllowMinimize>true</AllowMinimize>
    <AllowConnect>true</AllowConnect>
    <AllowEdit>true</AllowEdit>
    <AllowHide>true</AllowHide>
    <IsVisible>true</IsVisible>
    <DetailLink />
    <HelpLink />
    <HelpMode>Modeless</HelpMode>
    <Dir>Default</Dir>
    <PartImageSmall />
    <MissingAssembly>Cannot import this Web Part.</MissingAssembly>
    <PartImageLarge>/_layouts/15/images/mscntvwl.gif</PartImageLarge>
    <IsIncludedFilter />
    <Assembly>Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
    <TypeName>Microsoft.SharePoint.WebPartPages.PageViewerWebPart</TypeName>
    <ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/PageViewer">/_layouts/15/AppPages/InboxRedirectPage.aspx</ContentLink>
    <SourceType xmlns="http://schemas.microsoft.com/WebPart/v2/PageViewer">URL</SourceType>
    </WebPart>]]>
    </AllUsersWebPart>
    <AllUsersWebPart WebPartOrder="0" WebPartZoneID="LeftWP" ID="wpLeft">
    <![CDATA[
    <webParts>
    <webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
    <metaData>
    <type name="myWebParts.ProjectLinks.ProjectLinks, m, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52f3214933d771f7" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">myprojectLinks</property>
    <property name="Description" type="string">My Visual Web Part</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    ]]>
    </AllUsersWebPart>
    <Property Name="ContentTypeId" Value="0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF390076F7B5D03DD146D699D042E1C5D76EF7" />
    <Property Name="FileLeafRef" Value="Inbox.aspx" />
    <Property Name="Title" Value="Inbox" />
    <Property Name="PublishingPageLayout" Value="~SiteCollection/_catalogs/masterpage/myPageLayout/myPage.aspx, my custom Page Template"/>
    <Property Name="ContentType" Value="myPageCT" />
    <Property Name="_ModerationStatus" Value="3" />
    <Property Name="FileDirRef" Value="Pages" />
    <Property Name="FSObjType" Value="0" />
    </File>
    I have created a custom page layout in my site collec. using VS 2012 and deployed am able to see the page in the pages lib [inbox.aspx].
    Here, I have added a page viewer web part and I want to redirect to another application page, which is already coded [inboxredirect.aspx] in my solution[its another dll - another SP solution which has appln pages and web parts
    etc - ] 
    The issue is that, i am unable to see the page viewer web part when the page is displayed. inbox.aspx is a page which is created once my custompagelayouts solution is deployed and when i navigate to this page, i am stuck . i am getting
    the  " access denied " message is displayed.  
    can anyone help why this  error is displayed?
    in my inboxredirect.aspx page i am inherting from unsecuredlayoutspagebase class, so  i dont think , access denied message should come.
    using System;
    using System.Configuration;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.WebControls;
    namespace myproj.Layouts.AppPages
    public partial class InboxRedirectPage : UnsecuredLayoutsPageBase
    string projectName = string.Empty;
    protected void Page_Load(object sender, EventArgs e)
    string siteUrl = SPContext.Current.Web.Url;
    using (SPSite site = new SPSite(siteUrl))
    using (SPWeb web = site.OpenWeb())
    string urlProjectName =Request.UrlReferrer.ToString();
    projectName = urlProjectName.Split('/')[5];
    //end
    SPUser user = web.CurrentUser;
    if (user != null)
    above is my appln page to which i am redirecting.

    Solved it myself guys... (Well the major part)
    Got help from here...
    https://www.nothingbutsharepoint.com/sites/devwiki/articles/pages/blank-open-save-dialog-when-browsing-document-library-from-office-clients.aspx
    and
    http://www.sharepointconfig.com/2011/02/vs2010-list-definition-template-missing-file-dialog-view/
    with some tweaks of my own..
    Still working on it because its showing SharePoint 2010 header... And I need 2013 look...

  • Unable to see existing documents in a Custom Sharepoint 2013 Document library while saving a document directly in it using explorer mode

    Hi,
    We have a SharePoint 2013 doc library based on a custom template, which has been migrated from 2010.
    We are unable to see existing documents in a Document library created using this template while saving a document directly in it using explorer mode, However we can save files and even see them in explorer mode, only when we try to save a new document there
    directly, we cant see the old docs.
    All the OOB libraries work fine.
    Below is the normal behavior while saving a file, however nothing comes up when saving on this custom template library

    Solved it myself guys... (Well the major part)
    Got help from here...
    https://www.nothingbutsharepoint.com/sites/devwiki/articles/pages/blank-open-save-dialog-when-browsing-document-library-from-office-clients.aspx
    and
    http://www.sharepointconfig.com/2011/02/vs2010-list-definition-template-missing-file-dialog-view/
    with some tweaks of my own..
    Still working on it because its showing SharePoint 2010 header... And I need 2013 look...

  • Unable to see master data changes

    I added a new field as an Attribute to Master Data (Customer Number) and loaded the data which was successfull. I created an infoset and created a report but am unable to see the values in this new field. I check 'Values in the Infoprovider' on the reports. Also when i go to RSISET and look for Infoset Values I do not see them there.

    Hi,
    I think there are two things you should check:
    1. Have you seen the data for which you added into the attribute in your InfoObject?
    2. Have you seen the field which you added into the attribute in your InfoSet?
    If you got a "NO" answer, you maybe lose step(s).
    Hope above helps you.

  • Unable to see line items in segment clearing account

    Friends,
    Why we are unable to see the line items in intersegment clearing account/zero balance clearing account, eventhough the master is maintained as open item  and line item display.

    Hi,
    I have received the following error message.
    Account 1999990, company code xxxx is clearing account
    Message no. MSITEM111
    Diagnosis
    You have stored account 1999990 in company code xxxx as a clearing account. At the same time, you use line item management with this account.
    System Response
    Error message issued because line item display cannot read data for an account in a ledger if line items exist partially in the entry view together with clearing items for which there are no line items. In such cases, only the data with line items would be selected.
    Procedure
    Check the Customizing settings or account control. Change the settings so that only automatic postings without line items can be made to the account, or select a different account as the clearing account.

  • Unable to see the field in PSA

    HI Experts,
    Good day to ALL!
    I developed the reports every thing fine but one of the field FISTL_WP in datasource 0HR_PY_1 able to see the data in rsa3 and same field data unable to see in PSA level and  as well as RSA6 data source level  in ECC system so any one face the issue before please pass your inputs.
    Regards
    RK

    Hi,
    You can write custom program on ecc dev system T code - SE38.
    Check below code.
    Report ZROOSFIELD
    tables: ROOSFEILD.
    SELCT SINGLE * FROM ROOSFIELD WHERE OLTPSOURCE = '0HR_PY_1' AND
    OBJVERS = 'A' AND FIELD ='FISTL_WP'.
    IF SY-SUBRC = 0.
    ROOSFIELD-SELECTION ='P'.
    MODIFY ROOSFEILD.
    ENDIF.
    do the syntax check and execute it. Later check above table. you filed SELECTION will be as P.
    After that you can see at RSA6 and replicate data source to bw side. Do the rest of the things at bw side.
    Thanks

  • Unable to see my bills online for 2 months now

    Hi
    I had BT broadband, Vision and a new phoneline installed back in September. When I placed the order online I chose online billing (which I am now massively regretting!) Since everything was succesfully installed I have been unable to see my online bills.
    I can log into the "myBT" area but it then says I need to verify my email address, which I then do but when I click the link in the email it takes me to a screen which says that due to technical issues my email address cannot be verified, and it asks me to try again later. After three weeks of trying again later I sent an email to BT and was then phoned by one of their advisers. They failed to see my problem and passed me on to another adviser who eventually said that "everyone was getting this message" and that it would be "resolved shortly". Three weeks later and the problem is still not resolved and I'm still getting the same message.
    What makes this even more frustrating is that last week I had £40 debited from my account by BT but I have no idea what this is for as my broadband should be free for three months, I've used the phone three or four times (all in the evenings or at weekends) I paid for a lot of my line reental up front and I only have the basic Vision package so I'd really like to know what I've been charged for!
    Any help/advice would be massively appreciated, I really don't want to have to battle through another fruitless 20 minute phone call!

    Just a quick note to say hello as anotherfrustrated new customer with exactly the same issue as the original post?
    I will go through the care team and I hope this gets resolved, so far I had one call where the advisor tried to fix a problem I had not mentioned, one chat session where I was re-queued and then given a new phone number, and a call to this number whose solution was to log on, change the email address for contact and try again. Needless to say this also didn't work.
    In a word,shambolic and I am yet to see my first bill.
    I will report back when/if this is resolved?
    Thanks
    Michael McGrath

  • Unable to see system variable no in sap b1 due to watch

    Dear Sir,
    In SAP B1
    I am generating report Customer Aging Report.
    In PLD   Customer Code is displaying buy i am unable to display customer name in PLD because when i am unable to see
    system variable number.
    The watch cover that variable no. how can i find system variable no.
    is there any other method to see system variable no.

    Hi,
    what you are seeing in system-> status is not the installation number that is the status of your system's SAP License
    when you have not installed the license properly after the installation, it shows the status as initial
    go to SM51
    there you can find the instance number along with the Hostname_SID_InstNumber of your server
    thanks and regards
    Abdul Hadi

  • Unable to see a font in Adobe Type Kit from within Adobe Muse

    While I am able to install a font, Fertigo Pro from Adobe Type Kit, am unable to see the same font in Adobe Type Kit from within Adobe Muse.

    Unfortunately, that is not the case. From http://help.typekit.com/customer/portal/articles/1189216-introduction-to-desktop-fonts-fro m-typekit: You are now able to sync fonts from Typekit to your desktop via Adobe Creative Cloud and use them in all your applications for web mockups, print design, word processing, and more.
    Using of a font for web mockups is not the same as using it as a web font on a live website. The two uses are covered by different font licenses.
    You can use a desktop synced font in Muse as a system font and export it as an image. But to use a Typekit web font in Muse is not currently supported (though you can try the Muse Insider workflow referred to in the other forum post I mentioned above).
    Hope this clarifies things a bit.
    Abhishek

  • Custom reports in R12 not returning any data

    I'm seeing an issue of custom reports in R12 not returning any data. So far what I've been able to dig into is that the report query itself is referring to APPS synonyms that are secured under MOAC. What I am able to do is run the query in SQL Developer after having run mo_global.set_policy_context and I receive the data I'm looking for. This is not the case when running the report through the concurrent programs request.
    Secondly, I've also configured the concurrent program request to run as single operating unit mode. This aided in fixing any issues with LOVs on the parameter form. However, still no results from the report itself. I've also searched around quite extensively and added a P_CONC_PROGRAM_ID user parameter in reports developer, as well as adding SRW.USER_EXIT('FND SRWINIT') to the before report trigger and SRW.USER_EXIT('FND SRWEXIT') to the after report trigger as well. No luck. I've also tried running mo_global.set_policy_context on the before report trigger and no such luck.
    Has anyone seen similar issues with this and could shed some light? At this point, the workaround I would see is to just change the query to use respective all tables and match up against the orgid, but I'd rather not do that.

    I am facing exactly the same issue with 2 of my custom Reports in R12.1.3. We did our level best to find out the issue. It was always a hit and trial fix.
    But the following were our observations and workarounds
    0) The reports Conc Prog were in MOAC - Single mode. Both the reports had SRW INIT, EXIT and P_CONC_REQUEST_ID
    1) The reports which caused the issues[NO data fetched for MOAC] had multiple Queries in the data model and one Query fetches data and the 2nd one doesnt. Both the queries when run from SQL developer after setting the org gave results.
    Workaround for Report1
    a) We deleted the data link connecting the 2 columns in both the queries and added a bind variable instead in the 2nd /child query to refer to the column in the parent query and linked the 2 groups.
    Workaround for Report 2
    a) In report 2 the queries were not linked to each other. Only one query used to return results and the 2nd one returned 0 rows. The workaround was to use the "where" conditions as lexical parameters after having set the value for the same in before report trigger.
    Both the work around looks illogical. Still It worked..!
    Thanks
    Biju Radhakrishnan

  • Unable to see field list in Excel 2013

    Unable to see a list of fields to choose from when creating a pivot table.  I only see the field table.
    I have tried this ActiveWorkbook.ShowPivotTableFieldList =True and received the following message
    We found a problem with this formula, We couldn't find a range reference or a defined name.

    Hi,
    Did the issue occur in the special file or all the Excel 2013 file?
    If the issue occur in the special file, it might be caused by the file self, I recommend you copy/paste it to a new/blank file to test.
    If the issue occur in all the Excel 2013 file, it might be caused by the Excel15.xlb corrupted. It is located in your Windows user profile which varies with OS (Documents and Settings or Users).
    C:\Documents and Settings\Username\Application Data\Microsoft\Excel
    C:\Users\UserName\AppData\Roaming\Microsoft\Excel.
    Rename the file (Please note: If you don't backup it, you will lose any custom settings you may have made for Excel.) and then Excel will recreate it the next time Excel is opened. 
    If the issue still exists, please try to share us a sample file through One Drive, I want to test it.
    Regards,
    George Zhao
    TechNet Community Support

Maybe you are looking for

  • Printing problem with forms 4.5 on windows xp

    Hi, We have an application using forms 4.5 on DB version Oracle 9207 running on winxp. Recently the clients were formatted for virus infection problems. Now when a print job is fired from a client to a shared printer, system flashes error *" NO PRINT

  • Adobe premiere elements 11 rendering at lower bit rate than i select

    Hi, I'm using Adobe Premiere Elements 11, 64-bit Windows. I keep trying to render a project at a bit target bit rate of 10.05 MB/S (.h264 1080p MP4) but the resulting .mp4 file keeps coming out with an average bit rate of around 7000kb instead of 10,

  • Keyboard not working

    I have two new Apple computers; 17" 2.4 GHz PB Pro and 24" iMac. Upgraded both to Leopard. Upgraded both to 10.5.1 last week. Yesterday both computers started experiencing keyboard issues. Keyboard use is intermittent. Sometimes it will not work for

  • Why is iTunes Radio not working?

    when attempting to listen to any of the stations and press the play button it switches to the pause button as if ready to play and then quickly switches back to the play button and nothing plays.

  • Surcharge not going after the net price

    Hi all - We have setup a simple modifier of type "Surcharge" to add 0.75% to every qualifying order line. Everything is working except that the surcharge is based on the list price but we want it to be based on the net price. Any way to do this? Than