Quantcast
Channel: SCN : Popular Discussions - SAP NetWeaver Development Infrastructure (NWDI)
Viewing all 1412 articles
Browse latest View live

Importing WebDynpro from 7.0 to 7.4 NWDI

$
0
0

Hi experts!

 

Here's what I did:

 

- Exporting SCA File (WebDynpro) from 7.0

- Created Track and Checked-In exported SCA File into 7.4

 

Now I want to import it and it fails.

Please find the LOG attached: TJE201505200811480244Repository-import.txt

 

To get a picture, here I am stuck:

2015-05-20 10_51_34-Cms - Internet Explorer.png

 

Cheers, Mario


Error importing ENGFACADE into TRACK

$
0
0

Hi Experts,

 

I am trying to Import ENGFACADE into a development track.

It finished with Errors.

 

Please find the log files attached.

 

2015-06-30 15_44_20-Cms - Internet Explorer.png

 

ENGFACADE is defined as dependency in software component.

 

The reason why I need it is JCO functionality.

 

Greets, Mario

CMS: Shared Workspace Lock Error During Import Check for ESS

$
0
0

Hello all,

 

I am setting up a 'compare' track in CMS for modifications to the ESS component, but I'm running into a small problem that I can't seem to get past. The 'Import Check' for the SAP_ESS component fails after about 45-50 minutes, and the CMS Log shows the error:

 

Exception:com.tssap.dtr.client.lib.deltavlib.VcmFailure: Conflict [(pre||post)-condition failed: x:could-not-obtain-shared-workspace-lock]

 

Digging into the log viewer through NWA, I can see objects being processed and DB updates starting and finishing, and then periodically a warning:

 

