Hi;
There is no error just that the programe stops at 9th line item .The SAP GUI is 720 with patch 7 and MS office excel is 2007
Hi;
There is no error just that the programe stops at 9th line item .The SAP GUI is 720 with patch 7 and MS office excel is 2007
Hi
Thanks for your info, Apply the SAPGUI 720 patch level minimum 13 and above and then try again
BR
SS
Configure SAP GUI for this instance and connect to the ABAP stack. If you are able to connect then check the J2EE stack from the OS level using JSMON or using SAP MMC.
I expect, that there is a java stack started too.
therefore this make take a while until the stack is fully started.
open SAP MMC and browse the SAP Instances for there status.
PS: I hope you have provided the necessary resources and the Installation Prerequisit Checker did have not issues you ignored?
Hi Anoop
Along with kernel and DBSL, you have to extract the IGS package. kindly refer the SCN thread
http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=257559612
BR
SS
Hey SS,
i have to extract the contents directly into SAP kernal folder /user /sap/sid/sys/exe/us/NTAMD64 dir ..Yeah i have finished the phase ...
Thanks & Regards,
Anoop
I want to ask about backup using DB13 using tape.
I restart my server for a maintenance purpose. Before I restart my server, the backup is successfully done.
But after I restart the server and running "Initialize Tape" job using DB13 the job status is "Schedulling failed" and the Job Log is below :
Job started
Step 001 started (program RSDBAJOB, variant &0000000009952, user ID ABAP)
Execute logical command BRBACKUP On host smpsvr
Parameters:-u / -jid TAPIN20150225112203 -i force -c force -n 1 -v SCRATCH
BR0051I BRBACKUP 7.20 (36)
BR0252E Function NetShareGetInfo() failed for 'sapmnt' at location BrEnvProcess-115
BR0253E errno 5: Access is denied.
BR0206I End of backup volume initialization
BR0280I BRBACKUP time stamp: 2015-02-25 11.22.04
BR0054I BRBACKUP terminated with errors
External program terminated with exit code 3
BRBACKUP returned error status E
Job finished
Every job that I run ended with similar result.
I have do every solution i know like :
- making sure that folder 'sapmnt' have a proper permission for <SID>adm.
- environment variables are exactly the same with my other server.
Please give me suggestion for my problem. I have done everything I know but until now, there no way out of my problem.
Thanks before..
Have you checked the SAP note 1721575 - SAP system migration to Windows Server 2012?
Microsoft does not support the upgrade of a Windows operating system if any software - including SAP software - is installed that is not part of the Windows operating system itself. Therefore, if, for example, you run an SAP system on Windows Server 2003, you cannot simply upgrade your Windows Server 2003 operating system to Windows Server 2012. Instead, you have to copy your SAP system running on Windows Server 2003 to another server running on Windows Server 2012.
You should consider doing a system copy to move to Windows 2012.
Cheers
RB
Hi,
Could you supply admin group to <sid>adm & try again.
Regards,
hi Danial,
Please go through this note and follow the instruction.
24103 - NT: starting BRBACKUP/BRARCHIVE via AT command
Regards,
Will this migration be a Homogeneous or Heterogeneous system copy?
as per the note 1721575 provided by RB
you can perform a homogeneous or heterogeneous system copy to migrate your SAP system to Windows Server 2012.
I would suggest to perform homogeneous system copy.
This will be a homogeneous system copy. You need to setup the target system (install Oracle and SAP) and then do a backup and restore of the database.
Definition of Homogenious system copy:
Definition of heterogenious system copy:
regards
Peter
Hi
Could you refer this SAP Notes
1325242 - BR*Tools fail when OpenService() function is called
1173159 - BR*Tools errors occur when accessing "database" directory
BR
SS
Hi
Before starting the Homogeneous system copy, Kindly read the system copy guide from http://service.sap.com/guidefinder - Select the OS / DB and SAP Version
BR
SS
yea, NetShareGetInfo documentation tells:
For non-interactive users, Administrator, Power User, Print Operator, or Server Operator group membership is required to successfully execute the NetShareEnumfunction at levels 2, 502, and 503.
I think they are performing level 2 (retrieving the local path of a share).
I expect, that you are trying to run the backup from DB13 on a central system (no application servers, no dedicated database server).
In this case br*tools are directly called by the ABAP Server, which is running under a non-interactive session (Windows Service). Hence you would need to elevate SAPServiceSID to the administrators group, which is no good idea from a security point of view.
The way to get out of this dilema would be to configure a standalone SAP Gateway to run the br* stuff. This gateway can be started to use SIDadm which is member of the local administrators group. A description how to setup a standalone gateway for br* stuff should be found in the Failover Cluster specific documentation (if you are not running on MSCS, just install the gateway locally without integrating it into the cluster).
regards
Peter