cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-30022 Program 'Migration Monitor' exits with error code 103

Former Member
0 Kudos

Hi

Im in process of installing ECC 6.0 but at phase 19 i got an error at IMPORT ABAP

CJS-30022 Program 'Migration Monitor' exits with error code 103

how to resolve this problem,...where i have gone wrong gurus plllllzzzzzzz help me its urgent

is there any thing do with heap_size if yes plz guide me for that as well

thznk

Accepted Solutions (0)

Answers (1)

Answers (1)

phanikumar_akella
Participant
0 Kudos

The problem was oracle was not running. We have to run oracle manully in command prompt.

This is how when we resolved and worked fine. Follow these steps in command prompt.

1. Check R3trans -d; If R3 finished with error(0012) follow the below steps.

1.1 Check services.msc whether oracle listeners are started or not; if not please start.

2. Go to oracle drive.

Use the following commands:

3. sqlplus /nolog

4. connect /as sysdba

5. If result displays:

"SQL> connect /as sysdba

Connected to an idle instance.

6. Use this command next: archive log list (i.e, SQL> archive log list)

ORA-01034: ORACLE not available" - If this is the result, then startup the oracle.

7. Use this command next: startup (i.e, SQL> startup)

Then result should say: "ORACLE instance started."

That means oracle instance is strated successfully.

Now, Retry the step where you left. It will work fine.

Please let us know if you need any futher details need.

Former Member
0 Kudos

Thanks Phani,

Your suggestion worked for me.

Regards,

Madhu.

Former Member
0 Kudos

Hi Phanikumar,

Many Thanks PHANIKUMAR........

Yes. my problem also got solve. I follow with below steps.

Open CMD.

type

C:\>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Sep 27 18:40:56 2015

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> connect /as sysdba

Connected to an idle instance.

SQL> archive log list

ORA-01034: ORACLE not available

SQL> startup

ORACLE instance started.

Total System Global Area 314572800 bytes

Fixed Size 1248744 bytes

Variable Size 167772696 bytes

Database Buffers 142606336 bytes

Redo Buffers 2945024 bytes

Database mounted.

Database opened.

SQL> archive log list

Database log mode No Archive Mode

Automatic archival Disabled

Archive destination D:\oracle\SAI\oraarch\SAIarch

Oldest online log sequence 2131

Current log sequence 2134

SQL>

SQL>exit

Thanks

Kalpesh

Edited by: yerunkar.kalpesh on Sep 27, 2011 4:59 PM