Backup Template name

Hello Experts,
I am using MAXDB and new to database.
I have a query on the backup template name.
Is there any restrictions on the name being used for the media name ? ie., is it correct to use the media name with the whitespaces  as
Media name: "Demo Log"   instead of "DemoLog" ?
Is there any naming convention for the name to be used ?
Thanks in advance.
~Balu

Hi Balu,
having spaces in the media-name is usually no problem, that should work.
Anyhow I would recommend to avoid this as spaces are not distinguishable frorm any other "whitespace" to the human reader.
Concerning naming conventions there are only the limitations to specify external backup tools (only before 7.7). By putting a "BACK", "NSR" or "TSM" as the first letters of your backup template name you could specify which external backuptool to be used.
Starting with MaxDB 7.7 there is a seperate attribute for this.
Check the documentations for more on this:
<a href="http://maxdb.sap.com/currentdoc/bd/1ef77457c511d4aa83006094b92fad/content.htm">Managing the Backup Templates</a>
Nevertheless it's always a good idea to choose a name that is intuitve even to any of your co-workers (in case you're not there when the restore needs to be done) ...
KR Lars

Similar Messages

  • Backup template empty

    I used the Backup applications 'Personal data & settings' template for backups in Tiger. After upgrading to Leopard I try to set up Backup using that template but it is an empty template (nothing to backup). Where has the templates Backup Items gone?

    Hi Balu,
    having spaces in the media-name is usually no problem, that should work.
    Anyhow I would recommend to avoid this as spaces are not distinguishable frorm any other "whitespace" to the human reader.
    Concerning naming conventions there are only the limitations to specify external backup tools (only before 7.7). By putting a "BACK", "NSR" or "TSM" as the first letters of your backup template name you could specify which external backuptool to be used.
    Starting with MaxDB 7.7 there is a seperate attribute for this.
    Check the documentations for more on this:
    <a href="http://maxdb.sap.com/currentdoc/bd/1ef77457c511d4aa83006094b92fad/content.htm">Managing the Backup Templates</a>
    Nevertheless it's always a good idea to choose a name that is intuitve even to any of your co-workers (in case you're not there when the restore needs to be done) ...
    KR Lars

  • Define Logical Systems and Template Names for BW Reports

    Hi experts
    I would like to know if someone used the mentioned functionality 'Define Logical Systems and Template Names for BW Reports, I would like to know too IF I create a Z REPORT for example in webdynpro and insert it in this configuration it will work and where it will appear in sourcing cockpit?
    sds.
    Javier

    Hello Muthu,
    BW reports will be shown in SRM Box if the corresponding BW roles for SRM are integrated with SRM roles.
    You might to activate the corresponding datasource of this in SRM.
    And since you have to connect the source system to BW, I think you have to define SRM system as logical system in BW.
    Regards,
    Pavan

  • How to remove duplicate template names in central admin - Sharepoint 2013

    Hi Guys,
    I can see some duplicate site templates in central admin (SharePoint 2013).
    How can i remove it? Please help me out on this.
    Regards,
    Krishna

    Hello,
    As there are many duplicate templates you could try below two steps.
    1) Find the templates :
    # Find the template name of SharePoint site using PowerShell
    $web = Get-SPweb <Site Url>
    Write-host “Web Template:”
    $web.WebTemplate ” | Web Template ID:”
    $web.WebTemplateId
    $web.Dispose()
    # To get a list of all web templates, use the following PowerShell code
    function Get-SPWebTemplateWithId
         $templates =
    Get-SPWebTemplate | Sort-Object "Name"
         $templates |
    ForEach-Object {
    $templateValues = @{
         "Title" =
    $_.Title
         "Name" =
    $_.Name
         "ID" =
    $_.ID
         "Custom" =
    $_.Custom
         "LocaleId" =
    $_.LocaleId
    New-Object PSObject -Property
    $templateValues | Select @("Name","Title","LocaleId","Custom","ID")
    Get-SPWebTemplateWithId | Format-Table
    2) Remove the ones you want to
    $templateTitle = "TitleOfTemplateToBeZapped"
      $site = Get-SPSite <Site coll url>
      $templates = $site.GetWebTemplates(1033)
    #lcid, 1033 = U.S.    $badTemplate
    = $templates | where { $_.Title
    -eq $templateTitle }
      if ($badTemplate
    -ne $null) {
        # the hidden feature Id is the first part of the template 
        #    name for custom web templates
        $id = $badTemplate.Name.substring(0,
    $badTemplate.Name.IndexOf("#"))
        $badId = [System.Guid]($id)
        $site.Features.Remove($badId)
        write-output "Template '$templateTitle' has been removed"
    } else {
        write-output "No template was found with the title of '$templateTitle'"
      $site.Dispose()

  • How can I pass the web template name dynamically to a container

    Hi Experts ,
    I have a container web item in 7.0
    I would like to pass the name of the web template to be displayed in that web item dynamically .
    how can I achieve the same .
    How can i change the visibility settings of a container using a javascript .
    Thanks in advance for your help .
    Regards
    Nikhil

    Hi Nikhil,
    When you say that you want to display the name of the template for the container item, I think you are talking about the tray caption for the item - is that correct? You can use a text item to access the web template name, but in the caption of the container item, you cannot specify other web items.
    What you can do it to use a group item in the template and embed your container layout in it. In the group item, you have an option of specifying a caption using another web item where you can reference this text item.

  • Getting template name

    Hi folks,
    I'm coding a JS in ID CS3 to create a document from a template.
    So far so good but... is there a way to query the new untitled document to know which template (filename) it was inherited from?
    Thanx you all in advance.
    N.

    I think no ...
    but if all templates are your templates - you can add small TextFrame somewhere on pasteboard with info you need - for example Template Name ;) and read it later from new document
    or try to use InsertLabel and ExtractLabel
    robin
    www.adobescripts.com

  • Using PDF in template name!

    All,
    I have a peculiar situation. We want to use the output management part of Central Pro server, which means to say that i have already generated a PDF file by merging template and data in step 1 of a job (using PDF presentment for the template). In step 2, I call a custom agent to do certain modifications to the PDf file like adding addition pages to the PDF, etc. Now i want to send the new PDF to a printer or email or fax. Is is possible to do the same in Central Pro? If yes, how can this be accomplished?
    One thing that come to my mind is to give the new PDF as the template name and have dummy dataset and use the options in the command line to redirect the output appropiately.
    Thanks in anticipation!
    Regards,

    I have read Tammy's message, but beware on this as I have tried this with Adobe Output Manager.
    When you copy a PDF to a printer, then it is the PDF code that is printed. In otherwords the output will be the PDF code and not the PDF document.
    If you print a document to a printer (PCL) then it uses the PCL code or Postscript in the case of Postscript Printers.
    There are a number of switches that you can use, to print a document to a printer using Adobe Acrobate Reader.
    I will dig them out and post them to this site.
    Regards
    Andrew

  • Get spawned template name as a string

    Anyone know if it is possible to get a spawned templates name?
    I need to check the validity of a field depending on which template is spawned? so my field might be named P1.template_1.fieldx
    So im thinking like this:
    Var r = this template name used // not sure if this bit is possible
    var j = this.pageNum;
    // so to show the field i would need something like this:
    this.getField("P"+j+.r.+"fieldx").display = display.visible
    var j = this.pageNum;
    Thanks in advance

    A "spawned" template creates a new page and has no template name. Since you specify the location of where the new page is placed you should know the number for the "p#" prefix for the create form fields as well as the template name that was used to create the new page.
    var t = this.getNthTemplate(0);
    var XO = this.spawnPageFromTemplate({cTemplate: t,
    nPage: this.numPages,
    bRename: true,
    bOverlay; false});
    app.alert("template name: " + t.name);

  • Time machine couldn't complete the backup to "name" MacBook Pro.sparsebundle is already in use

    Can someone help me resolve this?  I am backing up a imac and bacbook pro.  I recently had to erease all and do the backup over becasue I was running paralles on my mbp and it was taking up to much space.  I excluded paralles and am now getting this error message. TIME MACHINE COULN'T COMPLETE THE BACKUP TO "NAME OF TIME CAPSULE.  The bacjup disk image "/volume/NAME pro.sparsebundle" is already in use

    See > http://pondini.org/TM/C12.html

  • 4.2 Early Adapter 2 Numeric Region Template Name

    I think it is a stupid question. But as I am new to this I should clear my doubt.
    In 4.2 early adapter 2 there is a packaged application called Incident Tracking. In this application page number 50 is having a region called Tickets. It has a template which is numeric.
    I could not find the template under the application theme. Even if I try to create a page with the same page template but when I try to create a region in the region template LOV the numeric template is not displayed.
    Any idea??????
    Mehabub

    Mehabub Sheikh wrote:
    I think it is a stupid question. But as I am new to this I should clear my doubt.
    In 4.2 early adapter 2 there is a packaged application called Incident Tracking. In this application page number 50 is having a region called Tickets. It has a template which is numeric.
    I could not find the template under the application theme. Even if I try to create a page with the same page template but when I try to create a region in the region template LOV the numeric template is not displayed.
    Any idea??????
    MehabubYou are seeing the numeric value because the select list is set to display extra values > Yes and the selected value does not exist in the lov.
    It could be a bug! in that app.
    Once you are logged in to your app go to > SQL Commands > try the below sql
    select *
    from apex_application_templates
    where application_id =11366
       and template_type='Region'
       and template_id =195391130200971512 -- numeric value appearing in the template name lovIt will return no data found because the template does not exist in your app (I mean it is missing in the application install script)

  • BW TEMPLATE Name inside Portal

    Hi,
    (Guys,Im not a BW Expert)
    Is there a way, i cud read all the template names (were designedusing WAD)inside the portal 6.0 sp13?
    I want to present a dropdown list in an iview with all the BW Web template names..
    Regards,
    P.

    Hi Peter,
    As per your requirement,  Go to WAD  in that Left Pannel  drop and drop  Web Item as <b>Web Template name</b> after that in that properties give the Title , Generated Title  in that specific properties give the <b>prefix for the Logical name</b> under that one more option like <b>Web Template name (Template_ID)</b> then you can save WEB temaplate in your Favorites or  save/Publish in IViews.
    I hope this will help you
    Thanks
    Bhima
    Message was edited by: Bhima Chandra Sekhar Guntla

  • Passing query template name to BLS SQL action in the link editor

    I want to have one transaction that uses the SQL query action, but which query template it uses will be dependent on some user input. I am having trouble passing the query name. I'm using the full file path in xml format (i.e. "c://<folder1>//<folder2>//<folderN>//"&PassedFileName&".xml", but with backslashes instead of forward slashes). I got an error around the connector, so I set that too. Then I got an error around mode, so I set it to "FixedQuery". Now I'm getting, "The Query expression was not set with the Query parameter".
    There are only 3-5 possible queries that will be used, so I'd rather build SQL queries and just pass the transaction the name of the query, as opposed to passing the full text of the query each time.
    Thanks,
    Carrie
    Edited by: Carrie Schimizzi on May 9, 2008 6:38 PM
    Edited by: Carrie Schimizzi on May 9, 2008 6:39 PM
    Edited by: Carrie Schimizzi on May 9, 2008 6:40 PM

    Carrie,
    If you haven't already done so, configure your master BLS transaction with a proper representative runtime variation, which will make the whole process simpler to create and troubleshoot.  Quite often when people try to use the dynamic capabilities of MII, they end up getting confused because of user over-complication.  In your SQLQuery action block make sure you configure it to a valid template that would be one that the user would provide as an input (don't forget to allow the generation of sample results for making any subsequent trx efforts easier).  Then look in the link editor and you should see this string value for the query template link if you hover over the corresponding blue T icon.  This will show you the format you need to provide from your Transaction input property (which should also have a valid default value assigned so you can test the transaction by itself, without needing to initially rely on the Xacute Query template layer.
    Regards,
    Jeremy

  • How to get iStore template name from jsp filename?

    Hi,
    We have implemented Oracle iStore R12.
    We have a requirement where we want to get template access name based on jsp file name. e.g. If jsp is ibeCCkdBHdrShip.jsp it should return STORE_CHKOUT_B2B_SHIP_HEADER.
    Is there any java API available for the same?
    We know we can get jsp filename from template access name as follows:
    String jspFilename = DisplayManager.getTemplate("STORE_CHKOUT_B2B_SHIP_HEADER").getFileName()
    However our requirement is other way round..getting access name based on jsp filename.
    Any prompt help/suggestion in this regard is appreciated.
    Thanks,
    Vivek

    Hi Vivek,
                            how about the query? can you use the query in your code ? If yes please use the query below.
    SELECT distinct I.ACCESS_NAME,
    A.FILE_NAME,i.description,I.Item_Name
      FROM JTF.JTF_AMV_ATTACHMENTS A,
      APPS.JTF_AMV_ITEMS_VL I,
      IBE.IBE_DSP_LGL_PHYS_MAP M,
      IBE.IBE_MSITES_TL S
      WHERE
      A.ATTACHMENT_ID = M.ATTACHMENT_ID
      AND I.ITEM_ID = M.ITEM_ID
      AND M.MSITE_ID = S.MSITE_ID
      AND A.File_Name like 'ibeCCtdStBlSuStI.jsp'
      Order by A.File_Name
    Thanks
    Shahzad Qamer

  • How to get flash template name from a site.

    Hello, I recently discovered a site and loved the gallery image used on the home page. I tried to find the name of the flash template used in the image gallery but couldn't find any way on the site. Could you kindly tell if there is any way to find the name of flash template from a site where it is used. The site link is dsm.com/corporate/home.html.
    If you have any idea about the flash template used in this site, please inform me. I want to integrate on my site. Thanks for your effort.

    you'd have to download and decompile the swf.  and that will only help if the template author left comments indicating the template's origin and the user did not remove those comments.

  • Changing the backup file name created by sapbackup by DB13

    Dear all ,
    we are taking backup with DB13 , and wanted to confirm if there is any setting by which  i can generate  the desired file name ..
    please advise.
    Thanks & regards.
    Adnan

    Dear Markus,
    Thanks for reply...In your first reply u have mentioned that we can do it in init<SID>.sap file...and also if m taking backup to disk and isnt the log file be generated with the same name and we use the logfile name from back<SID>.log to restore our backup...please confirm...
    Thanks
    Adnan

Maybe you are looking for

  • G4 power brick with Intel mac mini?  is this possible just to test?

    A friend gave me an Intel mac mini, 1.60GHz CPU model, but no power supply. I tried using my G4 mac mini's 85W A1105 power supply on the intel mac mini but nothing happens. I have to unplug the power supply from the wall to get it to power on my G4 m

  • Power supply info.. Help!!

    I am thinking of buying a iMac g4 from powermax.com (authorized reseller) They take UK currency and also ship to the UK (I live in birmingham). I have sat here for hours convincing my self to buy a 1GHZ 17" model... But will it work in the UK? I am f

  • Font size and type in BSP applications

    Hi all, We are creating some reports using BSP for our SRM users. But we are not able to determine the size and the type of font used by SAP in the SRM applications. If we use font with size 1, it turns out be smaller than the SAP font and size 2 is

  • Javascript API

    Is there any update on the proposed release of the javascript API for post Forms 9.0.4 ? thanks Andrew

  • Hiccup installing PS CS4 on Vista 64 - two versions

    Hello, I just put together a new comp system based on Vista 64 (I used to have XP Pro 32 bit). So I reinstalled photoshop and to my surprise there are two versions in my startup menu (as well as on my C: drive)... one actually has 64 bit in the name