Posted: July 12th, 2010 | Author: Sudhir Upadhyay | Filed under: SAP/Unix | No Comments »
Installing SAP NetWeaver Sneak Preview (NSP) on a Windows machine requires a lot of patience and luck. Gingle on SDN Network has published a series of blog posts which ran for several weeks. He has covered installation in great details starting from installation to configuration of TMS and applying support packs.
Below are the links for his blog posts.
Give it a shot with these steps and all the best with your installation.
Posted: July 31st, 2009 | Author: Sudhir Upadhyay | Filed under: SAP/Unix | 34 Comments »
I am now SAP certified NetWeaver 7.0 Associate consultant. After couple of months of preparation, delays of exam and a few software glitches from SAP, I could take my exam and cleared it.
I was a little bit sceptical about it in like any other person whether to go for certification or not. I have also gone through the eternal debate of SAP certification – does an experienced person in SAP really requires certification or it’s just a waste of money.
Read more about it here: Is SAP Certification Worth the Money? from Jon Reed Vs. SAP certification not worth much from IT Knowledge Exchange.
However, as I have completed 3 years as a SAP Basis consultant few months back, I thought this is the right time to go for certification as it would add value to my resume in recession hit economy.
The course C_TADM51_70 contents 5 books in total (almost 3000+ pages). The course material is very conclusive and demands a lot of persistence in studying. You don’t need any other reference material other than these 5 books because you will get all questions from these books only. You need to go through these books at least thrice to remember the every detail of SAP concepts. Thanks to Rafael OoOshiro, I stumbled upon to the concept of creating Mind Maps for studies. Creating mind map along while studying is a nice idea, it makes studying fun and you can have a lesson/unit in an uncluttered way in one single mind map.
The best part I liked about this SAP certification exam is that you don’t get braindumps for it on Internet like any other certification programs like MCSE, OCP etc (without any offence to these exams). So, you have to study the complete course material and have to understand each and every concept in detail. Although, I do believe there should be some sample questions so a person can get an idea about type of questions asked. Until recently, there were no sample questions. I think SAP has identified this problem and has given some sample questions on it’s website (See here)
.
I have observed that there was a lot less information about SAP certification exams as compared to other certification until recently. The fee, course contents, registering and passing score etc but now, SAP education site provides the complete information.
While preparing for this certification, I thought of sharing knowledge and that’s how I register my own SAP website SAPguru.in. This website would be my learning canvas of SAP. On SAPguru, I would be sharing whatever I learn, I am in the process of writing few articles, How-To articles etc. I would also be uploading the Mindmaps which I have prepared as notes for my SAP certification prepration, these come very handy in revising the complete stuff in a nutshell.
Here, I would like to clear that I do not have any dumps or something similar to it which I would give you and you’ll clear the exam. Please don’t ask for it in comments. My only objective of SAPguru.in would be sharing knowledge. So, stay in touch for the update!
Update: I did not put content on SAPguru.in and let it expire because I realized later that another website with name SAPguru (SAPguru.org) is functioning and a simple Google search tells me that it’s not a nice idea to build a brand on SAPGuru. I have now registered a different domain, on which I’m working on. This would be updated soon here.
Posted: October 27th, 2008 | Author: Sudhir Upadhyay | Filed under: SAP/Unix | 1 Comment »

When a backup is terminated abruptly then sometimes the backup status of tablespaces remain active. In oracle 10g, you can reset the backup status of all tablespaces using the query
alter database end backup
However, in Oracle 9i you can not reset the backup status of tablespaces in one go using the above query if database status is open.
You can reset the backup status of tablespace from SQL using the following query.
alter tablespace tablespacename end backup
in this process, you will have to give one tablespace at a time, or, you can reset the backup status in one go by following the below steps in BRTOOLS.
Orasid> brtools
Select 2 – Space management
Select 4 – Alter tablespace
Press c twice to continue
Select 4 – Reset backup status
You will see the list of tablespaces which are in backup mode. Enter the range for e.g. if there are 10 tablespaces listed then input 1-10
Press c to continue.
This would reset the backup state for all tablespaces.
Tip: if you need to kill a running backup for any reason. Always kill the backint process not the brbackup process. It would make sure that tablespaces’ backup status is not active.
Posted: July 4th, 2008 | Author: Sudhir Upadhyay | Filed under: SAP/Unix | 2 Comments »
We need to keep ourselves updated to stay ahead in the race as the technical world keeps changing, and SAP is no different. If you are a Basis administrator/consultant, you need to update/upgrade your current skills for the requirements of SAP Netweaver.
Give me six hours to chop down a tree and I will spend the first four sharpening the axe – Abraham Lincoln
A new article on SearchSAP.com by Kent Sanders talks about transferring your skills from Basis to Netweaver. The article not only tells you the road ahead for Basis consultants but also explains how you can get to that road.
The key points raised by author are:
Java is the way ahead: As more companies are opting for portals and web business, you can not avoid Java.
Go for Solution Manager or Enterprise Service Oriented Architecture ( eSOA)
If you want to stay up with the latest in SAP technology and differentiate yourself from your Basis competition, then mastering the SAP Java Application Server, enterprise SOA technology, and Solution Manager will keep you ahead of the game.
Read complete article on SearchSAP
On a related note do check the tips from Prem Sagar about how to survive an IT slowdown.