Computer Input and Pointing Device
United States Patent D601,566
Search This Blog
Saturday, October 24, 2009
Tuesday, August 18, 2009
User Information System from SU01
To get quick User related information in an SAP System:
- Go to transaction code SU01
- From the upper menu, click on 'Information'
- From drop-down menu, click on 'Information System'
- You should see a Menu Tree showing various User Admin areas such as:
- User
- Roles
- Profiles
- Authorizations
- Authorization Objects
- Transactions
- Comparisons
- Where-Used List; and
- Change Documents
Friday, August 14, 2009
Backup Domain Controller in SAP TMS Landscape
How to assign a Backup Domain Controller in TMS?
- Logon to your Domain Controller SAP System in client 000
- Execute Transaction Code: STMS
- Click on the icon System Overview, alternatively click on Overview from the top menu and then click on Systems
- Select your Domain Conroller system, double click
- You will see three tabs: Management, Communication, and Transport Tool
- Click on Communication
- Click on Edit
- You will see Backup under Transport Domain
- Select your Backup Domain Controller system in this area
- Save the configuration
- Verify/Chanage the settings in remaining systems accordingly and Distribute the changes in All systems in your TMS landscape
- Should you wish to test the functionality, bring your Domain Controller down and your backup domain controller should be promoted to the Domain Controller
- Once your original Domain Controller system comes back online, your promoted Backup Domain Controller system should then assume the original role of Backup Domain Controller.
Thursday, August 13, 2009
Two Important Traces in SAP Systems from Admin point of view
System Trace
- Transaction Code: ST01
- Transaction Code: ST05
Your S-User in SAP Solution Manager System
How to Associate your S-User in SAP Solution Manager System?
Use Transaction code: AISUSER
Change View "SAP Support Portal Contact Person Assignment": Overview
Good luck!
Use Transaction code: AISUSER
Change View "SAP Support Portal Contact Person Assignment": Overview
- Keep an S-User number handy, no Zeros
- Click on New Entries
- Enter User ID (you SAP System Logon ID) and S-User number in 'Contact Person' field
- Save it!
- Go back and check for the entry that you just created
- Test it!
Good luck!
Sunday, August 9, 2009
How to Undo changes already inclued in a Transport Request
Scenario:
Following is what you can do:
Option One: If backups are scheduled and available by any chance, then restore the system, point-in-time to the original state.
OR
Option Two: Undo those changes, manually. One by one, which could be very time consuming.
OR
Option Three: Find the original obejcts from either of DEV, QAS, and PRD systems and collect them in a transport request and move that request to SBX at OS level.
Good luck!
- An SAP BI system landscape
- You have three systems, DEV, QAS, and PRD
- You have a stand-along system SBX (Sandbox System)
- You don't have any backups scheduled on SBX
- You are making some changes in SBX
- You keep including those changes in a transport request in SBX
- At one point you realize that some or all of those changes in a particular transport request isn't necessary or they MUST be reverted.
Following is what you can do:
Option One: If backups are scheduled and available by any chance, then restore the system, point-in-time to the original state.
OR
Option Two: Undo those changes, manually. One by one, which could be very time consuming.
OR
Option Three: Find the original obejcts from either of DEV, QAS, and PRD systems and collect them in a transport request and move that request to SBX at OS level.
Good luck!
Wednesday, August 5, 2009
Tuesday, August 4, 2009
Move a Released Local Transport Request
How to move a Released Local Transport from One SAP System to another SAP System?
Scenario:
Scenario:
- Locally created transport request (Customization Request)
- Request gets released
- Need to move to another SAP system in transport landscape
- Create a new Customization Request
- Add objects
- Add that Locally created and released transport request number to include into this newly created Customizing Request
- Make sure that target shows the target group or target SAP system and client thereof
- Release the task of this new request
- Release this new request
- Refresh import queue of your target SAP System
- Then import this request!
Monday, August 3, 2009
How to See Processes from All Users in Windows
Wednesday, July 29, 2009
Logon Load Balancing
- Install all application server/dialog instances
- Configure Logon Group using transaction SMLG
- Assign proper instance, check mark Ext. RFC enabled, provide reponse time and number of users
- Click on Copy
- Do the same for all Instances
- Save
- Go to your system directory, system32\drivers\etc\services file
- Add the following entry
- sapms
39xx/tcp - The above port number should be the same what you used as Message Server port during your Dialog Instance installations
- Go to your SAP GUI logon pad
- Configure your connection details as following:
- Create or Modify by clicking New Item or Change Item
- Provide Description
- Provide System Id
- Provide Message Server
- Move to Group/Server tab and the Logon Group you created should become visible there along will all app servers and what processes they have
- System Number should come automatically as well
- Click OK
Test the logon!!!
Friday, July 24, 2009
How to apply MSSQL Patch/SP for DB in SAP System
SAP System
DB - MSSQL
OS - Windows Server
Straight and Simple:
Check and confirm SQL patch number from MS Visual Studio.
Good luck!
Shival
DB - MSSQL
OS - Windows Server
Straight and Simple:
- Download the patch from SAP Service MarketPlace
- Stop SAP using MMC
- Stop DB using MS Visual Studio
- Stop all SAP Services from service.msc
- Stop all SQL Services from service.msc
- Close MMC console
- Close MS Visual Studio console
- Drill down the installer for your OS/HW from the downloaded media, i.e. x64, x86, etc.
- Double Click the installer
- Let the installer check if any conflicting services are running or not
- Complete the installation
- Check DB/Bring DB online
- Check SQL services/Start SQL services from service.msc
- Start SAP services from service.msc
- Start SAP using MMC
Check and confirm SQL patch number from MS Visual Studio.
Good luck!
Shival
Wednesday, July 22, 2009
Dialog Instance Installation
Short and Sweet scenario:
SAP System: SAP CRM 5.0
OS: Windows 2003 Server R2, SP2
DB: MSSQL 2005, SP3
I have a newly installed central instance up and running
Now, I upgraded the kernel.
Now, tried installing Dialog Instance and got the error of "disp+work" not starting up.
Following is what worked!!
###############
Now I upgraded kernel on Central Instance.
DI Dialog Queue became unavailable.
Following is what worked!!
SAP System: SAP CRM 5.0
OS: Windows 2003 Server R2, SP2
DB: MSSQL 2005, SP3
I have a newly installed central instance up and running
Now, I upgraded the kernel.
Now, tried installing Dialog Instance and got the error of "disp+work" not starting up.
Following is what worked!!
- Restored the original kernel files.
- Uninstalled the progressed installation of DI
- Re-initialized DI installation.
###############
Now I upgraded kernel on Central Instance.
DI Dialog Queue became unavailable.
Following is what worked!!
- Stop MMC on Dialog Instance
- Stop sap
_NN service - Close MMC window
- Close service.msc window
- Physically Copy 'sapstartsrv.exe' from Central Instance.
- Rename 'sapstartsrv.exe' under Windows\system32 (being conservative)
- Paste 'sapstartsrv.exe' to this location.
- Open MMC window
- Start SAP
- The above should work just fine!!!
Try referring following SAP Notes for digging this deeper!!!
- sapnote_0000035278 - STARTSAP-STOPSAP - TIME OUT no system connected
- sapnote_0000072248 - In NT Dispatcher in status Yellow - SAP system running
- sapnote_0000142100 - Windows Problems with new SAP service as of Rel. 4.5B
- sapnote_0000396309 - Dispatcher remains yellow, although the system is running
Good luck!
Shival B. Tailor
sbtailor@gmail.com
Subscribe to:
Posts (Atom)