LMS 3.2.1 - 'no pager' command

Hi,
I'm having some minor problem with the RME config puller:
Every time RME logs in to pull the config from my firewall (pix 535) it issues 'no pager' command, and doesn't change it back after the job is done;
So every time I log on to the FW I have to configure the terminal to 'break' the output page, which is very annoying;
Is there any way to change this behavior?
I have recently update the LMS to v. 3.2.1 and the RME is v.4.3.2 ; also I have all lates device updates;
I never had this problem before;
Thanks for your advice
Pawel

Hi,
Kindly enable the debug for Archive Management from RME > Admin > Log level settings > select ArchiveMgmt and select DEBUG for both the modules.
Clear out the contents of dcmaservice.log and then run the new sync Archive job again only on one problematic device.
Wait for the job to complete \ failed and then share the screenshot of the error and the dcmaservice.log from the location CSCOpx\log
Note :- dcmaservice.log might contain data that might be sensitive, so kindly clear out the same if required.
Explanation about the issue:-
RME connections to the PIX  and authenticates
It enters enable mode on the PIX
It then runs the command show pager to get the current pager configuration
It then enters the command conf t
It then enters the command no pager
Once it copies the config it then places the pager command back that it
read in the show command initially.
Rest dcmaservice.log will shed more light on it. Kindly let us know what version of  ios you are running on PIX.
Thanks,
Gaganjeet