Precondition failed: Precondition could-not-obtain-shared-workspace-lock check failed for resource {resourceType='WORKSPACE', getPath()='/ws/604-13c/sap.com_SAP_ESS/dev/inactive', resourceID=....

 

This is followed by the informational statement 'workspace is currently locked, no integration possible.' Then there seem to be more objects processed, more DB updates finished, and the warning occurs a few more times. Eventually, after 45 minutes or so, there's the fatal error that I mentioned at the start and the entire process comes to a halt with a final status of 'Check failed.'

 

Searching turned up several very old discussions about this error, but none of them had any resolution.

 

Initially I followed the advice from (NWDI) (CBS) Import of Large Archives from the CMS Fails - Technology Troubleshooting Guide - SCN Wiki and Unable to check in large files into DTR - Technology Troubleshooting Guide - SCN Wiki, which led me to set in the ICM:

icm/HTTP/max_request_size_KB = 409600

and in the DTR's repository.properties:

com.tssap.dtr.pvc.propagation.maxRequestContentLength = 409600

com.tssap.dtr.deltav.propagation.maxRequestContentLength = 409600

 

No joy. From there I followed the guidance from the NWDI Troubleshooting Guide linked from the NWDI SCN space, following the path CMS import shows errors -> DTR import -> yes (to Is the DTR server available?) -> yes (to Are you importing a large software component (e.g. ESS/MSS)?) -> MS SQL (to What is the database system you use?).

 

This led me to Note 985821 (DTR Import Hangs on MSSQL Database), based upon which I set:

com.tssap.dtr.pvc.versionmg.DefaultIntegrator.fastFirstIntegrate = false

com.tssap.dtr.pvc.basics.sql.autobatchexec.maxbatchcount =50

No change. I set:

com.tssap.dtr.server.deltav.integrate.countForLargeSourceSetNameCollisionComputer = 200000

No change.

 

I proceeded on to Note 1096029 (Hanging initial DTR import of huge components on MSSQL). The patch mentioned is not applicable for me (I'm on a higher NetWeaver release and have the latest available SP -- see below), but I did then set

com.tssap.dtr.server.deltav.integrate.inClauseSize = 8

No change.

 

I looked at Note 990538 (WSAENOBUFS error on Windows) and it's not applicable to me (I am on a 64-bit platform, and the latest release of Windows). Likewise with 1014672 (CMS assembly fails with out of memory exceptions on MSSQL): this isn't my problem, plus the advice about the JDBC driver appears to be outdated.

 

So here we are. Each of the iterative attempts above required nearly an hour of waiting for the error to recur, of course.

 

So, the environment. This is a newly installed NWDI on NetWeaver 7.4 sps11. It is running on SQL Server 2012 sp2 cu5 and Windows 2012 R2. I configured the DI component using the configuration wizard. CMS, DTR, and CBS all reside on the same box. Communication with the central SLD seems to be just fine. Other than the default SANDBOX track setup by the wizard, this is the first track on the CMS, also setup via the Modify a Software Component CMS wizard. The track is intended as a 'compare' track for supporting ESS modifications during support pack updates and upgrades, so it has no runtime systems associated with it, and is a "development system only" track.

 

The track is meant for ESS on a NetWeaver 7.01 sps13 portal, so it has its own associated JDK (sapjvm 4.1) setup in a build variant, different from the NWDI system's own JDK (sapjvm6). I have successfully imported SAP_BUILDT, EP_BUILDT, SAP-JEE, and SAP_JTECHS all with version 7.01 sp13, and SAPPCUI_GP version 603 sp9. The component that is failing is SAP_ESS 603 sp12. These component versions and support pack levels match what is currently on our ESS portal, and they match the components used in our old (retired and soon to be deleted) NWDI system (which is also version 7.01 sp13). No custom components or modifications exist yet in the new NWDI.

 

No one else besides me has been using the box, since it's brand new and not yet ready for developers.

 

There it is. I'm about out of ideas, having struggled with this for the past few days.

 

Cheers,

Matt

Unable to publish/deploy from NWDS

$
0
0

Hi,

I am trying to publish/deploy a web service (.ear) from NWDS. The version I am using is NWDS 7.3 SP10

 

SAP AS Java window has been configured:

1pic.jpg

In NWA SOA the Service Registry has been configured and port 5004 is accessible.

 

When I try to deploy the .ear from NWDS it gives an error saying the system given in SAP AS Java (above screenshot) is not responding, when I know the system is up and running:

 

!ENTRY com.sap.logging.adapter 4 0 2014-03-28 11:01:44.189

!MESSAGE Error during deployment      [Error: com.sap.ide.wtpserver.engineadapter.SapDeployer  Thread[Thread-10,5,main]]

 

 

!STACK 0

com.sap.ide.eclipse.sdm.deploy.DeploymentException: System Z99 not responding.

  at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:267)

  at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:194)

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:46)

  at com.sap.ide.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:453)

  at java.lang.Thread.run(Thread.java:678)

   ------------- Nested exception -------------------

com.sap.ide.eclipse.deployer.api.APIException: System Z99 not responding.

  at com.sap.ide.eclipse.deployer.DeployerPlugin.getCurrentServerInfo(DeployerPlugin.java:94)

  at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:246)

  at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:259)

  at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:194)

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:46)

  at com.sap.ide.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:453)

  at java.lang.Thread.run(Thread.java:678)

 

 

!ENTRY com.sap.ide.wtpserver 4 0 2014-03-28 11:01:44.438

!MESSAGE Error during deployment

!STACK 1

com.sap.ide.wtpserver.SAPServerException: Error during deployment: System Z99 not responding.

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.handleDeploymentException(SapDeployer.java:75)

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:48)

  at com.sap.ide.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:453)

  at java.lang.Thread.run(Thread.java:678)

Caused by: com.sap.ide.eclipse.sdm.deploy.DeploymentException: System Z99 not responding.

  at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:267)

  at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:194)

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:46)

  ... 2 more

!SUBENTRY 1 com.sap.ide.wtpserver 4 0 2014-03-28 11:01:44.438

!MESSAGE Error during deployment: System Z99 not responding.

!STACK 0

com.sap.ide.eclipse.sdm.deploy.DeploymentException: System Z99 not responding.

  at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:267)

  at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:194)

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:46)

  at com.sap.ide.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:453)

  at java.lang.Thread.run(Thread.java:678)

   ------------- Nested exception -------------------

