Simple configuration template required

Hello,
i have the following setup at a remote site
Router-Distribution switch- several access switches
The router will act as a default gateway and dhcp helper for every vlan.
what are the things that need to be configured on the router and the interfaces between the router and the distribution switch ?

Hi Asus,
To know which VLAN are allowed on the trunk interfaces, just give "show interfaces trunk" . It will show all the ports and their encapsulation too.
Eg:
ROOT/VTP-SERVER/LAYER3#show interfaces trunk
Port        Mode         Encapsulation  Status        Native vlan
Fa0/5       auto         n-802.1q       trunking      1
Fa0/6       auto         n-802.1q       trunking      1
Fa0/7       auto         n-802.1q       trunking      1
Fa0/8       auto         n-802.1q       trunking      1
Po3         auto         n-802.1q       trunking      1
Port        Vlans allowed on trunk
Fa0/5       1-1005
Fa0/6       1-1005
Fa0/7       1-1005
Fa0/8       1-1005
Po3         1-1005
Port        Vlans allowed and active in management domain
Fa0/5       1,10,20,30
Fa0/6       1,10,20,30
Fa0/7       1,10,20,30
Fa0/8       1,10,20,30
Po3         1,10,20,30
Port        Vlans in spanning tree forwarding state and not pruned
Fa0/5       1,10,20,30
Fa0/6       1,10,20,30
Fa0/7       1,10,20,30
Fa0/8       1,10,20,30
Po3         1,10,20,30
ROOT/VTP-SERVER/LAYER3#
ROOT/VTP-SERVER/LAYER3#
ROOT/VTP-SERVER/LAYER3#show interfaces
ROOT/VTP-SERVER/LAYER3#show interfaces f
ROOT/VTP-SERVER/LAYER3#show interfaces fastEthernet t
ROOT/VTP-SERVER/LAYER3#show interfaces fastEthernet tr
ROOT/VTP-SERVER/LAYER3#show interfaces fastEthernet ?
  <0-9>  FastEthernet interface number
ROOT/VTP-SERVER/LAYER3#show inter
ROOT/VTP-SERVER/LAYER3#show interfaces t
ROOT/VTP-SERVER/LAYER3#show interfaces tru
ROOT/VTP-SERVER/LAYER3#show interfaces trunk
Port        Mode         Encapsulation  Status        Native vlan
Fa0/5       auto         n-802.1q       trunking      1
Fa0/6       auto         n-802.1q       trunking      1
Fa0/7       auto         n-802.1q       trunking      1
Fa0/8       auto         n-802.1q       trunking      1
Po3         auto         n-802.1q       trunking      1
Port        Vlans allowed on trunk
Fa0/5       1-1005
Fa0/6       1-1005
Fa0/7       1-1005
Fa0/8       1-1005
Po3         1-1005
Port        Vlans allowed and active in management domain
Fa0/5       1,10,20,30
Fa0/6       1,10,20,30
Fa0/7       1,10,20,30
Fa0/8       1,10,20,30
Po3         1,10,20,30
Port        Vlans in spanning tree forwarding state and not pruned
Fa0/5       1,10,20,30
Fa0/6       1,10,20,30
Fa0/7       1,10,20,30
Fa0/8       1,10,20,30
Po3         1,10,20,30
Regards,
Chandu

