Break-up and report parameters

Hello

My script is as follows:

I have a report that shows the details of the customer for the given month.

Previously, I've created this report with two parameters-

(a) customer ID

(b) month-year

Now, I have to use burst to generate the report for each customer combination / month-year

My questions are,

(1) in this case, I have two KEY - customer and month-year values

But, we can give a single value for the KEY.

How can I add Customer ID as well as month-year in KEY tag?

(2) if I have to use the breaking ability, I remove parameters - Customer ID and month-year

Because, if I keep my dataset query filter on it

and I get no results burst.

Can I use parameters and burst at the same time?

For example:

My query was previously

Select Customer_ID, Month_Year of clients where Customer_ID =: Customer_ID and Month_Year =: Month_Year

In the application of fracture will be,

Select Customer_ID, customer Month_Year

I want to use the capabilities of two-

(a) user must be able to view the report with parameters

(b) user should be able to break out the report

Thanks for help

Here is my understanding

Case 1 - the user should be able to run the report with parameters

Here, I guess it's a type of text box parameter so that the user can enter values to run the report for specific data

Case 2 - burst, you would want the report to run for all values regardless of input parameters

Here, since it is a same report which is used to display online and burst, the input parameters will appear in both places.

For example, to run the report for all values in the burst - modify your report as below

1 remove all default values, so the parameters will be empty at the time of the break-up

2. change your SQL to run to white input parameters

Select Customer_ID, Month_Year of clients where Customer_ID = nvl(:Customer_ID,Customer_ID) and Month_Year = nvl(:Month_Year,Month_Year)

Using the method described above

-L' user can run the report for the specific input parameters

-L' user can burst the report for all values


Tags: Business Intelligence