com.sap.ide.eclipse.deployer.api.APIException: System Z99 not responding.

  at com.sap.ide.eclipse.deployer.DeployerPlugin.getCurrentServerInfo(DeployerPlugin.java:94)

  at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:246)

  at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:259)

  at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:194)

  at com.sap.ide.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:46)

  at com.sap.ide.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:453)

  at java.lang.Thread.run(Thread.java:678)

 

Is it possible to get a more detailed log of the error from somewhere?

 

Any help appreciated.

 

Che

Checkout files for Jenkins CI

$
0
0

Hi there,

 

I'm using Jenkins for my development tasks and continuous integration.

 

Recently I came to a project using NWDI. I'm a JavaScript developer using SAPUI5, and all the source code is checked into NWDI. As I want to continue using Jenkins, I'm searching for a plugin to access the source code inside of NWDI out of Jenkins.

 

I want to check for changed files for a DC. If there are changed files, checkout the whole project and perform the unit tests and integration tests. However, I don't know how to get the sources out of NWDI.

 

I don't want to use Eclipse (NWDS) to check out files, or even switch to Subversion and don't use NWDI at all.

 

Do you know about a solution for this issue?

 

Best regards

Tobias

CTC DI all-in-one fails at Step: Upload Default ACL Settings

$
0
0

Hi,

 

i need your help.

I tried to install a NWDI on a SolMan (Rel. NW7.01 SP06).

I deployed the necessary SCAs (DI_CBS, DI_CMS and DI_DTR =7.01SP6).

At the next point I'd like to use the wizard for the initial setup (DI all-in-one) and here are my problem.

At the step "Upload Default ACL Settings" it aborts with the error: Not a valid URL: Unexpected character found [':' at position 7]

 

Here an an excerpt from the log:

================================================================================

Exception Class: java.net.MalformedURLException

Exception Message: Not a valid URL: Unexpected character found [':' at position 7]

Stack Trace

java.net.MalformedURLException: Not a valid URL: Unexpected character found [':' at position 7]

     at com.sap.ctc.util.infra.BaseConfig.dispatchException(BaseConfig.java:243)

     at com.sap.ctc.util.di.services.DTRServices.checkinFiles(DTRServices.java:373)

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

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

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

......

Caused by: java.net.MalformedURLException: Not a valid URL: Unexpected character found [':' at position 7]

     at com.sap.dtr.client.lib.protocol.impl.URLScanner.next_token(URLScanner.java:587)

     at com.sap.dtr.client.lib.protocol.URL.parse(URL.java:521)

     at com.sap.dtr.client.lib.protocol.URL.(URL.java:63)

....

================================================================================

 

I checked the default Users. The NWDI_ADM, NWDI_DEV and NWDI_CMS (The NWDI_CMS was manuel created) exists and have the expective roles/groups and actions (e.g. NWDI_ADM = Group NWDI.Administrator = Role NWDI.Administrator + Action LcrInstanceWriterAll)

 

I checked the log/protocol and the strange argument there is dtrUrl : http://:/dtr.

I think the wizard is missing the right hostname an port for the as java. I tried to execute the Wizard with FQDN, simple hostname, localhost and edited also the host-file (like in other threads proposed).

 

The check of the SLD-Connection in the SLD-DataSupplier in the VA are OK (the http-settings and CIMClient Test works fine).

I spent a lot of time at the VA and configtool to finde the possible key with the missing value for the host an port, However with no success.

 

So now im here and hope some of you can give me an advice.

 

Best regards

 

Denis

 

Edited by: Denis Stricker on Jan 6, 2012 1:48 PM

Problems encountered while deleting resources

$
0
0

Hi,

 

I am facing problem when I open the project in NWDS.It is showing as

"The project was not built due to "Problems encountered while deleting resources.". Fix the problem, then try refreshing this project and rebuilding it since it may be inconsistent".

 

I have tried everything from ReBuild, Repair to Sync DCs but nothing seems to work.

 

Please help.

 

Edited by: NikyDadlani on Apr 6, 2011 4:57 PM

CBS temp folders contain over 4GB

$
0
0

