Tweaking defaults of Discoverer 10g (Viewer and Plus) login page

Using information gleaned from the Metalink notes referenced below, we've had our admins successfully configure our default Discoverer 10g login pages (for Viewer and Plus) with the following tweaks:
1) Remove the "typo-prone" entry box for RESPONSIBILITY (on an Apps-Mode EUL) in favor of the subsequent drop-down LOV option to select available responsibilities
2) Re-order CONNECT TO options to make the more frequently used APPS-MODE option first in the drop-down list, followed by the STANDARD (relational) and finally, OLAP (to be hopefully implemented at some future date)
3) Re-label CONNECT TO options with terminology more understandable to our end-users in order to better understand choices
We would like, if possible, to further enhance the relative efficiency of the user login experience by making the APPS-MODE option the default selection upon initial entry to the page (the above-indicated re-ordering of the entries didn't appear to affect Oracle's continued default selection of the STANDARD option).
If anyone has any suggestions / tips to accomplish this, we would greatly appreciate your feedback. I should also say, that we don't possess a lot of Java Development skills and therefore would appreciate any directions provided in a "cookbook/recipe" manner similar to those provided in the Metalink documents we were able to utilize for the changes made thus far.
Thanks in advance.
Metalink
Docs Desciption
312463.1-How To Customize Oracle Business Intelligence Discoverer 10g (10.1.2) Connection Page
342255.1-How To Remove the "End User Layer" option Customize Discoverer 10g (10.1.2) Connection Page

Hi
I would have to suspect that the answer to the question of restricting responsibilities might well be yes.
Here's one idea:
Because responsibilities come from FND_RESPONSBILITIES, can you write a piece of SQL that positively identifies the responsibilities that are used inside Discoverer? If you can do that, I'm wondering whether a Discoverer logon trigger might be able to set a VPD policy to only allow those responsibilities.
I don't have any time to try it otherwise I would. Is there anyone who can pick this up and run with it to see what can be made to happen?
Best wishes
Michael

