Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in production server

Former Member
0 Likes
760

hi frens,

a ztable is being updated fine in test server, but not in production server.

whereas the the program is replicated from test to production.

kindly let me know y this problem is araised.

thanks in advance

7 REPLIES 7
Read only

Former Member
0 Likes
730

What exactly is the problem with the update?

Rob

Read only

Former Member
0 Likes
730

Prem,

There might be the problem with Authorizations.

Can you tell me how you are updating the ZTABLE in development system and testing system?

-Satish

Read only

Former Member
0 Likes
730

Can you try 'Generate' option on the program in the Production system?

Regards,

Vijay.

Read only

Former Member
0 Likes
730

Hi Prem,

Are you using Insert or modify to update the records in the program?

Lincon

Read only

Former Member
0 Likes
730

hey guys,

i am using insert command to update the ztable

Read only

0 Likes
730

Hi Prem,

use <b>commit work</b> statement after insert statement.

<b>Reward for helpful answers</b>

Satish

Read only

0 Likes
730

You're going to have to be more desriptive of the problem if you want any real help.

Rob