[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

06/04/2009 at 12:26AM PDT, ID: 24462822 | Points: 500
[x]
Attachment Details

Hi I am facing a issue when i install SAP 4.7 EE server

Asked by anjujaanu in SAP ERP

following error message is always coming when i try to install .i have already checked the folder and user permission.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
588:
589:
590:
591:
592:
593:
594:
595:
596:
597:
598:
599:
600:
601:
602:
603:
604:
605:
606:
607:
608:
609:
610:
611:
612:
613:
614:
615:
616:
617:
618:
619:
620:
621:
622:
623:
624:
625:
626:
627:
628:
629:
630:
631:
632:
633:
634:
635:
636:
637:
INFO 2010-12-27 01:01:41
Processing of host operation t_HostInfo_SHARED succeeded.
INFO 2010-12-27 01:01:52
The 'saploc' share exists at directory 'D:\usr\sap'. Choosing drive D: as SAP System drive.
INFO 2010-12-27 01:01:58
Copying file D:/ker/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
INFO 2010-12-27 01:01:58
Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
INFO 2010-12-27 01:03:45
Copying file D:/db1/EXPORT1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
INFO 2010-12-27 01:03:45
Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
INFO 2010-12-27 01:03:45
Copying file system node D:\db1\EXPORT1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
INFO 2010-12-27 01:03:45
Processing of all file system node operations of table tORA_filecopy succeeded.
INFO 2010-12-27 01:03:45
Copying file D:/db1/EXPORT1/DB/DDLORA.TPL to: DDLORA.TPL.
INFO 2010-12-27 01:03:45
Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
INFO 2010-12-27 01:03:45
Copying file system node D:\db1\EXPORT1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
INFO 2010-12-27 01:03:45
Processing of all file system node operations of table tORA_filecopy succeeded.
INFO 2010-12-27 01:03:50
Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
INFO 2010-12-27 01:03:50
Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
INFO 2010-12-27 01:03:50
Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
INFO 2010-12-27 01:05:44
Package table created
PHASE 2010-12-27 01:06:47
SAP R/3 Enterprise 4.70 for Oracle
PHASE 2010-12-27 01:06:47
SAP Web Application Server
PHASE 2010-12-27 01:06:47
Request common parameters of SAP System
PHASE 2010-12-27 01:06:47
Create operating system accounts
INFO 2010-12-27 01:06:47
Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
INFO 2010-12-27 01:06:47
Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
INFO 2010-12-27 01:06:47
Copying file C:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.xml to: C:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.1.xml.
INFO 2010-12-27 01:06:47
Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.1.xml.
INFO 2010-12-27 01:06:47
Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
INFO 2010-12-27 01:06:47
Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
INFO 2010-12-27 01:06:47
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1011 ACCOUNTNAME=core2duo\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
INFO 2010-12-27 01:06:47
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1012 ACCOUNTNAME=core2duo\SAP_INS_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
INFO 2010-12-27 01:06:48
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1013 ACCOUNTNAME=core2duo\SAP_INS_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
INFO 2010-12-27 01:06:48
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1007 ACCOUNTNAME=ORA_INS_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
INFO 2010-12-27 01:06:48
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1008 ACCOUNTNAME=ORA_INS_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
INFO 2010-12-27 01:06:48
Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
INFO 2010-12-27 01:06:50
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1014 ACCOUNTNAME=core2duo\insadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=core2duo\SAP_INS_GlobalAdmin,core2duo\Users,Administrators,ORA_INS_DBA,ORA_INS_OPER,core2duo\SAP_LocalAdmin,core2duo\SAP_INS_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
INFO 2010-12-27 01:06:50
Changing account ACCOUNTID=S-1-5-21-3871044664-190899425-406372781-1015 ACCOUNTNAME=core2duo\SAPServiceINS ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=core2duo\SAP_INS_GlobalAdmin,Administrators,ORA_INS_DBA,ORA_INS_OPER,core2duo\SAP_LocalAdmin,core2duo\SAP_INS_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
INFO 2010-12-27 01:06:50
Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
PHASE 2010-12-27 01:06:50
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
PHASE 2010-12-27 01:06:51
Request operating system user information
INFO 2010-12-27 01:06:51
Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-3871044664-190899425-406372781-500' on host 'core2duo'!
INFO 2010-12-27 01:06:51
Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-3871044664-190899425-406372781-500' on host 'core2duo'!
INFO 2010-12-27 01:06:52
Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-3871044664-190899425-406372781-500' on host 'core2duo'!
INFO 2010-12-27 01:06:52
Evaluating all 'tNT_RegistryEntries' table rows succeeded.
WARNING 2010-12-27 01:06:53
Error 1332 (No mapping between account names and security IDs was done.
) in execution of a 'SetEntriesInAcl' function, line (646), with parameter (). 
INFO 2010-12-27 01:07:03
File system node D:\usr\sap exists.
INFO 2010-12-27 01:07:03
Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
INFO 2010-12-27 01:07:03
Creating directory D:\usr\sap\INS.
INFO 2010-12-27 01:07:03
Creating file system node D:\usr\sap/INS with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:03
Creating directory D:\usr\sap\tmp.
INFO 2010-12-27 01:07:03
Creating file system node D:\usr\sap/tmp with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:03
Creating directory D:\usr\sap\trans.
INFO 2010-12-27 01:07:03
Creating file system node D:\usr\sap\trans with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/tmp exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS/in exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS/out exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS/log exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/bin exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/buffer exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/cofiles exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/data exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/etc exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/log exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/sapnames exists already. Nothing to do.
INFO 2010-12-27 01:07:03
Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
INFO 2010-12-27 01:07:04
Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
INFO 2010-12-27 01:07:04
Creating of all NT shares while processing the table 'tNT_SHARE' succeeded. 
PHASE 2010-12-27 01:07:04
Extract archives
INFO 2010-12-27 01:07:04
Processing of all file system node operations of table t_SAPComponent_Archives_FORMS_SHARED succeeded.
PHASE 2010-12-27 01:07:04
Extract SAP System kernel archives
WARNING 2010-12-27 01:07:05
PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
INFO 2010-12-27 01:07:05
Creating file C:\SAPinst ORACLE KERNEL\SAPMMC.SAR.log.
INFO 2010-12-27 01:07:07
SAPCAR -xvgf D:/ker/NT/I386/MMC/SAPMMC.SAR, -R C:\SAPinst ORACLE KERNEL succeeded. (See output in './SAPMMC.SAR.log'.)
INFO 2010-12-27 01:07:07
While copying node C:\SAPinst ORACLE KERNEL/sapmmc.dll to C:\WINDOWS\system32/sapmmc.dll: source is not newer than the target. Nothing to do.
INFO 2010-12-27 01:07:07
While copying node C:\SAPinst ORACLE KERNEL/sapmmcada.dll to C:\WINDOWS\system32/sapmmcada.dll: source is not newer than the target. Nothing to do.
INFO 2010-12-27 01:07:07
While copying node C:\SAPinst ORACLE KERNEL/sapmmcdb6.dll to C:\WINDOWS\system32/sapmmcdb6.dll: source is not newer than the target. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap exists.
INFO 2010-12-27 01:07:03
Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
INFO 2010-12-27 01:07:03
Creating directory D:\usr\sap\INS.
INFO 2010-12-27 01:07:03
Creating file system node D:\usr\sap/INS with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:03
Creating directory D:\usr\sap\tmp.
INFO 2010-12-27 01:07:03
Creating file system node D:\usr\sap/tmp with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:03
Creating directory D:\usr\sap\trans.
INFO 2010-12-27 01:07:03
Creating file system node D:\usr\sap\trans with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/tmp exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS/in exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS/out exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/EPS/log exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/bin exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/buffer exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/cofiles exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/data exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/etc exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/log exists already. Nothing to do.
INFO 2010-12-27 01:07:03
File system node D:\usr\sap\trans/sapnames exists already. Nothing to do.
INFO 2010-12-27 01:07:03
Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
INFO 2010-12-27 01:07:04
Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
INFO 2010-12-27 01:07:04
Creating of all NT shares while processing the table 'tNT_SHARE' succeeded. 
PHASE 2010-12-27 01:07:04
Extract archives
INFO 2010-12-27 01:07:04
Processing of all file system node operations of table t_SAPComponent_Archives_FORMS_SHARED succeeded.
PHASE 2010-12-27 01:07:04
Extract SAP System kernel archives
WARNING 2010-12-27 01:07:05
PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
INFO 2010-12-27 01:07:05
Creating file C:\SAPinst ORACLE KERNEL\SAPMMC.SAR.log.
INFO 2010-12-27 01:07:07
SAPCAR -xvgf D:/ker/NT/I386/MMC/SAPMMC.SAR, -R C:\SAPinst ORACLE KERNEL succeeded. (See output in './SAPMMC.SAR.log'.)
INFO 2010-12-27 01:07:07
While copying node C:\SAPinst ORACLE KERNEL/sapmmc.dll to C:\WINDOWS\system32/sapmmc.dll: source is not newer than the target. Nothing to do.
INFO 2010-12-27 01:07:07
While copying node C:\SAPinst ORACLE KERNEL/sapmmcada.dll to C:\WINDOWS\system32/sapmmcada.dll: source is not newer than the target. Nothing to do.
INFO 2010-12-27 01:07:07
While copying node C:\SAPinst ORACLE KERNEL/sapmmcdb6.dll to C:\WINDOWS\system32/sapmmcdb6.dll: source is not newer than the target. Nothing to do.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/saparch with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\oraarch.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/oraarch with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapcheck.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapcheck with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapbackup.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapbackup with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\origlogA.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\origlogA with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\mirrlogA.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\mirrlogA with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\origlogB.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\origlogB with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\mirrlogB.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\mirrlogB with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\cntrl.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata1/cntrl with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\saparch\cntrl.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/saparch/cntrl with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\origlogA\cntrl.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\origlogA\/cntrl with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
INFO 2010-12-27 01:07:15
File system node D:\oracle\INS/sapdata1 exists already. Nothing to do.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata2.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata2 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata3.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata3 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata4.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata4 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata5.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata5 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\ins_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata1\ins_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\ins_2.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/saparch with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\oraarch.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/oraarch with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapcheck.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapcheck with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapbackup.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapbackup with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\origlogA.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\origlogA with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\mirrlogA.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\mirrlogA with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\origlogB.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\origlogB with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\mirrlogB.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\mirrlogB with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\cntrl.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata1/cntrl with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\saparch\cntrl.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/saparch/cntrl with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\origlogA\cntrl.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS\origlogA\/cntrl with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
INFO 2010-12-27 01:07:15
File system node D:\oracle\INS/sapdata1 exists already. Nothing to do.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata2.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata2 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata3.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata3 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata4.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata4 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata5.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata5 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\ins_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata1\ins_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\ins_2.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata4\ins620_4.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata4\ins620_4 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata4\ins620_5.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata4\ins620_5 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata5\ins620_6.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata5\ins620_6 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata5\ins620_7.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata5\ins620_7 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6\ins620_8.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6\ins620_8 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6\ins620_9.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6\ins620_9 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6\insusr_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6\insusr_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata2\roll_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata2\roll_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata3\temp_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata3\temp_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\system_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata1\system_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_SapdataNodes succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_SapdataNodes succeeded.
INFO 2010-12-27 01:07:16
Creating file D:\oracle\ora81\database\initINS.ora.
INFO 2010-12-27 01:07:17
Creating file D:\oracle\ora81\database\initINS.sap.
INFO 2010-12-27 01:07:18
Copying file D:/ker/NT/COMMON/INSTALL/INITSID.DBA to: D:\oracle\ora81/database/initINS.dba.
INFO 2010-12-27 01:07:18
Creating file D:\oracle\ora81\database\initINS.dba.
INFO 2010-12-27 01:07:18
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:07:19
Moving file D:/oracle/ora81/database/initINS.ora to: orig_init_ora_tmp.txt.
INFO 2010-12-27 01:07:19
Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\oracle\ora81\database\initINS.ora.
INFO 2010-12-27 01:07:19
Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
INFO 2010-12-27 01:07:20
Creating file C:\SAPinst ORACLE KERNEL\oradim.log.
INFO 2010-12-27 01:07:24
See 'D:\oracle\ora81/bin/oradim -new -sid INS -STARTMODE auto' output in 'C:\SAPinst ORACLE KERNEL\oradim.log'.
INFO 2010-12-27 01:07:24
'D:\oracle\ora81/bin/oradim -new -sid INS -STARTMODE auto' returned with '0'.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata4\ins620_4.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata4\ins620_4 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata4\ins620_5.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata4\ins620_5 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata5\ins620_6.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata5\ins620_6 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata5\ins620_7.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata5\ins620_7 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6\ins620_8.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6\ins620_8 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6\ins620_9.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6\ins620_9 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata6\insusr_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata6\insusr_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata2\roll_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata2\roll_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata3\temp_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata3\temp_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Creating directory D:\oracle\INS\sapdata1\system_1.
INFO 2010-12-27 01:07:15
Creating file system node D:\oracle\INS/sapdata1\system_1 with type DIRECTORY succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_SapdataNodes succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
INFO 2010-12-27 01:07:15
Processing of all file system node operations of table tORA_SapdataNodes succeeded.
INFO 2010-12-27 01:07:16
Creating file D:\oracle\ora81\database\initINS.ora.
INFO 2010-12-27 01:07:17
Creating file D:\oracle\ora81\database\initINS.sap.
INFO 2010-12-27 01:07:18
Copying file D:/ker/NT/COMMON/INSTALL/INITSID.DBA to: D:\oracle\ora81/database/initINS.dba.
INFO 2010-12-27 01:07:18
Creating file D:\oracle\ora81\database\initINS.dba.
INFO 2010-12-27 01:07:18
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:07:19
Moving file D:/oracle/ora81/database/initINS.ora to: orig_init_ora_tmp.txt.
INFO 2010-12-27 01:07:19
Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\oracle\ora81\database\initINS.ora.
INFO 2010-12-27 01:07:19
Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
INFO 2010-12-27 01:07:20
Creating file C:\SAPinst ORACLE KERNEL\oradim.log.
INFO 2010-12-27 01:07:24
See 'D:\oracle\ora81/bin/oradim -new -sid INS -STARTMODE auto' output in 'C:\SAPinst ORACLE KERNEL\oradim.log'.
INFO 2010-12-27 01:07:24
'D:\oracle\ora81/bin/oradim -new -sid INS -STARTMODE auto' returned with '0'.
INFO 2010-12-27 01:07:25
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:07:25
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:07:28
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:07:48
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:07:49
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:05
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:06
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:43
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:44
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:44
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:45
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:45
Moving file D:/oracle/ora81/database/initINS.ora to: orig_init_ora_tmp.txt.
INFO 2010-12-27 01:08:45
Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\oracle\ora81\database\initINS.ora.
INFO 2010-12-27 01:08:45
Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
INFO 2010-12-27 01:08:46
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:08:46
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:09:20
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:09:20
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:09:52
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:09:53
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:10:24
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:10:25
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:10:56
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:10:56
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:11:28
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:11:29
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:12:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:12:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:12:33
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:12:33
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:13:05
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:13:06
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:13:38
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:13:39
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:14:10
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:14:10
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:14:44
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 01:14:44
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:43:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:44:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:45:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:46:02
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:47:02
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:48:03
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:49:04
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 06:06:08
Changed working directory to C:\SAPinst ORACLE KERNEL.
ERROR 2010-12-27 06:06:11
FJS-00012  Error when executing script.
INFO 2010-12-27 04:43:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:44:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:45:00
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:46:02
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:47:02
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:48:03
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 04:49:04
Changed working directory to C:\SAPinst ORACLE KERNEL.
INFO 2010-12-27 06:06:08
Changed working directory to C:\SAPinst ORACLE KERNEL.
ERROR 2010-12-27 06:06:11
FJS-00012  Error when executing script.
 
Keywords: Hi I am facing a issue when i install SA…
 
Loading Advertisement...
 
[+][-]06/05/09 02:45 AM, ID: 24554720

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/17/09 12:00 AM, ID: 24645533

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/17/09 01:41 AM, ID: 24646110

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/19/09 12:45 AM, ID: 24664439

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/24/09 01:26 AM, ID: 24699171

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/06/09 05:08 AM, ID: 24784336

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625