Similar Messages

  • Discoverer Web Viewer and Charts

    I did a search in the forum and saw no previous discussions on this subject. So, here's the question. I've developed a worksheet with a graph in Discoverer Plus 4.1. Now the question is how does one display this graph on the Discoverer 4i viewer (Web viewer)? I've looked under Presentation and it has "Chart Area" clicked ON, but the chart doesn't show. Any ideas?
    Thanks,
    Kerry Brannen

    Thanks Andy, you've answered the question (I think). I created the chart with the DeskTop version and figured it was only logical that since everything else created in Desktop version is viewable on the web, then the chart should be as well or why else would Oracle have put it there?
    So the question is, how do I access the "Discoverer Plus Applet" and create a chart? Is there documentation?
    Thanks,
    Kerry
    P.S. We had already set the <argument name="show_graphs">true</argument> .

  • Refresh problem by combination of programmatic view and master-detail page

    I am using the latest versions of both ADF (10.1.3.2.0.4066) and JHeadstart (10.1.3.1.26) and I have an application with 1 page in which I have as root page a programmatic view (table-form) which I fill with request parameters.
    Under that programmatic view I have a master (table) with 3 detail pages (table).
    The programmatic view is populated with always 1 row, which goes always correct.
    The problem is occuring when iterating through the first entity based master table which contains lots of rows. Then the problem is that when you navigate through the master table the detail pages are refreshed correctly, but when you navigate back to the first row that row won't get updated.
    The next thing I tried is create a new jheadstart application with only the master-detail pages (entity based), so without the programmatic view, and then the iterating through the master table and the refresh of the child tables is working correct.
    What can be the problem here.

    Have you tested this in the ADF Business Components Browser? That's the tester that you can find by right-clicking your ADF BC Application Module and choosing Test. If you go to the View Object instance for the programmatic view, and using the ViewLinks to its children, do you get the same behavior as in the JHeadstart application?
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Why is Spry Tabs dropping below content out of view and back during page load.

    Hello everyone, I'm having some
    Spry Trouble. This is happening only in IE 7.
    When the page loads, you'll notice that the tabs will
    collapse before coming back to it's designated position.
    This ruins the visual appeal. Again I don't know why this
    happens but the tabs at the bottom of the content will quickly drop
    below out of view and then jump back under the content.
    Here is the URL
    http://www.patrickjudson.com/weddingIndex2.php
    Any ideas why this is happening?
    Thanks everyone - Patrick

    quote:
    Originally posted by:
    Newsgroup User
    Webethics wrote:
    > Hello everyone, I'm having some
    Spry Trouble. This is happening only in
    > IE 7.
    > When the page loads, you'll notice that the tabs will
    collapse before coming
    > back to it's designated position.
    > This ruins the visual appeal. Again I don't know why
    this happens but the tabs
    > at the bottom of the content will quickly drop below out
    of view and then jump
    > back under the content.
    >
    > Here is the URL
    http://www.patrickjudson.com/weddingIndex2.php
    I don't see the collapse issue on my end. About the only
    visual thing going on is that the background image of the tabs
    appears later than the text, but not sure that's an issue that's
    particular to the Spry code on the page.
    Perhaps it's related, or perhaps not, but in my IE7, I get an
    error on the page. It states:
    Line: 48
    Char: 3
    Error: Object required
    Code: 0
    URL:
    http://www.patrickjudson.com/weddingIndex2.php
    I only see HTML code at line 48 both in the source code, and
    even if I pull the generated content view source from Firefox. I
    checked line 48 of both of your attached JS files and neither
    seemed to be an obvious issue. I even saved a local copy of the
    page, and didn't get an error at all. The line of code in the HTML
    does seem to be the end of the div that contains your music player,
    maybe it's causing an issue in IE, not sure.
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert
    So why is there an error in IE7 saying object required.
    What does this mean, and what are the side effects?
    Any idea?
    Patrick

  • J_security_check and multiple login pages

    We have a web app which uses form-based authentication. We want the user to be able to cruise around the non-secure pages and then, when they're ready, to log in using the username/password boxes already present on whatever page they're on.
    This kind of flies in the face of standard use of j_security_check in that we're not redirecting to a login page, but already have the login information. We are therefore POSTing directly to j_security_check. We are also assuming that the j_security_check will redirect the user to one of the files in the welcome file list upon authentication.
    This makes me a bit uneasy. There seems like there should be a better way, and I don't know what it is. Furthermore, we seem to be having some problems, and I feel this might be the cause of it.
    What's the proper way of having multiple points of login, with different login pages, and still use form-based authentication?

    Thanks Frank!
    I am now a little further, I have made a small examlple which runs fine in Eclipse, but when I try to implement on JDeveloper I get two Exceptions:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied.
    There's is probably something wrong with my paths,
    but do you by any chance have some examles, that can help med along?
    Regards Newbe

  • Problems with Discoverer Viewer and the printable page

    Hi,
    I have a problem in Discoverer Viewer. I run a workbook, see the results and I click on "Printable Page". I set the page setup options to "Portait" and "100% scale". I preview the workbook in a PDF file and it's ok, I see the results in "Portait" and "100%".
    I close the PDF file and I click again on the "Printable Page". This time, I set the workbook to "Landscape" and "20% scale". I preview the workbook in a PDF file and it's NOT ok, the results are still in "Portait" and "100%". And the date/time in the workbook is the time when I run the workbook the first time. So, it's seems like a browser cache problem. The problem repeats until I clear the brower cache. At that moment, the workbook will take the page setup that I set at this time. However, it will be the same workbook with the same results until I clear the cache once again.
    If I save the PDF file on my Windows Desktop and I overwrite it each time, it's ok.
    Can somebody help me on this??
    Thank you!
    Mathieu

    Hi Michael,
    I'm clearing the browser cache by going in Tools -> Internet Options. In the "General" tab, I click on the "Delete files..." in the "Temporary Internet Files" section" (middle of the window).
    But I don't indicate that Discoverer is saving my printable page changes. I say that the first time I run a workbook, Discoverer saves it (the results) in the "Temporary Internet Files" folder in a PDF file. Each time I run the same workbook after that, Discoverer don't overwrite the file in the "Temporary Internet Files" folder. He takes the PDF file that is already there and show it to me. So, the results are the same even if the data has changed. It does this until I clear the browser cache (it deletes the PDF file in the "Temporary Internet Files" folder).
    Do you understand?
    Regards,
    Mathieu

  • Oracle 10g views and procs

    We have a view with a proc imbedded within. The view's is in one schema and the proc is in another. the schema where the proc is has execute on the proc. A schema that is not the view or the proc but has select on the view is able to do so. When we try to grant select on the view to the schema that owns the proc we get an error that the proc does not have a grant option (which is not allow at our site).any ideas....

    Best resource is Backup and Recovery guide from Oracle document site.
    Backup and Recovery Advanced User's Guide
    http://download-west.oracle.com/docs/cd/B19306_01/backup.102/b14191/toc.htm

  • View and Edit properties pages are not woriking after export and import in sharepoint2013

    Hi,
    After performing Export and Import in SharePoint 2013 for a subsite, metadata is missing in document library. 404 error triggers on  clicking both View-properties of an item and /Forms/DisplayDocument.aspx.
    Please help me in this.
    Regards,
    Gurudatta

    While uploading, after browsing the document clicking on OK button giving below error.
    Nothing is generated in Event logs. Below are sharepoint logs.
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x499C SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (GET:http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=/QAPortal/PackingMaterial/frmFile4&Source=http://siteurl/frmFile4/Forms/AllItems.aspx?InitialTabId=Ribbon%252EDocument&VisibilityContext=WSSTabPersistence&RootFolder=%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1) 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x499C SharePoint Foundation        
     Request Management             adc7u Medium   Mapping URI from 'http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1'
    to 'http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%2... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.44* w3wp.exe (0x5234)                        0x499C SharePoint Foundation        
     Request Management             adc7u Medium   ...52FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1' 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Monitoring                     nasq Medium   Entering monitored scope (Request (GET:http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1)).
    Parent No
    07/16/2014 17:32:08.44  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (GET:http://siteurl/frmFile4/Forms/CreateDocument.aspx?Mode=Upload&CheckInComment=&ID=963&RootFolder=%2FQAPortal%2FPackingMaterial%2FfrmFile4&Source=http%3A%2F%2Fuslsp13%3A1111%2FQAPortal%2FPackingMaterial%2FfrmFile4%2FForms%2FAllItems%2Easpx%3FInitialTabId%3DRibbon%252EDocument%26VisibilityContext%3DWSSTabPersistence%26RootFolder%3D%252FQAPortal%252FPackingMaterial%252FfrmFile4&IsDlg=1) 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.46  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Authentication Authorization   agb9s Medium   Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|usl\hclspp, ClaimsCount=23 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Information Rights Management  5202 Information Information Rights Management (IRM): Requesting user email address is empty. 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     UserAgent not available, file operations may not be optimized.   
    at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb)     at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo&
    fileInfo, SqlSession session, PrefetchResult prefetchResult)     at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm,
    Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest&
    dbreq, SPDocumentBindResults& dbres... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel,
    UInt64& ppermMask, ... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object&
    pvarMultipleMeetingDoclibRootFolders, String& pbst... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...rRedirectUrl, Boolean& pbObjectIsList, Guid&
    pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies,
    String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String
    bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean&
    pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ... String& pbstrTimeLastModified, String& pbstrContent,
    UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied,
    Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)    
    at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage,
    String& siteRoot, Guid& siteId, Int64& bytes, ... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...Guid& docId, UInt32& docVersion, String&
    timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean&
    ObjectIsList, Guid& listId)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean&
    isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object&
    buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...String& siteRoot, String& redirectUrl, Object&
    oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String
    virtualPath)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web)     at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context)    
    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea)    
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...ecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback
    cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)    
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50* w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ak8dj High     ...etion(IntPtr pHandler, RequestNotificationStatus&
    notificationStatus)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 
     9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.50  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          aiv4w Medium   Spent 0 ms to bind 13297 byte file stream 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  mssearch.exe (0x1B6C)                    0x3F24 SharePoint Server Search       Crawler:Content
    Plugin         ajjig Medium   CSSFeeder::ReportPingSession: the session 86ba63af-ce5a-4c7c-a836-c70ee9961b91 has been pinged by PollCallbacks 
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Information Rights Management  ai4ko Medium   Information Rights Management (IRM): The IRM status of the document [] is: untried (-1), the return values is: 0x0. 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Files                          ahjkm Medium   Spent 0 ms to send 13297 byte file stream 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Site=/ 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.52  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=66.9455 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.57  w3wp.exe (0x2CE0)                        0x45CC SharePoint Server            
     Logging Correlation Data       xmnv Medium   Name=Task: SessionManager.PerformOngoingRequestDepartures 6b6b4445-2b72-0002-9138-988147c881a0
    07/16/2014 17:32:08.58  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     General                        g3ql High     [Forced due to logging gap, cached @ 07/16/2014 17:32:08.55, Original
    Level: Verbose] GetUriScheme(/QAPortal/PackingMaterial/frmFile4) 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.58  w3wp.exe (0x5234)                        0x1E7C SharePoint Foundation        
     Database                       8acb High     [Forced due to logging gap, Original Level: VerboseEx] Reverting to process
    identity 9e13a59c-dffb-b08d-acd9-c283e837f4a5
    07/16/2014 17:32:08.64  OWSTIMER.EXE (0x1ED4)                    0x5B18 SharePoint Foundation          Monitoring                   
     nasq Medium   Entering monitored scope

  • Discoverer Viewer vs Plus

    Hi,
    What is the difference between Discoverer Viewer and Plus?
    I'm using Oracle Discoverer Plus 9.0.2.
    Thanks,

    Viewer is for viewing and analyzing reports only. You cannot add or remove fields.
    http://www.oracle.com/technology/products/discoverer/files/viewlets/10121_viewer.html
    Plus is for creating reports (you can view and analyze too, but the main purpose is for creating reports). http://www.oracle.com/technology/products/discoverer/files/viewlets/1012_plus_relational_create_workbook.html
    The viewlets I listed above are for 10.1.2, but they definitely show the difference between plus and viewer.
    Hi,
    What is the difference between Discoverer Viewer and
    Plus?
    I'm using Oracle Discoverer Plus 9.0.2.
    Thanks,

  • Discoverer Portal -- Workbooks via Plus

    Cna workbooks be run via Discoverer Plus (instead of Viewer) in Discoverer Portal ??
    If so, how ??

    Yes, you can. Go to:
    http://yourserver.yourdomain/discoverer/plus
    You can register discoverer portlet provider and use discoverer gauges, instead of viewer and plus.... See if you have Discoverer Plus properly installed and discoverer plus service started, in your OAS administration (Application Server Control):
    http://yourhost.yourdomain:18101
    (This is for OAS 10gR2, not sure where you should look for in previous releases...)
    Click in your middle tier installation and you'll be able to see if you have discoverer services started (plus, viewer and portlet provider).
    BR,
    Marcos
    Message was edited by:
    Marcos Spínola
    Message was edited by:
    Marcos Spínola

  • Discoverer 10g Connectivity

    Hi
    I'm trying to connect to discoverer installed in network (say A) through another network (say B).Both viewer and plus works fine when accessed within the network A but when i try to connect through B (using B_ipaddress) which is NATED to A_ipaddress it gives page not retrieved error showing A_ipadress link.
    Please help me resolve this.
    Many Thanks

    Your Network A VHost looks good.
    For Network B, let me see if I can give you an example:
    Browser >> NAT device (10.10.100.1 / Port 100) >> NAT device maps to HTTP Server at: 10.20.30.400 / Listen 7778
    so your VHost would need to be something like:
    VH for Newtwork B
    <VirtualHost *:7778>
    ServerName 10.10.100.1 (say for NATdevice
    Port 100
    </VirtualHost>
    This way the traffic is always routed through the NAT and mapped to the HTTP Server and there is continuty. Additionally, those coming in will only see the external device name or IP and not the internal.
    There are some utilities where you can watch the HTTP headers.
    Trial Version: http://www.iewatch.com (this is a nice one)
    ieHTTPHeaders (free)
    FireFox: LiveHTTPHeaders plugin
    For Plus, as you know the Java Console will show.
    See if that works.
    Other comments welcomed.
    Regards,
    Steve.

  • I can't logon to Discoverer 3i Viewer

    Computer config:
    Window 2000 Server
    Oracle 9iAS (include Discoverer 3i VIEWER and Server)
    Another computer config:
    Window 2000 Server
    Oracle 8iDS (8.1.6)
    Error occur when I try to log on to Discoverer 3i Viewer. The error message is:
    Authentication Failed.
    (You do not have access to any End User Layer tables)
    Therefore, I downloaded 'Discoverer Administration Edition 3.1.36 for Windows NT' to install it in Oracle 8i DS so that I can create 'End User Layer'.
    The Oracle DS and the Discover 3i need to be installed in the same Directory(c:/oracle/oracle81). But, The Oracle Installer of the discoverer forbid to doing that. The error Message is:
    The location specified, "D:\Oracle\Oracle81", is already in used as an Oracle home for "Oracle 816 Production"
    It cannot be used as an Oracle home for 'nt'
    If I try to install the discover 3i in different oracle home. The following error message appear:
    Oracle Discoverer does not support multiple installation and therefore cannot be installed on "OraHomeDiscover". It can only be installed on OraHome81.
    What do I need to do so that I can run the 'Discoverer Administration Edition'? Do I need to use Discoverer 4i for oracle 8.1.6?

    Discoverer will be officially supported on Win2000 Servers with version 4.1.37, due out with 9iAS 1.0.2.2.
    Regards,
    Discoverer Team
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Luk:
    Computer config:
    Window 2000 Server
    Oracle 9iAS (include Discoverer 3i VIEWER and Server)
    Another computer config:
    Window 2000 Server
    Oracle 8iDS (8.1.6)
    Error occur when I try to log on to Discoverer 3i Viewer. The error message is:
    Authentication Failed.
    (You do not have access to any End User Layer tables)
    Therefore, I downloaded 'Discoverer Administration Edition 3.1.36 for Windows NT' to install it in Oracle 8i DS so that I can create 'End User Layer'.
    The Oracle DS and the Discover 3i need to be installed in the same Directory(c:/oracle/oracle81). But, The Oracle Installer of the discoverer forbid to doing that. The error Message is:
    The location specified, "D:\Oracle\Oracle81", is already in used as an Oracle home for "Oracle 816 Production"
    It cannot be used as an Oracle home for 'nt'
    If I try to install the discover 3i in different oracle home. The following error message appear:
    Oracle Discoverer does not support multiple installation and therefore cannot be installed on "OraHomeDiscover". It can only be installed on OraHome81.
    What do I need to do so that I can run the 'Discoverer Administration Edition'? Do I need to use Discoverer 4i for oracle 8.1.6?<HR></BLOCKQUOTE>
    null

  • Java Script Errors on Siebel Sales and Call Center Login Pages

    Hello,
    This only happens with some users, but not all of them.
    When we first open the login screen in TRIAL we get several Internet Explorer errors.
    1. Line: 1153
    Char: 16
    Error: Expected ')'
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    2. Line: 59
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    3. Line: 13
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    4. Line: 30
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    Once we enter our login credentials and click the login button or press Enter nothing happens. No Siebel errors are shown and the login page does not react. No additional IE errors are thrown either.
    As mentioned earlier, this does not happen to everyone that tries to log in to Trial. This also does not happen in Dev or Prod. Also, this only occurs in Thin Client. We are able to log into Thick Client which leads me to believe it is a web server issue.
    Has anyone ever seen this behavior beenbefore and what would cause this to occur?
    Thanks,
    Andrea Thomas
    (817) 352-0175
    [email protected]

    There isn't any browser script on the Siebel Sales Enterprise or the Siebel Universal Agent Applications.
    We have the following script in the Application_Start function on the Siebel Sales Enterprise and Siebel Universal Agent Applications:
    function Application_Start (CommandLine)
    var sysDate = new Date();
    //var sDate = Date("2003","10","16","03","00","00");
    //var sDate = ((sysDate.getMonth() + 1) + "/" + sysDate.getDate() + "/" + sysDate.getFullYear());
    var sDate = (sysDate.getMonth() + 1) + "/" + sysDate.getDate() + "/" + sysDate.getFullYear() +" "+sysDate.getHours()+":"+sysDate.getMinutes()+":"+sysDate.getSeconds();
    var sLogin = TheApplication().LoginName();
    var ZepBO = TheApplication().GetBusObject("ZephyrUsage-BNSF");
    var ZepBC = ZepBO.GetBusComp("ZephyrUsage-BNSF");
    var sLastError = "" ;
         try
         ZepBC.SetViewMode(AllView);
         ZepBC.ClearToQuery();
         ZepBC.ActivateField("Login Name");
         ZepBC.ActivateField("Recent Login");
         ZepBC.ActivateField("Previous Login");
         ZepBC.SetSearchSpec("Login Name",TheApplication().LoginName());
         ZepBC.ExecuteQuery(ForwardBackward);
         var sflg = ZepBC.FirstRecord();
              if(sflg == true)
                   ZepBC.SetFieldValue("Previous Login",ZepBC.GetFieldValue("Recent Login"));
                   ZepBC.SetFieldValue("Recent Login",sDate);
                   ZepBC.WriteRecord();
                   ZepBC = null;
                   ZepBO = null;
         catch(e)
              e=null;
         finally
              ZepBC = null;
              ZepBO = null;
    We have the following script in the Application_Close function on the Siebel Sales Enterprise Siebel Universal Agent Applications:
    function Application_Close ()
    var sysDate = new Date();
    var sDate = (sysDate.getMonth() + 1) + "/" + sysDate.getDate() + "/" + sysDate.getFullYear() +" "+sysDate.getHours()+":"+sysDate.getMinutes()+":"+sysDate.getSeconds();
    var sLogin = TheApplication().LoginName();
    var ZepBO = TheApplication().GetBusObject("ZephyrUsage-BNSF");
    var ZepBC = ZepBO.GetBusComp("ZephyrUsage-BNSF");
    var sLastError = "" ;
    //var fp = Clib.fopen('d:\\AppScript.txt', 'wt');
    //Clib.fputs('\n I am UnGracefully Closed', fp);
    //Clib.fclose(fp);
         try
         ZepBC.SetViewMode(AllView);
         ZepBC.ClearToQuery();
         ZepBC.ActivateField("Login Name");
         ZepBC.ActivateField("Last Logout");
         ZepBC.SetSearchSpec("Login Name",TheApplication().LoginName());
         ZepBC.ExecuteQuery(ForwardBackward);
         var sflg = ZepBC.FirstRecord();
              if(sflg == true)
                   ZepBC.SetFieldValue("Last Logout",sDate);
                   ZepBC.WriteRecord();
                   ZepBC = null;
                   ZepBO = null;
         catch(e)
              e=null;
         finally
              ZepBC = null;
              ZepBO = null;
    We have the following script in the general declarations of the Siebel Sales Enterprise Siebel Universal Agent Applications:
    //     8/20/01 Melissa Ahluwalia
    //     Define global variables for the VBC connections
    //     MA 8/1/2 - Add global variable for URL
    var gOLTP;
    var gOLAP;
    var gURL;
    var LOVBC;
    // CS Project: Yash: 09/16/2004
    var gEqUndoRecord;
    //Aditya CS REDESIGN
    var gEnforceSRReqFields;
    var gForceSRInput;
    var gRunSREquipmentAutoTrace;
    TheApplication().SetSharedGlobal("gEqUndoRecord", "N");
    TheApplication().SetSharedGlobal("gEnforceSRReqFields", "Y");
    TheApplication().SetSharedGlobal("gForceSRInput", "N");
    TheApplication().SetSharedGlobal("gRunSREquipmentAutoTrace", "Y");
         LOVBC = TheApplication().GetBusObject("List Of Values").GetBusComp("List Of Values");
                             LOVBC.SetViewMode(AllView);
                             LOVBC.ClearToQuery();
                             LOVBC.ActivateField("Type");
                             LOVBC.ActivateField("Value");
                             LOVBC.ActivateField("Active");
                             LOVBC.SetSearchSpec("Active", "Y");
                             LOVBC.SetSearchSpec("Type", "BNSF_CONNECT_OLTP");
                             LOVBC.ExecuteQuery(ForwardBackward);
                             LOVBC.FirstRecord();
         TheApplication().SetSharedGlobal("gOLTP", LOVBC.GetFieldValue("Value"));
                             LOVBC.SetSearchSpec("Type", "BNSF_CONNECT_OLAP");
                             LOVBC.SetSearchSpec("Active", "Y");
                             LOVBC.ExecuteQuery(ForwardBackward);
                             LOVBC.FirstRecord();
         TheApplication().SetSharedGlobal("gOLAP", LOVBC.GetFieldValue("Value"));
                             LOVBC.SetSearchSpec("Type", "BNSF_CONNECT_URL");
                             LOVBC.SetSearchSpec("Active", "Y");
                             LOVBC.ExecuteQuery(ForwardBackward);
                             LOVBC.FirstRecord();
         TheApplication().SetSharedGlobal("gURL", LOVBC.GetFieldValue("Value"));
    //     LOVBC = '';
    LOVBC = null;
    The following script is in the function EmpAvailability in the general section of the Siebel Universal Agent Application:
    function EmpAvailability(sLogin, sStatus)
         //Availability Setting
         var EmpBO = TheApplication().GetBusObject("Employee")
         var EmpBC = EmpBO.GetBusComp("Employee");
         EmpBC.SetViewMode(AllView);
         EmpBC.ClearToQuery();
         EmpBC.ActivateField("Login Name");
         EmpBC.ActivateField("Availability Status");
         EmpBC.SetSearchSpec("Login Name", sLogin);
         EmpBC.ExecuteQuery(ForwardBackward);
         var bRec = EmpBC.FirstRecord();
         if (bRec == true)
              EmpBC.SetFieldValue("Availability Status", sStatus);
              EmpBC.WriteRecord();
         EmpBC = null;
         EmpBO = null;
    }

  • Login form of Discoverer 10g Plus/Viewer

    Hi all,
    can you tell me if there is a way to get the login form of Discoverer 10g Plus/Viewer to remember the last login credentials (except password) like the Desktop version do? Have I missed a setting in preferences file or AS Control?
    OK I can create an own HTML page which looks exactly the same as the login page and saves the values in a cookie but time is money and I think this feature should be solved by Oracle itself.
    Thanks in advance,
    Uwe

    Hi all,
    can you tell me if there is a way to get the login form of Discoverer 10g Plus/Viewer to remember the last login credentials (except password) like the Desktop version do? Have I missed a setting in preferences file or AS Control?
    OK I can create an own HTML page which looks exactly the same as the login page and saves the values in a cookie but time is money and I think this feature should be solved by Oracle itself.
    Thanks in advance,
    Uwe

  • Removing fields from Discoverer Viewer Login Page 10g

    Hi,
    I am new to discoverer 10g. I wanted to know if its possible to remove the non mandatory fields from the Disco viewer home page like Locale, End user layer and Connect To since they can be configured to take default values.
    Once a user logs in, he views a set of workbooks. Can this page be replace with a customized report?
    Thanks
    Sujatha

    Are you on a 11.5.10 environment? If so please make sure your DBC-file is generated correctly. Since 11.5.10 Discoverer will be started using SSL mode.
    Do you have the same issue when connecting thourg the Desktop or even with the Plus (directly from the /discoverer/plus url)? If so, please make sure the 'ICX: Launch Discoverer Plus/Viewer' have the correct value. E.g. http://<server.domain>:<port>/discoverer/plus?Connect=[APPS_SECURE]

Maybe you are looking for

  • How do I Open Pages doc from  iOS 2.5.2 on Pages OSX 5.2?

    I am trying to open a Pages (I miss '09 sooo much) from my iPad (Pages 2.5.2) onto my Mac (10.9.5) with Pages 5.2. I get an error message every time I try to open the page. It says it can not open file.pages. Is there anything I can do? I can no long

  • How play video clips with LabVIEW in Windows 7?

    I previously had the ability to play a video clip from my LabVIEW program.  Now, with the same program in two operating systems, Windows XP and Windows 7, both versions work, but the Windows 7 version will not save.  On trying to save it, I get the f

  • HT204088 I get a blank screen when I click on iTunes app on my ipad2

    I get a blank screen when I click on iTunes app on my iPad how can I rectify?

  • Auto-close Preview when last document is closed?

    Is there some way to automatically close preview when all of the documents have been closed? I like to keep my active app space clear of clutter and there's no point to have a quick-loading app like Preview remain active if I've closed out everything

  • IPhoto 6 library problem

    I just recently installed iLife 06 on a friends laptop here at school. She is a heavy iPhoto user and her library is quite large. The install went through fine, and everything works, except for iPhoto. When I open iPhoto is says that the iPhoto libra