Xml contains no components for this system.

Good Morning Sap Experts
I am aplying EHP1 to SAP NETWEAVER 7.01 and I get the error
The stack /usr/sap/trans/SMSDXML_PBI_20100831232419.708.xml contains no
components for this system.
Now I review the XML file and the JAVA STACK don't appear in xml file.
Only appear the ABAP STACK, I tried to recreate the file but the problem persists

SOLVED, I set the system in solution manager stcode SMSY
BI 7.0
1. Create a system component of type Java system with name beginning with the 3 letters of the SID of the j2ee engine where the BI Java is running.
For software component, click on the from MainInstance button and then select Product SAP Netweaver, Product version = SAP Netweaver 7.0 and Main Instance BI Java.
2. Enter a system name beginning with the 3 letters ofyour SID (Abap stack).
Select Product = SAP Netweaver, Product version = SAP Netweaver7.0
In the table, check the Business intelligence (BI) as relevant.
Double click on it and enter the Instance and server names. Check the BI Java as relevant and then enter the System
Component that was previously created in the System component column, and check the box in the system Component Assignment column, in the column type, select Java system.
3. Recreate XML file and rename it.
Thanks
William Neira

Similar Messages

  • Infamous "Recovery policy configured for this system contains invalid recovery certificate" message

    Hello,
    On a Windows 2012 R2 member server of a Windows 2012 domain, I tried encrypting a folder, and I got a "Recovery policy configured for this system contains invalid recovery certificate message."  This is the first known attempt
    at enabling EFS within our organization.
    When I looked at the EFS certificate within the Default domain GPO, it had expired.
    Is it as simple as deleting and recreating the EFS certificate within the Default domain GPO?  Then running gpupdate /force on the Windows 2012 member server?
    Thanks
    Ron

    You can give a look to that: http://blogs.technet.com/b/askds/archive/2008/01/07/replacing-an-expired-dra-certificate.aspx
    More if you ask them here: https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=migratedforums&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • No JRE version found in launch file for this system

    Hi,
    I have an application which is launched by JWS.
    When we use JWS from 1.4, it runs fine. But JWS from 1.5.0_15 gives the error "No JRE version found in launch file for this system"
    In both the JWS(1.4 and 1.5.0_15)cases, we install JRE1.5.0_15 using the installer and used for invoking the application.
    We invoke mailclient.jnlp, which inturn invokes the installer.jnlp and KanaJreInstaller.asp
    <<mailclient.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="mailclient.jnlp">
    <information>
    <title>KANA Agent</title>
    <vendor>KANA Software, Inc.</vendor>
    <homepage href="http://www.kana.com"/>
    <description>KANA Suite 10.3.0</description>
    <icon href="images/mail_logo.gif"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>
    <jar href="lib/mailclient_s.jar"/>
    <jar href="lib/link_s.jar"/>
    <jar href="lib/spell_s.jar"/>
    <jar href="lib/ssce_s.jar"/>
    <jar href="lib/kc_framework_s.jar"/>
    <jar href="lib/kc_sharedGUI_s.jar"/>
    <jar href="lib/xalan_s.jar"/>
    <jar href="lib/xerces_s.jar"/>
    <jar href="lib/java2com_s.jar"/>
    <jar href="lib/jgl3.1.0_s.jar"/>
    <jar href="lib/rsrcbundle_s.jar"/>
    <jar href="lib/response_s.jar"/>
    <jar href="lib/HTMLEditorEnterprise_s.jar"/>
    <jar href="lib/jakarta-oro-2.0.4_s.jar"/>
    <jar href="lib/jdic_s.jar"/>
    <extension name="Sun Libraries" href="sunextensions.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="lib/windlls_s.jar"/>
    <nativelib href="lib/jdic-native.jar"/>
    </resources>
    <application-desc main-class="kana.mail.wkstn.AppMain">
    <argument>-serverlist</argument>
    <argument>http://mpshanmu-gx520:80/10r3/servers.xml</argument>
    </application-desc>
    </jnlp>
    <<KanaJreInstaller.asp>>
    <%@ language="vbscript"%>
    <%
    Response.ContentType="application/x-java-jnlp-file"
    Response.AddHeader "x-java-jnlp-version-id","KANA1.5.0_15"
    dim fs,f,ts
    set fs=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fs.GetFile("C:\Program Files\KANA\KANA Response Web Server_10r3\installer.jnlp")
    Set ts=f.OpenAsTextStream(1)
    Response.Write(ts.ReadAll)
    ts.Close
    set ts=nothing
    set f=nothing
    set fs=nothing
    %>
    <<installer.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="installer.jnlp">
    <information><title>KANA J2RE 1.5.0_15 Installer</title>
    <vendor>KANA Software, Inc.</vendor>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+"/>
    <jar href="lib/installer.jar"/>
    <jar href="lib/JRE_KANA1.5.0_15.jar"/>
    <property name="jre.container" value="JRE_KANA1.5.0_15.jar"/>
    <property name="jre.execute" value="bin\\javaw.exe"/>
    <property name="jre.version" value="KANA1.5.0_15"/>
    </resources>
    <installer-desc main-class="JREInstaller"/>
    </jnlp>
    Thanks

    >
    We are using sun JRE(1.5.0_15) only. We extract Sun JRE and build it as KANAJRE.jar and signing.>I have never heard of KANAJRE. Would you care to post a link to the site, or should we just keep guessing? (My patience for random guesses is running out.)
    >
    We install using Intaller class and that is getting listed in the Java Control panel and enabled too.>List as what?
    Does it list it with the entire string "KANA1.5.0_15" or is is just listed as "1.5.0_15"?
    Because this line from the JNLP file..
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>..had me convinved it was a non-Sun JRE. Not so much the href, but most especially the version attribute.
    If it really is the Sun JRE, I would expect this to work.
    <j2se version="1.5.0_15" href="KanaJreInstaller.asp"/>And as an aside. If this installer is giving you trouble and the app. requires the 1.5.0_15 JRE, why not simply the default Sun JRE installer? What advantages do you think this installer offers?

  • RSA1 error  Logical system name has been changed for this system

    Hello All,
    Earlier the RSA1 was activated for client 300 on our crm 5.2. after that we changed the client to 500 using SE16 -> Type table RSADMINA / Check Colum BWMANDT -> 500.
    But now when we login to client 500 and execute RSA1 it is showing
    Logical system name has been changed for this system"
    In scc4 we have not made any changes. Can you tell what should be done ? in the pop up it is showing following steps
    Change the name of the logical system (table T000) for client back to SIDCLNT300. This enables you to continue working with the system.
    If you really want to change the logical name, than you can, if and when you:
    change the system name back to SIDCLNT300,
    delete all existing connections between this system and other systems,
    delete all transfer structures that still exist, and
    do not use ALE or Workflow.
    Guys do you know how to fix this ? .
    Also do you know Assignment of Source System to Source System ID (table RSSOURSYSTEM) using RSA1 ?
    Edited by: Sahad K on Mar 17, 2008 10:55 AM

    Hello Hari,
    Both the options you said  cannot be used
    since the logical system SIDCLNT300 is used by client 300 and it cannot be given to client 500.  Also there already exist a logical system SIDCLNT500 which is assigned to client 500.
    I found out the issue. In the table RSBASIDOC  the logical system name that can use rsa1( bw  client )is set as  SIDCLNT300).  Only if we delete that entry and set it to SIDCLNT500 ( 500) we can use it on client 500.
    The solution is specified in /message/3284842#3284842 [original link is broken]
    Let me try the solution 2 and inform you.
    Solution 2:
    You cannot delete the source system. Two cases have to be distinguished:
    The source system still exists.
    Switch to Transaction SM59. Find the destination which has the same name as the logical system of the source system from field SLOGSYS in table RSBASIDOC (see above).
    Such a destination does not exist in Transaction SM59. In this case, you have to create the destination to the source system. Name the destination equal the entry in SLOGSYS from above. Then return to the Administrator Workbench and repeat the deletion.
    The entry exists but a remote login is not possible. Correct the communication parameters.
    Everything works. Change to Transaction SE37, function module RSAR_LOGICAL_SYSTEM_DELETE, Sngl. test. Parameter I_LOGSYS = <log. name of the source system>, I_FORCE_DELETE = 'X'.
    The source system no longer exists or was replaced with another source system with the same IP address.
    Proceed as described in the first case but make sure, that the field 'Target host' contains a not existing server in the maintenance screen of the destination (Transaction SM59). If necessary, change an existing entry. Later when you delete, the system asks you whether you want to delete, although the source system is not available. Select 'Ignore'.
    Incase you have any idea other than this please let me know how to edit the RSBASIDOC table  and change the entry to client 500.
    Edited by: Sahad K on Mar 18, 2008 5:07 AM

  • Debliery Units : VENDOR IS NOT DEFINED FOR THIS SYSTEM

    Dear Experts,
    In prespective modeler , tried creating 'DELIVERY UNITS'. However get error message
    "CANNOT CREATE DELIVERY UNIT AS CONTENT VENDOR IS NOT DEFINED FOR THIS SYSTEM" ?
    How can we maintain CONTENT VENDOR ? we are using in-house HANA installation.
    Regards
    Prashant

    Hi Shrikant,
    Please do not reply with your same question in all of the threads which are answered.
    What is the version you are using?
    Where exactly you are unable to see?
    Once you edited the field as mentioned by Jody, it will be in green circle. Also while creating the package, you can see this DU as shown below:
    Regards
    Raj

  • BI  Error Logical system name has been changed for this system

    Hello All,
    I have installed the BI system and did a client copy from 000 to 200 client with profile SAP_ALL.
    Now I have loged into the system with client 200 and wen I run RSA1, I am getting the following error
    message: "Logical system name has been changed for this system"
    Thanks
    Sekhar..

    Hi,
    Goto tcode SCC4.
    Switch to change mode. (System will prompt that this table is cross client. Continue)
    Select your client (in this case 200). Click on details button (next to change mode button)
    Enter the proper logical system name in Logical system field.
    Click on Save button.
    Then try RSA1.
    Hope it helps
    regards,
    Pruthvi R

  • You do not have permissions to access a database that contains data required for this form to function correctly.

    I have dropdown on infopath form , and it receives data from sql server table ,  it works fine when i am running in preview mode , but when i am publishing form to sharepoint server and loading that form
    i am getting this
    You do not have permissions to access a database that contains data required for this form to function correctly.
    Can you please help?
    Thanks,

    try this one, if not yet
    Convert the data connection to UDC (store it in a Data Connection Library within the same site collection as the form library).  See if this works without any other changes, but if not, then...
    Manually edit your UDC file in Notepad (or your preferred editor) so that the authentication line is not commented out and so that it references the name of the SSO target app you created. 
    For Type, use NTLM.
    Ensure the user has rights to access the database
    Also ensure the connection file has been approved - A sharepoint admin can access a non approved Ucdx file. Go to the connection library and approve the file
    Also check this post having the similar issue:
    http://social.technet.microsoft.com/Forums/en-US/3196bafd-4bc3-40ab-ac2b-d149d1c3e0fa/sharepoint-2010-error-you-do-not-have-permissions-to-access-a-database?forum=sharepointdevelopmentprevious
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Unable to release package administration lock for this system

    Hi,
    I created a Solaris package, but at the end of installation (on a Solaris 10 sparc) I get :
    #pkgadd -d MyApp_version__SunOS_sparc.pkg
    Installation of <MyAppName> was successful.
    pkgadd: ERROR: ERROR: Unable to release package administration lock for
    this system; try again later
    pkgadd: ERROR: ERROR: Unable to release package administration lock for
    this system; try again later
    The solution is to delete:
    #rm –rf /tmp/.ai.pkg.zone.lock*
    Then some lib issues occur .. fixed by:
    #cd /usr/lib
    #ln -sf ../../lib/libdlpi.so.1 libdlpi.so.1
    Then I can install and uninstall without any problems as many time as I need.
    Why does this issues occur when the package is first install on a system ?
    Thanks,
    Bianca

    Hi Alan,
    In the postinstall script I only handle the configuration files that my application has (all the files are in the /app/MyApp directory, no system files involved). I use the read user input and replace the values in the config file, and create another 2 files (also in /app/MyApp directory). This is all I do.
    I use the packaging scripts: depend, copyright, pgkinfo, preinstall, request, postinstall, preremove, postremove
    Thanks,
    Bianca

  • Is a Corsair AX850 sufficient enough for this system?

    Is a Corsair AX850 sufficient enough for this system or should I go for the AX1200? Everything is at stock.
    Motherboard: MSI P55-GD65
    CPU: Intel i7 860
    Graphics cards: 2x MSI GTX 560 Ti TwinFrozr II OC in SLI
    Memory modules: Corsair Dominator DHX 4x2GB@1600 Mhz
    Hard disks: 3x Samsung F3 1TB + Samsung F3 2TB
    Sound card: Creative X-Fi Titanium
    System fans: 7x Tacens Ventus 120mm fans
    Disc player: Lite-on iHES 106 Blu-ray player

    Quote from: Svet on 14-February-11, 23:03:03
    don't use such power calculators, they often tell a rubbish and gives bad advices.
    I don't trust them for 100% that's why I asked for advice on this forum.
    I'm a pretty experienced PC builder and user but I'm not really familar with the new Geforce 560 Ti cards, only that I know that they are power hungry so I need a new power supply to replace my 600 watt and I always wanted a modulair power supply so now is the moment to do that.

  • Is the PXIe-PCIe8361 adequate for this system? And external clock questions...

    Hi all,
    I have spent some time piecing together a system and I'd like a sanity check before pulling the trigger on this purchase.  The system will contain the following hardware:
    1. Chassis: PXIe-1078
    2. Controller: PXIe-PCIe8361
    3. 3 x PXIe-6363 (16 analog inputs each card, 32 digital inputs each card, all internally clocked @ 10kHz)
    4. 2 x PXI-6224 (32 digital inputs on one, 8 digital inputs on the other, externally clocked in "bursts" of 62.5khz)
    5. Labview software
    The three PXI-6363 cards will be responsible for  a mix of analog and digital measurements made @ 10 kHz, timed continuously by the onboard clock.
    One PXI-6224 will be clocked externally @ 62.5 kHz and will be used to collect digital data on a 32-bit port.  These clock pulses will not be continuous, but will occur in bursts lasting for 2ms every 20ms.
    The other PXI-6224 will be clocked externally @ 62.5kHz as well and will be used to collect digital data on an 8-bit port. These clock pulses will not be continuous, but will occur in bursts lasting for 2 ms at random intervals.
    My questions are:
    1. Am I planning anything that looks unreasonable for this hardware?
    2.  Should I expect issues with data transfer rates with the PXIe-PCIe8361?  I will be operating well within the advertised 110MB/s throughput of the device.  I plan to stream this method... NI Fast TDMS data streaming
    3.  I have only ever used NI cards for continuous measurements made by an onboard clock.  When I set up a task to collect data that is externally-timed, will the DAQ be expecting a "continuous" clock pulse, or will the system wait patiently for clock pulses to arrive at any rate (any rate within the spec of the card, of course)?
    Thanks, any input is appreciated.

    Hello LucasH0011
    1-As long as you put the PXI-6224  and the PXIe-6363 cards in the corresponding slots, meaning the express(PXIe-6363) in the express and the hybrid(PXI-6224) in the hybrid.
    2-I think you would  not have issues with the transfer rate.
    3-Your timing specifications sound reasonable to me, I think you will be fine. 
    Here is a document that has useful concepts for the use of cards:
    http://www.ni.com/white-paper/3615/en/
    It is for the M-Series, but the concepts apply to the X-Series as well. 
    Regards 
    Ernesto

  • Logical system name has been changed for this system

    Hi gurus,
    I am fasing problem in BI7 system. we created a new client in the system & want to set it for BI development.
    System Response
    The transaction is canceled.
    Procedure
    Change the name of the logical system (table T000) for client  back to BID500. This enables you to continue working with the system.
    If you really want to change the logical name, than you can, if and when you:
    change the system name back to BID500,
    delete all existing connections between this system and other systems,
    delete all transfer structures that still exist, and
    do not use ALE or Workflow.
    Regards,
    Darshan..

    Sorry, BI is a one client system. You cannot have a prod client and a dev client within one SAP system.
    But...
    ...NO, you can't!
    Best regards
    Michael
    EDIT: just to add, there is an exception if you have a SCM/APO type system [522569 - BW: Working in several clients (especially APO 4.x/SCM 4.x)|https://service.sap.com/sap/bc/bsp/spn/sapnotes/index2.htm?numm=522569]

  • Toolbox not licensed for this system (T400s)

    Thinkvantage Update found that an update for Toolbox (6.0.5692.08) was there and it was chosen to install it. The old version - which worked ok albeit a bit slow - was uninstalled and the new installed. After starting it from the taskbar it comes with this: "This version of Lenovo Thinkvantage Toolbox is not licensed to run on this system". Which is win7ult64 and the older versions worked fine... ffs....
    What does this mean? There is almost 600 days left of guarantee and ThinkUpdate usually works. So is there any other solution than going back to the old version?
    The machine in question is a T400s 2815-3SG with 4GB RAM installed by a Lenovo dealer: Only difference to a stock system is that a 4GB SD-card is used by windows as readyboost.
    Thanx in advance for your reply!!
    Solved!
    Go to Solution.

    So did I - and that didn't work here...   but after uninstalling, a restart, a new instance of Update that found the new toolbox - let it install this (and it did without failures) starting the new Toolbox which found after start that an update was available. Installing this  - and 'lo and behold!!! - it worked!!!
    So now: Problem solved

  • XPS8700 - I'm lost on audio for this system

    This system is exactly one year old now and I've never connected any speakers to it - partly because I don't understand what types will or could work with it.
    The original printed system configuration indicates that my sound card is "Integrated 7.1 with WAVE MAXXAudio 4."  In Device Manager, I see "Realtek High Definition Audio."  Nowhere do I see an actual sound card model name/number, etc.  So - I don't even understand what I've got here from an audio standpoint.
    What I currently have for speakers - left over from a previous system - is just a couple of Labtec desktop speakers and a Harmon/Kardon sub.  I'd like to know if it's possible to use them with this system and, either way, I'd love suggestions on something better that would take advantage of this system's capabilities.
    Thanks for any help!

    I forgot to include in my post that I had downloaded the new flash after the "no audio" began and it did not help. The problerm began some time after I installed OS 10.7.4.

  • Understanding and using Logical Components for Managed System configuration

    Experts.....
    I am embarking on a fresh installation of SolMan 7 EhP1 SPS25 and after a few bugs along the way, I am finally nearing the end of including the first Managed System.  Somewhat related to {forum:id=10293771] I am hoping I can get some advice, but specifically with regards to Logical Components.
    General question - I have a slide from SAP that shows a picture from Product->System->Instance->Logical System (client)->Logical Component.  I am confused because it shows that Client 100 of a given ABAP system could be assigned to Logical Component A, whereas Client 200 of the same system could be assigned to Logical Component B.  This seems wrong to me?
    I am at the last step of the managed systems configuration wizard : "create logical components" and only want to ensure that I set things up to hopefully ensure that later usages (Maintenance Optimizer, etc) will handle things correctly!!!
    - Our SAP landscape is not very complex
    1. only ERP and EP (Dev/Test/Prod). 
    2. We are utilizing HR Self Service (XSS).
    3. The ERP ABAP systems are on Netweaver 7.01. 
    4. EhP4 has been installed, however we only activated the HCM business functions.  Therefore SAP_HR is on 604 whereas SAP_APPL is on 600.  I think this might be driving some of the confusion in SMSY
    For the DEV ABAP system I am trying to configure:
    1. The system is showing up in two products : "SAP ERP" and "SAP ERP Enhancement Package" with the header data for both showing "EHP4 FOR SAP ERP 6.0 / NW7.01" and "SAP ERP 6.0"
    2. Under "SAP ERP" the "product instance selection" shows only "SAP NW - Adobe Docu. Service" and "SAP ECC Server" as relevant
    3. Under ""SAP ERP Enhancement Package" the "product instance selection" shows only "Human Capital Mgmt" as relevant by default.  I manually flagged the development portal system as "relevant" for "SAP XSS (Self Services)"
    4. The RCA DBA Cockpit system is complaining "No data available for extractor activation. Please check product mapping and Software Components in SMSY"
    5. In the Managed System wizard, there is no logical component for any of the "EHP4 FOR SAP ERP 6.0 / NW7.01" selections
    From what I can tell, I think this is correct:
    1. Create a Z_EHP4 logical component and assign the DEV/QAS/PRD systems to them
    2. Also assign the DEV/QAS/PRD to the existing SAP logical component "SAP ERP ECC SERVER"???
    3. For the Solutions, my plan is to create
    a. Non-Production ERP : with the dev/test erp/ep systems, but test system as the leading system
    b. Production ERP with the prod erp/ep systems only
    Thanks for any advice/guidance to help me avoid future problems!!
    Edited by: Eric Poellinger on Jun 15, 2011 6:32 PM

    General question - I have a slide from SAP that shows a picture from Product->System->Instance->Logical System (client)->Logical Component. I am confused because it shows that Client 100 of a given ABAP system could be assigned to Logical Component A, whereas Client 200 of the same system could be assigned to Logical Component B. This seems wrong to me?
    Client 100 could be assigned to any number of logical components, client 200 could be assigned to those same ones or none of them. A logical component is just a grouping of systems used to accomplish some task in SolMan.
    For example with ChaRM you could have 2 logical components.
    ZCHARM_DEV development (100) -> QA (200) -> prod (300)
    ZCHARM_SEC security (900) -> QA (200) -> prod(300)
    One is used to show the path for moving development changes to prod, the other for security changes. 200 belongs to both, but 100 only to one.
    Set them up in whatever way meets you needs. It looks like for you, you could just use the default one and assign your clients to the various system roles. Not all functionality in SolMan uses the logical components though.

  • BI:Logical system name has been changed for This System

    Hi, Gurus,
    I want to Use my IDES SAP ERP 7.0 as my BI system for training purposes,when iam executing the transaction RSA1 in the system it is giving message
    "Logical system name has been changed for
    system"
    I Have changed the entries in table "RSADMINA" and maintained the Client no as 100 (My base client for BI) which i have copied from 001.
    When iam executing the Transaction RSA1 in 100 it is giving above mentioned error ,whereas in 001 it is working fine.
    Please Help . ..
    I tried to change the system logical name by "bdls" but it doesnt worked........

    Hi Deepak,
    Check the entries in table RSLOGSYSMAP (this is meant for correct conversion of logical system names for tansports).
    You can easily maintain the entries using tcode RSLGMP.
    Hope it helps.
    Grtx
    Marco
    PS I'm not a basis guy but do you have a correct BI installation yet?

Maybe you are looking for

  • JUST ADDED NEW INFO TO THREAD: Anyone know why publishing my demo hangs here: CustomTransiton_1.swf?

    NEW INFO: I've been testing to see which slides are bad, by publishing with certain slides hidden, to isolate the problem. It turns out there are at least two bad slides - but only one has full motion recording on it. Guess that really blows my theor

  • 11.1.0 OEM On Windows

    In oracle note 412431.1 it says that it can be run on: Platform Windows x86 OS versions      Windows Server 2008, Windows Server 2003 R2; Windows 2003 (32 bit) with SP2/R2+, Windows7 But when I look at oracle.com (http://www.oracle.com/technetwork/oe

  • Iphone 3G Wi-Fi??

    I have an iphone 3G. I have updated to the latest firmware 4.2.1 and my wifi stopped working I have tried resetting the network connection ..... but that dont work I have tried resetting all settings .... that too does not work I have reset and refor

  • Line In Recording Level Adjustment

    I am recording from a tape recorder to the hard drive. I have done this a lot over the years. Suddenly I am no longer able to adjust the line in recording level. I have always before gone to Control Panel/Hardware and Sound/Sound (recording tab), Cli

  • Can Captivate 5 support multi-line text boxes?

    A colleague is trying to add a text box, where the user will need to enter multiple lines...  We don't want word wrap, we actually want the user to be able to add carriage returns and additional lines...  Is that possible? If the text box element can