Is this a good solution?

I developed a C# DLL that returns GIS data from an ESRI File Based GeoDatabase that I would like to access from a trigger. The DLL returns a Latitude and Longitude for a given route and milepoint located along one of the roads in my state. The GIS data comes from a files located on a local drive. The ESRI ArcGIS runtime is needed to access those files and I'm assuming that once the Runtime is installed on the Oracle databse sever it will be made available to the Oracle ExtProc and my DLL.
In order for the DLL to do its job the GeoDatabase must be initialized which includes checking out a license from the license server and creating a in-memory workspace. These initialization operations are time consuming.
So I have two questions:
1. Is what I have described a good solution or is there another way?
2. Is there a way to do all the initialization operations up front and have the DLL sitting there like a service initialized and waiting for a call?
Thanks
Jerry

To be honest, but the last month I've seen countless threads from you and I've helped much with datatables. I assume that all the threads of the last month are regarding to the one same job. But with the time being I am wondering more and more why you are doing such a development job while you seem to be very unexperienced with Java EE and prolly even with Java. I suggest you to do some course on Java EE and/or talk seriously with your team leader -if any- about your skills.
Anyway: using datatables is the right approach for this requirement.

Similar Messages

  • Hello hi, i just won't to ask, if there has been any changes on how to find a stolen phone, did some one come up with a fare and good solution. as it is not fare at all when some one could use it for free and there is a lot of things could be done to this

    hello hi, i just won't to ask, if there has been any changes on how to find a stolen phone, did some one come up with a fare and good solution, new Apps. as it is not fare at all when some one could use it for free and there is a lot of things could be done to this condition, no one seem to care,
    i have a story about my sister, am talking on her behalf, she got stolen her phone at a caffee when she just come from a horeble exam, she was very mad and having haedace for not doing well at the exam, i ask her if we could have coffee before we go home, once she sate; while i was getting the coffee for her, some one snicked to her pocket and took the phone, immidatly she feelt it and went on to searching, but nathing was hopefull. what makes it more heart braking is that she worked day and night just to buy the phone and pay for her books and so on as a student. she use to work 16 houres a day before she had to start school. 8 houres in one place and then to the other place. and she was always demanding for more houres to work; one day her boss saw her on her other job and she was serprised to see her and saied OHhh my God Milly if you work like this, i wonder if you servive, how could you also ask for more houres, My sis had to do it she has no parents or any thing, well the phone was taken after only two months of having it. the sad thing is she stile dream having it even though she can't think of buying againe. well me i have tryed a lot of things but i know some were out there there is a solution for people like this, it is not always fare for some one who has payed up to 800 to just loose his ......  
    Thnks

    I'm sorry, but your sister, unless she had already turned on the "Find my iPhone" feature and the person who took the phone has not disabled it, is out of luck. She should report the theft to local police authorities, including the serial number of her iPhone. While her experience is unfortunate, there are good reasons why Apple cannot do anything else about it.
    I hope she gets her phone back.
    Best of luck.

  • Is this a good design -- XI and another EAI tool in the same landscape

    Hi All,
    I am working in a project wherein the client already has an EAI tool which is based on SOA(Web Services). They are implementing SAP systems in their landscape. They now want to use SAP XI in the landscape for the purpose of integration. They want to integrate their initial EAI tool with XI and have the existing integration with NonSAP systems as it is and integrate SAP systems using XI.
    Is this a good design having two EAI tools being used for integration between two systems? What are the various issues that need to be taken into account?
    Answers will be promptly rewarded.
    Thanks and Regards,
    RM

    R M,
    There are lot of points that has to be considered when evaluating the design of EAI landscape. I heard somewhere that even SAP does not recommend to scrap the existing landscape and bring in SAP XI there. I gues dual hub gateway is very common unless it is a fresh implementation becuase changing the existing landscape is re-investing the cost again for the customers.
    If you ask me then SAP XI is not yet so robust to handle huge volumes in real time data integration and SAP XI can be used in between for integration to SAP system as it is a SAP system and it works excellent integrating with SAP systems.
    Check out this thread which is a transcript of a 10 year EAI architect :
    in my company we had more or less the same situation 2 years back, a existing BizTalk solution, and whether we should introduce XI or not.
    We concluded with the following; BizTalk should be used as the main integration engine between the different system landscapes and ALL external communication, and XI should be used as the integration engine for all data to/from our SAP system landscape. Depending on the integration scenario, we may use both.
    BizTalk will not see any SAP systems, only web services exposed by XI or using IBM MQ depending on an async/sync integration scenario.
    We believe that XI is better with integration from/to SAP, and;
    - In future SAP will deliver out of box integration for the XI system (XI content) for Enterprise Services Architecture
    - Several components in the NetWeaver stack are using XI for communication
    We have a SAP system landscape with several 46C systems (IS/OIL, HR ...) and newer NetWeaver solutions.
    I can give you a brief resume of our experiences – my background is ABAP developer since ’98, I have implemented a few BizTalk solutions to SAP 46C, and I’m a certified XI developer and developed several XI solutions between SAP 46C/640 and BizTalk.
    BizTalk ******
    Overall communication between SAP systems and BizTalk depending on the integration scenario and who is the initiator:
    SAP 46C to BizTalk:
    There are no good mechanisms available for sending data from 46C to BizTalk, we are using HTTP_POST with XML payload. Then you must use the iXML library on the SAP side, its ok, but you will spend, in my point of view, too many hours on XML programming that can be generated automatically.
    BizTalk to SAP 46C - Which SAP adapter to use for BizTalk?
    We started with SAP adapter from IWay, but that adapter gave us a lot of problems on the BizTalk server (pretty complex adapter with strange behaviour, and several integration scenarios stopped working for no reason at all (unstable)).
    Due to several severe problems, we switched to SAP adapter from Microsoft 1 year back in time. If I don’t remember wrong, back then, the SAP adapter from Microsoft did not support parameter of type string or table types – so there are/were some limitations regarding the signature of the RFC function.
    The SAP adapter from Microsoft is more stable than the previous, BUT we have some hick ups with that one as well when BizTalk does very frequent calls to SAP 46C.
    SAP 640 to/from BizTalk:
    I assume you can use the web service functionality on the SAP side in order to send/receive data, but I don’t know whether 640 support asynchronous web service.
    XI *****
    The communication mechanism between different SAP systems and XI are much better than with BizTalk:
    SAP 46C to XI:
    Configure a sender communication channel with RFC adapter; basically the XI system will be RFC server so the only thing you have to do is to create a RFC port on the 46C system “pointing” to the XI system. In the Abap program, you can do normal function calls with destination (RFC port) AND the RFC call will automatically be translated to XML on the XI side.
    Thus, you can forget all about the iXML library and XML rendering of the payload to HTTP.
    Besides, you can choose to use sRFC, tRFC or even qRFC depending on the integration scenario and whether you want guaranteed delivery.
    XI to SAP 46C:
    More or less same as BizTalk using a SAP adapter, but string and table types are supported.
    SAP 640 to/from XI:
    This is a very nice situation, every 640 has a local integration engine, so the main integration engine (XI) can send/receive XML messages both async/sync. Another advantage is using the SPROXY transaction on the 640 system, generating automatically a proxy class being able to send/receive messages based on a message interface defined in XI (outside-in programming).
    Finally *****
    BizTalk and XI are at a conceptual level identical, two integration engines with the purpose of send/receive, route and do message transformation (mapping) using adapters to different technical systems.
    Microsoft has a lot of resources available and for sure, BizTalk will be a very good choice for most companies.
    SAP came late with XI, but they are not trying to make the best integration engine, but good enough. And for sure, I think SAP will come with very nice XI content in time (interface mappings between message interfaces – business solutions) which is beyond BizTalk.
    As an ABAP programmer I just love the transport system between development, quality and production systems. We are using the CMS transport systems between our development XI, quality XI and production XI – it is so nice and fast. With BizTalk you have to create a MSI file (installation file – which files to include…) and somehow transport the file (mail or whatever) to the quality environment for installation – really tedious work compared to XI.
    So we are using BizTalk 2004 and XI 3.0 and are very happy with both.
    Note:

  • The sequence jump and any other good solution

    Hi everyone,
    One existing system apply for sequence number as report number. But sometime the report number will jump. Before create each report, the system will get the sequence number. Then the sequence number will plus one automatially. but how come the sequence number will jump from 32 to 250 itc. Seems it is impossible that user failed to create few hundreds report in a quite short term.
    Any oralce bug caused the problem or good solution to replace current report number design?
    Thanks in advance,
    Hawk

    Some users do like gap free serial numbers. To them it seems like a no-brainer, an easy thing to do. This is just one of the ways in which a real-world metaphor fails in RDBMS, because people don't understand database architecture. More importantly people have forgotten (or, increasingly, are too young to remember) how difficult this sort of thing used to be.
    In the days before computers serial numbers ("sequences") were tracked by using ledger books or self-incrementing stampers. This was usually foolproof but: [list]
    [*]If someone made a mistake - stamped a docket in error or entered an invalid application form - then we had a gap, there was no way to re-use that number.
    [*]Only one person at a time could get the next number: only one person at a time can write in book. Which is fine if we just have a single accounts clerk, but a nightmare if we need to share those resources. If you lock the stamper in your drawer (for safekeeping) and go off to tea, I can't stamp any dockets until you come back.
    [list]
    So you can see that computers are actually quite like real life. The SEQUENCE object is geared up to be a shareable source of unique IDs. The trade-off for shareability is gaps. The only way to guarantee no gaps is the solution you have already, a code control table. But that introduces a bottleneck - you need to be careful to ensure that the table does not remained locked for a long period of time. What happens if someone starts to run a report and then goes off to tea? Will they prevent anybody else using the report? You could use AUTONOMOUS TRANSCATION to acheive that, but if the surrounding transaction is rolled back for any reason...you get a gap!
    Ultimately this comes down to how often the report is run. If you've got hundreds of users running each day then you have a serious potential for resource contention. If it's only one guy running it once a week then it does not matter.
    Cheers, APC

  • The sequence jump and any ohter good solution

    Hi everyone,
    One existing system apply for sequence number as report number. But sometime the report number will jump. Before create each report, the system will get the sequence number. Then the sequence report will plus one automatially. but how come the sequence number will jump from 32 to 250 itc.. seems it is impossible that user failed to create few hundreds report in a quite short term.
    Any oralce bug caused the problem or good solution to replace current report number design?
    Thanks in advance,
    Hawk

    Some users do like gap free serial numbers. To them it seems like a no-brainer, an easy thing to do. This is just one of the ways in which a real-world metaphor fails in RDBMS, because people don't understand database architecture. More importantly people have forgotten (or, increasingly, are too young to remember) how difficult this sort of thing used to be.
    In the days before computers serial numbers ("sequences") were tracked by using ledger books or self-incrementing stampers. This was usually foolproof but: [list]
    [*]If someone made a mistake - stamped a docket in error or entered an invalid application form - then we had a gap, there was no way to re-use that number.
    [*]Only one person at a time could get the next number: only one person at a time can write in book. Which is fine if we just have a single accounts clerk, but a nightmare if we need to share those resources. If you lock the stamper in your drawer (for safekeeping) and go off to tea, I can't stamp any dockets until you come back.
    [list]
    So you can see that computers are actually quite like real life. The SEQUENCE object is geared up to be a shareable source of unique IDs. The trade-off for shareability is gaps. The only way to guarantee no gaps is the solution you have already, a code control table. But that introduces a bottleneck - you need to be careful to ensure that the table does not remained locked for a long period of time. What happens if someone starts to run a report and then goes off to tea? Will they prevent anybody else using the report? You could use AUTONOMOUS TRANSCATION to acheive that, but if the surrounding transaction is rolled back for any reason...you get a gap!
    Ultimately this comes down to how often the report is run. If you've got hundreds of users running each day then you have a serious potential for resource contention. If it's only one guy running it once a week then it does not matter.
    Cheers, APC

  • Need to store all keys of a hashMap in to an arrayList. this is my solution

    Hello,
    I Need to store all keys of a hashMap in to an arrayList. this is my solution:
    private HashMap<String, V> x;
    ArrayList<V> xList = new ArrayList <V>(x.values());
              ArrayList<String> xKeyList = null;
              for(V currV: xKeyList){
                   xKeyList.add(currV.getKey());
    so because I couldn't figure out a way to use:
    "Set<K>      keySet()
    Returns a set view of the keys contained in this map."
    in order to create a ArrayList I decided to get an array of the Values of the hashMap and then iterate through those values and get the keys (names in my case, yes I use names as keys of the hashmap and I can get the name of my V individually)
    what do you think? was this a good approach or I could be using hashMap.keySet() in a better way?
    Thanks for all your input!
    (I'm aware that my solution would be very heavy toll on performance for very large maps~ that's why i'm here :D)

    malcolmmc wrote:
    You can just do
    List<K> copyOfKeys = new ArrayList<K>(x.keySet());A Set is a Collection and that's what the constructor of ArrayList takes.Yup, that works for me:
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    import java.util.HashMap;
    public class Test {
        public static <K, V> List<K> keyList(Map<K, V> map) {
            return new ArrayList<K>(map.keySet());
        public static void main(String[] args) {
            Map<String, Integer> m = new HashMap<String, Integer>();
            m.put("one", 1);
            m.put("two", 2);
            m.put("three", 3);
            List<String> keyList = keyList(m);
            System.out.println(keyList);
    }

  • Please make this a good experiance for my first post on any board.  READ ME

    Hi all. Well first off, let me start by saying that my whole life I've owned PC's. And I'm not hacker Elliet. But I've gotten to know them pretty well. All the way from Windows 3.1 that came out a long time ago (more than 10 years ago)
    So after a while of hearing about MAC's I decided to start small and get an iPod (since they are so popular here in NYC) and see what apple was about. Well I really saw that Apple had a great product and started asking about their computers. And did plenty of research. And before the new Intel Macs came out, I was going to get a powerbook. But I had a feeling a new laptop was coming out and waited a lil while and sure enough. The Macbook Pro came out. So I went out and did all my research (as to this being the first real purchase of a Apple product and knew about the possible implications of a new first gen Intel chip in a apple product litterally making history) I knew I might become a new beta tester.
    So I started looking on these boards and did 2 weeks worth of hard research to see if the Mac Book Pro (MBP) was for me. And after all the problems i saw (ex: The whine, Right speaker distortion, heat coming from it, white line at bottom of screen, etc) I never saw or read anything about AOL connectivity problems. And I know, I know... alot of you are probably going to gripe and complain about AOL sucking and yada yada yada, but please. Cut me some slack. I actually like AOL. I got on it back in 92 when it came out, and really enjoyed it. And have been on it since. I like chatting on there, and so forth. And I hope you help with my problem instead of telling me to go get "a real ISP" I do have a real ISP, but I like my AOL too.
    So now to my problem....
    I have a Sony Viao 1.8ghz PC with 512 ram, 80 gig hard drive, 10/100 ethernet port. Connected to a Belkin Router (more info below on specs of router) connected to Opt Online Broadband Cable internet with VoIP. I use my macbook pro on the wireless network at my home.
    I got a mac book pro 1.83 ghz running 512 ram on Tiger OSX 10.4.6 I thought that I would wait till a connectivity patch (which I thought would have been 10.4.6) fix the airport problems came out till I posted something. But now that I've tried everything, I'm hoping you open this thread and help me and possibly someone else out there as well. I just d/l'd and installed the 10.4.6 update last night and it did'nt help. So here's more info on my specs. I have a belkin router wireless G 2.4 ghz 54mbs router and I have configured the router with it's firewall, wap2 encryption (as it's the only selection the router has that is available that matches what airport comes with in encryption) I hid my network, and have tried to upgrade the firmware on the router.
    Now Here's the real problem. I can connect to AOL on my MBP when I connect the actual ethernet cable to the MBP's Ethernet port (after I have let the cable modem do a hard reset to configure itself to a mac) I can connect to AOL. But when I disconnect the cable and return it to it's normal config, I can't connect to AOL. I can connect to the internet via safari, and firefox, and even AOL's IM on iChat. I can use Itunes all kinds of things. I can even play warcraft 3 wirelessly on battlenet. But connecting to AOL is a pain in the @$$. It's the only proggy I have that won't allow it to connect. I keep getting the error message "Your AOL connection ended because the AOL host was unable to start a new session. Please try to sign on again." Of course All i see for a while is the spinning black and white circle. And it goes through step 1 and 2, goes straight to 6. Then it goes blank, and BAM! That message pops up. And what's so frustrating is that I've tried every possible configuration on AOL, my router and even system preferences, for it to let connect. I even went into system preferences on the mac and went down the the Internet & Network "Sharing" icon and tried 100 possible combinations on that in the services tab, and firewall tab. I've turned them on, off, tried to make exceptions ETC. And no matter how much I play with the personal file sharing and windows sharing advanced settings and sigh every possible combination to make AOL connect via wirelessly. And nothing. I then even tried to fix the connection under AOL in setup. I've gone through and selected TCP Script, Airport Script. Cable Script, And practically every script I can think of. And nothing. I even went on to AOL and downloaded thier alleged fix to wireless accessing AOL. And nothing. I've been searching all over google, AOL's website, and all over these discussion boards and no mention of anyone even having the same problem. But please, someone out there with their infinit knowledge of how Macs run and having more experience than me, Please make this a good experiance for my first post on any board anywhere reguarding a mac. A MBP at that too.
    An update to this, But amazingly enough, I actually got it to connect to AOL wirelessly for the first time yest. But I have no Idea how i did it. I tried for 3 hours to reproduce it and no luck. I was accessing my router at it's website config screen and somehow I clicked on connect to AOL and while it was trying to connect to it, i reset the router and BAM, it connected to AOL. And I was in shock. I thought I solved it. Somewhere while it was reseting the router it connected and stayed connected to AOL till I signed off and tried to sign back on to see if I could now connect, and guess what. The same dumb message keeps popping up "Your AOL connection ended because the AOL host was unable to start a new session. Please try to sign on again." And all I did was sign off to test it, thinking I had fixed the problem. I tried for 3 hours like I stated above, and BAM got it connected to AOL wirelessly again (somehow while the router was resetting). And thinking I fixed it, or figured out the trick to getting it to work, signed off... I kissed aol goodbye again. And have been unable to reproduce the "glitch". SIGH Can someone out there please help me?
    I think I've made this message as detailed as possible, but please, can someone give me some constructive criticism on how to fix my AOL wireless connectivity problems. Do you know if it's my router? My MBP? AOL software? BTW, I got AOL software version 10.3.7 (Rev 4136.310 US) The latest version I D/L'ed from the AOL website. Anyone know If I should turn on or off some things such as personal fire sharing on, or firewall off or on? ANYTHING. Please. I've put alot of time into writing this post and making it as detailed as possible. And been having this problem for the past 3 weeks that I've had my MBP, and have waited long enough to use my AOL. If you need any further information or suggestions on making AOL work, please let me know. Thank you for taking the time to read all of this, and I really appreciate all of you in the time you take in responding back in trying to help me. I'll be monitoring this post almost hourly. So I hope someone out there can help. Thanks so much again. And help me make this transition to Mac a pleasant one knowing that there is a mac community out there willing to help a new mac client. Again, Many thanks
    In Heath and Wealth,
    Bruce
    Mac Book Pro 1.83 GHZ 512 Ram   Mac OS X (10.4.5)  

    I FIXED IT!
    FYI for the rest of you that might be having the same problem. DON'T USE A BELKIN ROUTER WITH AOL ON A MBP!!!!! It ***** wirelessly. or even hard connected, it won't connect. I went to best buy today, and got a refund on the belkin. I then went to J&R and got a D-Link router. And now it works perfect. I can now chat on AOL yet again, and I tried all the other web browsers I have and messengers, and warcraft 3 online via battlenet. And it works great. I want to give you guys a special thanks for taking time out to answer back to my post. FYI! Belkin wireless G routers do not connect you to AOL wirelessly on MBP's. No matter how much you mess around on them. I highly recommend a D-Link Router. They are easy to set up as long as you READ ( AND I MEAN IT!!!) read the instructions before you set anything up on it. Use the CD that it comes with, and you'll be good to go. Set it up and it works great Almost no dead zones in the house, and now I can use the MBP with all it's cababilities. Thanks people. I really appreciate it.
    P.S. I called belkin last night when i decided to get a refund on my router for today and when i talked to the tech, after puersuading him to tell me the truth. And stop BS'ing me, he broke down and admited that AOL does not work wirelessly on MBP's. So to make a long story short this time, There you go. And one last note, I'm very happy now with my d-link router. I honestly thought it would suck. Not being a brand name router or anything. But amazingly, it works like a brand name item! Again, many thanks all.
    Bruce

  • In Windows 7 using Adobe Reader XI (11.0.07) was able to copy an item (name, number, date) and paste in another document.  In Windows 8.1 using same version of Adobe Reader XI (11.0.07) not able to do this.  Any solutions?

    In Windows 7 using Adobe Reader XI (11.0.07) was able to copy an item (name, number, date) and paste in another document.  In Windows 8.1 using same version of Adobe Reader XI (11.0.07) not able to do this.  Any solutions?

    With computer running Windows 7 using the curser can select an item, then right click and select copy.   With computer running Windows 8 there is a hand instead of a curser therefore unable to select an item, therefore unable to copy.  Is there a way to have a curser rather than the hand?
    Eureka!!!   Just found by right clicking on the hand can then select “Select Tool” and then copy.  Hurray!!!

  • Looking for my first Mac! I have my eye on a 2006 MacBook... $259.. Is this a good buy? I just want to be able to write essays and check social media and email.

    help!!! My tech savvy on a scale of 1-10 is a straight up 1. And a half.. Anyways.. Is this a good buy? It's on amazon.. Do you think that's a trustworthy place to. It from?

    That's good to know... has not being able to update really hindered you? I understand that a lot of Mac users want Apple because they do a bunch of editing and graphic designing... I am not at all into that. I am a Physical Education major (aka: a lot of essays!!), and I write as a hobby. So that is all I want this computer for. What do you think??

  • My name is Mike. I live in New Zealand. My username is waipukurau1. I downloaded MacBook booster from the prompts. Was this a good idea and good for my MacBook Pro? Please answer.

    My name is Mike. I live in New Zealand. My username is waipukurau1. I downloaded MacBook booster. I write to ask was this a good idea? Was this good and correct for my MacBook Pro. Please answer.

    ashish35,
    No one from Apple here - we're just users like you. All I can tell you is that electronic fail and with MacBook Pros (and most notebooks) the components are so integrated as to make a repair to the logic board practically impossible, hence the high prices charged for repairs.
    Only you can decide if you want to have your computer repaired or put the money towards the purchase of a new computer. If you do decide to purchase a new unit I would suggest that you also purchase the AppleCare Protection Plan which increases your warranty from one year to three years.
    Sorry and good luck,
    Clinton

  • Several of us have a iPhone 6s and are having trouble with hearing and speaking at the same time when using the phone. ? The speakers seem to be too far apart? Are others having this issue? Solutions?

    Several of us have a iPhone 6plus and are having trouble with hearing and speaking at the same time when using the phone. ? The speakers seem to be too far apart? Are others having this issue? Solutions?

    Not having the problem, don't personally know anyone who is.

  • Can I create a DVD in DVD SP from a keynote presentation?  I looked at old posts but don't see a good solution.  Thanks

    Can I create a DVD in DVD SP from a keynote presentation?  I looked at old posts but don't see a good solution.  Thanks

    This is all the files Pages needs:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=105&mforum=iworktips ntrick
    Overwise click on my blue name and email me.
    Peter

  • Is this program good for first timers or college students?

    Is this program good for first timers or college students?

    After Effects is a program that can do a simple transition between two still images or produce any composite you have seen in a feature film. The only thing After Effects cannot do is create, edit, and animate 3D models like robots or space ships. You can, however, in concert with a 3D app do anything you have ever seen on the screen and, if you are really creative and talented, probably do something we have not seen yet. You can achieve a successful first project by following these 3 videos: Basic Workflow
    It may take years of experimenting and research to create something we have not seen yet. Starting to learn to use After Effects is like having the key to the Snap On truck and access to all the tools. You just have to gain enough knowledge to use them all.

  • Is this a good desing for PINGROUPS?

    Hi there guys.
    The plan is migrate the uplinks from a fews 6500 to a couple Nexus 7000 using pingroups with no trafic disruption. So i have made a desing but i not sure if this is the best way to accomplish the objective without problems.
    This is the desing:
    There will be two (new) PINGROUPS (All the server use two VNICs) that will be facing to the nexus using the PO 108 and PO 109, is this a good configuration? the nexus are using VPC towards the fabric; the fabric are in EHM.
    We made a couple of test moving the vnic into the pingroup and it work fine, but i want to know is this configuration is good.
    The PINGROUPS see like this:

    This works ok; however, best practise in UCS design is using dynamic pinning, and not static pinning (what you are doing). In your case, dynamic or static pinning will have the same result; however, the managment overhead for static pinning is bigger; for every interface, you have to add the pingroup, and if you forget, it will fall back to dynamic pinning.

  • Help me...does this look good?!?!?

    Hey all,
    I want a G4 to use in my music studio, have found one on ebay, does this look good to you...
    http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=8792713494&rd=1&sspagename= STRK%3AMEWA%3AIT&rd=1
    If you can't access that, basically it's this...
    Computer is in excellent condition, has been well loved and well upgraded:- 200GB hard disk (5400rpm) Dual 867 MHz, 1MB L3 cache per processor 1.25GB DDR SDRAM 16x DVD+/- RW (Superdrive) 4x DVD+ RW (original Superdrive) 4x USB 2.0 ports 2x USB 1.0 ports 2x Firewire ports Airport Card (WiFi) Ethernet Card 56kbps Modem Digital in/out for audio Again it is in excellent condition, well loved.
    Oh and there is still 2 slots left for memory upgrade and 4 other slots for your other upgrades, i.e. more firewire, usb, graphics card, music adaptors etc. I used the machine mostly for video editing and graphic design and it handles everything I throw at it. It is a beast of a computer but sadly by job entails I have a laptop now I will also include all the software that comes with it.
    Think it sounds good? What price do you reckon???
    Thank you!
    Olivia x
    G4 I hope    

    If you do decide to bid I'd keep in mind that it's the base model MDD G4 with a 133MHz system bus (the others had 167MHz). It's also one of the original models that got the nickname of wind tunnel as they could be fairly noisy, so much so that Apple under went a power supply replacement program using quieter fans, which may be an issue if it's intended for audio use. I'm not sure whether it's had the power supply replaced, but Verax also offered a noise reduction kit, which may give some indication of how noisy it can be.
    I'm not trying to put you off though, but I'd keep the above in mind if you do intend to place a bid.

Maybe you are looking for

  • How to Display Varient on selection screen?

    Hi All, the requirement is i need to display the varient on selection screen as  Paramente. Display Varient   /STANDARD   as a paramente on selection screen. Please let me know how to do it. Regards, Kumar Moderator message: very basic, please search

  • OSD on laptop with multiple disks

    Just got in some Dell Precision M3800 laptops.  I've got OSD working on every other model desktop and laptop we have but someone decided we need 2 harddrives in the M3800s.  One is SSD and the other is standard.  Unfortunately for me, the awesome peo

  • Regarding Field Symbols

    Hi All,             Im selecting values into an internal table say ' 0001...0010 ' and i have concatenated prefix with 'PA' to them (which will be PA0001 ... PA0010 )  and appened in the internal table. Now based on this values in the internal table

  • Return to last scene viewed

    I have a scene that can be accessed from every scene in the movie. This scene has 2 options - 1 launches another movie the other is a cancel button. When the cancel button is clicked I want to return to the scene you were in last. I have tried the Pr

  • "Restore failed" what do i do?

    ok, i pluged my ipod into the computer and itunes decided to restore it... i didn't want it to, so i stopped it, now all the ipod does is sit there with a screan saying "Restore failed" anything i can do?