cancel
Showing results for 
Search instead for 
Did you mean: 

Triger extract is not working for USERDETAILS object.

former_member185875
Contributor
0 Kudos

Dear MI experts,

I am doing custom client integration. In that we have faced a problem.

Trigger extract is not working for USERDETAILS object in SWCV SAP BASIS 7.10.

1. I have assign the SWCV SAP BASIS 7.10, user define SWCV to device.

2. I have checked the SMQR all queues(extract queues) are in register mode.

But if I delete the users and reassign the same user, then it is sending deletes and insert to the outbound queue.

please help to resolve the issue.

Regards

lakshman balangu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi lakshman,

First of all if your using any of the custom clients as specified by you .

Register to an initial device .

Make SAP BASIS operational manually by assigning the DMSWCV.

Then trigger extract for USERDETAILS .

The data for your user should be in the outbound Q.

If this is not the case and no Q's are running please raise a OSS message for the same.

Thanks,

Swarna

former_member185875
Contributor
0 Kudos

Dear Swarna,

Thanks for your replay .

I am going to raise OSS for this issue.

regards

lakshman balanagu

Former Member
0 Kudos

Hello lakshman,

While using the standard client we upload this client's NWMCLIENT.sca in DOE before registration with the client, only after uploading which the SAP BASIS gets operational on its own.

As i have understand from you that a custom client is being used.

Have you uploaded its sca to DOE.

This could have caused a problem for the SAP BASIS to not get operational on its own .

Thanks,

Swarna

former_member185875
Contributor
0 Kudos

Dear Swarna,

As i have understand from you that a custom client is being used.
Have you uploaded its sca to DOE

As per my knowledge if it is for custom client development.

The client application will be a .windows mobile app (developed in .net) (or) J2ME app (or) Black berry app.

in all the above cases we wont get .sca file.

how can I make my custom client app into .sca file?

Regards

lakshman balangu

Former Member
0 Kudos

Hi

You have mentioned:

But if I delete the users and reassign the same user, then it is sending deletes and insert to the outbound queue.

As to get the data you only worked with User of device by removing & assigning user but not unassigned &reassigned the SWCV, it indicates that the corresponding SWCV to be already operational. However the sequence of message mentioned ( delete and then insert) is not possible. Message with delete task for an instance will be sent only when that instance has already been pushed to device with insert task.

since you are working with custom client, can you mention the steps performed by you right from start of logical receiver creation.

-

pradeep

rohith_deraje
Advisor
Advisor
0 Kudos

Hi,

The issue is because "SAP_BASIS" is not operational.

SAP_BASIS will become operationla once you register your device to the client.

Then the "USERDETAILS" and "USERAUTHORIZARIONS" gets extracted automatically.

Regards

Rohith

AnanthNatarajan
Advisor
Advisor
0 Kudos

Hi Lakshman balangu,

In case the device is already registered, you would not get this USERDETAILS instances to the pending extract.

Actually as soon as the device is registered, automatically the USERDETAILS and USER_AUTHORIZATION Objects should go to the Outbound queue from the pending extract (provided the SWCV SAP_BASIS should become operational).

Hope this clarifies your doubt.

Regards,

Ananth.

former_member185875
Contributor
0 Kudos

Dear ananth,

Thanks for ur replay.

Actually as soon as the device is registered, automatically the USERDETAILS and USER_AUTHORIZATION Objects should 
go to the Outbound queue from the pending extract

I have tried what you have suggested.

1.I have taken device which is in initial state and I have assigned the 'user' and 'user define SWCV'.

2.I have register the devices with my custom client. After that also SWCV SAP BASICS 7.10 not become operational and automatic extract not happend for USERDETAILS.

my doubt is, any thing i need to send from client to make SWCV SAP BASICS 7.10 operational?

(or) is it problem with system?

Regards

lakshman balanagu