Audio no longer working after upgrade

Hi,
After doing an upgrade this morning, my audio no longer works.
Booting into KDEmod gave the first clue when I got an error message saying audio not found.
The output of alsamixer say "alsamixer: function snd_ctl_open failed for default: No such device", yet my modules have not changed in rc.conf.
Could this be related to HAL also being updated?
Thanks,
JTD

Do you by accident have more than one sound-device? I didn't lose sound but "aplay -l" showed that ALSA has changed the order of the cards. Hence I suddenly didn't get sound from where I expected it.

Similar Messages

  • Microphone no longer works after upgrade to windows 8.1

    After upgrade to windows 8.1 my internal microphone no longer works.
    I tried installing updates suggested in other posts with similar driver problems but they did not work.
    HPSupportSolutionsFramework-en-11.51.0048 did not work.
    My internal microphone is IDT High Definition Audio Codec
    When I go through the control panel  and look at it - it shows a status of "not plugged in"
    Please help 
    thanks

    OK I am a little confused.
    There has been no response on this subject in over a week. Not since I responded to your questions regarding product name and number.
    However I just received the following email from you:
    Hello gordml,
    The questions you posted on the HP Support Forum recently received one or more answers.
    Question: Microphone no longer works after upgrade to windows 8.1
    Date: Sun Dec 21 01:01:56 PST 2014
    View the answer(s).
    Did this reply resolve your post or question?
    If yes, then share the good news! Let others know this reply was helpful by accepting this solution.
    You can also show your appreciation by giving kudos.
    We appreciate your feedback. It's what keeps our community such a helpful, vibrant place for our members.
    Thanks for being a member!
    The HP Support Forum Team"
    Why would this be sent to me if there has been no recent replies on this issue?

  • IPad app no long works after upgrading to iOS 7.1.1

    iPad app no long works after upgrading to iOS 7.1.1

    Did you try deleting then reinstalling the app?  Sometimes developers will need to update their apps for compatibility.  If it still doesn't work after reinstalling, wait a few days to see if an app update becomes available.

  • IPhoto no longer work after upgrading to Mavericks.

    My iPhoto will no longer work after upgrading to Mavericks. iPhoto will not update. How do I fix this?

    kmg55 wrote:
    Just upgraded and Iphoto will not work,
    Check that iPhoto is v9.5.1 (In Applications, highlight iPhoto, and ⌘I)
    If it is v9.5.1, then hold option-command and click the iPhoto icon and go through the repair steps.

  • HT2188 home button no longer working after upgrade to io6 on my iphone4...any ideas to fix this problem

    home button no longer working after upgrade to ios6 software on my iphone4..anything i can do to frix this or apple send me a new device.  phone no good without a home button

    The button's broken.  S**t happens.  Apple will replace your phone.  If in waranty it will be free of charge.  If not, you will pay $149. 
    You can elect to have it repaired at a 3rd party shop near you if you choose, but this will void all warranty if there's any left.

  • Script no longer works after Upgrade to 10.4.6

    The following script worked fine using 10.4 thru 10.4.5 but no longer works after upgrading to 10.4.6.
    When I highlight a folder and then run the script the highlighted folder is moved to a specific "Achive" folder, depending on whether the highlighted folder has a ".0" or ".1" or etc in its name.
    When I run the script using 10.4.6 I get an error indicating that the highlighted folder already exists in the destination.
    Anyone else having Applescript problems with 10.4.6?
    --Bob
    tell application "Finder"
    activate
    set fname to selection as string
    if fname contains "0." then
    move selection to folder "ARCHIVE" of folder "0JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "1." then
    move selection to folder "ARCHIVE" of folder "1JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "2." then
    move selection to folder "ARCHIVE" of folder "2JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "3." then
    move selection to folder "ARCHIVE" of folder "3JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "4." then
    move selection to folder "ARCHIVE" of folder "4JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "5." then
    move selection to folder "ARCHIVE" of folder "5JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "6." then
    move selection to folder "ARCHIVE" of folder "6JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "7." then
    move selection to folder "ARCHIVE" of folder "7JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "8." then
    move selection to folder "ARCHIVE" of folder "8JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "9." then
    move selection to folder "ARCHIVE" of folder "9JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end tell

    I, too, immediately started having problems with my scripts immediately after updating to OS 10.4.6. I put my scripts in "Library/Applications/..." so that the scripts associated with particular applications are available in the menu bar. I don't know if that has any bearing on the problem, but for me, it was not any particular script, but just about every one that started going funny.
    First, I noticed that my scripts would typically work right once, but fail in some odd manner the second time I tried to use one. The second thing I noticed was that the modification dates of my scripts were changing to the time that I last executed the scripts, even though I had not altered and recompiled any of them in weeks. Finally, I noticed that the scripts that were failing were ones in which I had used property statements to initialize some of my variables.
    What I think is happening is this: for some strange reason 10.4.6 is recompiling scripts every time they are run, and variables are being initialized, not to the values specified in property statements, but to whatever the variable was the last time the script ended.
    I discovered that I could prevent this from happening by (1) recompiling all my scripts to make sure all the property statements were back in effect, and then (2) setting the permissions of all my scripts to read only. This seems to prevent whatever in 10.4.6 is recompiling the scripts from doing this each time the script is run. At least, the modification dates are no longer changing inexplicably, and all my scripts are running reliably again.
    It's a bit of a pain to have to remember to reset script permissions to read/write whenever I want to make a change, and then change them back to read only before executing, but it seems to be a reliable workaround. I'd appreciate hearing if anyone else can replicate this phenomenon, or tell me if I'm on the right track.
    Jeff Johnson
    Dual 1.2 GHz   Mac OS X (10.4.6)  
    Dual 1.2 GHz    

  • I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac os

    I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac operating system to OS 10.8.5 (mountain lion), and gives an err message that system no longer supports PPc applications. I guess Acrobat 7 is a PPc application and wanted to know if there is any work-forward here to be able to keep using this product? I didn't see this coming.

    There may be parts of it that work if the MAC is anything like the PC. I have been able to get AA 7 to partially work on a Win7, 64-bit machine, but several work-arounds are required. The biggest one is the installation of a PS print driver and such. So, can you open Acrobat and/or Distiller? Do they seem to function? If so, there may be some workarounds. Otherwise you probably need to purchase AA XI. Actually, I would recommend purchasing the newer version anyway -- just trying to give you a picture of what might be possible.
    When you say it no longer works it is not clear what you mean. You may need to clarify and also indicated if you have tried repairing the installation and such. I can't say a lot more since I am not really familiar with the MAC.

  • Back to my mac no longer works after upgrading to Lion

    Back to my Mac no longer works after upgrading to Lion
    After I upgraded my home machines to Lion, I can no longer access them from my work computer, which is running Snow Leopard. When they were both Snow leopard, it worked fine. How can I get them working again? I don't have control over the OS on my work computer. Is it necessary for me to downgrade all of my home computers to Snow leopard in order to get them talking again?
    Additionally the binoculars icon appears in the menu bar all of the time. In previous versions, this would only happen when somebody connected to my machine. Could these problems be related?

    OK, so further investigation has addressed the BTMM issue on a remote machine.
    With all machines running lion, I was having issues trying to log in to a standard user headless machine already running.  In Snow Leopard, I had no issues with this since you can log in via screen sharing using an admin login that's running a standard login.  Lion allows multiple accounts to be signed in which is handy since you can now run virtual sessions.  This means you can admin the remote computer without bothering the remote user.
    The problem was that now logging in using admin login brings up the admin account (which makes sense) instead of the desktop to the standard login.  I applied a similar solution to a problem that was related to screen sharing I found on this board.  What I believe to be the fix is to add the standard user to the screen sharing user list.  Then screen share to the remote account using the standard user credentials. 
    So on the remote computer, in System Settings->Sharing->Screen Sharing, add the standard user to be allowed access.  Previously I only had admins.  This may not be an ideal solution for what I'm trying to do since the remote computers primary login is the standard user to be used as a common computer, but it now works so I am happy with it.
    Now my only "problem" is my AEBS complaining about my MobileMe credentials, but it doesn't appear to have an impact on BTMM performance so I'll quietly wait for a fix down the road.

  • On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion. They DO work on a lenovo machine but not my imac

    On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion.
    They DO work on a lenovo machine but not my iMac. reset Pram - no luck. took speakers from wife's desktop, they
    do not work when jack plugged into my iMac - Sys Prefs "SOUND" only lists "internal speakers/ built in" as available options.
    I used my altec lansing speakers on 3 macs including this one for 5-6 years.....now with Mountian Lion I can only get internal speakers???
    Ideas? Any/All help would be greatly appreciated - been going nuts with this for 2 days now.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Reports no longer work after upgrading to SCCM 2012 R2

    I upgraded my SCCM 2012 SP1 environment to R2 and reports no longer work.  I've removed the site role, waited a day, and added it.  I've also verified the account (used by the reporting site role) has access to the DB and can logon locally.  The
    problem still persists.  Here's a copy/paste of the error:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Cannot read the next data row for the dataset DataSet1. (rsErrorReadingNextDataRow)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Conversion failed when converting the nvarchar value 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXscrubbed' to data type int.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    I've tried many other TechNet solutions as well with no improvement:
    http://social.technet.microsoft.com/Forums/en-US/ae08aa43-054d-47e7-99fb-c4f101962478/reports-not-working-after-upgrade-to-sccm-2012-r2-?forum=configmanagergeneral
    http://social.technet.microsoft.com/Forums/en-US/77bad9b6-de0e-42d3-ae9f-e7c9d26b4330/reporting-error-after-upgrading-to-sccm-2012-r2?forum=configmanagergeneral
    Any other thoughts on this?

    So to be clear you have Done both the Mofcomp and Added the correct account to the Windows Authorization Access Group?
    What is version of SQL are you using?
    Is SSRS remote or local to CM12?
    What service account are you using for SSRS?
    Bases on the error message you are getting this within the console, Does the native SSRS report work? BTW I never recommend accessing the report via the console.
    http://be.enhansoft.com/post/2013/09/10/Should-Configuration-Manager-SSRS-or-ASP-Reports-be-Accessed-from-the-Browser-or-the-Console.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Synchronize By Audio No Longer Works After 7.2 Update

    After installing the Premiere Pro CC 7.2 update, the synchronize by audio no longer works correctly.  When you highlight the clips and sync by audio it acts like it's doing something but then puts the clips nowhere near close being a match (usually one clip on one side of the timeline and the one on the other).
    Is anyone else having this issue?  I've run into it on two seperate computers bothe running Premiere Pro CC 7.2 on Windows 8.1 machines.
    - Dennis

    Bumping this. I'm a brand new CC subscriber and the sync function was a big part of why I moved to CC. 50% of the time it works, but the rest of the time, it pushes the video clip much farther down the timeline.
    Update 1: To clarify, I am doing this from the sequence itself. So tracks A1/V1 are the original audio/video from camera, then A2 is my sound I want to sync.
    It does not seem to have a problem syncing the same "problem" clips when I use the "Merge" by Audio from the Bin.
    Update 2: I found that, if I unlink the original A1/V1 clip, then select all three (A1/V1/A2) and Synchronize, it works.
    Obviously, this is an unacceptable workflow, but I hope that helps Adobe figure out what's going on here.

  • My printer (HP Laserjet 2100) is no longer working after upgrading

    My printer (HP Laserjet 2100) is no longer working after the upgrade; it just spits out page after page of error codes and blank pages. I've tried using both the HP driver and a generic driver. This is being accessed over a network. Has anyone encountered this problem after upgrading from Lion?

    Hi,
    Make sure to install the latest HP Printer Drivers 2.11 update as it should resolve a Postscript printing issue and I believe it will resolve the problem.
    You may do so by clicking the Apple icon and then Software Update, you should see the update listed.
    For any further issue go to Library\Printers and remove the HP folder, then download and install the following package:
    http://support.apple.com/kb/DL907
    Hope it helps,
    Shlomi

  • Audio Inputs no longer work after upgrade to 10.4.10

    Anyone else having trouble with audio inputs after upgrading to 10.4.10? Here's my deal:
    MacPro dual 2.66, 4GB RAM, running 10.4.10 as of this morning.
    Upgraded to 10.4.10 today and the mic on my Plantronics USB headset quit working. 'Phones still work. Here's what I did:
    1. Tried multiple audio input devices. None work.
    2. Tried all USB ports, problem persists.
    3. Tried the 1/8" audio input, problem persists.
    4. Zapped PRAM, problem persists.
    5. Called AppleCare and they had me do an Archive and Install on the system software, which installed 10.4.7 and the problem went away. Then, at their suggestion, I let Software Update reinstall 10.4.10 and the problem came back.
    6. Rebooted the system from a 2nd internal drive running 10.4.9 and the problem went away.
    Seems pretty clear to me that this issue is with the OS, yet Apple's support staff insists the problem is "with the data on my boot drive". Thing is, the data on the "problem" boot drive consists of exactly the same applications on the other drives, and only those applications. There ** is no ** data on the boot drive other than the OS and some applications. Yet the other drive I can boot from that runs 10.4.9 and doesn't cause audio input issues contains all sorts of junk.
    So, to reiterate, I'm booting from a clean boot drive with nothing but OS 10.4.10 and some pro applications on it and the audio input won't work. I boot from into any other Mac OS on this drive or any other and all is well. Yet this problem is supposedly with my data?
    Is anyone else out there seeing issues like this?

    I used a UVC-compliant USB Logitech camera (the
    Fusion) driverless
    under OS X 10.4.9.
    FWIW, none of these devices are actually driverless. They rely on drivers either supplied separately by some company (not necessarily the vendor of the product) or bundled into the OS. Usually, the bundled drivers are based on open standards like UVC mentioned in the link. Apple writes a lot of the bundled driver code itself but some of it comes from outside sources like LSI or Intel.
    An unfortunate fact of life is that open standards are not always as well defined as they ideally should be. Another is that certain companies sometimes set their own standards that aren't quite compatible with open ones, sometimes to implement real or imagined improvements on an open standard, sometimes to gain a marketing advantage.
    The good news is that the market usually -- eventually -- favors the open standard. The bad news is that it often takes some time for this to happen, leaving users -- particularly Mac users, who still represent a smaller market force than those using Windows -- without a solution for an uncomfortably long period of time.
    Your best or only recourse for now may be to downgrade to 10.4.9 until this gets resolved, but you should also take into account that not all users are having these problems so it may be something other than the update itself that is causing the problem. I just video chatted with a colleague using an Intel Mac mini who is having no problems whatsoever -- we are both puzzled why he is unaffected while others are.
    Sorry this couldn't be of more help.

  • M-audio omnistudio usb no longer works after upgrade to mountain lion

    hello. has anyone encountered this problem. after upgrading my intel imac to 10.8, i have discovered that my m-audio omnistudio usb is no longer recognized. i have changed the usb cable and reinstalled the last current driver for the hardware, but still nothing. would like to get it running again as that is what my studio monitors are running thru. i can't play my piano(m-audio studio 88) anymore. any suggestions would be greatly appreciated, thanks.

    It appears that ML no longer supports 32bit applications at all. 
    Therefore, you have 2 options:
    1) Use the built in VPN client, you will need your IT's help for this as it requires the group name and password of your VPN server.   You can configure it by going to System Preferences -> Network and 'adding' an VPN (Cisco IPSec) interface.   I haven't had much luck with it, it works sometimes and sometimes it fails, but other people swear by it.
    2) Move over to the Cisco AnyConnect VPN client, which does support 64bit.  This will also require your IT department as they need to configure the SSL/AnyConnect VPN on the VPN device itself.   I went to this method yesterday and it's worked out great so far.

  • Sound no longer works after upgrade to Windows 8.1

    System:
    Operating System
    Windows 8.1 64-bit
    CPU
    Intel Core i5 3330 @ 3.00GHz
    23 °C
    Ivy Bridge 22nm Technology
    RAM
    8.00GB Dual-Channel DDR3 (11-11-11-28)
    Motherboard
    LENOVO MAHOBAY (SOCKET 0)
    18 °C
    Audio
    ASUS Xonar DGX Audio Device
    I sucessfully upgrading to Windows 8.1 and everything was functioning after the upgrade.  However, after the first time I restarted my system after the upgrade the intergrated soundcard no longer worked.
    I attempted to remove and reinstall the RealTek audio driver, downloading the newest 8.1 compatible driver from the Lenovo support site.
    The drive refused to installed, either via the executable or by manually installing the driver through a device manager upgrade.  
    So I attempted to install a stand alone soundcard, to no success.   
    In device manager this is displayed for both the integrated motherboard audio and the new Asus sound card:
    Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code
    52)
    If I disable the driver driver signature enforcement, neither audio option works.  Instead I get this error in device manager:
    "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing.
    (Code 39)"
    Attempting to update the driver in device manager, Windows tell me I am on the most up-to-date, recommended driver, yet at the same time refuses to
    allow it to function.
    Extremely frustrating.
    Any help would be greatly appreciated.

    I have also attempted to clear out the registry Upper/Lower Filters to no success.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96C-E325-11CE-BFC1-08002BE10318}
    At that registry key, in the right window, is there, under "Name", either an UpperFilters orLowerFilters value?
    If so, for each of the UpperFilters and/or LowerFilters value, what is listed under "Data"?
    There could be an improper entry at one of these values which may be causing the problem.

