dhowells
21st July 2011, 15:35
Hello. I'm seeing some weird functionality with AFS. I am trying to update data on a Production Order and cannot get the basic search to even work. In debugging, I've simplified the code as follows.
stpapi.put.field("tisfc0101m000", "tisfc0101.pdno", "996236")
e = stpapi.find("tisfc0101m000", error.msg)
stpapi.get.field("tisfc0101m000", "tisfc001.pdno", pdno)
stpapi.end.session("tisfc0101m000")
e = 1, pdno = 100001 and error.msg is empty. 100001 is the order I was on when going into the session normally. We don't have any mods on sfc0101. I've written plenty of AFS sessions in the past. Not sure why this is different. Any thoughts??
Also, where does the AFS.LOG go when in the NT environment? It is not creating in my home directory.
Thanks for any input.
Dan
stpapi.put.field("tisfc0101m000", "tisfc0101.pdno", "996236")
e = stpapi.find("tisfc0101m000", error.msg)
stpapi.get.field("tisfc0101m000", "tisfc001.pdno", pdno)
stpapi.end.session("tisfc0101m000")
e = 1, pdno = 100001 and error.msg is empty. 100001 is the order I was on when going into the session normally. We don't have any mods on sfc0101. I've written plenty of AFS sessions in the past. Not sure why this is different. Any thoughts??
Also, where does the AFS.LOG go when in the NT environment? It is not creating in my home directory.
Thanks for any input.
Dan