IDOC-FILE {A new Line auto Created at app server in file after mapping }

Hi.
        In my 2/3 objects based on Idoc to file scenario.
        when i send idoc... ( having n entries  )
        and
        the created file at recieciving system has n records but
        problem is that a new line is inserted after n records.
       Can u suggest where i done mistake.
thanks.
Sridhar.

Hey
they there is some substructure which has .endSeparator as 'nl'
moreover we dont need to give .endSeparator for main structure at all.
<main>
<substructure>
<name>----</name>
</substructure>
</main>
here even if u give substructure.endSeparator as 'nl'.then also a new line will be generated in the end.
you can give substructure.endSeparator as comma(,).and new line won't be generated
thanx
ahamd

Similar Messages

  • Since I uploaded the new OS X Mavericks the App Store, Messages, Notes, Calendar, Maps and Preview will not launch/open. In Finder cannot find my files. Most crucially cannot upgrade OS X Mavericks software. I had two apple ID's, the old one not used

    Since I uploaded the new OS X Mavericks the App Store, Messages, Notes, Calendar, Maps and Preview will not launch/open. In Finder cannot find my files. Most crucially cannot upgrade OS X Mavericks software. I had two apple ID's, the old one not used

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load 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.
    Please take this step regardless of the results of Step 1.
    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 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 log in 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 Steps 1 and 2.

  • When a new user is created on the Server Computer,Why profile for the user is created as computername.username?

    When a new user is created on the Server Computer,Why profile for the user is created as computername.username?

    This is done if there are domain users with the same name. For example, if there is a domain user named 'test' who has logged in on the server, he will get the profile 'test'. If you then create a local user named 'test', the profile 'test' already exists
    and the computer will create the profile 'computername.test'

  • New line break and extra blank space characters disappear after submit form?

    Hello,
    I have a PDF form with a Submit button that is dynamically created in my code to send the form data to the server in HTML format.
    After the form data is received on the server side, all strings with new line break and extra blank spaces are gone.
    For example, if I enter string in a text field as shown below on the form:
    Hello   ,  
    this is  
        just a
    test
    After the form data is sent to the server, this string would become:
    Hello , this is just a test
    New line breaks are gone. Also, if there is more than 1 blank space character between 2 characters, the extra blank space characters would be removed as well.
    It does not only happen to multi-line text field, even with single-line text field. If I have a string like this in a single-line text field:
    Hello         this is just              a         test
    After the form data is sent to the server, it would become:
    Hello this is just a test
    The form is created in OpenOffice then converted to PDF. The Submit button is created in my program using iText.  I have no idea it is iText that trims my string or PDF itself does it.
    Can anyone give me any possible explanation? Thanks.

    That is not what I get. Since it's URL-encoded, spaces are represented by the "+" character and carriage returns are represented by the "%0d%0a" (cr/lf) sequence.
    Are you looking at the actual data that getting sent to the server or the output from the server after it processes it?

  • IDOC -- File (Multi-Mapping )

    Hi Guys,
    iam working on an IDOC --> File scenario.
    I had used a multimapping to split the source file into three target files and for creating those three files i had used three differemt Inbound MI and Three different Comm Channels. The file is getting created in the designated directory but the data is not getting written.
    Iam using NFS file system for this.
    The message Monitoring is also showing that everything is getting processed with some bytes of data written into the file. Iam not able to find what is not working in this case.....
    Can anyone tell me why the data is not getting written in the created file.
    Any suggestion is appreciated.
    Regards,
    Kittu.

    Hi Kittu,
    1. Please check in SXMB_MONI if 'Call Adapter' is happening.
    Check the payload here and see if payload is correct.
    After this if the file is not written then check on the File content conversion.
    Regards
    Vijaya

  • Error deploying to new 10.1.3.4 App Server - "Error instantiate servlet..."

    Hello all,
    Your help would be greatly appreciated finding the root cause of this error. I'm trying to deploy your run of the mill .war to a newly installed Oracle Application Server version 10.1.3.4. The deployment fails at the very end with the exception below. The app server is running on RHEL 4.7. I built the war first with JDEV 11g, and then built it from Netbeans to try and make sure JDEV 11g wasn't doing something funny to the war. Both times, after deploying I receive the error below. Any insight would be greatly appreciated. I'm not using ADF or anything in particular like that. Thank you for any help you might be able to provide. -- Jason
    <blockquote>
         08/12/16 13:39:45 oracle.oc4j.admin.internal.DeployerException: Error instantiate servlet classes
         08/12/16 13:39:45 at com.evermind.server.http.deployment.WARAnnotationParser.getServletClasses(WARAnnotationParser.java:157)
         08/12/16 13:39:45 at com.evermind.server.http.deployment.WARAnnotationParser.parseAnnotations(WARAnnotationParser.java:95)
         08/12/16 13:39:45 at com.evermind.server.http.HttpApplication.parseMetaData(HttpApplication.java:8575)
         08/12/16 13:39:45 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1113)
         08/12/16 13:39:45 at com.evermind.server.http.HttpApplication.&lt;init&gt;(HttpApplication.java:738)
         08/12/16 13:39:45 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         08/12/16 13:39:45 at com.evermind.server.Application.getHttpApplication(Application.java:545)
         08/12/16 13:39:45 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         08/12/16 13:39:45 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.&lt;init&gt;(HttpSite.java:1909)
         08/12/16 13:39:45 at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1606)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         08/12/16 13:39:45 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         08/12/16 13:39:45 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         08/12/16 13:39:45 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         08/12/16 13:39:45 at java.lang.Thread.run(Thread.java:595)
    </blockquote>

    "Not really. You can exclude the data-sources.xml from the EAR file and rely on the setup of the Global Datasource, created before deployment.
    --olaf"
    Thanks. Yes I did try this but when I setup the datasource via the datasources tab within the console I still received the error. This may have been due to an error on my part but I can't be sure as i've tried all sorts of different approaches over the last few days. I initially didn't have a datasource.xml so there wasn't one to exclude (via the deploy properties in Jdev) I had relied on Jdeveloper to setup the datasource via my connections. I read somewhere that Jdev does this fduring deploy and indeed it works fine for my embedded oc4j and when deplolying from Jdeveloper 10.1.2 so it would seem odd that the same approach doesn't work for Jdeveloper 10.1.3.
    Surely the release notes regarding the password issue is the reason why I can't deploy from Jdev 10.1.3.4 to app server 10.1.2?
    The release notes say that a patch is due to fix the issue with password indirection, Olaf do you know where I can get this?
    Also how do I setup Jdev not to write the datasources during deployment? If I don't have a datasources.xml then there is nothiing to exclude. Is there a setting somewhere in Jdev 10.1.3.4?
    Edited by: [email protected] on 05-Mar-2009 08:08
    Edited by: [email protected] on 05-Mar-2009 08:12

  • PSWATCHSRV does not auto-restart causing app server domain instability

    Current environment:
    - Solaris 10
    - Oracle 10.2.0.4
    - PS HRCS 9.0
    - PTools 8.49.19
    - Weblogic 9.2
    - Tuxedo 9.1
    We have two PIA web sites that reside on the same PIA web domain. They each interact with a different app server domain residing on csapp81. One is assigned a jolt listening port of 9060 (CS90SBX) and the other uses 9030 (CS90UNT). Recently, after patching the PTools to 8.49.19, we discovered that occasionally the PSWATCHSRV in one of the app server domains will shut down and not restart. The domain continues to run without the WATCHSRV but then erratic behavior in the PIA is observed:
    - Users attempting to access worklists are logged off
    - Reports stop posting from PSNT and PSUNX
    - Users attempting to navigate to reports already posted are logged off with "An Error Has Occurred" message
    - Some users are unable to log in and see a message in red on the signon page: bea.jolt.ServiceException
    Re-booting the app server domain will solve the problem temporarily until the PSWATCHSRV shuts down again. We have noticed that in the app server that is not affected, the PSWATCHSRV restarts one second after shutting down whereas in the affected domain it never auto-restarts. We have tried re-building the web server and app server domains but this does not affect the problem. There appears to be no difference between the two domains. In fact a couple of weeks earlier SBX was working fine and UNT was affected. Now it's the exact opposite and we have another environment (CFG) showing the same behavior.
    The proof the problem exists:
    Verified the issue by the application server log file <APPSRV_0602_SBX.LOG>, which displays that PSWATCHSRV has been shutdown and never restarted:
    PSAPPSRV.11610 (3) [06/02/09 12:48:40 GetCertificate](3) Returning context. ID=PS, Lang=ENG, UStreamId=124840_11610.3, Token=PSFT_HR/2009-06-02-05.48.40.000003/PS/ENG AAAAmwECAwQAAQAAAAACvAAAAAAAAAAsAARTaGRyAgBOZQgAOAAuADEAMBTG0ddiK9wa09fTauVpwsrNvqJDmwAAAFsABVNkYXRhT3icPcZNDkAwFEXh02oM7YS8VAkL8DMSwdzILi3O6xu4J/lygcf5IuDQ+Tcb2DlLJjaWKn9mLm5WjkREtJFa7c1odjQkBlNU+Wv5APmFCio=
    PSWATCHSRV.11609 (0) [06/02/09 12:52:38] Shutting down
    PSAPPSRV.11612 (29) [06/02/09 12:55:45 [email protected] (NETSCAPE 7.0; WINXP) ICPanel](3) (PublishSubscribe): PublicationManager::Publish(): publication a18e2838-4f31-11de-9268-83dc49eeb5cf.USER_PROFILE published in 0.0900 seconds
    My question is: Has anyone else ever seen this behavior in an 8.49.19 environment? If so, how was it resolved?
    We are now conducting UAT and the occasional disruption of having to restart the app server just so people can login to the system is not making a good impression on the customer.
    We have an open SR ticket with Support but as yet they have not been able to help us...

    Looks like Tuxedo is not doing he's job. You should double check the Tuxedo version and rolling patch installed.
    And also the configuration of AppServer, section "PSWATCHSRV", if the interval is set to 0, then it is disabled.
    Moreover, from your output it is difficult to understand what's going wrong.
    Nicolas.

  • I cant download itunes onto new laptop - tried to run app but it stops after 4% complete and freezes., i cant download itunes onto new laptop - tried to run app but it stops after 4% complete and freezes.

    how do you download itunes onto a new laptop? I tried to run app but it stops after 4% complete. Tried to re run and the same thing happens. Laptop has windows 8.1
    Does anyone have any tips?

    Hey clarissa01,
    Thanks for the question. I understand that you are experiencing issues installing iTunes for Windows. The following resource may provide a solution:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • How to get contact details in C# code , when new contact is created in Exchange Server 2013

    Hi all,
    In my exchange server 10 users there, i need to create service that  if any user log in his account and create new contact,
    then i need  that new contact details in C# code  immediately [EWS Managed API]. 
    how can i achieve this ?

    If you want to be notified when a user creates a contact then look at notifications (either streaming or push) on the contacts folder
    http://msdn.microsoft.com/en-us/library/office/dn458791(v=exchg.150).aspx . You will need to subscribe to every users contacts folder you want to monitor .
    This will give you the EWSid of the new contact that has been created then to access the details you just bind to it
    http://msdn.microsoft.com/en-us/library/office/microsoft.exchange.webservices.data.contact.bind(v=exchg.80).aspx
    Cheers
    Glen

  • Is their any command line interface to Oracle App server ?

    Hi All,
    I am basically from weblogic background and now started using Oracle Server
    is their any command line interface to the Oracl application server?
    Thanks
    Raghavendra

    Oracle Application Server is composed of two major parts
    A - infrastructure
    B - middleTier
    each one has diferent components and as consequence different "command line" interfaces (for example, infrastruture as an oracle dabatase bound to it .. )
    for each one of these two major parts you have a process that "manages" all other processes/components.
    It's "Oracle Process Manager" -> OPMN
    you can user OPMN and another command line interfaces to manage oracle application server.
    Please Check Documentation, a good start point would be the "application server administrator guide" wich you can find in Application server documentation CD, or online in otn.oracle.com
    Best Regards

  • Button Display, putting buttons on new line?

    I have four buttons at the bottom of a page and am trying to be able to "stack" the buttons so that there are two lines of two. Using items there is the start on new line, but not for buttons. Is there a way to stack buttons, or get some to start on a new line without creating a new region?
    Ethan

    Buttons can be displayed by position (above or below), but this will not let you stack them. You can display buttons in "template positions". So you can control #EDIT#, #CREATE# positions in region templates, and you can assign buttons to display in the the template positions. Thus with the template you can get exact control.

  • Error while creating Apps Server

    Hi there,
    My Platform: Win XP, Oralce10g, BEA WebLogic
    While trying to create the Apps Server with PSADMIN, I encountered some challenges.
    Below are some of the errors I encountered.
    PSADMIN.2784 (0) [01/13/09 05:58:54](0) Begin boot attempt on domain HPRD9
    PSWATCHSRV.2876 (0) [01/13/09 05:59:03] Checking process status every 120 seconds
    PSWATCHSRV.2876 (0) [01/13/09 05:59:03] Server started
    PSAPPSRV.2596 (0) [01/13/09 05:59:04](0) PeopleTools Release 8.49 (WinX86) starting
    PSAPPSRV.2596 (0) [01/13/09 05:59:04](0) Cache Directory being used: E:\PT8.49\appserv\HPRD9\CACHE\PSAPPSRV_2\
    PSAPPSRV.2596 (0) [01/13/09 05:59:04](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HPRD9 with user PS.
    PSAPPSRV.2596 (0) [01/13/09 05:59:04](0) Server failed to start
    PSWATCHSRV.2876 (0) [01/13/09 05:59:05] Shutting down
    PSADMIN.2784 (0) [01/13/09 05:59:11](0) End boot attempt on domain HPRD9
    I need some help. Any assistance please???
    Thanks and regards,
    Texas!

    Hi,
    Now it's not TNS error but SYSADM user ... meanwhile, I can connect to the database with this user id (SYSADM) and the password (SYSADM).
    Below are the error logfiles from my last configuration I tried to make, what could possibly solve this problem please?
    =====
    APPSRV
    =====
    PSADMIN.3164 (0) [01/15/09 14:26:17](0) Begin boot attempt on domain HPRD9
    PSWATCHSRV.1544 (0) [01/15/09 14:26:26] Checking process status every 120 seconds
    PSWATCHSRV.1544 (0) [01/15/09 14:26:26] Server started
    PSAPPSRV.124 (0) [01/15/09 14:26:34](0) PeopleTools Release 8.49 (WinX86) starting
    PSAPPSRV.124 (0) [01/15/09 14:26:35](0) Cache Directory being used: E:\PT8.49\appserv\HPRD9\CACHE\PSAPPSRV_2\
    PSAPPSRV.124 (0) [01/15/09 14:26:36](1) GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=SYSADM)
    PSAPPSRV.124 (0) [01/15/09 14:26:36](0) Server failed to start
    PSWATCHSRV.1544 (0) [01/15/09 14:26:36] Shutting down
    PSADMIN.3164 (0) [01/15/09 14:26:42](0) End boot attempt on domain HPRD9
    ======
    TUXLOG
    ======
    142349.TEXASINC!tmadmin.3912.3284.-2: TMADMIN_CAT:1330: INFO: Command: boot -A
    142351.TEXASINC!tmboot.3156.3916.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
    142351.TEXASINC!tmboot.3156.3916.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
    142351.TEXASINC!tmboot.3156.3916.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    142353.TEXASINC!BBL.696.688.0: 01-15-2009: Tuxedo Version 9.1, 32-bit, Patch Level 036
    142353.TEXASINC!BBL.696.688.0: LIBTUX_CAT:262: INFO: Standard main starting
    142357.TEXASINC!BBL.696.688.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
    142502.TEXASINC!tmloadcf.3316.3296.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
    142502.TEXASINC!tmloadcf.3316.3296.-2: CMDTUX_CAT:879: INFO: A new file system has been created. (size = 1192 512-byte blocks)
    142517.TEXASINC!tmloadcf.3316.3296.-2: CMDTUX_CAT:871: INFO: TUXCONFIG file E:\PT8.49\appserv\HPRD9\PSTUXCFG has been created
    142617.TEXASINC!PSADMIN.3164: Begin  attempt on domain HPRD9
    142619.TEXASINC!tmadmin.2452.1788.-2: TMADMIN_CAT:1330: INFO: Command: boot -A
    142622.TEXASINC!tmboot.1680.2496.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
    142622.TEXASINC!tmboot.1680.2496.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
    142622.TEXASINC!tmboot.1680.2496.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    142624.TEXASINC!BBL.3328.1908.0: 01-15-2009: Tuxedo Version 9.1, 32-bit, Patch Level 036
    142624.TEXASINC!BBL.3328.1908.0: LIBTUX_CAT:262: INFO: Standard main starting
    142626.TEXASINC!tmboot.2468.3948.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
    142626.TEXASINC!tmboot.2468.3948.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
    142626.TEXASINC!tmboot.2468.3948.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    142626.TEXASINC!PSWATCHSRV.1544.2816.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
    142626.TEXASINC!PSWATCHSRV.1544.2816.-2: LIBTUX_CAT:262: INFO: Standard main starting
    142634.TEXASINC!PSAPPSRV.124.3536.0: 01-15-2009: Tuxedo Version 9.1, 32-bit
    142634.TEXASINC!PSAPPSRV.124.3536.0: LIBTUX_CAT:262: INFO: Standard main starting
    142636.TEXASINC!PSAPPSRV.124.3536.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    142636.TEXASINC!tmboot.2468.3948.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    142639.TEXASINC!BBL.3328.1908.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
    142642.TEXASINC!PSADMIN.3164: End boot attempt on domain HPRD9Thanks and regards,
    Texas!

  • Text file - carriage return, creating a new line

    anyone know how to create a new line in a text file, something which is the text file equivelent of a BR (html) tag.

    in windows it's "\r\n"
    in linux/unix/bsd it's "\n"
    but the best way to do it is
    //this will return the newline character for whatever
    //platform your program is running on
    System.getProperty("line.separator");

  • New Line in EBCDIC file created by receiver file adapter

    Hi mates,
    I've configured the receiver file adapter to create a file in EBCDIC format by specifyin the File encoding 'Cp037'. When the file is viewed on the AS400 system using the command DSPPFM, it appears as a continuous text instead of line-by-line. I've tried specifying 0x0D(CR), 0x0A(LF), 'nl' as the endSeparator for the record type in content conversion, but no luck. Still the file looks like a continuous text.
    I learnt from the following links that the New Line character (NL or NEL) in AS400 is Unicode '0x85'.
    <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4867251">OutputStreamWriter/InputSreamReader convert NEL to linefeed with Cp037 encoding</a>
    <a href="http://search.cpan.org/~guido/libintl-perl-1.16/lib/Locale/RecodeData/IBM037.pm#CHARACTER_TABLE">CHARACTER TABLE</a>
    But when I specify this '0x85' as the endSeparator, I get the error below as 0x85 (decimal equivalent 133) is not part of the standard ascii code i.e. basic 127 codes
    <i>Conversion initialization failed: java.lang.Exception: java.lang.NumberFormatException: Value out of range. Value:"85" Radix:16</i>
    Is there any way I can produce the EBCDIC file with new line as end separator for records?
    I appreciate your inputs.
    thx in adv
    praveen

    Instead of using binary mode for FTP and specifying encoding, endSeparator, I used the text mode and left the translation to the FTP server on AS400 system.
    Desirably, it generated the file with right encoding and new line characters.
    praveen

  • Problem in creating New line in --File writing(Urgent)

    Hi all
    I am facing a tipical problem.
    I am writing a Text file using FileWriter and i am using "\n" for writing a new line,
    but when i open notepad all are falling on a single line with a special char
    (if i open the text file in some other editor vie wis very fine)
    C-0-1@C-1-0@ C-2-1
    @ is where i am writing new line.
    but this king of writing is not supported by my third party tool to which i am sending the text file
    as parameter..
    Kindly any one provide me a solution.
    Bye

    newlines differ between windows and linux/unix. Windows' new line character is somthing like "\n\m" where linux uses "/n". So to keep your program platform independent I would suggest using System.getProperty("line.separator") so your code might look like:
    String s = "C-0-1" + System.getProperty("line.separator") + "C-1-0" + System.getProperty("line.separator") + "C-2-1";
    //then write the string to the filethis will give you the appropriate newline character for the platform your program runs on.

