cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to deploy to portal with visual studio

Former Member
0 Kudos

I tried to deploy my first ivieuw to the portal with visual studio and I get the following error in VS:

...

Creating par zip file ...

C:Documents and SettingsGeerincjApplication DataSAP

Portalep_deploy_2b038722-f2f0-493c-80d1-85fed7eea93fPortalApplication2.par

Deploy to portal...

Portal: portalTest

Host: sap-netweaver

Port: 8051

UserName: admin

Unable to write data to the transport connection.

See event log for details.

-


Deployment failed. -


In the event log I found the following error:

1) Exception Information

*********************************************

Exception Type: System.IO.IOException

Message: Unable to write data to the transport connection.

TargetSite: Void UploadPar(System.IO.FileInfo)

HelpLink: NULL

Source: SAP.Portal.Design

StackTrace Information

*********************************************

at SAP.Portal.Design.Settings.PortalEngine.UploadPar(FileInfo parFile)

at SAP.Portal.Design.Settings.PortalEngine.Deploy(FileInfo parFile)

at SAP.Portal.Design.Settings.PortalEngine.Deploy(String filePath)

at SAP.Portal.Design.Deployment.DeployManager.DeployToPortal(String parPath)

at SAP.Portal.Design.Deployment.DeployManager.DeployProcess(Project proj, Boolean doBuild)

2) Exception Information

*********************************************

Exception Type: System.Net.Sockets.SocketException

ErrorCode: 10053

NativeErrorCode: 10053

Message: An established connection was aborted by the software in your host machine

TargetSite: System.IAsyncResult BeginSend(Byte[], Int32, Int32, System.Net.Sockets.SocketFlags, System.AsyncCallback, System.Object)

HelpLink: NULL

Source: System

StackTrace Information

*********************************************

at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)

at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)

I'm using the sneak preview SAP NetWeaver 2004.

This includes the SAP Web Application Server 6.40 SP11.

I've installed the pdk for .net patch 3.

I read on the faq website for pdk for .net installation

(https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/dotnet/pdk for .net faq - installation, configuration and use cases.faq#q-1)

that pdk for .net patch 3 should work with SP11.

Is this information incorrect?

Or does perhaps a windows security setting prevent me to deploy my application?

My portal is installed on a windows 2003 server.

I Developed and try to deploy my application from a windows XP machine.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the problem. I connected to the wrong port of the portal.