Getting SOAP Exception in clustered WL8.1 env...need help

I have an application that uses jakarta Axis v1.4 to access a WebService as a client from an EJB. It works fine on WLS v7 and on v8.1.6 when running on my desktop. However when I deploy the app to the test servers (running in a managed cluster) I get the followign stack trace:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: javax.xml.soap.SOAPException: java.lang.ClassCastException: javax.xml.soap.MimeHeaders$MatchingIterator
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:javax.xml.soap.SOAPException: java.lang.ClassCastException: javax.xml.soap.MimeHeaders$MatchingIterator
at org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1396)
at org.apache.axis.message.SOAPHandler.addTextNode(SOAPHandler.java:148)
at org.apache.axis.message.SOAPHandler.endElement(SOAPHandler.java:112)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at weblogic.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:585)
at weblogic.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(XMLNamespaceBinder.java:898)
at weblogic.apache.xerces.impl.XMLNamespaceBinder.endElement(XMLNamespaceBinder.java:644)
at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1008)
at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1469)
at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:329)
at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
at weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1175)
at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:135)
at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:152)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke
Could anyone shed any light as to what may be causing this error to occur?

I am having the same problem. Have you resolved this??
Thanks,
David
I have an application that uses jakarta Axis v1.4 to
access a WebService as a client from an EJB. It works
fine on WLS v7 and on v8.1.6 when running on my
desktop. However when I deploy the app to the test
servers (running in a managed cluster) I get the
followign stack trace:
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.user
Exception
faultSubcode:
faultString: javax.xml.soap.SOAPException:
java.lang.ClassCastException:
javax.xml.soap.MimeHeaders$MatchingIterator
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:javax.xml.soap
.SOAPException: java.lang.ClassCastException:
javax.xml.soap.MimeHeaders$MatchingIterator
at
org.apache.axis.message.MessageElement.addTextNode(Mes
sageElement.java:1396)
at
org.apache.axis.message.SOAPHandler.addTextNode(SOAPHa
ndler.java:148)
at
org.apache.axis.message.SOAPHandler.endElement(SOAPHan
dler.java:112)
at
org.apache.axis.encoding.DeserializationContext.endEle
ment(DeserializationContext.java:1087)
at
weblogic.apache.xerces.parsers.AbstractSAXParser.endEl
ement(AbstractSAXParser.java:585)
at
weblogic.apache.xerces.impl.XMLNamespaceBinder.handleE
ndElement(XMLNamespaceBinder.java:898)
at
weblogic.apache.xerces.impl.XMLNamespaceBinder.endElem
ent(XMLNamespaceBinder.java:644)
at
weblogic.apache.xerces.impl.XMLDocumentFragmentScanner
Impl.scanEndElement(XMLDocumentFragmentScannerImpl.jav
a:1008)
at
weblogic.apache.xerces.impl.XMLDocumentFragmentScanner
Impl$FragmentContentDispatcher.dispatch(XMLDocumentFra
gmentScannerImpl.java:1469)
at
weblogic.apache.xerces.impl.XMLDocumentFragmentScanner
Impl.scanDocument(XMLDocumentFragmentScannerImpl.java:
329)
at
weblogic.apache.xerces.parsers.DTDConfiguration.parse(
DTDConfiguration.java:525)
at
weblogic.apache.xerces.parsers.DTDConfiguration.parse(
DTDConfiguration.java:581)
at
weblogic.apache.xerces.parsers.XMLParser.parse(XMLPars
er.java:152)
at
weblogic.apache.xerces.parsers.AbstractSAXParser.parse
(AbstractSAXParser.java:1175)
at
weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLR
eader.java:135)
at
weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLR
eader.java:152)
at
javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
at
org.apache.axis.encoding.DeserializationContext.parse(
DeserializationContext.java:227)
at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.ja
va:696)
at
org.apache.axis.Message.getSOAPEnvelope(Message.java:4
35)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.in
voke(MustUnderstandChecker.java:62)
at
org.apache.axis.client.AxisClient.invoke(AxisClient.ja
va:206)
at
org.apache.axis.client.Call.invokeEngine(Call.java:278
4)
at
org.apache.axis.client.Call.invoke(Call.java:2767)
at
org.apache.axis.client.Call.invoke(Call.java:2443)
at
org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke
Could anyone shed any light as to what may be causing
this error to occur?

