Windows deployment - please help.

Post Author: mhorv
CA Forum: Deployment
Hi there. I've got two questions/issues 1) I'm developing on an XP Pro box and need detailed instructions for deploying a report as part of a Java applet using IIS as the web server. All the docs I've seen refer to Tomcat deployments. I saw one this morning that stated IIS was a supported web server but still the docs deployment instructions only dealt with Tomcat. The report was developed using CR XI Developer edition release 2 and I'm connecting to a PostgreSQL database.2) The production deployment will be on a Windows server 2003 box.  If the install here is significantly different than the one above, I'll need help with that as well. Thank you very much for your help! Marc

The intent of the OEM product key that is embedded into to BIOS is to use it with the Lenovo factory preload.  To use it in another way is not something we can help with.  My advice is to post this question to a Microsoft forum, or else just try it and see if it works.

Similar Messages

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • My ipad mini is not syncing music onto in, my ipad has been replaced to see whether the issue is to do with the ipad but its still not working. i have a a windows PC please help thanks

    my ipad mini is not syncing music onto in, my ipad has been replaced to see whether the issue is to do with the ipad but its still not working.
    ive tried everything and ive been to the store which was when i was given a new ipad mini. i have a a windows PC please help thanks

    Are you attempting to sync music from your iTunes Music Library on your PC?
    What options do you have set on the Music Tab for your iPad in iTunes?
    What happens when you sync?
    Any error messages?

  • My ipod 3rd generation is not recognized by windows/itunes,please help

    My ipod 3rd generation is not recognized by windows/itunes,please help. Have tried restoring a number of times but did not work, any suggestions?thanks

    Start with this Apple support document.
    http://support.apple.com/kb/TS1369
    B-rock

  • I shot a video clip(800MB) using my iPhone4s but could not copy to my PC (windows XP),please help me

    I shot a video clip(800MB) using my iPhone4s but could not copy to my PC (windows XP),please help me

    Limitation of XP, videos over 500MB's can't be imported using Camera/Scanner wizard. Try transfering these Videos directly from your phone by selecting them in My Computer and dragging or copying the movie files to your computer's hard drive.

  • Can't download latest iTunes on Windows 7, please help?

    Hi,
    I'm having trouble downloading the lastest version of iTunes from the apple website.
    I clicked download iTunes etc and then got the itunessetup thingy, so I tried installing it but within seconds the wizard does to the end page and says:
    'ITunes installer completed.
    The installer encountered errors before itunes could be configured. Errors occured during installation. Your system has not been modified.
    Please run the installer again, or click finish to exit.'
    I have tried installing it several times and keep getting the same issue. I also uninstalled everything I have from Apple on my laptop and tried installing iTunes again then with no luck.
    It's really frustrating me now and i have no idea what to do. I've tried searching this issue but other people have posted about different problems to this one so I dont know how to fix it. Help please?
    Thanks

    new to Windows 8, please help me.
    Coming from Windows 7?  It is quite analogous, especially if you were a keyboard user.  Ctrl-Esc (or press and release Win) shows you the equivalent of the Start Menu, which is now called the Start Screen.  In W7 once you brought up the
    Start Menu you may have been aware that you could either click on pinned items, click on pinned Taskbar buttons, click on Desktop shortcuts, OR... do some typing to bring something up from your installed applications.  Well, in W8 we could do the first
    and the last completely the same and now in W8.1.1 we can do all of those things.  There are also new options which can keep you mostly oblivious of the Start Screen if you would prefer to do that.
    But to answer your specific example, after you see the Start Screen (or All apps view of it) just start typing P O
    FYI
    Robert Aldwinckle

  • Boot Camp won't let me remove my windows partition, please help

    I am trying to remove my windows partition and boot camp won't let me. It gives me a message +" The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows."+ Please help!!!!!

    Use the Disk Utility to delete it and resize the partition immediately above of it so it takes up the released space.
    (51550)

  • I have been trying to put some of my music and artwork, on youtube. Youtube says you need an encoder to upload music. But the problem is the only encoders available are for windows. Please help, thank you

    I have been trying to put some of my music and artwork, on youtube. Youtube says you need an encoder to upload music. But the problem is the only encoders available are for windows. Please help, thank you

    The formats YouTube supports can be found here:
    http://www.google.com/support/youtube/bin/answer.py?answer=55744
    Since YouTube supports AAC, the file format iTunes uses by default, it's probable you don't need any sort of converter.
    If you continue to have problems with uploading to YouTube, I'd suggest you ask for assistance in their forums:
    http://www.google.com/support/forum/p/youtube?hl=en
    Regards.

  • HT204074 My PC is not getting authorized & I am not able to sync my I pad with my PC any more nor Im able to install any app. I recently reinstalled my windows. Please help. I tried authorizing with my ID but it still shows the message computer is no long

    My PC is not getting authorized & I am not able to sync my I pad with my PC any more nor Im able to install any app. I recently reinstalled my windows. Please help. I tried authorizing with my ID but it still shows the message computer is no longer authorized.

    It may think it's a new computer.
    Sync Your iOS Device with a New Computer Without Losing Data
    http://www.howtogeek.com/104298/sync-your-ios-device-with-a-new-computer-without -losing-data/
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive
    https://discussions.apple.com/docs/DOC-3141
     Cheers, Tom

  • How to change background color in a window? Please help.

    Please help me to set background color to my window that includes some panels components.
    I have tried
    content.setBackground(Color.green); and
    frame.setBackground(Color.RED);
    but nothing works?
    Please what should I change in my code? Thanks already in advance for helping!!
    Main parts of my code:
    public void addComponentToPane(Container allComponents) throws IOException
    definePanels();
    allComponents.setLayout(new BoxLayout(allComponents, BoxLayout.Y_AXIS));
    allComponents.add(panel_introduction);
    allComponents.add(panel_n);
    allComponents.add(panel_resultTitle);
    allComponents.add(panel_w);
    allComponents.add(panel_testing);
    allComponents.setVisible(true);
    public static void main(String[] args) throws IOException
    try {
    GraphicsDevice device;
    Container content;
    JFrame frame = new JFrame("ImageOrder");
    device = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();
    device.setFullScreenWindow(frame);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    SwingApplication app = new SwingApplication();
    content = frame.getContentPane();
    content.setBackground(Color.green);
    app.addComponentToPane(content);
    frame.setVisible(true);
    finally {
    System.out.println("helle");
    }

    import java.awt.Color;
    import javax.swing.*;
    class Test extends JFrame {
         public Test( ){
              getContentPane().setBackground(Color.RED);
              pack();
              setSize(500, 500);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
         public static void main(String[] argv) {
              new Test().setVisible(true);
    }

  • Boot Camp: Seagate External Drive not Recognized in Windows Explorer -- PLEASE HELP!

    I'm running in Boot Camp and using a Seagate Free Agent GoFlex external drive as both a Time Machine backup on the Mac OS, as well as a storage unit to exchange files. However, whenever I plug my external drive into my computer while running Windows, it does not show up in the Computer tab under "Devices With Removable Storage", like it should. It does show up on the "Safely Remove Hardware and Eject Media" button in the bottom right hand corner, and it appears as a "Startup Disk" in the Boot Camp Control Panel, so I know that it isn't a cable or USB input issue. Please help me get it to appear as a Device in the Windows Explorer. I need to exchange files from my Mac OS to my Windows OS. Thank you in advance for the help.

    I did it but i could not install tool from the dvd. As i said, i can still boot up windows xp i just needs to re-install the service tool.
    The drivers are working properly.

  • TS1369 itunes no longer sees my devices. But I can still see them in windows. Please help

    itunes no longer sees my devices. But I can still see them in windows. Please help

    Try
    iOS: Device not recognized in iTunes for Windows
    I would start with               
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or               
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    New cable and different USB port?
    Runs this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Try on another computer to help determine if computer or iPod problem

  • Can't sync Palm Centro and Outlook 2007/Windows 7 - please help!

    Hello,
    I've never posted on a forum, but I'm at my wits end...!  I've been trying to get my Palm Centro to sync Contacts/Calendar/Memos to Outlook 2007 on my new laptop for a week now with no success.  It used to sync just fine to my old computer with Windows XP and Outlook 2003.  Then that computer crashed (my Outlook files were backed up on an external harddrive).  I received my new computer with Windows 7 XP (32-bit) and Outlook 2007.  I've downloaded the Palm Desktop 6.2, Windows 2007 Conduit, and Software Update 1.03 (Windows installer) for Centro for Verizon. 
    When I sync my phone to my new Outlook, it completes all 12 steps, but does not load Contacts/Calendar/Memos to Outlook.  This is a list of the error messages:
       HotSync session started on 04/14/10 12:11:25, and completed in 100.0 seconds
     Outlook Calendar synchronization completed with messages
     Duration: 5.4 seconds
     Outlook Calendar
     Please set the option "Enable Synchronization when Outlook is offline" in UI inorder to synchronize in Offline mode
     OLERR:0C-000F (0x0)
     OLERR:0D-0003
     OLERR:0D-0001
     - Not Synchronized
     Outlook Contacts synchronized successfully
     Duration: 0.0 seconds
     Outlook Contacts
     OLERR:0C-000F (0x0)
     OLERR:0D-0003
     OLERR:0D-0001
     - Not Synchronized
     Outlook Tasks synchronized successfully
     Duration: 0.0 seconds
     Outlook Tasks
     OLERR:0C-000F (0x0)
     OLERR:0D-0003
     OLERR:0D-0001
     - Not Synchronized
     Outlook Notes synchronized successfully
     Duration: 0.0 seconds
     Outlook Notes
     OLERR:0C-000F (0x0)
     OLERR:0D-0003
     OLERR:0D-0001
     - Not Synchronized
     Media synchronized successfully Duration: 3.8 seconds
     Backed up some files successfully to Backup Folder 
     Duration: 90.0 seconds
     Backed up 9 file(s) successfully
     AddressingLibRecent-HsCh
     AddressingLibRecent-HsCi
     Messages Database
     PhoneCallDB
     Cookie Data
     AddressCompaniesDB
     psysLaunchDB
     Saved Preferences
     AddressTitlesDB
     Failed to backup 1 file(s) PmTraceDatabase Protocol Error: Handheld file could not be opened. (4004) SYNCERR_FILE_NOT_OPEN
    Can someone please help me transfer Contacts/Calendar/Memos from my Palm Centro to my computer's Outlook 2007?
    I've ready about 3rd party software in posts (Pocket Mirror), but I don't know if it applies here because the Contact/Calendar/Memo information is in my Centro - not in Outlook.  I need to get it from my Centro to Outlook 2007. 
    Any help is greatly appreciated!  Thank you!

    hat wrote:
    I have a Pre Plus and am using CompanionLink software.  If the Centro is like the Plus (which I believe it is) it will not sync with Outlook.  Here is a link to Companion Link:
    http://www.companionlink.com/index.html
    I have been using this and it works great.  On their site you can choose the phone and the particular program you need to sync with and choose which you way you want to sync.
    Hope this helps
    Sorry hat, the Centro has absolutely nothing in common with a webOS device!  It runs PalmOS.  Nice of you to reply with your suggestion though! 
    @SyncHelpPlease:  OLERR errors are covered in this Palm KB article:
    http://kb.palm.com/wps/portal/kb/common/article/31167_en.html
    Something I noticed in your post - you installed Palm 6.2.2 AND the 2007 conduit.  Palm Desktop 6.2.2. has the 2007 conduits built into it already, and the patch is not needed.  Whether this is the cause of your problems, I'm not sure, but I've fielded several posts of the same issue where the user did the same thing you did!
    I'd suggest doing a clean uninstall, and reinstall of Palm Desktop 6.2.2 only. 
    I admit, I do not use Outlook, nor Win7, so I'm giving you my best guess at a way to solve your problem.  Hopefully, this may lead to a solution! 
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • ITunes 9.2 Freezes using Windows 7 - Please Help!!

    Hi, i'm currently using iTunes 9.0.0.70 on a Sony Vaio VGN-FZ430E laptop with Windows 7. I tried to upgrade my version of iTunes to 9.2 and everything seems to run through and install fine until i actually try and open the 9.2 version. What happens then, is when i double click the iTunes program shortcut, absolutely everything on my computer comes to a complete and utter halt. And by that i mean i cannot move my the cursor controlled by my mouse, pressing ctrl alt & del does nothing and i basically have to switch the laptop off by pressing the button until the whole thing switches off. I've tried running iTunes again once the restart has taken place but the same thing happens - complete freeze of everything on my computer. The little hard disk light stops flickering and nothing happens at all. So i uninstalled iTunes 9.2 and have now gone back to using 9.0.0.70.
    Now, i've also got an iPhone 3GS with which i used the computer (PC tower) downstairs to install the OS4. As you can probably imagine, i am now in a position whereby i cannot connect my iPhone to iTunes 9.0.0.70 because it says it needs iTunes 9.2 to be able to do anything. There is where my problem truly lies. I do not mind using iTunes 9.0.0.70 but becasue all of my music, media etc is on my laptop, it now means my iPhone is rendered pretty much useless because iTunes does not and will not recognise it because it has OS4 and needs iTunes 9.2 to be able to sync to my phone.
    I need to be able to install iTunes 9.2 but every bloody time i do so, it freezes up when i try to open the program and i cannot sync my iPhone cos the only iTunes i can use is 9.0.0.70!!
    Can anyone please help me with this!?????

    A 652?
    Some digging at Microsoft answers indicated that this can sometimes be associated with trouble with the Windows Installer. Does the following technique help?
    +I followed the following steps (found on a goggle search) and tehn installed the updates+
    +1 - Navigate to "Services and Applications" in Computer Management. (right click on Computer and click Manage) DO THIS UNDER LOGIN WITH ADMINISTRATOR RIGHTS.+
    +2 - Expand the Services and Applications+
    +3 - Click on Services+
    +4 - In the right side of window sort by Name and go down to Windows Installer. By default the start up type will be set to Manual. (You will notice that the status will read 'Started' even though you know that it is not really running)+
    +5 - Right click on it and select properties+
    +6 - In the middle of the popup box you will see Startup Type. Use the drop down arrow and select 'Disabled' and click apply.+
    +7 - Close out and reboot. The service is now set to disabled so on reboot it will not still think it has been started. Now follow the above steps again and select 'Manual' and click apply and close out the Computer Management screen.+
    That's from the following topic at Answers:
    http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/2bf6b056-3292-48 3d-a1e8-c5b857b0959e/

  • My tab will not open to a new window. Please help!

    Please help! Looks like Mozilla customer service can not help me at all!!!!!! I need to know why I can not open a link to a new window. I can only open in my tab. I hate it. I try dragging the tab out to make a new window but it will not go no where help help help..please someone..! I try everything!

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)

Maybe you are looking for