Learning Stage Help

Dear All,
I am 10 day old for this kind of new era. I got InDesign CS4 plugin development request. I have only heared about InDesign, but I have never done any development work on it. But yes I have developed some xtensions for Quark.
I have gone through the SDK of indesign and I have explored so many of SDK samples. It's my lackness only that I am not feeling comfortable with this SDK, like Quark XDK is well organized. Can any one have idea how can I explore InDesign SDK, so that I can start development as soon as possible.
Also, if some one has some extra sample plugins to learn Plugins development. It is self understood only that so many of you have a lot of test sample plugins might be you have developed at the stage of learning.
I don't want any source code help, just i want help at the learning stage only.
Regards,
Ritu

Hi Ritu
After you've read the "learning-indesign-plugin-development.pdf" you might find it easier to start by creating a simple document by hand (not using code). Then ceate a new plugin using the DollyXs tool to do the following;
1. Get a reference to the open document you just created.
2. Get reference to spread/page where you added content, explore it's attributes.
3. Build list of the page items (textframes, graphics etc) you added  to the doc.
4. Explore the attributes of the different page items using the various interfaces.
5. Add a new page via code
6. Add new page items via code.
7. Save and close the document.
Use the "solutions.pdf" it contains or points to examples for doing all the above. This may seem simple but it's a good way to start learning the API.
Good Luck.
Mike

