Quantcast
Channel: SCN : Popular Discussions - SAP Enterprise Portal: Migration and Upgrade
Viewing all 767 articles
Browse latest View live

HTML 5 application does not run in IE11 Enterprise mode ?

$
0
0

Dear All,

 

I have a HTML5 Application which hosted on SAP Enterprise Portal. My Application run only in the IE Standard mode, but Enterprise mode.

 

If the Enterprise mode is enabled, there was some rendering issue, where all the UI's are displayed in the left side

When ever i click my application url, Enterprise mode is automatically Enabled. i had to disable every time when i access my application.

 

I have two question.

1. Mostly Web Application must run on both the modes . why the application run only on Standard mode but enterprise mode?

     When i checked about the functionality of Enterprise mode, i came to know that if the application does not work on Standard mode, enabling      Enterprise mode make it work . if the application still not work, maintaining the application url in the compatablity view settings make it work.

 

2. I have found a way to disable the Enterprise mode from Group policy editor(gpedit.msc) and regedit.

     Is there any way we can disable permanently from Browser setting? not to involve group policy editor and register edit

 

 

Appreciate your reply.IE11 Rendering issue.png

 

Thanks ,

Dayalan


Webdynpro theme issue

$
0
0

Hi All,

We have upgraded our ECC from ehp 5 to ehp7 and installed a new portal 7.31.

I have applied custom theme in portal which is working fine.

But this theme does not apply to WDA(Standard like ESS, MSS and custom) as after upgrade ECC is using sap corbu theme so background color is grey and font is also very different.

 

We tried changing the stylesheet(downloading ie6 file and changing it and again uploading it) at ECC side but we were getting many dump. So reverted it.

 

 

Please let me know whow can we make the look and feel of WDA same as portal theme.

 

 

 

Thanks,

Seema

Migration from Oracle to DB2

$
0
0

Hi,


We are planning to Migrate from Oracle to DB2 version 10.5 Database.Can you please help us or share any document/link how we can proceed with this migration .

We have our SAP System ECC6.0 EHP5 .Oracle Version is 11.2.0.2.

Thanks in advance

 

Regards

Amit Shedge

Error during phase MAIN_NEWBAS/XPRAS_AIMMRG, upgrade from 7.02 to 7.3 using SUM

$
0
0

Hi,

 

I encountered an error during phase MAIN_NEWBAS/XPRAS_AIMMRG:

 

Checks after phase MAIN_NEWBAS/XPRAS_AIMMRG were negative!

Last error code set: Detected 3 aborted activities in 'XPRASUPG.ELG'<br/> Calling '/usr/sap/S01/DVEBMGS00/exe/tp' failed with return code 12, check /home/SUM/abap/log/SAPup.ECO for details

 

ERROR: Detected the following errors:

# /home/SUM/abap/log/SAPR730XPRA90000048.S01:

       1 ETP109 version and release : "380.08.46" "721"

       1 ETP198

       2 EPU126XPost-import methods for change/transport request: "SAPK730XPRA90000048"

       4 EPU111    on the application server: "linux-q0fx"

       2 EPU122XPost-import method "RS_AFTER_IMPORT" started for "BIXP" "L", date and time: "20140102072421"

       1AETR012XProgram terminated (job: "RDDEXECL", no.: "07242100")

       1AEPU320 See job log"RDDEXECL""07242100""S01"

 

 

SAPup.ECO:

EXECUTING /usr/sap/S01/DVEBMGS00/exe/tp  pf=/home/SUM/abap/var/XPRASUPG.TPP put S01
This is tp version 380.08.46 (release 721, unicode enabled)
Looking for effective putsteps ... ... ready (looking for putsteps)
ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
stopping on error 12 during EXECUTION OF REPORTS AFTER PUT

tp returncode summary:

TOOLS: Highest return code of single steps was: 12
WARNS: Highest tp internal warning was: 0118
tp finished with return code: 12
meaning:
  A tool used by tp aborted
