Quantcast
Channel: SCN : Discussion List - SAP NetWeaver Technology Platform
Viewing all 1520 articles
Browse latest View live

Configuring Multiple SSL URls on Web dispatcher

$
0
0

Hi,

 

How would the Multiple HTTPS urls be handled in this case.

 

I am working on a scenario where all the HTTPS URL will be using the same port 44300.

 

The SSL termination would take place on the Web dispatcher. The connectivity between Web Dispatcher and backend would be HTTP.

 

Can you let me know if such a scenario is possible and if yes then how could it be accomplished.

 

The below URL are for the Users accessing the servers through Web Dispatcher

 

 

https://a.b.com:44300

https://b.b.com:44300

https://c.b.com:44300

https://d.b.com:44300

 

 

wdisp/system_0 = SID=CR1, MSHOST=c1.y.com, MSPORT=8100

wdisp/system_1 = SID=HM1, MSHOST=h1.y.com, MSPORT=8100

wdisp/system_0 = SID=CR2, MSHOST=c2.y.com, MSPORT=8100

wdisp/system_1 = SID=HM2, MSHOST=h2.y.com, MSPORT=8100

 

 

icm/HTTP/mod_0 = PREFIX=/,FILE=/sapmnt/WD1/profile/icm_filter.txt

 

####    icm_filter.txt  ####################

if %{HTTPS_HOST} regimatch "a.b.com"

     SetHeader x-sap-webdisp-target-sid CR1

if %{HTTPS_HOST} regimatch "b.b.com"

     SetHeader x-sap-webdisp-target-sid HM1

if %{HTTPS_HOST} regimatch "c.b.com"

     SetHeader x-sap-webdisp-target-sid CR2

if %{HTTPS_HOST} regimatch "d.b.com"

     SetHeader x-sap-webdisp-target-sid HM2

 

 

 

My queries are about the below

 

 

1) is the above config possible?

 

2) Is HTTPS_HOST a valid check, i know we can use HTTP_HOST in icm_filter rule file. Can HTTPS_HOST too be used?

 

3) If webdispatcher is configured for SSL termination , then do i need HTTPS_HOST in the ICM Filter or can i continue with the same HTTP entry that is existing for the HTTP urls

 

The result should be

 

https://a.b.com:44300 --> http://c1.y.com:8100

https://b.b.com:44300 --> http://h1.y.com:8100

https://c.b.com:44300 --> http://c2.y.com:8100

https://d.b.com:44300 --> http://h2.y.com:8100

 

Do let me know if anyone can help with the required info for the above configuration.

 

Thanks


PSE Management Not Appear in Web Dispatcher Administration Interface

$
0
0

Dear experts,

 

When I access Web Dispatcher Administration Interface URL using web browser(IE,Firefox), I could not find PSE Management option:

 

http://host:80/sap/admin

https://host:443/sap/admin

 

 

 

 

 

I could only view PSE Management Option in SAP MMC

 

 

 

Could you please help?

 

Thank you.

 

Regards,

Fadzly Iqbal

Errors during slave sync in MDM 7.1 SP7

$
0
0

Hello Experts,

 

we are facing below errors while synchronizing slave repositories with master using command

 

clix repSynchronize hostname DVS_SLAVE:DVS:D:db2dvs:password User1:password

 

Error on rep1: 0xffaa0201,User not found

 

Error on rep2  0xffabe100, unexpected transaction ID

 

Error on rep3: 0xffabe100, Unexpected transaction ID

 

Error on rep3: When requesting pending changes, received the following error from the master MDS: Referenced MDM repository is not a master (RC 0xFFABE103)

 

But am able to connect to the repositories with the same user from console and this user has even Admin role.

 

Please check the error code and provide your views on this issue.

 

 

Thanks, Bharath.

One Fiori Launchpad for Huge System Landscape? Limitations of FLP Technical Concepts?

$
0
0

Hi,

currently I am getting asked if it is a reasonable idea to use one single FLP as entrypoint for the system landscape of a large company.

Lets consider this example of a system landscape:

  • 5 ERPs (EHP7 or 8) for different business areas and regions
  • 3 are S/4HANA
  • At least two BW landscapes both running on HANA

