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

Multiple uploads for Knowledge Management (KM) is not working in K8P/K8A (Production/Acceptance)

$
0
0

Hi Experts,

 

 

Need your help. Currently we are facing issue in KM multiple uploads.We have Multiple upload option in K8D which is development environment but we are not seeing that option in Production Environment. Please find the screenshots as below ::

 

Screenshot for K8P (Multiple Upload option not available) ::

 

error2.PNG

 

 

Screenshot for K8D (Multiple Upload option available) ::

 

error1.PNG

 

We tried to check the settings in K8D and K8P everything is similar. There is no difference so we need experts advise on this issue what we need to do to make multiple uploads available in KM. Since this is a standard functionality but it is only availble in our Development tool.

 

Thanks,

Harsh Sukhramani


Customizing Portal 7.4 logon Page

$
0
0

Hi all,

 

we have upgraded PROD server to NW 7.4 and customized the Logon page to change the images and a link provided

the images are getting changed but the link provided is not visible .

 

the same application i have deployed on my dev and QA portal but it is working fine there without any issue .

 

There is no issue with the code as it works fine on dev and QA .

 

I have restarted the server several times but same issue persist

 

Kindly suggest .

 

Regards,

 

Nitesh

EAR file download in EP 7.3

$
0
0

Hi ,

   we need to do customisation on the masthead application available in portal.  Now as   EP 7.3 no longer supports PAR files we were looking to download an EAR file of the  masthead application . We found the SAP  provded masthead appliction  in th efollowing location . 

Content Administartion --> Portal Content Management --> Portal Content (Tab) > Portal Applications> com.sap.portal.navigation.afp.masthead 

But henceforth we are unable to obtain  the EAR format from this applicaton . Some suggestion will be appreciated .

 

Thanks ,

       Sidd.

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

he instance with number 4 on host could not be started within the specified timeout.

$
0
0

Hi,


We are upgrading our BW Java from 7.0 to 7.4 SPS 07 and are in now in Execution Phase.

Java system is not getting started.

An error has occurred during the execution of the Start Java step.

Could not start SAP instance with number 4. The instance with number 4 on host <hostname> could not be started within the specified timeout.

 

In error logs

 

Jul 8, 2014 11:31:16 AM [Error ]: Start of instances exceeded the timeout of 7200s.

Jul 8, 2014 11:31:16 AM [Warning]: The instance could not be started. Will retry after a pause of 15 seconds.

Jul 8, 2014 11:31:31 AM [Error ]: The following problem has occurred during step execution: com.sap.sdt.util.diag.DiagException: Could not start SAP instance with number 4.

The instance with number 4 on host <hostname> could not be started within the specified timeout.

 

Can you please help

 

Thanks & Regards

Amit Shedge

How to integrate UWL of SAP Portal 7.3 with Multiple backend systems

$
0
0

Hi Experts,

 

How can we integrate UWL with multiple backend systems?

 

Any inputs will be helpful.

 

Thanking You!

 

Best Regards,

Tarun Dhuria

Hetrogenious Migration

$
0
0

Hi Exparts,

In my current Environment.

Source System:

OS:Windows Server 2008

DB:Oracle11.2

 

Target System:

OS:Windows Server 2008

DB:Sql2008

 

We have to Migrate my Source Environment to Target Enviroment.

What are the Pre-Steps,MigrationProcess,Post Steps.

I am new to Migration.Please Help me,how to do.

I am very happy if anyone help me.

 

 

Thanks,

Kishore.

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


Portal Upgrade Development Components

$
0
0

Hi Team,


We planned to upgrade Enterprise Portal from 7.01 to 7.4.

We have 40 Development customized components. We are aware of moving them

to throughout the landscape. But we are not aware of where exactly we

need to do these customized components during the upgrade. Its like

before upgrade , or in between or after the upgrade.


Normally for 40 development components how much time it might take. appreciate your help in advance,


Thank you


Regards

Raghu

Big Endian and Little Endian.

$
0
0

Hi,

 

Actually I have a query regarding Big Endian and Little Endian, During the Export of Database, Target Hardware Platform need to be mention as Big Endian or Little Endian (screenshot attached). Now my concern is this, suppose we are migrating from Windows to AIX and I selected my target system as Little Endian (but ofcourse AIX memory architecture is Big Endian). Will I be able to import my DB in AIX although I mentioned my target system as Little Endian. If NO, what need to be done?

Shall I take the complete export again or with some modification we can import it in AIX.

 

Thanks and Regards,

Ankit Mishra

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.

Cannot deploy KMC migration archive !!

$
0
0

Dear Talents,


I am facing an issue while upgrading Java stack from NW 7.0 EHP 1 to NW 7.4 during DEPLOY-KMC-COMPONENTS. FYI, this was after ABAP JAVA split with Keep DB option and upgrading BW ABAP to NW 7.4. Please find the below logs for more information.


Command line: /usr/sap/BJD/JC35/exe/sapjvm_4/bin/java -Xmx900M -Djava.ext.dir=/usr/sap/BJD/JC35/SDM/program/lib -cp . -jar /usr/sap/BJD/JC35/SDM/program/bin/SDM.jar deploy onerror=skipdepending updateversions=all file=/usr/sap/BJD/SUM/sdt/data/install/sap.com~tc~kmc~rf~ummig~rmiapp.sda sdmHome=/usr/sap/BJD/JC35/SDM/program logfile=/usr/sap/BJD/SUM/sdt/log/SWITCH/KMC_ONLINE_MIGRATION_DEPLOYComponentHandlingService_01.LOG