SAPup> Process with PID 55072 terminated with status 12 at 20140102072449!

 

 

XPRASUPG.ELG:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPRA ERRORS and RETURN CODE in SAPR730XPRA90000048.S01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 ETP109 version and release : "380.08.46" "721"
1 ETP198
2 EPU126XPost-import methods for change/transport request: "SAPK730XPRA90000048"
4 EPU111    on the application server: "linux-q0fx"
2 EPU122XPost-import method "RS_AFTER_IMPORT" started for "BIXP" "L", date and time: "20140102072421"
1AETR012XProgram terminated (job: "RDDEXECL", no.: "07242100")
1AEPU320 See job log"RDDEXECL""07242100""S01"
1 ETP111 exit code           : "12"
>>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<<

XPRAs are application reports that run at the end of an upgrade.
Most XPRA reports have a report documentation that explains what
the report does and how errors can be corrected.

Call transaction se38 in the SAP system, enter the report name,
select 'Documentation' and click the 'Display' button.
>>> The problematic XPRAs are mentioned in messages of type PU132 above <<<

 

 

I checked the job log:

Picture1.png

Also checked the message in tcode st22:

 

Category               ABAP Programming Error

Runtime Errors         CONNE_IMPORT_WRONG_STRUCTURE

Except.                CX_SY_IMPORT_MISMATCH_ERROR

ABAP Program           SAPLRSVERS

Application Component  BW-WHM-MTD

 

What happened?
    Error in the ABAP application program.

    The current ABAP program "SAPLRSVERS" had to be interrupted because it contains a statement that cannot be executed.
    When attempting to import data, the structure of the complex object "TH_TRKORR_IMPORT_ALL" was not compatible with
     the target object.

 

Error analysis

    An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was

     not caught in procedure "ADJUST_OBJLIST_FOR_IMPORT_ALL" "(FORM)", nor was it propagated by a

     RAISING clause.

    Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.

    The reason for the exception is:

    When attempting to import data, the structure of the complex object "TH_TRKORR_IMPORT_ALL" was not compatible with

     the target object. The error occurred with component no. "1-11".

 

How to correct the error
    Try to find out why the structure of the object is not correct.
    There are several possibilities:

    1.  The structure of the imported object has changed in the Data
        Dictionary. Make sure that the structure of the imported object
        matches the structure of the object in the Data Dictionary. If
        you cannot restore the data from another source, you must read
        the data using the "old" structure, convert it and reexport it
        using the new structure. This ensures that future IMPORTs always
        use the new structure.

    2.  A new program version is active which does no longer match
        the data set. Try to correct the error by regenerating the
        program "SAPLRSVERS". To do this, choose transaction SE38 in the SAP
        System. There enter the program name "SAPLRSVERS". Then choose the
        "Generate" function.

    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    please use the following search criteria:

        "CONNE_IMPORT_WRONG_STRUCTURE" "CX_SY_IMPORT_MISMATCH_ERROR"
        "SAPLRSVERS" bzw. "LRSVERSF30"
        "ADJUST_OBJLIST_FOR_IMPORT_ALL"

    The exception must either be prevented, caught within proedure "ADJUST_OBJLIST_FOR_IMPORT_ALL" "(FORM)", or its possible occurrence must be declared in the RAISING clause of the procedure.

 

 

I've generate the program SAPLRSVERS but the same error still occurs.

 

Could anyone pls. help?

Thank you!

 

Best Regards,

Carina Hu

Mashead par file migration from 7.0 to 7.3 portal

$
0
0

Hello All,

 

We are upgrading our portal to the latest 7.3 portal and we are having issues with the mathead PAR file.

 

I imported the par file into NWDS 7.3 and deployed the EAR from NWDS to the 7.3 portal system. However when I try previewing the iView it gives Portal Runtime Exception. I also tried with the PAR Migration tool just to ensure I am not missing something when importing through NWDS. Still the same error with the iView.

 