CBS temp folders (1 for each server node) contain nearly 4 GB each at /usr/sap/SID/JC00/j2ee/cluster /server0/temp/CBS/123456890 (server node #).

 

This folder contains numerous 2 digit hexadecimal folder names...a8, a9, ba, bb, bc (CBS temporary build folders ?)

 

Can the content under the temp folder be safely deleted or is there a way to maintain this data ?

 

NWDI NW7.3 on AIX 6.1


NWDS - 7.3 - Unable to add SAP Instance

$
0
0

Hello Friends,

 

We have PO 7.3 EHP1 SP04 system. (PO - Process Orchestation Single Stack Java System)

 

I have installed NWDS 7.3 - EHP1 - SP04 version in my system.

(File : nwds-extsoa-7.3-EHP1-SP04-PAT0005-win32.zip)

 

I have designed NWBPM in NWDS.

 

When I try to add my PO System in Window --> Preferences --> SAP As Java, after 1 minutes, it displays a message "The following SAP instance cannot be accessed at present.".

 

Then I tried to add through MMC. Window --> Show View --> Other --> Management Console. Here also, it displays the same message.

 

I tried to check Network Connections : Window --> Preferences --> General --> Network Connections. Our PO host is not added. All the Proxy Entries and Proxy By Pass Entries are unchecked.

 

Then I see the .log file in the .metadata folder, the log is given below.

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

!SESSION 2013-03-06 17:27:39.796

eclipse.buildId=@qualifier@
java.version=1.6.0_37
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2013-03-06 17:28:02.717
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2013-03-06 17:28:02.717
!MESSAGE Cannot bind to an undefined command: plug-in='com.sap.ide.esr.tools.core.ui', id='com.sap.ide.esr.tools.ui.runchecks'

!ENTRY com.sap.ide.jvm.check 1 0 2013-03-06 17:28:44.982
!MESSAGE JVM Version Check succeeded.

!ENTRY com.tssap.util.ui 1 0 2013-03-06 17:28:55.388
!MESSAGE Sap NetWeaver Developer Studio - Platform Feature Version: UNKNOWN

!ENTRY org.eclipse.osgi 2 1 2013-03-06 17:29:09.184
!MESSAGE NLS missing message: Businessworkflow in: com.sap.glx.ide.i18n.messages

!ENTRY com.sap.ide.tools.services 4 0 2013-03-06 17:29:43.980
!MESSAGE Deployment failed: No default SAP system found in the configuration. Goto Window > Preferences > SAP AS Java to set or register one.
!STACK 0
com.sap.ide.eclipse.deployer.api.NdsApiException: No default SAP system found in the configuration. Goto Window > Preferences > SAP AS Java to set or register one.
at com.sap.ide.eclipse.deployer.DeployerPlugin.getCurrentServerInfo(DeployerPlugin.java:97)
at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:246)
at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:218)
at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:255)
at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:135)
at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$5$1.run(DcDeployAction.java:282)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

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

 

I could not understand what is this error message.

 

