Re: Netweaver AS Java - get license expiry
Hi Jochen , This should be done by your solution manager system.http://help.sap.com/saphelp_sm70ehp1_sp23/helpdata/en/89/a7c08d740c4cffb491f98801f17d30/content.htm The background job...
View ArticleRe: Netweaver AS Java - get license expiry
A Solution Manager 7.1 system will do this under the Change Management work center and will even update the maintenance certificate and install it to ABAP or Java stacks
View ArticleRe: Netweaver AS Java - get license expiry
Thanks a lot for your elaborated answer! Sadly I do need something different, as the systems in question are test-systems which are in most cases not properly connected to the SolMan. Colleagueas are...
View ArticleRe: Netweaver AS Java - get license expiry
Hi, You will have to then investigate an option for java related monitor that interfaces with the licensing adapater in the java stack. Unfortunately the entries for example as in abap is stored in...
View ArticleRe: Register TP server Program
Hi Billy Warring, Thanks a lot for you information, that helped a lot for me. Thanks,Vardhan.
View ArticleRe: Hardware Migration of bobj server
sorry to trouble you all...But I got solution on mentioned link below.......http://bi-thinkers.blogspot.com/2011/05/how-to-uncluster-business-objects.html thanks
View ArticleRe: Using SAP WEBDISPATCHER with Proxy Reverse
The web dispatcher supports SSL in two ways: SSL to the web dispatcher and then it flips over to HTTP for internal traffic only.SSL to the web dispatcher it will decrypt to read the needed information...
View ArticleRe: Using SAP WEBDISPATCHER with Proxy Reverse
Hello Marcos, Yes, you can create redirect rules at the Web Dispatcher.One example of rule would be: icm/HTTP/redirect_0 = PREFIX=/, FROMPROT=HTTP, PROT=HTTPS This will redirect any request arriving...
View ArticleRe: ABAP: Issue in ALV Grid Display
Dear all, While using call transaction sy-binpt will be set, so after the below mentioned statement in RESUSE_ALV_GRID_DISPLAY function module it will display list instead of grid. if (...
View ArticleClass not Found Exception when accessing from catalog_config.xml
Hi Experts, we are doing an upgrade activity of CRM 5.0 to CRM 7.0. i am facing an error class not found exception when accessing the custom class ZGetCategorieInPathAction file in home shrt ext DC....
View ArticleSAP BASIS Admin logging
Hi, We need to log all activities performed by all BASIS administrators including super users.This is one of the recommendation by Audit. We tried to login by Sm19. We have limitation of logging as for...
View ArticleTREX on AIX 64 Bit
Dear Experts, Can anybody clarify the TREX version on AIX OS with 64 bit. We are about to install and all of sudden it came as a blow that TREX is not available on AIX 64 bit. If not what is the best...
View ArticleRe: Using SAP WEBDISPATCHER with Proxy Reverse
Hi Isaias, nice to know that is possible use the WEB DISPATCHER with Proxy Reverse. Bu we try to use this rule, and when we access http://oursite.domain/irj it dont chance to https://oursite.domain/irj...
View ArticleRe: Using SAP WEBDISPATCHER with Proxy Reverse
Hello Marcos, Please note that the Web Dispatcher is not a reverse proxy. What I've stated is that it has a redirect feature. Please try the following rule instead: icm/HTTP/redirect_0 = PREFIX=/,...
View ArticleRe: Using SAP WEBDISPATCHER with Proxy Reverse
Isaias Freitas wrote: Please note that the Web Dispatcher is not a reverse proxy. What I've stated is that it has a redirect feature. Huh? SAP Web Dispatcher certainly is a reverse proxy, it does have...
View ArticleRe: Using SAP WEBDISPATCHER with Proxy Reverse
Hello Samuli, The Web Dispatcher is a load balancer. This is its main functionality.But it also has some features that are present at a reverse proxy. And ok, the Web Dispatcher fits the definition of...
View ArticleRe: Problems with calling webservice after system upgrade.
Well, I can't use WSADMIN since this transaction is obsolete and newly created webservices invisible there. So only SOAMANAGER can be used. "Test the connection" - like described here -...
View ArticleRe: Problems with calling webservice after system upgrade.
Hi Lev, Yes, if you try to start/test your Web Service application from there (point 6 from your link), did you get succeeded? It should "re-generate" a new binding key, tha's what I meant. Regards,Andre
View Article