Can File Adpater read EBCDIC file on the sender side

Hi ,
I Have file to Proxy scenario and on the sender side I have EBCDIC file can file adpater can read it into normal text format can any one suggest me how to encode the file
Thanks Inadvance
Byee

Hi ,
Since my scenario is File to Proxy I need to send data to Proxy I cant send it in EBCDIC format ..... So I want data to bein normal text format........
I am looking for it .........
for EJB do you have any piece of code... that will be helpfull
Thanks Inadvance....

Similar Messages

  • Where is button to accept end user agreement so I can download or read online file.  mac osx reader XI

    where is button to accept end user agreement so I can download or read online file.  mac osx reader XI
    every time i click  on a file to downloac
    i get a reader message Before viewing PDF ... you must launch adobe reader and then accept the End User License Agreement. Ive searched  every part of the menu for this and cant fine it

    Ok, so the Reader app works. Fine, but why did you say ",the reader won't open any more", that led us a confusing direction.
    Ok, the problem is most likely caused because you downloaded Acrobat Pro, which takes over from Reader, then got rid of it. You now have part of Acrobat in Safari, not part of Adobe Reader.
    There are two things to try to fix this. The first and easiest is to download and install Adobe Reader again. That should puts its stuff back in Safari with a bit of luck.
    Important note for others following this thread. Downloading Adobe Reader is not going to help you if you have not understood and followed the instructions to "launch" Adobe Reader (or Adobe Acrobat). Make sure you understand what "launch" means before downloading anything again.

  • Include MUSIC FILE in read PDF file music score.

    It's possible to include a music file by a link into PDF file, to read PDF score in the same time ?

    you can include anything that is in your project directory. Add your text file to your project. Then when you are setting the properties for the installer, tell it to include those files and where you want them. They will always be in the same place after installation.
    Kevan -

  • How can i lookup a session bean from the client side

    how can i lookup a session bean from the client side...........i am using sun appserver..............
    this is my code.................[B]
    private final static String JNDI_NAME="ejb/LmsBean";
    private static String url="ldap://localhost:4848";
    Hashtable h=new Hashtable();
    h.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    h.put(Context.PROVIDER_URL,url);
    System.out.println("Before Loading Context in Delegate");
    Context ctx=new InitialContext(h);
    System.out.println("Loaded Context in Delegate");
    Object obj=ctx.lookup(JNDI_NAME);
    System.out.println("Loaded Object in Delegate");
    System.out.println("Before Loading Home in Delegate");
    LmsHome home = (LmsHome )PortableRemoteObject.narrow(obj,com.parx.lms.controller.LmsHome.class);
    System.out.println("Loaded Home in Delegate");
    lms = home.create();
    System.out.println("Loaded remote in Delegate");
    [B]and i got the exception........
    Inside Client before calling delegate
    Before Loading Context in Delegate
    javax.naming.CommunicationException: Request: 1 cancelled
    javax.naming.CommunicationException: Request: 1 cancelled
    at com.sun.jndi.ldap.LdapRequest.getReplyBer(LdapRequest.java:60)
    at com.sun.jndi.ldap.Connection.readReply(Connection.java:405)
    at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.java:340)
    at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:171)
    at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2640)
    at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193
    at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.ja
    va:136)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.jav
    a:66)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    62)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at com.parx.lms.lmsdelegate.LmsDelegate.getController(LmsDelegate.java:3
    0)
    at com.parx.lms.lmsdelegate.LmsDelegate.addUserDelegate(LmsDelegate.java
    :50)
    at com.parx.lms.client.consoleClient.Client.main(Unknown Source)
    pls go tru the exception and pls help.........

    That url string should be having the server name or ip instead of localhost.

  • Can you buy replacement rubber strips for the bottom side of the magic mouse?

    can you buy replacement rubber strips for the bottom side of the magic mouse?

    To my knowledge, no.
    Barry

  • Can i attach an Archived document on the Send screen ?

    Can i attach an Archived document on the Send screen ?
    or do i need to upload the document again on the Send screen ?

    Hi,
    You should be able to upload the archived document from your document library.
    Thanks

  • Load Balancing on two server nodes at the sender side...

    Hi Experts,
    I am sending a huge message (this message is being splitted into multiple messages depending on the load and zipped, this whole process of splitting and zipping is done by the scripts) zipped from sender side , when I am monitoring in message monitoring tool I found that all the load is on one server node and other server node is free as we have two server nodes , how to distribute the message equally between these two nodes.
    The same Load balancing is working properly at the receiver end (load is getting distributed between two server nodes). Not sure why this is not the case at the sender side.
    Please throw some light on this issue.
    Thanks a lot for your kind help in advance.

    Hi,
    Follow this blog this may helpful to you
    Handling Large files in XI
    /people/pooja.pandey/blog/2005/10/17/number-formatting-to-handle-large-numbers
    file size can be handeled in client java proxy and the message is parsed in xi. this will not have much of performance issue. but yes when the smae is handeled by xi. and yes this scenario can be efficiently handeled from java client proxy
    limit on the number of 'field-set' lines you can send to the ITS?
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/72e2bb90-0301-0010-e883-c390ad8a975a
    Processing huge file loads through XI
    Edited by: Venkataramesh Boppana on May 17, 2008 12:54 AM

  • Jco.webas.ignore_jdsr_error=1 in the sender side RFC adapter of RFC to SOAP scenario

    Hello Team,
    I am doing RFC to SOAP scenario after configuring the scenario i have checked the sender side communication channel it is not throughing any errors and it shows the status as green but it is displaying a short message
    it is the short log displayed while checking the sender side RFC communication channel it shows that "jco.webas.ignore_jdsr_error=1" can please any one suggest me how we can solve the issue.
    Regards,
    Avinash.

    Hi Avinash - I don't think that is an error instead it just displays your  system configuration.
    your RFC adapter should work i believe..
    Are you facing any issues?
    (I think the parameter is nothing but the value @ nwa/java system properties/XPI Adapter:RFC -> ignoreJrfcJdsrError(true/false))

  • HT1492 Start-up disk is full and can't go past the blue screen; can't delete read-only files on single-user mode. Please help.

    I have had my Mac mini for about 6 years and I guess it had enough of me (haha), so the start-up disk got full and it shut down before I could empty files on my drive. Unfortunately, all these years I hadn't backed up anything and now I can't access anything since it won't boot past the apple logo (and the blue screen for that matter). I have tried rebooting (holding shift as the mac mini loads), but that didn't help since the start-up disk will still be full and stuck on the blue screen. I am now trying the single-user mode (holding command key+s), and I tried to delete files in the trash bin but all of the files are read-only and access is denied! so I basically can't delete anything on the mac mini (it says "Root device is mounted read-only"). So the key here is to change the permissions but I don't know how to exactly do that. Can someone help me figure this out? (and type the command in the unix language please!!) [ Note: We have two users on this mac mini if that helps.]

    Run the following command:
    mount -uw /
    This isn't a permissions issue.
    (87807)

  • Can no longer read plist files

    I've got a script that iterates through a list of hostnames, connects to each host, looks for the existence of a list of applications, and if they exist reads their Info.plist for the version.  This worked seamlessly until a couple of days ago.  The only change I can think of is having changed my username on all of my Macs from <username> to <username>.sa to differentiate privileged accounts from unprivileged accounts.  Yes, this caused a number of issues, and I've hunted them down.  I can connect to every host with <username>.sa, perform actions with sudo, etc.  What I can't do any more is read plist files, even when logged in locally:
    quad:~ username.sa$ defaults read /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    2014-06-26 15:03:59.588 defaults[49157:507]
    Domain /Applications/Utilities/Adobe Flash Player Install Manager.app/Contents/Info.plist does not exist
    quad:~ username.sa$ ls -l /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    -rw-r--r--  1 root  wheel  1344 May 28 12:02 /Applications/Utilities/Adobe Flash Player Install Manager.app/Contents/Info.plist
    quad:~ username.sa$ cat /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>BuildMachineOSBuild</key>
      <string>12E55</string>
      <key>CFBundleDevelopmentRegion</key>
      <string>English</string>
      <key>CFBundleExecutable</key>
      <string>Adobe Flash Player Install Manager</string>
      <key>CFBundleIconFile</key>
      <string>FlashPlayerInstaller.icns</string>
      <key>CFBundleIdentifier</key>
      <string>com.adobe.flashplayer.installmanager</string>
      <key>CFBundleInfoDictionaryVersion</key>
      <string>6.0</string>
      <key>CFBundleName</key>
      <string>Adobe Flash Player Install Manager</string>
      <key>CFBundlePackageType</key>
      <string>APPL</string>
      <key>CFBundleSignature</key>
      <string>????</string>
      <key>CFBundleVersion</key>
      <string>14.0.0.125</string>
      <key>DTCompiler</key>
      <string>com.apple.compilers.llvm.clang.1_0</string>
      <key>DTPlatformBuild</key>
      <string>4H1503</string>
      <key>DTPlatformVersion</key>
      <string>GM</string>
      <key>DTSDKBuild</key>
      <string>10K549</string>
      <key>DTSDKName</key>
      <string>macosx10.6</string>
      <key>DTXcode</key>
      <string>0463</string>
      <key>DTXcodeBuild</key>
      <string>4H1503</string>
      <key>NSMainNibFile</key>
      <string>FPIMMain</string>
      <key>NSPrincipalClass</key>
      <string>NSApplication</string>
    </dict>
    </plist>
    The file is there.  It is readable.  I can read it... just not with the 'defaults' command.  This is with all plists on all of my Macs.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • ITunes can no longer read WAV files that QuickTime still can

    Hello,
    I don't known what happened, but iTunes doesn't want to read some of my WAV files anymore. The strangest thing is that QuickTime still does read them. But when I double-click on the track in iTunes, it moves immediately to the next one in the list.
    Here are some of the details about the WAV files given by iTunes:
    WAV
    64kbps
    16'000 kHZ
    Mono
    4-bits
    DVI IMA
    Thanks in advance for your insights

    Yes, I its low-quality voice recording.
    When I try to convert one of these WAV files to MP3, I get an error message that says that iTunes can either not read from or write to the disk.
    Something must have changed in an update to iTunes. I was sent such a WAV file by email a while ago; at the time, I had managed to convert it to MP3 using iTunes. I dug up this WAV file from my email archive, and now iTunes cannot convert it to MP3 nor play it anymore.
    Thanks for your insight.

  • Why can't I read a file with Hebrew on my iPod?

    I recently purchased a new iPod (30GB, color, video) thinking I would be able to, among other things, see Hebrew song titles and read Hebrew files. I found a small patch that will let the iPod display Hebrew song titles and album names but it has no effect on reading text files.
    In the past I have studied Chinese, and my son is learning Japanese, and we are able to put study notes on our iPods and read them with no problem. So I thought reading my personal Hebrew docs on the iPod would be Just as easy. But no luck! Hebrew letters don't even appear on the screen! Please tell me there's a fix.
    I have tried using TextEdit. Saving the document in "plain Text" format, and saving it to the iPod "notes" folder. Result: Nothing appears on the iPod screen when I try to view the doc.
    I have tried using MS Word 2004. Saving the document as "unicode" and putting it in the iPod "notes" folder. Result: All English words appear properly but the Hebrew letters are completely gone.
    I am using a Mac G4, running OS 10.3.9
    I have several Hebrew fonts installed:
    New Peninim MT
    Corsiva Hebrew
    Arial Hebrew
    Lucida Grande
    Raanana
    Cardo
    SBL Hebrew (this is the only font that I can choose in MS Word 2004 when I am saving as unicode)
    Any help is appreciated. Thanks.
    [email protected]

    Thank you for the info and links. I never actually read anything from Apple about Hebrew not being supported. Since I was able to use other languages, of seemingly greater complexity, I assumed that Hebrew would work. The patch I was speaking of (that makes Hebrew song titles, etc readable) is actually not a hack. It was developed by a student in an Israeli university and purchased by Apples regional distributor (Yeda Inc., Apple's Israeli distributor). The software is called iPodHE.
    If you would like to read more about this:
    http://www.israel21c.org/bin/en.jsp?enDispWho=Articles%5El1328&enPage=BlankPage& enDisplay=view&enDispWhat=object&enVersion=0&enZone=Culture
    The "iPodHE" web site is:
    http://yeda.co.il/iPodHE/downloadsuccess.html
    Here is a link to installation instructions in english:
    http://www.yakv.net/nextcantor/2006/09/03/getting-hebrew-on-your-ipod-a-guide-fo r-the-english-speaking-mac-user/
    I did read somewhere that they are working with Apple to resolve a conflict with the latest version of iTunes and iPodHE v2.0.
    Maybe this will be useful to someone.
    Thanks again for your help.

  • Can sender file adapter read plain files with different structure?

    Hej experts,
    I am facing the following sutiation in FIle-to-Mail scenario:
    Bank sends two types of file : CONTRL and BANSTA to the same directory where XI shall  pick , map to other stucture  (mail structure ) and send mail.
    You can not identify the file type( CONTRL or BANSTA) from file name - only from file content.
    Would it be possible for XI to pick up file, check the structure and select the right XML structure to transform to?
    Any other solutions?
    Thak you for your help,
    Natlaiya

    You can not identify the file type( CONTRL or BANSTA) from file name - only from file content.
    Would it be possible for XI to pick up file, check the structure and select the right XML structure to transform to?
    If not wrong even XI/ PI cannot understand it.....if you say you can implement an adapter module to do the file conversion....even in that case you will need to know the file format....do you need to implement any conversion on the file?
    Regards,
    Abhishek.

  • Can Elements 7 read CS4 file formats  ?

    If CS4 has been used to capture HD and develop in-progress sequences (with basic video and audio transitions) and thus Premiere Pro project files *.prproj can they be imported/read by Elements 7 for further work (e.g. on another computer by someone else)?
    For basic video editing tasks, if CS4 formats can be imported/read in Elements 7 are there any specific aspects that may get lost or cause issues (and what are these)?
    And can I assume that the reverse, importing/reading Elements 7 file formats in CS4 is possible and fully transferable.
    Windows XP SP3
    2GB RAM

    Unfortunately, my tests between PrP and PrE were for earlier version:
    PrP2 & PrE4.
    What I found was that PrP2 could Open PrE4 Projects, with only a few glitches. PrE4 yielded an error, "This Project was Done in PrP2. Use That Program to Open This File."
    These were simple Projects, with only a few Titles, Transitions and very limited Effects. There were no Themes, etc. used.
    In PrP2, there were a few things that did not translate from PrE4. One Tilte had animation and text on a Path. These did not come in.
    The PrP2 Project was even less involved, but nothing would Import.
    As Steve says, the Assets will translate well between the two NLE's, but editing work will possibly be limited in one direction, but nothing will Import in the other.
    Good luck,
    Hunt

  • Why can't I read PDF files with this browser?

    It says "can't read PDF files with this browser running. Exit and try again."
    I have Adobe 9.3.2 installed. It didn't give me this message with earlier versions of Adobe.
    Is there a way to go BACKWARDS?
    How do I save the PDF files so I can close them and view them without using the browser?
    == I downloaded later versions of Adobe.

    I have tried everything,Foxit and Foxit updates, Gone to Adobe......you think of it I have tried.
    ONLY ANSWER THAT WORKS :
    Download Internet Explorer 8 and use that

Maybe you are looking for

  • Using two iPods on same computer

    Our daughter has loaded her iPod onto our family computer and created an account. I now have my own iPod for which i want my own library, which will include photo's. How can I use my iPod and sync to my library without syncing to my daughter's. I als

  • Modbus and shared variable performanc​e in large applicatio​n

    Hi all, I am preparing to work on an application which is going to reading from up to 500 Modbus input registers on a CompactRIO over Modbus Ethernet using the LVRT Modbus IO Server implementation.  I've put together some minor test VIs on the local

  • When I type in the address, my address bar disappears and I can't get it back

    I amjus tnew to Macbookpro and I like seeing the web address that I have typed.  Macbook pro seems to hide this info.  I am sure it's a quick fix but I am frustrated and tired and just want an answer.  What do I have to change to always see my ...wha

  • Issue in reservation creation

    Hi all, I want to block a material for procurement. I set Plant-sp.matl st indicator to "01" in purchasing view in material master. Now the issue is that system stops to create reservation for existing stock for that material. What changes i have to

  • Connecting a cellphone to OSX 10.5.x

    I have a Samsung Anycall cellphone from Korea (model SEC-SCHV840) and I'm looking to connect it to my Mac, so that I can access the photos, music, ringtones etc. There are drivers for Windows on the Anycall website, but none for Mac. Also, the websit