ODI 10.1.3.5 Lightweight Designer Configuration Problems

I am trying to configure ODI Lightweight Designer and running into problems.
A bit of background information.
I am using ODI 10.1.3.5
Windows 2003
SQLServer 2005
I am working with a Server that is also hosting OBIEE and using the OC4J that is part of OBIEE configuration.
I have copied the SQLServer 2005 JDBC Driver into the appslib folder of my OC4J install.
I am running into problems configuring the Connection Pools and Data Sources.
Can anyone provide pointers/guidance for configuring the Connection Pools for the Master and Work Repositories on SQL Server 2005.
Thanks
Wayne

A bit more information
On the OC4J - JDBC
Connection Factory Class = com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
JDBC URL = jdbc:sqlserver://server:1433;databaseName=db_snpm;user=odimaster;password=pass
error message:
Unable to create : com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
Missing class: com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils Loader: oc4j:10.1.3 Code-Source: /E:/OracleBI/oc4j_bi/j2ee/home/lib/oc4j-internal.jar Configuration: in META-INF/boot.xml in E:\OracleBI\oc4j_bi\j2ee\home\oc4j.jar This load was initiated at ascontrol.web.ascontrol:0.0.0 using the Class.forName() method. The missing class is available from the following locations: 1. Code-Source: /E:/OracleBI/oc4j_bi/j2ee/home/applib/sqljdbc.jar (from in /E:/OracleBI/oc4j_bi/j2ee/home/config/server.xml) This code-source is available in loader global.libraries:1.0. This shared-library can be imported by the "ascontrol" application.
I have an Environment Variable:
CLASSPATH = E:\OracleBI\oc4j_bi\j2ee\home\applib - Location of the SQLServer Jar File sqljdbc.jar
I am sure I am missing something obvious, just cannot figure it out.
Any help/guidance would be appreciated
Wayne Van Sluys
Edited by: WVanSluys on Jan 13, 2009 10:15 AM

