cancel
Showing results for 
Search instead for 
Did you mean: 

SUP runtime server debugging during MBO deployment

Former Member
0 Kudos

Hi experts,

We are using standalone SUP runtime server to deploy the mobile workflow applications.

Many times i get stuck with runtime server error while deploying the MBO s .

If I update an already deployed MBO and redeploy the MBO package , the deployment fails.

Even after i restart the runtime server , i get runtime error during deployment and deployment fails again.

I dont get any further details about the RUNTIME ERROR.

Please help me on how to trace error logs during deployment in SUP

Accepted Solutions (1)

Accepted Solutions (1)

tahir_z
Contributor
0 Kudos

Hi Madhumitha,

Try delete the deployed MBO package from server and re-deploy the MBOs. On sybase sdk go to enterprise explorer and connect to your sup server. Under Domains-> packages you will see the deployed one right click on it and delete.

Regards

Tahir

Answers (1)

Answers (1)

Former Member
0 Kudos

Tahir,

Thanks for your prompt reply.

The issue got resolved.

Another general clarification .

When MBO deployment fails , i dont get the error desc in eclipse .

Where do i see the complete error stack trace in SUP runtime server console ?

tahir_z
Contributor
0 Kudos

Madhumitha,

You should be able to see in <server>.log file which located in <Unwired-Server>\Servers\UnwiredServer\logs

Former Member
0 Kudos

Tahir,

Your first reply to this query worked once.

Now i am getting some other deployment error when i try to deploy MBO.

My MBO package gets deployed under domain --> default -->packages but my deployed package is in disabled status .

I am getting the below error in the server logs

SQL Anywhere Error -193: Primary key for table 'SYNC_DATA' is not unique:

Can you please help me

tahir_z
Contributor
0 Kudos

Madhumitha,

Can you give some more detail about table(attributes,primary keys)?On eclipse preview mode are you able to test the table success ? According to the error  there might be duplicate primary key this can cause error.

Regards

Tahir

Former Member
0 Kudos

Tahir,

Only the external tables i use for my mobile app can be tested in preview mode.

SQL Anywhere is the database which gets installed as part of SUP runtime server.

I think SYNC_DATA is one of the internal tables of runtime server .