Monday 25 July 2011

WebDynpro Activation ABAP Stack

Hi Guys,

After long days , finally got some work to do :)

Activate below mentioned services using sicf

1. SICF
2. Activate Services for Web Dynpro ABAP
  
Using WDA Applications
    /default_host/sap/bc/webdynpro
 /default_host/sap/public/bc
 /default_host/sap/public/bc/ur
 /default_host/sap/public/bc/icons
 /default_host/sap/public/bc/icons_rtl
 /default_host/sap/public/bc/webicons
 /default_host/sap/public/bc/pictograms
 /default_host/sap/public/bc/webdynpro/* (ssr, mimes, etc.)
 /default_host/sap/public/myssocntl

Using the WDA Development Environment
 /default_host/sap/public/bc/webdynpro/viewdesigner
 /default_host/sap/bc/wdvd/
 /default_host/sap/bc/webdynpro/sap/configure_application
 /default_host/sap/bc/webdynpro/sap/configure_component
 /default_host/sap/bc/webdynpro/sap/wd_analyze_config_appl
 /default_host/sap/bc/webdynpro/sap/wd_analyze_config_comp
 /default_host/sap/bc/webdynpro/sap/wd_analyze_config_user


WDA Test Applications for Error Analysis
 /default_host/sap/bc/webdynpro/sap/WDR_TEST_EVENTS
 /default_host/sap/bc/webdynpro/sap/wdr_test_ui_elements
 /default_host/sap/bc/webdynpro/sap/WDR_TEST_TABLE
 /default_host/sap/bc/webdynpro/sap/WDR_TEST_ADOBE
 /default_host/sap/bc/webdynpro/sap/wdr_test_popups_rt




4.) IF your facing any error (FQDN)
Add the FQDN in local client .

Click Run -> enter drivers -> goto etc folder -> double click on hosts file -> open with note pad.
there u need to enter the host entries., like .. 192.....<server_address> <tab> <domain> <tab> <host>

5.) Still facing problem With DNS
Disable your VPN Connectivity

To Check the Webdynpro
Ask your ABAP team to do inital testing configuration ,
1.se80
2.Select webdynpro Comp/ intf
3.ZDemo
4.IVIEW
5.FirstView
6.Layout

Wednesday 6 July 2011

Configuring Logarchmeth1 in DB2 & TAKING OFFLINE BACKUP

O/S:- AIX 6.1 1.  Login as db2<sid>(ex db2qas)
2.  Start db2 with "db2start" command, if its not started.
3.  Connect to respective system via "db2 CONNECT to QAS".
4.  Give command "db2 UPDATE DB CFG FOR QAS USING LOGARCHMETH1 DISK:/DBbackup/QASbackup/LogBackup".
5.  It will now show the Confirmation message Like "DB2 Configuration Has been updated".
6.  Now its must to take offline backup of the database( db2 forces it as it will give message db backup pending).
7.  Now issue command "db2 connect reset".
8.  Stop db2 by "db2stop". -- not mandatory I am writing it because I did it this way
9.  Start db2 by "db2start".  -- not mandatory I am writing it because I did it that way
10. Issue offline backup command "db2 BACKUP DATABASE QAS TO "/DBbackup/QASbackup". --for backup to disk
      or
11. Issue offline backup command "db2 BACKUP DATABASE QAS TO "/dev/rmt0". --for backup to tape
After taking the offline backup you can work with your database normally.
ENJOY POWERPLAY!!!!!!!

Any quries , please contact sathyarthiss ...
satyarthivarun@gmail.com
 

Monday 4 July 2011

Cannot create Lock File) when run startsap

[root@ECCECQ2 ~]# tail -f /home/ecqadm/startsap_DVEBMGS12.log
Called command: /usr/sap/ECQ/SYS/exe/run/startsap start Starting Startup Agent sapstartsrv
-----------------------------
 Instance Service on host ECCECQ2 started
Starting SAP Instance DVEBMGS12
------------------------------
Cannot create Lock File. ("sapstart.sem" Permission denied)
(6662) Exiting with Return-Code -103. (Access permission denied)
 Startup of Instance failed

Solution:

1.) Check the all the file system used percentage
2.) This may cause bcoz of shared memory , just restart the application & OS
3.) sidadm user doesnt own the usr/sap/dir or the sapmnt dir
    (Change the ownership of the user:Group using chown command in unix )

I have faced this issue , while starting the apllication & i worked more than 5 hours to fix it , I hope given info will help you to fix the issue asap.