Maybe you are looking for

  • Sending email using IMAP through SMTP Port 587

    Hi, I have been sending Mail Merged email to people in organizations that I am active in, using IMAP embedded in StarOffice 5.2 (on Windows 98 Second Edition). This worked fine until a few weeks ago when I received an error message stating that AOL,

  • Status list based on status lists.../ Indicator values always 0

    Hi, any help or thoughts would be appreciated. Basically what I'm doing is calculating status list values based on data in excel sheets. This seems to work as expected. I'll call these sub-status lists from now on. The next thing I wanted to do is ha

  • EPM 11.1.2.2 install on Windows 7 64 bit laptop?

    Is it possible to have a working installation of EPM 11.1.2.x (Compact deployment ) on a Windows 7 64 bit laptop? I cannot buy Windows 2008 Server R2  license for  POC/learning instance. The trial version of it lasts only 6 months.

  • How do you delete a photo or album in iPhoto on an iPad?

    I want to delet some photos on iPhoto on my iPad.  How do I do it? Thanks for your help. Vernon

  • BPEL EAR not getting created in Jdev

    Hi All, I am trying to create a EAR File for 4 BPEL processes. I see there is an option in JDeveloper to create EAR files in a BPEL project but When I run this there is no error neither the EAR file is not created. Can anybody shed light on this issu