cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the default SAPClient in AS Java

Former Member
0 Kudos

hi gurus,

When installing AS ABAP+AS Java NW7 config, AS Java is by default configured to SAP client 001.

A client copy 100 was created and AS Java UME was configured to point to SAP client 100 of the

same server. Now, in NWA's Configuration Wizard, running some post-install tasks like MI usage tasks,

it does the configuration into the client 001.

Is there a configuration somewhere to change the SAP client from 001 to 100 such that the post-installation

tasks of the Configuration Wizard will be executed against client 100?

I've been looking around for answers and had been trying out several configuration areas but still won't work.

current alternative is to do the configuration on client 001 and run a client refresh to 100. any other ideas?

thanks.

jo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What you can do is after the Config. Wizard do a client copy from 001 to 100 using SAP_USER profile. In this way all the users created by Config. will be copied over. Your user master of 100 will be overwritten by 001.

Also you might have to change some JCo RFC Provider and Destinations to point to the 100 client.

Hope this helps.

Thanks,

Naveed

Former Member
0 Kudos

hi naveed,

> What you can do is after the Config. Wizard do a client copy from 001 to 100 using SAP_USER profile.

well, as i mentioned in my post that this is currently the one alternative. but since there are already several

other configurations done on the client 100 which are not in 001, doing a client refresh might not serve to

be a good solution.

JCO, SLD, UME, JRA and other configurations in AS Java which are related to MI are already configured

to point to SAPclient 100. still config wizard does the configuration on client 001.

im thinking of looking into the templates as the client number might be hard-coded in to it.

jo

Former Member
0 Kudos

Jo yeah try doing that but you need to go through all the properties and change also make sure that user exists in the 100 and try to open a message with SAP see they might suggest you something.

Thanks,

George Rayi

Former Member
0 Kudos

Hello-

In the NWA you need to goto

Configuration Management-> Infrastructure-> Destination

Change there from 001 client to your 100 then run the config wizard you should be all set and this is part of the post inst documentation.

Thanks,

George Rayi

Edited by: george rayi on Apr 27, 2010 5:44 PM

Former Member
0 Kudos

hi george,

i actually saw that info in XI configuration guide. but in the NW server which i work

right now, i don't see any Configuration Management-> Infrastructure-> Destination

in NWA. Here are the menus being shown.

NWA: Administration, Configuration, Monitoring

Under Configuration page:

Application Modules, Application Resources, Virtual Hosts, Logon Groups,

System Properties, Log Configuration, SPNEGO Conf Wizard, Trusted Systems.

btw, system info:

SAP-JEECOR & SAP-JEE are in 7.00 SP16 level.

jo

Former Member
0 Kudos

Jo-

Here you go

-open the offline Config Tool

- Change to the config adapter view

- Go to cluster_data / server / cfg / services / com.sap.security.core.ume.service

there you can edit the connection settings for the ume (parameters start with ume.r3.connection.master...)

ps this i found out in one of the previous posts.

Thanks,

George Rayi

Former Member
0 Kudos

hi george,

thanks for the replies.

as i mentioned in the post,

>A client copy 100 was created and AS Java UME was configured to point to SAP client 100 of the same server.

the SAPclient configuration of com.sap.security.core.ume.service in the config adapter

is already set to 100. client 100 user info can be specified in the post install tasks and

the tasks can be executed. the only problem is that the configuration is done on client 001.

user authentication prior to task execution seems to work fine but the actual configuration

doesn't look at UME SAP client settings and defaults to 001.

jo