+ Reply to Thread
Results 1 to 7 of 7

Thread: Operation not allowed in a job running multiple threads

  1. #1
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    Shafiq Muhammad wrote: > I am receiving this error message on RNM command in the CL(Line 3). > > CPFA0A8- Operation not allowed in a job running multiple threads Shafiq, That's a strange one because on V5R2 that MsgId is not listed on the RNM command. A7 and A9 can be, but not A8. Is there another message besides this one? Bill

  2. #2
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    Yes that's true that in V5R2 this MSGID is missing but one of my user still getting that. During this rename system also creates temporary files in QDLS like TMP4D.TMP or TMPB.TMP There is no other message beside this. AS400 release is V5R2M0. Thanks

  3. #3
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    Try RNMDLO instead of RNM. I've sometimes seen misleading messages when security is the actual problem.

  4. #4
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    RNMDLO works. Now I have the same problem with MOV command I uses the following mov command MOV OBJ(&STMF2) TODIR(&ARCPATH) Then I changes the MOV to MOVDOC command, But error is saying the folder name is not correct MOVDOC FROMDOC(&DOC2) FROMFLR(&PATH) TOFLR(&ARCPATH) Exact code is shown below Kindly advise
    Code

  5. #5
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    Instead of IFS commands, you'll need to use DLO commands (Document Library Object). DLO commands "assume" that QDLS is your starting point, so you don't need to include it in the path. DLO commands do not "know" about the IFS, in the same way that DSPOBJD does not know about it. Both predate the IFS, which was later added on "below" the DLO and QSYS file systems. Your command should look something like MOVDOC FROMDOC('VC052804.DAT') FROMFLR('PAYROLL') TOFLR('PAYROLL/ARCHIVE')

  6. #6
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    Hi, I am receiving this error message on RNM command in the CL(Line 3). CPFA0A8- Operation not allowed in a job running multiple threads Does anyone know what's the cure? Thanks Shafiq
    Code

  7. #7
    Guest.Visitor Guest

    Default Operation not allowed in a job running multiple threads

    Thanks Ken for the tip and it works. Shafiq

+ Reply to Thread

Similar Threads

  1. One connexion shared by several threads
    By mamadou_toure@yahoo.com in forum Java
    Replies: 0
    Last Post: 01-11-2008, 02:31 AM
  2. Servlets and Threads
    By J.Pluta in forum Programming
    Replies: 5
    Last Post: 06-22-2001, 07:31 AM
  3. Publish Threads?
    By Guest.Visitor in forum Analysis
    Replies: 2
    Last Post: 11-16-2000, 09:32 AM
  4. Threads
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM
  5. Connections/Threads
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts