Can Any one find and solve error to rhis code

package fileio;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.lang.String;
import java.util.ArrayList;
public class Main
int i=0,j=0,index=0,partitionNo=0 ;
String arrName[][] = new String [100][100];
String arrValue[][] = new String[100][100];
ArrayList bob;
public static void main(String[] args)
ArrayList bob = loadFile("D:\\anand\\aaa.txt");
int index = gotoNext1(0);
while(index != -1)
if(getcategory(index) == "N O N E I S C R N")
{        parseNONEISCRN(index);
parseNONEISCRN(index);
index = gotoNext1(index);
public static ArrayList loadFile(String fileName)
if ((fileName == null) || (fileName == ""))
throw new IllegalArgumentException();
String line;
ArrayList file = new ArrayList();
try
BufferedReader in = new BufferedReader(new FileReader(fileName));
if (!in.ready())
throw new IOException();
while ((line = in.readLine()) != null)
file.add(line);
in.close();
catch (IOException e)
System.out.println(e);
return null;
return file;
public static int gotoNext1(int index)
ArrayList bob = loadFile("D:\\anand\\aaa.txt");
boolean found = false;
int i=0;
for (i=index;i<bob.size();i++)
//if(bob.get(i).CharAt(0) == '1')
if(bob.get(i) == "1")
found = true;
break;
if(found == true)
return i;
else
return -1;
public String getcategory(int index)
return bob.get(index).toString().substring(2,8).trim();// category name
public void parseNONEISCRN (int index)
arrName[partitionNo][i++] = bob.toString().substring(5,23).trim();
arrValue[partitionNo][j++] = bob.toString().substring(5,23).trim();
partitionNo++;
public void gettotalAmt()
int amtRESERVEAMOUNT = 0;
int amtTOTALREMITANCE = 0;
int amtCLOSINGAMOUNT=0;
//int amtRESERVEAMOUNT = 0;
int amtcommonCat = 0;
for (int a=0;a<partitionNo;a++)
for (int b=0;b<i;b++)
if (arrName[a] == "RESERVE AMOUNT")
amtRESERVEAMOUNT = amtRESERVEAMOUNT + Integer.parseInt(arrValue[a][b]);
else if(arrName[a][b] == "TOTAL REMITANCE")
amtTOTALREMITANCE = amtTOTALREMITANCE + Integer.parseInt(arrValue[a][b]);
else if(arrName[a][b] == "CLOSING AMOUNT")
amtCLOSINGAMOUNT = amtCLOSINGAMOUNT + Integer.parseInt(arrValue[a][b]);
else if((arrName [a][b] == "AMOUNT") || (arrName[a][b] == "CLOSING AMOUNT" ))
amtcommonCat = amtcommonCat + Integer.parseInt(arrValue[a][b]);

Check this One...
package fileio;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.lang.String;
import java.util.ArrayList;
public class Main {
     int i = 0, j = 0, index = 0, partitionNo = 0;
     String arrName[][] = new String[100][100];
     String arrValue[][] = new String[100][100];
     ArrayList bob;
     public static void main(String[] args) {
          *Main main= new Main();*
          main.bob = loadFile("D:\\anand\\aaa.txt");
          int index = gotoNext1(0);
          while (index != -1) {
               if (main.getcategory(index) == "N O N E I S C R N") {
                    main.parseNONEISCRN(index);
                    main.parseNONEISCRN(index);
               index = gotoNext1(index);
     public static ArrayList loadFile(String fileName) {
          if ((fileName == null) || (fileName == ""))
               throw new IllegalArgumentException();
          String line;
          ArrayList file = new ArrayList();
          try {
               BufferedReader in = new BufferedReader(new FileReader(fileName));
               if (!in.ready())
                    throw new IOException();
               while ((line = in.readLine()) != null)
                    file.add(line);
               in.close();
          } catch (IOException e) {
               System.out.println(e);
               return null;
          return file;
     public static int gotoNext1(int index) {
          ArrayList bob = loadFile("D:\\anand\\aaa.txt");
          boolean found = false;
          int i = 0;
          for (i = index; i < bob.size(); i++) {
               // if(bob.get(i).CharAt(0) == '1')
               if (bob.get(i) == "1") {
                    found = true;
                    break;
          if (found == true)
               return i;
          else
               return -1;
     public String getcategory(int index) {
          return bob.get(index).toString().substring(2, 8).trim();// category name
     public void parseNONEISCRN(int index) {
          arrName[partitionNo][i++] = bob.toString().substring(5, 23).trim();
          arrValue[partitionNo][j++] = bob.toString().substring(5, 23).trim();
          partitionNo++;
     public void gettotalAmt() {
          int amtRESERVEAMOUNT = 0;
          int amtTOTALREMITANCE = 0;
          int amtCLOSINGAMOUNT = 0;
          // int amtRESERVEAMOUNT = 0;
          int amtcommonCat = 0;
          for (int a = 0; a < partitionNo; a++) {
               for (int b = 0; b < i; b++) {
                    if (arrName[a] == "RESERVE AMOUNT")
                         amtRESERVEAMOUNT = amtRESERVEAMOUNT
                                   + Integer.parseInt(arrValue[a][b]);
                    else if (arrName[a][b] == "TOTAL REMITANCE")
                         amtTOTALREMITANCE = amtTOTALREMITANCE
                                   + Integer.parseInt(arrValue[a][b]);
                    else if (arrName[a][b] == "CLOSING AMOUNT")
                         amtCLOSINGAMOUNT = amtCLOSINGAMOUNT
                                   + Integer.parseInt(arrValue[a][b]);
                    else if ((arrName[a][b] == "AMOUNT")
                              || (arrName[a][b] == "CLOSING AMOUNT"))
                         amtcommonCat = amtcommonCat
                                   + Integer.parseInt(arrValue[a][b]);

Similar Messages

  • Can any one find a solution to this problem [ID CC 2014 has stopped working] for this file{link included}

    Hi all,
    Can any one find a solution to this problem [ID CC 2014 has stopped working] for this file{Dropbox - Questions CH-5 .indd}
    Note: I could open it, but suddenly I have faced this issue with just this file no any other of my files.
    Thanks for your help.

    try the blind export to .idml script at Adobe Community: InDesign 6 is crashing when attempting to open a particular document. All others are opening OK.

  • Hi can any one help with solving this problem

    Hi Every body,
    I had an xml file ,with using parser i want to read the xml file ,but in my xml file i had an error "&data_12546_norm_589567;"
    To process this error and read the xml file content in java file.
    How can i read the xml file.
    My xml file is this
    <?xml version="1.0" encoding="UTF-8"?>
    <Student>
    <Name initials="KRONI">
    <Softwaredepartment/>
    </Name>
    &data_12546_norm_589567;
    </Student>
    Thanks in advance
    regards
    Ram

    You have to replace & with &amp;Like below
    <?xml version="1.0" encoding="UTF-8"?>
    <Student>
    <Name initials="KRONI">
    <Softwaredepartment/>
    </Name>
    &amp;data_12546_norm_589567;
    </Student>

  • Can any one help on this error in CRM ui 7.0

    Dear Experts,
    here i have problem with component : bp_head_serach - view: mainsearchresult.
    my intention is add one field to customer. IDNUMBER from but0id.
    i have done the configuration part and already added the IDnumber in UI screen using cinfig.
    and (ZL_BP_HEAD__MAINSEARCHRES_IMPL)append the structure also. please help me guys.
    structed from past 5days.
    data: lv_bpid type BU_ID_NUMBER.
    data: lv_bp_str type string.
    data: lv_bp type BU_PARTNER.
    if value  is initial.
      lv_bp_str = current->get_property_as_string( 'BP_NUMBER' ).
        if lv_bp is not initial.
        lv_bp = lv_bp_str.
        select single IDNUMBER from but0id into lv_bpid
            where partner = lv_bp.
        if sy-subrc = 0.
          value = lv_bpid.
          endif.
        endif.
    endif.
    this is the code am using in get_zzbp_id.

    Hi,
    If your select query fails then its because of the missing conversion exit, since you are reading bp number as a string.
    Use get_property_As_value instead of reading as string.
    Try this,
    data: lv_bpid type BU_ID_NUMBER.
    data: lv_bp type BU_PARTNER.
    if value is initial.
    current->get_property_as_value( exporting iv_attr_name = 'BP_NUMBER'
                                                           importing ev_result = lv_bp ).
    if lv_bp is not initial.
        select single IDNUMBER from but0id into lv_bpid
                                                where partner = lv_bp.
         if sy-subrc is initial.
               value = lv_bpid.
         endif.
    endif.
    endif.
    Regards,
    Arun

  • Can any one identify the XML error....

    SELECT EXTRACTVALUE(:NEW.REQUEST, '/Message/body'),
    EXTRACTVALUE(:NEW.REQUEST, '/Message/from')
    INTO V_REQUEST, V_MOB
    FROM DUAL;
    SELECT ACC_NUM, RGSTR_FLAG, LL_NUM
    INTO V_ACC_NUM, V_RGSTR_FLAG, V_LL_NUM
    FROM CUST_INFO
    WHERE CUST_MOBILE_NUM LIKE V_MOB;
    ERROR
    ERROR at line 4:
    ORA-01403: no data found
    it works fine when I do
    WHERE CUST_MOBILE_NUM LIKE 505282455;
    Please can someone identify the error.
    thanx.
    REQUEST FIELD
    <message>
    <to>123</to>
    <from>789</from>
    <body>unbill</body>
    <messagenumber>01</messagenumber>
    </message>
    THANX.

    CORRECTION
    <MESSAGE>
    <TO>907</TO>
    <FROM>505282455</FROM>
    <BODY>UNBIL</BODY>
    </MESSAGE>

  • Hello guys..!! I have got my new  iphone 4 2 days ago.The same day it got a problem of auto restart in every 1, to 2 minutes. I updated and restored it many times...but of no use... can any one help me how to solve this problem..!!

    Hello guys..!! I have got my new  iphone 4 2 days ago.The same day it got a problem of auto restart in every 1, to 2 minutes. I updated and restored it many times...but of no use... can any one help me how to solve this problem..!!

    Go to Settings/General/Reset - Erase all content and settings. the connecto to iTunes and restore as a New phone. Do not restore any backup. If the problem persists you have a hardware problem. Take it to Apple for exchange.
    This assumes that the phone is not hacked or jailbroken. If it is you will have to go elsewhere on the internet for help.

  • I am not able to register my Apple ID for iCloud and the error is "the maximum no of free accounts have been activated on this phone" can any one help me why I need to do

    I am not able to register my Apple ID for iCloud and the error is "the maximum no of free accounts have been activated on this phone" can any one help me why I need to do

    Sir, your Apple ID can be used as an iCloud account as well. They are both the same thing.
    You can learn more from --> Set up your Apple ID for iCloud and iTunes - Apple Support

  • I have MAC OSX 10.5.8 and need to install adobe illustrator. I checked the compatibility and found that CS5 will work.Can any one help where i can find it. The trail version is fine with me.

    I have MAC OSX 10.5.8 and need to install adobe illustrator. I checked the compatibility and found that CS5 will work.Can any one help where i can find it. The trail version is fine with me as i just have to use it for couple of days till i get my mac book back from service. Can any one help me on this.

    You are welcome, ameronweb.
    To elaborate a bit, you may come across offers of a new/unopened/unregistered version, which is the simplest case (you would need a guarantee). Other cases require much detailed information (and a guarantee).
    If upgrading to 10.6.8 or higher is an option, you could use CS6.

  • Have just down loaded Yosemite over Mountain Lion, Indesign CS5 does not work ( Am dependant on it) although Bridge , Light Room and Elements operate OK How do I solve this rapidly. Can any one help on this issue. Thanks

    Have just down loaded Yosemite over Mountain Lion, Indesign CS5 does not work ( Am dependant on it) although Bridge , Light Room and Elements operate OK How do I solve this rapidly. Can any one help on this issue. Thanks

    Sorry to say it, but I think you can see from Bob's response that there's no way to solve this rapidly.
    Did you take an image of your Mountain Lion install before upgrading to Yosemite? Roll back to that. If you're not in the habit of taking a snapshot of your system before performing operating system upgrades - get in that habit. If you are dependent on anything at all on hour computer, having a reliable backup method in place is essential. If you don't have a Time Capsule, or some other way to run Time Machine onto a disk that's not in your computer, go set that up yesterday.
    If you can't just remove Yosemite and roll back to Mountain Lion for whatever reason, you can partition your drive so that you can install both Yosemite and Mountain Lion on the same drive, and then boot into Mountain Lion when you need to work in CS5. Or you can take your Mountain Lion disc (I assume you have one, no?) and then use it to create a virtual machine in something like VirtualBox to run Mountain Lion from inside Yosemite.

  • I have new I pad 2 and when I get connected to iMac I can't find it detected in I tunes can any one help me

    I have new I pad 2 and when I get connected to iMac I can't find it detected in I tunes can any one help me and i am new to I pad

    If it's not showing on the left-hand sidebar of your Mac's iTunes (if you are on iTunes 11 then you can enable the sidebar via option-command-S) under Devices then see if this troubleshooting article helps : http://support.apple.com/kb/TS1591

  • I am set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    I set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    Thanks. Where could I possibly look for a firewall rule. I knowingly did not creat any. My system has internet coming to a Modem which then is connected to a wireless router. I have computers connecting to the router through cable as well as wireless. One of these computers has been our  mailserver using Mercury and Pegasus and that computer has a static IP address. The Mac Mini also has been assigned a different srtatic IP address. I have only set up user account, none of them an email account as I initially expect them to receive only internal mails. Is it necessary that I must set up an email id for each user while setting up the user account. My server id is server.local. So would the email id for local users be [email protected]?

  • Cjs-30022 and fco-00011 error in crm ,ep.xi installation can any one helpme

    hi friends can any one help me
    while installing crm i got this error on abap import
    import moinitor job: running 0,waiting 1,completed 15 , failed 3 ,total 19 i can see in satus bar and it is throughing an error like
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "C:\j2sdk1.4.2_12/bin\javaw.exe" -cp "C:/WINDOWS/TEMP/sapinst_exe.3468.1197716131\jar\instgui.jar;C:/WINDOWS/TEMP/sapinst_exe.3468.1197716131\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool G:\New Folder\instmaster\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host willsys, port 21200 to continue with the installation
    guiengine: login in process.
    IRunModeReceiver CChoiceDialogModifier::continuePreviousRun()
    INFO       2007-12-15 02:56:07 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/inifile.8.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/inifile.8.xml'.
    INFO       2007-12-15 02:56:07 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/inifile.9.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/inifile.9.xml'.
    INFO       2007-12-15 02:56:15
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO       2007-12-15 02:56:31 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/keydb.5.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/ORA/CENTRAL/AS/keydb.5.xml'.
    INFO       2007-12-15 02:56:32
    Execute step runMigrationMonitor of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0.
    INFO       2007-12-15 02:56:32 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS\import_monitor.java.log.
    INFO       2007-12-15 02:56:32 [syxxccuren.cpp:105]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS.
    INFO       2007-12-15 02:56:32
               CJSlibModule::writeInfo_impl()
    Output of C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "G:\New Folder\exp\export1\EXP1;G:\New Folder\exp\export2\EXP2;G:\New Folder\exp\export2\EXP3;G:\New Folder\exp\export2\EXP4" -installDir "C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe E:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst is written to the logfile import_monitor.java.log.
    WARNING    2007-12-15 02:57:02
               CJSlibModule::writeWarning_impl()
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "G:\New Folder\exp\export1\EXP1;G:\New Folder\exp\export2\EXP2;G:\New Folder\exp\export2\EXP3;G:\New Folder\exp\export2\EXP4" -installDir "C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe E:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 3, completed 15, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 2, completed 15, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 1, completed 15, failed 0, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 2, waiting 1, completed 15, failed 1, total 19.
    Loading of 'SAPAPPL0' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 15, failed 2, total 19.
    Loading of 'SAPAPPL2' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    ERROR      2007-12-15 02:57:02
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR      2007-12-15 02:57:02
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    INFO       2007-12-15 02:57:06 [iaxxgenimp.cpp:774]
               showDialog()
    An error occured and the user decided to retry the current step: "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor".
    INFO       2007-12-15 02:57:06 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS\import_monitor.java.log.
    INFO       2007-12-15 02:57:06 [syxxccuren.cpp:105]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS.
    INFO       2007-12-15 02:57:06
               CJSlibModule::writeInfo_impl()
    Output of C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "G:\New Folder\exp\export1\EXP1;G:\New Folder\exp\export2\EXP2;G:\New Folder\exp\export2\EXP3;G:\New Folder\exp\export2\EXP4" -installDir "C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe E:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst is written to the logfile import_monitor.java.log.
    WARNING    2007-12-15 02:57:37
               CJSlibModule::writeWarning_impl()
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "G:\New Folder\exp\export1\EXP1;G:\New Folder\exp\export2\EXP2;G:\New Folder\exp\export2\EXP3;G:\New Folder\exp\export2\EXP4" -installDir "C:\Program Files\sapinst_instdir\CRM05\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe E:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 3, completed 15, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 2, completed 15, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 1, completed 15, failed 0, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 2, waiting 1, completed 15, failed 1, total 19.
    Loading of 'SAPAPPL0' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    Loading of 'SAPAPPL2' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    ERROR      2007-12-15 02:57:37
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR      2007-12-15 02:57:37 [iaxxgenimp.cpp:731]
               showDialog()
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    plz help me i am trying disperatly
    thnk
    ravi

    Hi Ravulapalli,
    >G:\New Folder\exp\export1\EXP1
    please check import_monitor.java.log, import_monitor.log
    Please rename "New Folder" to New_Folder. Restart the central instance installation.
    Regards,
    Jeff

  • I can't sync my iPad to the iTunes it's give me an unknown error  message 0xe8000012 I don't know how to fix it and where is the problem could be need format or the problem is in the charging port please can any one help me

    I can't sync my iPad to the iTunes it's give me an unknown error  message 0xe8000012 I don't know how to fix it and where is the problem could be need format or the problem is in the charging port please can any one help me

    Unknown Error containing "0xE" when restoring
    To resolve this issue, follow the steps in iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. See iTunes for Windows: Issues syncing iOS devices with P55 and related Intel Chipsets for more information.
    From Here  >  http://support.apple.com/kb/TS3694

  • TS3694 my Iphone 4S is stuck in DFU mode and its not responding connected to Itunes for a restore. I keep getting a 3194 error and 9006. Can any one Help?

    my Iphone 4S is stuck in DFU mode and its not responding connected to Itunes for a restore. I keep getting a 3194 error and 9006. Can any one Help?

    What type of jailbreak was used on it?

  • I am restoreing my iphone 3g and on the instaling frameware i keep getting a code 1604 can any one help me with what i am ment to do when i get this error

    as title can any one help me thank you

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode, put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.

Maybe you are looking for