I referred this thread. (http://scn.sap.com/thread/3243496). Do I need to install sapjvm6.msi. I don't know this installtion will help to fix this.

 

Could you please help me friends to fix this ?

 

Thanking you.

 

Kind regards,

Jegathees P.

did not accept login request as admin on port 50018

$
0
0

Dear Reader(s),

 

Below is the ERROR MESSAGE I get when I deploy from my local NetWeaver Developer Studio to the (remote) J2EE application server.

-


In NWDS I made the following settings:

NWDS/Window/Preferences/SAP J2EE Engine

Message Server Host: serversap01

Message Server Port: 3601

-


I assume the J2EE_ADMIN user is used when establishing a connection between NWDS and the application server?

 

When I use the remote GUI from SDM on the server I can see the http server configuration on port 50019 is not running. Can this be the reason?

-


ERROR MESSAGE:

SDM host : serversap01

 

SDM port : 50018

 

URL to deploy : file:/C:/DOCUME1/jasper/LOCALS1/Temp/temp16161Calculator_Sol_EAR.ear

 

Deployment exception : Server serversap01 did not accept login request as admin on port 50018.

 

Details: ERROR: Could not establish connection to server serversap01 at port 50018: Connection timed out: connect

 

Inner exception was :

 

Server serversap01 did not accept login request as admin on port 50018. Details:

 

ERROR: Could not establish connection to server serversap01 at port 50018: Connection timed out: connect

-


 

Please can anyone advise? Thanks in advance, Jasper

Migrating NWDI server to another

$
0
0

Hi experts,

 

Here is my objective: I have a SLD, DTR, CBS and CMS in one NWDI server. I need to migrate all of this to another NWDI server.

 

My original server is a NWDI 7.1 windows, my target is a NWDI 7.4 Linux.

 

Mt problem:

All the sources, activities, propagation list, etc in DTR have been migrate with sucess. However, CBS and CMS has some diferences.

In CBS i can't see any of activities on compartments of SCA that have done in source NWDI.

In CMS i can't see the history of release and the version of the components is in initial state(in source the version is 2.0.16, in target thw version is 2.0.0).

 

Here is how i have done:

 

1 - Create a new Track(TRACK1) in target CMS.

2 - Copy all the archives under /trans/EPS/in from source to target directory.

3 - In CMS, checkin the archives, and then import the archives in development and consolidation tab.

4 - Access DTR console on target, and execute replicate command as explain in this link: http://help.sap.com/saphelp_nw74/helpdata/en/49/101b273d9d132ee10000000a421937/frameset.htm

5 - After finished, in CBS i try to initialize the compartments.

 

The result is: DTR OK. In CBS all the components have compile state OK(there is no broken or dyrty DC), but does not have any activity and CMS have diferences in versions and no history of versions released is present.

 

So, i am doing something wrong? How CBS can get all the activities like in source CBS? How can CMS show the version correctly and the history of release?

 

Any help, will be very aprecited.

 

Best regards

Marcos Brandao

Not able to deploy in NWDS

$
0
0

Hi,

 

While deploying NWDS project to Dev server am getting below error.

 

Jul 8, 2015 2:02:37 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[009]Deployment aborted

 

Settings

SDM host : 172.16.3.50

SDM port : 50018

URL to deploy : file:/C:/Users/so832639/AppData/Local/Temp/temp1758429421381992463HR_Policies.ear

 

Deployment exception : Server 172.16.3.50 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server 172.16.3.50 at port 50018: Connection refused: connect

Inner exception was :

Server 172.16.3.50 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server 172.16.3.50 at port 50018: Connection refused: connect

 

 

As per basis consultant SDM server and Port details are correct. This is working fine in other desktop.

Please let me know if any server settings are missing..

 

Remote engine also working...

 

Regards

Sowmya

Installing JDK 6 (1.6.0_21) on SAP NWDI - CBS

$
0
0

Hello Experts.

 

I have got a new project now:

 

I want to generate a JSP and deploy it on SAP NetWeaver Portal 7.3.

 

First of all, I installed NetWeaver Developer Studio 7.3 with JDK 1.6.0_21.

 

We are using a NWDI 7.01 SP 7.

 

My Problem:

 

On our SAP NetWeaver Portal 7.3 is a JDK 6 (1.6.0_21) running.....When I create a new Track in our NWDI, it has to be build by the Component Build Service also with JDK 6....

 

Can you tell me, how I set up the required JDK only for that new Track - but not as default for all Tracks in the NWDI.

 

 

 

P.S. It would be also very nice, if someone could confirm me, that the only required Software Component (SC) I need for deploying on NW Portal 7.3 is called: "SAP BUILD TOOL 7.3".

CM Services Cannot Export SCA

$
0
0

Hi Team,

 

We have started moving a CMS environment into CM Services. We have two tracks each for Development/Enhancements "DEV" and for Maintenance/Bug Fixes "MNT".

 

Both tracks have 2 systems each leading to production. Lets say the development systems at each of these Development configurations are also DEV and MNT.


Both tracks have been Synced with the SCA from production from the corresponding CMS DEV track.

 

Action and Error

While running export services in MNT Export fails with following erors

Importing local demo.sap.com SC into NWDI-Track

$
0
0

Hello

 

we locally created a Prototype in demo.sap.com. How can I copy the Prototype's DCs to a new SC within a NWDI-Track and its corresponding Development Configuration?

 

When using copy/paste the DCs are still organized in the demo.sap.com-SC which seems to be faulty.

Any advice?

 

Thanks!


CBS temp folders contain over 4GB

$
0
0

CBS temp folders (1 for each server node) contain nearly 4 GB each at /usr/sap/SID/JC00/j2ee/cluster /server0/temp/CBS/123456890 (server node #).

 

This folder contains numerous 2 digit hexadecimal folder names...a8, a9, ba, bb, bc (CBS temporary build folders ?)

 

Can the content under the temp folder be safely deleted or is there a way to maintain this data ?

 

NWDI NW7.3 on AIX 6.1

Some Infrastructure servers cannot be contacted.

$
0
0

Hello Everyone,

 

We have CE7.2 in our landscape and accordingly we are working on NWDS 7.2.

 

I am trying to logon to NWDI to import track. Whenever I am importing  the track  the first time it gets imported, however subsequent attempts to logon the same track fail with the message "some infrastructure servers cannot be contacted".

 

 

I have tried the following but nothing seems to work:

 

1)i have configured sld  and also have entry in host file

2)I have imported the nwdi certificate in sld.