My JSP code has errors in NWDS. But as the blogs on SDN says we are getting errors in the code since JSP doesnt compile at runtime, which is correct. I am still able to bundle it in an EAR and deploy successfully. However, is there anything I need to change.... any class references when importing masthead par from 7.0 to 7.3 ? Do I need to add any external libraray JARs for the below imports or we can simply ignore these errors?

 

 

 

<%@ page import = "com.sapportals.portal.prt.service.laf.*" %>

<%@ page import = "com.sap.security.api.UMFactory" %>

<%@ page import = "com.sapportals.portal.prt.service.license.ILicenseService"%>

<%@ page import = "com.sapportals.portal.navigation.*" %>

<%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %>

<%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj" %>

 

Also please see the attached trace file, the masthead Header iView shows records the below exception w.r.t LoginModuleClass in the trace logs -

 

Exception ID:04:04_01/05/12_0016_4480450
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Application name : CompassMastHeadNew
Component : pcd:com.sap.portal.system/gpal_hidden_content/gpar/CompassMastHeadNew/default...

Cannot load login module class com.sap.security.core.server.jass.HeaderVariableLoginModule.
[EXCEPTION]
java.lang.ClassNotFoundException: No application classloader can load login module class: com.sap.security.core.server.jass.HeaderVariableLoginModule
at com.sap.engine.services.security.server.deploy.LoginModuleContainer.getLoginModuleClass(LoginModuleContainer.java:166)
at...

No application classloader can load login module class: com.sap.security.core.server.jass.HeaderVariableLoginModule. Probably application that deployed the login module is stopped and cannot be started.

 

Please assist. Appreciate all your help truly.

 

Thanks and Regards,

Samta.

Logon error: RFC_ERROR_LOGON_FAILURE

$
0
0

Hi all,

 

We're having problems when the users try to logon into Portal 7.3 to Webdynpro Java apps:

 

"RfcException: message: Select one of the installed languages Return code: RFC_SYS_EXCEPTION(3) error group: 103 key: RFC_ERROR_LOGON_FAILURE "

 

The users have language "ca_ES". The same users, with the same language, have no problems to logon into Portal 7.0... and the backend R/3 system is exactly the same, as this is the same WD Java app after the migration.

 

Any idea? Maybe we forgot to customize something in the JCOs?

 

Thx!

 

Miguel.

SAP Portal 7.3 System Refresh Steps

$
0
0

Hello Experts,

 

Can some please help me with the steps - (Pre & Post) for doing a system refresh from Live to Test System.

I checked many documents. But not getting the correct one.

 

Thanks & Kind Regards,

Jelbin

The java class is not found: com.sap.engine.offline.OfflineToolStart

$
0
0

Hi All,

We are planning to upgrade the GRC 5.2 to GRC 5.3.Before doing it in production server we thought of doing it in another server which is replica of Prod.We took data VG backup of Prod and restored it in another server with different host name and ip.We could not restore the root vg for some limitation.We have substituted the hostname in all profile files of new server..i have started the db. while doing system start other services are starting but java service is not starting.When I tried to start configtool it gave below mentioned error.

 

 

spdbpd:grcadm> ./configtool.sh

The java class is not found:  com.sap.engine.offline.OfflineToolStart

 

 

Please help me to troubleshoot this.

 

Thanks

Aditya



KM document Iview template - Issues after upgrade

$
0
0

Dear Experts -

 

We are getting weird errors after the upgrade. We have got a page to display the PDF documents.

 

We have created the i views using the "KM Document I view" template. My i view preview works perfectly but when i add to page i'm facing issues.

 

Just to add It's not always throws the error.. sometimes it works.. sometimes it throws the error.

 

However my query is.. i just noticed the below difference and wanted to your feedback.

 

As you can see below, the show tray option has got a check box in one iview and in some others we got "true/false" and both are based on the same template(KM Document I view)

 

checkbox.JPG

 