Similar Messages

  • My daughter has spitefully changed my password and has refused to tell me. I have so much medical information that I can not lose. Is there anyway to get around this problem. Please I need Help fast.

    My daughter has spitefully changed my password and has refused to tell me. I have so much medical information that I can not lose. Is there anyway to get around this problem. Please I need Help fast.

    Connect the iPod to your syncing computer and restore it via iTunes.  However, if iTunes asks for the unknown passcode you need to place the iPod in recovery mode and then restore the iPod from backup.  For recovey mode see:
    iPhone and iPod touch: Unable to update or restore
    "If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone and iPod touch software."
    Above is from:
    http://support.apple.com/kb/ht1212

  • After entering the redemption code from Adobe Photoshop CC, I keep getting an error saying "This card was purchased in a country that does not match your Adobe ID. You can try signing in with a different Adobe ID or get in touch with us if you need help."

    Hi. I'm a Mac user. After entering the redemption code from Adobe Photoshop CC, I keep getting an error saying "This card was purchased in a country that does not match your Adobe ID. You can try signing in with a different Adobe ID or get in touch with us if you need help." What should I do?

    Did you purchase the software in another country than where you live?

  • I bought an iPhone recently and since  then I cannot get my email on my MacPro laptop-need help please

    I bought an iPhone recently and since  then I cannot get my email on my MacPro laptop…need help please

    Good day colletteA11,
    If you are having an issue with being unable to receive email on your MacBook Pro, I would suggest that you troubleshoot using the steps in this article - 
    Mail (Yosemite): If you can’t receive messages
    Thanks for using Apple Support Communities.
    Safe computing,
    Brett L 

  • Hp Pavilion a6863w getting disc boot error..can't get windows vista to open...need help diagnosing

    My computer will not open Windows Vista.. I get a disc boot error. I have run a few diagnostics but need help to preceed. Have important files on the computer I need access to. Can anyone help walk me through the process? Thanks  Also when I look at the check s that have been done it says something about a registry problem.  HP Pavilion a 6863w 
    {Edited for privacy}

    Have you run a Hard Drive test in BIOS?
    Jennifer P
    I work for HP.
    Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks

  • I bought a hp d3000 and can'nt get it to download to premiere elements,need help!

    I bought a hp d3000 and can'nt download to preiere elements 11. need help!

    rik46
    As for the video specifications for your HP D3000. From what I read, you are either shooting 1280 x 720 at 30 frames per second or 640 x 480 at 30 frames per second. And, your video is MotionJPEG.avi. Can you confirm that?
    http://www.futureshop.ca/en-CA/product/hewlett-packard-hp-16-1mp-21x-optical-zoom-digital- camera-d3000-black-hpd3000/10239990.aspx
    If you are shooting 1280 x 720 at 30 frames per second, I would suggest the following, whichever works:
    a. transfer the video from the camera to a computer hard drive save location.
    b. Open Premiere Elements 11, go to File Menu/New/Project and in the new project dialog set the project preset YOURSELF to NTSC HDV HDV 720p30, making sure that you place a check mark next to "Force selected Project Setting for this project". Then via ADD MEDIA, Files and Folders, browse to an bring your MotionJPEG.avi into the project (Project Assets).
    or
    a. if doable, attach at USB cable from your camera's USB 2.0 port (it has one according to what I read online) to the computer USB 2.0 or 3.0 port
    b. then open a Premiere Elements 11 new project - File Menu/New/Project and in the new project dialog set the project preset YOURSELF to NTSC HDV HDV 720p30, making sure that you place a check mark next to "Force selected Project Setting for this project". Then via ADD MEDIA, "Vidoes from Flip or Camera"/Video Importer and its Advanced Dialog bring your video into the project.
    In these cases the project preset will match your source media (no black borders in the monitor space when you edit). If the program has a problem selecting the project preset, as it wants to do, you will probably end up with the default 1080i30 instead of 720p30 unless you step in and do this project preset setting yourself.
    Please review and let us know the outcome.
    Thanks.
    ATR

  • Getting SOAP Exception :Unable to internalize message

    Hi,
    I am using the SAAJ API for the very first time. I am writing a sample servlet which listens to SOAP Messages using HTTPS Post. I am getting exception when I am trying to create the SOAPMessage .
    SOAPMessage message = messageFactory.createMessage(mimeHeaders, req.getInputStream());
    The Incoming request is a SOAP Message which has XML embedded in the body of the SOAP.
    Thanks,

    This is what I see in the TCPMonitor Utility for the Response....
    HTTP/1.1 500 Internal Server Error
    Content-Type: text/html;charset=utf-8
    Content-Length: 1447
    Date: Wed, 04 May 2005 19:08:04 GMT
    Server: Apache-Coyote/1.1
    Connection: close
    <html><head><title>Apache Tomcat/5.0.30 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: SOAPException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
         Test.doPost(Test.java:71)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    </pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/5.0.30 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.30</h3></body></html>

  • Just Loaded P6 - getting "COM Exception Caught" when loading P3 files -Help

    I desperately need some help. I have loaded P6, uninstalled, loaded, unistalled, countless times trying to get the program to allow me to upload some p3 files I need to review. When I try to load the p3 files I get a pop-up that says "COM Exception Caught. Value = 0." I just purchased the program and have spent a week trying to install p6 and load these schedules. There is absolutely no customer support and I am very frustrated. If anyone can help me, it would be greatly appreciated. I don't know if it is a database issue, a P6 installation issue, or a loading issue.
    Thanks.

    user12144842 wrote:
    I desperately need some help. I have loaded P6, uninstalled, loaded, unistalled, countless times trying to get the program to allow me to upload some p3 files I need to review. When I try to load the p3 files I get a pop-up that says "COM Exception Caught. Value = 0." I just purchased the program and have spent a week trying to install p6 and load these schedules. In the future, you should check out the knowledgebase, you will find answers to almost all of your problems.
    In this case, you would see that in order to import P3 projects into P6, P3 must be installed.
    If you own a P3 license and and want to be able to import/export to P3 without installing it, you can copy the following files from your P3 installation disk to your '\Windows\System32' Directory
    W32MKDE.EXE
    W32MKRC.DLL
    WBTRV32.DLL
    There is absolutely no customer support and I am very frustrated. If anyone can help me, it would be greatly appreciated. I don't know if it is a database issue, a P6 installation issue, or a loading issue.
    >
    Thanks.Have you contacted support? You can call them at 610-668-3030 or email [email protected]

  • Unable to get page with video to validate and need help getting text to display correctly

    I need advice on getting a page to validate that has a video. I didn't make the video, but all other pages vallidate that don't have it.
    Also, when testing viewing on ie with large font view the navigation bar on the left doesn't display correctly. I've tried all fixes I can think of, but none work.
    As always any advice is greatly appreciated.
    page can be viewed at: http://www.lotusvalleydesigns.com/previewpages/services.html

    Eeeeeuuuuu yuck.  You know, I've never used that setting in IE and I don't think I ever will again.
    Look what happens to CNN's website when you do that.
    http://CNN.com
    I think IE sucks and this is another fine example of MS's zeal to pile on user options that no one should use.  If MS made their zoom feature optional the way Firefox does, nobody would ever need this atrocious "accessibility" option.
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • I have Photoshop Elements 12 that was purchased for my Windows 8 system in July of 2014.  I have never been able to get the organizer to work.  I need help getting this portion of the program to work.  I would like to talk with an Adobe tech.

    How is it that I can download and use Photoshop Elements 12 program editor and not have access to the organizer???

    Hi,
    The two applications (organizer & editor) can work independently and only talk to each other when they need to.
    Are you updating from a previous version or is this the first?
    There are (at least) three ways of starting the organizer:-
    1) from the Welcome screen
    2) from the editor - see button at the bottom of the editor window
    3) directly using windows explorer to locate and double click on the following
    "C:\Program Files (x86)\Adobe\Elements 12 Organizer\PhotoshopElementsOrganizer.exe"
    [ignore the (x86) part if on 32bit system]
    Can you get any of those ways to work? Do you get any error message or does nothing happen?
    You could try creating a new catalog to see if that helps.
    Start the organizer (in any of the ways) with the Shift key held down while it loads (if it does). That should bring up the catalog manager
    Click on the New button (top right)
    Give it a name like Dummy or Test and click on OK - that should create & open a blank catalog
    Brian

  • I cannot get Camera Raw 8.4 to install - need help

    Like many people, I'm not getting the Camera Raw 8.4 update in Photoshop CC.
    I tried to manually install by using the link provided and when I unzip the setup.zip file and run it, it says the patch is not applicable.
    I tried completely uninstalling Bridge and Photoshop CC including "settings" and I just re-installed Photoshop CC from Creative Cloud Desktop and I still have Camera Raw 8.3.
    Is there any other dependency on Camera Raw that I should uninstall?
    How can I completely remove Camera Raw?
    Why doesn't it get updated if I re-install Photoshop CC?
    Thanks,
    Frank

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Get-Mailbox PS command import/export csv - need help

    Greetings,
    I know this should be simple but I'm having trouble.  I have about 500 users that have left the company and I want to verify their Exchange 2010 mailbox have been disabled.  If I just run the basic command "Get-Mailbox -identity alias"
    I see all I need to see.  The Name, Alias, and ServerName (that their mailbox is on).  If I check someone whose mailbox has been disabled I get "object could not be found."  Perfect, then I know their mailbox no longer exists. 
    In trying to import a csv file of the 500 users - and export it I'm having trouble. There are a few posts on these forums for similar issues but none are working or the conditions are different.  I'm not too good and PS scripting so I am hoping someone
    can assist.  I pieced this together.
    import-csv C:\temp\DisabledMBs.csv | get-mailbox >c:\temp\DisabledMBsOutput.csv
    The csv output file is blank.  The PS screen outputs this error for each user.
    The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.
        + CategoryInfo          : InvalidArgument: (@{Name=Heaton; ...er Logon Name=}:PSObject) [Get-Mailbox], ParameterBindingException
        + FullyQualifiedErrorId : InputObjectNotBound,Get-Mailbox
    I guess I'm missing something here but stuck.  Any help is greatly appreciated!
    thank you!

    If you use a CSV for input, you need to tell the Get-Mailbox command what field is the identifier.  So if you have an alias field in your CSV, you would run your command as follows:
    import-csv C:\temp\DisabledMBs.csv | % { get-mailbox $_.Alias } | Export-Csv c:\temp\DisabledMBsOutput.csv -NoTypeInformation
    BTW, you'll notice that I've also piped your output to the Export-Csv command.  If you just pipe the output of Get-Mailbox to a file with a CSV suffix, you don't get a CSV - you get a text file with only one field named "Name                     
    Alias                ServerName       ProhibitSendQuota" (note, not "Name", "Alias", "ServerName", and "ProhibitSendQuota"
    separately).

  • SSRS 2008 Created Commssion Report, now getting error message when I run this ( need Help)

    in SSRS 2008 2 years ago created Commission with sub reports added, it was working fine, some how started to get error  
    message when we entered some invoice # see below screen shot of error message
    but same time if I enter different invoice # it process the report without any error message , donot understand the problem
    what's causing this issue, I have looked each sub report,
    can some one suggest any idea,
    I have spent hrs to figure it out, no luck so far.
    thanks in advance
    see the 2nd screen shot with report process
    any help will be greatly appreciated

    Hi Wendy
    thanks for your reply
    I tried creating new report , I have 1 main report and 3 sub report on this
    on main report when I enter some invoice# and accountnum  data shows up with no problem,
    but same time if I enter different invoice# and accountnum , there is no data return  on same query, I have checked my query so many times, donot understand this issue, what's causing this problem, since all the data pulling from same tables, why its
    not pulling for some invoices,
     other strange thing , I created this report , year ago, there was no problem until now,
    all of the sudden this problem just shows up,'
    I am not that expert in sql , can I really use advise
    see below by query , if you can tell me what's wrong with my query I will be really greatfull I have spend so much time to figure it out, but so far no luck
    SELECT        VENDTRANS.DATAAREAID, SALESTABLE.SALESID, VENDTRANS.VOUCHER, SALESTABLE.SALESTYPE, SALESTABLE.SALESSTATUS, VENDTRANS.TRANSDATE,
                             CUSTINVOICEJOUR.INVOICEAMOUNT, VENDTRANS.INVOICE, VENDTRANS.PAYMMODE, VENDTRANS.ACCOUNTNUM, VENDTRANS.TRANSTYPE,
                             VENDTRANS.LASTSETTLEVOUCHER, VENDTRANS.TXT, CUSTINVOICEJOUR.INVOICEACCOUNT, CUSTINVOICEJOUR.INVOICINGNAME,
                             VENDTRANS.LASTSETTLEDATE, LEDGERJOURNALTRANS.ACCOUNTTYPE, LEDGERJOURNALTRANS.AMOUNTCURCREDIT, LEDGERJOURNALTRANS.LINENUM,
                             CUSTINVOICETRANS.INVOICEDATE
    FROM            SALESTABLE INNER JOIN
                             CUSTINVOICETRANS ON SALESTABLE.DATAAREAID = CUSTINVOICETRANS.DATAAREAID AND SALESTABLE.SALESID = CUSTINVOICETRANS.SALESID
    INNER JOIN
                             CUSTINVOICEJOUR ON CUSTINVOICETRANS.INVOICEID = CUSTINVOICEJOUR.INVOICEID AND CUSTINVOICETRANS.SALESID = CUSTINVOICEJOUR.SALESID
    AND
                             CUSTINVOICETRANS.INVOICEDATE = CUSTINVOICEJOUR.INVOICEDATE INNER JOIN
                             VENDTRANS ON CUSTINVOICETRANS.INVOICEID = VENDTRANS.INVOICE AND CUSTINVOICETRANS.DATAAREAID = VENDTRANS.DATAAREAID
    AND
                             CUSTINVOICEJOUR.DATAAREAID = VENDTRANS.DATAAREAID AND CUSTINVOICEJOUR.INVOICEDATE = VENDTRANS.TRANSDATE INNER JOIN
                             LEDGERJOURNALTRANS ON VENDTRANS.DATAAREAID = LEDGERJOURNALTRANS.DATAAREAID AND
                             VENDTRANS.ACCOUNTNUM = LEDGERJOURNALTRANS.ACCOUNTNUM AND CUSTINVOICETRANS.LINENUM = LEDGERJOURNALTRANS.LINENUM AND
                             VENDTRANS.INVOICE = LEDGERJOURNALTRANS.INVOICE AND VENDTRANS.VOUCHER = LEDGERJOURNALTRANS.VOUCHER AND
                             VENDTRANS.PAYMMODE = LEDGERJOURNALTRANS.PAYMMODE AND VENDTRANS.TRANSDATE = LEDGERJOURNALTRANS.TRANSDATE
    WHERE        (VENDTRANS.DATAAREAID = N'AR1') AND (SALESTABLE.SALESTYPE = 3) AND (SALESTABLE.SALESSTATUS = 3) AND (VENDTRANS.ACCOUNTNUM = @Accountnum)
                             AND (VENDTRANS.INVOICE = @Invoice) AND (LEDGERJOURNALTRANS.ACCOUNTTYPE = 2)

  • Im getting **bleep** off with my N97 I need help!

    It is a good phone and i've been excited about all I think it has the potential to do but, i am getting frustrated  with the applications constantly freezing on me all of the quick office documents just freeze
    All i want to do is learn is phone inside out
    I can't sign into my hotmail account
    also does anyone have links to the possible downloadable games for this phone? 
    again all of the game applications just say loading and freeze
    and when i try to update te phone with the hope of speeding it up, it just says that their are no updates
    I want to be happy with this phone, but nokia are making it hard for me. is there a nokia store in london with a helpful people to go through this with me similar to the apple mac store where they give so much support?? 
    its getting me angry and i really don't want to be 

    Regarding the general instability problems, I am assuming from your comment about no updates you are still running 10.x firmware?
    If so, there's nothing you can do to get v11.x quicker, however there may be a few things you can do regarding some of the application problems.  Firstly, using your phone's browser, go to store.ovi.com and you will probably be informed an update is available for Ovi Store.  Install it.
    In Applications Menu, there is a utility called Software Update.  Have you tried running it?  Nokia released several software updates (I had 5) a week or so back and these are all useful updates, particularly the C: Phone Memory Update.  One of them, N-Gage is the N97 gamer store.  You'll find games there and in the Ovi Store.
    Once you've installed the updated, try powering down the phone and then load up the Ovi Store and replace any apps you may have like Facebook, AccuWeather, AP News etc.  Not only will this refresh the apps, but it'll install them on your mass memory storage and remove them from the phone memory, freeing up some space. 
    Finally, just try clearing your personal data from the phone in the web browser.  Maybe your phone is getting low on memory.
    Nokia N8 on O2-UK
    Firmware 022.014

  • Getting codec error in  a fcp project NEED HELP ASAP

    All of my other projects seem to be working fine, but one project in Paticular when I try to export using "quickime conversion" I get a codec error....as soon as I hit enter...therefore I cannot get it to convert to a quicktime file.
    I went an checked another project and it converted fine, it's just this one. how can I trouble shoot this.

    Just copy what's in the sequence. This is just a quick fix if it works. You would still probably want to figure out what happened in the old project to avoid it in the future.
    Seems like maybe you have the wrong sequence settings or something. Others here would be better equipped to troubleshoot it.
    Good Luck.

Maybe you are looking for

  • Diffrence between sy-cprog and sy-repid

    Dear all, Could someone tell me what are the differences between fields sy-repid and sy-cprog ? Also, Why is field REPID not present in SYST structure ? Already thank's Nicolas

  • Logging in to Verizon residential brings me to wireless??

    I can't get to my verizon residential account, it logs me into wireless...what's up with that?!

  • Pictures turn black, unable to edit

    I recently downloaded iphoto '11 and sometimes when I scroll over a picture in turns black and I can't see it. Alternately when I click any of the editing features, for example, straighten, it also turns black and I'm not able to edit either. Is anyo

  • [SOLVED] AMD Microcode update failed (on Xen host)

    I have an Arch system running as a VM Host based on Xen 4.4.1 It is yet unclear to me why the VMHost (Dom0) cannot update the CPU microcode of the AMD Opteron 3365. The following errors appear. [ 9.664531] microcode: CPU0: patch_level=0x0600081c [ 9.

  • What is APSDaemon

    On my laptop I regularly run itunes to sync content between my pc and my ipod. Most of the time it lags a lot and I go to the task manager. There i see itunes using only about 50% cpu and APSdaemon sing 40-50 percent usually. I end the APSDaemon proc