Apps discoverer mode no data

Hello

I'm integrating discoverer with EBS, after generating views of the company, and attempts to interrogate any folder, I had no data in some files, for example
Accounts payable: > bills

looking into the SQL query, discoverer does a view query: APFG_AP_INVOCIES
When we look in the DDL, it's AP_INVOICES retreving data.

Go to sql and select show * of ap_invoices
no records returned
But if the show select * from ap_invoices_all
It returns the data.

I can't find any difference between ap_invoices and ap_invoices_all the two are synonymous when referring to the same table

Any suggestion?

THX

Hello

Yes, well R12 works differently. Here the DPV is used to give safety multi-org. The solution is the same, the responsibility that you use to connect to the discoverer must be set up with the correct profiles for politics of the CAE is correctly initialized.

Support note 732826.1 has more details and workarounds.

Rod West

Tags: Business Intelligence

Similar Questions

  • Discoverer non-apps apps EUL mode

    Hello
    I'm being upgraded 3i = > 10 g discoverer.

    Current EUL is to 3i / mode of non-apps. I have improved this to non-apps 4i EUL EUL. I need to changed EUL in 4i mode apps.

    What way do this?

    Thank you
    Bhushan hicham

    Hello

    The best ways to convert a non-apps EUL apps mode mode are to use Admin Disco import/export. Create a new mode EUL apps then export all non-apps EUL mode and import into the new EUL.

    Rod West

  • How to install an AIR android app without deleting the data generated by the previous version

    I have an android application developed using adobe AIR SDK 16 and Flash CS6. Whenever I have publish/debug the application directly in the connected device. But whenever I publish the application data (images, text files) saved in the repository of application including the sqlite file are deleted. That's why I have to recreate all the data again to test. Is there a way to public/install an apk without losing the data created by the app installed? I tried with changing the version number. And I use the same certificate.

    Colin is correct. When you publish on an Android application directly on a Flash device, it removes the old version and then install a new. You can actually see this happen. If you have the app open with the screen on drawer and to publish the application from Flash, you will see the app disappear from your device and a few seconds later, another appears.

    Another way you could install the app, while keeping the data is just having Flash create the .apk file and install it manually on your device or use the method of Colin put as a beta/alpha on the game store. Be aware that if you are wanting to do your application paid for, you can first make free.

    A manual installation options include the apk of edition and then move to your device while it connected as USB device (Windows) or use the Android app (Mac) File Transfer and you need a file manager on the device application 'open' the app that will trigger the installation prompt.

    What I do, because my apps are for most of the code and are small size of file, use Dropbox. I have all my project files saved with Dropbox, so whenever I publish a new .apk file, I download the new file to my phone from Dropbox and install it from the downloads app and it prompts just update you currently installed.

    All manual installation options will be security-> Sources unknown option checked. I don't remember if it applies to the developer of the app, but apps beta/alpha on the need of a community Google Store + or Google Group created to test and anyone in the community or group can download and test the application. But of course, you can restrict the groups invite only.

  • Install PT8.53 with Linux problem: unable connect in Bootstrap Mode of Data Mover

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.

    I've been setting up PeopleTools 8,53 Instance database. Because the Wizard installation problem, I created PeopleTools 8,53 Database Instance PT853 manually. I have run the following scripts:

    (1) utlspace.sql

    (2) dbowner.sql

    (3) psadmin.sql

    (4) psroles.sql

    (5) connect.sql

    Then, we perform Data Mover script in a Windows XP Client computer to fill the PeopleTools PT853 database machine Linux Sever instance. I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine and run it successfully.

    In Oracle Linux 5 Server Machine Net Manager:

    Service name: PT853

    Connection type: default database

    "TCP/IP Protocol".

    Host: 192.168.196.102

    Port: 1521

    Listener: LISTENER

    Protocol: TCP/IP

    Host: 192.168.196.102

    Port: 1521

    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.

    In the Windows XP Client computer, the information in the Net Manager is the same as below:

    NET Service Name: PT853

    Protocol: TCP/IP

    The host of the database Machine name: 192.168.196.102

    Port: 1521

    Name of the Basic Service: PT853

    Connection type: default database

    I test the connection using 'SYSADM' and it is successful as well. This means that Windows XP database Client can connect with the server database Oracle Linux 5 successfully. But in the computer Windows XP Client, Data Mover cannot connect in Bootstrap Mode using "SYSADM". Its details are below:

    Configuration manager:

    Type of database: Oracle

    The database name: PT853

    User ID: SYSADM

    Connect ID: people

    Connect password: people

    Data Mover:

    Type of database: Oracle

    User ID: SYSADM

    Password: SYSADM

    When connect in Bootstrap Mode of Data Mover, I got the same error:

    ORA - 12154:TNS: can not resolve the connect identifier specified. Invalid user ID and password for the access code.

    Based on my understanding, in the Oracle database, the Data Mover Bootstrap mode connection requires a PSDBOWNER table with a 'Database name PT853 and UserID SYSADM' entry.

    The problem is that the PSDBOWNER table doesn't have a line after that I run 5 scripts above. I am looking at runs 5 scripts one by one as below:

    (1) running the utlspace.sql script creates spaces of table 2 (PSTEMP, PSDEFAULT). This script can not create 2 storage spaces. So, I created 2 tablespaces manually.

    (2) running the psdbowner.sql script creates the PSDBOWNER table. This script creates the PSDBOWNER table successfully, but the last line by pressing "connect system/manager", had this error: user not valid Word name and pass. logon denied. I ignore this error and continue the following script.

    (3) running the psroles.sql script created the roles PSUSER and PSADMIN. This script runs successfully without error.

    (4) running the psadmin.sql script creates ownerID SYSADM and ownerID password SYSADM. When this script runs the last line 'connect system/manager', had this error: user not valid Word name and pass. logon denied. I ignore this error and continue the following script.

    (5) running the connect.sql script creates connectID 'people' and connect password "people." This script runs successfully without error.

    My questions are:

    First of all, in the database Oracle Linux 5 server machine, when I created the instance of database PT853 using DBCA, on the management of the password for the user 'system', I unlocked it and change his password for 'system '. It causes the scripts 'psdbowner.sql' and 'psadmin.sql' got the error "username and password"? If so, how to fix?

    Second, after you run 5 scripts above, why there is no line in the table for Data Mover Bootstrap PSDBOWNER to open a session? How to solve this problem?

    Thirdly, can I just insert a line 'PT853 SYSADM' into the table PSDBOWNER for Data Mover Bootstrap to open a session?

    Thanks in advance.

    By default, the password of the population is peop1e.

    Once more, you shouldn't do anything 'manually' on the database, scripts do everything for you. Unless something is wrong.

    > When this script runs the last line 'connect system/manager', had this error: user not valid Word name and pass. logon denied. I ignore this error and continue the following script.

    I really wonder why ignore the error. This meant everything that your system password is not responsible, but something else that you set when creating the database. Never happens to you to check the script before you run it and change it if necessary?

    Nicolas.

  • Activity App lost all my data

    All of a sudden my activity App erased all my achievements, training and the latest data without provocation.

    It won't even keep new activity I am wearing my watch today.

    I tried restoring a backup without success.

    I'm absolutely Livid about how between these two devices, my iPhone and Apple Watch, I can't get my data.

    Hello

    If you restore your iPhone from an encrypted backup of the United Nations, the backup will not include or restore historical health or activity data.

    More information:

    The backup of your iPhone, iPad and iPod touch - Apple Support

    On safeguards encrypted in iTunes - Apple Support

  • Impossible to change the video quality YouTube app when using cellular data?

    Basically, when I'm on my data (AT & T) and decided to watch a video automatically plays it at 1080 but it burns my fast data. I tried to change through the video, these three points there and says unavailable. I go into settings YouTube app and I don't have any options to change the right quality quality upload. But I noticed on Android users that they have options to change the quality. I'm looking forward on Google but I don't get the option in the settings, I get even the left menu. Yes my YouTube app updated.

    http://www.howtoisolve.com/how-to-set-video-quality-for-all-video-in-YouTube-IPH one.

    Yes, the iOS YouTube app don't gives you the option to change the video quality over a cellular network. Try to open YouTube in Safari browser

  • Apps to use cellular data have problems.

    I only turn on applications that require mobile data. But when I disable it, it just turn when I return to the cell phone in the settings. I tried to use the app, but it says cellular data are disabled, then I checked the settings and it's THERE. I came across a vicious circle then. Help, please!

    My apologies to all of you who took the time to read this post.

    But it looks like a simple reboot your device will solve the problem.

  • AviSport - Contributor Mode - No Data restores

    After logging in to Sites webcenter as fwadmin, aviSport Selected-> Contributor mode - none rendered data but with the exceptions below in the log file.
    However, the selection of Admin mode looks very good.

    thoughts?

    Application server: Weblogic 10.3.5

    ERROR [com.fatwire.logging.cs.request] - < Exception including resources /jsp/cs_deployed/UI/Layout/Header/MenuHtml.jsp >
    javax.servlet.ServletException: java.lang.NoSuchFieldError: deferredExpression
    ........
    .............................

    Caused by: java.lang.NoSuchFieldError: deferredExpression
    at org.apache.taglibs.standard.tag.common.core.ForEachSupport.release(ForEachSupport.java:212)
    at jsp_servlet._jsp._cs_deployed._ui._layout._header.__menuhtml._jspService(__menuhtml.java:204)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    ... more than 154



    RROR [com.fatwire.logging.cs] - are impossible to assess the fatwire/interface/controller/controller element >
    2012-07-24 12:53:42, 089 < Exception including resources /jsp/cs_deployed/UI/Layout/LeftNavigationHtml.jsp > - ERROR [com.fatwire.logging.cs.request]
    javax.servlet.ServletException: java.lang.NoSuchFieldError: deferredExpression


    Caused by: java.lang.NoSuchFieldError: deferredExpression
    at org.apache.taglibs.standard.tag.common.core.ForEachSupport.release(ForEachSupport.java:212)

    I thought about it here:
    jar conflict causing failure after installing interface contributor?

  • Protection Mode change Data Guard.

    Experts,

    Ask your entries on the Data Guard protection mode change, below, is our environment:

    BECAUSE with two nodes: primary
    Single stand-alone Server DB: Eve
    Apply real-time: enabled

    For the primary and Standby databases, it's protection guard data display "Maximum Performance" mode. According to our needs, we would go for "maximum availability". I can go ahead and change, however I have questions in mind before making the change.

    1. do I need to change the protection on both primary & standby mode?
    2. do on DB primary change automatically the standby mode too?
    3. If the answer is NO to the 2nd question, I need to change the mode of protection to standby also? In the otherwise, primary and Standby will be run in two different modes.

    Please let us know of your entries.

    Thank you

    Crazy.

    I'm really happy that it works. Only ORA-16198 has very little information about it.

    And its raining in the North tonight so I have to escape before it turns me on.

    Best regards

    mseberg

    Subsequently

    Is equivalent to checking. Hoping no news is good news.

    I've seen this thing before restarting. Last weekend was indeed an Oracle 10 bark at me during the installation of the entire network has been good. Another error, but I finally tried the same thing and it worked also. No complete sense to me, you would think that the listener would govern. And then it takes the real is what's real.

    MS

    Published by: mseberg on December 14, 2011 18:47

  • an iPhone app that is a data base, BUT not a database of traditional who needs a server.

    As you will see with my question, I am a newbie.

    It is possible through Dreamweaver , then PhoneGap , to develop an iPhone app that is a database, BUT is not a traditional database that needs a Server.  All the info, the user will create will be stored on the phone.  If no server is required, but I need the fields drop down menu for the type of database, etc..

    Thank you

    Billy

    Hello

    If you use phonegap, then you can build your app using html5, which also means that you can use the api offline storage, which is a simple method to provide the date page so that offline, (including the use of cache manifest) and also includes the ability to use a simple database.

    See http://www.whatwg.org/specs/web-apps/current-work/multipage/webstorage.html#webstorage.

    http://www.WHATWG.org/specs/Web-apps/current-work/MultiPage/offline.html#offline

    &

    http://dev.Opera.com/articles/view/taking-your-Web-apps-offline-Web-Storage-AppCache-websq l.

    PZ

  • My SE password my Wi - Fi mode to data

    My new is automatically pass my main WiFi connection in the data connection.  It seems that every time I have if far enough away from a Repeater that I or my modem, the switch is done and then I lose the ability to hear incoming calls.  I must have a parameter that needs changes, but I am confused.

    Try to unlock WiFi help off.  Settings > cellular > Wi - Fi assist.

  • Mode synchronous data display in 2 charts in different screws

    Hi all

    I am a relative beginner to LabVIEW, in what I read some resources, done a few tutorials, and tried to make simple programs to get a feel for the program. My main project is to add extra functionality to a LabVIEW project that is used to stimulate human tissues and save the tensions that result (not for torture ). This point has no other relevance that is not convenient or easy for me to test the changes that I do. This means that I do currently with "proof-of-concept" - type programs and hope that the proven concept will work in the real application.

    Basically, I have to do some graphics to display to a second monitor. I did find something that suggests that the individual graphs can be displayed on another monitor, so I need to create a separate VI with the graphics to display. I already looked at how to display the Panel before a VI on a second monitor, tested and had no problems.

    My problem comes with the passage of the original graphical data on the main VI, on the main monitor to the graphics in the second VI, on the second monitor. It seems I can do this by moving a control to the original graphic reference to the second VI, or passing the table with the data from the original graph as an argument in the second VI. You can see my attempts of these two approaches in the attached files: the passage of the control (RefInput_graph_main.vi, graph_sub.vi) reference and passing the array (ArrayInput_graph_main.vi, ArrayInput_graph_sub.vi). The reason why I use the VI of Signal to simulate, it is that I can not simply do another stimulation experience, so I need to simulate data to see if my approach works.

    The problem I have is that the waveform in the two charts is not the same, and this problem occurs with both approaches. It seems that the waveform in the second graph is slightly offset to the right of the original wave. In other words, there seems to be a delay in time between the two charts. I don't know if it caused delays in the transmission of data (unlikely), or a few kaveat with the Signal VI to simulate.

    My questions are:

    1. What is the cause of the delay? How do I eliminate?

    (Program receives only snapshots of data after each stimulation, so it is not a continuous flow of data. I don't know if the delay will always be present in this case.)

    2. are there other ways to pass data between the graphics? Any other suggestions or guidelines?

    (The program is quite complex, so that it will probably be not possible to encapsulate the original sequence structure graph as in RefInput_graph_main.vi, which makes using a reference control was not feasible.) Yet, I am open to ideas.)

    3. all comments more?

    Thanks for your help! I'd be happy to clarify things, or change this message to make it more clear.

    Nemanja

    If you use a chart (updated for the point-to-point): create a queue and when you write in the main graphic, also write to the queue. Put the items on the second chart and the sons of the reference to the queue in the Subvi.

    If you are using a graph (and showing the entire waveform): as above, but use a notifier. In fact, you could just waiting in line the entire waveform.

    The option using a queue is essentially an architecture of producer/consumer, the second using a notification utility is a "program".

    (Just a couple of ideas... you could also share data using a FGV / Global)

  • Y at - it an app or mode that would allow me to use win 8.1 but looks like win 7 ult

    Original title: applications WIndows 7 or the mode running on a Tablet from 8.1 to win.

    I wanted to ask, anyone know if there is a soft or mode that would allow me to use win 8.1 but appearance under win 7 of the month last I have a tablet of the company who came running to win 8 but I use win 7 ult on all my networks.

    So, I wonder if there is a way to do this?

    Concerning

    Rick Crossan

    E-mail address is removed from the privacy * | E-mail address is removed from the privacy *.

    Saturday, 13 September, 2014 15:48:57 + 0000, celticpiper wrote:

    I wanted to ask, anyone know if there is a soft or mode that would allow me to use win 8.1 but appearance under win 7 of the month last I have a tablet of the company who came running to win 8 but I use win 7 ult on all my networks.

    So, I wonder if there is a way to do this?

    I would like to point out something that you may not realize: Windows 8
    has two interfaces; the modern/Metro Interface (which may be all the)
    you have looked at) and the traditional desktop Interface. You can use
    one or both.
    This traditional desktop Interface is almost identical to Windows 7
    interface; the biggest difference is that there is no Orb start
    Click to bring up the start menu. But note that you can get the beginning
    Orb back using one of the many third-party programs, either for free or
    very inexpensive (Classic Shell to)
    http://classicshell.sourceforge.NET/ and debut8 to
    http://www.stardock.com/products/start8/; my personal preference is
    Debut8, but they are both very good).  And goes from an interface to
    the other is very easy; There are several ways, but simply by pressing
    the Windows key is perhaps the easiest.
    I use Windows 8, almost exclusively with the traditional desktop interface and start 8 installed. If you were to look at and use
    my computer, you would have a hard time realizing that it is not
    Windows 7.
    I also recommend to read "how to make Windows 8 or 8.1 watch and.
    Want Windows 7 "to http://www.howtogeek.com/elk/298/45121/4206

  • Order web app components by reverse-date of a custom field

    Hi all,

    We have created a Web application that generates a list of events.

    We have created a DEPARTURE DATE field (the field type is "date"), and we need all the elements of the list page will be reverse-date classified using the START DATE field.

    We found an article on the Adobe forums that seems to have found a solution, but in our site, it does not.

    Can update you weight field of a web application automatically?

    Is there someone who can help me achieve what I described above?

    In addition, we must find a script or a plugin allowing the value of the month of the date to be located in the Italian language since Business Catalyst is not fully translated in our language.

    Thanks in advance for any help on this.

    Franco

    Hi Franco, for now you cannot sort by custom date field on web applications. IF you have a range of less than 500 points, you can load all of the elements of web application and then sort the different data such as date. This is your only option for now if you wish.

  • How to determine programmatically if LV is running program or app update mode

    I use LV 8.5 and make some measurements with a USB - DAQ. Since I have a compiled version the code continues to grow. So, I'm looking for a possibility to delay by programming between two outputs. While the tests, output and return to the system of development and as a compiled, exit application LV completely and return to the system (as it does with exit.vi).

    Hello

    Take a look at the image.

Maybe you are looking for