tray_boolean.JPG

 

Is there any way that my page metadata is not getting updated? if so how do i check?

 

Error messages which we noticed in NWA :

 

Error :1

 

com.sap.portal.prt.broker.PortalModuleNotFoundException: Could not retrieve portal application ~0_files

at com.sap.portal.prt.broker.PortalAppBroker.ensurePortalModuleIsStarted(PortalAppBroker.java:640)

at com.sap.portal.prt.broker.PortalAppBroker.getPortalModule(PortalAppBroker.java:319)

at com.sap.portal.prt.component.PortalComponentContextFactory.createPortalComponentContext(PortalComponentContextFactory.java:140)

at com.sap.portal.prt.component.PortalComponentContextFactory.getPortalComponentContext(PortalComponentContextFactory.java:82)

at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:442)

at com.sapportals.portal.prt.connection.ServletConnection._handleRequest(ServletConnection.java:224)


---------------------------------------------------------------------------

 

Error : 2

java.lang.NullPointerException: while trying to invoke the method java.lang.Object.equals(java.lang.Object) of a null object loaded from local variable 'design'

at com.sapportals.htmlb.enums.TrayDesign.getDesignClass(TrayDesign.java:69)

at com.sapportals.portal.pb.PageUtilHook.onComponentBegin(PageUtilHook.java:125)

at com.sapportals.portal.pb.PageUtilHook.doDocumentHook(PageUtilHook.java:77)

at com.sapportals.portal.pb.PageUtilHook.doDocumentHook(PageUtilHook.java:46)

at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:222)


--------------------------------------------------------------------------------

 

Error : 3

 

java.lang.IllegalStateException: Cannot lookup resource AdminBase: javax.naming.InvalidNameException: Character not allowed: ':' in 'gbpem:'

at com.sap.portal.admin.studio.runtime.Resource.getAdminBase(Resource.java:114)

at com.sap.portal.adminstudio.foundation.Foundation.getResource(Foundation.java:694)

at com.sap.portal.adminstudio.foundation.wdp.InternalFoundation.wdInvokeMethod(InternalFoundation.java:388)

at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterfaceInvocationHandler.invoke(ExternalControllerPI.java:339)

at com.sun.proxy.$Proxy912.getResource(Unknown Source)

at com.sap.portal.adminstudio.browse.TreeView.addEntryPointElements(TreeView.java:1002)

 

Please share your thoughts.

 

Thank you.

SUM Clean Module Password Required - Reset Java Upgrade

$
0
0

Hi we were upgrading EP Java and went to the Preprocessing phase where patches were applied to shadow instance. We decided we want a different version/set of patches and needed to recalculate stack file. We went ahead and cancelled the upgrade. We proceeded as follows:

 

1. SUM - Update - Reset Update. Message showed it was reset. Not sure if it "actually" worked. This was done according to SUM guide. Exited out of SUM with no errors.

2. Checked DB table - found schema present SAP<SID>SH - dropped schema with content

3. Checked main schema SAPSR3DB - 565 tables starting with SHD found . Dropped all these tables with cascade and purge.

4. Restored the /usr/sap/SID directory

5. Rebooted Server

6. SAP Starts up fine and everything works fine as before

7. Deleted shadow instance services from registry

8. No profiles found related to shadow instance

9. Deleted old SUM folder. Extracted fresh SUM and started

 

(Unfortunately in Java there is no option of RSUPGRES/RSUPGREV - neither is there a UVERS table - also there is no DDIC user which is being asked for when I do a SAPup prepare reset)

 

How do we clean up and do a reset for Java ? Ther's gotta be a place where SUM is reading old entries from. We really dont want to restore the DB but they may be the only solution it seems

 

Below is the message I get. I have opened a ticket with SAP and already checked OSS Note:

2011380 - Previous SUM not finished properly and asking for CLEAN
MODULE PASSWORD

  


      SUM has detected leftover artifacts that originate from previous SUM
      execution that was left unfinished. This SUM instance can attempt to
      cleaup the leftover data. In order to proceed please open OSS message in
      BC-UPG-TLS-TLJ with the following information:
   
        1. Your execution code: 1978128322
     
        2. Explanation why the previous SUM run was not finished. If possible:
        In which step you have stopped it.
    

    After you open the message enter bellow the supplied password and choose

    Continue.

Upgrade Netweaver BW 7 Ehp1 towards BW 7.4 with RTLPOSDM

$
0
0

Hi SCN,

 

I've got a bit of a nasty problem during an upgrade.

 

System is running on enterprise linux 6 and with a Oracle DB 11.2.0.3

 

According to MOPZ:

 

Source release:

 

SBOP PC 7.5 FOR SAP NW

SP Stack 01

Add-on

SAP EHP1 FOR SAP NETWEAVER 7.0

07 (07/2010)

NetWeaver

 

Target Release:

 

SBOP PC 10.0 FOR SAP NW

Stack 03 (May 2013)

Add-on

SAP NETWEAVER 7.4

04 (10/2013)

NetWeaver

 

The upgrade didn't get any farther than the calculation of the queue and then it stopped mentioning that it was missing files for RTLPOSDM to be able to calculate the queue.

 

  error_upgrade.jpg

Since BI_CONT was on a reasonably old version (and still with the RTLPOSDM packages included in BI_CONT) I decided to upgrade to BI_CONT 707 and RTLPOSDM 100_700. AFfer installing this, this is now the source release.

 

SBOP PC 7.5 FOR SAP NW    SP Stack 01 (Add-on)

SAP POS DM 1.0 (Add-on)

SAP EHP1 FOR SAP NETWEAVER 7.0   11 (03/2012) (Netweaver)

 

When running MOPZ now I do get the following warnings, which are worrying me slightly :-)

warning_mopz.jpg

 

Has anyone else come across this problem or any experience in upgrading from NW 7.0 EHP1 to NW 7.4? I've done an upgrade from a BW 7 Ehp1 to BW 7.3 Ehp1 in the past .But there was no RTLPOSDM component (logically since it was not a retail customer)

 

Thanks in advance for your help/tips/suggestions.

 

Dieter

Input Java administrator user credentials step Fails

$
0
0

HI All,

 

We are upgrading PI System from 7.0 to 7.31, where we are facing an issue in Configuration phase as below

 

An error has occurred during the execution of the Input Java administrator user credentials step.

Could not display dialog UserPasswords. Could not execute dialog UserPasswords. See previous messages. SDM connection error when try to connect to SDM server on host xxxx listening on port 50018. com.sap.sdm.apiimpl.remote.client.APIRemoteExceptionImpl: Server XXX did not accept login request as XXX on port 50018 - Connection between SDM client and server is broken

 

KIndly help!!

 

We have already maintained the admin credentials in secure store - configtool.

 

Thanks,

Preetha Balan


EP Support pack stack upgrade - SUM

$
0
0

Hi Experts,

 

We are performing EP support pack stack upgrade from 7.31 SP01 to 7.31 SP16. We are facing the below error in Specify OS User Credentials step

 

The update tool was unable to connect to the SAPControl web service on any of the detected instance numbers. Check that the SAP Start Services are running for all instances in the cluster. See SAP Note 1401712 for further information. The update tool is unable to detect the instances information for instance number: 0 on host: null via the SAPCONTROL web service API. Either the SAP Start Service associated with this instance is not running or a required functionality is not supported by the current version of the Kernel. See SAP Note 1401712 for further information. Sapcontrol client could not perform action get instance properties on instance 0 Return code condition success evaluated to false for process sapcontrol for action get instance properties.

 

When checked sapcontrol -nr 00 -function GetSystemInstanceList

 

 

12.08.2015 00:21:58

GetSystemInstanceList

OK

hostname, instanceNr, httpPort, httpsPort, startPriority, features, dispstatus

