cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Generation Problem: Package Assignment

Former Member
0 Kudos

Hi All

I have a Scenarion MQ>XI>BW Proxy (WAS 6.4)

When I try creating a proxy based on my XI Interface as local object there is no problem,It gets activated and the Inetrface works fine.

The problem occurs when I assign the proxy to a Customer Package and assign a Transport Request. It gives the following error.

___________Error Message_______________

Activity terminated because errors occurred during package checks

Message no. EU839

-


It happens using any package assignment. Is something wrong with Transport System or is this a bug.

Kindly let me know your thoughts on this. As the Interface works fine, but I can't save the proxies and relvant structures in a package and thus can't transport to Production Environment.

Best Regards

Swetank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Swetank,

When You assign a package to your Proxy , must see to it that for that particular package you give the use access.

Goto SE 21(package builder), open your package,select the use access tab, then click create, u will be prompted for package interface.

Now add, SAI_TOOLS in the package interface and severity as NO RESPONSE.

This is the default package usage access tool.

I also assume you have created your proxy in the Package hierarchy as defined in help.sap.com.

Hope this will solve ur problem.

Regards

Sunita

Former Member
0 Kudos

Hi,

Is your package name starts with 'Z'?

rgds,

Sasi

Former Member
0 Kudos

Hi,

The package structure is the most important while creating ABAP Proxies.

The following URL’s will help in understanding the package structure.

http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d92f01011d3964000a0c94260a5/frameset.htm

Structure Package>Main Package>Sub Package-->nonmainpackages where u should create your proxies..

And finally you should assign the package "SAI_TOOLS" to to all Main and NonMainPackages via the "use access" tab.

cheers,

Siva Maranani.