ATA187 Second Line Problem

Hi,
I have a customer with the following problem:
The second port of their ATA187s are constantly trying to register and establishes UDP connections with the site firewall. Eventually this exceeds the max connections on the F/W and results in a major site problem. The customer has overcome this by assigning a DN on the 2nd line. However, this creates a 2nd device in effect. The customer is migarting soon from CUCM ver 8.5.1 to the latest version 10.
My questions: is there a way to disable the second port on the ata187? I know this is possible on the 186/188's but I don't think we can on the 187s?
Will moving to 10.x help this situation? They need to know because, they will have to buy twice the number of essential licenses just to fix this annoying problem.
They have upgraded the ata187s to the latest firmware.
Many thanks.

Unfortunately 187's does not support disabling of 2nd line. Moving to 10.X, customer will have to use the same solution as they are using right now.
Regards
Aditya Gupta

Similar Messages

  • UK payroll - second line support

    Hi Guys,
    I am assigned Uk payroll second line support...
    Am looking for some regular issues in UK payroll... can some body help me?
    What are the other areas that I should focus on?
    Regards
    Sirisha

    Check with your previous functional consultant, he should be able to tell regular issues related to your package. Generally once SAP is fully set up and running for some months you may not get problem from SAP config related issues. Mostly issues are with related to processes.
    If you want us to give more suggestions on process related issues and may be you need to paste all process of your organization or tell us where you are working so may be if some one already have idea about that company could tell you more.
    Hope above information is useful.
    Manoj Shakya

  • Spry Menu Bar wraps to second line on a few monitors

    Hello-
    I am stuck on a spry horizontal menu bar and have discussed with a few local dreamweaver users and we can't figure this out. I'm using CS4 to create an internal site for my company (sorry, I can't send you link). I tested the site on firefox and explorer on my computer and everything works beautifully. When going through the soft launch one computer out of the six computers who reviewed the site had an issue with my navigation bar. I used the horizontal spry menu bar to create a navigation with six options. The problem computer wrapped the last two to a second line which makes everything weird on pages within the site.
    Screen captures are below. Three images show the main page where the navigation wraps on top of the side column and right column. The second image shows the menu bar wrapping behind the left column on additional site pages which is happening on all additional site pages.
    The code for the spry menu assets should be below the images. If you need additional information, if I didn't provide everything, I'll send it. I'm very new to this and pretty much self-taught. I have taken an online class through ed2go.com, I've asked a ton of questions from other designers using Dreamweaver, and I've watched MANY tutorials online. ANY help you can give would be MUCH appreciated. THANK YOU!!
    MAIN PAGE/HOME PAGE
    ADDITIONAL SITE PAGES
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    background-color: #D6D6D6;
    background-image: url(/Images/Autry_Background.jpg);
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    left: -1000em;
    background-image: url(/Images/Autry_Background.jpg);
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #FFF;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #005BAE;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #CCC;
    color: #000;
    text-decoration: blink;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #CCC;
    color: #333;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;

    Hi, Mel,
    I see that you are using default widths for the list items in the menus. If you reduce the width of the list items, you should be able to settle on a width that works better than 8em and 8.2em.
    Here are the bits that will need editing:
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em; /* make this width smaller */
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em; /* make this width smaller */
    position: absolute;
    left: -1000em;
    background-image: url(/Images/Autry_Background.jpg);
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em; /* make this width smaller */
    Z

  • Second line item in Shoppin cart is not displaying the details

    Second line item's district  value is not displayed when the detailed button of second line item is clicked.
    In the shopping cart , there are two line items are added. ( before ordering )
    click on the detail button of first line item, then click on the Ship to address tab . it is displaying the details of the first line item ship to address.
    For getting the value in the district field, BBP_doc_change_badi is implemented .
    The problem is when i click on the detail button of second line itme , the value in the district field is cleard.
    When i click on refresh buttion after that, the value is there.
    I debugged BBP_DOC_CHANGE_Badi~bbp_SC_change method,
    When the second line item is clicked, it populates only the value of first line item . After that if i click on any other buttion, the it_item in the badi populates the second line item value.
    Is this a standard error in SRM or is there any way to display the value of second line item when it is clicked at the first time

    Hi,
    In item category details insure there is tickmark for Schedule line allowed,
    In sales order at item level under shipping tab see storage location ,plant is appearing or not,
    Kapil

  • Dynamic rows in tables, second line values are duplicated on every lines

    Hello,
    I am building an offline form interfaced with an abap program.
    The abap program is sending a table define like this :
    material  |  batch  | quantity   | unit
    I add javascript in the form in order to add dynamically new rows to this table :
    button ADD :
    TABLE.LINE.instanceManager.addInstance(1);
    //Invoke the recalculate method to include the field values from the added row in calculations.
    xfa.form.recalculate(1);
    button DELETE :
    xfa.form.data.MAIN.table.TABLE._line.removeInstance(this.parent.index);
    // Invoke the recalculate method to update the form calculations.
    xfa.form.recalculate(1);
    My problem is that the data table only have two line, and even if I add new line, the second line values are copied to the next ones...
    Table is well defined as 1 to n..
    Thank you for your help.

    Hello Mr.Louis,
    I'm having a similiar problem.
    I'm using LCDsgn 8.0/Adobe Reader 8.1 and OS is MS Windows XP Proff 2002.
    My Internal Table EMPNO ///  Name  /// City.
    In my case there is no duplication. But, when I add row,
    1. the empty row get added.
    2. I do the entry in Name and City fields and go for addition of another new row.
    3. It adds a new row, but  clears name and city of the previously added row.
    4. When I add a new row again, and enter all values then it modifes with correct value for the row effected in step 3. But entry for new row added get similarly erased.
    Any insight towards the resolution of this would be highly appreciated.
    Regds,
    Srinivasan.

  • CostCenetr not appearing in service PR for second line item

    Hi Experts,
    When we create a service shopping cart, if there more than one item in the shopping cart , in back end system in service PR under services tab column  Cost Center  is blank for second line item.
    How can we solve this?
    Regards,
    Anubhav

    Hi,
    Problem seesm to be with only one service category..
    Thanks,
    Anubhav

  • Spry bar defaulting to second line in FF

    My spry bar works great in safari and IE, but defaults to a second line in FF. Thinking this might solve the problem, I changeed the spry MenuBarHorizontal.css width both up and down, from 10 as far down as 6 and as high up as 13, and this does nothing except screw up Safari and IE (it seems '10' is the only width that works on Safari and IE). What do I do to get FF to show the menu on one line?

    eberhoo wrote:
    My spry bar works great in safari and IE, but defaults to a second line in FF. Thinking this might solve the problem, I changeed the spry MenuBarHorizontal.css width both up and down, from 10 as far down as 6 and as high up as 13, and this does nothing except screw up Safari and IE (it seems '10' is the only width that works on Safari and IE). What do I do to get FF to show the menu on one line?
    The original Spry files do work in all modern browsers. Which means that you have changed something, probably within the CSS-file, that has upset the delicate balance.
    Compare the original CSS with the one that you have modified and you may be able to figure out where the problem lies. The 10 commandments may help you out and can be found here http://dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one
    I hope this helps.
    Ben

  • CFwdALL for second line

    I don't want user to activate CFwdALL for second line in ccmuser web interface due to security reason. I would like to ask whether there is phone sevice xml file for user to activate in IP phone.

    Sure - use IPPhoneForwarder (free) from www.myvoipsource.org.
    I've used it a couple of times without any problems.
    Regards
    Aaron
    Please rate helpful posts...

  • How to rectify if there output comes to second line alv_list display

    this is code i have given.
    but what happens is that there are more field values.The output comes to the second line what is the problem, how can i rectify it
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
       I_CALLBACK_PROGRAM             = 'ZPTPR3_TEST '
       IT_FIELDCAT                    = I_FIELDCATTAB
      TABLES
        T_OUTTAB                       = I_FINALTAB
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

    You just need to add the lines in bold .
    <b>DATA : LS_LAYOUT  TYPE SLIS_LAYOUT_ALV.
    LS_LAYOUT-MAX_LINESIZE      = 300  .</b>
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = 'ZPTPR3_TEST '
    <b>IS_LAYOUT          = GS_LAYOUT</b>
    IT_FIELDCAT = I_FIELDCATTAB
    TABLES
    T_OUTTAB = I_FINALTAB
    In above example you can change/ increase value 300 to suit your need .
    Cheers.
    Sanjay

  • Column Heading in Excel layout coming to Second Line

    Hi All,
    I am doing an excel Layout using Report Builder 6i. There in excel layout output,
    the cloumn headings are coming in two lines. I mean headings for few last columns are getting wrapped to second line, though corresponding data is coming
    correctly.
    Please help me over this if anyone had faced the same problem...
    Thanks in Advance

    You need to make sure that your column headings in Reports have no 'returns' in them. The text should be all on one line and the text in the layout editor should be no 'taller' than 1 line. Your frame around the column headings should also be no 'taller' than 1 line.
    Hope this helps!!

  • Second line with BT Broadband, first line broadban...

    Hi
    My first line was with BT  but I went over to  Sky and I was receiving 4.6MB /667 after much problems at first it settled down to this. As they was a few using the line, I had a second line fitted by BT and had broadband 10GB 20GB they est. 4MB, ok at first it came on and after test it stabled at 3.5Mb, then the first line played up the broadband dropped down  and now is sitting at between 2.8MB / 776. The second line has also drop to 2.6/ 448.  Bt help said to have the master socket moved to cut out any extension so I did and that cost me £150, it hasn't help at I am connected filter into the Master box.  I have contract Sky twice over the matter and they said the BT engineer who came to connected the new line must had done something to they line as they can't get the modem to connect and high then 3Mb. The New BT line was a new line from the box outside my building.  Sky was also saying have the master socket moved to cut out the extensions Extension they put in for the Sky TV boxes. 
    Just feel like I am being capped because I have two phones lines .
    Here are detalis from the second line BBH3
     Line state: Connected
    Connection time: 0 day, 01:01:12
    Downstream: 2,720 Kbps
    Upstream: 416 Kbps
    ADSL settings
    VPI/VCI: 0/38
    Type: PPPoA
    Modulation: G.992.1 Annex A
    Latency type: Interleaved
    Noise margin (Down/Up): 15.5 dB / 7.0 dB
    Line attenuation (Down/Up): 47.0 dB / 29.5 dB
    Output power (Down/Up): 18.2 dBm / 12.5 dBm
    FEC Events (Down/Up): 7 / 0
    CRC Events (Down/Up): 0 / 0
    Loss of Framing (Local/Remote): 0 / 0
    Loss of Signal (Local/Remote): 0 / 0
    Loss of Power (Local/Remote): 0 / 0
    Loss of Link (Remote): 0
    HEC Errors (Down/Up): 0 / 0
    Error Seconds (Local/Remote): 0 / 0
    First line with SKy
    ROUTER STATUS
    Firmware Version
    SKY_2.04
    ADSL PortMAC AddressIP AddressNetwork TypeIP Subnet MaskGateway IP AddressDomain Name Server
    F0:7D:68:64:95:99
    2.223.43.102
    MER
    255.255.255.192
    2.223.43.126
    90.207.238.97
    LAN PortMAC AddressIP AddressDHCPIP Subnet Mask
    F0:7D:68:64:95:96
    192.168.0.1
    On
    255.255.255.0
    ModemADSL Firmware VersionModem StatusDownStream Connection SpeedUpStream Connection SpeedVPIVCI
    A2pD030i.d22k
    ADSL Link Up
    2842
    796
    0
    40
     Sky are saying I need to go throught BT to have the master socket of the first line moved.

    you have two very similar lines with different suppliers one onADSLMAX up to 8mb service BT the other is an LLU service different technologies
    sky's suggestion of moving the first lines master moved is rubbish and just going to cost you money for no good reason
    you are not being capped because you have two lines
    your noise margin on your BT line is higher than normal if you maintain 3 days stable connection then you can get the forum mods to reset your noise margin to the default 6 this will improve your speed however the sky line is down to them as are any repairs regarding broadband on it
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Only about 2/3 of the column show. Also, paragraphs on sidebars, such as the Youtube subtitle sentences are cut so after the first line I only see the top of the second line.

    Only about 2/3 of the column show. Also, paragraphs on sidebars, such as the Youtube subtitle sentences are cut so after the first line I only see the top of the second line.

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    * Firefox > Preferences > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    * Firefox > Preferences > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages

  • PAP2T second line will not connect

    I have two voip accounts with the same provider and I have two PAP2T adapters (one for each account).  I can get either one to work by themselves.  I need to get both lines working on the same router.  If I hook both PAP2T devices to the router, the second one can never login to it's server.  If I load the line 2 of either device with the other account, the second line can not login to it's server.
    Ideally, I would have just one PAP2T connected using line 1 and 2.
    How do I set up line 2 with the other account?
    Thanks,
    Joe

    Hello,
    sounds like some of the ports may have been blocked.
    May you test those simple tests :
    1) Swap ports 5060 and 5061 between Line1 and Line2 - watch which line will register, if any ...
    2) IF line with port 5060 registers (Line2) and line with port 5061 (Line1) NOT, may you contact your Internet provider (ISP) if for any reason the port 5061 is blocked, also you may contect the VoIP provider, if registration FROM port 5061 is also accepted ...
    3) You may try "nasty trick" and setup SIP ports totaly crazy - for example 5261 and 5262 - or simply any two numbers. There is, in fact, no restriction on SIP SOURCE port (just uzus, that those are USUALY 5060 and increasing), SIP DESTINATION port is (almost) alwayws 5060.
    I use my SPA-1001 on with ports 5261 and 5262 on Line1/Line2 with no problems.

  • Strange line spacing - space seems bigger every second line

    Hi,
    today I discoverd that pages 08 does something special with line spacing. Every second line in my three column layout with text frames seems to have a bigger space. Settings are checked ... can't find anything...
    I used a Myriad Pro, 10 pt
    An ideas? I can send a screenshot vie mail if wanted/needed.
    Cheers
    Stefan

    Sorry this reply is a bit late, but I was looking for a solution to this same problem myself.
    I got this fault also when using the previous version of Pages on Tiger, but it also occurs in Pages '08 as well and on Leopard.
    I have done some checking, and it's not Font. I have a booklet I make every month, and it usually has Times for body text throughout. Some text will have this weird spacing, other text will be normal. It only happens if I use anything other than 'Exactly' for line spacing. It doesn't seem to happen at all in a text box, but text directly on the page is random with this.
    It also translates to a hard copy too, so it's not just a display issue either.

  • Anyway to "UN" Ken Burns stills globally or as default bringing in jpeg's?  New to iMovie. I have 3 titles that build.  First is logo, add prod't name second line, add date 3rd line.  They shift when dissolving between them. Title function NG for this.

    Anyway to "UN" Ken Burns stills globally or as default bringing in jpeg's?  New to iMovie. I have 3 titles that build.  First is logo, add prod't name second line, add date 3rd line.  They shift when dissolving between them. Title function NG for this.
    The people at the Apple store gave me a long, tedious workaround which is open Pages and bring in logo.  Export it as a PDF.  Open the PDF in Review and then "Save As" a jpg to the desktop and drag and drop into the imovie.  Even with this process, the text will sometimes shift.  When it works, it looks good, the logo comes up, then the second line fades in under it as part of the build and then the third line completes the graphic.  It would something this easy and straight forward would be easy. 
    HarveyV

    I did the work around for the titles/jpg's in this short video. 
    I'll try your fix on the next one.  I have 22 short 3-5 minute videos to produce
    and I'm on number 5.  This should save me a bunch of time. 
    It would appear that you know more than the guy at the Apple Store. 
    Thank goodness for on-line forums.
    I already tried fixing them individually as you suggested,
      by going the crop/fit route.  However, even then,
      the second in the series had always shifted. 
    The first and the third images lined up, but not number 2.. 
    So  I brought in all the images, (1, 2 and 3).  
    and then the 2nd image again and put it in the third position
    in the sequence on the time line. I deleted the "original" 2nd image.
    So I had 1, 3, then 2.  Then I dragged and dropped the correct number two
    into position two and it worked.  So what happens is that the
    client logo appears, then that stays put and the next line dissolves in
      and then the third dissolves in.  They are three separate titles, but they
    are aligned perfectly so that they build as I dissolve between them.
    I think the problem with the edit copy route would be that while
    I could edit/copy the logo, I couldn't position text through the
    iMovie text function exactly as it only gives you middle or bottom third etc.
      Each title with the product name is positioned individually depending on
    length and number of lines. By going through Pages, I can position the logo
    and the text exactly.  Also, some logos are horizontal, while others
    are square etc., so text positioning is crucial.Anyhow,
    I'll try the global approach for the next one and see how that works.
      Thanks very much for your insight and especially for your prompt reply.
    I trust you're inside on this gorgeous July 4th because you're
    making money on your computer. ;-)HarveyVOn 7/4/2011 3:57 PM, Apple Support Communities Updates wrote:
    > Apple Support Communities <https://discussions.apple.com/index.jspa>>>>       Re: Anyway to "UN" Ken Burns stills globally or as default>       bringing in jpeg's? New to iMovie. I have 3 titles that build.>       First is logo, add prod't name second line, add date 3rd line.>       They shift when dissolving between them. Title function NG for...>> created by AppleMan1958 > <https://discussions.apple.com/people/AppleMan1958> in /iMovie/ - View > the full discussion > <https://discussions.apple.com/message/15552380#15552380>> ------------------------------------------------------------------------>> I am baffled by what you are asking...but if you are asking how to > turn off the Ken Burns effect, you can do it for future photos you add > by going to File/Project Preferences and setting the default initial > photo placement to FIT or CROP rather than Ken Burns.>> For a global change on photos that are already in your project, pick a > photo. Open the Rotate, Crop, Ken Burns Tool. Select FIT or CROP.  > Exit the tool. Now select this same photo and EDIT/COPY.>> Now, EDIT/SELECT ALL.>> Finally, EDIT/PASTE ADJUSTMENTS.../CROP ADJUSTMENTS.

Maybe you are looking for

  • Error  while starting Content Server on Windows

    Hi While starting SAP Content Server on Windows using IIS Manager -> SAP Content Server, I am getting the message "The process cannot access the file because, it  is being used by another process" I have stopped the Contnet Server  using  options sho

  • Reg : Using ABAP OO in Workflow

    Hi All, I have very simple question and this is the place where I am still lacking in workflow? 1. How do I identify when to use ABAP class and when to use BOR in workflow? 2. How do I identify which class to be used? Do we have any similar to BOR (S

  • Not able to print the script form from print preview

    Hi Experts, I need to print one of the script form from print preview. As per the req. first i need to generate a print preview of this form and if required should be able to print it from this preview. i am able to generate print preview and also ab

  • "gather windows" won't work

    Hi forks. Now I'm using iMac with external window(Nanao) through DVI connection. When I turn off external display and press "gather windows"(System preferences-display), it comes only display setting windows, other windows which were arranged on exte

  • Create a procedure for SAE function by using trigger.

    how to create a procedure by using triggers. we Have a job constant for the SAE function to trigger psuedo code SAE_ENG_DOC description: Engineering Documentation requirement. This should only trigger 1 time per job regardless of how many up issues r