Similar Messages

  • Can I learn what help text is updated after Update-Help ?

    After Update-Help is executed is there any way to learn what help text has been changed?

    By the way; a whole bunch of updates were just posted this morning.
    function Get-NewHelp {
    Param (
    $logfile = "$pwd\NewHelp-$([datetime]::Now.ToString('yyy-MM-dd HH.mm.ss')).csv"
    $date1 = (dir C:\Windows\System32\WindowsPowerShell\v1.0\en-us\*help* -rec -File | sort lastwritetime -Descending | select -first 1).LastWriteTime
    $date2 = (dir C:\Windows\System32\WindowsPowerShell\v1.0\modules\*help* -rec -File | sort lastwritetime -Descending | select -first 1).LastWriteTime
    Update-Help -force
    $files = @()
    $files += dir C:\Windows\System32\WindowsPowerShell\v1.0\en-us\*help* |
    where{ $_.LastWriteTime -gt $date1 + 1d } |
    select fullname, lastwritetime, length
    $files += dir C:\Windows\System32\WindowsPowerShell\v1.0\modules\*help* -rec |
    where{ $_.LastWriteTime -gt $date2 + 1d } |
    select fullname, lastwritetime, length
    if ($files) {
    $files | sort fullname | Export-Csv $logfile
    Write-Host "$($files.count) files listed to $logfile" -fore black -BackgroundColor white
    } else {
    Write-Host 'No files updated today' -Fore green
    Not perfect but it works.
    ¯\_(ツ)_/¯

  • Pop/Push MC to stage help

    I'm new to Actionscript 2.0 and I need some feedback on my (first!) attempt to create an array that will contain 8 instances of 2 different movieclips. As each (checkmark MCs) is added to the stage, another attention getter clip will be removed (circle MCs). So on my first frame of this command one bluecircle should be popped from the stage, and one bluecheck pushed. Then the same with the green clip on the next frame, again back to the blue's on the following frame, and finally both one blue set and one green set.
    Button
    invis_Btn.onRelease = function() {
        this.enabled = false;
        bar1.play();
        rt_Btn.enabled=true, new Tween(rt_Btn, "_alpha", 20, 100, 6, false);
    invis_Btn.addEventListener("click", markerPush)
    Poor attempt at an array
    var markerArr:Array = new Array("bluecircle", "bluecheck"+i, "greencircle", "greencheck"+i, "bluecircle", "bluecheck"+i, "greencircle", "greencheck"+i);
    for (i=0; i<8; i++) {
        var bluecheck:MovieClip = attachMovie("bluecheck"+i, this.getNextHighestDepth(), {_x:260, _y:400});
        var bluecircle:MovieClip = attachMovie("bluecircle"+i, this.getNextHighestDepth(), {_x:260, _y:400});
        var greencheck:MovieClip = attachMovie("greencheck"+i, bluecheck.getNextHighestDepth(), {_x:260, _y:400});
        var greencircle:MovieClip = attachMovie("greencircle"+i, bluecircle.getNextHighestDepth(), {_x:260, _y:400});
        function markerPush(event):Object {
            return markerArr.pop(bluecircle);
            trace("popped");
            return markerArr.push(bluecheck+i);
            trace("pushed");
    I had attached them and removed them via strict declarations of attachMovie(...) and removeMovieClip(...) linked to the next/previous buttons I had encoded but found that this was a bit buggy as it sometimes generated extra clips that weren't necessarily added and removed correctly depending on the step the user was at. Any suggestions? Am I approaching this with an improper solution? Would a switch command work better?
    Thanks in advance for any help!!

    Gotcha on the undefined i. My thinking was a for loop would give the range I was pushing into the array, which is 8 items. Is the event listener the AS3 code you're mentioning? I thought that listeners like this were defined in AS2...
    Deleting all the code and starting over isn't an option. This program is fully functional aside from this array. I'm not going to trash an entire project for a single bit of code that I've no experience with, and am having problems getting functional because it doesn't address the issue.
    I'm not following your assertion of markerPush() being repeatedly defined as I'm trying to have the invis_Btn trigger the listener (apparently the AS3 code I need to fix?) which in turn triggers the array to add the items to the stage.

  • Hi guru's i am senivas i am learning plz help me

    hi guru's i am senivas i am learning userexists concept  plz help me
    i am waiting for

    Hi sri vasu  ,
    User exits :
    1. Introduction:
    User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. The code for the function module is writeen by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.
    The naming standard of function modules for functionmodule exits is: 
    EXIT_<program name><3 digit suffix> 
    The call to a functionmodule exit is implemented as:
    CALL CUSTOMER.-FUNCTION <3 digit suffix>
    Example:
    The program for transaction VA01 Create salesorder is SAPMV45A
    If you search for CALL CUSTOMER-FUNCTION i program
    SAPMV45A you will find ( Among other user exits):
    CALL CUSTOMER-FUNCTION '003'
      exporting
        xvbak   = vbak
        xvbuk   = vbuk
        xkomk   = tkomk
      importing
        lvf_subrc = lvf_subrc
      tables
        xvbfa = xvbfa
        xvbap = xvbap
        xvbup = xvbup.
    The exit calls function module EXIT_SAPMV45A_003
    2. How to find user exits?
    Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT
    If you know the Exit name, go to transaction CMOD.
    Choose menu Utillities->SAP Enhancements. Enter the exit name and press enter.
    You will now come to a screen that shows the function module exits for the exit.
    3. Using Project management of SAP Enhancements, we want to create a project to enahance trasnaction VA01 .
    - Go to transaction CMOD
    - Create a project called ZVA01
    - Choose the Enhancement assign radio button and press the Change button
    In the first column enter V45A0002 Predefine sold-to party in sales document. 
    Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed
    Press Save
    Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.
    Now the function module is displayed. Double click on include ZXVVAU04 in the function module
    Insert the following code into the include: E_KUNNR = '2155'.
    Activate the include program. Go back to CMOD and activate the project. 
    Goto transaction VA01 and craete a salesorder. 
    Note that Sold-to-party now automatically is "2155"
    User exit - A user exit is a three character code that instructs the system to access a program during system processing.
    SXX: S is for standard exits that are delivered by SAP.   XX represents the 2-digit exit number.
    UXX: U is for user exits that are defined by the user.  XX represents the 2-digit exit number
    An example of a user exits :-
    MODULE user_exit_0001 INPUT 
        CASE okcode.
            WHEN 'BACK OR EXIT'.
                CASE sy-dynnr.
                        WHEN '100'.
                             SET SCREEN 0.
                             LEAVE SCREEN.
                        WHEN '200'.
    Note that you can write any code that satisfy your needs.                                                     ****
    But in this case, this was wrote as a sample code for reference sake.                                    ****
    And you can test it.                                                                                ****
                             SET SCREEN 100.
                             LEAVE SCREEN.
                 ENDCASE.
          ENDCASE. 
    Finding User Exits
    Procdedure 1:
    Valid up to at least SAP release 4.0B
    One way to find user exits applicable for a given SAP screen. From the SE38 screen, enter the desired screen main program, and click Utilities > Find In Source Code, and "CUSTOMER-FUNCTION" as the text to search for. This will give you a list of the user exits and where they are called from for all screens in the module pool.
    Note: format of ABAP statement is CALL CUSTOMER-FUNCTION '009', for example. This is the statement called by a submodule attached to the main program.
    Actual related function is EXIT_SAPLCOIH_009, for example. This example refers to customer function 9 in main program SAPLCOIH. Not all user exit functions are names as such, but this is the usual format.
    If you are doing data validation and want to set an error message with a field open, you must be sure that the user exit you are using is linked to a calling module in the PAI section of the screen and the field you wish to be open was in the CHAIN statement which caused the PAI module to be invoked.
    If you use a customer function which was invoked by a PBO module to validate data, the "MESSAGE" statement will cause the screen to return with the desired message at the bottom, but with all screen fields closed for input.
    When you make changes to the include module for a given customer function, you must regenerate the related function group before you will see the changes included in the screen behaviour.
    Procdedure 2:
    Need to find user exits module-wise? Suppose we want to see the available sales module user exits. Go to transaction SE81. Click on SD, then click "edit" on the menu bar and choose select subtree. Click on "information system," Open Environment node, customer exits, and enhancements. Press F8 to get all the user exits for that module. In brief: SE81->SD->Select subtree->Information System->Envir->Exit Techniques->Customers exits->enhancements->Execute(F8)
    The following websites give complete details about user-exits :
    USER EXIT  (SAP Enhancement)
    http://www.planetsap.com/userexit_det_1.htm
    List of all USER EXIT's  (4.6c version)
    http://www.planetsap.com/Userexit_List.htm
    User Exits in FI/CO
    http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc
    Excellent web-site for user-exits
    http://www.abaptalk.com/forum_posts.asp?TID=31&SID=3b18fa1dc8b7b9a1dbdedf36fe3bc2az&PID=56#56
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/208811b0-00b2-2910-c5ac-dd2c7c50c8e8
    Enhancements,Creating a project,Assigning SAP enhancements to a project,Editing enhancement components,Activating a project
    http://www.planetsap.com/userexit_main_page.htm
    Find user exits with a TCode
    http://www.erpgenie.com/abap/code/abap26.htm
    SAP User Exits Routine
    http://www.sap-basis-abap.com/sapab013.htm
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • Movie Clips vs the Stage help me out plz

    Before i start i currently am taking a class on flash and i
    dont think we have gone terribly in depth.
    I have 2 sets of Code one in a Movie Clip and another on the
    Stage.
    the issue i have is neither one can see variables from the
    other. is there some special syntax or notation i need to pass the
    variables
    I cant see the Current Unit in the Button

    Syntactically your code is just fine. I didn’t receive
    any errors when I checked it. However I would rearrange some things
    in it. The 2 eventhandlers in the onEnterFrame function, I would
    pull these out and put them outside of the onEnterFrame function
    but on the same frame.
    “the issue i have is neither one can see variables from
    the other. is there some special syntax or notation i need to pass
    the variables”
    Inside that mc, the code that you have below “//Code in
    Button”, it is typically recommended that you don’t
    reference other movieclips by using ‘_levelX’. Use a
    relative path, such as ‘this._parent” or
    “this._parent._parent” depending on how many movieclips
    are nested into it. Also note, when you reference a movieclip from
    inside an eventHandler (onPress, onRelease, onEnterFrame, etc.) you
    are already within an object. So to reference something on the same
    tier you should use ‘this._parent’. Once you find the
    correct tier by using the code I mentioned in the last sentence,
    you then need to attach the instance name of the movieclip you are
    trying to access (that is if you are trying to access a movieclip).
    For an example, ‘this._parent.currentguy’.
    I hope this helps, I understand it may be hard to grasp
    however give it a shot and post back.
    You may be interested in this link that is from the livedocs;
    http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context= LiveDocs_Parts&file=00001220.html

  • Learning interactions help - no buttons

    Hi
    I have a button that goes to Scene 9. I have told this on
    release button to:
    gotoAndStop("Scene 9",1);
    On the first frame of scene 9 I have put in a learning
    interaction. When I run it there are white blank spaces where the
    check answers should be and the reset button.
    If I have a new .fla and only 1 scene and 1 frame it works
    fine.
    I have no idea what is wrong - please help.
    Dave

    don't use the goto functions and don't use scene info for
    navigation: use the goto methods and frame labels or numbers:
    _root.gotoAndStop("scene9 frame1"); // <-be sure to label
    this frame.

  • Language Learning Software Help

    not sure if this is the right forum for this question, but i thought i would pose it anyway. i'm trying to find irish learning language software and there are a couple of products out there, but most haven't gotten the best ratings and reviews. so i was wondering if anyone might know of some good software out on the market
    thanks
      Mac OS X (10.4.7)  

    Is this an SAP provided search help or one you created?  This doesn't sound like correct functionality.  The number of hits shouldn't change if you perform the same search.  Also if the keys/descriptions are language keyed, they shouldn't cross over and provide entries from other languages keys than your logon language.  If the search help functions differently from the SAPGUI/classic dynpro usage than Web Dynpro ABAP, I would suggest opening a support ticket.

  • HT1339 after restoring my ipod nano (6th gen) it says that it is in recovery mode and needs to be restored. i cannot get passed this stage. help!!!

    I have restored my ipod nano 6th generation and am being told it is now in recovery mode so needs to be restored which is what i have just done. I can't get any further than this. Please help.

    Are you really running Windows 98? I sure hope not. :S
    I have noticed a few others with the same problem the past couple of weeks. Many of them were able to resolve the issue by doing a low level reformat of the iPod's flash storage using the instructions in this article.
    http://www.methodshop.com/gadgets/ipodsupport/erase/
    B-rock

  • New tweens and resizing the stage: Help!

    Hi all. I'm going nuts trying to figure this out.
    I built an animation project at 630 pixels wide. Turns out the project needs to be 430 pixels wide. In CS3, using the classic tweens, I would simply resize the stage, Onion All, then resize everything on the stage at once. But with the new tween structure, it looks like I can't do a mass resize like that. Anything that's been tweened using the motion editor does not resize.
    I know I can just create a new movie clip, paste all frames into it and then resize the MC, but I have some JPEGs of signatures that pixellate when they are resized that way.
    So, can you onion skin the new tweens? Is there a workaround?
    Thanks!

    I'm afraid there isn't a good answer for this one - it's one of the present limitations that we're aware of. The problem is twofold: One instance per tween instead of two/more (Edit multiple frames is entirely based on multiple instances - a tween only has one), and auto-keyframing (usually making things easier, but for this, complicating things - if you change the scale at a location it automatically tweens the change, which you don't want in this use case).
    For any motion paths, you need to select each and then scale them (you can use the Transform panel to enter a percentage. Mutliple selected motion paths will scale the instances instead (unfortunately for this case).  You can try selecting multiple and using the Transform panel, but this doesn't work well yet.
    If you haven't tweened the scale of your instances and they start at the same position, you're in a bit more luck. Put the playhead at the first frame of the span(s) and then scale the instances. If you have tweened the scale, then you'd need to move the scale tween up/down in the motion editor (press the Alt key while dragging the path in the graph).
    In the even less likely chance the instances share the same tween, I'd do this for one instance, save it as a preset and then apply it to the rest.
    I know this is a pain - I'm sorry it's not better for changing the size of the Stage. We didn't get the time to make Edit Mutliple Frames better for new motion in this release.

  • Searching for E-learning course help me to get certified in HCM

    Hi All,
    I'm Searching for E-learning course on SAP Learning for the next few months
    That makes me able to pass in SAP  HCM certification "not the Professional one"
    Thanks

    As the Ravi said, you have to contact your local SAP Education training center, for basic understanding  you can go to the following link for SAP HCM certification Associate level, and this is the first SAP HCM certification that you need to clear if you want to get certified, it consist of THR10 & THR12
    First step select your country:
    Curriculum | THR1e - SAP E-Academy Human Resources (HCM) - Management &amp; Administration
    Then select the SAP HCM Associate course, this is starting course for SAP HCM Certification:
    Curriculum | THR1e - SAP E-Academy Human Resources (HCM) - Management &amp; Administration
    you can register on SAP Learning HUB discovery edition for free courses of Basics of SAP HCM  and its navigation
    HUB001 - SAP Learning Hub, discovery edition | SAP Training and Certification Shop
    and what should be your strategy to pass? please go to the following link in which Ravi has given very comprehensive information and you MUST read twice or thrice this article to understand all the points he mentioned, still need assistance please let us know:
    How to Approach and Pass a SAP Certification
    Kind regards,
    Farzana Mushtaq

  • Scrolling images scrolls from anywhere on the stage, help keeping it to current target?

    hello again guys,
    I have a mask over a movieclip(containing images) that scrolls on mouse over to show the hidden images, now i figured out the code but am having trouble containing the scroling ability to when i mouse over the content_mc area.
    so anywhere i mouse on the stage moves the content_mc, I only want it to move when i mouse over the actual content_mc movieclip?
    tried using currentTarget but cant figure out where i put it..
    var verticalCenter:Number = stage.stageHeight =200;
    var limit:Number = stage.stageHeight - stage.height;
    var speed:Number = 0.03;
    var scrollY:Number = 0;
    content_mc.addEventListener(Event.ENTER_FRAME, scrollContent);
    function scrollContent(e:Event):void {
    scrollY = - speed * ( mouseY - verticalCenter );
    content_mc.y+= scrollY;
    if (content_mc.y>0) { content_mc.y= 0;}
      else if (content_mc.y< limit) { content_mc.y= limit;}

    I'm not really clear on what you're attempting with that code, but if you want to limit the scrolling to when the mouse is over the area, then you should only assign the scrolling/ENTER_FRAME when the mouse is over that area, and otherwise remove it. You could probably use a MOUSE_MOVE listener to have it check if it needs to assign that ENTER_FRAME listener or not.  I don't know what the interactive nature of the scrolling section involves, so assuming that you need to be able to click within it, then you would need to monitor if the mouse is within the x/y boundaries that define the location of the scrolling area (x > x1 and < x2, y > y1 and < y2).

  • Learning solution help

    I wanted to know what is roll of developer in SAP LSO.
    so far i have seen functional part. can any body suggest me
    thanks
    ashraf

    No response received. Close

  • Need help to Configure Cisco ACE 4710 Cluster Deployment

    Dear Experts,
    I'm newbie for Cisco ACE 4710, and still I'm in learning stage. Meanwhile I got chance at my work place to deploy a Cisco ACE 4710 cluster which should load balance the traffic between  two Application Servers based on HTTP and HTTPS traffic. So I was looking for good deployment guide in Cisco SBA knowledge base then finall found this guide.
    http://www.cisco.com/en/US/docs/solutions/SBA/February2013/Cisco_SBA_DC_AdvancedServer-LoadBalancingDeploymentGuide-Feb2013.pdf
    This guide totally fine with my required deployment model. I have same deployment environment as this guide contains with ACE cluster that connects to two Cisco 3750X (Stack) switches. But I have some confusion places in this guide
    This guide follow the "One-armed mode" as a deployment method. But when I go through it further I have noticed that they have configured server VLAN as a 10.4.49.0/24 (all servers reside in it) and Client side VIP also in same VLAN which is 10.4.49.100/24 (even NAT pool also).
    My confusion is, as I have learned about Cisco ACE 4710 one-armed mode deployment method, it should has two VLAN segments, one for Client side which client request come and hit the VIP and then second one for Server side. which means besically two VLANs. So please be kind enough to go through above document then tell me where is wrong, what shoud I need to do for the best. Please this is an urgent, so need your help quickly.
    Thanks....!
    -Amal-

    Dear Kanwal,
    I need quick help for you. Following are the Application LB requirements which I received from my clinet side.
    Following detail required for configuring Oracle EBS Apps tier on HA:
    LBR IP and Name required to configure EBS APPS Tier (i.e, ap1ebs & ap2ebs nodes)
    Suggested IP and Name for LBR:
    IP : 172.25.45.x [should be on same 172.25.45 subnet of ap1ebs & ap2ebs nodes]
    ebiz.xxxx.lk [on port 80 for http protocol accessibility]
    This LBR IP & name must be resolve and respond on DNS network
    Server Farm detail for LBR Setup
    Following detail will be use for configuring the LBR:
    LBR IP and Name :
    IP : 172.25.45.x [should be on same 172.25.45 subnet of ap1ebs & ap2ebs nodes]
    ebiz.xxxx.lk [on port 80 for http protocol accessibility]
    This LBR IP & name must be resolve and respond on DNS network
    Server Farm Detail for LBR setup:
    Server 1 (EBS App1 Node, ap1ebs):
    IP : 172.25.45.19
    Server Name: ap1ebs.xxxx.lk [ap1ebs hostname is an example, actual hostname will be use]
    Protocol: http
    Port: 8000
    Server 2 (EBS App2 Node, ap2ebs):
    IP : 172.25.45.20
    Server Name: ap2ebs.xxxx.lk [ap2ebs hostname is an example, actual hostname will be use]
    Protocol: http
    Port: 8000
    Since my client needs to access URL ebiz.xxxx.lk which should be resolved by IP 172.25.45.21 (virtual IP) via http (80) before they deploy the app on the two servers I just ran web service on both servers (Linux) and was trying to access http://172.25.45.21 it was working fine and gave me index.html page. Now after my client has deployed the application then when he tries to access the page http://172.25.45.21 he cannot see his main login page. But still my testing web servers are there on both servers when I type http://172.25.45.21 it will get index.html page, but not my client web login page. What can I do for this ?
    Following are my latest config :
    probe http Get-Method
      description Check to url access /OA_HTML/OAInfo.jsp
      interval 10
      faildetect 2
      passdetect interval 30
      request method get url /OA_HTML/OAInfo.jsp
      expect status 200 200
    probe udp http-8000-iRDMI
      description IRDMI (HTTP - 8000)
      port 8000
    probe http http-probe
      description HTTP Probes
      interval 10
      faildetect 2
      passdetect interval 30
      passdetect count 2
      request method get url /index.html
      expect status 200 200
    probe https https-probe
      description HTTPS traffic
      interval 10
      faildetect 2
      passdetect interval 30
      passdetect count 2
      ssl version all
      request method get url /index.html
    probe icmp icmp-probe
      description ICMP PROBE FOR TO CHECK ICMP SERVICE
    rserver host ebsapp1
      description ebsapp1.xxxx.lk
      ip address 172.25.45.19
      conn-limit max 4000000 min 4000000
      probe icmp-probe
      probe http-probe
      inservice
    rserver host ebsapp2
      description ebsapp2.xxxx.lk
      ip address 172.25.45.20
      conn-limit max 4000000 min 4000000
      probe icmp-probe
      probe http-probe
      inservice
    serverfarm host ebsppsvrfarm
      description ebsapp server farm
      failaction purge
      predictor response app-req-to-resp samples 4
      probe http-probe
      probe icmp-probe
      inband-health check log 5 reset 500
      retcode 404 404 check log 1 reset 3
      rserver ebsapp1 80
        conn-limit max 4000000 min 4000000
        probe icmp-probe
        inservice
      rserver ebsapp2 80
        conn-limit max 4000000 min 4000000
        probe icmp-probe
        inservice
    sticky http-cookie jsessionid HTTP-COOKIE
      cookie insert browser-expire
      replicate sticky
      serverfarm ebsppsvrfarm
    class-map type http loadbalance match-any default-compression-exclusion-mime-type
      description DM generated classmap for default LB compression exclusion mime types.
      2 match http url .*gif
      3 match http url .*css
      4 match http url .*js
      5 match http url .*class
      6 match http url .*jar
      7 match http url .*cab
      8 match http url .*txt
      9 match http url .*ps
      10 match http url .*vbs
      11 match http url .*xsl
      12 match http url .*xml
      13 match http url .*pdf
      14 match http url .*swf
      15 match http url .*jpg
      16 match http url .*jpeg
      17 match http url .*jpe
      18 match http url .*png
    class-map match-all ebsapp-vip
      2 match virtual-address 172.25.45.21 tcp eq www
    class-map type management match-any remote_access
      2 match protocol xml-https any
      3 match protocol icmp any
      4 match protocol telnet any
      5 match protocol ssh any
      6 match protocol http any
      7 match protocol https any
      8 match protocol snmp any
    policy-map type management first-match remote_mgmt_allow_policy
      class remote_access
        permit
    policy-map type loadbalance first-match ebsapp-vip-l7slb
      class default-compression-exclusion-mime-type
        serverfarm ebsppsvrfarm
      class class-default
        compress default-method deflate
        sticky-serverfarm HTTP-COOKIE
    policy-map multi-match int455
      class ebsapp-vip
        loadbalance vip inservice
        loadbalance policy ebsapp-vip-l7slb
        loadbalance vip icmp-reply active
        nat dynamic 1 vlan 455
    interface vlan 455
      ip address 172.25.45.36 255.255.255.0
      peer ip address 172.25.45.35 255.255.255.0
      access-group input ALL
      nat-pool 1 172.25.45.22 172.25.45.22 netmask 255.255.255.0 pat
      service-policy input remote_mgmt_allow_policy
      service-policy input int455
      no shutdown
    ft interface vlan 999
      ip address 10.1.1.1 255.255.255.0
      peer ip address 10.1.1.2 255.255.255.0
      no shutdown
    ft peer 1
      heartbeat interval 300
      heartbeat count 10
      ft-interface vlan 999
    ft group 1
      peer 1
      no preempt
      priority 110
      associate-context Admin
      inservice
    ip route 0.0.0.0 0.0.0.0 172.25.45.1
    Hope you will reply me soon
    Thanks....!
    -Amal-

  • Help rerading the MDX query

    <p><span style=" font-family: Verdana;">Hi Gurus,</span></p><p> </p><p><span style=" font-family: Verdana;">I am</span> <span style=" font-family: Verdana;">at a learning stage to learn the MDX query.Could anyone help me with some link or book from where i can getthe syntax of some function with examples to understandthem.</span></p><p> </p><p><span style=" font-family: Verdana;">thanks</span></p><p> </p><p> </p>

    2 good books are MDX Solutions Second Edition, by George Spofford. This is a very good book, in depth, with a lot of material. George Spofford is also a regular contributor to this site, so if you have questions about any of the material, you could post here and he has proven to be very good about responding to questions.<BR>Another good book is Fast Track to MDX. This is also a good book. It's a quicker read and a little easier to get through then MDX Solutions, but the concepts are more fundamental and not as in depth, I think both books are worth reading.<BR>Other than that, there is a lot of material on this site, tech guides, white papers, etc that should be useful too.<BR><BR>HTH

  • Need help for database creation

    Hi all
    i am new to oracle and in learning stage.
    Date: 01-Jan-2006 shift: Morning/noon/night
    alert name resolved escalated
    cpu 4 0
    disk 2 0
    memory 1 0
    i want to store all these values into database. any help please....
    thanks

    i will be getting a file like this each day.
    Date: 01-Jan-2006
    shift: Morning/noon/night
    alert name resolved escalated
    cpu 4 0
    disk 2 0
    memory 1 0
    at present i am storing on excel sheet. but now i want to store it in a database. I created just two tables but i don't know whether they are correct or not
    resolved_tab
    alert_date_res date,
    alert_shift_res varchar2(10),
    alert_cpu_res number(10),
    alert_disk_res number(10),
    alert_memory_res number(10)
    same way i created eslalated_tab with _esc as extension to all fields. is it corret approach what i am following?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for