Basic 1000v for Hyper-V questions

Hi All,
I have a Hyper-V 2012 R2 server (free version of Hyper-V) and I am in the process of deploying the Cisco 1000v virtual switch. I have a few questions, however:
1) My server has a single NIC with 4 uplinks. At the Hyper-V parent OS level, there is an external vSwitch not shared with the OS that uses the public IPs to go directly to the internet. And there is an internal vSwitch which is internal IPs but they are NAT'd via the UTM firewall to get internet connectivity.
The documentation states either 4 NICs with 1 uplink each or 1 NIC with 4 uplinks as a best practise, so I comply with this.
Should the VSM use a native Hyper-V switch and all my other VM's use the Cisco switch? In particular, see:
https://sysctr.nl/2014/05/create-a-configuration-for-the-switch/ 
When I imported the template into SCVMM (2012 R2) and built the VSM, it did not pick up specific VM settings. I am not sure if my NIC configuration is correct, could someone take a screenshot of how this should look?
Lastly, how would I enable promiscous mode and netflow? And how would I setup SPAN ports?
Sorry for all the questions, thanks!

Hi William,
I would like to check if you need further assistance .
Best Regards
Elton Ji
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Missing Installer App in Nexus1000v for Hyper-V zip

    Hi all!!
    I am trying to install a Nexus 1000v for Hyper-V following de documentation, and I have seen that the Installer App supposed to be used to install it is not included in the Nexus1000V5.2.1.SM1.5.2.zip
    I've tried to achieve it but it has been impossible. Could anyone upload it?
    Thank you

    Hello,
    I don't believe the installer app is available anymore with the new 5.2(1)SM1(5.2).
    Have you tried doing the install with the new documentation for 5.2(1)SM1(5.2) which does not reference the installer app?
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/hyperv/sw/5_2_1_s_m_1_5_2/install_upgrade/vsm_vem/guide/n1k_install_upgrade/n1000v_gsg_1_HV_install.html#wp1260225

  • Cisco Nexus 1000v Virtual Switch for Hyper-V Availability

    Hi,
    Does anyone have any information on the availability of the Cisco Nexus 1000v virtual switch for Hyper-V. Is it available to download from Cisco yet? If not when will it be released? Are there any Beta programs etc?
    I can download the 1000v for VmWare but cannot find any downloads for the Hyper-V version.
    Microsoft Partner

    Any updates on the Cisco Nexus 1000v virtual switch for Hyper-V? Just checked on the Cisco site, however still only the download for VMware and no trace of any beta version. Also posted the same question at:
    http://blogs.technet.com/b/schadinio/archive/2012/06/09/windows-server-2012-hyper-v-extensible-switch-cisco-nexus-1000v.aspx
    "Hyper-V support isn't out yet. We are looking at a beta for Hyper-V starting at the end of February or the begining of March. "
    -Ian @ Cisco Community
    || MCITP: EA, VA, EMA, Lync SA, makes a killer sandwich. ||

  • Scan code for hyper key

    I bought a programmable keyboard recently for which I can program the hardware scan code of each key. I would like to have a key that is recognized in X using the default xkb rules as the hyper key, but I can't figure out for the life of me how xkb translates hardware scan codes into "keycodes" which are then mapped to symbols in the /usr/share/X11/xkb/keycodes files. Basically, if someone can tell me how X goes from hardware scan codes to keycodes, or just what the scan code is for hyper in the default X keyboard config, I would appreciate it immensely.

    Thanks for the replies, everyone. So after seeing this thing about setkeycodes, I thought that maybe there was also a getkeycodes, and surely enough there was. Running it gets you a table like this:
    Plain scancodes xx (hex) versus keycodes (dec)
    for 1-83 (0x01-0x53) scancode equals keycode
    0x50: 80 81 82 83 99 0 86 87
    0x58: 88 117 0 0 95 183 184 185
    0x60: 0 0 0 0 0 0 0 0
    0x68: 0 0 0 0 0 0 0 0
    0x70: 93 0 0 89 0 0 85 91
    0x78: 90 92 0 94 0 124 121 0
    Escaped scancodes e0 xx (hex)
    e0 00: 0 0 0 0 0 0 0 0
    e0 08: 0 0 0 0 0 0 0 0
    e0 10: 165 0 0 0 0 0 0 0
    e0 18: 0 163 0 0 96 97 0 0
    e0 20: 113 140 164 0 166 0 0 0
    e0 28: 0 0 255 0 0 0 114 0
    e0 30: 115 0 172 0 0 98 255 99
    e0 38: 100 0 0 0 0 0 0 0
    e0 40: 0 0 0 0 0 119 119 102
    e0 48: 103 104 0 105 112 106 118 107
    e0 50: 108 109 110 111 0 0 0 0
    e0 58: 0 0 0 125 126 127 116 142
    e0 60: 0 0 0 143 0 217 156 173
    e0 68: 128 159 158 157 155 226 0 112
    e0 70: 0 0 0 0 0 0 0 0
    e0 78: 0 0 0 0 0 0 0 0
    which shows that a scan code of e068 maps to 128, the keycode for Hyper, by default. Great, problem solved.
    Unfortunately, when I fired up the keyboard programming software, it wouldn't let me assign a scan code of e068 to any keys, for some unexplained reason. Okay, so I use an unmapped scan code, 0x68,  that it does allow me to use. I figured I'd use setkeycodes to set 0x68 to map to 128. But now when I run showkey -s, the key that I thought I programmed to 0x68 gives 0xe078, with a keycode of 192, even though getkeycodes suggests that 0xe078 is unmapped. I even tried booting the kernel with the atkbd.softraw=0 parameter, to no avail. Furthermore, when I run xev in an X session, the keycode for the key in question now shows up as 249.
    By this point, I had no idea what was going on anymore, so I just gave up and used xmodmap to set keycode 249 to Hyper_R. I now have a Hyper key, but I can only get it via a series of obscure commands, rather than something that works out of the box. Oh well.
    If anyone can explain what was going on here, I'd still like to know, just out of curiosity.
    Thanks again.

  • Cisco Nexus 1000v on Hyper-v 2012 R2

    Dears;
    I have deployed Cisco Nexus 1000v on Hyper-v hosts 2012 R2, and I'm in phase of testing and exploring feature, while doing this I removed the Nexus Virtual Switch {VEM} from HOST, it disappeared from host but I couldn't use the uplink attached previously with the switch as it sees it still attached on Nexus 1000v. I tried to remove it by several ways finally the host gets unusable and I had to setup the host again.
    the question here; there is no mention on cisco documents for how to uninstall or remove the VEM attached to a host, can any one help in this ?
    Thanks
    Regards

    Zoning is generally a term used with fibre channel, but I think I understand what you mean.
    Microsoft Failover Clusters rely on shared storage.  So you would configure your storage so that it is accessible from all three nodes of the cluster.  Any LUN you want to be part of the cluster should be presented to all nodes.  With iSCSI,
    it is recommended to use two different IP subnets and configure MPIO.  The LUNs have to be formatted as NTFS volumes.  Run the cluster validation wizard once you think you have things configured correctly.  It will help you find any potential
    configuration issues.
    After you have run a cluster validation and there aren't any warnings left that you can't resolve, build the cluster.  The cluster will form with the available LUNs as storage to the cluster.  Configure the storage to be Cluster Shared Volumes
    for the VMs, and left the witness as the witness.  By default, the cluster will take the smallest LUN to be the witness disk.  If you are just using the cluster for Hyper-V (recommended) you do not need to assign drive letters to any of the disks. 
    You do not need, nor is it recommended to use, pass-through disks.  There are many downsides to using pass through disks, and maybe one benefit, and that one is very iffy.
    . : | : . : | : . tim

  • What Are the Exact Basic rules for Replying a Thread...... -:)   @};-

    Hi Experts,
    After Looking into the forums many days I had a small conclusion about forums,
    SAP Forums are better place I have seen for getting a goo dhelp & Knowledge...
    Why can't we make it a BEST Place.
    This is just a small doubt which I would like to clear myself first,
    I have seen many users In the forums asking for a Basic Questions
    When cleared, But still they want to have a Spoon feeding with a Sample Code.
    When Sample Code Given they will provide the original code and requests for Modifications.
    These always looks to me as crazy.
    I have seen somelong time agin by moderators posting that In SCN there will be no SPOON FEEDING.
    I am not sure whether if still this Rule AVAILABLE or NOT.
    Ok if the task is really difficult let them ask again and again,
    And it was not replied, let them repost, I agree with them.
    And How about a User Registered in SDN very long back and asking for a silly question in below thread,
    [Sendin Email to the recipent list -Need correct FM |Getting the address from shipto partner of Bil. item not directly from C.ma]
    This is one more example, really funny, The thread poster needs the solution at any cost, he doesn't require and Suggetions,,, {He Only needs Solution}
    [Radio Buttons |Radio Buttons;
    [Turning Off Debugger |Turning Off Debugger;
    [Regarding Amount in words|Regarding Amount in words;
    There are 100's of threads like this....Everyone knows this facts.
    Check this who answered this one and who replied correct answer, who copied, finally who was rewarded...!
    [how to validate POsting period |Re: how to validate POsting period]
    Now My Real Problem is....!
    User is always intelligent, Only the weakness is in Contributor, trying to help them,..,
    And I openly say that Someone requesting for basic help is not DUMB, But the Contributor replying forgets
    the basic rules " Why Contributing ?"
    According to me It's not the Requestor to see Rules & Requlations before posting the threads,
    But its responsibilty for the Contributing person to see th Rules & Requlations before replying the threads,
    If we follow the rules and stand on a single word or rule or anything there will be Good Result.
    Major Problem is in US not anyone else.
    Example Some one saying search in the forum,,, then please no replies after that...
    But we are very pity hearted again we post the solution,,,
    But it is not at all enough(for cintribtor's)... they will copy the solution and post again by slight Modifications,
    And Some users are having 500,600,700,800 Posts with 0 points, registered long long back.
    They are completly dependent on forums,,, As they goto office and as they eat, The same they open forums and ask Queries...
    They will never realize what they are doing,, and we will never let them improve better...
    Finally Lets Discuss About this and Correct & Suggest me if I am wrong,
    Is my thoughts are going in the right way or not I am not even sure... Please Aslo Correct me if I did any mistakes.
    Thanks & regards,
    Dileep .C
    Edited by: Dileep Kumar Chinnaiah on Apr 29, 2009 12:33 PM
    Title Changed Form
    "What to do when someone asking for Basic Questions" to "What Are the Exact Basic rules for Replying a Threads...... "

    Hi Stephen,
    Very useful Information,
    First tell me a little something about my self...
    After completion of my certification(as a fresher) I was down the streets hunting the job,
    with the insufficient knowledge and being a non-experienced person, I never got one.
    And mean while when I got my "S-UserID", I used to be proud, To say frankly, I registerd in SDN & SAP all at a time, without even knowing what I can do there..,
    When I got a job afterwords I was doing the job and never seen SDN page for many months,
    when I came to know that of we have doubts we can post at SDN. then started requesting help,
    I posted only a little, I didnot got the proper response. on that day I decided,
    still there are some places where we cannot get help on time and there will be people waiting to get help,
    Why cant I put some of my efforts to help others.
    Then I searched some topic by Topic in SDN topic by Topic I used to read threads just for knowledge.
    when I feel my self comfort for contributing, I started contibuting...!
    If you haven't read it, take a look first, so you can understand where things are now.
    I dont know where things are now. But these in this thread I mentioned clearly what I seen from the day I started contributing.
    I searched with the terms of 'Rules for replying', The results are not as I expected, and this link has subject as
    "O SDN, where art thou?" So it dosent hit my in the list.
    Like everybody until a certain stage I am also rushing for points.
    But I most cases I never tried to copy paste answers. If I done some then that is just to point it myself some day,
    I have no hopes or no intrest on the points...! This was discussed with Rob & Matt, at my inital contribution where my points are 36.
    From that day till date I have changed a lot to myself.
    Everyone cannot change like me because they are not like me & And I dont even expect that...!
    I will be online almost 6-8Hrs a day, Not even getting intrest to see the forums just because of the co-contributors.
    My only point is I am just requesting to a co-contributor,
    Clearly In a example : Lets say contributor has replied to a thread, and if you know that is a correct solution,
    please dont reply any more, If you have a better solution than that, then only reply,
    Even there is one reply in the thread not a matter, if correct answer leave that query.
    If still error persists, Show up with your Idea's...
    Dont let down the contributor, by copying his reply and editing and pasting(edit only if incorrect).
    I am just looking for this one exactly to circulate between ourselfs.
    For this we a little support from moderators to circulate(may be as a rule or may be as a mail to them)
    You may say again how many mails we have to send, It dosent matter, one mail to one person one time,
    and +ve factors will show up definetly.
    A real contributor always understand what I am talking about, but some one who hunts for points will never.
    I am really sorry if I am troubling with my doubts & requests,
    If so, Pleae forgive me,,
    Thanks & regards,
    Dileep .C

  • Premiere Basic Settings for MTS

    A bit new to Premiere but coming up to speed fast.  I have scoured the forums and docs for the following basic questions but have come up empty.  However, I am still unclear on what to use for the basic settings for my project to get me the best results.  Basically I want to create the project in Premiere and output it as an NTSC DVD via Encore.  I have .MTS files from a Canon HG21 shot as either MXP (1920x1080) for some projects and SP (1440x1080)  for others and so when I start a project, I:
    leave the Project presets but select the Capture Format as HDV
    not sure what to set for the Sequence presets.
    Would love any guidanceor pointers to the rights docs.  Thanks!

    I guess the HG21 is an AVCHD camera, it definitely is not HDV. You should use sequence settings that reflect the majority of your material. If 2/3 of your material was shot at 1920 x 1080, use that as the sequence setting and just use the rest of your material in that sequence.

  • Basic Settings for Lifecycle planning

    Hello All,
    I want to maintain the basic settings of Life Cycle Planning to use Like Profile
    Transaction: /SAPAPO/MSDP_FCST1 - Lifecycle Planning
    My question is; is it a must to use 9AMATNR and 9ALOCNO characteristics in our POS?
    I have seen the sentence below in OSS note: 354660
    **If you are using a characteristic for a product and do not want to use the 9AMATNR characteristic, you must specify the characteristic you would like to use.The 9AMATNR characteristic must exist in the planning object structure if you want to use it as a characteristic for a product.Only then can a LIKE profile be used.In this regard, see the information on the /SAPAPO/FCST_LIKE user parameter in note 350065.**
    What I understand from this sentence is that 9AMATNR is not an obligatory characteristic to use in POS for the purpose of life cycle planning.
    However when I do not use 9AMATNR I receive such an error message during the maintenance of Basic Settings for Life Cycle Planning.
    *Errors have been found in your Customizing settings
    *For detailed information, see consulting note #354660
    *The basic settings cannot be saved
    *Characteristic for product 9AMATNR is not in the planning object structur
    So, does anybody know if is it a MUST to keep the 9AMATNR in the POS for lifecycle planning? May be I am doing wrong something else...
    Thanks in advance

    While in DP MPOS you are free to choose custom characteristics for location and product, there are certain DP functionalities like Promotion Planning which normally uses 9AMATNR as characteristic for Product. In such cases the DP MPOS in absence of 9AMATNR has an issue. Through this assignment of location and product in the MPOS, system knows the custom characteristic that needs to be mapped to 9AMATNR and 9ALOCNO for product and location.
    This is useful during release from DP to SNP also.
    Hope this helps.
    Thanks,
    somnath

  • Can we add Basic Authentication for Oracle Report 10g?

    As we know, Apache supports basic Authentication, and Oracle Report 10g bases on Apache, that means Oracle Report 10g supports Basic Authentication too?
    Can anyone tell me the steps on how to configure Basic Authentication for Oracle Report 10g?
    Thanks for your help in Advance!
    P.S.
    I tried to add the following content to the file "httpd.conf" under the directory "E:\OraHome_2\Apache\Apache\conf\" (I installed report under this folder), but it doesn't work well:
    <Directory "E:\OraHome_2\Apache\Apache\htdocs">
    AuthType Basic
    AuthName "Private Documentation Repository"
    AuthUserFile "C:\Program Files\Apache Software Foundation\Apache2.2\mypasswd"
    Require user yangsun
    </Directory>

    Answers at your duplicated thread --> Some inter view Questions Please give prefect answer  help me

  • Capacity Planning for Hyper-V individual host and Cluster

    Hi Experts
    I need to know some basic idea about Capacity planning for Hyper-V which requires Capacity Planning for Hyper-V individual host and Cluster.
    I got attached info on websites but still not clear. Can someone link me to an effective website or help me to calculate the required sizing. W
    Regards Suman B. Singh

    Hi,
    You might want to check out these websites:
    http://www.microsoft.com/en-us/download/details.aspx?id=39057
    http://technet.microsoft.com/en-us/library/dd277865(v=office.12).aspx
    http://technet.microsoft.com/en-us/solutionaccelerators/dd537570.aspx
    Cheers
    Andrew

  • Authorization manager (azman) for hyper-v control with replication

    I am using a pair of server 2012 machines for hyper-v hosts with replication enabled and I need to use azman to set up users who are authorized to manage (start/stop/restart) selected VMs only.  The instructions I have seen use the hyper-v XML data
    store.  I have not seen a way to replicate the data store between the 2 hyper-v hosts.  Assuming that I set up duplicate authorizations on the 2 machines, do I need to set the VM scope on both servers or just the primary server of the replication
    pair.  I do not have a pair of servers to test with so I will be using test VMs on the production hosts.
    The process seems straightforward until replication is added.

    1) Azman is supposed to work in Server 2012.  I have not seen any other way to implement the user-level control of selected VMs using the Server 2012 OS.  I am trying to avoid the additional cost of SCVMM to accomplish what is supported by the
    OS in server 2008 and 2012.
    2) I don't understand the intersection between VM replication and user control on the hosts, hence the question.  If replication, once set up, only replicates changes on the VHD then I probably need to set up duplicate scopes and authorities on the
    two replication partner hosts.  If replication is smart enough to replication the scope information then the scopes need to be defined only on the primary server.  This part of the question seems to have been answered in an earlier response - the
    scopes (and I assume the Azman authorizations) need to be set up on both servers.  If this is the case then my only problem is accomplishing what can be done in server 2008 and 2012 un server 2012R2 without using azman or SCVMM.

  • HT2486 I am new to apple - sorry for ease of question. With my HP I have a label tab for email. I can create any title. How do I do this in apple

    Sorry for ease of question - I am new to apple/MAC. With my HP I can label my emails and keep all from a certain person. How do I do that with mac pro?

    Create a new smart mailbox. Details in Mail's help files. Once you straighten that out, see these:
    Switching from Windows to Mac OS X,
    Mac Basics—Tutorials on using a Mac,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips,
    Switching to Mac Superguide, and
    Switching to the Mac: The Missing Manual, Mountain Lion Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • Please I would need the  correct Entity Diagram for this Two questions.

    This is to draw an Entity Relationship Modelling Diagram that will show inside dot for the "Must Need" end and outside dot on the "not must" end.
    You also need to put 1s and Ms relationship where needed.
    Question (1)
    The All Day Driving School
    The All Day Driving School has a number of instructors. Each instructor is assigned a car for their own use only.
    The school also has a spare car which is not assigned to a particular instructor.
    The driving school takes on pupils who are each allocated to an instructor. The pupil then books lessons with the instructor.
    New instructors have a short induction period before any pupils are allocated to them.
    Suggest suitable attributes for each table (assume that these will be discussed in detail with the user when you next meet with them).
    Extention to the scenario: Sometimes the pupil´s allocated instructor is not available when he/she requires a lesson, and a different instructor cover that lesson.
    How would you amend your diagram and tables so that it is still possible to identify the allocated instructor, but also to record who was the instructor for each lesson?.
    MY Answer:
    Attributes:
    Institution(InstitutionID, Name, Address, Telephone, Location)
    Instructor(InstructorID, Fname, Lname, Address, DOB, Gender)
    Car(CarID, RegistrationNo, Make, Model, Colour)
    Pupil(PupilID, IntructorID, LessonID)
    Lesson(LessonID, InstructorID, CarID, StartDate, EndDate, Cost, Details)
    Question (2)
    This is to draw an Entity Relationship Modelling Diagram that will show inside dot for the "Must Need" end and outside dot on the "not must" end.
    You also need to put 1s and Ms relationship where needed.
    London Allotments
    London City Council’s allotment department is responsible for the city’s allotments. Allotments are small areas of land that can be rented by council residents to grow vegetables and fruits. These allotments are rented by individuals. A site may have a paid manager who looks after the site and carries out any maintenance (such as repairing gates and fences): in this case, basic details of the manager are stored. As the site are spread throughout the city, each manager looks after exactly one site. A gardener rents a numbered allotment by paying the rented fee. Some gardeners rent several allotments but an allotment can only be rented by one named person. The allotments are in great demand and are never left vacant. Gardener’s details are recorded as soon as they are accepted for the waiting list,
    together with the date they were added to the list.
    Suggest suitable attributes for each table(assume that these will be discussed in details with the users when you next meet with them)
    Extension to the scenario: This scenario encourages you to draw an ERD that records only the current manager of each site, not previous managers. Similarly you
    were only expected to record the current gardener for each allotment. How would your diagram change if the council wanted to keep records of all the managers
    and gardners over several years? Does the basic rule for allocating foreign keys work for the new diagram? We are going to need more techniques, aren´t we?
    My Answer:
    Attributes:
    Council(CouncilID, Address, Telephone, Location)
    Manager(ManagerID, Fname, Lname, Address, DOB, Gender)
    Site(SiteID, RegistrationNo, Size, Location)
    Gardener(GardenerID, , Lname, Address, DOB, Gender)
    Allotment(AllotmentID, RentalFee, NameOnRent, AllocatedDate, ExpiryDate, RentDuration, AllocationSize, WaitingList)
    Individual(IndividualID, Fname, Lname, Address, DOB, Gender)

    This is to draw an Entity Relationship Modelling Diagram
    NOTHING involving Oracle exists in problem or solution.
    Problem can apply to any RDBMS.
    BTW, we don't do homework assignments.

  • HT201363 I have a lot of money on my Apple ID but when I try to buy something it ask for my security questions that I do not remember the answers to. I also don't have access to the email I used to set up my Apple ID but I do know the password how do I fi

    I have a lot of money on my Apple ID but when I try to buy something it ask for my security questions that I do not remember the answers to. I also don't have access to the email I used to set up my Apple ID but I do know the password how do I fix this ?

    You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (105412)

  • How to set up and test the Basic Authentication for HTTP protocol

    Hi,
    I tried configuring the password based Basic Authentication for sending xml document using ebMS - HTTP protocol. I set username and password while configuring the transport server for both trading partners. I want to know, is that sufficient for basic authenticaton. When I open the URI http://localhost:7778/b2b/transportServlet, it is not asking any authentication (username/password). Please note that I have not used SSL certificate. Anyone please help me out to configure Basic authentication.

    Hi Ramesh,
    Thanks for ur response. Could you please tell me where to set the Additional Transport header : authtype-basic#realm=myRealm(in which property file). In enqueue code, I could see the following attributes
    queue
    msgID
    replyToMsgID
    from
    to
    eventName
    doctypeName
    doctypeRevision
    msgType
    payload
    attachment
    subscriber
    Is it possible to set username/password in the enqueue attributes?
    Do i need to add username/password and Transport header in the input XML and defined that elements in xsd?

Maybe you are looking for

  • " Can not interpret the data in file " error while uploading the data in DB

    Dear All , After running the below report I am getting the " Can not interpret the data in file " error. Need to upload the data in DB through excel or .txt file. Kindly advise to resolve the issue. REPORT  ZTEST_4. data : it like ZPRINT_LOC occurs 0

  • Error while uploading ABAP Infoset

    Hi friends, I try uploading ABAP Infoset from my desktop to the Production system. I am doing this by executing program RSAQR3TR, select upload, check the Transport Infoset radiobutton. After this when I execute the program I get 2 error messages whi

  • BAPI_DOCUMENT_CREATE2 - issue

    Hello , I wrote a report for creating DIR ( cv01 ) and update PR with attachment using BAPI 'BAPI_DOCUMENT_CREATE2'. Report generate DIR with no issues. in CV03n i could see the PR number attached to the DIR( Document info record ) But when i go to t

  • HT201209 it doesnt work please help... it says it hasnt been probaly actiated ?????

    It does not work ((( It says it hasnt been probaly activated my gift card was 15 pounds too please help

  • Report Painter Output at Center

    Dear Techis, From report painter output i m printing thru spool request i m getting output as at left side but i want it to come as center , so anybody pls tell me where i have to make setting at report painter or somewhere else.. Pls do the needful