Similar Questions

  • PL/SQL simple report - using break on and calculation amount - not so Simple

    Hello, all:

    I have a simple pl/sql report which is not so simple. Based on the code below, would like to add a blank line after the line "sum" resulting to make it easier to read. Any help would be appreciated.

    Thank you.

    Preston@large

    Code:
    =======================
    BREAK ON ALM_OG_CAMPAIGN_CODE
    CALCULATE SUM OF THE ALM_OG_AMOUNT ON ALM_OG_CAMPAIGN_CODE


    set linesize 1024
    set pagesize 60
    NewPage 0 value
    Set serveroutput on

    COIL & so_outfile;
    TTITLE Center "Wayne State University" jump jump "WSU online giving Essentials Report" left 1 2
    Select TO_CHAR (sysdate, ' dd/mm/yyyy hh: mm AM') 'Date of Report' of the double;

    CLEAR COLUMN
    ALM_OG_ACCI_CODE column header "ACCI | CODE' format a10

    the title of ALM_OG_AMOUNT column ' AMOUNT '. GIFT"format $999,999,999.99

    ALM_OG_CAMPAIGN_CODE column header "CAMPAIGN | CODE' format a14


    Select


    ALM_OG_CAMPAIGN_CODE,
    ALM_OG_ACCI_CODE,
    ALM_OG_AMOUNT

    Of WSUALUMNI. WSU_ONLINE_GIVING_TABLE
    ORDER BY ALM_OG_CAMPAIGN_CODE;

    CLEAR COLUMN


    /
    spool off



    Output:

    Report on the essential online giving WSU



    Date of report
    ======================
    05/06/2009 10:06


    1 selected line.
    Wayne State University
    Report on the essential online giving WSU


    AMOUNT OF CAMPAIGN ACCI
    A GIVEN CODE CODE FACT
    ====== ======== ==========


    $ 560.00
    NUR $444814 10.00
    ***** =======
    $ 10.00
    PHS $445216 10.00
    ***** =======
    $ 10.00
    ABOUT $445211 450.00
    $445211 60.00
    $445211 250.00
    ***** =======
    $ 760.00
    SBA $444216 10.00
    ***** =======
    $ 10.00
    SSW $444469 10.00
    ***** =======
    $ 10.00

    Prestone,

    Welcome to the Forum!

    I have used skip 2 lines you can use 1
    SQL> break on job report skip 2
    SQL> compute sum of sal on job report
    SQL> select job , sal from emp order by job ;
    
    JOB              SAL
    --------- ----------
    ANALYST         3000
                    3000
    ********* ----------
    sum             6000
    
    CLERK           1300
                     950
                     800
                    1100
    ********* ----------
    sum             4150
    
    MANAGER         2850
                    2975
                    2450
    ********* ----------
    sum             8275
    
    PRESIDENT       5000
    ********* ----------
    sum             5000
    
    SALESMAN        1500
                    1250
                    1250
                    1600
    ********* ----------
    sum             5600
    
    14 rows selected.
    

    READ
    Quick SQL * Plus Guide
    http://download.Oracle.com/docs/CD/B14117_01/server.101/b12171/TOC.htm
    SQL * more reference
    http://download.Oracle.com/docs/CD/B14117_01/server.101/b12170/TOC.htm

    SS

  • Break down and an object of a list/table of the index reference

    TestStand using I'm trying to figure out how to break down and an object reference to a table/list of the index. My sequence is attached. I received a few tips of the 3rd developer with VB code, what should be done. I'm having a problem translating in TestStand. VB code follows the description.

    I use .NET to run a 3rd party software using a sequence of imagery system and run 3rd party software tests. In TestStand, my "GetCurrentTests" approach, when an object for a specific sequence reference, returns a reference of type object ' object reference(system.collections.generic.list'1[Radiant.Imaging.TSEngine.ICommand]); expected return a list of tests in the sequence of part 3.

    Next steps "GetCurrentPattern" needs to index through this list in order to get and then define and display the display model of the specific test to start the specific test. This next step class is RadiantImaging.TSEngine.ICommand (interface) and returns an object reference (radiantImaging.PatternGenerator.Patterns.Patternbase): a reference to the model.

    What I'm confused about is decaying of the 'object reference(system.collections.generic.list'1[Radiant.Imaging.TSEngine.ICommand])' return value in order to provide the? indexed reference object for "Model of GetCurrent" step.

    VB code is provided below for me that shows how it can be done in VB. I'm not familiar enough with TestStand, .NET and VB to break down this >

    Any suggestions or advice is greatly appreciated.

    VB code:

    Public Class Form1

    Private PatternGenerator.IPatternGenerator MPG

    Private WithEvents mTestSequence as TSEngine.TestSequence Private Sub InitializeButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InitializeButton.Click

    TSEngine.Settings.MeasurementSource = TSEngine.MeasurementSources.Camera

    TSEngine.Settings.SaveMeasurementsToDatabase = False

    TSEngine.Settings.SaveResultsToDatabase = True

    TSEngine.Settings.SerialNumberAllowDuplicates = True

    mPG = TSEngine.CurrentPatternGenerator

    TSEngine.Initialize ("C:\PM 4616197.rdb Calibration")

    TSEngine.Databasename = "C:\default Alpha_PEK_Date.pts".

    TSEngine.InitializeCamera)

    End Sub

    Private Sub RunButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RunButton.Click

    mTestSequence = New TSEngine.TestSequence (1)

    Dim result as TSEngine.Tests.ResultEnum

    For i As Integer = 0 To mTestSequence.NumberTests

    Dim p As PatternGenerator.Patterns.PatternBase

    p = mTestSequence.CommandList (i). Model

    p.PatternGenerator = mi/gal

    mPG.MonitorType = PatternGenerator.Monitor.PrimaryPartial

    ' p.PatternGenerator.MonitorType = PatternGenerator.Monitor.PrimaryPartial

    p.PatternGenerator = mi/gal

    p.Show)

    result = mTestSequence.RunSingleTest (i)

    Dim results As List (Of TSEngine.IResult) = mTestSequence.CommandList (i). Result

    Results (i). Name

    mTestSequence.CommandList (i). ResultMeasurement.

    Next

    End Sub

    Technical support solution: "I spoke with R & D and they informed me that the type of data in question is a generic class that is not supported with the .NET adapter. You can change the data type of a code module to another using a data type of object reference, but you can not manipulate the generic classes within TestStand.

    "" "" You can find this information in aid of TestStand under NI TestStand environment reference help"TestStand adapters" adapters for .NET ' adapter .NET '.NET called settings ' settings not supported. Here, the solution would be to ask a code module that performs this task for you. »

    Change the settings for call .NET

    Parameters not supported

    The TestStand .NET adapter cannot call methods and properties that have arrays as parameters in staircase or return types and does not support structures that have shredded the members of the group.

    In addition, the .NET adapter does not support creating or call methods on generic classes.

    My solution was to implement the foregoing in VB.NET from TestStand .NET adapter does not support .NET generic data types.

  • ACS 5 - question about monitoring and report

    Hello world.

    I have one primary-secondary drawing using DCC 5, and everything works smootlhy. I have some doubts and did some research, but nothing was clear enough on this subject:

    -Why am I not able to access the visualizer reports & surveillance of my secondary box? When I do that, I get redirected to connect to the main box. Is this expected behavior?

    -If Yes, what should I do if my main box breaks down?  Should I manually promote my primary secondary box? Or y at - it a way to allow the two ACS for these newspapers?

    -Another situation: my box main breaks down in the middle of the night and I only notice the morning.  What happens in the newspapers at the moment? Are they lost?

    That's close enough for now.

    Thanks a bunch

    -Victor Alves

    Hi Victor,

    If you are unable to access the visualizer reports & surveillance in your secondary zone and are rerouted to connect with the main box. This is expected behavior if your backend is defined as collector of newspaper.
    A primary server or one of the secondary servers can function as a logging server. The logging server receives logs of the primary and all secondary servers of the ACS in the deployment.
    You can also configure another server as a Syslog server (ex Syslog target remote server) in addition to the logcollector.

    The newspaper collector failover process is not automated and manual. If your collector journal defined as main server goes down, you can then promote the secondary server in the primary and then manually set as a collector: ACS GUI > System Administration > Configuration > Configuration of logs > Log Collector
    A possible workaround for this problem solution is to assign one of the ACS secondary servers under the supervision and report server according to the Cisco documentation links included below.

    For a situation with main server configured as collector of newspaper is down, registration will be unavailable as a result of this proceeding.

    For db/corruption issues, if you have valid backups before the failure, you would be able to use the rollback feature to have information before the acs services down.

    For reference links:
    http://www.Cisco.com/en/us/partner/docs/net_mgmt/cisco_secure_access_control_system/5.2/installation/guide/csacs_deploy.html#wp1104098
    http://www.Cisco.com/en/us/partner/docs/net_mgmt/cisco_secure_access_control_system/5.2/user/guide/logging.html
    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_system/5.2/command/reference/cli_app_a.html#wp1888749

    HTH,

    Please let us know if it concerns pending.

    Thank you

    Alex

  • Installation forms and reports Services 11 g blocked the creation of OSH

    Hi gurus,

    I want to install Oracle 11 g 2 forms and reports.

    In the middle of the process it was stuck to the OSH of creation for about an hour as shown below

    The log file

    ....

    [2015 11-23 T 17: 35:05.454 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: transcribeTextFile] RETURN

    [2015 11-23 T 17: 35:05.454 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: ohsProvision] backup to fill with the appropriate custom files

    [2015 11-23 T 17: 35:05.492 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: ohsProvision] copy $ORACLE_HOME/OHS/icons * in $ORACLE_INSTANCE/config/OHS/icons

    [2015 11-23 T 17: 35:06.187 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: addOPMNSnippet] ENTRY C:\Oracle\Middleware\Oracle_FRHome1\ohs\provision\opmnSnippet-OHS.xml

    [2015 11-23 T 17: 35:06.187 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OpmnConfig] [SRC_METHOD: insertSnippet] insertion of excerpt from C:\Oracle\Middleware\Oracle_FRHome1\ohs\provision\opmnSnippet-OHS.xml file in the component component ohs1

    [2015 11-23 T 17: 35:06.277 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OpmnConfig] [SRC_METHOD: persist] persistent opmn.xml (updated)

    [2015 11-23 T 17: 35:06.284 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: addOPMNSnippet] RETURN

    [2015 11-23 T 17: 35:06.285 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: generateWallet] ENTRY

    [2015 11-23 T 17: 35:06.286 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: generateWallet] Generating self-signed Oracle wallet: portfolio = C:\Oracle\Middleware\FRDev\config\OHS\ohs1\proxy-portefeuille = false validity = 9125 hasPassword

    [2015 11-23 T 17: 35:07.193 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: generateWallet] RETURN

    [2015 11-23 T 17: 35:07.194 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: onCreate] RETURN

    [2015 11-23 T 17: 35:07.194 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: onCreate] RETURN

    [2015 11-23 T 17: 35:07.195 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: registerComponent] registration component ohs1

    [2015 11-23 T 17: 35:07.196 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: registerComponent] ENTRY

    [2015 11-23 T 17: 35:07.196 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property is not set. isWebsphereEnabled = false

    [2015 11-23 T 17: 35:07.196 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnectionWLS] [SRC_METHOD: connect] creating connection to Hello at weblogic.management.mbeanservers.runtime

    [2015 11-23 T 17: 35:07.209 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.AbstractRuntimeServiceConnection] [SRC_METHOD: invokeMBean] citing RegisterMBean operation: registerComponent

    [2015 11-23 T 17: 35:07.336 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnectionWLS] [SRC_METHOD: disconnect] break the connection to the mbean Server

    [2015 11-23 T 17: 35:07.338 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: registerComponent] RETURN

    [2015 11-23 T 17: 35:07.339 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property is not set. isWebsphereEnabled = false

    [2015 11-23 T 17: 35:07.340 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: reloadOpmn] ENTRY

    [2015 11-23 T 17: 35:07.778 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: reloadOpmn] Invoking opmn reload...

    The log output

    ...

    progress in computing progress4

    Task: from OPMN

    JL: About to call startOpmn

    JL: Entered startOpmn

    JL: Windows... About to run: cmd /c C:\Users\Fendy\AppData\Local\Temp\startallOpmn1448271298689.bat

    You try to start OPMN *.

    Execution of command *.

    cmd /c C:\Users\Fendy\AppData\Local\Temp\startallOpmn1448271298689.bat

    ***************************************************

    C:\Users\Fendy\AppData\Local\Temp > SET ORACLE_HOME = C:\Oracle\Middleware\Oracle_FRHome1

    C:\Users\Fendy\AppData\Local\Temp > C:\Oracle\Middleware\FRDev\bin\opmnctl.bat CALL startall

    opmnctl startall: from opmn and managed all process...

    progress in computing progress4

    Task: Creation of OSH

    Appreciate any help.

    Kind regards

    Ferrere

    Hi Craig

    Able to fix it by disabling the software AV.

    Kind regards

    Ferrere

  • Monitor virtual machine JAVA on Oracle ACE form and reports

    Dear experts,


    I'm in the form of Oracle on AIX 6.1 10.1.2.3 and report on AIX 5.3.

    Can I monitor the JVM use on these two platform for forms and report service as it is sufficient for the opmn.xml file distribution n (Xmx 512 M.)?

    These jvm settings work for java, due components the webcache is not a java component, we cannot use these parameters to check the
    use of memory.

    However, if another applications deployed in OC4J container, you can set the parameters for this container.

  • I have now installed this last 37.01 on two computers of desktop PC and both are break much and giving message firefox still works?

    I have now installed this last 37.01 on two computers of desktop PC and both are break much and giving message firefox still works?

    Use "Firefox > output" (Windows: Firefox/file > quit;) Mac: Firefox > quit Firefox. Linux: Firefox/file > exit) to close Firefox if you are currently doing by clicking on the X close in the title bar of Firefox.

  • Whenever I open Firefox, I had a small window to appear and reports following error "TypeError; Components.classes['@ [' softage.ru/Skype FeExtensions; 1] is undefined

    Whenever I open Firefox, I had a small window to appear and reports following error "TypeError; Components.classes['@ ['softage.ru/Skype FeExtensions; 1] is undefined

    Remove/disable Skype add-on

    Uninstalling the modules

    Cannot uninstall an add-on

    Check and tell if its working.

  • Accidental block and report as spam

    I accidentally blocked and reported as spam a request from a friend who has used an unfamiliar alias. Since then, I returned and accepted as a contact.

    My question is this - is there the consequences of my having flagged as spam? Was cancelled by my eventually accept them? I was wondering if I should report to Skype or something that I would not have caused a problem for my friend's account.

    Thank you for any help or advice.

    Thanks, glad to hear it.

  • I refreshed Firefox, now all my Add-ons disappeared and worst parameters associated with them are gone too. Where I could find to put the 'old'?

    At the suggestion of Firefox, I refreshed, now all my Add-ons disappeared and worst parameters associated with them are gone too. Where I could find to put the 'old'?

    When updating Firefox, it creates a folder on the desktop called "old Firefox data." According to Firefox, it's when my old settings were saved. The question to the community, it is where I can move some of these old settings (and what are those FireFPT) to restore my old settings. Time Machine using nothing else that place an old version of FireFox in my app folder.

    I have several clients and staff that need to be restored as soon as POSSIBLE.

    Thanks for any help you can offer.

    Scott

    The best recommendation I can do for your plugins is to visit:

    https://www.Mozilla.org/en-us/pluginCheck/

  • Migrated from DPM2010 to DPM2012 and reporting does not work

    Original title: due tapes dpm powershell online

    Hello

    Can someone please? I migrated from DPM2010 to DPM2012 and reporting does not work. The mmc console crashes.

    I intend to remove DPM and re - install, but in the meantime, I was wondering if anyone knows how to use Powershell to know which bands are due online and also the most Due strips to go?

    I searched through Google on all day, but found nothing so thought I would ask here.

    Thank you very much

    Willie

    Hello

    It would be better if you reposted the question to the Forum 2012 DPM.  Professionals will help you resolve the problem you are experiencing.

    DPM TechNet

  • How is - that someone is uninstalled S.M.A.R.T. (Self Monitoring and Reporting Technology) of Windows Vista?

    Yesterday morning, S.M.A.R.T. (Self Monitoring and Reporting Technology) technology has taken control of my data recovery files and tries to extort a fee to join their program. but I can be released from their 'hold' on my computer if I go to: all programs, and then in the data recovery folder, then to the uninstall option and then uninstall S.M.A.R.T.   The problem is that VISTA does not have a record of data recovery I can access, then, what do I do?

    Hello

    There are a few variants of S.M.A.R.T.

    Follow these guides.

    http://www.bleepingcomputer.com/virus-removal/Remove-Smart-HDD

    http://www.bleepingcomputer.com/virus-removal/remove-smart-fortress-2012

    http://www.bleepingcomputer.com/virus-removal/remove-smart-protection-2012

    See you soon.

  • When I go to youtube for a video I can't download without a break there and wait that he download how can I fix this problem

    When I go on You Tube to watch a video, that I can't seem to download without a break there and waiting for a moment to download lond. How can I solve this problem?

    Hello

    I suggest you try the update the flash player latest version and check if it helps:

    http://get.Adobe.com/flashplayer/

    It will be useful.

  • ACS 5.7 - access to tracking and reporting on a secondary server to the primary server

    My organization has an ACS deployment, consisting of three servers. Currently, the primary ACS server is also the newspaper collector. However, Cisco recommends to a secondary server in the log collector.

    I noticed that I have connection on the secondary server and click on "Monitoring and reporting", I am prompted to connect to the main server because that's where newspapers. I guess if the newspaper collector is on the secondary server and I click on "Monitoring and reporting" of the main server, I will ask you to connect to the secondary server.

    Is there a way of not having to connect twice (once to access the web interface and new access reports)? It seems that deployment of ACS should support a kind of function of single sign-on and once you are connected to a server, gives you access to another without having to log in again.

    Hi David,

    I know that the Cisco documentation mentions the school be the best practical paper collector, however, which in fact means is that the server acting as collector of newspaper should be not authenticate users.

    If your backend is the collector of newspaper that should be fine, as soon as it's not authenticate users (but secondary responds to this task).

    And related to the shift, that of right, independently on the server to which you connect, once you click on "Monitoring and reporting" you will be redirected to the collector of the newspaper and need to connect in it, unless you are currently on the newspaper collector and click on 'tracking and reports.

    SSO between servers would be a good thing but is not available.

    Note: Please mark as answer as appropriate

  • ACS 5.1 on Vmware: Advanced Monitoring and Reporting Add-on license

    I the permanent Base license and permanent license to add-on from blockbuster. But advanced monitoring and additional license statement is always EVAL. There is no order information for ACS 5.1 - Advanced Monitoring and Reporting Add-on license. Advanced built-in license ACS5.1 and EVAl the follow-up was for ACS5.0? Thanks for help.

    You are right. These advanced M & T capabilities are built into the feature DCC 5.1 base. In ACS5.0 a license is required for this feature but not in 5.1 ACS

Maybe you are looking for

  • Transfer of photos to iPad Pro

    I am trying to transfer my library to a Macbook Air (end of 2014) to an iPad Pro, no syncing via iTunes, the inability to remove photos later.  I thought I could use Airdrop, but my Macbook won't allow even if it has active Airdrop.  It is not can no

  • Blue overlay in all photos on Satellite L550

    I bought a L550 a week ago and everything is great, except the dominant blues on all photos.I use the Viewer for Microsoft Windows 7, ADOBE Elements, browser from Canon and Olympus Master 2...The major blue color is not obvious in the "examples of ph

  • Why Motorola does not have hands-free in the bike box?

    Why Motorola does not have hands-free box?

  • Cover of cracking R60

    The screen on my R60 cover has a small crack near the hinges, how much would a new lenovo cost cover? Thank you

  • Advanced Docking Station vs T400

    We ordered only 5 Advanced Docking stations for use with our T400s. We were assured that they would work. So they arrive today and imagine my surprise to see that the Ultrabay housing on the side is not compatible with all things ultrabay, we already