Error occurred while data was being converted.

hi all,
i am gettting a run-time error (dump) in this line of code,
            netval = wa_tb_str_ekpo-ktmng  *  wa_tb_str_ekpo-netpr.
ktmng is data type QUAN and has reference field MEINS of EKPO table
while netpr is data type CURR and has reference field WAERS of EKKO table.
ABAP ERROR ANALYSIS SAYS :
Error occurred while data was being converted.
Please help me.
Thanks.

hi prasad,
             you  can pass this value to the char field. then pass it to the field. and let me know the result.
regards,
venkat.

Similar Messages

  • EIC Authentication-Error occurred while data was read from your ERP system

    Hi everybody,
    hope someone can help me with this issue in a EP 7.0 Portal (SP 08):
    In ESS --> Personal Information --> EIC Authentication when I click on the service, I get the following message in roadmap step 1 (overview), :
    "An error occurred while data was read from your ERP system. Contact your system administrator."
    I appreciate your help! Thanks and best regards,
    Jasmin

    Hi,
    Found similar threads.It ma help u.
    /message/3652173#3652173 [original link is broken]
    /message/3652594#3652594 [original link is broken]
    Regards,
    Manoj.

  • Error occured while service was processing- seeing this error often

    I have Oracle EBS 12.1 installed and have a LDAP directory on the other side. data to directory is sent using soap protocol. Often while doing some operation like add user i get the following error
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <faultcode xmlns="">SOAP-ENV:Server</faultcode>
    <faultstring xmlns="">Error occured while service was processing.</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    </output>
    restarting the ebs services solves the problem. What is causing this?

    According to the XSD of the service, p_validate is an integer:
    <element name="P_VALIDATE" type="int" db:index="1" db:type="INTEGER" minOccurs="0" nillable="true" />

  • MP Drivers An Error occurred while files were being copied 0001 0002

    Afternoon,
    Hope anyone can assist.
    Okay here is a quick recap:
    They did a system recovery on the laptop befor that the printer wasa working 100% after the recovery the printer did not want to work at all.
    We have spoken to 5 different consultans from Canon. They say it is windows problem.
    It does not install from canon links or CD what we have for the printer.
    Canon Pixma MG2140
    Here is the message it keeps repeating:
    MP Drivers
    An Error occurred while files were being copied 0001 0002
    This is urgent as we have been struggling more than 3 Weeks.

    Hi,
    Do you have any anti-virus software installed? If you have, I would suggest you temporarily turn off these software, then try to install again.
    And please do not connect the device to the PC until the driver installation is complete.
    If the MP Drivers have been previously installed on the PC, unistall them first, maybe use the shortcut on the Start>Programs>Canon>MP Drivers menu, or via device manager, you can find instructions in Canon website.
    Yolanda Zhu
    TechNet Community Support

  • Error occured while service was processing while invoking Emp WS

    Getting error <faultstring>Error occured while service was processing.</faultstring> while invoking the Employee pl/sql webservice. Below is the payload I am sending to the webservice that is deployed in R12.1 instance using iRep. Please help.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hr="http://xmlns.oracle.com/apps/per/soaprovider/plsql/hr_employee_api/" xmlns:cre="http://xmlns.oracle.com/apps/per/soaprovider/plsql/hr_employee_api/create_employee/">
    <soapenv:Header>
    <hr:SOAHeader>
    <hr:Responsibility>SYSTEM_ADMINISTRATOR</hr:Responsibility>
    <hr:RespApplication>SYSADMIN</hr:RespApplication>
    <hr:SecurityGroup>Standard</hr:SecurityGroup>
    <hr:NLSLanguage>AMERICAN</hr:NLSLanguage>
    <hr:Org_Id>204</hr:Org_Id>
    </hr:SOAHeader>
    <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken wsu:Id="UsernameToken-Vm6jzMWeZx220sdBFHZ93A22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>SYSADMIN</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">x</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soapenv:Header>
    <soapenv:Body>
    <cre:InputParameters>
    <cre:P_VALIDATE>false</cre:P_VALIDATE>
    <cre:P_HIRE_DATE>17-JUN-07</cre:P_HIRE_DATE>
    <cre:P_BUSINESS_GROUP_ID>202</cre:P_BUSINESS_GROUP_ID>
    <cre:P_LAST_NAME>Employee</cre:P_LAST_NAME>
    <cre:P_SEX>M</cre:P_SEX>
    <cre:P_PERSON_TYPE_ID>13</cre:P_PERSON_TYPE_ID>
    <cre:P_PER_COMMENTS>Test</cre:P_PER_COMMENTS>
    <cre:P_DATE_EMPLOYEE_DATA_VERIFIED></cre:P_DATE_EMPLOYEE_DATA_VERIFIED>
    <cre:P_DATE_OF_BIRTH>01-JAN-1981</cre:P_DATE_OF_BIRTH>
    <cre:P_EMAIL_ADDRESS>[email protected]</cre:P_EMAIL_ADDRESS>
    <cre:P_EMPLOYEE_NUMBER>123421</cre:P_EMPLOYEE_NUMBER>
    <cre:P_EXPENSE_CHECK_SEND_TO_ADDRES></cre:P_EXPENSE_CHECK_SEND_TO_ADDRES>
    <cre:P_FIRST_NAME>ORACLE FORUM 3</cre:P_FIRST_NAME>
    <cre:P_KNOWN_AS>Raj</cre:P_KNOWN_AS>
    </cre:InputParameters>
    </soapenv:Body>
    </soapenv:Envelope>

    According to the XSD of the service, p_validate is an integer:
    <element name="P_VALIDATE" type="int" db:index="1" db:type="INTEGER" minOccurs="0" nillable="true" />

  • Can't download itune 10.5. it says window installer error occurs while i was installing . what should i do???

    can't download itune 10.5.
    it says window installer error occurs while i was installing it.
    what should i do?? i tried everything. i just can't download it.

    I have the same problem, PC with windows 7 and 64 bit.  Don't know how to fix yet

  • Sharepoint 2010, InfoPath 2010 with Custom Workflow. Error Message: InfoPath cannot submit the form. An error occured while form was submitted...

    I have created an InfoPath form that submits to a Sharepoint library with custom workflow attached. The workflow is initiated when the user submits the form. An email is sent to the supervisor who clicks the "Encoded Absolute URL" and approved
    the form via the emailed form. Then, based on certain criteria the form is either emailed to the VP or the workflow is complete. The VP is sent an email and clicks the "Encoded Absolute URL" and sumbits the form via the emailed form. This is
    how I would like it to work. The reality is, the form submits and is emailed to the supervisor and the supervisor is able to approve but when the form is sumbitted I get an error. The error is "InfoPath cannot submit the form. An error occured while
    this form was being submitted. The form cannot be submitted to the following location: <URL> The file <URL> is checked out for editing by <me> The operation completed successfully." The operation did not complete successfully and it
    is not checked out. I have read in previous posts that the file is locked. Since I am in the testing faze of the project there is no one else using the form. I have waited 24 hours and the lock has not been released. Please help!!! My deadline is growing short.

    I ran into your post while having a similar issue.  I don't have a 'full' fix for you, but I noticed at least in our case if you made sure you opened the Infopath form through the browser instead of the client Infopath program (use the drop-down menu
    and open in browser) the error doesn't occur.  Hope that helps some....

  • An error occurred while I was updating my Ipad

    I got an error when i was updating my ipad and the update aborted itself and now my itunes wont recognize my ipad and my ipad has been restored.  My ipad just sits there with the "plug into itunes" pictures and my itunes doesnt recognize it.  I have done everything else ive found, change usb port, use different cable, uninstall and reinstall itunes, i cant think of anything else.  Please help, thanks.

    You should try recovery mode now.
    iPad: Unable to update or restore - Support - Apple

  • Error occured while updatin to 4.1 now iPhone won't start!

    I tried to update my iPhone3G to 4.1 and an error occured while it was updating now when I turn it on it shows the 'Connect to iTunes'. I do this and iTunes asks me to 'Restore'. It tries to restore but comes up with another error (error 2003)
    Message was edited by: dhutch79
    Message was edited by: dhutch79

    I have the same problem. I just came off of vacation and it looks like i'm about to lose all my pictures which really makes me ******. Help!

  • I updated my iphone 3gs , but error occured while updating the firmware , now it is in recovery mode. now when i am restoring an error 1015 is coming again while updating the firmware .

    i was updating my iphone 3gs , but error occured while itunes was updating firmware. it asked me to revert back to backup. it is in recovery mode. now when i am restoring , again eroor is there while updating firmware part . (1015)  . please help what to do . or manually download a update

    same thing happened to me. my phone is unlocked. did you have any luck.
    please send info.
    thank you

  • SQL Service Broker 2012: the connection was closed by the remote end, or an error occurred while receiving data: '64(The specified network name is no longer available.)'

    Anyone can help with the below issue please? Much appreciated.
    We have about 2k+ messages in sys.transmission_queue
    Telnet to the ports 4022 is working fine.
    Network connectivity has been ruled out.
    The firewalls are OFF.
    We also explicitly provided the permissions to the service account on Server A and Server B to the Service broker end points.
    GRANT
    CONNECT ON
    ENDPOINT <broker> <domain\serviceaccount>
    Currently for troubleshooting purposes, the DR node is also out of the Availability Group, which means that we right now have only one replica the server is now a traditional cluster.
    Important thing to note is when a SQL Server service is restarted, all the messages in the sys.transmission queue is cleared immediately. After about 30-40 minutes, the errors are continued to be seen with the below
    The
    connection was
    closed by the
    remote end,
    or an
    error occurred while
    receiving data:
    '64(The specified network name is no longer available.)'

    We were able to narrow down the issue to an irrelevant IP coming into play during the data transfer. We tried ssbdiagnose runtime and found this error:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>SSBDIAGNOSE -E RUNTIME -ID 54F03D35-1A94-48D2-8144-5A9D24B24520 Connect to -S <SourceServer> -d <SourceDB> Connect To -S <DestinationServer> -d <DestinationDB>
    Microsoft SQL Server 11.0.2100.60
    Service Broker Diagnostic Utility
    An internal exception occurred: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    P  29830                                 Could not find the connection to the SQL Server that
    corresponds to the routing address tcp://XX.XXX.XXX.199:4022. Ensure the tool is connected to this server to allow investigation of runtime events
    The IP that corresponds to routing address is no where configured within the SSB. We are yet unsure why this IP is being referred despite not being configured anywhere. We identified that this IP belongs to one of nodes other SQL Server cluster, which has
    no direct relation to the source server. We failed over that irrelevant SQL Server cluster and made another node active and to our surprise, the data from sys.transmission_queue started flowing. Even today we are able to reproduce the issue, if we bring
    back this node [XX.XXX.XXX.199] as active. Since, its a high business activity period, we are not investigating further until we get an approved downtime to find the root cause of it.
    When we get a approved downtime, we will bring the node [XX.XXX.XXX.199] as active and we will be running Network Monitor, Process Monitor and the SSB Diagnose all in parallel to capture the process/program that is accessing the irrelevant IP.
    Once, we are able to nail down the root cause, I will share more information.

  • Exchange Office Web Apps Preview Does not work in OWA. An error occurred while the document preview was being created

    Hi,
    I have managed to configure intergration between Office Web App server 2013 and Exchange 2013 OWA.
    I have created a test users Test1 and Test 2. I have given full access on Test2 mailbox to user test 1.
    When I login to owa for user test1 and preview the attachment it works fine.
    However when I use "Open another mailbox" in OWA and open test2 mailbox and try to preview the attachments in test2 inbox it errors as
    " An error occurred while the document preview was being created. Please try again later " as follows
    I am new to office web apps server 2013 and implemented it first time. Can anyone suggest resolutions or troubleshooting ?

    Hi,
    To narrow down the cause, I’d like to recommend the following troubleshooting:
    1. Does the error appear when you directly access test 2 mailbox through OWA?
    2. Check if there is 141 error in your event log.
    3. Check whether Office web app server connects with Exchange server when the issue happens.
    Access the URL: https://hostname/hosting/discovery
    4. Grant full access permission again and check the result.
    For more information about Office web app integration with Exchange, please refer to the following article:
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/management-administration/exchange-2013-office-web-apps-server-integration.html
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • An error occurred while reconnecting P: to \\JSERVER\Data Microsoft Windows Network: The network path was not found. This connection has not been restored.

    Almost every day when I open my computer I get this message:
    An error occurred while reconnecting P: to \  \  JSERVER\data Microsoft Windows Network: The network path was not found. This connection has not been restored.
    We then have to go through the process of resetting everything from start to finish just so I can connect to the server. There is no reason that we can find that causes this other than maybe windows updating every night. Any suggestions as to how to
    fix this? 

    it sounds like you have a network drive you are trying to map even though you are not logged in maybe in a script or task instead of backing up to :P backup to the share, make sure you have security set properly to run the task when not logged on.
    I assume you are running a backup of some sort as this is the backup forum..

  • Lastest Itunes version loaded - Receive the following error message when trying to download a music CD: "Error occurred while converting the file (title of CD) A file was specified instead of a folder."

    OS X Mavericks with latest itunes version loaded. 
    Receive the following error message when attempting to download a music CD: " Error occurred while converting the file (name of music CD). A file was speceifed instead of a folder."

    The best discussion of resolving the issues is found in the user tip: https://discussions.apple.com/docs/DOC-6562

  • The backup was not performed because an error occurred while copying files

    One Time Capsule, Two MacBook's, OS10.6.6
    One MacBook can backup no problem, The other cannot backup says: the backup was not performed because an error occurred while copying files to the backup disk.
    Using a Time Machine Buddy widget gives:
    Starting standard backup
    Attempting to mount network destination using URL: afp://Rachel%[email protected]/Data
    Mounted network destination using URL: afp://Rachel%[email protected]/Data
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/Data/Rachel Feuchtwang’s MacBook.sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    No pre-backup thinning needed: 4.70 GB requested (including padding), 721.52 GB available
    Indexing a file failed. Returned 200 for: /Applications/Dashboard.app, /Volumes/Time Machine Backups/Backups.backupdb/Rachel Feuchtwang’s MacBook/2011-01-12-115852.inProgress/F82EB140-616F-4213-9B4A-072C2C98B556/MAC/A pplications/Dashboard.app
    Aborting backup because indexing a file failed.
    Stopping backup.
    Copied 5 files (84 bytes) from volume MAC.
    Copy stage failed with error:11
    Backup failed with error: 11
    Ejected Time Machine disk image.
    Ejected Time Machine network volume.
    Who would be so kind to point me in the direction to make thsi work again?
    Thanks! Hugo

    This could very well have to do with ACLs.
    I bumped into the same problem:
    5/8/11 10:43:22 PM          com.apple.backupd[7126]          Error: (-41) SrcErr:NO Copying /Users/SA/Public/Drop Box/HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/ Resources/de.lproj/SUAutomaticUpdateAlert.nib/classes.nib to /Volumes/Local Backup/Backups.backupdb/Server/2011-05-08-221524.inProgress/88ACE716-0660-44C8- A128-CF01046FC2F8/Macintosh HD/Users/SA/Public/Drop Box/HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/ Resources/de.lproj/SUAutomaticUpdateAlert.nib
    Using DD or CCC is no option for me, I don't want downtime and I want incremental backups. So I started to investigate.
    I repartitioned my external Time Machine drive, did the backup again. It didn't work. Then I blocked the culprit file mentioned in the logs from being backed up with TM. That helped, only to find that a bit later it found another file with issues.
    So i looked at the files an found they had ACLs on them that somehow prevented them from being copied.
    SOLUTION:
    remove the ACL from the file.
    If you want to remove all ACLs in a directory, use Terminal and navigate to that directory. Then issue this command:
    sudo echo | sudo chmod -R -E ./*
    If you would like to remove ACLs from a single file or package (e.g. an application), issue this:
    sudo echo | sudo chmod -R -E <nameoffile>
    You might have to this several times since there might be multiple files affected. Unlike previous solutions, this one does not require you to delete the file.
    I got the command to remove ACLs from http://osxadmin.blogspot.com/2008/01/chmod-acl-removal.html

Maybe you are looking for