Of course native HANA (XS) content shall be used on all HANAs.

 

Now there are users that need to work in several if not all of these systems. This is no theoretical showcase.

 

The prerequisite for successful integration into one single FLP is that all systems are accessed over one single SAP Web Dispatcher (identical https://fqdn:port) because of current clickjacking protection mechanism.

As a reference I would take this document by Isaias Freitas: Configuring the Web Dispatcher for Multiple Systems - Clarifications and Examples - Application Server Infrastructure - … and this one by Jochen Saterdag: WebDispatcher FAQ

 

So is there a way to achieve this? Currently I would say "no" because we can route the same path (e.g. /sap/hba) only to one system and not to many. System cookies would also probably lead to confusion.


Did I miss something? Or is the FLP really limited to one system of each kind and only one native HANA in the complete landscape?

Regards,

Lutz


Upgrade from NW 7.31 to NW 7.4

$
0
0

Hi,

 

We are upgrading our NW 7.31 ABAP to NW 7.4

 

We have successfully completed upgrade in some sandbox, training and dev systems. Now we are in the Q system which is clustered / distributed.

 

In Q system we also have secondary application servers, and in all other previous systems, there was no additional application server.

 

We have generated the stack file for the dev system and it has been modified and used for all other systems as well till now.

 

1) But as we have additional application servers in Q system, do we need to generate a new stack file for this Q system ?

 

2) If no, can we go ahead without entries for the application servers in the stack file ? How will it recognize these app servers during upgrade ?

 

3) Do we have to reinstall the secondary app servers after the upgrade ?

 

If anyone can help, please guide.

TIMESTMP attribute?

$
0
0

Hi,

 

does SAP inplement insert date and/or update date in its tables?

 

Im developing a BI system and i've seen that tables doesn't seem to have these attributes; but one "developed" table, used in SAP tran KE24, has TIMESTMP value.

 

Regards

Timestamps in SAP?

$
0
0

Hi, how are timestamps inplemented in SAP? I'm analysing and working with a group of 20 tables (more or less) and only one CE1AMB1, which works with tran KE24, has timestamp implemented (attribute name TIMESTMP)?

 

Another question: timestamp has this format 8.292.125.790.000, which format is this? I've read on the internet that SAP uses Unix Epoc.

 

How can i convert this format to a readable format in SQL Server?

 

Kind regards

SAP Buffer and Memory History: Heap used and Heap Total

$
0
0

Hello Experts...

 

First post and so hope I am doing things as expected

 

I need to adjust (lower) the amount of memory to be used by a system. To do so I want to check the amount of extended and heap memory used through the transaction ST02 and then selecting History. When looking to the EM and Heap usage I see two columns listed for the Heap; Heap used and Heap total. Can anyone please tell me what the Heap total column is showing me? I expected this to show the value that I have configured for abap/heap_area_total but it does not match the value for this parameter (it is lower). In addition, the value listed in the history for the heap total changes from one day to the next (lowest listed 284.664 and the highest listed being near on 2GB). So any idea what information this column is providing? Thanks!!


Storing document on Content Server - SAP DB or Filesystem?

$
0
0

Hello everybody.

 

I have questions regarding the Content Server and need your expierence and recommendation. Where do you store documents on the Content Server? Are you using the standard SAP-DB, which can be installed together with the Content Server, or are you using the File-System? What are the advantages and disadvantages?

 

What do I have to do to store the documents in the File System? Is there an documentation?

 

Thanks and Regards.

 

Tobias Karl

dProgram 'Migration Monitor' exits with error code 103

$
0
0

Hello Experts,

 

Hope you all doing great...!

 

I am trying to Install ABAP_Trial_7_02_SP11_Win_64_bit_Version_with_Gateway_2_0_SP04 and get stuck in one place,

 

Getting Error in Execution Stage, Phase 16 of 24 – import ABAP

 

Error:

 

An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:

  • Choose Retry to repeat the current step.
  • Choose Log Files to get more information about the error.
  • Stop the option and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/.

 

Please find Log files, Screenshot for this issue in Attach Files

 

your help would be appreciated.

 

Thanks,

 

