cancel
Showing results for 
Search instead for 
Did you mean: 

no data is being updated in server

Former Member
0 Kudos

hi

i could get the data from the server to client but not able to update any thing to server

for instance i am not able to create a notification in the server

advanced thanks for ur suggestions

thanks and regard

sid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi sid,

for your upload in BE failed you can verify:

1- in BE your syncbo type is 'Upload'(U01), generated, enabled (you dont need to replicate the data in replica db)?

2- in your local meRepMeta.xml have you set SyncBO property for type="upload", allowCreate="true" ? (if you cange meRepMeta you must redeploy a new version of your webapp )

3- in your java layer you have any exception? (check your trace log, in miclient click 'display trace' or check filesystem: <MIclient home>\log). eventually, post your log file. have you set correctly all the fields of your syncbo(header+item(s))?

4- in BE layer, check your logs with 'merep_log' , 'merep_mon' transaction.

5- from merep_mon, what is the status of your syncbo?

6- from merep_log, wath is the log of 'uploader' component? ("The uploader calls the BAPI wrappers (Create, Modify, or Delete methods) that reside in the backend system to carry out the requested changes from a device." -> if you need to upload data from pda to R3 for create a record, set allowCreate="true" in your merepmeta.xml; if you need to modify a record in sap db, set allowModify="true" in merepmeta, etc.)

7- check if you have disabled your Receiver process

-this is the link of sap doc (syncbo status, smart sync workflow):

<i>http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/386cc01dd1c7489e237d532841d407/content.htm</i>

- monitoring smartsync - how to:

<i>http://help.sap.com/saphelp_nw2004s/helpdata/en/b8/e29c04dc3e9a4db3fc037b9c242ff8/content.htm</i>

-uploader:

<i>http://help.sap.com/saphelp_nw2004s/helpdata/en/09/2f1e3e6217b40be10000000a114084/content.htm</i>

- receiver:

<i>http://help.sap.com/saphelp_nw2004s/helpdata/en/94/31b33e54dc764cb81263ad369d461e/content.htm</i>

- smart sync configuration :

<i>http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/241b41d069f16fe10000000a1550b0/content.htm</i>

let me know and if this post is helpful for you, give me some points

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sid,

Nice to hear that you were able to solve your previous problem.

About your new problem, I suggest you to check the logs. It often happens that user has given some invalid input which is not vlidated on the client. However, after sync when the backend receives the input data, it is rejected on validation. The logs will point out what invalid data what given in the input, if any.

Regards,

Rahul

if this helps, don't forget my points