ISSUE: on getDocAttribute and setDocAttribute Issue

Hi All,
I am able to set the document property to a document variable but when i save it or write it to local directory i dont see those properties as set.
even when i read the document and read the properties. Those set properties are not appearing.
Do i need to make it readerExtended while setting properties and saving it on local disk. Please let me know this issue.
Regards
Sunil

Aryacool wrote:
Hi Helios,
I dont have permission to increase mount point.
2nd thing one user doing exp/imp operation so i can't do any thing with exp/imp operation.contact local *NIX System Administrator                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • GetDocAttribute() issue

    I've tried to use the XPath method getDocAttribute("filename") to get the original name of an attachment (receive mail action) without success.
    I've also tried "name" and "file" but it didn't work either.
    Finally I found out, that content-type (getContentType()) contains the filename too (e.g.: 'application/pdf;name="file.pdf"').
    I found nothing about that issue in the manuals.
    Does anybody know if that behavior is a bug or if the documentation is not up-to-date.
    kind regards
    Michael

    I have done this many times in all versions of the product without issue....I use the syntax
    getDocAttribute(/process_data/@attachment, "file") and assign it to a string variable in a SetValue service.
    The wsfilename attribute that Jasmin refers to would only be used if the attachment came from that envelope that is used in workspace.
    Are you using an email endpoint or an email service inside of a process to get the attachment into the process?

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • Issues with Arch, xorg and Asus eee 4G 701

    Hello, this is my first post here
    I installed Arch 2009.02 on my Asus eee 701(4G), the installation went well and the system was up and running within minutes. I configured the wireless card (Atheros) which arch supported out-of-the-box and updated the system with pacman -Syu. Then, I installed the intel driver for the vga of the eee and attempted to configure X.
    The issues started at this point. "Xorg -configure" appeared to work, but when I did "X -config /root/xorg.conf.new" all I could see was the mouse cursor as an X and nothing more. The touchpad didn't respond and nothing worked.
    Then, I tried using "xorgcfg" but even though the screen worked great (I could see the stuff displayed), the system couldn't receive any input from the touchpad and thus the result was just a little bit better than with "Xorg -configure". I tried to reboot and use a USB mouse to see if the cursor responded but to no avail...
    As a last resort, I decided to use the xorg.conf found on the eee page of the archwiki. I downloaded it in my PC, saved it and used wget to move it from my ftp server to the eee. I moved it to /etc/X11/ as xorg.conf and attempted to run "X -config /etc/X11/xorg.conf" to see if it worked. Unfortunately, no result. xorg attempted to start and then quit with the error "Fatal server error:  no screens found".
    That's pretty much it... I have no idea what to do next or why the xorg.conf found in the Arch wiki doesn't work... Any suggestions would be really appreciated...
    Last edited by DreamAxe (2009-02-19 08:23:39)

    I did what you suggested above, but it still fails. Then I studied the log and I found this:
    Parse error on line 10 of section files in file /etc/X11/xorg.conf
    "RgbPath" is not a valid keyboard in this section
    Any suggestions on how to solve this?
    EDIT: OK, the discussion page on the Archwiki helped. All I had to do was remove the  'RgbPath "/usr/share/X11/rgb"' line and xorg worked flawlessly
    Last edited by DreamAxe (2009-02-20 05:03:26)

  • First battery charge and current issues?

    Hi!
    I just bought a new MacBook (2.0 GHz, 160 GB). I have two quick questions:
    1. I plugged in my AC adapter, turned on the notebook for about 5 minutes to make sure it works fine, etc, then shut it down to let the battery charge. Would I have lost any battery capacity by not fully charging the battery first? And do I need to let the battery run through a full cycle when I first use the computer to ensure full capacity?
    2. Are there any updates/best practices for the 2008 (December) MacBook batteries? I know there was an issue in 2007, but for the new line am I set to go? And is it still best practice to put shut the Mac down instead of putting it to sleep to save wear and tear on the hard-drive/battery?
    sorry for all the questions: it has been 5 years since I bought my last notebook so I am a bit rusty/excited!

    See the following:
    About Batteries in Modern Apple Laptops
    Apple - Batteries - Notebooks
    Extending the Life of Your Laptop Battery
    Apple - Batteries
    Determining Battery Cycle Count
    Calibrating your computer's battery for best performance
    Battery University

  • Open order qty,Delivered qty,issued qty, and closing stock---Tables

    Gurus,
    I need to Prepare a report which will show open order qty,Delivered qty,issued qty, and closing stock.
    Please help me with table names where i can find .
    Regards
    venu gopal

    Hi,
    Try EKPO & EKBE tables..
    Thx
    Raju

  • Report for Req Material and Issue Material for Project/WBS

    Dear All,
    My client need a report for a WBS element-wise material required and material issue with value.
    Let me know if any standard report avialble for same??
    Or Incase of devlopment which are the tables we can use to Get req qty and issue qty of materials?
    Thanks and Regards,
    Atul R. Rajmane

    Dear Shirkant,
    Thanks for your input. I am using CN52N report.
    I this I have selected Req Qty, Qty Received, Qty Withdrawn, Shortfall Qty. I am getting figures in  Req Qty, Qty Withdrawn, Shortfall Qty but I am not able to get Qty Received figure. Let me know how I can get it i.e. for this any Note is required or any other configuration??
    If I can get this figure than I can use this report for requirement.
    Thanks and Regards,
    Atul R. Rajmane

  • Pages - Share and Print - Email document issue

    I ran into an issue today on my iPad2 and wanted to see if it was just me or can anyone reproduce this error. If it turns out to be just me, someone help me undertand how to get around the issue. If it is more widespread, where do I report this so it can be resolved in an future release?
    Here is what happened.
    I received a Word document via e-mail. When I opened it in e-mail and chose to "open with Pages" it worked fine. Imported into Pages sans the font (which I've come to expect). Then I edited the document (it was a quick survey I was taking) and then was ready to send it back to the person who sent it to me. I chose the tools icon, selected "Share and Print" then selected "Email Document" and then chose Word as the format. It converted it and attached the file in a blank e-mail ready for me to address and send.
    Well, I wasn't ready to send just yet. So I clicked on "Cancel" and then "Save Draft" which it did successfully. Then I went into email, edited my "Draft" in my Drafts folder, addressed it, etc. and sent it on its merry way. Well, guess what? The file did not come through on the e-mail. Just my text.
    I tried "copy and paste" of the file after saving as a draft and it only sent the "picture" of the file ICON and not the file itself. I tried multiple times saving it as a draft and then sending and it never worked.
    If I send from within Pages right at the time after "Email Document" is selected, it works every time. It seems to only be when I save the email as a draft from within Pages that it will not send the attachment or something happens to the attachment. I did notice also, that if I edited any "text" from that draft and then saved the draft again, all my edited text wouldn't save either. So any "Draft" saved from Pages I couldn't edit regardless of any attempt.
    Draft saving and editing within the email application works as expected.
    NOTE: Just before submitting this discussion, I tried the above on my wife's iPad2 with the same results. Anything "saved as a draft" from Pages in e-mail, will not send the attachment. Anything sent directly from within Pages and not saving it as a draft, will send the attachment.
    There are times I would like to save it as an attachement, should this work? Thanks everyone!
    Edward

    I am only vaguely familiar with iWork.com. I know it is a cloud based way to share documents with others, but this is what the send to option does when you work with Pages, Numbers or Keynote on the iPad. I would assume that the function performs the same way in iWork.com. - but it is only an assumption.
    "Send to" is the command that will let you send that file to your computer the next time you sync with iTunes. It is the way the iPad transfers the file to your computer - the iPad method of file sharing. You can sync files back and forth from iPad to computer with file sharing as long as the app on the iPad is compatible with a similar application on your computer. In your case iWorks apps on both the iPad and your Mac.
    This article will explain it in great detail for you.
    http://support.apple.com/kb/HT4088

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Training and event management issues

    Hi guys,
    i am stucked with some of issue in training and event management...
    1. Altough client is using TEM but for frontend they are using ESS.. Now problem is search functionality is not working in system. I am getting 0 result.
    2. I can see the catalog properly but when i do the booking for the future course then system shows course is successfully booked but in Training Activities list that course is not appearing and nothing updated in backend and if i do booking for future course in the backend then after that i can see that course in the frontend also.  same is happening for cancellation. other functionality like prebook, qualification working properly in the system
    3. Client is using Appraisal functionality. i have configured appraisal in the backend but how we can do for frontend.
    kindly help me regarding these issue as early as possiblee....
    Thanks and Best Regard
    Puneet

    Puneet
    Can you please check SAP Note No. 1440812, 1439690, 1386556
    Notes : 1421707,  1408134 ... if these can help....  Hope it helps...
    Regarding training activities :
    Can you please check the assignment of PERNR with User IT0105...
    Also, are you using the customized BSP page ... If yes :
    Please create a new BSP page copying from the standard BSP page and then enter the new page in the view LSPAGE_ALIAS_C.
    Regarding appraisals in frontend, you will see a link of "perform course appraisal" under completed courses if you have configured this in a correct way.
    Best Regards
    Chetan

  • HT5193 I want to use Apple TV in a hospital classroom setting and IT is concerned about security (patient information). Is this an issue and how can I put them at ease?

    I want to use the Apple TV to create an interactive white board type setting in the classroom. I appreciate the help.

    My first reply was probably a bit vague but it's not clear exactly what you're planning to do.
    Anyhow first off, remember this is simply a user to user forum and is not an Apple staffed technical advice area so no one here can accept any responsibility for the implementation you attempt. 
    If you intend to do anything that could potentially compromise patient confidentiality you must get appropriate advice from suitable agencies including your IT dept and probably Apple itself. Depending which country you are in you will be subject to local healthcare laws aimed at protecting patient confidentiality.
    As users we know next to nothing about AppleTV under the hood security.
    AppleTV runs a version of iOS just like iPhones and iPads.
    There is no antivirus/firewall software for iOS as it's already pretty locked down. 
    That does not mean it is 100% secure as nothing is, and all these devices can potentially be hacked.
    AppleTV itself does not store any content permanently, losing data when it's unplugged, so that is probably not an issue unless someone was going to attempt a forensic style data rescue from the internal components.
    If your IT dept allows iPhones or iPads on the network then in principle it's the same, and in many ways less of an issue as it doesn't support 3rd party apps, only a small selection of features from Apple and selected partners.
    I assume for your whiteboard plan this would entail using a touch screen like an iPad for mirroring.  Be aware that fullscreen mirroring will send a 4:3 image to the display as the iPad screen is 4:3 not 16:9 (widescreen).
    You need to work with your IT dept to assess the feasibility of what you want to do - unless you need internet access, to me it would seem a standalone local network without internet connectivity might remove some concerns about devices connecting to the main hospital network.  Maybe their concern is simply wifi and possible interecption of data sent to the AppleTV - this would likely be a proprietary screen sharing format for Airplay but it could still potentially be intercepted on wifi though I can't really see why anyone would want to as the data would probably be pretty useless to them unless this was a specific attempt to capture Airplay streams and people knew what they were doing and had compromised your wifi security.
    Good luck.
    AC

  • Can two Macbook Pro's share the same Itunes folder(all media in Ituens) on an external drive (like Time Capsule)? How and what issues may arise?

    Hey, I have two macbook pros (250 gb). They are both running out of space. My first thought was to share an iphoto library off of Dropbox or our Time Capsule. But, I heard that if one file gets corrupted (interenet cuts out, for example) then the whole library gets corrupted. Well, we're full again and now I am wondering if I could move our Itunes folders to our Time Capsule, sync/sort them both so there won't be any duplicates and then use this as a shared itunes library. So first, is this possible? Both computers share the same itunes account.
    Second, if I do, and I purchase a song, show, whatever, does it automatically be added to the itunes library on our Time Capsule and then it is available for both computers to access? Or do  I need to "import" it on both?
    Third, does the "file corruption" issue listed above pertain to itunes?
    I saw a discussion about this but it was form 2008. I am sure things have changed a bit since then.
    Thanks for the help!
    jbh

    No.

  • Hoping for some help with a very frustrating issue!   I have been syncing my iPhone 5s and Outlook 2007 calendar and contacts with iCloud on my PC running Vista. All was well until the events I entered on the phone were showing up in Outlook, but not

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

  • My iTunes library and metadata/ID3 tags issue

    Since 2010, iTunes is the only media player I use to play music. My library consists of music purchased from the iTunes Store, CD rips and stuff many artists these days release as freebies on the internet to promote a new album. Also, M4A and MP3 are the only formats I use so far.
    Since iTunes, I really got into editing my library's metadata tags by hand, in order to create a custom archive which serves my preferences best. I should mention that besides iTunes being the only software I use to play my music library, it's also the only software I use to edit their metadata. Also, before iTunes – when my library was on different media players – I never bothered with editing them.
    A few days ago, I found how a lot of people in forums complain about the way iTunes edits and stores metadata. So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    Some people were referring to the version of the ID3 tags being the issue, while others suggested using the "convert ID3 tags" feature. I myself am a little bit confused. "Converting the ID3 tags" wasn't available for my M4A files and once I performed it for my MP3's I didn't know which setting I should apply or what version to choose. I chose one version randomly but I'm not sure what happened.
    My goal is to make my music library able to play and display my custom metadata on the majority of the popular media players. I hope that firstly this is possible and that secondly it won't be a solution which requires me going through every single song individually.
    I really hope that all those years work on my library wasn't for nothing.
    I'm using a MacBook running Snow Leopard 10.6.8 and my iTunes version is 10.7
    While my music library is more important that my iTunes version, I do like iTunes 10 more than 11.
    I apologize for any grammar mistakes, since English is not my first language. Thank you all for your time and any suggestion is welcome.

    itsjamesd wrote:
    Hello turingtest2 and thank you for your reply.
    In response to "a possible cause of problems is multiple embedded tags", what exactly does that mean and how can I avoid doing it in the future?
    Anything ripped with iTunes should get a single tag. If multiple tags in some of your older mp3 rips are the cause of the problems when you try to access the files elsewhere then you should apply the suggested remedy selectively, not to the whole library indiscriminately. Once fixed you shouldn't have the problem again unless you use different ripping software. If so check the options to ensure you generate a single ID3v2.3 tag. Downloads from elsewhere are pot luck.
    If I use Convert ID3 Tags>None before converting to v2.3 as you suggested, how many times is "several times" and why do I have to do it more than once? Also, what are your thoughts on 'v2.3 vs. v2.4'?
    Several is at least two, but more could be needed if a file has both v1 and v2 tags in multiple languages. If there are two tags, the first conversion to none should remove the first one, and the second conversion the second. Experiment, And stick to v2.3.
    In response to "the process removes any embedded art but otherwise preserves the data that iTunes knows". All fields excluding cover art remain the same? Does that mean that I will have to start from scratch and apply new cover art individually for each album? That would be too time consuming given the fact that I embed custom art.
    Yes, everything but artwork is held in the iTunes database and is restored with the final Convert ID3 Tags... v2.3. Use Doug's scripts SaveAlbumArtJpeg before you start and RestoreArtworkFromAlbumFolder afterwards to save and the restore your existing artwork.
    Also, what happens with my M4A files' metadata? ID3 tags are only used for MP3's, right?
    Yes, m4a/aac files have a different tag mechanism. Multiple ID3 tags is just one possible issue that you might have. You said:
    So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    It might be worth going into some more detail about exactly what differences you noticed. iTunes can automatically associate (instead of embedding) artwork when it can match the album in the store which could be why some tracks didn't get artwork.
    tt2

  • Issue while creating Data Model in BI Publisher and logging into xmlpserver

    Hi All,
    We are facing an issue in OBIEE 11.1.1.5.
    If we are logging with Non Admin Id (other than weblogic) and select New Data Model, a blank screen is coming. Where as, if we use Admin Id, we are getting screen as usual for creating data model. There were some blogs mentioning to change Priviledges for  SOAP access, but that approach is also not working.
    Further, we are also not able to open xmlpserver with Non Admin Id.
    Any help or pointers would be great.
    Regards,

    how about pasting the content of your data template here, so that forum members can see what could be the problem.

Maybe you are looking for

  • Problem in running forms 10g of 5 different departments

    Hi All, My company has 5 departments, and each department has its own database. Each department has some forms in them and has a top level form which calls another from from it, and some forms even calls reports when a button is pressed. The thing is

  • WB_RT_GET_JOB_METRICS does not return values

    DB v 10.2.0.2 OWB repository/client v 10.2.0.3 A DB function has a call to the Control Center transformation WB_RT_GET_JOB_METRICS to extract and preserve the metadata of number of records inserted/updated/deleted in a DB table. +++++++++++++++++++++

  • Hindi characters' display in swing components on macintosh

    I have created a swing application that handles devanagari script.(script for Hindi language).The application works perfectly in windows but in apple macintosh there is a problem with the reordering of characters in text componets. Reordering means s

  • Recording Audio

    I hope this is in the right section. Whenever I try to record audio into my Mac Mini, whether it be through garageband, or audacity or the like program, my recording pics up this weird noise. Not sure how to explain it.. it's almost like background n

  • IPad audio  output is not working properly, except on Siri. Any ideas on what is wrong and how to fix it?

    iPad audio output does not work, except for on Siri. The mute button is not on, and the volume buttons have no effect/ don't work (unless Siri is open). I have reset the iPad, tried iOS7 and iOS8 resets, which didn't help. The audio output mostly wor