Rwserver -install server_name   - failing in windows XP

Is it because of an ADMIN issue?
Oracle Reports Services:
"Please consult the installation guide for how to set up and run this program."

Is there an error message?
Is this happening on one of your clones?
Does the error msg happen on the original install
machine (ie the parent of the clones)?That was the error message.
I no longer have local admin ( we are on a novell network ) on the parent machine.
I can't even start OC4J without local admin.
On my Windows 2000 machine, I was able to create several standalone servers with rwserver -install.

Similar Messages

  • Rwserver -install server_name - failing in windows 2000 server

    Hi,
    I have installed Oracle Application Server 10g R-2 on windows 2000 server.I have deployed all the application of my concern but while configuring report server through command prompt via following command:-
    rwserver -install <server_name> autostart=yes
    giving error message that plse go to installation guide for operation of this program.
    Can any one plse help me out..........
    Thanks & Regards
    Rishikesh Singh

    Hi
    I have the same question namely how does one create a new (in my case an "own process") Report Server. I have copied below a snippet from the Oracle Application Server Reports Services Publishing Reports to the Web 10g Release 2 (10.1.2) documentation (it ommits to tell how a new service is created!)
    "If you add any Reports Servers after installing Oracle Application Server, you should register the new server(s) in two places:
    The Oracle Process Manager and Notification Server's opmn.xml file.
    The Oracle Enterprise Manager 10g's targets.xml file.
    To register a new Reports Server in both opmn.xml and targets.xml, run the
    following command line:
    On UNIX:
    ORACLE_HOME/bin/addNewServerTarget.sh reports_server_name
    On Windows:
    ORACLE_HOME\bin\addNewServerTarget.bat reports_server_name"
    So does running the script also create as well as configure the new service?
    Thanks
    Sebastien

  • Basic_demo install.vbs fails with windows script error 800A0005

    installing from 92030 win2k client to SunOS 2.6 92030 db.
    The install.vbs windows script fails with:
    Script: c:\down\xml\oracle\basic_demo\basicDemo\Install\Install.vbs
    Line: 876
    Char: 7
    Error: Invalid procedure call or argument
    Code: 800A0005
    Source: Microsoft VBScript runtime error
    prior to running I upgraded my IE to 6.0 and the Microsoft Script to 5.6 I have win 2k SP3
    Any ideas, line 876 is:
    oShellLink.IconLocation = iconPath
    Thanks,
    Gary

    Hi
    If I remember correctly I had the same problem a few weeks ago.
    I can't remember what I actually fixed, probably something to do with a missing directory.
    Anyway, the three procedures below(I would have attached them, but, can't find the link?) with extra
    Wscript.echo "***
    lines should show you what is wrong.
    Sub makeGeneralShortCuts(localConfig, fileManager, demoConfiguration)
    nodeListXpath = "General/shortCuts"
    nodeCount = demoConfiguration.getElement(nodeListXpath).childNodes.length - 1
    for i = 0 to nodeCount
    xpath = nodeListXpath & "/shortCut[" & i & "]"
    shortCutName = demoConfiguration.getChildTextNode(xpath,"Name")
    target = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"path"))
    directory = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"directory"))
    icon = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"icon"))
    arguments = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"Arguments"))
    Wscript.echo "*** icon 1 " & icon & ",shortCutName " & shortCutName & ",target " & target & ", icon " & icon
    fileManager.makeDefaultShortCut localConfig, shortCutName, target, icon, directory, arguments
    Next
    End Sub
    Sub makeDefaultShortcut(localConfig, shortcutName, targetPath, iconPath, targetDirectory, arguments)
    shortCutFolderPath = localConfig.getShortCutFolderPath()
    Wscript.echo "*** iconPath 3 " + iconPath
    makeShortCut localConfig, shortCutFolderPath, shortcutName, targetPath, iconPath, targetDirectory, arguments
    End Sub
    Sub makeWsFtpShortCuts(localConfig, fileManager, demoConfiguration)
    Set iniFile = fileManager.CreateTextFile(localConfig.getWsFtpIniFilePath())
    nodeListXpath = "FTP/shortCuts"
    nodeCount = demoConfiguration.getElement(nodeListXpath).childNodes.length - 1
    for i = 0 to nodeCount
    xpath = nodeListXpath & "/shortCut[" & i & "]"
    shortCutName = demoConfiguration.getChildTextNode(xpath,"Name")
    target = localConfig.getFtpPath()
    entryName = demoConfiguration.getChildTextNode(xpath,"iniFileEntry")
    localDirectory = localConfig.getDemoFolderPath() & FILE_SEPERATOR & localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"localPath"))
    remoteDirectory = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"remotePath"))
    arguments = " -i " & localConfig.getWsFtpIniFilePath() & " -p " & entryName
    Wscript.echo "*** target 2 " + target
    FileManager.makeDefaultShortCut localConfig, shortCutName, target, _
    target, localConfig.getDemoFolderPath(), arguments
    addIniFileEntry localConfig, iniFile, entryName, localDirectory, remoteDirectory
    Next
    iniFile.close
    End Sub
    Warwick

  • Unattended silent install script fails on Windows 7 x64

    Hello,
    We are an IT managed services provider and use RMM tools like Kaseya and LabTech to manage our clients' machines.
    We are trying to write a deployment script to deploy and/or update Java on Windows XP/7 machines. We are having difficulty deploying Java in silent mode on Windows 7 x64 using our RMM tool and thought you would be able to shed some light as to why this happens. We can successfully silently deploy Java on Windows 7 x86 and Windows XP using the RMM tool, together with other software like Acrobat Reader, Flash player and Firefox.
    When we manually run the installer with the /quiet switch through the command prompt, installation completes successfully. However, when we use our RMM tool to deploy Java with the same switch, installation hangs: when looking at Task Manager, the Java installer hangs indefinitely and must be manually killed. Also, the installer runs as the SYSTEM user, if that makes any difference.
    Can anyone advise what is the reason that the installer hangs and doesn't complete the installation?
    Thanks.

    Hi
    I experience the exact same problem. Erez - did you find a solution?
    -Thomas
    Edited by: 832009 on 2011-01-28 02:23

  • Rwserver -install rep_server_name throws error

    Hi,
    I have install 10g dev 10.1.2.0 when I issue the command "rwserver -install rep_server_name" it throws Following error in a window
    Oracle Report Server
    Please consult the installtion guides for how to set up and run this program.
    Any help would be aapriciated.
    Regards

    Hello,
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_strt.htm
    Beginning with Oracle Reports 10g Release 2 (10.1.2), running Reports Server as a Windows service is no longer supported (rwserver -install server_name). As a result, the related command line keywords INSTALL and UNINSTALL are also obsolete.
    Regards

  • Boot camp fails on windows 8.1 install on imac 5k

    I've been going around in circles with senior Apple Tech Support, and Microsoft Tech Support, and it seems there's a consensus that imac 5k's with fusion drives CANNOT INSTALL WINDOWS.
    Curiously, when I first ran boot camp, it did install windows 8.1, but the install was unstable and failed after switching from 8.1 >> Yosemite >> 8.1.  I could reboot as many times as I liked within 8.1, but once I went back to Yosemite, it would kill the windows realm.
    I've searched the web for options, trying to make this setup work.  The most promising option seemed to be using vmware to install windows onto a raw disk mapping, where the raw disk was a thunderbolt ssd.  These pages suggest a pretty viable path (if complicated):
    http://apple.stackexchange.com/questions/74977/is-it-possible-to-install-and-boo t-windows-on-a-thunderbolt-drive
    http://www.vijayp.ca/blog/2011/09/attaching-a-physical-raw-disk-to-vmware-fusion -4-without-bootcamp/comment-page-1/#comment-4918
    It seemed like I had the raw mapping set up - vmware could address the drive directly, set the disk size, etc.  But when I tried to install windows from there, the installer found no disks available on the virtual machine.
    Apple Senior Tech Support tells me this is a known issue - but they cannot say whether engineering will ever produce a fix.  Alas, because I bought the machine through BH Photo, they will only replace the machine with an identical model -- so I've spent a pile on a machine that can't run windows natively (which was the reason for buying the machine in the first place.)
    Anyone out there think of a way to make this all work?  Thanks either way.

    I finally was able to get things functioning - sort of - by installing boot camp on an older iMac, then using winclone to brain-dump the install onto an external, EFI thunderbolt setup.  From there I can select that cloned bootcamp as a startup disk, and so far it appears to be a stable setup.  Eesh.

  • Jabber for Windows - periodically tries to re-install and fails

    Jabber 9.1
    CUCM 7.1.3
    Windows 7 32 bit
    Cisco Presence   8.0.2.10000-30
    Jabber for windows - periodically tries to re-install and fails. After install Jabber works for awhile but then when trying to open another program(Outlook, IE Explorer) it tries to re-install.  If I go to the directory where the install files are and do repair it works.  This seems like a conflict with another application.
    I see this in the Windows application event log:
    Detection of product '{4EB9D7DD-65B5-44ED-B877-CE3EF9B4530F}', feature 'Cisco_Jabber_Files', component '{7CB949BE-2270-4992-9C4C-8FDDB90F6FE2}' failed. The resource 'C:\Program Files\Cisco Systems\Cisco Jabber\JabberMeeting\DesktopShare\atgpcdec.dll' does not exist.
    Jabber 9.1
    CUCM 7.1.3
    Windows 7 32 bit
    Cisco Presence   8.0.2.10000-30

    Hi,
    Do you have WebEx Productivity plugin installed on the  machine? I can reproduce this problem after exiting Jabber, creating a  One-click meeting from Outlook and restarting Jabber. Please provide  further information to help me open a defect.
    - What was the version of Jabber on this machine prior to 9.1.0?
    - What is the version of the WebEx productivity tool plugin (if it is installed)?
    - Is there a particular sequence that you can follow to reproduce it everytime?
    Thanks,
    Maqsood

  • HT1349 Trying to install latest iTunes for Windows 7 64-bit. Keep getting this error message "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."

    Initially iTunes would not run although it had been running quite well up until now. Suddenly received this error on PC start-up "The program can't start because MSVC80.dll is missing from your computer. Try reinstalling the program to fix this problem." Research on Net pointed me to iTunes as the issue. Tried to start iTunes and received that message again. Tried installing latest version of 64-bit iTunes and received the subject message part way through the install: Trying to install latest iTunes for Windows 7 64-bit. Keep getting this error message "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."
    iTunes has been running great on this PC for years. What's up?
    Ron

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • The latest version of iTunes did not install properly on my Windows 7 PC.  I am getting the following error message: "Service 'Apple Mobile Device' failed to start.  Verify that you have sufficient privileges to start system services." Can anyone help?

    The latest version of iTunes did not install properly on my Windows 7-64bit PC.  I am getting the following error message: "Service 'Apple Mobile Device' failed to start.  Verify that you have sufficient privileges to start system services."
    I have tried the following troubleshooting steps without success:
    Restart PC
    Uninstall iTunes and attempt to reinstall
    Verify that I am signed in as an administrator
    Download and save iTunes64Setup file, right-click, and run as Administrator
    Disable Norton antivirus software
    Any suggestions would be greatly appreciated!

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • Automatic Install of Endpoint Protection fails on windows 8.1 clients with SCCM 2012 R2

    Running SCCM 2012 R2 and deploying CM clients and Endpoint Protection via software updates. CM client and EP install fine on Windows 7 clients. CM client installs fine but endpoint protection fails on Windows 8.1 clients with the following from the
    endpoint protection agent log:
    <![LOG[Create Process Command line: "C:\Windows\ccmsetup\SCEPInstall.exe" /s /q /policy "C:\Windows\CCM\EPAMPolicy.xml".]LOG]!><time="12:22:02.560+240" date="08-13-2014" component="EndpointProtectionAgent"
    context="" type="1" thread="4260" file="epagentutil.cpp:607">
    <![LOG[Detail error message is : [EppSetupResult]
    HRESULT=0x80070643
    Description=Cannot complete the System Center Endpoint Protection installation. An error has prevented the System Center Endpoint Protection setup wizard from completing successfully. Please restart your computer and try again. Error code:0x80070643. Fatal
    error during installation.
    So on the win8.1 client I run the above command line manually in a command window and receive Access is denied. Then I run the same command in an elevated command window and EP installs fine. Does this have something to do with why the automatic
    EP client install fails with the 0x80070643 error code? If so, what is the fix?

    Hi,
    Try uninstalling any other security software.
    For more information, please review the link below:
    I‘m getting an error code from my Microsoft security software
    http://www.microsoft.com/security/portal/mmpc/help/errorcodes.aspx
    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.

  • I can,t install iTunes 11 for Windows   application failes to start because MSVCR80.dell was not found Windows 7

    I cant install itunes 11 for Windows 7, application fails because MSVCR80.dill is missing from my computer

    Hopefully this article will assist you:
    ≈≈≈≈≈≈≈≈
    http://support.apple.com/kb/TS5376
    ≈≈≈≈≈≈≈≈
    Please do reply with results/questions.

  • Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.  If possible, Kindly provide me the website link.

    Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.
    If possible, Kindly provide me the website link.

    Pl do not post duplicates
    Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g??? And which one to install fi…
    I want to install oracle database 11g and oracle developer suite 10g (latest) in my system. As i'm quite new to oracle ,…
    Continue the discussions in your original threads

  • I keep getting a message about update to Photoshop Elements 9.  When I try, it fails to install.  I have Windows 8.1.

    I keep getting a message about an update to Photoshop Elements 9.  When I try, it fails to install.  I have Windows 8.1.

    See if you can get it from here:
    Adobe - Photoshop Elements : For Windows

  • Oracle 7 install fails with Windows XP SP3

    After installing Windows SP3 on systems with XP Professional 32 bit, we cannot install Oracle 7.3.4, which is required for an older 16 bit program. Running the Oracle 7 setup.exe returns an error "setup.exe is not a valid Win32 application". The installer file is not corrupt, we can still run the setup successfully on any computers that still have XP Pro SP2 installed.
    However, systems that had Oracle 7.3.4 installed prior to the Windows SP3 update will run the software OK; it is just new installations of Oracle 7.3.4 that fail.
    I have tried running the install off of a CD, network drive, and copied the files to the local machine, all return the same error. I have tried different users all with Admin privileges. I tried installing with each compatibility mode checked, clean booting the machine, and updating Windows Installer. I always get the "setup.exe is not a valid Win32 application" error.
    Any suggestions or info?
    Thanks

    Here is some updated information.
    Systems that have been in service for a long time and updated from Windows XP Pro SP2 to SP3 will not run the Oracle 7 installer. All machines that still have SP2 will run the installer.
    However, systems that we recently formatted and reinstalled Windows XP Pro with SP2, and then updated to SP3, will run the installer for Oracle 7 with SP3 already installed. This indicates that it is not SP3 that is the issue. It could be an update that was done in the past (Microsoft or another software vendor), or some different file that is on the other machines (same brand, models, and OS, just been in service without being formatted recently).
    We also have Oracle 10g on all the systems, but the old CrisPlus program probably won't run with Oracle 10g, because we have to add "C:\ORAWIN\BIN" to the system Environmental Variables or we get a "Ora7win.dll" error when launching the CrisPlus program. An Oracle expert or programmer may know how to work around this issue, but I do not know how.
    This does give us options to fix the Oracle 7 issue. Either rollback the SP3 update and then install CrisPlus prior to the installation of SP3, or format the systems and reinstall Windows XP Pro, Service Pack3, and Oracle 7.
    Thanks for the input. If anyone thinks of an easier workaround please let me know.

  • HT4718 infinite loop error installing  lion internet recovery "Install Mac OS X" window. " Install Failed Mac OS X could not be installed on your computer - Restart"

    Hi all,
    my macbook pro became extermily slow for some reason, I rebooted it many times and same problem so I decided to reinstall the Mac OS X lion from the internet.
    I tried installing  lion internet recovery, it downloaded it and restarted. I got the "Install Mac OS X" window. then while installing I got the sad message " Install Failed Mac OS X could not be installed on your computer" and the only botton is "restart". Everytime I restart I gor the same message. Now I am trying to start from the harddisk but I does not show when you start the pc, keep clicking the "alt" botton. It only shows "Mac OS X Installer" and "Recovery HD". What Should I do?
    I appreciate your help. Thanks.

    Thanks Baltwo.
    I could format it and get the back up from time machine but it is not up to date so I want to leave it at last.
    I tried to back it up on external hard drive and got an error, tried CCC for back up and error again.
    Just wanted to do an update on the subject. Still trying to get it back.

Maybe you are looking for

  • Can't edit/modify webparts in SharePoint 2013

    Hi there, I am the administrator of a SharePoint 2013 site. I am currently customising a main /customers site to aggregate info from all sub-sites I will create under it. First step I did was to remove the default webparts included with the default T

  • Search Button in Oracle forms

    hi, i want to use a search button which search employees data when employee_id was given. I don't know PLSql code written in "when button pressed" trigger. any help?

  • Web ui query

    hi experts, i am creating a z-component similar to bt108s_lea for that i created 2 views search and 1 viewset now i am doing data binding in context node for that i created a custom controller name cucosearch1 when i test the component i am getting e

  • PPC Server 10.4.7 -- Intel Server 10.4.7

    Hello Mac community, I just got my new iMac Core 2 Duo 17" which is intended to be my new server. Right now we are using an iMac G4. Both systems are running with Mac OS X 10.4.7 Server, the G4 with the PPC Version, the Intel obviously with the most

  • Quicktime to .flv with chapter marks - possible?

    I want to export from FCP via quicktime conversion then convert the QT files to .flv files using flash encoder but i want to keep my QT chapter marks within the .flv file so that the viewer can jump to each chapter - is this possible?