In a big trouble(offset issue)

Hi gurus,
while upgrading from 4.6c to 6.0 i am gettin this error.
please help me in reolving this offset issue
thanks in advance.
error :
"RM11P" and "WA+49(719)" are not mutually convertible in a Unicode          program . . . . .          
line in which error is coming :
MOVE WA+49    TO RM11P.
structure of wa is :
DATA: BEGIN OF WA,
        WA1(256),
        WA2(256),
        WA3(256),
      END OF WA.
and rm11p is a database structure.

is this a custom program ?   looks like ..
then se38 > attributes>  unicode check active  (check box ) - uncheck this.

Similar Messages

  • I think I'm in big trouble now - CFReport

    Hi all,
    My client asked for some nicer reports that don't look so "excel-ish", specifically they wanted to see some nice looking 3D charts along with their data in a PDF format.
    So, I worked on trying to create some nice mockup charts using the CFChart command, which I haven't used in a few years. I discovered the whole WebCharts3D series of charts, and was fairly impressed with the flexibility it had. So, I created an HTML page with my data and my new charts, and used CFDocument to make them a PDF. They looked great! Nice gradients on the backgrounds, my client's logo at the top of each chart, pie charts that jump out of the page at you... I got more than a few "wow's".
    Then, I had to do it for real, and quickly saw that using CFDocument does not allow you to print page headers and footers when the report is more than a page long. I played for quite a while with google searches and CSS tricks to get it to happen, but it just isn't there yet - you can't get multiple footers to print (although you can get multiple headers - but it's hokey). Not to mention problems of the page break cutting off a line of text (maybe solvable, but at what cost? hours more of my time). So, I gave up using the CFDocument tag for our reports.
    Then I tried the CF Report Builder. I have had some teething issues, but have been able to get a basic report at least, complete with my client's logo and watermark, and a pie chart. However, the pie chart looks terrible compared to the slick WebCharts3D pie chart that I did before. Plus, I haven't been able to get a bar chart work off of a passed in query yet, but I could probably get through that on my own.
    To my question. Can you use a Webcharts3D chart in a CFReport? or, in other words, can you use CFChart in a CFReport?
    If I cannot, I think I'm in big trouble, as the client thinks I can create these nice charts in a slew of new reports they want me to write... and I'll have to tell them that it's not possible? After I've already shown them what CFDocument can do?
    Thanks in advance...
    Swift

    Unfortunately, the file is probably gone.
    If it is retrievable, you will need to go directly into the drive. This means that the drive must be pulled from the Time Capsule and placed in an enclosure, just to see if the software program can retrieve the information. That's a big "IF".
    I haven't tried this, (pulling the drive will void the warranty on the Time Capsule), so I can't predict what your chances of success may be. Perhaps some other users could help in this regard.

  • Big trouble installing MS Access App - WIN7

    Hello, everybody! (LET ME STRESS THAT, I STILL CAN INSTALL IT 'EVERYWHERE', NO PROBLEM. THAT'S HAPPENING JUST TO MY CLIENT. MAYBE I DIDN'T MAKE THAT CLEAR ENOUGH, SORRY FOR THE CAPS)
    Well, I'm having a big trouble when trying to install access app, and that's just unbelieveable! I would like to share it with You, expert fellows, and ask for some help, if You don't mind.
    Technically, my client is having a problem,  not me, not at all! And here's the scenario :
    1. Application runs on AccessRuntime 2010
    2. FE accdr(from compiled accde) and BE accdb
    3. I use InnoSetup to copy the files, run the additional softwares, all 'Trusted Location' settings are created, it's just perfect.
    4. It was installing OK a couple of days ago(just accdr from accdb)
    5. I was able to install it anywhere, I don't see anything wrong(Win8,Win7, i bet it would even work on XP)
    6. It was running a couple of days ago until i added the compiled accde->accdr instead of accdb->accdr to the setup, that was the only update applied to  current Setup program, and I bet that's what's happening, don't
    know why, or how, since it's fine for me, works just the same. Tricky, specially because i don't see s**t, and in fact, nothing works, it's just amazing!
    7. The bug : After installed, error messages : 
    *1 'the expression you entered has a function name that "app name" can't find'
    *2 Some window to stop macros :
    *3 '"app name" cannot run the macro or callback function "Callbackonload" make sure the macro or function exists and takes the correct parameters (Callbackonload Loads ribbons settings,
    with icons, all that thing. Never had any trouble with it, not even when i started working with that ribbon stuff)
    *4 and again, error report on  'popup' windows:
    Now, I wouldn't like to install a non-compiled file, rather to contour the bug, if that's the reason for it as it seems.
    Specially because this individual, thinks he's part of development team, and is always giving 'contributions' on how to test, how to track bugs, or allegedly bugs or how things work, etc, because he's been a developer 100 years ago, and something, and it will
    not take long for him to start messing things around, besides the fact he bought an application only, not source code.  
    Anyway, I'm having a bit of a hard time finding a way out of this, and simply don't know how to proceed, so if anybody would kindly share one's knowledge with me and help me out on this subject, I would appreciate a lot, as usually!
    Thanks everybody, and excuse me, if that's a clumsy question!

    Actually, the scenario you outline includes the “golden ring” information as to the problem. (as a result – your post is VERY good since you included details as to WHEN the application works, and when it does not! – well done on your part!!!).
    You CAREFULLY note that when you distribute a NON compiled (accDB) then your application works.
    You CAREFULLY note that when you distribute a compiled application (accDE), then it does NOT work. For the people reading this post – this is the above “golden ring” information that explains what is going on.
    In NEAR ALL cases the above means that the target computer has a DIFFERENT version of Access. And when I say “different” version that INCLUDES Access with a DIFFERENT SP update level!
    With Access 2010 (full edition), the SP updates are rolled out automatic by windows update. With the Access runtime, such SP updates are NOT rolled out.
    This means the customer machine (client) is running a DIFFERENT version of Access. When you supply an accDB, then Access can (and WILL) detect that the VBA code needs to be re-compiled.
    WHEN you distribute an accDE, then then VBA source code is NOT available. And of course the target computer is running a different version of Access (and as noted “different” INCLUDES when talking about SAME version of office but DIFFERENT SP update levels).
    The end result is you need to compile the accDE on the SAME SP revision level that the customer is using. They are VERY likely installing 2010 runtime, but NOT installing the SP2 update to access runtime. MOST important here is installing the office SP2
    update on that target will NOT update the Access runtime!
    As a side note, for Access 2013, the download DOES include the SP updates, but 2010 does NOT!
    I thus suggest they download + install the Access runtime SP2 update. Remember, SPECIFIC they must run the Access 2010 runtime SP2 update – the office 2010 SP update is NOT sufficient.
    So the “BIG HINT” here is that WHEN you include source code, your application runs fine. When you DO NOT include source code (accDE), then the application fails on the target computer. And this is a GREAT lesson for people posting – since they now know and
    realize the above issue.
    So the “big” hint is WHEN code can not re-compile your application breaks. This is due to the SP level on your development machine being different then the Access SP update level on the target computer.
    The above problem is exasperated by the OFTEN occurring issue that your development machine will receive the office update via windows update automatic, and the runtime does not.
    However I give you a BIG THUMBS up, since you INCLUDED the VERY IMPORTANT detail that an accDB runs, but the accDE does not!
    So the accDB includes source code and will “automatic” re-compile on the customers machine – the accDE does not do this and in fact cannot due to no source code being included.
    And I should point out that this automatic VBA re-compile even occurs if the customer has runtime only installed.
    So VERY important here is when distribution compiled code, you must ensure that the target computer MATCHES your SP update level that you used to develop the application.
    And, do post back to verify the above issue - I have a VERY high confidence the above is your issue, since I seen it a zillion times in the last year!
    Regards,
    Albert D. Kallal (Access MVP)
    Edmonton, Alberta Canad

  • HT1918 hi there. I have a problem edit my card info. I would like change my payment debit cart but system don`t let me do this and I don`t know wy . it is big trouble because I had chenge my bank and account too so I need change my payment details but I c

    hi there. I have a problem edit my card info. I would like change my payment debit cart but system don`t let me do this and I don`t know wy . it is big trouble because I had chenge my bank and account too so I need change my payment details but I can`t. thank you  

    Follow this link for the Bionic ICS user guide; if you have issues/questions, you may want to do a search on this forum as there are already several threads/remedies.  If a search doesn't answer your question, submit a post.
    https://community.verizonwireless.com/message/893011#893011

  • Big troubles with FTP upload since upgrade to leopard

    Hello out there,
    I made an upgrade from tiger to leopard 3 weeks ago (10.5.7) on my iMac (Intel - early 2006). Since this time I Have big troubles with ftp upload.
    I'm using Cyberduck as FTP client and it worked very well before but since the upgrade it starts quick and falls down to a view kb after a view seconds. Sometimes it stops completely.
    Target Server is checked and working well. Also the ISP is fine (tested with a windows machine).
    As it is important for my business (photographer) I would appreciate if somebody can give me a quick hint how to solve this problem.
    Thanks in advance

    I am also experiencing this problem, but only (so far) with one hosting company of the many I FTP into (web designer). The symptoms are exactly as reported above. Files initially start uploading fine, then slow to a crawl and stall. This is the same regardless of FTP software. Error reports say the server is not responding.
    This problem is the same using my daughter's computer (also running 10.5.7), but my son (being my son) hasn't updated his OS since 10.5.5 and I encounter NO problems whatsoever FTPing from his machine, nor from a PC.
    It's only the uploads that seem to cause a problem. Communicating with the server to download, rename, move or delete files presents no issues.
    (In trying to track down where the problem was, I also discovered that the traceroute command to any site on both 10.5.5 and 10.5.7 stalls at the modem, though pings work fine as does tracert from the PC.)

  • I'm having big trouble with my new mainboard: Part II

    Hi  
    I haven't got any more replies to my post "I'm having big trouble with my new mainboard" by Krelian 2003.09.13 at 05:25. Please help! I've been struggling with this for a LONG time. And now my computer won't boot at all! Sometimes the LED's in front of the computer lights up for half a second, and nothing more happens. The only sign of life is the green light in the LAN jack. It happened after I took the ide cable for my harddrive in and out of the mainboard. This is insane, how can that suddeny happen :O ?! I was asked by wonkanoby to post max amps for my PSU, I did, and I really need to know if I maybe need a new PSU, since he asked that. Can a new PSU solve all the problems mentioned in my previous posts? Everything was fine except that I couldn't get into Windows, before i tried another harddrive on my computer. How can that complicate things so much? I have tried going barebone, and taking out the cmos battery and setting the jumpers JBAT1, J10 and J11. I have also tried every suggestion I got. Please help! I really need to get this fixed!
    -Krelian

    Some power supplies or designed so that if there is a short or overload they shut them selfs off and some will not turn back on. Some have a relay that will click back on and work, some you have to  cycle the power switch. Those that won't come back on will have to be replaced. I'm not saying that yours is that type as I have no way of telling. But if you have a friend who will loan you a good power supply you might try it. As someone else said just turning off the power will not darn all the power from some motherboards. To test this turn off your power supply than turn on the computer with the start botton. Mine will flash the lights and fans will start to spin than die. So every time you turn off computer to work on it. After turning off PSU hit the start botton to drian any power left in it before working on it. Also do this after unplugging it just to make sure.

  • HT1349 Actually, my iphone was hanged and its screen was not working at all .So, I updated its software from market but for reactivation it require icloud account but i didn't know how exactly it is and i was caught in big trouble . But i have its box and

    Actually, my iphone was hanged and its screen was not working at all .So, I updated its software from market but for reactivation it require icloud account but i didn't know how exactly it is and i was caught in big trouble . But i have its box and all other accessories .So , kindly help me as early as possible .Thankyou    and tell me about its solution
    <Email Edited by Host>

    Basic troubleshooting steps outline in the manual are restart, reset, restore from backup, restore as new.  Try each of these in order until the problem is resolved.  If you've been through all these steps and the trouble persists, you'll need to bring your phone to Apple for evaluation.  Be sure to make an appointment first at the Genius Bar so you won't have a long wait.
    Best
    GDG

  • LOst my Adobe Download Manager - big trouble

    I'm having big troubles.
    I tried to upload to the newest Reader, but I was in Firefox AND IT COMPLETELY MESSED UP THE DOWNLOAD.
    The more I tried to fix it, the more messed up it became.
    Now I lost the Download Manager and can't get ANYTHING to download to my computer -- let alone fix this mess.
    Any advice anyone?
    Thanks,
    K.

    Thank you Pat,
    The Windows Installer downloaded and installed without problem.
    In it, I have nothing about Adobe Reader or Adobe Download manager.
    I do , however, have:
    Acrobat.com
    Adobe AIR
    Adobe Media Player
    When I tried to launch
    http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.1/enu/AdbeRdr910_en_US.exe,
    I got the following error message (without the quotation marks):
    "C:\DOCUME1\owner\LOCALS1\Temp\DMkBq8sP.exe.part could not be saved,
    because the source file could not be read.
    Try again later, or contact the server administrator."
    I did not, of course attempt Step 3.
    Any more suggestions? Should I remove the three I mentioned above?

  • Serious QT Player audio offset issue OS X/Win

    Hello,
    we are an animation studio for tv commercials in Germany working for advertisement agencies with over 15 years experience. The whole branch is mainly using Quicktime movies for presentations and approvals.
    Within our last project we figured out again that there's a serious audio offset issue by Quicktime which will give the whole approval and playout process a headache. Usually we encode in H.264 and these movies will be uploaded to a website or sent by email.
    The issue I am talking about is a very little desync of video and audio. We are talking about 3 frames delay of the picture. We found out that this is caused by the player only.
    Example: we have a picture sequence in After Effect and the audio file delivered by the sound studio which is perfectly mixed to the animation sequence. The After Effects RAM preview will play the whole movie perfectly as approved at the sound studio. When you export this to a Quicktime movie the Quicktime player result is different. Exactly 3 frames. Adjusting the audio track 3 frames forward will give you the right result.
    The main problem now is that you need to offset 3 frames to get sure that everyone will experience the correct audio/video on an Apple and Windows system (both tested here). For a playout to tape (station copy) or encoding in Flash, YouTube, Vimeo you need to deliver the version without the audio offset.
    If you use the 3 frames offset version for encoding in Flash, YouTube or Vimeo you will get a wrong result. This time the picture is running 3 frames behind. Playing the original Quicktime with another player like AFX RAM Player, VLC or Media Player Classic will show the correct result.
    We also downloaded a couple of Trailers and compared the original with a 3 frames audio offset version. The original ones look wrong in QT and the wrong ones look right. It's a player issue what has to be fixed asap by Apple. The question now is: where can I contact a qualified Apple support who will understand the problem? This has to be moved to the Apple development team.
    We googled the net and found discussions about the issue. But noone so far could work out that it's a Apple Player bug and not caused by other software. In one thread some users were sure that e.g. After Effects is exporting the wrong movie. It was recommended to move the audio in After Effects to get the right result. If you do so and believe and trust in the Quicktime Player you will export the wrong result and your TV Commercial's picture is 3 frames desynced to audio. Honestly this 3 frames offset is hard to recognize depending on the movie. But it's definitely an error what could cause a desaster if a commercial will be in a bugged version on-air.
    Any comments and questions are welcome. Feel free to contact me by email: [email protected]

    1. Check the cycle count of the battery against the rated life for your model. The battery may be due for replacement. If the power adapter is connected almost all the time, the battery may need replacing even though the cycle count is not too high.
    2. Follow these instructions, or these for OS X 10.8 or earlier.
    3. In the Energy Saver preference pane, uncheck the box marked
              Enable Power Nap while on battery power
    if it's shown (it may not be.)
    4. You can also try resetting the SMC.
    5. Make sure your system is up to date in Software Update.
    6. Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • Firewire , Audio & Offset Issues = has apple resolved them ?

    I've read a lot about the firewire offset issues on firewire audio devices using the built in OSX drivers.
    Has apple resolved this yet?
    Is USB safe to use?

    I tried the firepod and could not use even a buffer of 64 at times.
    Then I tried a usb toneport and got a buffer of 32 with heavy track and plug in content while playing guitar through amplitube with software monitoring on.

  • I am having big troubles by sending emails - not receive them

    I am having big troubles by sending emails! I can receive them, but as soon as I want to send an email myself, then it 1) says that the email is too big, or 2) says that my password is wrong, or 3) says that the server is out of function. Anyone knows how to solve this problem?

    Mail (Mountain Lion): Solve Mail problems

  • I had big trouble yesterday downloading Mavericks

    I had big trouble yesterday downloading Mavericks to a Mid 2012 15" MacBookPro.  Ended up a no-start mode upon auto restart and eventually had to revert to "Command R" restart and reinstall Mountain Lion.  Anybody else have this problem on Day One?

    See:
    *http://kb.mozillazine.org/Resetting_preferences
    You can use "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.

  • Big trouble when changing graphics card on Envy desktop.

    My Envy H8-1419 uses the Eyefinity Radeon HD 7570 card. I want to use a Zotac GeForce GTX 650 Ti card (double slot). The card fits physically without difficulty but there is no display on boot (machine beeps, monitor says "no signal"). Desktop seems to meet all requirements re power and system specs. Does something in BIOS need to be reset? Anything else?
    This question was solved.
    View Solution.

    Hi:
    You have to change two BIOS settings on your PC when you plan to install a non-HP video card.
    After you read the below info, hopefully your current big trouble will only be a distant memory.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03653200&lc=en&jumpid=reg_r1002_us...

  • Big trouble moving Archived Canon 5D/7D footage.

    Hi All,
    here i'm with big trouble batch capturing an huge quantity of footage.
    Here the worklow:
    All the footage has been log and trasfered in ProRes Proxy.
    At end of editing, I'd like to take all the clip in Prores HQ.
    I've created an offline version and the moved to another system.
    Here the troubles. Many of the cards are not readable and even when I read it, Final cut
    tell me that nothing is ready. The incredible thing is that if I do the same thing on the original system
    it works great! Any idea is very well Accepted! Please help me!
    Many thanks in advance! Best Regards
    Paul

    If you transcoded to ProRes you shouldn't be waiting hours for an export.  Unless your timeline is hours in duration.  As you're working at a post house you probably know all of this, but here are a couple of tips I can think of right now that could speed things up:
    1) Only one frame rate on a timeline.
    2) Minimize the number of filters on a clip.
    3) Export to a drive that is not the drive your media is on.  Perhaps you have a media drive and a completed projects drive.  Of course both should be internal SATA, eSATA, Firewire, Lightpeak, or perhaps a proprietary connection to a RAID card.  No USB.  If you aren't needing to have a lot of data on your media drive or your export drive consider a faster (but smaller) solid state drive.
    4) Use the Batch Export function.  Queue everything up and have Final Cut exporting a few sequences during lunch or when you leave at night.
    5) Make sure autorender is on.  Leave Final Cut open at night and it will autorender all open sequences.  If you have several filters on your clips the computer will work on it overnight and you'll come in to a rendered sequence that should export very quickly.

  • Big trouble about my order

    hi folks
    i have a big trouble about my order don't have any serial number so what's going on ?
    We received your payment - thank you! Here are the details about that order for your records:
    Order Details:
    Creative Cloud single-app membership for Adobe Premiere Pro (one-year) US$19.99 per month
    Order # AD015556514 US$2.99 tax
    Total payment today:   US$22.98
    thx

    We are not Adobe. This is a user to user forum.  We are consumers just like you.
    You will need to contact Adobe:
    https://www.google.com/search?q=contact+Adobe&oq=contact+Adobe&aqs=chrome..69i57j69i65j69i 60l3j69i59&sourceid=chrome&es_…

Maybe you are looking for

  • Is it still possible to obtain imovie HD?

    Friends, I have ilife 08 but I would like to obtain a version of imovie HD. Is it possible? I can't find a downloadable version on Apple's website. Thanks! Steve

  • Could I have changed a setting that is not allowing chroma key to work

    Very frustrated....I know how to chroma key (the process) but the eye dropper color selector is not working at all Doing something wrong, or locked something but NO idea what would be stopping this...this is a tough one.... Thanks Don

  • Add-on 9000005 failed with exception; Event Type: 1

    Hi Experts, I am woking on a project which uses DI API and creates AP Invoice by reading an excel file. I used all the invoice in one sap transaction. I read excel line by line and create one AP Invoice per line. It works when excel is having less th

  • Java EE Tutorial ant deploy

    Hi I have a problem when using the ant deploy command in the hello1 app in the tutorial. I get an error: BUILD FAILED E:\dev\javaeetutorial5\examples\bp-project\app-server-ant.xml:417: Property javaee.server.passwordfile not specified. Please specify

  • Flash player just won't work..

    I am using a PC and operating on IE. I have downloaded the latest flashplayer a number of times, it says "installation complete" but then when I go to YouTube for example, it says I cannot watch videos due to not having flashplayer. I have been throu