Upload Directory Configuration Problem in jdev 10.1.3.2 adfbc

I am configuring a file upload utiltity. By default my files are created in /tmp directory i.e on c:\tmp folder. I intend to change this behaviour as i want this to be uplaoded into a drive other than c:\
When we define the upload directory i have specified d:\amitupload\ files are uplaoded properly. But the problem is downloading the same. Its giving me nullpointer exception.
What am i doing wrong. I followed the SRDemo Steps for file upload/download
regards
Amit

Frank can we have UPLOAD_DIR defined as d:\uploaddir for windows or /app/uploads for linux operating system
I am doing this way this method is called on download button action.
My problem i could resolve the issue as my uploaddoc method was executed on value change listener attached on the input file component. So when i clicked on download this uploaddoc method is fired which cannot find the file in the input file component so the error message as null pointer exception.
I shifted the code to upload button action now its working fine.
thanx
public String onDownload() {
FacesContext fctx = FacesContext.getCurrentInstance();
ValueBinding vb = fctx.getApplication().createValueBinding("#{row.AddudFilePath}");
Object documentName = vb.getValue(fctx);
if(documentName !=null){
File srcdoc = new File((String)documentName);
if (srcdoc.exists()) {
FileInputStream fis;
byte[] b;
HttpServletResponse response = (HttpServletResponse) fctx.getExternalContext().getResponse();
// file should be downloaded without display
response.setContentType("application/x-download");
response.setHeader("Content-Disposition", "attachment; filename="+srcdoc.getName());
response.setContentLength((new Long(srcdoc.length())).intValue());
OutputStream out;
try {
out = response.getOutputStream();
} catch (IOException e) {
// TODO
e.printStackTrace();
// no error message shown to the user. Consider adding a Faces
// Message
return null;
try {
fis = new FileInputStream(srcdoc);
System.out.println(fis);
int n;
while ((n = fis.available())> 0) {
b = new byte[n];
int result = fis.read(b);
out.write(b, 0, b.length);
if (result == -1) break;
catch (IOException e)
e.printStackTrace();
return null;
try {
out.flush();
out.close();
} catch (IOException e) {
// TODO
fctx.responseComplete();
return null;
}

Similar Messages

  • Integration Directory(Configuration) Problem

    Hi All,
    I am facing one Probelm. I am working one the client through Citrix. I am not able to open Integration Directory(Configuration Problem) . In onsite it's working fine. Reming all other applications(Integartion Repository and SLD and Runtime work bench) are working fine.
    if I open Integration Directory i am getting this messge.
    <jnlp spec="1.0+" codebase="http://filp55.group.upm-kymmene.com:50100/dir">
        <information>
            <title>Integration Builder</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com" />
            <description type="one-line">Directory</description>
            <description type="short">Directory</description>
            <description type="tooltip">Directory</description>
            <icon hight="64" href="start/graphics/sap6464.gif" type="splash" width="64" />
            <icon hight="32" href="start/graphics/SAP3232.gif" width="32" />
        </information>
        <security>
            <all-permissions />
        </security>
        <resources>
            <j2se version="1.4+" initial-heap-size="32m" max-heap-size="1024m" />
            <jar href="directory/aii_ibdir_client.jar" />
            <jar href="directory/aii_ibdir_core.jar" />
            <jar href="directory/aii_ibdir_sbeans.jar" />
            <jar href="directory/aii_ibdir_rb.jar" />
            <jar href="directory/aii_ib_client.jar" />
            <jar href="directory/aii_ib_core.jar" />
            <jar href="directory/aii_ib_sbeans.jar" />
            <jar href="directory/aii_ib_rb.jar" />
            <jar href="directory/aii_util_icons.jar" />
            <jar href="directory/aii_util_swing.jar" />
            <jar href="directory/aii_util_xml.jar" />
            <jar href="directory/aii_util_xsd.jar" />
            <jar href="directory/aii_utilxi_misc.jar" />
            <jar href="directory/aii_util_rb.jar" />
            <jar href="directory/clientaii_ib_sbeans.jar" />
            <jar href="directory/clientaii_ibdir_sbeans.jar" />
            <jar href="directory/frog.jar" />
            <jar href="directory/focus14.jar" />
            <jar href="directory/sapxmltoolkit.jar" />
            <jar href="directory/jta.jar" />
            <jar href="directory/ejb20.jar" />
            <jar href="directory/exception.jar" />
            <jar href="directory/logging.jar" />
            <jar href="directory/guidgenerator.jar" />
            <jar href="directory/jperflib.jar" />
            <jar href="directory/sapni.jar" />
            <jar href="directory/sapj2eeclient.jar" />
            <property name="sap.theme" value="Streamline" />
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE" />
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core., com.sap.aii.ibdir.core.*" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.cr.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep" /><property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir" /><property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb" /><property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@" /><property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.repository.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@" /><property name="jnlp.com.sap.aii.connect.repository.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run" /><property name="jnlp.com.sap.aii.connect.integrationserver.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@" /><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000" /><property name="jnlp.com.sap.aii.docu.languages" value="null" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m" /><property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl" /><property name="jnlp.com.sap.aii.connect.directory.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8001" /><property name="jnlp.com.sap.aii.connect.rwb.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.landscape.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.SAPMYNAME" value="filp55_GTX_01" /><property name="jnlp.com.sap.aii.connect.rwb.httpport" value="50100" /><property name="jnlp.com.sap.aii.docu.url" value="null" /><property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/" /><property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl" /><property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/" /><property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50100" /><property name="jnlp.client" value="true" /><property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="1024m" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@" /><property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@" /><property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator" /><property name="jnlp.rc.release" value="7_00" /><property name="jnlp.rc.applname" value="DIRECTORY" /><property name="jnlp.rc.supportpackage" value="09" /><property name="jnlp.rc.synctime" value="${sync.time}" /></resources>
        <application-desc main-class="com.sap.aii.ibdir.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc>
    </jnlp>
    Please help me on this..........
    Thanks in Advacne.
    Regards,
    Chandra

    Hello,
    1)
    May be the problem is a network connectivity issue. Do one thing copy the "cahce" folder from some other client PC(which has successfully opened IR and ID) to your client PC. The folder resides in "C:Documents and Settings<yourUserProfile>Application DataSunJavaDeploymentjavaws".
    Copy "cache" folder to your client PC under the above path.
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]
    2) Go to http://filp55.group.upm-kymmene.com:50100/rep/
    Click on Administration -> Java™ Web Start -> Java™ Web Start Administration ->
    Try
    1. Re-initialization (then try logging)
    2. Re-initialization and force-signing (then try logging)
    3. Delete lock (then try logging)
    Do this for IR and ID tabs.
    3) Check can be a firewall issue.
    4) Check wether sufficient roles have been assigned -> Tcode -> SU01 -> roles tab. These roles need to be assigned to your username
    SAP_BC_AI_LANDSCAPE_DB_RFC
    SAP_SLD_CONFIGURATOR
    SAP_SLD_DEVELOPER
    SAP_XI_BPE_CONFIGURATOR_ABAP
    SAP_XI_BPE_MONITOR_ABAP
    SAP_XI_DEVELOPER
    SAP_XI_DEVELOPER_ABAP
    SAP_XI_DEVELOPER_J2EE
    SAP_XI_MONITOR
    SAP_XI_MONITOR_ABAP
    SAP_XI_MONITOR_J2EE
    <b>*******************Reward,if found useful</b>
    Edited by: BVS on May 7, 2008 3:01 PM

  • Auto update of OC4J xml configuration files with JDev

    When using JDeveloper with source control (such as ClearCase), Is there a way to configure JDev to prompt the user to check-out the ejb-jar.xml, orion-ejb-jar.xml, web.xml, or application.xml files when JDev needs to update them but finds them to be read-only?
    I have found that if these xml files are not checked-out (read-only) and JDev needs to update them (such as when a new EJB is created), JDev does not notify the user that it cannot update them and it does not prompt the user to check them out of source control. Developers often forget that they need to manually check-out these XML files and perform an "update" on them, thus creating configuration problems.
    Please advise.
    Thank you.
    Matt Burton

    Matt,
    Not yet. We have similar requirements for other areas of JDeveloper. This is certainly on the list of enhancements.
    David Brown
    SCM Product Management

  • Internet Directory Configuration Assistant fails

    I have installed 10g Infrastructure, but when the Internet Directory Configuration Assistant runs, it fails with the following error:
    Output generated from configuration assistant "Internet Directory Configuration Assistant":
    389
    636
    cn=orcladmin
    asdb
    infra904.superfatpc
    Error occured during the previous operation. Please see the log files.oracle.ldap.oidinstall.backend.OIDCAException: The following port is not free :389
    Configuration assistant "Internet Directory Configuration Assistant" failed
    The ports 389 and 636 are surely free (no process holds them).
    Even though the OIDCA fails, I still can log in the directory at port 389. (There's no entry in the directory at all)
    In the release notes for version 9.0.4 of OracleAS, there's a section titled:
    Configuration Assistant Failure on Computer without Appended Domain Name.
    This is actually my case since my computer do not have the domain name appended, it's just a standardlone computer.
    Oracle also exposes the solutions to workarround this issue, but it couldn't help me because my tnsnames.ora and sqlnet.ora are already correct.
    If any one has experience with this problem before, please help me!
    My computer:
    P4 2.8GHz, socket 775, 1G RAM
    OS: Windows Server 2003
    OracleAS 9.0.4

    Did the installer pre-check return any warnings? can you connect to the OID backend DB. e.g. via sqlplus? Basically this looks like a TAR you should open at metalink.
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                               

  • Directory configuration could not be completed during instal

    Scenario:
    1) New install sles 11 + oes 11
    2) Have backup of domain and postoffice from a dead Groupwise 8 server
    3) Upgraded to Groupwise 2014 using copies of the Backup of domain and post office copied onto new server.
    4) Everything works - or seems to.
    BUT Admin Notifications show this message
    1001 (notification ID)
    GWAdmin
    Directory configuration could not be completed during install. It is required for MTA sync.
    Is this a problem?
    Thanks - Daryl

    browndj wrote on 09/29/2014 01:46 PM:
    > Now how do I delete this thread
    You don't. Others may run into the same problem and benefit from your solution when they stumble across this thread, so thanks for sharing :-)
    Uwe
    Novell Knowledge Associate
    Please don't send me support related e-mail unless I ask you to do so.

  • Error in configuring SOA from jdev 11g TP4

    i get an error while configuring SOA from jdev 11g, error is in Test DB setting in first step. These are the details
    DB Connection String : localhost:1521:XE
    DB User Name: adrs_soainfra
    DB Password: welcome1
    error is “There was a problem in establishin a test connection to [localhost:1521:XE]. please review your Database settings and retry(oracle.jdbc.driver.T4CTTIoer processError
    SEVERE: Throwing SQLException: ORA-00942: table or view does not exist
    942
    DB is up and connected via SQLPLUS. All required env parameters are there i.e ORACLE_HOME, PATH, ORACLE_SID

    This error is due to the scripts not being run correctly. Read the instructions carefully and run them again. The first script is run as user "sys", the second one as your user you indicate in the parameters to the first script. Make sure you use the _all scripts.
    Heidi.

  • Directory Configuration

    Hi All,
       After Directory configuration is done, if we make any changes to SLD Business System (like delete and recreate with same name), how it will affect the configuration.
    Thanks,
    Sree

    Hi Rama,
    Most of the time Cache will not update on time. If so, then , if your Business System is  having same name  then it may not give problem. And you may required to do Cache Refresh.
    XI 3.0: Integration Directory -> Environment -> Clear SLD Data Cache
    But other case is also may happen(if it is not reflected.) So that , you need to Reassign the Business system created in the SLD.
    Regards,
    Moorthy

  • "Basic' Driver set up in Directory Configuration

    Hi,
    We have a 'Local' driver set for both Buy Side and Sell Side directory configuration..We got the recommendation from SAP that in Production Mode SSO is possible only with LDAP and 'Local' Driver would not work anymore..
    So we found that by turning on the 'Basic' Driver option under Directory Configuration, there is no disruption in SSO and all the business process seems to work fine in 'Production' mode too..
    My question is whether we can Go-Live on without LDAP for ESO Production and with 'BASIC' driver turned on?
    Regards
    Thilip Kumar

    Good Morning All.
    Gaurav - Already we have Lockbox process with HSBC and Scotia. I see in OB10 that the same Lockbox number 0044491 defined for all these Bank. I am not sure how the same number defined for all these Banks.
    I am now extending this functionality to our BoA Account. I have done FI12,OBAX, OBAY set up and uploaded test file generated by the program successfully. I did not get any issue, though OB10 is missing.
    I will check with Business and if they confirm that the same number should be used for new account also, Can I maintain as below by removing House Bank - HB from the below existing entry.
    So that the Lockbox number can be used by all the House Bank in CoCd 0001.
    CoCd  LB                 House Bank Lockbox number
    0001     0044491           HB                    44491
    Thanks

  • Internet Directory configuration assistant failed while installation

    Hi,
    Internet Directory configuration assistant failed while installation of OID Apps infrastructure Identity management componenet installation for HA option Oracle AS cluster identity management.
    Tue Apr 30 15:40:56 BST 2013 OID CA started.
    Registering OID server..
    SID: orcl
    DB Host: DBHOST2
    DB Version:10.1.0.5.0
    create final wallet
    Setting OID wallet permissions..
    cmdline:0:/a01/OIDPRODZ/ldap/bin/oidsp.sh
    Linux
    Entering Ldap Post Installation Set File Permissions
    Setting wallet file protections
    Leaving Ldap Post Installation Set File Permissions
    Stopping OID Server using OPMN..
    Starting OID Server using OPMN..
    Tue Apr 30 15:41:04 BST 2013 Bind request issued. Waiting for OID Server response.
    with a retryCount:20
    Tue Apr 30 15:41:34 BST 2013 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: APPHOST1.process.com:13060 [Root exception is java.net.ConnectException: Connection refused]
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:491)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:134)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:156)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:961)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:277)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:508)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:845)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:984)
    Caused by: java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:124)
         at com.sun.jndi.ldap.Connection.createSocket(Connection.java:346)
         at com.sun.jndi.ldap.Connection.<init>(Connection.java:181)
         at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:119)
         at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1668)
         at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2599)
         at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
         at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
         at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:133)
         at oracle.ldap.util.jndi.ConnectionThread.run(ConnectionThread.java:61)
    Any suggestion ?
    Thanks

    Hi,
    Thank you for the replay.
    #cat /etc/hosts
    # device defined for TCP in your /etc/net file. It may also contain
    # entries for well-known (reserved) names such as timeserver
    # and printserver as well as any other host name and address.
    # The format of this file is:
    # Internet Address Hostname # Comments
    # Items are separated by any number of blanks and/or tabs. A '#'
    # indicates the beginning of a comment; characters up to the end of the
    # line are not interpreted by routines which search this file. Blank
    # lines are allowed.
    # Internet Address Hostname # Comments
    # 192.9.200.1 net0sample # ethernet name/address
    # 128.100.0.1 token0sample # token ring name/address
    # 10.2.0.2 x25sample # x.25 name/address
    127.0.0.1 loopback localhost # loopback (lo0) name/address
    192.168.107.205 NSEL-CHN-S05 myserver.com
    #netstat -a |grep 13062
    (no output)
    In my knowledge these are the patches required.
    Patches
    1)IY70159 : KRTL relocation problem
    2)IY66513 : Parsing of LDR_CNTRL value fails
    3)IY68989 : write to mmapped space hangs
    I checked like this,
    # instfix -i -k IY70159
    All filesets for IY70159 were found.
    # instfix -i -k IY66513
    All filesets for IY66513 were found.
    # instfix -i -k IY68989
    All filesets for IY68989 were found.
    Regards,
    Mat.

  • How to upload a configuration automaticaly ?

    I would like to write a script to automaticaly upload the configuration (all or only change some parameters) to a WLAN 1100 & 1200.
    Is it possible ?

    Thanks for your asnwers,
    Scripting language isn't the problem. For exemple, perl. My problem are cisco commands.
    I have to change the configuration of a lot of 1100 & 1200, and I need to do it in a less time that could be possible. So I was thinking in prepare all the config files for each AP. Anf after write a script like;
    connect 1st AP; upload config.file1
    connect 2nd AP; upload config.file2
    connect 3rd AP; upload config.file3
    (of course it could be made by a 'for' sentence)
    But I don't know if there's a command to upload all the config file. It exists?
    thanks,

  • Good afternoon.I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninst

    What's error 1 in adobe photoshop elements configuration? I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninstall and reinstall. I have done this but the message continues to appear

    You haven't mentioned which version of PSE. If it is PSE 13, that requires a minimum of windows 7.

  • Itunes starts but fails to open due to audio configuration problem

    Hi
    I have been running itunes 7.1 quite successfully until today. Running on windows xp/toshiba laptop.
    Problem occurs when i select itunes on desktop, itunes appears on task bar below, after a number of seconds the following error message appears "itunes cannot run because it has detected a problem with your audio configuration", once I click ok on this message itunes terminates.
    No changes have been made to my audio configuration (to the best of my knowledge), i can run Windows Media Player and that works fine, so too real player.
    I reinstalled itunes, but this did not resolve the problem. I also ran itunes from another logon on my laptop and that presented the same error. I checked all my audio settings in the control panel and also ran the diagnostics on each device and all appears to be fine.
    Has anybody faced the same issue, and could anybody advise on any diagnistic tool that could assist in pinpointing the configuration problem?.
    Thanks
    Toshiba Satellite   Windows XP Pro  

    Hi
    Got it resolved, thanks for the prompt responses all!.
    Resolved by removal current version of Quicktime thru the control panel (add/remove programs), and then reinstalled from the website.
    Phew!
    Toshiba Satellite   Windows XP Pro  

  • Itunes can't run bc of audio configuration problem

    Well I've been using itunes for about 2 years now and just recently i installed the newer version. It was working fine until today when my computer told me ther was some kind of computer error and that i should do a system restore. So i did a restore to about 2 weeks ago which was before i updated my itunes. And then i was getting the message that my itunes was missing files and could not run. So i ran a repair on it and still got the same error. Then I deleted it adn reinstalled and I got the error "Itunes cannot run because it has detected a problem with your audio configuration.
    So then I undid the system restore and tried itunes to see if it would work. And I was still getting the same message that itunes cannot run because it has detected a problem with your audio configuration. So then I uninstalled it and reinstalled it and still getting the same message.
    Can someone help me out? What problem would it be with my audio configuration? I haven't changed anything. Is there something i can adjust to fix the problem? I'm clueless....

    the message is typically produced by a problem with your QuickTime. (itunes uses QuickTime for audio and video playback.)
    perhaps let's start with the following document:
    iTunes 7 for Windows: iTunes had detected an audio configuration problem
    ... but if no joy there, try this alternate technique for swapping out your QuickTime:
    head into your Add/Remove programs. uninstall QuickTime.
    Next, we’ll manually remove any leftover program files and folders.
    1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    2. In My Computer, open Local Disk.
    3. Open Program Files.
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime.qts and QuicktimeVR.qtx.
    7. Restart your computer.
    next, we'll get a fresh copy of QuickTime into your PC by doing a repair install of itunes.
    switch off antivirus and antispyware applications prior to the repair install.
    go into Add/Remove and select itunes. click "Change" and then click "Repair".
    if the repair install goes through okay, restart the PC and try launching itunes again. does it launch properly now?

  • Audio Configuration problem detected after install

    During the download of the new ITunes version I had a major power failure. I went back and completed the download and after the installation I got an error message that ITunes could not be opened due to an audio configuration problem detected. I went to the Apple site and downloaded a new version from scratch and after the install I got the same audio error. Any Suggestions?

    Perhaps this Apple KnowledgeBase article will help:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem
    Hope that helps.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

  • Audio configuration problem in iTunes

    I am running iTunes 7.1.1.5 (WinXP). When opening iTunes, I get an error message that there "are problems with your audio configuration." In iTunes support, I followed instructions to remove Quicktime then reinstall as standalone (without iTunes). Same problem persists. I will add that same problem occurred about a month ago, but that time the same steps of removing Quicktime, then reinstalling as standalone corrected the problem. Unfortunately, it recurred.

    See if this helps:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem
    http://docs.info.apple.com/article.html?artnum=304424

Maybe you are looking for