Please help!!!! dataload problems for G/L

Hi everyone I could really need your help with this.
I have to get a Greek General Ledger dataload into SAP. Unfortunately it contains Greek chracters in the excel file and I copy and paste the entries into notepad and save it as Unicode.
When I try to upload the file the program errors and says that the file is empty?
Has anyone done this before or does anyone have any ideas?
I've saved the file as a unicode .txt file file on windows XP and when you open the .txt file you can see Greek characters.
Yet when I load it into SAP via a custom dataload program I get error:
'Input file /home/gr1adm/dataload/greece/dataload/zinlfi01.txt is empty'. Which is a Message no. ZB 023.
What a Blinder!

Hi Steve,
Phew, I finally managed to find this and I hope you find it useful
We implemented SAP for our Greek business over a year ago and this knowledge was gained after many hours of R&D.
Therefore, please find enclosed the method that we used for Greece and it does work - it took me a week to figure out what was going on and this is the cleanest solution and doesn't involve any messing about with the Windows registry and codepages (which is what the resident network 'Guru' told me I had to do):
Firstly, administration rights will be required on the local PC. Also exit all open programs and save any appropriate data.
- From the PCs desktop go to:
Start->Settings->Control Panel--->Regional Settings
- This will take you to the 'Regional Settings Properties' selection box. On the 'Input Locales' tab, ensure that 'Greek' is both added as an installed input locale and is available.
- On the Regional Settings tab select 'Greece' and also tick 'Set as system default locale'.
- Click Apply and a drive-selection box will appear.
- Browse the computer for the drive where the Windows NT disk is located and then click OK.
- The appropriate files will then be loaded to the PC and a request to restart the computer will be displayed. Allow the computer to restart and now Greek files can be saved directly from Excel and should also be accepted into SAP.
- Problems with Font sizes may arise and if this causes significant problems then repeat the stated procedure but select 'English (United Kingdom)' as the default locale (obviously if you're based in another part of the world then you'd enter your own local default value), instead of Greek and then follow the screens to re-start the computer.
<b>N.B.</b> you will not be able to create Greek files when English is the default locale. These files can then be uploaded onto SAP without any codepage errors.
Once the information from the Windows NT CD is installed onto the PC, then switches between the Greek and English settings can be done whenever it suits the user.
I hope this helps.
Regards,
Hafeez

