IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Issue in Batch NDM process


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chowdhrykapildev

New User


Joined: 05 Aug 2009
Posts: 44
Location: Hyderabad

PostPosted: Tue Dec 03, 2013 7:55 pm
Reply with quote

Hi,

I'm trying to send a file from MF to a non-MF environment using Batch NDM process. I'm using the same credentials (PNODE, PNODEID, SNODE, SNODEID) of Production, the only change is the Sending file and receiving file names which are pointing to Test version. When I execute it in Production, its failing with MAXCC 8.

When I googled based on the attached error details, it says the issue might be because of the destination server not active, but that doesn't seem to be the case. Since, the same process in Production had run fine.

Can you please tell me If I'm missing something here? Thanks.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Dec 03, 2013 8:13 pm
Reply with quote

Hello,

Suggest you reply to this with your screen data posted by copy/paste and the Code tag. There is a Preview feature so you can see your post as it will appear to toe forum When the post lokss as you want, Submit.

"Screenshots" are not recommended as they are harder to read and waste space.

When your new post is here, i'll remove the first one and my note.

d
Back to top
View user's profile Send private message
chowdhrykapildev

New User


Joined: 05 Aug 2009
Posts: 44
Location: Hyderabad

PostPosted: Tue Dec 03, 2013 8:29 pm
Reply with quote

Hi,

I'm trying to send a file from MF to a non-MF environment using Batch NDM process. I'm using the same credentials (PNODE, PNODEID, SNODE, SNODEID) of Production, the only change is the Sending file and receiving file names which are pointing to Test version. When I execute it in Production, its failing with MAXCC 8.

When I googled based on the attached error details, it says the issue might be because of the destination server not active, but that doesn't seem to be the case. Since, the same process in Production had run fine.

Can you please tell me If I'm missing something here? Thanks.


Batch NDM Process spool messages:
----------------------------------------
Code:
 SIGNON COMMAND (CONDENSED) => USERID /NODE =  XCRDADS
SCIC000I CONNECT:DIRECT - RC=00000000 MSG=SAFA000I NODE=NDM.ACS.SLC      @ 16:20
   SHORT TEXT => SAFA000I CONNECT:Direct SIGNON process completed.
SCIB007I  COMMAND =>  SUBMIT PROC=NDM7COR2 HOLD=NO   &DSN1=SLCNP.DHRI.ACSDDI.TES
SCIC000I CONNECT:DIRECT - RC=00000008 MSG=SVTM118I NODE=NDM.ACS.SLC      @ 16:20
SCIB009I SUBMITTED PROCESS NUMBER 00021386
SCIB022I  NDM7COR2 (00021386) COPYSTEP 00000008/RACF095I
SCIB022I  NDM7COR2 (00021386)          00000008/SVTM100I
   SHORT TEXT => SVTM118I Process Execution Status being passed to Synch Submit
    LONG TEXT => The Process status is reflected in the return code.  This is
                 the highest value for all Process steps.  A non-zero value
                 means at  least one step in the Process failed.  Complete
                 statistics for this Process are available via the SEL STAT
                 command.  RC=52(x'34') indicates that MAXDELAY=0 was
                 specified and the process did not run and was deleted.
                 SYSTEM ACTION: Processing continues.

                 RESPONSE: You may view the current Process status by using the
                 SELECT STATISTICS command unless RC=52(x'34').

SCIB007I  COMMAND =>  SIGNOFF
SCIC000I CONNECT:DIRECT - RC=00000000 MSG=SVTA003I NODE=NDM.ACS.SLC      @ 16:20
   SHORT TEXT => SVTA003I Interactive user has been logged off.


NDM Statistics error msg:
----------------------------
Code:
Other addr   => 192.168.2.80
Other port   => 01364

V2 Buffer Size            => 4,096
Negotiated V2 Buffer Size => 4,096
TCP Buffer Size Used      => 16,384
Session Protocol =   TCP
Compression Control Feature: OFF

***** ERROR ***** - This Node
Code:
From ( Pnode
 Dsn=>SLCNP.DHRI.ACSDDI.TEST.CORP.CHECK)
         recs => 0                     blks => 0
    I/O BYTES => 0
   VTAM BYTES => 0
    Cmpr Perc => 0.0%
, F1=Help    F3=Exit    F5=Rfind  F12=Cancel

Code'd
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Dec 03, 2013 9:50 pm
Reply with quote

Hello,

Did you do as suggested ?
Quote:
You may view the current Process status by using the
SELECT STATISTICS command unless RC=52(x'34').


We do not use NDM, sorry.
Back to top
View user's profile Send private message
chowdhrykapildev

New User


Joined: 05 Aug 2009
Posts: 44
Location: Hyderabad

PostPosted: Mon Dec 09, 2013 10:51 pm
Reply with quote

Hi Dick,

I was able to resolve the issue. The issue was the UserId XCRDADS was not having read access to the source file (SLCNP.DHRI.ACSDDI.TEST.CORP.CHECK). Once it was provided, I was able to send the file.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Dec 09, 2013 11:08 pm
Reply with quote

Good to hear it is working - thank you for letting us know icon_smile.gif

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top