sap-mmd1, 1, 50113, 0, 1, GATEWAY|MESSAGESERVER|ENQUE, YELLOW

sap-mmd1, 0, 50013, 50014, 3, J2EE|ICMAN|IGS, GREEN

 

 

Gateway is not up and running. Kindly help to solve this. dev_rd shows the below error.

---------------------------------------------------

trc file: "dev_rd", trc level: 1, release: "720"

---------------------------------------------------

 

 

Wed Aug 12 00:14:30 2015

***LOG S00=> GwInitReader, gateway started ( 3866872) [gwxxrd.c     1758]

systemid   324 (IBM RS/6000 with AIX)

relno      7200

patchlevel 0

patchno    117

intno      20020600

make       single threaded, Unicode, 64 bit, optimized

pid        3866872

 

 

gateway runs with dp version 133000(ext=118000) (@(#) DPLIB-INT-VERSION-133000-UC)

gateway (version=720.2011.12.01)

gw/reg_no_conn_info = 1

gw/local_addr : 0.0.0.0

gw/reg_no_conn_info = 1

* SWITCH TRC-RESOLUTION from 1 TO 1

switch off alert monitoring

Bind service 3301 (socket) to port 3301

GwIRegInitRegInfo: reg_info file /usr/sap/MMD/SCS01/data/reginfo not found

*** ERROR => GwInitHostAdrs: GwHostToAddr failed [gwxxaddr.c   227]

***LOG S10=> GwInitReader, GwInitHostAdrs () [gwxxrd.c     2041]

 

Thanks,

Preetha Balan

WPC 2.0 Not working

$
0
0

During the migration of SAP EP 7.0 portal to 7.4, we got few errors related to existing WPC and some of their services.  WPC 1.0 content did not get migrated.  Thus, we ran the migration tools (as detailed in Note: 1745913 - WPC content migration to 7.3 has failed).  Cleaner tool ran successfully, but Migration tool is giving below error:

 

LayoutsMigrator starts migrating layouts...

Migrated editor component: ckeditor

Error encountered migrating resource: /wpccontent/Sites/Intranet/Site Navigation/navigation.wpc

Error encountered during processing: java.lang.NullPointerException: while trying to invoke the method com.sap.portal.pcc.km.objects.IPccKmObject.getKmLocation() of a null object returned from com.sap.portal.pcc.pcd.objects.IPccPcdArea.getKmObject()

 

 

Any ideas about this error?

 

Is it possible to re-install WPC 2.0 tool?

 

It appears that WPC is not able to connect to KM repositories; we are not able to see Global Shared Content or Shared Connect when trying to edit the Page and under Area. 

 

Any help is greatly appreciated.

 

Thanks

SAP Web Service need to be consumed from HTML page of a website( EX : Quotation )

$
0
0

Hi All,

 

Greetings.

I am looking an overview of triggering SAP Web service from website ( HTML page ) and let say an example for triggering quotation data from third party to SAP.

 

Here i have created a Remote Function module and created web service as well. I couldn't able to figure out how can i utilize the web service from SAP to front end.

 

Thanks,

Prabh


iView Personalization not working after NW7.4 Upgrade

$
0
0

Hi Experts,

 

We have upgraded Portal from NW 7.0 to 7.4 ,now facing a Portal Runtime error when opening the iView Personalization window.

 

Getting  the below error in the logs

 

Lookup failed for gwd: gwd:/tc~pp~iview_per

[EXCEPTION]

javax.naming.NameNotFoundException: Lookup failed for gwd:

at com.sap.portal.pcm.extension.jndi.ContextImpl.lookup(ContextImpl.java:224)

at com.sap.portal.pcm.extension.jndi.GenericContext.lookup(GenericContext.java:100)

at javax.naming.InitialContext.lookup(InitialContext.java:392)

at javax.naming.InitialContext.lookup(InitialContext.java:392)

at com.sap.portal.gpal.api.GpalContentCreatorService.syncDC(GpalContentCreatorService.java:565)

at com.sap.portal.gpal.api.GpalContentCreatorService.syncDC(GpalContentCreatorService.java:449)

at com.sap.portal.gpal.api.GpalContentCreatorService.syncPCDObject(GpalContentCreatorService.java:117)

 

Appreciate any helpful inputs to resolve the same,its kind of urgent too.

 

Thanks

Priya

Independent Portal EHP3 Upgrade - Possible OR Not

$
0
0

All,

 

Planning Only portal enhancement upgrade from 7.01 sps7 to 7.03, Is it possible?

Current landscape ECC6ehp4 /BW7 /CRM7/SCM7/ SRM7/

 

thanks


NW7.0 Portal upgrade to 7.3

$
0
0

Hi SAP experts,

 

i'm trying to upgrade our NW7.0 EP to NW7.3. Portal is running on WIndows 2008 R2 and MSSQL 2008, JVM6 patch 34. Downtime phase has failed with strange error:

 

Error while processing migration list P:\upg\java\data\mig\MIGRATIONAUSF.LST. Could not migrate some archives from migration list. Error during migration of archive P:\upg\java\data\mig\DEPLOYARCHIVES\icm_migration.sda which has been extracted to directory P:\upg\java\migtool\icm_migration. Could not execute MTI process. See log files P:\upg\java\log\JMT_FRAMEWORK_RDM_03.OUT and P:\upg\java\log\JMT_FRAMEWORK_RDM_03.ERR. Return code condition success evaluated to false for process java.exe for action RUN_MTI.

 

<<<<<<<<<<<<<<<<JMT_FRAMEWORK_RDM_03.OUT >>>>>>>>>>>>>>>>>>

 

#2.0#2011 11 25 17:10:04:811#+00#Error#com.sap.sdt.jmt.migrationtool.err#

###C000C0A8C01D00000000000677B5C22F###com.sap.sdt.jmt.migrationtool.err########Thread[main,5,main]#Plain##

com.sap.sdt.jmt.MigrationException: <Localization failed: ResourceBundle='com.sap.sdt.jmt.MigrationToolResourceBundle', ID='icm.id002', Arguments: ['cluster_data/server/ID4392653/services']> : Can't find resource for bundle java.util.PropertyResourceBundle, key icm.id002

                at com.sap.sdt.migration.icm.ICMDataController.migrateEngineData(ICMDataController.java:273)

                at com.sap.sdt.jmt.mc.EngineDataMigrationExecuter.executeController(EngineDataMigrationExecuter.java:70)

                at com.sap.sdt.jmt.mc.AbstractMigrationControllerExecuter.executeMigrationController(AbstractMigrationControllerExecuter.java:401)

                at com.sap.sdt.jmt.mc.AbstractMigrationControllerExecuter.execute(AbstractMigrationControllerExecuter.java:364)

                at com.sap.sdt.jmt.migrationtool.MigrationToolImport.execute(MigrationToolImport.java:897)

                at com.sap.sdt.jmt.migrationtool.MigrationToolImport.migrateEngineDataAndCfg(MigrationToolImport.java:834)

                at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:472)

                at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1224)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

                at java.lang.reflect.Method.invoke(Method.java:597)

                at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)

