BPC 10.0 - Automation of UJBR at BW layer?

Dear All,
In BPC 10.0, I am performing back up and restore for environments at BW layer(using UJBR). How can I automate this execution? I believe this is coming under the scope of BW admin. However, I wanted to know how this is being accomplished... using which BW command at BW?
Thank you.
Regards,
Peri

Hello Karuppan,
You need to create a Background job on SM36 transaction.
The name of the program is UJT_BACKUP_RESTORE_UI.
Schedule it to run every day in during a low use time.
Best Regards,
Guilherme.

Similar Messages

  • Automating the filename prefix in Layer Comps to files...

    Hi All
    I'm hoping someone can help me with some automation. I have no real clue about scripting, I just know that clever things can be done, hopefully someone could point me in the right direction!
    I'm superimposing some t-shirt designs onto images of blank t-shirts.
    Each different colour T-shirt (15 colours) is on an individual layer, so I have 15 layers.
    So to create 15 images of a given t-shirt design (one image for each colour shirt) I need to:
    1) Import a design onto the top layer
    2) Update all 15 layer comps
    3) Hit the 'Layer Comps to Files' button
    4) Put a unique identifier into the filename prefix field
    5) Go to 1)
    So I guess my question is this:
    Can I automate any more of this? For example can I have the filename prefix pulled in from the Layer name? So I'd just name the top layer (with the design on) and PS would pull that layer name into the filename prefix field?
    And can I update all those layer comps automatically (when I put the next design on) rather than selecting each one and updating manually?
    Any help appreciated from a scripting novice!
    Kind Regards
    Mark

    If you turn the top layer with the design into a smart layer then manually update the layer comps once and save the file as a template you can then use the menu item Layer-Smart Object-Replace Cotents... to change out the design in a way that would no longer require updating the layer comps. Changing the content of a smart object does not effect the layer comp status like adding a new layer would.
    In the Layer Comps to Files.jsx if you find the line
    var fileNameBody = exportInfo.fileNamePrefix;
    and replace it with
    var fileNameBody = app.activeDocument.layers[0].name;// top layer name
    The script will no longer use the prefix from the dialog and instead use the top layer's name as the prefix.
    To automate the whole process would require creating a custom script. The Layer Comps to Files script was not written to be called from another script.

  • PS CC autom. generate function for layers (LAYER.PNG) export file with a black Background!

    I generate my ps layers as PNG files (LAYER.png), but since a while it just export my layers with a black (.png) or white (.png24) background. Why? I can't find a solution.. it is so random!
    I'm thankfull for any help!

    Ok, I forgott to say that I use the PNG's in After Effects. Now I know that all Versions of AE can't show small PNGs with transparency backgrounds! Just After Effects CC can do this.
    So this are the two solutions:
    1. Buy After Effect CC
    2. Work with a batch script, to re-saves the PNGs after the export.

  • Error: Invalid dimension member with special character / in BPC NW 7.5 SP7

    Hi experts,
    We are encountering the following problem in our Financial Planning application.
    We are migrating our existing BPC solution from one server to another through backup and restore. The existing solution was on BPC NW 7.5 SP 5. The profit_centre dimension in the existing solutions has several member ids with special character '/' (forward slash). The dimension never threw an error when processed in the existing solution and there is planning transactional data against these member ids.
    While the entire configration , appset , files were successfully restored through UJBR on the new system (BPC 7.5 SP7) through UJBR (backup and restore), the masterdata could not be restored only for this Profit_centre (masterdata for other dimensions were processed successfullu). All the member ids with / are rejected for this dimension. The same error is thrown if processed through the admin client from the member sheet. 
    Error: Dimension member PC_FF/WS/NT is an invalid member ID
              Error in Admin module
    Is there any setting which need to be made to allow / character in member ids? Any suggestion to get around this problem would be much appreciated.
    Thanks
    Abhiman

    Hi Abhiman,
    Yes, you need to maintain the transformation file to correct all dimension member IDs. Can you please refer to the following link with a similar issue:
    conversion file formula not working
    Hope this helps.
    Rgds,
    Poonam

  • How to consolidate BPC system into existing BW system

    Hi
    We have BPC system running only BPC (extract data from BW) it is
    801sp02 (abap/basis 731 sp5) and we have also a BW system 731sp8.
    Now we want to have just one single BW system, and to integrate the BPC
    functionality into the BW system.
    1) Any advise on how to consolidate BPC system into a BW system (technically any implementation
    wise) ?
    2) What are the implementation consideration? How to transport the BPC configuration and
    transaction data from the BPC system into the BW?
    3) Technical basis wise seems to be simple to me, just import the BPC addon and SPes using SAINT (done already)
    Thanks,
    Moti

    Hello,
    As you mentioned you can use SAINT to install BPC in your BW system.  After installing BPC then you can use UJBR to backup your environments from the other system and restore them in your new BPC system.
    My only recommendation is that if you are going to upgrade BPC you should do it in your source system and after testing then do the backup and restore to the new system.
    Best Regards,
    Leila Lappin

  • Upload Master data and hierarchy from BW to BPC : Account Hierarchy

    Hello,
    I know that you all are aware the property "ACCTYPE" is not available in BW for Account master data.
    The requirement here is to load master data and hierarchy for Account dimension from BW to BPC. Can anyone suggest the best approach to populate the priperty "ACCTYPE" in the account dimension member sheet in BPC during this automated load process?
    Thanks and regards,
    RJ

    Sure,
    For exemple:
    Assume that your infoprovider is 0COSTELMNT and you'll fill the ACCTYPE with the attribute 0CSTELMNTYP. (It's just a exemple).
    In the transformation file, in the mapping field you just map the attribute to the property.
    *OPTIONS
    *MAPPING
    ID=ID
    ACCTYPE=0CSTELMNTYP
    SCALING=*str(Y)
    RATETYPE=*str(AVG)
    IS_INPUT=*str(Y)
    *CONVERSION
    You can also, define a hardcode for any property.
    F.E: ACCTYPE=*str(EXP)
    I hope this can help you.
    Lucas

  • Consolidation using BPC

    Hi
    What are consolidations in ECC.?? What is the purpose of consolidations??
    I am completely new to consolidation concept in BPC. How to do consolidations using SAP BPC. Now i have to implement consolidations to my client. BPC is already implemented.
    Could anyone throw some light on it.
    Regards
    AK

    Hello,
    What are consolidations in ECC.?? What is the purpose of consolidations??
    here is the document u need to understand SAP FI consolidation:
    http://help.sap.com/printdocu/core/Print46c/EN/data/pdf/FIGLCP/FIGLCP.pdf
    I am completely new to consolidation concept in BPC. How to do consolidations using SAP BPC. Now i have to
    implement consolidations to my client. BPC is already implemented.
    Could anyone throw some light on it.
    SAP BPC consolidation includes:
    - Automated Account Transformation
    - Currency translation
    - Manual Adjustments (Journals)
    - IC matching and eliminations
    - Allocations
    - Automated accounting for long term investments
    - Automated balance carry-forward
    - Reporting including P&L, Balance Sheet and Cash Flow
    - etc
    Hope this info will help u,
    Dzmitry

  • Accessing Automator workflow from *within* iPhoto

    I have quite a few Automator workflows that I’d like to apply to a number of selected images right within iPhoto’s main window.
    Is there any other way than the usual export/re-import?

    Using that Automator workflow will add another layer of jpeg compression to the file and reduce it a fair amount. There's an applescript that will convert to sRGB without reducing the file size. You can download it from Toad's Cellar. It will convert all files within an folder that's dropped onto it. If the file reduction isn't of concern to you then use the Automator workflow. I have one on Toad's Cellar that will add the sRGB profile to all files within a folder and its subfolders. You could do the entire Originals folder in the library in one pass that way. You can download it and see if it differers from you workflow in any significant manner.
    NOTE: Neither of the two above will work with grayscale files. There is one that will convert files to jpg, RGB mode, and embed the profile available at Toad's Cellar, however.
    I may be preaching to the choir here but here's some tips on using PS with and within iPhoto:
    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 6 the Saving File preferences should be configured: "On First Save: Save Over Current File". Also I suggest the Maximize PSD File Compatabilty be set to Always.
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    Message was edited by: Old Toad

  • Looking for a script to automate renaming layer objects, not the layer itself!

    Hey there everyone,
    I was wondering if there is a possibility to create/have a script for an automated renaming of several named layer objects in Indesign (CS6).
    The situation, I'm facing is a document for a templating process with at least 80 layers and sometimes some special elements on each layer. The naming of the layers is kind of repeating for each page that is used. The only difference is some prefix change in the layer name and/or the name of an element itself. My problem is, that I need to rename most of those layers AND elements in a same way and I'm looking for a script that asks me for the name of a layer or element (perfect would be just a part of the name to have multiple steps at once) and I have the chance to type in the desired value. It affects frames, graphical elements and text boxes.
    If anyone has an idea, how to simplify this process I would be very glad to get some informations or advices.
    Thanks in advance
    Ralf

    Here is a more descriptive version of the script above... :)
    # Change "PSDrive" to PS1: (Sitecode)
    CD PS1:
    # Get all CMPackages to $CMPackages_All Variable
    $CMPackages_All = Get-CMPackage
    # Set the DP to use with. You may need to run it again with other DP just in case some Packages are missing...
    $DPName_FQDN = "YourDP.Contoso.com" # Your FQDN DP name to reference from.
    # Set folder to store *.pkgx files
    $FilePath = "E:\_ESD\Prestage\" # FilePath
    # For all CMPackages
    foreach ($obj in $CMPackages_All) {
        $packageType = $obj.PackageType
        $packageID = $obj.PackageID
        $packageVendor = $obj.Manufacturer
        $packageName = $obj.Name
        $packageVersion = $obj.Version
        # Formulate File name based on Vendor Name, version and PackageID
     $FileName = $FilePath + $packageVendor + "_" + $PackageName + "_" + $packageVersion + "_" + $packageID + ".pkgx"
        # Replace space with underscore
        $FileName = $FileName.Replace(" ","_")
        if ($PackageType -eq 0) {
            if (!( Test-Path $FileName)) { # This makes the package to skip if it is already created.
                Write-host "Publishing CMPrestage Content for $PackageID $PackageName to $FileName via $DPName_FQDN ..."
                Publish-CMPrestageContent -PackageID $packageID -DistributionPointName $DPName_FQDN -fileName $FileName -ErrorAction Continue
    YPae

  • Automated Exchange Rate Loading in BPC NW

    Hello Everyone,
    Is anyone doing an automated load of exchange rates from BW to BPC?
    If we plan to load transactional data from SAP R/3 via BW to BPC, we would like to do the same for the exchange rates...
    I know we can load automatically from an infocube to BPC but how about the TCURR table?
    Are you uploading TCURR into an infocube first and then loading or do you have bright alternatives? I would be interested to know.
    best regards,
    Luis

    Hi All
    I hope this will help you to pull Exchange rate data from ECC Table : TCURR  to SAP BI System.
    ECC Steps : Creation of generic datasource
    1) Create generic Transaction Data source Using TCode : RSO2 with name ZTCURR and then press create Button.
    2) Input Applic. Component:  FI-GL and give description.
    3) Input View/Table: TCURR and Press save Button.
    4) This will take you to extract structure of data source ZTCURR. In this structure select respective field from the selection field option (In future we will use it in BI info package) and then press save button.
    5) Use Tcode:  RSA3 to check the data by giving custom data source ZTCURR name.
    Note:In this case we are extracting full data from TCURR table. If your project demands you can use delta specific field.
    SAP BI 7 Steps
    1) Go to BI system, TCode: RSA1--> Source System-> Replicate metadata, then you can see generic data source "ZTCURR" in your BI data source tree.
    2) Maintain Info cube Structure same like table : TCURR, 
    ECC Field       ECC DATA TYPE                          BI Field          BI Data Type                    
    KURST      CHAR                             ZKURST          CHAR (Length 4)
    FCURR      CUKY                      ZFCURR          CHAR (Length 5)
    TCURR      CUKY                      ZTCURR          CHAR (Length 5)
    GDATU      CHAR                      ZGDAT            CHAR (Length 8)
    UKURS      DEC                            ZUKURS                          NUMBER ( Key Figure )
    FFACT      DEC                            ZFFACT          NUMBER ( Key Figure )
    TFACT      DEC                          ZTFACT          NUMBER ( Key Figure )
    3) Conversion of default format "YYYY/MM/DD" to "YYYYMMDD".
    In Transformation: "GDATU" is number format, not date format, so we need to write start routine in transformation.
    With the Help of below code you can convert default format
    "YYYY/MM/DD" to "YYYYMMDD".
    DATA: DATE      TYPE CHAR10,
              L_INDEX   TYPE SY-INDEX.
      LOOP AT SOURCE_PACKAGE ASSIGNING <SOURCE_FIELDS>.
        L_INDEX = SY-TABIX.
        CALL FUNCTION 'CONVERSION_EXIT_INVDT_OUTPUT'
          EXPORTING
            INPUT  = <SOURCE_FIELDS>-GDATU
          IMPORTING
            OUTPUT = DATE.
        CONCATENATE DATE+6(4)
                    DATE+3(2)
                    DATE+0(2)
        INTO <SOURCE_FIELDS>-GDATU.
        MODIFY SOURCE_PACKAGE FROM <SOURCE_FIELDS> INDEX L_INDEX TRANSPORTING GDATU.
    ENDLOOP.                    
    Note : Customize above ABAP code according to your client requirement.
    4) Calculation of Month End Rate----> Means last working day of month
    Go to BI transformation and write formula in ZGDAT field. In this case add GDATU as source field of rule and write below formula.
    *Last working day of month Formula *    :             LAST_WORKINGDAY_MONTH( GDATU, '' )
    Last working day is calculated  based on the data maintained in the ECC TCODE : SCAL ( SAP Calendar )
    5)  CALMONTH calculation:  conversion of YYYYDDMM format   to YYYYMM format.
    This below given ABAP code helps you to convert GADTU: YYYYDDMM format   to CALMONTH : YYYYMM format.
    In BI transformation write field routine in CALMONTH field  to display  date in this YYYYMM format.
    DATA : L_GDATU TYPE tys_SC_1-GDATU.
    CLEAR L_GDATU.
    CONCATENATE SOURCE_FIELDS-GDATU0(4) SOURCE_FIELDS-GDATU4(2)
                INTO L_GDATU.
    RESULT = L_GDATU.                      
    Regards
    Amit

  • How to prevent BPC from automated calculating for hierarchies / nodes?

    Hi experts,
    I am looking for a practicable way to prevent the system from automated calculating for hierarchies, and especially for nodes within hierarchies?
    Let's say, I have ENTITIES (AS A HIERACHY) in rows and ACCOUNTS in COLUMNS. Now I want the system to block adding up the values for one specific account on node XY. Instead of the sum of all base member entities, the cell for account XY should be left empty.
    Is there a practicable way to deal with this?

    Hi Stefan,
    you can prevent the system to calculate a node by editing the Formula Property  in the Dimension.
    You can insert 0 or null to the Formula field for the specific element.
    But in this case the values from your leaf elements lying under your node wont be calculated  even in higher hierarchy nodes.
    For ex.: with the following structure
    -A
    ---A1
    A11
    A12
    ---B1
    B11
    B12
    If you set A1 to 0, the top node A will only be calculated by values of B1
    Regards
    Jörg

  • BPC 10.0 - UJBR - Restore fails with msg - Connection reset by peer - Why?

    Dear All,
    I am trying to RESTORE an environment into BPC server and got the attached error message. It is strange as I have done this many times in the past... successfully. Not sure why it is behaving like this suddenly.
    The error message is : Connection reset by peer.
    With the same BPC server, I am able to BACKUP an environment, successfully(!!!).
    Have any of you come across this before?
    Pls. help to resolve this.
    Thanks,
    Peri

    One point to note ...
    I am using a new laptop now. Earlier, I was using another laptop using which, I have done backup and restore many times, successfully.
    Even in the new laptop, backup is successful.
    I have disabled Firewall at the machine. Still, there is no break through.
    This has happened once before using old laptop and after a while, it was ok.
    Is this because, some back ground job is running now?
    Thanks,
    Peri

  • ERROR UJT015 when doing restoring via UJBR

    I got error message when trying to restore a BPC appset from PRODUCTION BI to Quality BI.
    error message is UJT015  in classs CX_UJT_BACKUP_RESTORE_ERROR
    Error occured while creating Application PROFITABILITY via Admin API
    Message no. UJT015
    my backup process is fine. this restore process throw out this error. what could be wrong.
    by the way I am not able to do restore in background, I have to do it in foreground.
    I am on BPC NW7.5 SP5.
    Please advise. my choice in restore is with master data, wth master data table, with transaction data, uncheck "use technical name from backup files".
    George
    Edited by: george chen on Aug 1, 2011 4:17 PM
    another error message: cannot upload file from source.
    I think this error come out because
    1. I do  UJBR from my local C DRIVE, failed. then
    2. I do it again UJBR, it gave me this error because system open the file but did not close the file before I made second try.
    if I restart my PC, I  do not have this "cannot upload file from source" error, I continue to have other types of error.
    last night, I got short dump in ST22 SAPSQL_ARRAY_INSERT_DUPREC
    CX_SY_OPEN_SQL_DB
    at method UPDATE_DATA_MANAGER_DATA
    Now update DB tables
      DELETE FROM ujd_instruction2 WHERE appset_id = d_appset_id.
      INSERT ujd_instruction2 FROM TABLE lt_ujd_instruction2.   "[error occurs here]
      DELETE FROM ujd_packages2 WHERE appset_id = d_appset_id.      "#EC CI_NOFIELD
      INSERT ujd_packages2 FROM TABLE lt_ujd_packages2.
      DELETE FROM ujd_packagest2 WHERE appset_id = d_appset_id.     "#EC CI_NOFIELD
      INSERT ujd_packagest2 FROM TABLE lt_ujd_packagest2.
    Edited by: george chen on Aug 1, 2011 5:38 PM
    okay. I see OSS 1560436 might be related to my situation. I do see probablity appset having this parameter setup, that's why I got error for this appset.
    will close this message if this fixes my issue.

    the OSS note did fix this issue. the source system, BPC admin screen, in appset or application, if the check box for BO  integration is checked, it will have this problem unless we apply the OSS notes correction.

  • Analyzer Security for SAP BPC 7.5 SP6

    Hi ,
    We have recently installed Analyzer add-in on our excel for Adhoc reporting on SAP BPC 7.5 SP6
    But analyzer is not considering the data security restricted for specific region.
    For eg: If a planner is assinged to EUROPE planning role and when he creates reports using analyzer he is able to see the data for all the regions(NA,EMEA,ASIAPAC).
    Is there anyway we can restrict the planners to see the data relevant to their role in Analyzer.
    we had a look at security in Admin client. Is there anyway to handle this.Thanks much.
    Regards,
    Sanjeev

    Hi,
    You can use Bex analyzer for detailed reporting. Both the analyzer and BPC reports can be connected using the normal excel functionalities (in a single excel workbook) so that BPC CV selection will be fed into Bex as variables and relevant data records are displayed in Bex reports. Performance of Bex analyzer is slow. That is one of the main reason it was replaced with BO reporting tools.
    If you are using BPC 7.5NW, then there is a standard functionality called DRILL THROUGH. Using this functionality you can drill down to detailed data in BW.
    Bex and BPC have different authorizations. You can maintain authorizations in BW roles and try to manually replicate same authorizations in BPC (there is also a how-to doc on automating this synchronization).

  • SAP BPC 7.5 to EPM 10.0 migration

    Dear Experts,
    We are about to migrate our BPC application from Version 7.5 sp5 to EPM 10.0 as a part of a server upgrade.
    Presently we have taken a backup of the AppSets (1 planning and 1 consolidation application- no scheduled loads, no master data update- a very humble and simple BPC with countable number of reports and input schedules) from our older system using UJBR.
    Will the restore program (UJBR) handle the Appset restore into EPM 10.0.
    I wanted to make sure if all the important points are touched before we give a go-ahead to bring our primitive server down.
    I read in SDN that EvDRE reports wont function and there might be a probable MS Excel EPM 10.0 addin conflict. Other than this is there anything we should be aware of before hand viz., components to be backed up, pathces to be installed, etc.
    I want to make sure we have a really smooth migration process. Your guidance is much appreciated.
    Thanks a lot in advance

    Hi,
    **In BPC10 you can use same UJBR to restore appset from back up file.
    **From BPC10 SP04  onwards EvDre is also supporting.
    Thanks,
    Raju

Maybe you are looking for