Similar Messages

  • Configuration Template Builder WL8.1 does not work

    Hello,
         After spending nearly 2 days now trying to get a Configuration Template
    built, I've concluded this simply does not work. Has anyone used the
    Config Template builder to package a semi-complex application on top of WLI?
         I'm trying to have 2 of my applications, the JMS and JDBC resources,
    and a WLI event generator packaged up for easy deployment to someone
    else's server configuration. The problem with this is that there are
    required resources for WLI, namely a database. The Pointbase database
    included for WLI does not get included in the template automatically.
    There are also some flat-out bugs:
    If you choose to include a resource adapter "application", such as
    jms-xa-adp.rar, the template builder does not bundle this in the
    template and deploy it correctly. The template builder restricts you to
    putting applications in the relative path starting at ./
    For jms-xa-adp.rar, its original location is in $WL_HOME/server/lib, and
    the template builder defaults to put it in ./lib of your template.
    However, when you create a domain with the template, jms-xa-adp.rar does
    not get placed in your ./lib directory. This causes you to then go and
    manually edit your config.xml to point back at $WL_HOME/server/lib or to
    manually copy jms-xa-adp.rar into your ./lib directory (which the
    template mechanism should do for you).
    Relative paths in the config.xml file require you to execute the config
    builder from the directory of the domain you are making a template for.
    The template builder should instead be smart enough to realize that
    relative paths in the config.xml file are relative to the directory that
    the config.xml is in, not the one you are running the template builder
    from. You'll get an error when trying to create the template cause it
    won't find the resources if you're not in that directory.
    If anyone has successfully used this to package a WLI application in a
    template, please share your experiences and how to do so. In the
    meantime, I'm claiming there is no way to nicely package up a server
    configuration for a WLI app in Weblogic, and this is a big shortcoming.
    Weblogic needs a simple transferrable way of creating server
    configurations (it tries to do this with the template, but that is
    failing). With JBoss, for example, you simply copy your server directory
    into another installation. This doesn't work with Weblogic unfortunately
    because it puts hard-coded paths in the config.xml file.
    Thanks

    Russ,
         Thank you for the detailed responses. The only one I'm currently
    struggling with still is the #5, with the scripts between the two. One
    of the major benefits of using a J2EE App Server is supposed to be the
    portability between servers. I find it disconcerting that BEA Weblogic
    restricts me to the platform I created the domain on by creating
    platform-specific startup/shutdown scripts for only the platform created
    on. It's understandable that a script converter would be difficult, but
    at least both the .sh/.cmd files should be created from the first time
    you make a domain. If the user only wants one or the other, they can
    delete the appropriate one. It's also understandable that the
    users/deployers shouldn't have to manually convert a startup/shutdown
    script to take the domain to a different box.
         JBoss clearly has BEA beat on ease of deployment here. Their model is
    the concept I'm thinking of: you have some generic startup/shutdown
    scripts that can load a platform-independent server configuration. You
    truly can copy directories as-is between JBoss installations.
         I was hoping to package up a server domain for use on any of the
    supported platforms, but since I don't have the time to manually convert
    the startup/shutdown scripts, I'm going to have to tell people it's only
    for Solaris now.
         Hopefully BEA can fix this in a future SP. There's no need for this
    platform-dependency. Also, if the Windows version can generate both
    scripts at creation time, then the Solaris should be able to do this as
    well (or at least give you the option).
    Thanks again for the replies
    russ wrote:
    Hi Steven,
    I have several comments and questions about your last two posts. I will try to
    address them in order.
    1) "The Pointbase database included for WLI does not get included in the template
    automatically."
         By default the template builder only includes the *.cmd and *.sh files in the
    template from your domain directory. If you begin building with an existing
    domain template all files that were in the template will get included. This was
    done because there is no way for the builder to automatically determine all the
    files that are required by your template/domain and we steered away from recursively
    including all files from the directory so that unused files were not needlessly
    included. We can extrapolate some files based on the application paths in the
    config.xml, but the rest is left up to the template builder to be aware of what
    is needed for their domain to run. So, if you need the Pointbase *.dbn and *.wal
    files included in your template just select these files on the ?Add Files? panel
    of the template builder and add them to the ?Domain Directory?.
    2) ?If you choose to include a resource adapter "application", such as jms-xa-adp.rar,
    the template builder does not bundle this in the template and deploy it correctly.?
         The template builder considers application files to be in two categories: Imported
    or Internal. When you are at the ?Add Applications? panel of the builder you
    will see a checklist of all the applications that are in the domain you selected.
    On the right hand side there are two text fields. The top one displays the application
    path as it is currently set in the config.xml of that domain. The bottom field
    will be different depending on what category the application falls into. As you
    click on each application in the list, you may notice that the bottom field may
    change from an editable field titled ?Imported Application Path? to a non-editable
    field titled ?Internal Application Path?. The difference between the two categories
    is that an ?Imported? application?s files will be included in the template jar.
    An ?Internal? application?s files will not be included in the template jar because
    they are considered internal to the weblogic installation. The jms-xa-adp.rar
    should fall into the internal category and should not get included in your template.
         From what you are describing it sounds like the builder attempted to import that
    application when it should not have. In an attempt to recreate the problem you
    are seeing I deployed that Connector Module through the WLS console and ended
    up with an application path of ?C:\bea\weblogic81\server\lib? where ?C:\bea\weblogic81?
    is my WL_HOME (a.k.a. USER_INSTALL_DIR). If I then attempt to build a template
    from this domain, the builder recognizes this as an internal path and does not
    include it inside my template. If the current application path you had looks
    different from the one above, that may explain why the builder was attempting
    to import it. What was the value of the ?Current Application Path? for that application
    deployment?
    3) ?Relative paths in the config.xml file require you to execute the config builder
    from the directory of the domain you are making a template for.?
         The builder is ?smart? enough to determine relative paths. You should not have
    to invoke it from the domain directory you are working with. There is a known
    bug in the WebLogic Platform 8.1.1.0 release of the template builder that will
    cause it to not find files with relative paths in your domain directory if the
    application path in the config.xml is just a ?.?. If this is the case, you should
    see a FileNotFoundException when you attempt to create the template. This will
    be fixed in SP2 and you can work around this problem by changing those paths to
    ?./? instead. If this was not the case, what was the path the wizard choked
    on?
    4) ?Looking through the config file, it seems that it's all of the WLI components
    that have absolute paths in the config file. In addition, BEA_WLS_DBMS_ADK has
    an absolute path, not sure if that is WLI or WLS. ?
         BEA_WLS_DBMS_ADK is an integration application. If you created the original
    domain using the configuration wizard most of the applications in an integration
    enabled domain will reference paths inside of you installation directory or ?internal?
    paths. For instance, I used the wizard to create a ?Basic WebLogic Integration
    Domain?. The path for that application in this domain is: ?C:\bea\weblogic81/integration/adapters/dbms/lib/BEA_WLS_DBMS_ADK.ear?
    where ?C:\bea\weblogic81? is my WL_HOME or USER_INSTALL_DIR. When I load this
    domain into the builder it shows this application as ?internal? and the ?Internal
    Application Path? is "$USER_INSTALL_DIR$/integration/adapters/dbms/lib/BEA_WLS_DBMS_ADK.ear".
    This will be set as the path value of this application in the config.xml that
    will be included in the template you build. When you later use the Configuration
    Wizard on this template it will substitute the $USER_INSTALL_DIR$ to the value
    of the installation directory of the machine you are creating it on.
         If you were to Change these to relative paths, as Mark previously suggested,
    it will only work if you copy the domain directory to the same location relative
    to your installation directory on the target machine. Also, if you copy the domain
    in this manner you will more than likely run into problems with your start/stop
    scripts and be forced to hand modify all the paths contained within. The configuration
    wizard tries to alleviate these problems and make the configuration entirely portable.
    This gives the user who creates the domain from your template the ability to
    put it anywhere they want regardless of the paths in the config.xml.
    5) ?However, there is another major problem with the Template Builder: it only
    includes the startup/shutdown script for the platform you create the template
    on. ???I built the template on Solaris with the UNIX scripts. However, I tried
    to create a new config on Windows with this template, and the scripts were not
    converted to .bat files!?
         As I stated previously, the builder will only include *.cmd and *.sh scripts
    into your template by default. If you created the domain on a unix platform using
    the configuration wizard it will not extract the *.cmd files since these aren?t
    considered to be useful on unix. If you were then to attempt building a template
    from this domain and take it onto a windows platform, it will obviously be missing
    any windows scripts. Conversely, the wizard will extract *.sh scripts on windows
    because they can still be useful if a user has an MKS or Cygwin type environment
    installed. The config wizard and template builder do not have the ability to convert
    scripts. The builder will only include existing scripts that are in your domain
    directory and automatically determine any necessary string substitutions that
    will be needed. Please note that since WebLogic is only supported on the NT/2K/XP
    versions of windows you will find that the wizards use ?.cmd? files and not ?.bat?
    files since these are more commonly associated with Win 95/98/ME.
         I will be happy to answer any more questions you may have and would also like
    to take a look at your domain configuration to try and get a better understanding
    of the problems you are encountering.
    thanx,
    russ

  • PLD Document Configuration Template

    Hi All,
    Can anyone please let me share any of the PLD Document Configuration Templates. This is for requirement documentation. Based on this we would like to design the SBO outputs for all the marketing and other documents. Any help would be of great value.
    Thanks & Regards
    Shiva

    Documentation can found in this link:
    https://websmp206.sap-ag.de/smb/sbocustomer

  • Very simple html template engine...

    Hi forum
    I need to create a very simple html templating engine. My requirements are only load a html document into an object (HTMLDocument for example?), search a couple of particular tag or string, treat the text found between these tags like a block, repeating the content all the necessary times, and replacing a special string within the text for another one.
    Here an example:
    <html>
    <title>Foo page</title>
    <body>
    <table>
    <!-- Initial special tag -->
            <tr>
                <td>{String to replace}</td>
            </tr>
    <!-- Final special tag -->
    </table>
    </body>
    </html>If i pass the html example code for the template engine with the following parameters, the result that i want is:
    Number of times to repeat the BLOCK: 3
    Text to replace de special string: Hello world
    <html>
    <title>Foo page</title>
    <body>
    <table>
            <tr>
                <td>Hello world</td>
            </tr>
            <tr>
                <td>Hello world</td>
            </tr>
            <tr>
                <td>Hello world</td>
            </tr>
    </table>
    </body>
    </html>That�s all. I search in google for something but a encountered only javascript based "applications", except the "Rhino" engine, but that is to much for mi needs.
    Well, i hope anyone can help me.... and sorry for may bad english :P...

    Here's the generated code:
    `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
          `SAP_DynproLayerBegin(003,001,028,001)`
          `SAP_Label("%#AUTOTEXT001")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLayerBegin(003,003,020,001)`
          `SAP_Label("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_OLD")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLayerBegin(030,003,005,001)`
          `SAP_InputField("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_OLD")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLabelLine(003,003,030)`
          `SAP_DynproLayerBegin(003,004,020,001)`
          `SAP_Label("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_NEW")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLayerBegin(030,004,005,001)`
          `SAP_InputField("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_NEW")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLabelLine(003,004,030)`
          `SAP_DynproLayerBegin(004,006,014,001)`
          `SAP_Button("CTR_NEG_AMEND_REJ")`
          `SAP_DynproLayerEnd()`

  • The site template requires that the feature be installed in the farm or site collection

    I inherited a SharePoint implementation.  There is a Workflow that runs when an item in a List is created.  The old developer created some Actions using Visual Studio.  The Workflow is configurable using SharePoint Designer.  Specifically,
    there is a condition/action that creates a site using a ProjectSiteTemplate variable that is set through SPD.  The value in there now is a {guid}#ProjectSiteTemplate.  Workflow is failing with following message:  "Failed to create site
    at http://site/rpm/11.  SPException  The site template requires that the feature {guid} be installed in the farm or site collection".
    How can I find out what Feature is missing?  Specifically, I am looking for a name.  That would help be debug or find out what I need to active or deploy.
    Thanks for any tips provided.

    Get-SPFeature | where { $_.id -eq "yourGUID" }
    I.e. something like:
    Get-SPFeature | where { $_.id -eq "f0deabbb-b0f6-46ba-8e16-ff3b44461aeb" }
    To see all of the installed features:
    Get-SPFeature | Sort Displaynames
    You could also search the feature directory on the server to look for the GUID.
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES
    Mike Smith TechTrainingNotes.blogspot.com
    my SP customization book

  • Template Requirements for automatic execution

    I was wondering what the RTF template and Data Template requirements are if you want to schedule or email your reports. In my case, simple reports process just fine but when I start adding advanced tags to the RTF file BIP keeps choking on it unless it is run manually. I was wondering if I am doing something wrong with my templates or if there is lesser capabilities in the send button and scheduling reports verses running them through the web interface. I have really noticed this when using conditionals and groupings in the RTF file. Any thoughts?

    I discovered that the failure happens with using the for-each tag after regrouping. In my case I have a 3 level hierarchy with two regroupings followed by a for-each but I have noticed that none of the reports I have perpaired that contain a regrouping followed by a for-each will burst, schedule, or send via email (though they work fine if you view it online and request it manually through the BIP interface). From what I can see and from testing, I have a hypotheses that no report using a for-each or for-each-group with any kind of tagging but current-group() will burst, schedule, or email from BIP. However, I am fairly new so thats why I was asking to make sure I am not marking it up wrong.
    Here are the tags I found in my testing to cause issues:
    <?for-each-group@section:G_PEOPLE;./PERSEC?>
    <?for-each-group:current-group()/LIST_G_GENERAL_QUESTIONS/G_GENERAL_QUESTIONS;GQ_ID?>
    <?for-each:current-group()/LIST_G_GENERAL_ANSWERS/G_GENERAL_ANSWERS?>
    <?end for-each?>
    <?end for-each-group?>
    <?end for-each-group?>
    The data is currently pulled through a data template with three levels of groupings over 4 queries with around 20,000 records between all four but this amount is expected to grow exponentially.
    We are running on BIP 10.1.3.3.1 Enterprise.
    As for choking, BIP tries to digest the request and throws a Java Exception that shows up under the report status after it returns failed under document processing with:
    oracle.apps.xdo.servlet.scheduler.ProcessingException: oracle.apps.xdo.XDOException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:896)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:361)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.apps.xdo.XDOException
         at oracle.apps.xdo.servlet.ReportException.fillInStackTrace(ReportException.java:124)
         at oracle.apps.xdo.servlet.data.DataException.fillInStackTrace(DataException.java:127)
         at java.lang.Throwable.<init>(Throwable.java:181)
         at java.lang.Exception.<init>(Exception.java:29)
         at oracle.apps.xdo.servlet.ReportException.<init>(ReportException.java:40)
         at oracle.apps.xdo.servlet.data.DataException.<init>(DataException.java:44)
         at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:96)
         at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:409)
         at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:260)
         at oracle.apps.xdo.servlet.CoreProcessor.generateScheduledDocument(CoreProcessor.java:106)
         at oracle.apps.xdo.servlet.ReportImpl.renderScheduledJob(ReportImpl.java:352)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:890)
         ... 3 more
    The server admin has looked at the logs but says nothing is ever recorded but he is also new to running BIP so is not sure if he is even looking in the correct log files.
    As far as the CPU, I do not have access to check that but I will attempt to get the Server admin to assist me in doing that and get back with that info.

  • How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values?

    How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values? I'm using the Integrator named "Projects - Transaction Import" and a custom Layout created based on the seeded Layout named "Transaction Import - Accounted". Do I need to somehow change my Layout to make the Document accept numerical values instead of requiring alpha-numeric values? I need to be able to populate the Document with a large amount of transactions and cannot feasibly go through every transaction to add the alpha-valued name of the account segment to every segment that requires it. The segments in particular causing the problem are "Expnd Type" and "Organization Name" which are both alpha-numeric and as such contain the segment number and name; I need to be able to only have to enter the Natural Account Number (6-digit number only) and the Organization Number (5-digit number only).

    How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values? I'm using the Integrator named "Projects - Transaction Import" and a custom Layout created based on the seeded Layout named "Transaction Import - Accounted". Do I need to somehow change my Layout to make the Document accept numerical values instead of requiring alpha-numeric values? I need to be able to populate the Document with a large amount of transactions and cannot feasibly go through every transaction to add the alpha-valued name of the account segment to every segment that requires it. The segments in particular causing the problem are "Expnd Type" and "Organization Name" which are both alpha-numeric and as such contain the segment number and name; I need to be able to only have to enter the Natural Account Number (6-digit number only) and the Organization Number (5-digit number only).

  • In Apple Configurator, can I set up different sets of iPads with different apps loaded? Or will all iPads synced with Configurator be required to have the same build?

    In Apple Configurator, can I set up different sets of iPads with different apps loaded? Or will all iPads synced with Configurator be required to have the same build?

    Hi jshira86,
    You can definitely have different sets of iPads with different apps loaded. When you "supervise" your iPads, you will see that on the left side of the Configurator window there is a "+" sign in the lower left corner. Click it to create a new device group. With this new device group you can choose what apps and configuration profiles you want to install on that group of iPads. Create as many groups as you want to customize the apps and profiles you want on them.
    Hope this answers your question!
    ~Joe

  • Copy AP Configuration Templates-WCS 7.0.172.0

    I am wondering if anyone has seen a way to copy an AP configuration template. We have several distribution centers and the templates are essentially identical other than the Template name and the AP Group VLAN (different for each DC). We set up a new template for each new DC. Being able to copy a template, rename it and change the Group VLAN setting would save a lot of time.

    I haven't been able to make it work like it was in prior versions.  I have found you can initiate the session from monitor-->access points--->ap name and selecting the radio type.  802.11b/g/n, or 802.11a/n.  The icon is under cleanair management operation.

  • App-V: A Configuration Template for Deploying to Stateless RDS Clients on Citrix Published Desktops with Citrix UPM for Profile Management

    Please Vote if you find this to be helpful!
    App-V:  A Configuration Template for Deploying to Stateless RDS Clients on Citrix Published Desktops with Citrix UPM for Profile Management
    Just posted this to the wiki:
    http://social.technet.microsoft.com/wiki/contents/articles/25318.app-v-a-configuration-template-for-deploying-to-stateless-rds-clients-on-citrix-published-desktops-with-citrix-upm-for-profile-management.aspx

    I would not recommend this and keep the package cache and the client on the same non-persistent drive and enable the Shared Content Store. If you separate the cache and the App-V client they could get out of sync and strange behaviour can occur. 
    You can use a temporary local profile with Citrix UPM or UE-V and specify what to roam/save.
    You can use the Shared Content Store so packages will stream over the network. When the user logs on there is a publishing phase where shortcuts etc are created for the user, this will take some time.
    Are you using the App-V full infrastructure?
    Are you using a boot disk, partition or PXE in combination with PVS?

  • Configuration steps required in ID

    Hello Experts,
    I am new in XI/PI. Can anyone explain me the configuration steps required when we have one sender and multiple receiver.
    I have a scenario having file as a sender and JDBC,File and JMS on receiver side.
    If anyone have the screenshot for similer scenario will be more helpful.
    Regards,
    Jay.

    Hi,
      in ID, you will need...
    1) 1 receiver determiantion
    2) 3 interface determination
    3) 3 receiver agreement
    4) 1 sender agreement
    5) 1 sender and 3 receiver channel
    Regds,
    Pinangshuk.

  • Creating a simple HTML template

    Hello All,
    I have to create a simple HTML template for a screen in SRM for Mass change of a field on contracts. I have ITS service ready and I have created a HTML template with reference to the prorgam and screen. It generated following code. what change do I need to make to make the template displayed. When i run the template it gives me an error 'URL http://XXXXX/sap/bc/gui/sap/its/ysrm_ctr_mass/ call was terminated because the corresponding service is not available'.I have never worked on HTML templates before. Anybody wannna help me, pls?
    Here's the generated code:
    `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
          `SAP_DynproLayerBegin(003,001,028,001)`
          `SAP_Label("%#AUTOTEXT001")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLayerBegin(003,003,020,001)`
          `SAP_Label("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_OLD")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLayerBegin(030,003,005,001)`
          `SAP_InputField("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_OLD")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLabelLine(003,003,030)`
          `SAP_DynproLayerBegin(003,004,020,001)`
          `SAP_Label("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_NEW")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLayerBegin(030,004,005,001)`
          `SAP_InputField("YSRMS_CTR_MASS_NEG_AMEND-YYNEG_AMEND_NEW")`
          `SAP_DynproLayerEnd()`
          `SAP_DynproLabelLine(003,004,030)`
          `SAP_DynproLayerBegin(004,006,014,001)`
          `SAP_Button("CTR_NEG_AMEND_REJ")`
          `SAP_DynproLayerEnd()`
    Thanks,
    Chandra

    Hi
    Which SRM version are you using ?
    Please do the following steps ->
    -->Activate the services through SICF  - SRM transaction code.
    > Go to SICF transaction and activate the whole tree under the node Default host>sap>bc>gui>sap>its.
    Right click on any of the services (there you will find option to De-actiave / activate the service)
    Related links ->
    Note 851940 - Launchpad in BBPSTART has wrong URL for services
    Re: Service Cannot be Reached
    Please ensure IACOR service must be running correctly before publishing the HTML Templates using the report - W3_PUBLISH_SERVICES
    When you are using the Internal ITS,you need not run the report W3_PUBLISH_SERVICES.(only SIAC_PUBLISH_ALL_INT )
    Re: Activating a Service in SICF
    Regards
    - Atul

  • There was start up glitch on desktop, which changed the computers configuration, which requires activation on Adobe Photoshop CS, but am not able to get throug activation system and phone support has been disconnected.

    here was start up glitch on desktop, which changed the computers configuration, which requires activation on Adobe Photoshop CS, but am not able to get throug activation system and phone support has been disconnected. How should I activate my software.

    You are entitled to the CS2 version that will work without activation, since the activation servers were taken offline. Read the instructions and follow them on this page.
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • Problem of configuration the requirement output control ?

    Hi ,
    i am now in a very urgent situation that is the system does not create the message type after executing the transaction VL31N.
    In detail :
       I have used the transaction NACE to configure the "Requirements output control" and i have created 3 message type (Z1 , Z2, Z3)  ( type V6 : handling unit) and i have coded for each of them to check the requirements for creating the messsage type ( the message type will be created if the sy=subrc = 0 after the forms are executed.
    FORM KOBEV_Z1.
    Check condition from the structure  komkbv6
    if cond Ok
      sy-subrc = 0.
    endif.
    ENDFORM KOBEV_Z1.
      FORM KOBEV_Z2.
    Check condition from the structure  komkbv6
    if cond Ok
      sy-subrc = 0.
    endif.
      ENDFORM KOBEV_Z2.
      FORM KOBEV_Z3.
    Check condition from the structure  komkbv6
    if cond Ok
      sy-subrc = 0.
    endif.
      ENDFORM KOBEV_Z3.
    But in fact , even if i have put the sy-subrc = 0 for each of them or for all , the message type was not created as i need .
    Result :
      if the message type is created automatically after executing the KOBEV or KOBEV , a printing program will be called to print the SAPscript form , but till now , i can not do that , to print the form i have to created the message type by hand ..
    Is the something wrong in the system ? How can i configure them to run well ?
    Please help me .
    PS : I will reward immediately and i am waiting
    Thank you very much

    Hi,
    If you are supposed to bring across characteristic values to your target, then you will not be able to jump from the result line. The configuration expects that the values of the characteristic marked as being used in the jump are filled with unique values. When you use the result line as a source for your jump, the values in the result line will most likely be based on the sum of multiple characteristic values.
    Hth,
    -Jacob

  • Error "Invalid or Could not find module configuration" and "Required application module HyperionPlanning.planning is not configured

    Dear
      I use version 11.2.1, try to open an application one by planning and workspace is the error below.
      "Invalid or Could not find module configuration" and "Required application module HyperionPlanning.planning is not configured"
    I checked the oracle site, but the suggested solution is not possible because using the OHS and found the file HYSLWorkers.properties.
    Solution
    On the server que hosts the Apache component:
    1. Navigate to HYPERION_HOME%% \ common \ httpServers \ Apache \ 2.0.59 \ conf
    2. Edit the file named HYSLWorkers.properties,
    3. Locate the entry starting with "worker.HP__8300.port"
    4. Set its value to the value of the Planning web application's listening port incremented by two,
    5. Save and close
    6. Restart Apache only
    Anyone have any suggestions?

    If restarting the services does not help, run the EPM configurator again and configure foundation web server again then restart services and try logging into workspace
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Acrobat Pro 8 Shared Review not annotatable by Reader 9

    I am using Acrobat Pro 8 to create shared review PDFs. Reviewers who have upgraded to Reader 9 are suddenly unable to add comments. The Comment and Markup toolbar is not displayed, and the Comment and Markup option is absent from the Tools menu and t

  • Tired of graphical corruption resulting in depth changing to 256 colours.

    When will the bug in the Boot Camp WinXP ATI Radeon 2600 HD Pro (mid-2007 24" 2.8GHz iMac that causes graphical corruption resulting in colour depth switching to 256 colours be fixed? This happens after a random time running WinXP (from mere minutes

  • Mail rejects password

    Hopefully some one can help me. I have comcast server, but i dont go on their site to check my email. I use my mail icon on my desktop dock to check it. So usually i click on the icon and check my email and when i go to send an email, a message comes

  • 10gR2 to 11gR2 usin rman

    hi I am dong (just started few days back)10g OCP (DBA). i love to play with it lot.so i installed 11gr2 db version first.then i deleted the db orcl using dbca.NOW i am trying to install RAC..if i install RAC and create a db or restore a db from takin

  • Using strings as delimiters in StringTokenizer

    I've been usings StringTokenizer for a long time and have never encountered any trouble with it. For some reason it does not like a word string as a delimiter. Example "--" is the delimiter: 0August--1August--2August--3August--4August 0August--1Augus