cancel
Showing results for 
Search instead for 
Did you mean: 

difference in results of logic debugger and actual script running

Former Member
0 Kudos

Hi

I have written a script which transfers data from one acct detail to another.

(the data at the initial acctdetail is brought forward from previous year and this is working fine)

The script shows proper results in the LOGIC DEBUGGER, but no values are seen after the script is actually run.

What can be reasons that the values are seen in Logic Debugger, but not written to database after actual running of the script?

Rgds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For writing the data to the database, you need to have the *commit statement in your script.

Answers (2)

Answers (2)

Former Member
0 Kudos

ooops

had missed the commit statement at the end

thanks -0-- this solved the problem

PatrickFavre
Advisor
Advisor
0 Kudos

Hi,

Is your logic executed on the same scope from the logic debugger and from the the actual script (I guess that you run the script from a DM package)?

When running the logic debugger is run, you should normally define a certain scope of members. The scope should be normally a user selection, when being run from a DM package.

You should check in that direction.

Hope this will help.

Best Regards,

Patrick