Similar Messages

  • New page command

    Hi experts,
    i have a requirement.
    after execute the report,it will display multiple personal number in abap hr as blocked list
    like
    in first block employee earning details
    in second block employee deduction block
    in third block employee tax details.
    but my requirement is
    when we down load the program,page break should come for every personal no.
    another employee should not start in middle of the page .
    i have used NEW PAGE command after loop statement to pront another employee in another page.
    but anorthe employee is not priting another page.he is priting on the same page.
    any one could solve this problem.
    Regards.
    Sudheer

    try within the loop
    AT NEW PERNR.
    new page
    END AT.

  • New Page command not working in SMARTFORM

    I have a text file in an internal table of type TSFTEXT.  I'm passing this internal table to my smartform.  The smart form has 1 page, 1 main windo and 1 text element.  The text has a text type of "Dynamic Text" and a fieldname = <<internal table of type TSFTEXT>>.  The start property = "New Paragraph".
    In the internal table (TSFTEXT), i have a few NEW-PAGE commands.  These seem to be ignored.  How can I force the smartform to create a new page.  Here is what the internal table looks like.
    / here is some text 1
    / here is some text 2
    / here is some text 3
    / here is some text 4
    / here is some text 5
    /:NEW-PAGE
    / here is some text 6
    / here is some text 7
    / here is some text 8
    / here is some text 9
    / here is some text 10
    Thank you,

    As far as I know, NEW_PAGE is not applicable in smartforms. That only applies to Sapscripts. As you stated in your requirement, to have a new-page in smartform, try to adjust the height of the main window. Once the records on the internal table reaches the total height, then it will automatically create a new page...

  • How to implement "First Page" command in WAD

    Hi there
    I have a bug in my code, in that if the user pages down a few times, then chooses to Display All Rows (option provided in dropdown), the code works correctly to display all rows, but starts at the point at which the user was ... not from row 1 as should be the case.
    In case this doesn't make sense :
    - Assume that the table shows 10 rows at a time
    - On first entry, rows 1-10 will be displayed
    - User presses the standard page-down button ... rows 11-20 now displayed
    - User now presses button to show all rows (say there are 30 rows in the query)
    - User now sees rows 11-30, with no paging functionality.
    I would like to add / insert an additional command which navigates to the first page, then shows all the rows, but I can't figure out how.
    I have tried setting DATA_ROW_FROM to 1, but that doesn't help.
    Please note that I can set the parameters to show all the rows, just need to be able to navigate to row 1 before I do that.
    Any ideas?
    Cheers,
    Andrew

    Come on ... nobody out there with an idea?

  • Dynamic New-Page Command in Smartform

    Dear Experts,
    I have a particular requirement of triggering New-Page after the end of Main window for displaying Terms & Conditions on the last page.
    For this purpose I have designed 3 pages :
    PAGE1 - Contains Main window, few Secondary windows and some Graphic windows.
                   (In PAGE1 -> General Attributes -> Next Page = PAGE2)
    PAGE2 - Is in continuation with PAGE1 except a few changes w.r.t. some Secondary windows.
                   (In PAGE2 -> General Attributes -> Next Page = PAGE2)
    PAGE3 - Contains a new Main window for displaying Terms & Conditions, few Secondary windows and
                   some Graphic windows.
                   (In PAGE3 -> General Attributes -> Next Page = PAGE3)
    After the end of Main window in PAGE1 or PAGE2 depending on the amount of data, I have used a Command logic for triggering New-Page (PAGE3). But it always triggers PAGE2 as new page and not PAGE3.

    Thanks Muthukumar.
    But in case if I set a next page of page 3 to the second page, then if my Page2 contains data spreading over more than one pages, it will display Page2 once and immediately display Page3 as next page.
    I will explain my requirement once again:
    1. If my PO details fits on Page1 itself than my next page should be Page3(Terms & Condition page).
    2. If my PO details is of more than one page, for that I have designed Page1 as first page and Page2
        for remaining pages. Once the PO details is over the next page should be Page3.

  • Smartforms - new page command at loop

    Hi @ll,
    I`ve created a loop over an internal table in which I have insert a command to go to next page. The command is being called correctly but I don`t get data on the next page. I would expext that the loop goes on with the next record. Currently have just one page - could that be the problem?
    What I`m doing wrong?
    Ragards,
    Flo

    Hi,
       In the internal table add one more field called flag and in the driver program populate the value of     flag = 'X'  at the end of every PERNR using Control break statements.
       In the loop and the command give the condition as  Flag = 'X'.
       So the Page break will be triggered when ever the PERNR value will be changed.
    Hope this will help you.
    Regards,
    Venkat.

  • New Page COmmand in Smartforms

    Hi,
    My requirement is as follows,
    Whenever the item number changes it has to generate a new page with the header
    Whenever an item overflows it should come in a new page without the header details.
    So for this I have two pages in my smartform.
    Page1 - Header with item details
    Page2 - Only item details without the header
    I have given Page1's next page as Page2. And I have given a command whenever the item no changes it should go to Page1.
    But whats happening now is whenever a new page is generated only Page 2 is coming and not the Page 1.
    Any ideas??

    Hi ,
    u want like this right ...
    assume  that  table  data
    item                            item desc                              qty
    10                              10item descripotion                 23
                                        for material      
    20                               20item descripotion                 33
                                         for material      
    O/P Like  This u want
    *page1
    item                                    item desc                            qty
    10                                       10item descripotion            23
    page2  (dont want  want headers only remainning data of the line item)
                                              for material      
    For this simply u can put your header  in the main area of the table  (leave header as blank)
    Let me know if any concerns........
    Regards,
    Lokesh.

  • LMS 4.2 - No web page after logon

    Hi All,
    I've installed the evaluation version of LMS 4.2 on a server (I have met all prerequisites). On the server IE is installed.
    The installation went fine, no errors. After the installation I doubleclick the CiscoWorks icon on the server desktop and I get the logon screen.
    After filling in my username and password. I can see the url change in my browser. In the url I can see the word "loginSuccess&id", I guess this means my user and password are correct.
    After a few seconds the page turns blank, telling me "The page cannot be displayed".
    When I connect to the url on another machine, I receive the same error, with IE and with another browser (firefox).      
    Does anyone has a suggestion?
    Thanks,
    Best Regards,
    Joris           

    if this still not helps, recreate the SSL certificate with the following tasks:
    (in a dos box with administrative privileges)
    stop the LMS processes
        net stop crmdgtd
    recreate the SSL certificate with the following steps:  
        NMSROOT\bin\perl.exe NMSROOT\MDC\Apache\ConfigSSL.pl -disable
    remove or backup the server certificate files:
            server.*
    in this directory:
        NMSROOT\MDC\Apache\conf\ssl
    recreate the certificate:
        NMSROOT\bin\perl NMSROOT\MDC\Apache\ConfigSSL.pl -enable
    follow the dialog
    if you do not want to use HTTPS disable the SSL with:
        NMSROOT\bin\perl.exe NMSROOT\MDC\Apache\ConfigSSL.pl -disable
    restart LMS:
            net start crmdmgtd
    try to login again...
    if you still cannot login post the output of "pdshow"

  • LMS 4.1 - Archive Mngt - excluded Commands

    Dear all,
    In previous LMS version, we could edit a list of commands that have to be excluded while comparing configuration.
    To do this select
    Resource Manager Essentials > Admin > Config Mgmt > Archive Mgmt> Exclude Commands
    How to do in LMS 4.1? (required in order to exclude "ntp clock-period")
    Thanks

    Admin > Collection Settings > Config > Config Compare Exclude Commands Configuration
    There is alse the legacy menu, the thingy next to the yellow star on the top right of the screen
    Cheers,
    Michel

  • Just installed LMS 3.2 and get "Page Cannot Be Displayed" when trying to access it.

    I installed CiscoWorks LMS 3.2 on a Server 2008 SP1 machine.  Installation went fine.  I am using IE 7.0 on the server to access LMS 3.2.  I get the web interface for the unsecure site but when I provide my login credentials, I get redirected to the 443 site and the generic IE Page Cannot Be Displayed is returned.

    Could be CSCtb17186:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtb17186
    https://supportforums.cisco.com/message/1328649#1328649
    Also, LMS 3.2 calls for manually setting the amount of swap on Win2k8:
    https://supportforums.cisco.com/message/680507#680507

  • Go To Page command is not working

    I'm trying to create a button with the Go To Page function, but it does not work properly.
    I created the button as usual, selecting the action Go To Page and then specifying the page 2 of the document, but when I try to preview it, the link simply doesnt properly.
    It works if I press the button then press outside or when pressing twice (wich doesnt work everytime), but I want it working properly.
    Thanks.

    Use navto:articlename#pagenumber.
    Note: Page 1 is 0
    Bob

  • Adobe Acrobat Pro 8.0 freezes on "next page" command on document

    I have gotten stuck where my Acrobat 8 Pro crashes every time I hit "next page" button on a certain document. Document works fine in Windows and with Preview. Acrobat crashes everytime. From system log, message is:
    Oct 25 18:30:47 PerryMacintosh /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/Acrobat[341]: installAutoFSMonitor: open failed
    Any ideas?

    Back up all data.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and this support article for instructions. If Font Book finds any issues, resolve them.
    From the application's menu bar, select
    File ▹ Restore Standard Fonts...
    You'll be prompted to confirm, and then to enter your administrator login password.
    Start up in safe mode to rebuild the font caches. Restart as usual and test.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t start in safe mode. In that case, ask for instructions.
    Also note that if you deactivate or remove any built-in fonts, for instance by using a third-party font manager, the system may become unstable.

  • Why does the save page command create a new folder

    I am new to CS5. When I "save" a file I've modified, or use "save as" -
    either one seems to save the page in a complete folder including all graphics, etc.
    Want to merely save the page with its corrections in the usual way.
    Is there a setting in CS5 that does this that I can opt to turn off?
    Many thank for any help on this problem. Al

    (1) Our office computer has the full website - and the same folders that 
    are on the server. Essentially a mirror image. We were saving the corrected
    html  file into the folders we had already set up on the computer. Then FTP'd
    it  later.
    (2) We set up the local site in DMW indicating that we will not be using 
    "server technology", "edit local copies on my machine and then upload to  the
    server," "files stored on my computer", "how to connect to remote server - 
    none" (we use a separate FTP program to upload).

  • Bad Parameter message after Extract Pages command

    I am trying to extract the first 8 pages of a 128 page document using Acrobat X in Windows 7, and every time I click on Extract I receive a Bad Parameter message. Everything else seems to be working properly with the file.
    Can someone please help

    Hi Doug,
    Please let me know whether the PDF is created using Acrobat or any other tool.
    Also, check whether the document is protected.
    Hope to get your response.
    Regards,
    Anubha

  • JSF page, command buttons does nothing.

    Hi,
    I made a page with some panelform's. In one of those forms I placed a commandButton.
    I added a method in the backingbean that should be executed when the button is clicked. I added the method name as action attribute to the button.
    If I load the page and click the buttom nothing is happening. In the code I made is only a System.out.println();
    What could it be...?

    //button on the page:
                        <af:commandButton text="commandButton 1"
                                          binding="#{backing_upload.sendButton}"
                                          id="sendButton"
                                          textAndAccessKey="&Send to Oracle"
                                          disabled="#{backing_upload.processNotToOracle}"
                                          action="#{backing_upload.sendToOracle}"/>
    //backingbean:
        public String sendToOracle() {    
            System.out.println("test");
            return null;
        }

Maybe you are looking for

  • Help!! Macbook (2009) to HDTV!!

    Okay, so I bought my Macbook in back in August (2009) and I've recently tried to hook it up to my Samsung HDTV. The sound works fine and I get a picture (which used to be my background but even when I changed that it still stayed the same) but that's

  • Can I set the value of kernel paramaters less than default in Solaris 10?

    Can I set the value of kernel paramaters less than default in Solaris 10? If specified less than default values for kernel parameters in /etc/system, system is getting default values for such as SHMMAX, SEMMSL, SEMOPM. Is the default kernel parameter

  • Basic n-Tier development question

    Greetings, I have a project that had a datasource in it. Everything works fine. However, I need to create 2 different UIs - client and Web. So I created a project (MyDataProj) with a datasource that gets the data. I then created a new solution (for t

  • File Uploads/Downloads

    I have an HP Pavillion Desktop with Windows 7 operating system. I think one of my children has disabled something because when I click on anything to do a file upload/download, I can't access my Desktop or any files on it. Help!

  • Download a purchased ringtone.

    I just purchased a ringtone from Verizon.  How do I download it to my phone?