Caused by: com.sap.sdt.jmt.MigrationException: <Localization failed: ResourceBundle='com.sap.sdt.jmt.MigrationToolResourceBundle', ID='icm.id002', Arguments: ['cluster_data/server/ID4392653/services']> : Can't find resource for bundle java.util.PropertyResourceBundle, key icm.id002

                at com.sap.sdt.migration.icm.ICMDataController.migrateInstancePropertiesServer(ICMDataController.java:496)

                at com.sap.sdt.migration.icm.ICMDataController.migrateEngineData(ICMDataController.java:265)

                ... 12 more

 

<<<<<<<<<<<<<<<<<<RUN_OFFLINE_MIGRATION_RDM_03.log>>>>>>>>>>>>>>>>>>>>>>>

 

Nov 25, 2011 5:10:55 PM [Error]:                       com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:883) [Thread[main,5,main]]: Exception has occurred during the execution of the phase.

Nov 25, 2011 5:10:55 PM [Error]:        com.sap.sdt.tools.procx.DefaultProcessAdapter.checkReturnCode(DefaultProcessAdapter.java:563) [Thread[main,5,main]]: Return code condition success evaluated to false for process java.exe for action RUN_MTI.

Nov 25, 2011 5:10:55 PM [Error]:                   com.sap.sdt.j710.enginemigration.MtiProcessAdapter.run(MtiProcessAdapter.java:106) [Thread[main,5,main]]: Could not execute MTI process. See log files P:\upg\java\log\JMT_FRAMEWORK_RDM_03.OUT and P:\upg\java\log\JMT_FRAMEWORK_RDM_03.ERR.

