Application Set Status

Some tasks in the BPC Admin Console can change the application set status from available to not available, what kind of tasks are generating an application set status change? Is there somewhere an overview of this?
Thanks in Advance!

HI
Normally application set would go to not available status when you process dimensions and you can avoid it be unchecking the button not to take system offline while you process.
The other time system goes offline would be when you do full process of the application and dimensions and then it would automatically be available i guess.
Thanks and Regards
Harish B K

Similar Messages

  • How to lookup application set status in BPC for Excel

    Hello,
    we have created some packages diabling the appset status when running.
    These packages update dimension data and/or fact data.
    Other users will receive an error when sending data to the application when the
    packages are running.
    Ist there a change to lookup the appset status in BPC for excel?
    May be continuously with a macro or just before sending data?
    I didn't find a bpc function for this task.
    Help appreciated. Thanks
    Jochen Kowalski

    Hi Jochen,
    I don't believe there is any way to do this with built-in BPC functionality.
    Assuming you're on BPC for Microsoft, in the appset's DB, you can query as follows:
    select [value]
    from tblDefaults
    where [type] = 'system' and keyid = 'availableflag'
    -- value of 1 = available
    -- value of 0 = not available
    I know this works for system availability when it's controlled on / off, manually from the admin consol. I believe it also works when the system is taken offline by a data manager package, but you'd need to check if you plan to implement this.

  • Set status of application

    Hi,
    if i want to set the status of an APEX application with the following PL/SQL code, i get an error. The the security_group_id i have from the column security_group_id of the table www_flows.
    BEGIN
    -- Set status unavailable.
    flows_020200.wwv_flow_api.set_security_group_id(p_security_group_id => 632506294981910);
    flows_020200.wwv_flow_api.set_flow_status (p_flow_id => 105, p_flow_status => 'UNAVAILABLE', p_flow_status_message => 'The application isn't available.');
    COMMIT;
    END;
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "FLOWS_020200.WWV_FLOW_API", line 45
    ORA-06512: at "FLOWS_020200.WWV_FLOW_API", line 1082
    ORA-06512: at line 4
    Has anybody an idea what's wrong?
    Many thanks in advance.
    Martin

    Hi Scott,
    i use SQL*Plus and the user which i'm connected to the database is a DBA user.
    Regards
    Martin

  • Deployment Status not reflecting correct application installation status

    Morning All,
    Running into an issue where the application Deployment Status does not properly reflect the state of the application install.
    The software installs, works properly and is reported in Software Center on the client PC as being installed succesfully however the status within CAS shows "In Progress" with a description of "Program started".
    The application in question is Cisco Network Access Manager which terminates the network connection and requires a reboot before restoring.  Additionally the site is behind a NAC switch which adds another layer of security to the network at that loation.
    Currently I have deployed to 90 test machines - 65 of which have reported in as succesfull, the remaining 25 have installed and are working but are not being updated in the Deployment Status.
    I have checked the Sender.log on the site server and link analyzer between the primary & secondary.  I have also checked the client heartbeat and statemessage.log all seems well - no errors reported.
    Additionally I have reviewed the WMI status on the client and repaired (just in case).
    Through google search I have also ran the following:
    Option Explicit
    On Error Resume Next
    Call RefreshServerComplianceState
    ' WScript.Echo "Finished"
    Sub RefreshServerComplianceState()
    ' Initialize the UpdatesStore variable.
    dim newCCMUpdatesStore
    ' Create the COM object.
    set newCCMUpdatesStore = CreateObject ("Microsoft.CCM.UpdatesStore")
    ' Refresh the server compliance state by running the RefreshServerComplianceState method.
    newCCMUpdatesStore.RefreshServerComplianceState
    ' Output success message.
    ' wscript.echo "Ran RefreshServerComplianceState."
    End Sub
    As well as forcing a check in from the client and running the summarization on the CAS.
    So far nothing seems to trigger an update.  I'm hoping someone can point me in the proper direction in regards to diagnosing this problem.
    Many thanks, Jeff

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Your Application Set does not match the applications in your Retrieval Rule

    Hi,
    While creating the time card iam getting the error:Your Application Set does not match the applications in your Retrieval Rule Group.
    Please Suggest the solution.
    Thanks

    In Our case, we created a new PERSON TYPE in HR and we forgot to add this type to OTL Preferences.
    So in the above scenario:
    Go to US OTL Application Developer -> Preferences ->
    In the Eligibility Tab. add new row
    Name of Rule => any unique name
    Name of Branch => enter the name of an existing branch which the time card preferences are going to be the same.
    Link By => We use Person Type... You can choose PERSON here but i would not know why you would want to do that
    Linked To => Person Type you want to have this for
    Precedence => Unique Number
    From => make sure to enter an earlier date especially when people are required to enter older than todays timecard since this field defaults to today.
    If you totally dont have or want to build a new preference, then you will have to go to the Preference Tab and create a new branch.
    in ours, we have Timekeeper and TimeStore and Employees
    in Timekeeper -> we have timekeeper timecard layout
    in TimeStore -> we have approval style, entry level processing rule, time entry rule groups, timestore retrieval rule group
    in Employees -> all we have is really those preferences we;d like to see. Date Format, Enter Negative Hours, Enter Override Approver, Number of Empty Rows, Timecard Delete Allowed, Timecard Layout, Number of Recent Timecards displayed, timecard status allowing edits.
    Hope the above helps

  • Setting Application Set Parameters For Variable

    Hi Guys,
    When I've read the BPC help about "Setting application set parameters" and the statement likes this : 
    Allows you to define a custom email message that is sent when a work status code is changed. The message is applicable to all applications in the application set. You can customize the message using the following variables:
    %USER% - name of user who changed the status
    %ED% - Entity dimension
    %EM% - Entity member
    %CD% - Category dimension
    %CM% - Category member
    %TD% - Time dimension
    %TM% - Time member
    %STA% - Work status
    %OWNER% - Entity owner
    %TIME% - time of change
    For example, you can enter "This is to inform you that %USER% has updated the work status for %EM%, %CM%, %TM% on %TIME%". The message can be up to 255 characters, and there is no need for quotes or brackets around parameters.
    The Questions:
    When I put the "%ED" into the textfield "APPROVALSTATUSMSG", after that I try to send email from BPF and the "%ED" still same into the email message. But it should describe the value of variable.
    Could you help me how to view the value of variable ?
    Thanks,

    If I look at the available parameters in the helpfile 2 things are strange in my opinion:
    1)the parameter is called approvalstatusmsg, approval status was the V4 naming convention of the function, right now it is called workstatus, so it might be a V4 function. Never used it myself but maybe it is something not correctly migrated to v5.
    2) Even if it is working in V5, which I don't know for sure, then it is strange that you only have variables for Categroy, time and entity, since you can setup the workstatus for more then these 3 dimensions in V5 which you would also like to have in a case you set it up for more then 3 dimensions. For example for if you want to use Category,time,Entity & Product dimension in the workstatus, you would also like to inform the people which product is updated, since only just category,time and entity won't say that much.
    So I think you best check with support if this function is still usable in V5 or if it is an old function from V4. and if it is working in V5, how do you get the right parameters in the variables when you setup workstatus for other dimensions then just Category/time/Entity.
    I would like to know the results!
    Joost

  • I have a pop up which I can't get rid of which states: "There is no application set to open the URL ximadpzl://save_ximad_token----/"

    I can't get rid of a message which keeps popping up which says:
    There is no application set to open the URL ximadpzl://save_ximad_token/(etc)
    I have no idea to what they are referring and I can find no application which satisfy this requirement. How do I get rid of this message? It won't go away. I have tried turning off the computer, closing Safari, etc.

    All of these suggestions (delete caches, restart, terminal commands, etc) do nothing to actually LOCATE the problem. They are just standard purging processes, and they have all failed to achieve resolution.  And it is NOT Little Snitch either (tried turning that off and nothing changed).  All these forums on this matter have been speculative and useless.
    Ladies and Gents... I have found and isolated the ACTUAL PROBLEM.  It is a Safari Extension that is doing it... specifically "VideoCatcher 5.3.8" which for me was installed with MovieSherlock.  The extension adds the ability to download YouTube movies directly from Safari (by showing a small download button next to any embedded movie). When I remove that extension, all the annoying pop-ups go away.
    MovieSherlock is not the only utility that does this however. There are several YouTube downloaders out there that ALL install an extension that detects YouTube videos on the page. I bet my hat that many (if not all) of you who are experiencing this pop-up issue... have installed one of those downloader utilities.
    So, the solution is simple: disable that extension. If you need to download a YouTube video from a page, either temporarily enable that extension again as needed, or leave the Safari integration disabled and launch the actual utility itself and enter the URL into it for your download.
    I would expect that MovieSherlock and the other YouTube downloading utilities will need to update their extensions (soon?) to deal with Yosemite's new browser script management.
    PROBLEM SOLVED.

  • After I downloaded the new version of iTunes 11.0.1 and i try to open it it says: ''There is no application set to open the document ''iTunes 11.0.1.dmg.part''. How can i install this without paying for an app to do it?

    After I downloaded the new version of iTunes 11.0.1 and i try to open it it says: ''There is no application set to open the document ''iTunes 11.0.1.dmg.part''. How can i install this without paying for an app to do it? What apps can i download to do this type of work.

    .dmg.part is not a complete file..  It usually indicates that the entire file has not been downloaded yet.  Are you sure you downloaded the entire file?   (i recommend updating itunes through  > Software Update
    Alternatively, you can download it from here: http://support.apple.com/kb/DL1614

  • Application Errors - There is no application set to open the document app name

    My mac (Mac Book Air, running OS X 10.9.5) got corrupted somehow, so I took it to a local authorised apple shop. They advised that I delete it and wipe the hard drive and re-partition it. I *think* I did this successfully. However, a number of my apps iPhoto, Keynote etc will no longer open. I get the error message in the title - There is no application set to open the document <whatever app I'm trying to open>.
    Please help? I don't have too much on my mac yet as I'm a new user, so could start the process of wiping again if that's the safest way to get back to a known good point.
    many thanks in advance!

    Hmmm. Haven't used a Mac very long, have you?
    OK, let's give this a try:
    Per previous post get to the Open With panel.
    From the dropdown menu select Other.
    You should see a File Open dialog like below:
    Navigate to the desired location:
    Note that on your machine the hard drive is probably named, Macintosh HD, instead of Test Bed as you see above.
    After you have selected the Installer click on the Add button.

  • If i know class name ,can i find out application set name in CRM for PCUI

    Hello,
    i found the class name in debugging..it is cl_crm_bsp_frame_sres
    now i want to make it as z class to make the changes to the methods.
    for that i need to know the application set name or zname...
    so that i can modify the configure settings by going through tcode SPRO..
    so please let me know the ways to find the same..
    thanks for your time.
    sheela.

    Hi Jagan.
    I would like to suggest a few references,
    [SAP HELP - Standard Reference for URL parameters and Application parameters in Webdynpro|http://help.sap.com/saphelp_nw04s/helpdata/en/7b/fb57412df8091de10000000a155106/frameset.htm]
    [SAP HELP - Standard Reference for URL of a WebDynpro Application|http://help.sap.com/saphelp_nw04s/helpdata/en/8c/780741375cf16fe10000000a1550b0/frameset.htm]
    [SAP HELP - Standard Reference for Using paramters for Calling a Web Dynpro Application|http://help.sap.com/saphelp_nw04s/helpdata/en/2f/e7574174c58547e10000000a1550b0/frameset.htm]
    [SDN - Reference for Call another WD Application (Web Dynpro for ABAP)|Call another WD Application (Web Dynpro for ABAP);
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • Application Set not displaying in certain locations

    Hi,
    We have the following situation:
    - Using BPC 7.0M
    - In location A: when logging onto BPC using the connection wizard goes through all the steps successfully and connects to the BPC application
    - In location B: when logging onto BPC in the same way as in Location A with the same User we get an error that say "no application set available"
    Any hints / tips?
    Kind regards,
    Christof

    Hi,
    From the location B, are you able to login to BPC Web? Does it throw any error at that time?
    Please verify that the server is available from location B. Check the proxy settings. Most importantly, verify that the server name is correct.
    Hope this helps.

  • Application not appearing in Application set

    Hi Team,
    I am trying to execute legal consolidation using particular application set but my legal application alone not appearing initailly when I caopy from other Appset it got appeared.
    I checked in connection summary following message it is displaying
    Internal OLAP server = SAP-CPMVM
        Internal Web server  = SAP-CPMVM
        Internal Report server = SAP-CPMVM
        External OLAP server = SAP-CPMVM
        External Web server  = SAP-CPMVM
        External Report server  = SAP-CPMVM
        BPU OLAP server =
        BPU Web server  =
        External BPU Web server  =
         FINANCE - Financial Application
         LRATE - Legal Rate App
         OWNERSHIP - Legal Ownership
         RATE - Currency Rates
    In the above my legal application "LegalApp" is missing under External BPU webserver.
    How to resolve above issue.

    Hi Naveen,
    It will be most probably because of Security not defined for this new application in the "Member Access profile". Please check.
    Thanks & Regards
    Arun Kumar S

  • Where to place application setting?

    Hello,
    my J2SE application runs in background in linux shell and from time to time I need to reload application setting.
    Until now I've used java setting files to save these values, but this is inappropriate because it can not be changed during application runtime. Applications must be turned off and on to load the new settings.
    Another solution is to use properties files, but I do not know how (and if it's an appropriate solution) to save these files outside compiled JAR. These files can be edited and application can reloads them.
    Next solution is to save setting into database but there is a problem with saving data for database connection itself (database setting must be outside database, so there must be two kinds of setting :/)
    What is the best place to place these kinds of settings? What do you use?

    Dear Gimbal2,
    unfortunately you are wrong. See Bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4787931 which is also valid for Java 6 and 7. It's the TOP 8 of unresolved Java bugs. The user.home is calculated from registry key's "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop" value.
    One possible solution that many Java applications employ is to put the file in the user home directory. You can get it in the code with System.getProperty("user.home"). This has a few advantages:
    - its cross-platform, at least across all major ones (win, mac, lin)It is not Windows compatible.
    - you can be sure that this directory existsHighly likely. (But copied Windows user profiles may contain invalid data, which is a malconfiguaration then).
    - you can be sure that the logged in user can read and write thereNo you cannot - on Windows. If the Desktiop directory is shared between users it is usually not writable. If the parent directory is not writable too, you can be sure you cannot write there!
    - it is user specific, so different users don't have to share the same settingsUsually yes. On Windows in a shared Desktop scenario it points to the same directory for many users. If this directory is writable, everybody uses the same directory!
    So do not always use user.home, consider using environment variable USERPROFILE on Windows.
    I am afraid that due to the relucatancy of Sun --> Oracle this bug will persist for more decades and cause quirky application and security problems.

  • How to create a Backup of a BPC Application Set?

    Hello,
    I have been browsing the forum for a short while now but didn't find the answer that I needed, I work for a BPC Consutlancy and would like to know how an Application Set can be BACKED UP in the NetWeaver using the Data Warehousing Workbench in NetWeaver BI 7.0
    I have searched the online SAP Help and that does not seem to cover this area, although there was a recall to Server Manager but I don't think you can do BackUp's using the Server Manager.
    I came  across a post last night that mentioned a third party tool by RIG that is used for Migration but there is also a tool available to create Backups of AppSets.
    I have a requirement to set up a BACKUP and TRANSPORT STRATEGY, and would like to know that aside from using SAP TRANSPORTS does the facility exist directly using SAP NW Data Warehousing Workbench to BACKUP an Application set?
    I would appreciate the advice.
    Thanks
    Saqib.

    Hi,
    The way I do a backup of an AppSet is as follows:
    1) Log on to the server
    2) Open the Server Manager (program)
    3) Via AppSet (see top of the window of SAP Server Manager) > click on: Backup AppSet
    4) Indicate which AppSet you want to backup + the location of the backup file you want it in
    5) Wait for the backup to take place
    Cheers!

  • Initial Set Status of Kanban board

    Hi all,
    I want to ask a question. I am using classic kanban processing with Purchase Order replenishment strategy. I am new to kanban. I just want to ask how I can set initial status of kanban container in first time SAP is go live. Like in inventory, we have good movement type for initial stock (561). Suppose I have 5 kanban container. 3 of them have status full and two of them have status empty. The question is how i can set status full for 3 kanban container for the first time setup because I found that in first time status setup of 5 kanban container is waiting. 
    Thanks for your response.

    thank you for your answer.
    i know how to set default on client-level. what i would like to do (maybe with a user exit) is to set the header status depending e.g. on plant.
    matthias

Maybe you are looking for

  • A podcast that I subscribe to does not work anymore.

    I have been listening to the podcast for a while now and as of 5 days ago it quit getting new episodes. When I try to manually update the podcast I get an error that states "The network connection was refused", but I can get on the internet just fine

  • Excel upload to internal table in 3.1i system?

    Hi all, I have 5 fields each varying 5-20 chars length. How to upload the excel from desktop to internal table in 3.1 system. Thanks, Kris

  • Invalid CS3 template editing error

    Making edits in an editable region ONLY on various template pages and I have started getting the "You have made changes .... do you want to keep them" etc. warning message. Nothing I have done to warrant it, it's getting annoying, and would like to k

  • Integeration of Webdynpro iViews into EP..

    Hi EP Gurus, I am a beginer in EP..I have just created some iViews in WebDynpro now I want to dispaly them on Enterprise Portal. So, I need help on this..Plz try to explain or give me some documentation in as comprehensive manner as possible..STEP BY

  • TS1559 Wifi still isn't working?

    Followed all steps from the article on how to resolve this problem yet it still is not working, what now?  Even updated all software and restored my iPhone to its factory settings and still won't work.