Re: Not able to connect to sap web dispatcher
Hello Reagan, Now when I have changed the port no. I am able to view the administration page, but I am not able to ping the same. [Thr 140160242575104] Wed Oct 29 14:43:58 2014[Thr 140160242575104] ***...
View ArticleRe: Not able to connect to sap web dispatcher
Hi In this thread, you provided the parameter for ms/http_port http as 8174 ms/http_port = 8174 But the trace log, it shows 8073 , how this is possible ? [Thr 140551882446592] *** ERROR =>...
View ArticleRe: Not able to connect to sap web dispatcher
Could you please provide the latest Web Dispatcher profile and the back end systems system numbers? Are you configuring Web Dispatcher for multiple back end system or for a single system?
View ArticleRe: Running ERP app servers on Windows with back-end HANA database
Andy -- thank you for the response back. Do you have any insight if a SOH configuration locks in a customer to the Linux platform only? In other words, Windows-based ABAP Application Servers...
View ArticleRe: Not able to connect to sap web dispatcher
Sorry for not informing about the changes in profile of web disp. Please find the current web disp profile. # Profile generated by sapwebdisp bootstrap # unique instance numberSAPSYSTEM = 65 # add...
View ArticleRe: Not able to connect to sap web dispatcher
Hi, as far as I see, the binding of port still failes. Have you already checked this note? 421359 ICM: Binding ports < 1024 on Unix Regards Gabriella
View ArticleRe: Not able to connect to sap web dispatcher
Hello Gabriella, The note 421359 has been followed and icmbnd has been modified as mentioned in the note. But still getting this error while trying to ping . The url used for ping test is...
View ArticleRe: Running ERP app servers on Windows with back-end HANA database
Hi Brent, in a nutshell, In other words, Windows-based ABAP Application Servers (separate instance) should work with a SOH configured HANA database. Yes, this is confirmed in the document linked...
View ArticleRe: Web dispatcher "Error : PSE file ,unable to use! "
Hello All ,Please try to RESETTING PIN for related PSESyntax;sapgenpse seclogin -p <RelatedPSE> -chpin -x <PIN> -xn ""You can check the following steps for the solution.Wrong or Missing...
View Article"Error" when installing SAP netweaver AVAP 7.02 SP6 32bit trial version for...
Hello Sirs, I am trying to install the trial version of SAP in my computer, the \SAP_NetWeaver_702e_Installation_Master\IM_WINDOWS_I386\sapinst.exe. The installation starts well but during the second...
View ArticleThe fix archive 'FIX_NW730.UPG' (*required* ).
Dear All, I have upgrade from ERP 6.0 to ERP 6.0 EHP6 on QAS system. But the upgrade occur the below error message.i don't find the file 'FIX_NW730.UPG' on download file of upgrade.Where is the file...
View ArticleRe: The fix archive 'FIX_NW730.UPG' (*required* ).
Hi Sung, You should download the affected media files again and try again. Regards,
View ArticleRe: The fix archive 'FIX_NW730.UPG' (*required* ).
Hi Divyanshu, I found the note for the file 'FIX_NW730.UPG' the below. SAP Note 1403832 - Central Note: Upgrade Systems on SAP NetWeaver 7.3 Part C: Correction Package for the Upgrade ProgramThe SAR...
View ArticleRe: E.Portal 7.0 -> NW 7.4 Upgrade. Error Phase: DEPLOY-SHADOW-INSTANCE
Hi Pedro,When you get chance can you please update your solution that will be really great. I am having same issue during Java 7.0 to 7.4 upgrade.com.sap.engine.services.dc.api.deploy.DeployException:...
View ArticleRe: "Error" when installing SAP netweaver AVAP 7.02 SP6 32bit trial version...
Hi Could you paste /attach the SAPINST.log file BRSS
View ArticleSAP Won't Remember Entries
Hi All, My older entries are saved in SAP so when I open the transaction again I can see history (see attachement ). I have many users where this option is not working we all have the same Netweaver...
View ArticleRe: Apache 2.2.22 Instalaltion on HP-UX
Hi Reagan, Thanks for Update.By default in HP-UX uses 32-bit. I have followed the above notes but no solution. Best Regards,Sivarajesh
View ArticleRe: How to get the First and last values in queue
Hi Guys, I solved the issue by own.Here is the UDF to get the last value. String str = var1.toString(); String a[]= str.split(","); int len = a.length; return a[len-1];Thanks,
View Article