Nov 25, 2011 5:10:55 PM [Error]: com.sap.sdt.j2ee.tools.enginemigration.JMTMigrationProcessor.runMigration(JMTMigrationProcessor.java:396) [Thread[main,5,main]]: Error during migration of archive P:\upg\java\data\mig\DEPLOYARCHIVES\icm_migration.sda which has been extracted to directory P:\upg\java\migtool\icm_migration.

Nov 25, 2011 5:10:55 PM [Error]: com.sap.sdt.j2ee.tools.enginemigration.JMTMigrationProcessor.runMigration(JMTMigrationProcessor.java:405) [Thread[main,5,main]]: Could not migrate some archives from migration list.

Nov 25, 2011 5:10:55 PM [Error]: com.sap.sdt.j2ee.tools.enginemigration.JMTMigrationProcessor.runMigration(JMTMigrationProcessor.java:276) [Thread[main,5,main]]: Error while processing migration list P:\upg\java\data\mig\MIGRATIONAUSF.LST.

 

 

I didn't find anything related on OSS, so any thoughts would be very helpfull.

 

Thanks a lot,

Peter Vojtek

BI Diagnostics Tool error -Web Template Validation failed

$
0
0

Hi Experts,

 

Post BI Portal system upgrade(from 7.0 to 7.31), we are facing the below configuration issues in BI Diagnostics and Support Desktop tool

 

1)Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018)

Solution:

Check Connector Connection of System Object in Portal System Landscape

 

2)Call ABAP->Java for function RSWR_RFC_SERVICE_TEST failed for destination 'XXX'

Solution:

Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway.

 

3)Call ABAP->Java for function RSRD_MAP_TO_PORTAL_USERS failed for destination 'XXX'

Solution:

Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway.

 

Please help to solve these.

 

Thanks & Regards,

Preetha Balan

Problem with css after upgrade to portal 7.4

$
0
0

Hi experts,

 

I upgrade my portal to 7.4 and I activate the com.sap.portal.themes.lafservice .

 

Now, in some Java application, it can not find the custom css:

 

Failed to load resource: the server responded with a status of 404 (Not Found) http://<server>/com.sap.portal.theming.webdav.themeswebdavlistener/UR/ur/TH_FGV_ajax_tema/sf3.css

 

Failed to load resource: the server responded with a status of 404 (Not Found) http://<server>/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/th_fgvStandard/ur/ur_ie6.css?7.0.15.0.7

 

Failed to load resource: the server responded with a status of 404 (Not Found) http://<server>/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/th_fgvStandard/ur/ur_ie6.css?7.0.15.0.7

 

Failed to load resource: the server responded with a status of 404 (Not Found)

http://<server>/com.sap.portal.theming.webdav.themeswebdavlisten…ortal.theming.webdav.themeswebdavlistener/Portal/ur/th_fgvStandard/ie6.css

 

 

Why? How can solve it?

 

Thanks in advance,

Regards,

Viewing all 767 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>