cancel
Showing results for 
Search instead for 
Did you mean: 

No context available for conversationId

Former Member
0 Kudos

1)

Synchronization started

• Connection set up (without proxy) to: http://pc1:50100/meSync/servlet/meSync?~sysid=N01&;

• Successfully connected with server.

• Processing of inbound data began.

• Exception while proccessing method SMARTSYNC : java.lang.IllegalStateException: No Context available for ConversationId 15F232A35E945449A7B4BDA97C666D13 : No Context available for ConversationId 15F232A35E945449A7B4BDA97C666D13

• Exception while proccessing method SMARTSYNC : java.lang.IllegalStateException: No Context available for ConversationId 15F232A35E945449A7B4BDA97C666D13 : No Context available for ConversationId 15F232A35E945449A7B4BDA97C666D13

2) if i have modify my data in the client, how come the data is not sync back to backend...??

can this be trace in merep_mon ?

if i check , all input and output have Finished status.

if i changed the value in client

and it returned error ........

Creation on Field cZFLIGHT_010_PAYMENTSUM with value 1600 is not allowed because SyncBo of Row 0001211181 is CHANGED_GLOBAL_INSYNC and CreateInputQualifyType is FORBIDDEN

Message was edited by:

yzme yzme

Message was edited by:

yzme yzme

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

> 1) java.lang.IllegalStateException: No Context available

> for ConversationId 15F232A35E945449A7B4BDA97C666D13 :

there is an application which was not properly deployed nor removed from your

client. this could you current application or other else. i would suggest creating

a new MI client installation and redeploy your applications.

> 2) if i have modify my data in the client, how come

> the data is not sync back to backend...??

> can this be trace in merep_mon ?

it will be displayed in the merep_mon once it gets into the middleware and processed

by the synchronizer. check for dumps (st22) as well.

> if i changed the value in client and it returned error ........

> Creation on Field cZFLIGHT_010_PAYMENTSUM with value

> 1600 is not allowed because SyncBo of Row 0001211181

> is CHANGED_GLOBAL_INSYNC and CreateInputQualifyType

> is FORBIDDEN

depending on the attribute of your syncbo, you might not be allowed to modify

a value for a specific field in your row item. check your metadata definition.

regards

jo

Former Member
0 Kudos

Hi Yzme

I have the same problem as you have with: java.lang.IllegalStateException: No Context available for ConversationId ....

I tried to reinstal klient but it didnt work. Did you solve your problem ?

Former Member
0 Kudos

it doesnt work

Former Member
0 Kudos

did you make sure that you have a clean installation?

Former Member
0 Kudos

i have remove my MI client and installed back, doesnt it a clean installation ?

Former Member
0 Kudos

one thing to make sure is if the whole MI client installation directory was deleted.

sometimes, when you run the uninstall, some runtime generated files are left. and

if you reinstall on the same location, these files are still there.

also make sure that your new MI client is being assigned a different device ID upon

its initial sync.

jo