Maybe you are looking for

  • HP Photosmart D5100 series lack of a vital feature in Lion 10.7 OsX

    I had no problem under OsX 10.6 and no problem on Windows7. With new Lion 10.7, it was automatically downloaded the HP driver for "Photosmart D5100 series". My printer is D5160 and it has direct print to CD/DVD feature. In the new settings it is miss

  • Running VL06IF in Background and Posting Goods Receipts

    Hi All, We need to be able to run VL06IF (WS_MONITOR_INB_DEL_FREE) in background mode and post goods receipts for the Inbound Deliveries selected based on our variant selection criteria. Wondering if anyone is aware of a program that can select the i

  • Table containing "NOTES_TABLE_TEXT_PREVIEW_EDITOR" field, in SAP SRM

    Hi all, I need to know which is the table containing the "NOTES_TABLE_TEXT_PREVIEW_EDITOR" field in SAP SRM, I found the table "BBP_PDATT" but is not the data I need. Thanks . Mario

  • How to pass long text field in BAPI_MATERIAL_MAINTAINDATA_RT

    Hi Guru's, I am using funtion module BAPI_MATERIAL_MAINTAINDATA_RT for uploading material master. In this I have to pass long text field for that one I am passing data to   MATERIALLONGTEXT table but it is throwing fallowing error. Long text for arti

  • Chart Axis Position

    Hi there, I'm wondering how I can fix the vertical axis of a chart into position. I have 4 charts that are vertically aligned. When the chart labels of one get larger than than the rest of the labels the chart resizes to make more room for the label.