Yogeshraj

Smartform printing issue in Dot matrix printer

$
0
0

Hi All,

We are using EPSON FX-2175 dot matrix printer. Can anybody tell me which device type should be used for this? How to find a appropriate device type for a printer? Where we can get this info? I have selected EPESCP and its not printing the way how its appearing in the preview. I tested with SAPWIN too, same problem I have faced with SAPWIN too.

 

Thanks in advance.

Sabir

Install SAP Vanilla on SAP Netweaver 7.0 Dual Stack

$
0
0

Dear Gurus,

 

I would like to install SAP vanilla on SAP Netweaver 7.0 Based on AS ABAP and AS Java (Dual Stack) for SAP BW on Solaris 10 using the latest SWPM (filename is 70SWPM10SP17_2-20009702.sar). Unfortunately, under the menu tree SAP Netweaver 7.0 Support Release 3, I couldn't find any SAP installation for dual stack without system copy. The only menu I saw for installing using dual stack was using system copy: SAP Netweaver 7.0 Support Release 3 -> Software Life-Cycle Options -> System Copy -> Oracle -> Target System Installations -> Central System -> Based on AS ABAP and AS Java -> Central System.

Is there any way to install SAP vanilla on SAP Netweaver 7.0 based on AS ABAP and AS Java?

 

Thanks

SAP portal and Sap gui on map

$
0
0

Hi,

 

Need dome help. We are using portal, and when selecting the application server, safari downloads a tx.sap file. On mac it doesn't log you on to the gui automatically. Any way to work around this. Gui is 7.4 Java

access denied ("java.util.PropertyPermission" "com.sap.security.xssencode" "read")

$
0
0

Hello everybody,

 

I try to start SUM GUI from Web .

Whe I execute the sdtdsu.jnlp file

the following error apperead:

 

#### Java Web Start Error:

#### access denied ("java.util.PropertyPermission" "com.sap.security.xssencode" "read")

 

java.security.AccessControlException: access denied ("java.util.PropertyPermission" "com.sap.security.xssencode" "read")

    at java.security.AccessControlContext.checkPermission(Unknown Source)

    at java.security.AccessController.checkPermission(Unknown Source)

    at java.lang.SecurityManager.checkPermission(Unknown Source)

    at com.sun.javaws.security.JavaWebStartSecurity.checkPermission(Unknown Source)

    at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)

    at java.lang.System.getProperty(Unknown Source)

    at com.sap.security.core.server.csi.util.StringUtils.<clinit>(StringUtils.java:39)

    at com.sap.sdt.util.misc.BootStrapper.deleteErrorLog(BootStrapper.java:183)

    at com.sap.sdt.util.misc.BootStrapper.init(BootStrapper.java:110)

    at com.sap.sdt.util.misc.BootStrapper.<init>(BootStrapper.java:44)

    at SDTGui.<init>(SDTGui.java:46)

    at SDTGui.main(SDTGui.java:73)

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

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.sun.javaws.Launcher.executeApplication(Unknown Source)

    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)

    at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)

    at com.sun.javaws.Launcher.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

 

   

I use JRE 1.8.0_66 .

Which java version should work ?

Or how I can fix the error ?

 

Best regrads

Bernhard Deubner

HANA DB Backup failing with Error

$
0
0

Hi All,

 

We are facing issues while taking backup of HANA DB, it fails with below error:

 

Index server backup fails with below error:

 

