XSQL setup woes continued

I finally persuaded Apache/Tomcat to pass my xsql page to the servlet, & now get the following:
Oracle XSQL Servlet Page Processor 9.0.1.0.0 (Production)
XSQL-017: Unexpected Error Occurred
java.lang.NoClassDefFoundError: oracle/xml/sql/query/OracleXMLQuery
at oracle.xml.xsql.actions.XSQLQueryHandler.handleAction(XSQLQueryHandler.java:154)
at oracle.xml.xsql.XSQLDocHandler.getDocument(XSQLDocHandler.java:132)
at oracle.xml.xsql.XSQLPageProcessor.process(XSQLPageProcessor.java:134)
at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java)
at org.apache.tomcat.core.Handler.service(Handler.java)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java)
at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java)
at java.lang.Thread.run(Thread.java)
I am attempting to access an 8.1.6 db on an NT 4.0 machine from my Apache/Tomcat on my linux box, using xsu111_816.jar with the classes111.zip from the db - is the NT classes111.zip file OK in linux?

Use xsu12.jar and classes12.zip if you are running Apache with a 1.2 JVM or later.
Use xsu111.jar and classes111.zip if you are running Apache with a 1.1.8 JVM.
The _816 version is for loading into the 8.1.6 database.

Similar Messages

  • "An Office 2003 installation on your computer is corrupted and setup cannot continue" error on Office 2010 Pro install

    I am currently trying to install Office 2010 Pro Plus onto my machine that has Access 97 and Access 2003, Visio 2003, Excel 2003, PowerPoint 2003, and Word 2003 installed. I need to keep the previous versions of Office installed as they are used for development
    work. When I try installing Office 2010 I've stopped with the following error message: "An Office installation on your computer is corrupted and setup cannot continue. Remove or repair the Office 2003 product and re-run setup." I can't remove and
    repair doesn't seem to do anything. Most posts suggest removing previous office versions or deleting/altering the MS Office registry keys (which would damage the previous versions of Office). Is there a solution to install Office 2010 independently of any
    other version of Office installed?

    I figured out a method to finally install Office 2010 bypassing the error stated in the title, by manually removing all the keys that included the term "Office 2003" from the Windows registry.
    I share my fix with more details and pictures step by step here :
    Link
    Please note that you need to be very careful when manually editing the Windows registry as it may cause problems to your operating system and even cause a massive failure requiring you to re-format your disk.
    Feel free to use my fix at your own risk. I will not be held responsible for any damage caused or data loss.

  • Windows 2012R2 Server Image. Setup cannot continue due to a corrupted installation file.

    Hello!
    When I try to deploy Windows Server 2012R2 64bit on a local machine from my WDS server. I get this error :
    "Setup cannot continue due to a corrupted installation file. Contact the vendor of your Windows installation disc or your system administrator for assistance"
    This message appear at the last step of the installation. (Finishing Install)
    When I burn the image to a DVD I can install it problem free on my Machines. But when I capture said image and try to deploy it, this message appears.
    The same message also appears when I try to deploy a Windows 8.1 image.
    If I try to install this image with an unattended file. I get an error during "Install features" that there was a problem in "offline Servicing" even tough that field is Empty in my XML file.
    The server i'm using has Windows 2012 standard 64bit. And the Image files was downloaded through MSDN.

    Glad to hear the issue has been resolved.
    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.

  • XSQL Setup

    Hello,
    Can anyone please let me know how to do the setup of Apache/Tomcat server to run XSQL pages against Oracle 8i server? More specifically, I need to know if I need to download any software component from Oracle or elsewhere. I have Oracle 8i running on Windows 2000 server and I have used Apache/Tomcat combination to host Java Servlets and JSP pages. Any input will be appreciated. Thanks,
    .......abhijit
    email:[email protected]

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the XML-General forum. The URL is:
    General XML
    You might also be interested in OTN's XML Center.
    The URL is:
    http://otn.oracle.com/tech/xml/

  • Mail server setup Woes

    I don't know what I'm doing wrong. I have:
    A server with three users.
    A domain that points to that server
    Mail enabled for the server
    But when I try to use Apple Mail to point to that server and login, I get "could not connect to this IMAP server. Check your network connection and that you entered the correct information in the Account Preferences. etc."
    I can telnet to my domain over port 143 and thus see that the server itself is running, but it is apparently not letting me login with my name and password.
    I'm flummoxed and have no idea where to go from here.
    My Cobalt Qube was easier to setup than this thing.

    You have to provide valid values for only the follwing two fields:
    1 Outgoing Mail (SMTP) Server
    2 and Sender's E-mail Address
    Optionally you cand enter something in the Identify Sender As that will be used in the email body as an alias for the email address.
    It should work. I tested this a few moments earlier.

  • Xsql setup problem. 'Cannot acquire a database connection to process page.'

    This is probably a really basic problem, but I am getting the following error when I try to use the xsql demos.
    Oracle XDK Java 9.2.0.2.0 Production
    XSQL-007: Cannot acquire a database connection to process page.
    Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=150999297)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    I really don't know what I am doing wrong, so any help would be appreciated.
    My jserv.properties file:
    wrapper.classpath=s:\xdk_java\lib\xsu12.jar
    wrapper.classpath=s:\xdk_java\lib\oraclexsql.jar
    wrapper.classpath=s:\orant\jdbc\lib\classes12.zip
    wrapper.classpath=s:\xdk_java\lib\xmlparserv2.jar
    wrapper.classpath=s:\orant\xdk\admin
    Thankyou
    Adrian

    hehehhe
    I had the connection wrong in the XSQLConfig.xml file.
    It's all working nicely now.
    Ade

  • Sound setup woes [solved]

    hi,
    trying to set up sound on a laptop.  the required module for my soundcard( ess maestro1978) is the snd-es1968; when i try to load it everything freezes and i have to do a hard reboot.
    i have followed alsa setup in the wiki, but there is no sound device listed in /dev/
    any tips on how to get sound.  sound works fine with simplymepis, so it should work with arch,
    thanks

    Try this :
    pacman -S alsa-driver
    pacman -S alsa-lib
    pacman -S alsa-utils
    Then load your module and :
    amixer set Master unmute
    amixer set PCM unmute
    alsamixer
    alsactl store
    Add
    alsactl restore
    to your rc.local

  • Airport Setup Woes

    I just got my 17"MBP today and all is wonderful! However, I'm trying to set up my airport extreme base station on my Dell Dimension 8200 XP home to make my MBP wireless. Nothing seems to work! I tried to run the Windows Network Setup Assisstant and am now being told that an error occurs that I may set up manual, but I don't know how to do a manual setup or why an error occurs. All of the base stations lights are blinking, but my dell says I have an network line/adapter unplugged, etc. Please help me!
    I'm a newbie so please give me non-technical step by step instructions. Thank you so much!

    Your question is somewhat confusing. Do you have your MBP working on your airport and just need to connect your Dell computer as well through your Airbase station?
    If yes, what type of Dell do you have, does it have a built-in wirless card??

  • Email setup woes

    I've had my original iPhone for almost 2 years now and the email has always worked fine. I recently changed the settings on my desktop PC Outlook 2007 email accounts to IMAP but didn't like it so I reverted back to POP3. I changed my iPhone email settings during the process and had a hard time getting it back to normal.
    My POP accounts on my PC are working fine.
    Incoming server: mail.mydomain.com / Port 110
    Outgoing server: mail.mydomain.com / Port 26
    SSL: Off on all
    I have the settings above setup exactly on my iPhone but have a few problems/questions about my iPhone email setup:
    1) The bottom of the email screen ALWAYS says, "Updated 8/8/09 9:00 AM - *1 Unsent Message*". I can't find any unsent messages anywhere but that darn message ALWAYS appears. I can't get rid of it.
    2) This one is strange... One of my outgoing SMTP servers is: "AT&T Server". I have it turned off and cannot delete or edit it. The Host name is "cwmx.com" a Chinese/Japanese website. Looks odd to me.
    3) Since I am going to use POP3 what is the best setting for deleted messages:
    -Never
    -Afer one day
    -After one week, or
    -After one month?
    4) Per #3 above what about my desktop PC Outlook 2007 account settings email 'Delivery Options'. What is best:
    - Leave a copy of the messages on the server
    - Remove after XX days
    - Remove from server when deleted from 'Deleted Items'
    Any help is appreciated.

    it could be the software as i had that same problem, but needed to exchange the phone because of other problems in addition to that.you may need to set up BES if you haven't already.

  • MBP woes continue - need to do a re-install. But what then?

    Everything works after my "full restore", but the entire system is obviously remaining very slow. Beachballs galore. Input taking forever. All hardware tests show no problem though.
    So.. I am going to go through a clean install again. <sigh>
    This time I'm going to clean install to my external HD (doing it now) so I will have both. Then when I am happy with the way it is working on the external, I'm going to try to move that back to my internal drive after reformatting.
    Is it easy to move a complete system from an external HD to the internal HD? Can I do it with Finder drag-and-drop to copy everything over?
    doug

    Just a followup on this before deciding how to proceed, taking into account Francine's message.
    To summarize again, I was having trouble with my MBP running Leopard. It started running really slowly and then wouldn't reastart.
    To make a long story short, I ended up doing a full Time Machine restore to my internal HD. It runs from there, but still really, really slowly (beachballs galore). So I did a clean install on to a 230 GB external HD and am moving over just the data I need from my internal HD, which is the standard MBP 160 GB HD.
    The system on my external HD is running very quickly!
    What I would like to do now is move my entire system from the external HD into the internal HD. Can I reformat the internal HD and use CCC to do this? Is it a problem that the two disk sizes are different? The OS+data itself is much smaller than the internal HD's 160 GB of course.
    Could I accomplish the same thing as CCC by doing a Time Machine backup and then restoring from that (like I did earlier today with my old system?)
    I understand from Francine, and also calling Apple, that I could do the same thing from the install DVD inside Disk Utility - choosing the external HD as the source and the internal HD as the target. Is CCC's result different from this?
    Thanks!
    doug

  • 2 AEBSn WDS setup woes/errors

    I have an AEBSn and a new gigabit AEBSn, and I cannot get an internet connection through the gigabit remotes LAN cables. I have tried for 6 hours to connect them using WDS just as the manuals say. All the passwords and SSIDs are the same across both units. I have entered the MAC addresses correctly. Originally the remote would not recognize the main AEBSn, but I was able to fix that somehow. No matter what other internet settings I change (everything from DCHP to bridge mode, the remote will absolutely not provide the computer attached via LAN cable an internet connection.
    I've googled it, read Apple posts, all the apple support docs and nothing is working. I am obviously missing something. Can somebody tell me what I am doing wrong?
    Much thanks!

    Went through steps you have above. At update, the main router no longer showed up in the airport Utility, and of course, and no luck getting internet connection through the hard wire line on the remote.
    So, I started from scratch.
    I ensured Both units have firmware revision 7.2.1.
    I swapped base stations so that the new gigabit AEBSn will eventually be th main base station.
    I disconnected every cable and turned off every WiFi client.
    I hard-reset both units, and confirmed they had returned to factory defaults.
    I went through the steps again…
    I select the Base station that will be the main base station from the Airport status menu. I open Airport Utility, and only one router shows up - it is the one I want to configure for the main base station. I select that base station and follow the exact configuration steps for the main base station again. Upon update, I get 4 errors, (password, WiFi security, SNMP over WAN, and confi over WAN) which all make sense, because I only did the steps to make the Base station work on WDS. I corrected the errors by entering a base station password, a WPA/WPA2 personal password, deselected allow SNMP over WAN, and deselected allow configuration over Ethernet WAN port. I clicked update. Now AEBS had two errors. Ethernet not connected and internet connection, which makes sense, because it was not hooked up yet. I hook up the internet cord and test the connection. Both WiFi and wired LAN machines work great.
    I select the Base station that will be the remote base station from the Airport status menu. I open Airport Utility, and only one router shows up - it is the one I want to configure for the remote base station. I select that base station and follow the exact configuration steps for the remote base station again. Upon update, I get 2 errors, (password, WiFi security) which again make sense, because I only did the steps to make the Base station work on WDS. I corrected the errors by entering the same base station password as the main, and the same WPA/WPA2 personal password as the main. I clicked update and it returns with one error – internet connection, base station does not have a valid IP address.
    Per the procedures, I should be up and running with WDS - but alas, I still cannot get the remote stations LAN ports working.
    It is my understanding that you need to have the same SSID in order for WDS to work. So I change the remote SSID to match the Main, and ensure that the channel matches the main’s channel and click update.
    Finally both base stations show up in the AirPort Utility together. The Main now has only double NAT error, and remote returns no errors.
    +** All great except… **+
    +** My original problem still exists… **+
    +** Nothing attached to the LAN ports of the remote base station will work. **+
    In the end, the the Main station has WDS enabled, uses 802.11b/g, selected as WDS main, MAC address of remote AEBS, Connect via Ethernet, share public IP address, channel 1 and SSID of “router”. The IP address is 192.168.x.x, and the DHCP is set to 10.0.x.x. The base station itself is assigned an IP address of 10.0.x.x, and the computer attached to it via a CAT5 cable shows an IP address in the range of 10.0.x.x.
    The remote base station has WDS enabled, uses 802.11b/g, selected as WDS remote, MAC address of main AEBS, Connect via WDS, bridge mode, channel 1, and SSID of “router”. The base station itself is assigned an IP address of 10.0.x.x, +* BUT *+ the computer attached to the remote base station via a CAT5 cable shows an IP address in the range of 192.168.x.x.
    Hopefully this helps us figure this out, and maybe others who are having this problem (though, with my luck, it is probably just me)
    Thanks again.

  • And the Voicemail Woes Continue.....Any Suggestions?

    Monday night, I called AT&T to have them reset my voicemail because I have issues with it. After that, voicemail worked like normal. Now today I had people telling me that when they go to my voicemail, the have to enter my phone number to be able to leave a message. Why?
    I try to touch the voicemail icon and nothing happens. All of the other "Phone" functions work except voicemail. Is there a way to fix this? I tried restoring, but that didn't do anything.
    SHould I get in touch with AT&T again? I hope it's not an issue with my iPhone...

    I have experienced a similar problem once before, I recommend actually going into your local corporate ATT store and ask for a highly competent SSR, they may themselves need to call into tech support.. but the problem is in a ATT utility called snooper, your vm retrieval and forwarding settings need to be set correctly.. only higher lever support reps have access to snooper ; )
    They will make sure that you leave the store with a properly working phone.

  • In place upgrade to 2012 R2 fails, Setup can't continue. Your computer will now restart, and your previous version of windows will be restored.

    
    I have multiple Windows Server 2008 R2 machines in which I am attempting to do an in place upgrade to 2012 R2, and it is repeatedly failing.
    Setup gets all the way through, and it says Getting ready, followed immediately by an error saying: Setup can't continue.  Your computer will now restart, and your previous version of Windows will be restored.
    I am attempting to install:
    Windows Server 2012 R2 Datacenter (Server with GUI)
    x64 Date modified 3/18/2014
    I have found several posts, many discussing how disk space can be an issue, I have increased disk space so it shouldn't be an issue.  I have also made sure the only only partition on disk 0 is C: and system reserved.
    I have disabled all unessential services and went through and removed all unessential applications, and extras.  Still getting the error.
    Here is the update log
    2014-11-24 08:20:20:715
    888 ed8
    AU AU initiates service shutdown
    2014-11-24 08:20:20:715
    888 ed8
    AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-11-24 08:20:20:840
    888 ed8
    Report CWERReporter finishing event handling. (00000000)
    2014-11-24 08:20:20:840
    888 ed8
    Service *********
    2014-11-24 08:20:20:840
    888 ed8
    Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-11-24 08:20:20:840
    888 ed8
    Service *************
    2014-11-24 08:23:27:265
    892 9a0
    Misc ===========  Logging initialized (build: 7.6.7600.320, tz: -0500)  ===========
    2014-11-24 08:23:27:281
    892 9a0
    Misc  = Process: C:\Windows\system32\svchost.exe
    2014-11-24 08:23:27:281
    892 9a0
    Misc  = Module: c:\windows\system32\wuaueng.dll
    2014-11-24 08:23:27:265
    892 9a0
    Service *************
    2014-11-24 08:23:27:281
    892 9a0
    Service ** START **  Service: Service startup
    2014-11-24 08:23:27:281
    892 9a0
    Service *********
    2014-11-24 08:23:27:635
    892 9a0
    Agent  * WU client version 7.6.7600.320
    2014-11-24 08:23:27:635
    892 9a0
    Agent  * Base directory: C:\Windows\SoftwareDistribution
    2014-11-24 08:23:27:635
    892 9a0
    Agent  * Access type: No proxy
    2014-11-24 08:23:27:635
    892 9a0
    Agent  * Network state: Connected
    2014-11-24 08:24:14:827
    892 9a0
    Report CWERReporter::Init succeeded
    2014-11-24 08:24:14:827
    892 9a0
    Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-11-24 08:24:14:827
    892 9a0
    Agent  * Prerequisite roots succeeded.
    2014-11-24 08:24:14:827
    892 9a0
    Agent ***********  Agent: Initializing global settings cache  ***********
    2014-11-24 08:24:14:827
    892 9a0
    Agent  * WSUS server: <NULL>
    2014-11-24 08:24:14:827
    892 9a0
    Agent  * WSUS status server: <NULL>
    2014-11-24 08:24:14:827
    892 9a0
    Agent  * Target group: (Unassigned Computers)
    2014-11-24 08:24:14:827
    892 9a0
    Agent  * Windows Update access disabled: No
    2014-11-24 08:24:14:951
    892 9a0
    DnldMgr Download manager restoring 0 downloads
    2014-11-24 08:24:14:981
    892 9a0
    AU ###########  AU: Initializing Automatic Updates  ###########
    2014-11-24 08:24:14:997
    892 9a0
    AU  # AU disabled through Policy
    2014-11-24 08:24:14:997
    892 9a0
    AU  # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-11-24 08:24:15:043
    892 9a0
    AU Initializing featured updates
    2014-11-24 08:24:15:043
    892 9a0
    AU Found 0 cached featured updates
    2014-11-24 08:24:15:397
    892 9a0
    Report ***********  Report: Initializing static reporting data  ***********
    2014-11-24 08:24:15:397
    892 9a0
    Report  * OS Version = 6.1.7601.1.0.196880
    2014-11-24 08:24:15:397
    892 9a0
    Report  * OS Product Type = 0x00000007
    2014-11-24 08:24:15:428
    892 9a0
    Report  * Computer Brand = VMware, Inc.
    2014-11-24 08:24:15:428
    892 9a0
    Report  * Computer Model = VMware Virtual Platform
    2014-11-24 08:24:15:428
    892 9a0
    Report  * Bios Revision = 6.00
    2014-11-24 08:24:15:428
    892 9a0
    Report  * Bios Name = PhoenixBIOS 4.0 Release 6.0     
    2014-11-24 08:24:15:428
    892 9a0
    Report  * Bios Release Date = 2013-07-30T00:00:00
    2014-11-24 08:24:15:428
    892 9a0
    Report  * Locale ID = 1033
    2014-11-24 08:24:15:582
    892 9a0
    AU Successfully wrote event for AU health state:0
    2014-11-24 08:24:15:582
    892 9a0
    AU Successfully wrote event for AU health state:0
    2014-11-24 08:24:15:582
    892 9a0
    AU AU finished delayed initialization
    2014-11-24 08:24:20:865
    892 6a0
    Report CWERReporter finishing event handling. (00000000)
    2014-11-24 08:55:38:187
    892 9a0
    AU AU initiates service shutdown
    2014-11-24 08:55:38:187
    892 9a0
    AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-11-24 08:55:38:250
    892 9a0
    Report CWERReporter finishing event handling. (00000000)
    2014-11-24 08:55:38:297
    892 9a0
    Service *********
    2014-11-24 08:55:38:297
    892 9a0
    Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-11-24 08:55:38:297
    892 9a0
    Service *************
    Any ideas on how I can resolve this, or further troubleshoot?

    I also had this error: "Setup cannot continue. Your computer will now restart, and your previous version of Windows will be restored."
    trying to do a in-place upgrade of a Domain Controller Windows 2008 R2 to Windows 2012 R2.
    The problem was the separated System Reserved Partition. After I removed using this instructions:
    http://jacobackerman.blogspot.com/2012/12/how-to-remove-system-reserved-partition.html
    The upgrade ran ok, and now have my DC as Windows 2012 R2.
    Hope that helps!.

  • Server setup help

    Hi everyone,
    I have just installed Os X Server 10.5 on a new iMac. I am using it to manage a bunch of tother macs on my network. in the initial setup I choose "Standard Setup" and continued the rest of the config. Now every time I try to add a new user or group I get the following message:
    "The server reported the error '-14120' while trying to create the group."
    Has has anyone else seen this problem?
    What is error '-14120'
    Thanks
    Tim

    "Has has anyone else seen this problem?
    What is error '-14120'"
    Yes. See the [Error '-14120'|http://discussions.apple.com/thread.jspa?threadID=1205369] thread, as a starting point.
    Looks to be an existing and nasty and as-yet unresolved bug in Leopard.

  • Raid setup and other problems,soooo frustrating.

    Hey everyone,first post here!
    I have tried and tried to search for a problem like mine here and i have found bits and pieces but nothing which has really helped yet.I have just built my first pc and these are my problems at this point.
    My deal is....ok first i have only a single hard drive at the moment but i want to be setup for raid 1 when i get another one soon.I understand that this means loading the drivers during the whole f6 part.Unfortunately when inserting my formatted driver containing floppy and pushing enter-nothing happens? it just says to wait for maybe half a second and then the screen comes back up asking for the floppy again.I have confirmed that the floppy drive works in another computer and my new computer is recognizing it.Its possible im not making the driver disc correctly -possibility.
    Well, after fooling around with that for hours i decided hmm i dont like raid so much now    so i disabled raid in bois and went ahead and tried to start insalling windows.Started off everything working and seemed fine,I formatted the Hdd for like an hour and then i was prompted that the computer would restart and setup would continue upon restart...ok.Now once it restarts it just acts as though i never even started??? it just starts right back over again asking me to format the HDD again!! Which i just spent an hour doing!!??
    This thing basically has me fed up,im kind of a newb at building  pc's but i feel as though i know enought not to have problems like this.All in all i would like to be setup for raid but it is not crucial,if anyone can guid me to getting this thing working any way around i would appreciate it,thanks in advance!!

    Quote
    Ok-yes i have the 4 pin plug which fits the top half of the 12v 8 pin recepticle, i knew i could do this but was informed it wasnt the best idea..I will try it.
    There should be no problem.  I just want to make sure that the CPU draws its currents from the power rail "expected" by the PSU.  Remember, yours has two seperate +12V-rails.  Only one of them supplies the processor. If your video card and your processor are supplied by the same power rail, you will run into problems for sure.
    Quote
    I am not familiar with these programs.
    They are freeware, easy to use and more or less self-explanatory. It doesn't really matter which of the two tools you use:
    - XP ISO BUILDER: http://winfuture-xp-iso-builder.en.softonic.com/
    - NLite: http://www.nliteos.com/
    Quote
    1.Remove molex 8 pin adapter.
    2.Insert 4 pin connector.
    3.Aquire xp sio builder or equivilant.
    4.Determine os specifics(SP2 or SP2)
    5.Make necesarry changes to install cd.
    6.Integrate drivers on cd as well.
    Looks good.
    Another question:
    Quote
    so i disabled raid in bois and went ahead and tried to start insalling windows.Started off everything working and seemed fine,I formatted the Hdd for like an hour and then i was prompted that the computer would restart and setup would continue upon restart...ok.Now once it restarts it just acts as though i never even started??? it just starts right back over again asking me to format the HDD again!! Which i just spent an hour doing!!??
    Did you repeat the install attempt after that and tried without reformating the HDD (again)?

Maybe you are looking for