zhilenko_myu
9th August 2023, 06:03
hello

such a problem. afs works in besc. everything creates and goes further according to the program. in ln ui project creation process hangs. if you close the chrome window it will create the project.

***************************
session = "tppdm6100m000"

stpapi.put.field(session, "tppdm600.cprj", "TMP")
ret = stpapi.find(session, error.msg)
if ret = 1 then
ret = stpapi.mark(session, error.msg)
if ret = 1 then
stpapi.form.command(session, 5, "dupl.occur", error.msg)
if not isspace(error.msg) then
print.errors(
szvz.o,
session,
error.msg,
"",
""
)


endif
session1 = "tppdm7840m000"
stpapi.put.field(session1, "cprj.copy", szvz.o)
stpapi.put.field(session1, "cprj.c.desc", desc)

stpapi.set.report(session1, "rtppdm784001000", pr.device, error.msg)
stpapi.form.command(session1, 5, "exec.cont.process", error.msg)
if not isspace(error.msg) then
print.errors(
szvz.o,
session,
error.msg,
"",
""
)

endif
stpapi.end.session(session1, error.msg)
endif
endif
stpapi.end.session(session, error.msg)

zhilenko_myu
9th August 2023, 06:31
stuck after
stpapi.form.command(session1, 5, "exec.cont.process", error.msg)

mark_h
9th August 2023, 15:45
Well searching you can see it is recommended to use DAL - http://www.baanboard.com/baanboard/showthread.php?t=67898&highlight=tppdm6100m000.

Now also searching on tppdm6100m000 I saw where someone else had an issue with a question popping up. I am wondering if something like that might be going on in the background. I don't know enough about LN and these 2 sessions to make a recommendation other than search for them on the board to see what pops up.

zhilenko_myu
10th August 2023, 02:37
Dal gave will not work, in the copy session a lot of things are created in addition to the project itself.