backup could not be completed, Error during asynchronous file transfer, rc=5: Input/output error; $fileCallback$=[R] , buffer= 0x00007f7ebb6ab000, offset= 39959134208, size= 0/4194304, file= "<root>/datavolume_0000.dat" ((open, mode= RW, access= rw-rw-r--, flags= DIRECT|MUST_EXIST), factory= (root= "/hana/data/SID/mnt00001/hdb00002/" (access= rw-rw-r--, flags= AUTOCREATE_DIRECTORY, usage= DATA, fs= xfs, config= (async_write_submit_active=auto,async_write_submit_blocks=all,async_read_submit=on,num_submit_queues=1,num_completion_queues=1,size_kernel_io_queue=512,max_parallel_io_requests=64,min_submit_batch_size=16,max_submit_batch_size=64))) {shortRetries= 0, fullRetries= 10 (10/10)}

 

We have checked SAP note 2062631 where such situation is faced while accessing file system in HA env with SP8

 

Can anyone help me.

 

Thanks,

Sharib


no valid XSRF token

$
0
0

Hi,

 

We are upgrading our NW v7.0 to v7.4 and our eCommerce v7.02 to v7.32 and we have a custom application.

 

When we call that application via browser we are getting the following error on logs:

 

Action class com.sap.isa.core.action.GetReloginCookieAction (http://gedvsapap03:50100/b2b_eOrdering/b2b/relogin/getcookie.do)  has no valid XSRF token.

The referer of the request was: null.

The delivered token is = null.

 

Can you help us with this problem?

 

Best regards

SAP UI5 Application on SAP NetWeaver As SAP CRM 7.0 EHP3 Consuming GateWay OData Service on Eclipse Juno

$
0
0

Hello Experts,

 

I have Dowmload a BSP Application from SAP NetWeaver Gateway and I have imported it into the Eclipse Juno.

1.I have created a SAPUI5 Application and Imported the download project file into WebContent folder.

2.And have Right Click on the project main folder->Team->Share and I have Connected the SAP System.

3.When I'm Right Click on the project main folder->Team->Team->Submit, Get the below Error.

 

Synchronization failed

File .settings/.jsdtscope could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .settings/.jsdtscope )

File .settings/org.eclipse.jdt.core.prefs could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .settings/org.eclipse.jdt.core.prefs )

File .settings/org.eclipse.wst.common.component could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .settings/org.eclipse.wst.common.component )

File .settings/org.eclipse.wst.jsdt.ui.superType.name could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .settings/org.eclipse.wst.jsdt.ui.superType.name )

File .settings/org.eclipse.wst.jsdt.ui.superType.container could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .settings/org.eclipse.wst.jsdt.ui.superType.contai )

File .settings/org.eclipse.wst.common.project.facet.core.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .settings/org.eclipse.wst.common.project.facet.cor )

File .project could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .project )

File .classpath could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: .classpath )

File WebContent/index.html could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/index.html )

File WebContent/Component.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Component.js )

File WebContent/version.json could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/version.json )

File WebContent/Main.view.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Main.view.xml )

File WebContent/WEB-INF/web.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/WEB-INF/web.xml )

File WebContent/model/Note.json could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/model/Note.json )

File WebContent/Component-dbg.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Component-dbg.js )

File WebContent/Configuration.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Configuration.js )

File WebContent/view/S2.view.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S2.view.xml )

File WebContent/view/S3.view.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S3.view.xml )

File WebContent/view/S4.view.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S4.view.xml )

File WebContent/Main.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Main.controller.js )

File WebContent/model/Contact.json could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/model/Contact.json )

File WebContent/model/metadata.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/model/metadata.xml )

File WebContent/resources/.theming could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/resources/.theming )

File WebContent/Component-preload.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Component-preload.js )

File WebContent/Configuration-dbg.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Configuration-dbg.js )

File WebContent/META-INF/MANIFEST.MF could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/META-INF/MANIFEST.MF )

File WebContent/i18n/i18n.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n.properties )

File WebContent/img/home/favicon.ico could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/img/home/favicon.ico )

File WebContent/model/s_hr_12204.jpg could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/model/s_hr_12204.jpg )

File WebContent/model/Attachment.json could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/model/Attachment.json )

File WebContent/view/S2.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S2.controller.js )

File WebContent/view/S3.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S3.controller.js )

File WebContent/view/S4.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S4.controller.js )

File WebContent/Main-dbg.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Main-dbg.controller.js )

File WebContent/.Ui5RepositoryTextFiles could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/.Ui5RepositoryTextFiles )

File WebContent/i18n/i18n_cs.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_cs.properties )

File WebContent/i18n/i18n_de.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_de.properties )

File WebContent/i18n/i18n_en.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_en.properties )

File WebContent/i18n/i18n_es.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_es.properties )

File WebContent/i18n/i18n_fr.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_fr.properties )

File WebContent/i18n/i18n_hu.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_hu.properties )