Jun 6, 2015 8:38:13 PM [Info  ]:   Standard out: /usr/sap/BJD/SUM/sdt/log/SWITCH/KMC_ONLINE_MIGRATION_DEPLOYCOMPONENTHANDLINGSERVICE_03.OUT

Jun 6, 2015 8:38:13 PM [Info  ]: Process ID 15 has been started.

Jun 6, 2015 8:38:13 PM [Info  ]: Waiting for process ID 15, name java to finish.

Jun 6, 2015 8:38:17 PM [Info  ]: Process ID 15, name java has been finished, exit code 4.

Jun 6, 2015 8:38:17 PM [Info  ]: Process ID 15, name java has been terminated.

Jun 6, 2015 8:38:17 PM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.comphandler.ComponentHandlerException: Cannot deploy KMC migration archive /usr/sap/BJD/SUM/sdt/data/install/sap.com~tc~kmc~rf~ummig~rmiapp.sda

Cannot execute Java process for deployArchive with parameters /usr/sap/BJD/SUM/sdt/data/install/sap.com~tc~kmc~rf~ummig~rmiapp.sda.

Return code condition success evaluated to false for process java for action ACTION_DEPLOY_ARCHIVE.

.

Regards

Baranedharan S.

How to clean up shadow tables? Issues related with import support package using sum

DVD Required while performing Portal Upgrade from 7.0 to 7.4

$
0
0

Hi, I am currently performing an Portal Upgrade from NW 7.0 to NW 7.4, and am stuck at Configuration phase

 

Its asking me to insert the DVD Type NW_JAVA, Desciption is NW Java Content DVD.

 

And below that its asking CD Type as J2EE-CD,J2EE-INST,JDMP.

 

Am I am not able to figure out which DVD needs to be given for the same.

 

Can someone help regarding the same?

 

Error_1.png

DVD Required

 

Error_2.png

Error_3.png

 

 

Regards,

Lokent

Error while BI upgrade using SUM

$
0
0

Dear All,

While upgrading our BI system using SUM i am getting missing support packages error for RTLPOSDM component.

Our current BI_CONT version is 703 patch 09. i want to upgrade to version 707. I raised message with SAP and get

suggested to include RTLPOSDM 100 700 content in mopz in add on selection phase. but i have not found any add

on's related to this component in MOPZ. And also SAP suggested to select RTLPOSDM in addon_dyn phase but

i didn't get this phase. Please help me to resolve this issue.

sumerror.GIF


Not able to find the KM custom development during Upgrade

$
0
0

Dear all,

 

We are upgrading our Portal from NW 7.0 to 7.4 using SUM.

 

In Configuration step i.e. 5.3 of SUM we are getting some KM component(see the attachment) and believe that this is a custom development but we are not able to figure it ..what is the use of this component in Portal. Depending on the answer we will see what we have to do with this component.

 

We are a part of upgrade team and don't have much info on development side.

 

Can any one tell us how to find the use of this KM component...? We are getting the same component name in system information as well.

 

Regards,

M.D.Sahu

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

Logon Page

$
0
0

Hi,

 

We have taken the war file and made some changes to the standard login page.

 

The deployment was successful but the changes are not visible.

 

application.xml

 

<?xml version="1.0" encoding="UTF-8"?>

<application xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/application_5.xsd" version="5" id="Application_ID">

  <display-name>tc~sec~ume~logon~uiEAR</display-name>

  <module id="WebModule_1431679906006">

    <web>

      <web-uri>tc~sec~ume~logon~ui.war</web-uri>

      <context-root>logon_screen</context-root>

 

    </web>

  </module>

</application>

 

 

application-j2ee-engine.xml

 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<application-j2ee-engine

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

      xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">

      <reference

            reference-type="hard">

            <reference-target

                  provider-name="sap.com"

                  target-type="application">com.sap.security.core.logon</reference-target>

      </reference>

      <provider-name>sap.com</provider-name>

</application-j2ee-engine>

 

 

 

in nwa

Alias of Application for Customizing Login Pages (ume.logon.application.ui_resources_alias):  /logon_screen

 

 

Please let us know where we have gone wrong.

SWMP Import - Error on step "Install Java engine" (extracting SDMxml.jar)

$
0
0

Hello,

 

During a system copy (import) withSWPM 1.0 SP08 PL3, the processis blockedin step"InstallJavaengine"> Extracting lib/util/xml/SDMxml.jar.

I tried withseveralversion of Javabut I still havethe same problem :

j2sdk-1_4_2_17

jdk-1_5_0_12

jdk-7u79


I deletedthis fileand restartedSWPM->Sameproblem


There areno errors inthe log files.


The system is Netweaver 7.00


Do you have an idea?


Thank you


Cédric

How to integrate UWL of SAP Portal 7.3 with Multiple backend systems

$
0
0

Hi Experts,

 

How can we integrate UWL with multiple backend systems?

 

Any inputs will be helpful.

 

Thanking You!

 

Best Regards,

Tarun Dhuria

Viewing all 767 articles
Browse latest View live