Similar Messages

  • Please solve this problem for me.

    I can not get it up in the game's "Your Purchase Could Not Be Completed. For assistance, contact iTunes Support at www.apple.com / support / itunes / ww. Please solve this problem for me.

    Maybe you should try following the directions in the message... http://www.apple.com/support/itunes/ww

  • I made a card using the iPhoto and when I click to buy it, it says that I did not fill all the frames with pictures, even though I did and have checked multiple times. Please help, it's for Mother's Day.

    I made a card using the iPhoto and when I click to buy it, it says that I did not fill all the frames with pictures and that I need to in order to purchase it, even though I did and have checked multiple times. Please help, it's for Mother's Day.

    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    LN

  • .problem is that icon of  iblacklist in i tune is "disc phone" like One, named iblacklist, but  on screen appear as "secret contact" not as iblacklist icon wich is  contact like icon .please  help . iblacklist problem still , I download it again ,this was

    .problem is that icon of  iblacklist in i tune is "disc phone" like One, named iblacklist, but  on screen appear as "secret contact" not as iblacklist icon wich is  contact like icon .please  help .
    iblacklist problem still , I download it again ,this was not helpfull 

    Have you read my reply to one of your duplicate threads : https://discussions.apple.com/message/22774845#22774845 ?

  • Please help with update for ios 8.1.3

    Some one PLEASE HELP ME!!!  I just updated my I phone 4s to ios 8.1.3 it was taking a long time then they finally updated and had the Hello screen after that I saw my photos then they would just delete it right in front of me I also lost some of my contacts but my notes still here can someone please help me find my photos are very important to me they have pictures of my relatives who passed away please help!!!

    After 4+ months of dealing with this data usage and battery drain problem that included 3 data captures of my wife's iMac, the trigger for us regarding the problems syncing with iCloud, and 5 hours of logs off my iPhone 6 to be analyzed by Apple engineers that included times my wife's computer was both on and off to demonstrate the difference in data usage and battery drain under those conditions, I can say with very reasonable certainty that the iOS 8.3 and corresponding Mac OS 10.10.3 update has solved the problem. 
    We have now been running for about 2 weeks and data usage with the iCloud Servers attempting to sync has dropped from a rate of 31 GBs to under 15 MBs per month.  Yes, you read it right.  We were burning 2000 times as much data doing absolutely nothing important on both of our phones, a 5s and a 6.  Just imagine what that does to battery life!  The 5s would last about 5 hours and the 6 was dead in less than 14.
    The distasteful aspect of this process was how the engineers were quietly fixing the problem at the same time sending messages to my contact person within Apple that were dismissive in nature in the face of indisputable unreasonable results. I must say, this experience with the multiple times the engineers' responses were inappropriate put a little tarnish on the old Apple shine of the ‘It just works’ mantra. This was my first experience in 34 years that caused me to stop recommending Apple products without reservations and with a disclaimer.
    Since the update solved the problem, then I can only conclude that there was a logic bug regarding the reaction within the process to the incoming data that was corrected.  There was noting short of logging out of iCloud that circumvented the problem for us, Gator5000e and probably many others noted on other threads.  I am not trying to imply that this is the cause of everyones battery use problem, but it is reasonable that it was a cause for many.

  • Please help-image problem (display)

    Can someone please help with this?
    I keep receiving an error (below) while trying to execute the code...
    2001-07-19 11:55:02 - Ctx( /dev ): IOException in: R( /dev + /servlet/getImage + null) Connection reset by peer: socket write error
    My setup is Tomcat 3.2
    JDBC: Oracle's classes12.zip
    JDK: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    I have copied my simple code below for review:
    package lmmfcd.images;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.sql.*;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    import org.apache.jasper.runtime.*;
    import java.beans.*;
    import org.apache.jasper.JasperException;
    public class getImages extends HttpServlet
         public void doGet(HttpServletRequest request, HttpServletResponse response)
                   throws ServletException, IOException
              //Grabs and assigns the PageContext
                   JspFactory _jspxFactory = null;
                   PageContext pageContext = null;
                   Object page = this;
                   _jspxFactory = JspFactory.getDefaultFactory();
                   pageContext = _jspxFactory.getPageContext(this, request, response,
                        "", true, 8192, true);
              //End of the PageContext Stuff
              Connection conn = (Connection)pageContext.findAttribute("conn");
                   try
                        ResultSet rset = null;
                        String queryCmd =
                                  "SELECT     image "+
                                  "FROM          sgps.images "+
                                  "WHERE          pn = '13507028' "+
                                  " AND          pic_num = '1' ";
                        Statement stmt = conn.createStatement();
                        rset = stmt.executeQuery(queryCmd);
                        rset.next();
                        Blob blob = null;
                        blob = rset.getBlob("image");
                        response.setContentType("image/jpeg");
                        byte[] ba = blob.getBytes(1, (int)blob.length());
                        System.out.println("just above OutputStream");
                        response.getOutputStream().write(ba, 0, ba.length);
                        response.getOutputStream().flush();
                        response.getOutputStream().close();                    
                   catch(SQLException e)
                        throw new ServletException("Problem");
    }

    It compiled okay, but still displayed the broken image as the result....
              if (rset != null)
                   try
                        BLOB blob = null;
                        blob = (BLOB)rset.getObject("image");
                        response.setContentType("image/jpeg");
                        InputStream in = rset.getBinaryStream("image");
                        //Have also used:
                        //InputStream in = blob.getBinaryStream();
                        OutputStream out = response.getOutputStream();
                        byte b;
                        while ((b = (byte)in.read()) != 1)
                             out.write(b);
                        in.close();
                        out.flush();
                        out.close();
                   catch(SQLException e)
                        throw new ServletException("Problem");
              }

  • Please help, slide show for a funeral in jepoardy

    I seem to be having trouble inporting scanned pictures from iphoto into imovie 08. This is my process.
    1. Scan the photos.
    2. Save as JPEG image into the pictures folder (Not the iphoto file, but pictures -My save as choices do not include iphoto).
    3. Do a drag and drop of picture from picture folder into opened iphoto program. I can now see them in iphoto and have placed them in a seperate iphoto album.
    4. When I choose pictures (right hand side button that looks like a camera) it shows me all my pictures EXCEPT any scanned ones. I have 6000 pictures in iphoto, but imovie only sees 4000 (2000 are scanned).
    5. When I try to do a drag and drop from iphoto directly into imovie, imovie tells me the pictures are not compatable.
    What am I doing wrong? My guess is something from the scanning aspect. Please help, the family just dropped the pictures off last night and the funeral is tomorrow.

    4. When I choose pictures (right hand side button that looks like a camera) it shows me all my pictures EXCEPT any scanned ones. I have 6000 pictures in iphoto, but imovie only sees 4000 (2000 are scanned).
    Sounds like the iPhoto album contents are not being thumbnailed. Try bypassing the thumbnails by dragging a photo file from either the "Picture" folder or the open iPhoto album and dropping it directly to your Project window. If this works then you know the problem is in the thumbnailing.
    If this works and you are in such a hurry, I would suggest you simply set your iMovie '08 Project Properties for the default photo/transition mode you want and then drag and drop all photos directly to the iMovie '08 project window and then rearrange/change them as needed.Thus you can get to work on your funeral slideshow immediately and put off trying to fix the thumbnail problem until you have the time to concentrate on it exclusively. (I.e., deal with one problem at a time.)

  • PLEASE HELP with Audio for YouTube!

    Hi,
    I KNOW YouTube is not the best for quality, but I absolutely HAVE TO post a couple of videos there!
    So.... having used Standard footage & the regular preset for DV-shot footage, does anyone KNOW which Encoding conversion to use (and I assume bitrate selection as well) that will allow me to post them on YouTube and actually hear something which even resembles the professionally Mastered recordings I am using.  So far I have tried WMV, h264 & a few others with various bitrates and most all of them sound horrible once YT converts them.  I was fine with the WMV video but the audio is way to disgusting to even listen to (especially compared to what the audio actually really is).  I have read some posts here suggesting FLV, WMV, etc, & I am truly at a loss and in major need of help here.  I have read Eddie's article link, & still the audio once YT does "it's thing" is ridiculous!
    The audio sounds great (good enough) on my computer after Encoder does its thing, but if anyone has encountered this and has the answer....PLEASE - what conversion & WHAT BITRATE should I use to make YT NOT ruin my recordings (and sound good on there)?!?!
    I even considered importing an already converted AAC or mp3 audio file into Pro, & then exporting it via Media Encoder but don't even think that's possible (or necessary).
    Please help as I HAVE to post it on YT yesterday already!
    As always, thank you for you help!!

    I never really had problems with sound quality on youtube...but I just use stereo pcm/wav mostly in editor. I think you should post what your using in your project and what you are exporting it as...cause its too vague to really give much specific advice re: helping you. also, say whether you have any sound codec packs or anything loaded...anything other than the original program codecs...and say what version of the product you are using...premiere pro what ??

  • Please Help, Flash Player for Mac

    I am running Mac OS X 10.7.5.  Last night Facebook told me I MUST update to the newest version of Flash Player in order to upload multiple pics.  I kept getting plug-in failure messages and then the message saying I need to update my version of Flash.
    Problem is I have updated my version of Flash and the plug in still doesn't work.  Please help, my business relies on my being able to upload multiple photos daily to social media.  What is going on?  I have read the forums, the work arounds posted on 4/16.  Uninstalled, re-installed, etc.  I am still getting flash plug in failures even on Adobe's site.  What do I do?

    No.
    I am in the same boat. I cannot watch flash videos on the BBC website or on BBC iPlayer, although all other flash videos (YouTube for example) are fine.
    For reasons that passeth all understanding, they work with the PPC version of Firefox, called TenFourFoxG5.app, once you have anabled plug-ins, as it does not natively support Flash.
    You can download TenFourFoxG5 from here:
    http://www.floodgap.com/software/tenfourfox/
    Now for the intersting bit: TenFourFox, like Firefox, does not support most plug-ins. Unless you are prone to headaches (in which case don't) you can read about that here:
    http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    But there is a workaround!
    Open TenFourFox and type in the address bar: about:config (no spaces) and click return. This gives you a warning that it might harm the application. Ignore that and click on 'I'll be careful, I promise' and you get the config file that you can edit - with great care.
    Look/search (scroll down) for: tenfourfox.plugins.enabled
    Set it to true. (Double click it to toggle it)
    Now close TenFourFox, open it again, and Flash will now work, as it now uses the plug-ins that Safari has stored.
    I am using Flash 10.1.102.64 in TenFourFox and it works just fine.

  • Please Help Printer Problems

    I have just bought an Airport Extreme Base Station. I have a Mac Book, iBook G3 and a Win XP Laptop that I have so far connected to the network.
    On the base station itself I have a Western Digital My Book External Hard Drive and an HP Photosmart C4180 all in one printer connected via a USB hub.
    All the computers can see the external hard drive but I can only get the Win XP Laptop to print. The two Apple laptops will not print.
    One last thing all my computers connected to the internet wirelessly via my BT Fusion Home Hub before buying the base station. When I first installed the base station I connected the WAN port to the BT hub. As far as the base station is telling me everything must be setup right as I have the solid green light.
    What am I doing wrong. Please help I love Apple products and really do not want to send this back.

    I'd like to suggest you go to www.tune-up.com and download and install this program.
    You get a 30 day free trial to start. If you sign up as a reseller you can get the program for $29 after that.
    I'm not an employee of the company but I just recommend the program as it has fixed many a friends
    problems and has kept my computers and my familys computers running straight and clean with no problems.
    Even if you don't buy the program after using it and it fixes your problems you can uninstall it and consider it a blessing.
    I'm sure once you see what it can do you will think twice to buy it.
    Other than that, I don't know much about your system to even begin to try to tell you what to do as a troubleshooter.
    It could be any number of things that are wrong with it. Number one, the registry might be really messed up.
    Tune-up will fix that fix off for you. A computer is like a car, it has to be kept in tune in order to keep running right.
    Another problem area is malware and viruses. We all know about them but do we ever really know if we might have been bit
    by any of them. Most times not until something serious causes us problems. Can I suggest another program you might try?
    AVG Internet Security 2011 at www.avg.com.  It's another 30 day free trial program. I am also a reseller and have all my computers
    and family members registered and using it.
    I can tell you that with only these two programs installed on your computer you can rest easy and use your computer without any fears or problems.    Let me know how it goes for you. Good luck.
    Paul Streicher
    Tampa, FL

  • Please help. proxy problem

    Hi there,
    I am facing a problem in accessing net content. I am using proxy to get net access.
    here is my code:
    Properties props=System.getProperties();
    props.put("proxySet", "true");
    props.setProperty( "proxyHost", "192.168.6.22" );
    props.setProperty( "proxyPort", "80" );
    props.setProperty( "proxyUser", "mv5217" );
    props.setProperty( "proxyPassword", "surya" );
    System.setProperties(props);
         String content="";
         URL url = new URL("http://www.rediff.com");//ew URL("http://www.yahoo.com");
    BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
         String inputLine;
         while ((inputLine = in.readLine()) != null)
         content+=inputLine;
         in.close();
         System.out.println("Content "+content);
    }catch(Exception e){
    e.printStackTrace();
    the above code some time returns me blank string and some times below exception
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.rediff.com
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:558)
         at java.net.URL.openStream(URL.java:851)
         at TestingClass.<init>(TestingClass.java:26)
         at TestingClass.main(TestingClass.java:40)
    I am getting the exception even sending a mail to yahoo pop server. below is the my java mail code.
    public static String MAIL_HOST = "smtp.mail.yahoo.com";
    public static String MAIL_HOST2 = "pop.mail.yahoo.com";
    * Constructor
    public JavaMailToYahooServer() {
    String from = "[email protected]";
    String subject = "Testing of sending mail";
    String body = "this is the mail content";
    String to = "[email protected]";
    MAIL_FROM = from;
    MAIL_SUBJECT=subject;
    MAIL_BODY=body;
    MAIL_TO=to;
    Properties props = System.getProperties();
    props.put("proxySet", "true");
    props.put("proxyHost", "192.168.6.22");
    props.put("proxyPort", "80");
    props.put("proxyUser", "proxy user id");
    props.put("proxyPassword", "proxy password");
    //Properties props = new Properties();
    props.put("mail.smtp.host", MAIL_HOST);
    System.setProperties(props);
    Session sess = Session.getDefaultInstance(props, null);
    try {
    // Connect to host
    //Store store = sess.getStore("pop3");
    //store.connect(MAIL_HOST2, -1, "vmeghraj", "surya");
    // Create a message
    Message msg = new MimeMessage(sess);
    msg.setFrom(new InternetAddress(from));
    InternetAddress[] address = {new InternetAddress(to)};
    msg.setRecipients(Message.RecipientType.TO, address);
    msg.setSubject(subject);
    msg.setSentDate(new Date());
    msg.setContent(body, "text/html; charset=ISO-8859-1");//HTML type
    //msg.setContent(body); //Text type
    // Send the message
    Transport trans = sess.getTransport("smtp");
    trans.connect(MAIL_HOST,"my yahoo id","my yahoo password");
    trans.send(msg);
    // Let the user know that the mail was sent
    trans.close();
    }catch (Exception ex) {
    System.out.println("Errorr : "+ex);
    for this I am gettin below shown Exception
    Errorr : javax.mail.MessagingException: Unknown SMTP host: smtp.mail.yahoo.com;
    nested exception is:
         java.net.UnknownHostException: smtp.mail.yahoo.com
    What wrong I am doing in the above coding..
    Please help me .... it is an urgent requirement
    thanks in advance,
    Veerendar

    refresh

  • Please Help, Numerous Problems

    Had a problematic iPod not being recognized by windows, resetted, remformmated everything. Sent it back, got a new one. reinstalled itunes, reinstalled ipod update, same problem. Only now, it's stuck on do not disconnect whenever plugged in and whenever not plugged in displays the exclamation and folder with www.apple.com/ipod/support written underneath. Please help me, i am really upset as I have been having these problems for a long time

    Well, I've now gotten back to the point where it's the iTunes problem again, my pc recognizes that my ipod is plugged in, but iTunes doesn't. And I tried updating the software, but it says that the ipod isn't supported.
    I guess this makes me more certain that I'm going to switch to OS X and get a powerbook. I highly doubt that Macs have these problems with ipods. I guess I could get mad at Apple and say it's their fault, but my guess is it's a software issue, one relating to XP, oh well.

  • Please Help - Same issue for years - Mail rule switches itself!

    This issue has plagued me with Apple Mail for years and I would like to finally resolve this to keep my sanity. Please help!
    We have used the MobileMe family account (5 pack) for awhile and both my wife and I have our own unique email address that is set and we also have one combined account that we use as well. I have some rules in place to help keep the mail organized. Often we will get 1 e-mail for both of us (i.e. a message about a group we are both in or a sports team for our children) - it is sent to our joint account and then the Mail rule will handle putting them in both our boxes.
    There is the one rule that keeps changing itself! It's maddening. Here is what I want to occur:
    1. I get an e-mail to our joint MobileMe account.
    2. The rule will move that specific message to my folder and then place a copy of that message in my wife's folder.
    That's it. That's all that I want it to do.
    Here is what I put in the mail rule description to make that happen:
    IF "any" conditions met:
    "Any recipient" is equal to "joint account e-mail address"
    Perform following actions:
    "Move message" to "my mailbox"
    "copy message" to "her mailbox"
    "Stop evaluating rules"
    That's it. Here is where the problem ensues. This rule will actually work correctly for 1 or 2 times. Then what happens is somehow this rule actually changes itself and when I open up the rule description it will actually show:
    "Move message" to "my mailbox"
    "Copy message" to "my mailbox"
    Ugh. So I end up getting two copies of the same thing and have to physically move it over. It seems so simple and I can't understand why it keeps switching itself.
    I've had the issue ever since we had our family account and back to the Tiger operating system. I would love to get this fixed for good!

    I may well have missed something, but it seems to me that the command to Copy to her mailbox should come before the command to Move to your mailbox. That way the source remains available until the final Move step. I cannot say why the Rule construction would change by itself, but I can see the possibility of confusion if the Move comes before the Copy.
    Ernie

  • Please help me publish for first time

    hello. i am a newbie so be patient.
    i just made my first site. but i can't figure out how to publish it. when i hit publish, it asks me to sign in by bringing up my system preferences. and nothing will ever happen after signing in.
    i did publish to a folder, and was able to see it when iweb directed me directly to it, but i have no idea what the url is, or if this is even right.
    please help.
    asap.

    Normally, when entering a password in for the first time, you are asked if you want to add it to your keychain.
    There is a "New Password" command under the File menu in Keychain Access, but I don't know how to set it correctly for .mac.
    I would suggest that you use the "Keychain First Aid" command in the Keychain Access menu and see if any problems show up.
    Beyond that, I'd suggest searching this forum for "log in" or the like. I've seen issues like this mentioned before. Maybe there is a solution that I'm not remember.
    kabing

  • PLEASE, PLEASE HELP: Big problems with my Zen Touch. (Firmware/driver issu

    So here's the deal:
    Last night I thought I'd finally take the time to upgrade my Zen Touch to 2. from .3 or something like that. I noticed that there was a warning saying that this was no small upgrade, and that I should back up everything I have on it.
    I'm glad I did, because now my MP3 player situation is seriously screwed up, big time. During the upgrade process, my computer froze, leaving my Zen Touch without firmware (ok, so firmware version 0.0.0). Upon turning the device on, it boots up in recovery mode. This allows me to either format, clean up, or "reupload" firmware. I've tried all of these options, but the fact is clear that my computer simply will no longer recognize my MP3 player.
    It does, however, recognize it at as a generic storage device. However, this isn't enough for me to reinstall the player's firmware unfortunately.
    So basically, I can't update driver or firmware right now, because my computer won't acknowlege my Zen Touch!
    Somebody please, please help.
    I've already tried using the setup file from http://www.jumpingcholla.com/jce_nomad_ZEN.htm.
    Seriously, please help!

    Sort of success!
    I now finally have firmware 2. installed on my Zen Touch! Yeah! I'm not entirely sure how I did it, and I'm not bothering to find out, I'm just glad I finally got it on there.
    But some problems still remain. After all this fiddling with my driver and firmware and whatnot, my computer just doesn't see my MP3 the same way as it used to. Before, it was great, all I had to do was plug her in and I could bring up Zen Explorer in Windows Explorer, or organize my stuff in Creative MediaSource.
    Now that's not the case. The only way I can sort of add stuff to my player now is by going into Windows Explorer, which is still more or less acknowleging my player as a "portable device". Granted, there is a dri've called "My Zen", but it doesn't bring up Zen Explorer like it used to when I click on it. Furthermore, when I go into MediaSource, I can't select it as a location, there just isn't anything there.
    It almost seems as if my computer thinks I'm just using a portable hard dri've. Is there anyway I can tell it that it's an MP3 player, too?
    Thanks!

  • Boot Camp Issue (Please Help, Massive Problem)

    Okay here's the deal...
    Installed Boot Camp fine
    I'm trying to install online updates and mcafee for msn
    after like 2 min a blue screen flashes and mac restarts
    when windows comes back it say check hard disk
    and say this is a fat 32.
    then it runs through some files and says there not valid
    and windows then corrects them...it puts me back to the welcome screen and i try again and the same thing happens.
    Ps. dos my display have anything to do with it cuz everytime it starts up it says it detects a tv display i just close it and move on but i did make sure it wasn't on tv first
    please help i need windows for a program for school thats it a working boot camp would make it a whole lot easier

    Did you make sure to declare you C: drive during the BootCamp setup process?
    I had no problems with my BootCamp, XP, and Virus Protection installation.

Maybe you are looking for