Similar Messages

  • ODI Lightweight Designer Installation Problem  on AIX

    Hi guys,
    I have installed oracledilwd on OAS 10.1.3.1.0 and encountered a problem while accessing the same.
    The installation for ODI 10.1.3.5 has been done on IBM AIX 5.2 and the deployement of oracledilwd.war on the OAS instance.
    the master and work repositories have been crated as weel as the data sources.
    I have got the metadata navigator working but although the Lightweight designer got successfully deployed the .war file for the same yet when i test the lwd application i am returned "HTTP 500 - Internal server error" and on checking the ascontrol.log file
    This is what i get..
    *WARN  jmx.JMXUserManager _store.319 - Exception received during persist user info.*
    com.phaos.ASN1.ASN1FormatException: java.lang.ArrayIndexOutOfBoundsException
    at com.phaos.cert.PKCS12Safe.input(PKCS12Safe)
    at com.phaos.cert.PKCS12Safe.<init>(PKCS12Safe)
    at com.phaos.cert.PKCS12.input(PKCS12)
    at com.phaos.cert.PKCS12.<init>(PKCS12)
    at oracle.security.pki.OracleKeyStoreSpi.b(OracleKeyStoreSpi)
    at oracle.security.pki.OracleSecretStore.setStoreInWallet(OracleSecretStore)
    at oracle.security.pki.OracleWallet.setSecretStore(OracleWallet)
    at oracle.sysman.ias.studio.jmx.SecureWalletManager.setEntry(SecureWalletManager.java:129)
    at oracle.sysman.ias.studio.jmx.JMXUserManager._store(JMXUserManager.java:307)
    at oracle.sysman.ias.studio.jmx.JMXUserManager.setCredential(JMXUserManager.java:250)
    Can you guys give any insight regards to the same, am not having any clue.
    Cheers
    Dhrubo
    Edited by: Dhrubo C on Aug 28, 2009 8:02 PM

    Hi Dhrubo,
    May be this is an issue with the JVM(IBM).Check Once.
    Thanks,
    katukota

  • Problem when Activating Design-Configuration objects

    Hi Everyone,
    We are facing a strange error in our XI system. When we are trying to activate any design/configuration object, we get an error, which states:
    <b>ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.misc.api.ResourceException
    com.sap.aii.utilxi.swing.framework.PersistenceException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    <hostname>\sapmnt\<SYSID>\SYS\global\security\data\SecStore.properties" does not exist although it should</b>
    We double checked that the properties file does exist in the directory specified. We also went for a instance restart, but since then the SMC is showing a yellow flag with info 'J2EE Status Info Unavailable', and the java Stack is not working. Does anybody have any idea why this error is occuring?
    Regards,
    Amitabha

    Hi Krishna,
    As far as I know, this file is used for containing encrypted password and connection info for J2EE stack. So, I daresay, it will be very risky to remove the file from the source directory. Still, I would like to try your hint.
    Regards,
    Amitabha

  • IB- design,configure- Activate What next?

    I'm trying to understand the XI IS functionality by taking simple FILE->IS->FILE scenario.
    After design,configure, scenario activate:
    a)what gets published in IS (a daemon program in java/abap stack!!)  from ID-directory?
    b)what need to be checked in XI adapter framework (for file adapter, check the CC status in RWB component monitoring for green active status)? any other verification steps
    c)SXMB_MONI is useful for monitoring the message, but I'm more interested in if the program exists for the scenario and if yes it is compiled ok in first place (similar to compiled java program eg: sample.java)
    d) where to get more meaningful run time error message?
    for example there was a error in message mapping per SXMB_MONI log
    <u><b> <SAP:Stack>During the application mapping com/sap/xi/tf/_mm_unix_etc_pwd_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack></b></u>
    With help of <b>Michal weblog</b> (thanks) advise /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    tested the payload xml attachement in IR and fixed the datatype to match ID->Comm Channel->content conversion parameters.
    Good, I could fix the error by referring web log.
    Why SXMB_MONI is not spelling out understandable runtime error message?
    (in place of no use exception msg "RuntimeException in Message-Mapping transformation"). May be there is more info somewhere!!
    Checking if there is a way to get meaningful error message for message mapping runtime errors!
    e) Is there a parsing tool to convert sender payload XML (from payload attachement xsmb_moni) to ID->message type structures? This would help fixing message mapping errors that exist in source(sender).
    Thanks.

    Hi
         Simple once activation is done then you need to go for testing
         In the File 2 File you will be using two adapters for  configuration(ID)
         what gets published in IS (a daemon program in java/abap stack!!) from ID- 
         directory? ---> In IS we can see how the message is processed based on the 
         mapping  declared in IR.  All the things what and all happened in the IS we can
         check in the RWB (T.code : SXMB_MONITOR)
          U can see all the steps how the messaged prossed in IS and with meaning 
          full errors.  (I.e Root cause)
    thanks
    Rakesh

  • Issues in the import of Design & Configuration objects

    Hi SDNers,
    I have a small doubt. In one of our scenario we have exported the Design & Configuration objects (all objects) from DEV to ACC.
    But actually we want only selected objects to be imported into ACC.
    Will the import of objects under the same namespace append / overwrite the already imported objects ??
    Kindly advice us.
    Thanks in advance,
    Anguraj

    Hi Roger,
    Thanks for your reply..
    Actually with IR we are not facing any issues.. but with ID when we are importing the objects from Dev to Acc , some objects are getting overwritten and some are getting appended.
    Could you please let me know what is the actual behaviour in PI 7.0
    When  the object will overwrite and will append.
    Appreciate for exact reply.
    Regards,
    Anguraj

  • Query Designer configuration

    Hi,
    I'm trying to debug a configuration problem with query designer when it connects to my BI 7.0 server.  Here is the problem:
    start - all programs - business explorer - query designer
    I then connect to my SAP BI 7.0 system using my personal id that has sap_all sap_new authorities
    From the Query designer I select query - open
    then I select -
    info areas - human resources - personal administration - headcount and personal actions - headcount/change in staffing level
    Then Execute ...
    My web page opens up with...
    http:///irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=0PA_C01_Q001&VARIABLE_SCREEN=X&DUMMY=1
    For some reason the hostname and port are missing.  Does anyone know where this is configured?
    Thanks,
    Lee

    Bhanhu,
    Thanks for the quick response.  I am the basis administrator for this server.  This system was built by a redirected restore, so I'm trying to figure out where these settings are adjusted.  Do you know the profile parameters that would be used in RZ10 or the settings in RSPARAM.  I looked in RSPARAM but I did not see where this could be set.  Any leads would be helpfull.
    Thanks,
    Lee

  • Fiori Launchpad Designer configuration issue

    Hello All,
    Query 1 :
    During "Launchpad Designer " configuration when we create Transport requests using scope=CONF to the url and click on "settings" button to create the package , i face the below error:
    Error message : "error 400  bad request in Odata response  for GET /SAP/OPU/ODATA/UI2/TRANSPORT/PACKAGE/ZLAOMySpend/:HTTP request failed" . Details :package ZXXOMySpend does not exist”
    After which we created a new package under SE80 with the same PACKAGE name (ZXXOMySpend) , then when I clicked on “save” the above error was gone.
    Is it the right step ?
    Query :2
    To create a custom role in the gateway system  (using PFCG tcode)  to add the catalog  and assign the role to needed users
    Steps followed :
    PFCG -->created a role using "single role"
    selected "Transaction"      and then selected the TYPE  "Catalog"
    When a popup arrived and selected the catalog created on the Fiori launchpad designer.
    Earlier we were using the under transaction "TYPE" as "Catalog Provider" now is it changed to "catalog" ? as we dont see this option on the drop down.
    could you please confirm the above?
    Thanks,
    Usha

    Hi Usha,
    Please look at help.sap.com. You can find answers.
    Creating Transport Requests for User Changes - User Interface Add-On for SAP NetWeaver - SAP Library
    Assigning Catalogs to Roles - User Interface Add-On for SAP NetWeaver - SAP Library
    Regards, Masa
    SAP Customer Experience Group - CEG

  • 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  

  • 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

  • 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

  • Could not start the app due to a configuration problem - Launchpad issue

    Hi,
    When I try to launch a custom app from Fiori Launchpad I get an error could not start app due to configuration problem. Error 500- Internal Server Error.
    App works correctly when I try to execute via URL http://XXX/sap/bc/ui5_ui5/sap/zmyfioriui5_v11.
    Screenshot of Chrome debugging and lpd_cust attached.
    It seems problem with ResolveLink but unable to conclude.
    Any Suggestion how to proceed.
    Thanks,
    Mayank

    Hi Mayank,
    Few modifications :
    For additional information field : ".component" at the end is not required.
    Only keep : SAPUI5.Component=sap.ui.demo.myFiori
    Check this screenshot :
    Also, please don't keep Semantic object name and application alias as same name i.e. ymyfioriui5_v11. Its very confusing.
    If above doesn't solve, please confirm below :
    ZXXXLPD is your launchpad role in LPD_CUST tcode.
    Please use TRANSACTIONAL instead of transactional (might be case sensitive)
    Show your semantic object "ymyfioriui5_v11" created in /UI2/SEMOBJ
    Regards,
    Tejas

  • Report design Grouping problem

    I'm currently designing a report, something like an invoice. The invoice number is usually on the page header. But now i want to create a report to list down all the invoice numbers in the 'details' but when i drag the 'invoice number' data to 'details'
    it only show 1 row of numbers, wheareas the data has few rows of it. How can i make it view all my numbers? 

    Hi Eugene,
    Thank you for posting in MSDN forum.
    Since this forum is discuss the VS test issue, so
    I’m afraid that it is not the correct forum for this issue.
    As you said that the report design grouping problem, I suggest you could try to consult this issue directly to the VS Report Controls forum:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols , maybe you will get better support.
    Best Regards,
    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.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Error while connecting to ECC tables from Crystal

    Hello, I am trying to create a crystal report on the SAP ECC tables directly, when I try to create a new connection from u201CSAP Table, Cluster, or Functionu201D option in crystal reports 2008 I get this error" Logon Failed. Details: you don't have

  • Restricting Cost Elements in Internal Orders

    I am setting up new order types for our Marketing Department. I want to ensure the only costs charged there are Marketing Costs (ie a small range of Cost elements). I've put the range into the allocation structure, but that only seems to control sett

  • Argument is not compatible

    Hi, i deployed my process and wanted to test it, but i get a binding fault: <bindingFault> <part name="summary" > <summary>Argument 'GetCapabilities' is not compatible</summary> </part> </bindingFault> But i don't understand that message, because tha

  • FXO ports got jammed after a call is placed

    Hi team. We have a analog line connected to an FXO port, every time we make a call through this line something happens and it's required for us to go to the gateway, unplug and plug again the line,  next time anybody makes a call, it shows the same b

  • How do I send a command to a Line Scan camera?

    Hi, I am using the Measurement & Automation Explorer and I would like how to send a camera setting to a line scan camera that uses NI-IMAQ. Any one have any suggestions? -Chris