3) i have increased the read timeout  and connect timeout of the server

4)I have successfully accessed the sld from the browser.

5)I have made direct connection to the internet under network connection.

 

Still I am facing the issue of first time successful track import and subsequent attempts of logging on to the same track as failure.

 

Please help.

 

PS: I have tried several times with new workspace too, still i am facing the same issue.

 

Any help would be appreciated.

 

Thanks & Regards,

Shumana

Cant connect NWDS to CTS+

$
0
0

Hi All - I have installed PO 7.4. CTS+ has been configured and working. We do not have NWDI. Instead we are using NWDS to create ....

I am not able to connect to CTS using NWDS to create transports? I am sure there should be some settings that I need to enable to connect to.

 

Using NWDS I am able to connect to  integration builder but unable to connect to CTS. What am I missing?

 

NWDS ->  Process Integration --> open CTS organizer I am getting error " CTS Organizer not available on this server". I am new on NWDS.

 

Regards

Cant migrate an EAR wrapper for an EJB to Development Component

$
0
0

Dear all,

 

I need to migrate a custom developed AS Java job (extends MDBJobImplementation, EJB based) to the NWDI environment of a customer. So I created an EJB project in NWDS and also created en EAR wrapper project while doing, to be able to deploy the job:

 

 

 

 

1.jpg

 

At the end I have an EJB project containing the job and an EAR wrapper project for that one, so far so good. Since I need both in the development track of our customer I needed to migrate both to DC's. While I didnt face any problems for migrating the EJB, Im not able to do so for the wrapper. I simply dont see any entries I can proceed if I choose "Convert Project to Development Component..." from the context menu of the EAR wrapper project. This makes it impossible to deploy the job itself and is of course not expedient.

 

2.jpg

 

I guess its a quite common task resp problem, but I didnt faced it for myself till now and not able to find any hints on SCN. Could somebody help me out please? Thanks,

 

cheers

SAP JVM 6's JDK installation procedure for NWDS 7.3

$
0
0

Hello Colleagues,

 

how is the SAP JVM 6's JDK installation procedure for NWDS 7.3 und Windows 7, please?

 

At Installation Guide for the NWDS I found the note regarding the option SAP JVM instead of the Oracle JVM.

The installation of Oracle JVM is quite simple (setup.exe) but how ist process here for SAP JVM.

I couldn't find any documentation regarding the installation process under windows.

As well no exe file at downloaded sar file.

Only "vcredist_x86.msi"???

 

Download SAP JVM6 vom Service Market Place

 

Support Packages and Patches --> A-Z Index -->N > SAP NETWEAVER> SAP EHP1 FOR SAP NETWEAVER 7.3--> Entry by Component --> Application Server Java --> SAP JVM 6.1--> Windows Server on IA32 32bit--> SAPJVM6_42-10006998.SAR

 

Please, could anyone help me here?

 

Many thanks in advance!

 

Regards,

 

Jochen

Viewing all 1412 articles
Browse latest View live


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