File WebContent/i18n/i18n_it.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_it.properties )

File WebContent/i18n/i18n_ja.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_ja.properties )

File WebContent/i18n/i18n_no.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_no.properties )

File WebContent/i18n/i18n_pl.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_pl.properties )

File WebContent/i18n/i18n_pt.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_pt.properties )

File WebContent/i18n/i18n_ru.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_ru.properties )

File WebContent/i18n/i18n_tr.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_tr.properties )

File WebContent/Component-preload-dbg.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/Component-preload-dbg.js )

File WebContent/.Ui5RepositoryBinaryFiles could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/.Ui5RepositoryBinaryFiles )

File WebContent/view/S2-dbg.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S2-dbg.controller.js )

File WebContent/view/S3-dbg.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S3-dbg.controller.js )

File WebContent/view/S4-dbg.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/S4-dbg.controller.js )

File WebContent/i18n/i18n_zh_CN.properties could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/i18n/i18n_zh_CN.properties )

File WebContent/view/ContactDetails.view.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/ContactDetails.view.xml )

File WebContent/formatter/ReleaseFormatter.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/formatter/ReleaseFormatter.js )

File WebContent/formatter/ReleaseFormatter-dbg.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/formatter/ReleaseFormatter-dbg.js )

File WebContent/view/AccountBusinessCard.view.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/AccountBusinessCard.view.xml )

File WebContent/view/ContactDetails.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/ContactDetails.controller.js )

File WebContent/img/home/72_iPad_Desktop_Launch.png could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/img/home/72_iPad_Desktop_Launch.png )

File WebContent/img/home/144_iPad_Retina_Web_Clip.png could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/img/home/144_iPad_Retina_Web_Clip.png )

File WebContent/img/home/57_iPhone_Desktop_Launch.png could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/img/home/57_iPhone_Desktop_Launch.png )

File WebContent/view/AccountSelectDialog.fragment.xml could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/AccountSelectDialog.fragment.xml )

File WebContent/view/ContactDetails-dbg.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/ContactDetails-dbg.controller.js )

File WebContent/view/AccountBusinessCard.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/AccountBusinessCard.controller.js )

File WebContent/img/home/114_iPhone_Retina_Web_Clip.png could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/img/home/114_iPhone_Retina_Web_Clip.png )

File WebContent/view/AccountBusinessCard-dbg.controller.js could not be submitted

Virus scan server error: "No virus scan profile is selected as the "default" ( path: WebContent/view/AccountBusinessCard-dbg.controller )

 

Please Kindly help me to slove above error.

 

Thanks & Regards,

Imran

Enabling optimistic locking on NetWeaver

$
0
0

Hi,

I want to use optimistic locking on selected EJB entities. I annotated an entity-Attribute as @Version (type long) and changed isolation level on the data source alias to 'transaction read committed'. But the entities version-attribute is not incremented and no exception is thrown. What do I need to do in order to make optimistic locking work in NetWeaver 7.31 / JPA 1.0 and MaxDB?

Thanks.

Regards

Anja

BW Transport is Failing

$
0
0

A Transport Request (DB0K9......) in BW system is failing in DEV with an error message "Infoprovider ZCMPAT001 is locked by user DDIC". Checked SM12 locks in DEV and QAS, could not find anything. Also how can I stop the import of this TR - DB0K9.....

 

Need some urgent help!

SAP does not start after system copy

$
0
0

HI All,

 

I have performed a Homogeneous system copy by backup/restore. SAP is running on Windows 2008 and MSSQL 2008.

 

SAP version is EHP1 for SAP Netweaver 7.0

 

SAP does not come up when SAPINST tries to start it or when I try to start it manually.

 

When I check MMC, dispatcher is grey. No logs of DEV_DISP or DEV_W* are found in work directory either.

R3trans -D is executed successfully with RC 0000.Database and services are running.

 

I tried starting from OS level using the cmd prompt..startsap.exe.

 

A log startBD1.log is written.

 

All the profiles look good. Please let me know, if you need more information.

 

Thanks in Advance,

Bharath Reddy

Viewing all 1520 articles
Browse latest View live




Latest Images