[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rocks::dec_edi

Title:DEC/EDI
Notice:DEC/EDI V2.1 - see note 2002
Moderator:METSYS::BABER
Created:Wed Jun 06 1990
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3150
Total number of notes:13466

3146.0. "DECedi Unix 3.1 (new user questions)" by ROCCER::WSWANEY (Special favors come in 31 flavors) Tue Jun 03 1997 23:10

    
    
    hi,
    
    	I'm a new Unix user running decedi 3.1 and I'm running into a
    couple of problems in my testing with the gateway.
    
    When I do a fetch I often have failures like this
    
        A.INVOICE_AMOUNT = FOR (I = 1 TO 3)
                     IF UIT{I}:UIT03 =  "RT" THEN UIT{I}:UIT02;
          Right Side: $UNDEFINED
          VALUE REMAINS: "2386.80"
    %FBR-E-API_ERROR, Error Received from Application Interface
    -DECEDI-E-FILSRVERR, file server error detected
    
    
    is this something on the server end? client? is there any suggestions
    on what could be done to help this out? 
    
    
    and I also have a lot of failures while doing a post like this
    
     Document 867SITEOUT_O_0000028890
    %DECEDI-E-FILSRVERR, file server error detected
      FILE=1, DOC=64
    %FBR-E-ABORT, Operation Aborted
           
    
    again, is this problem on the server side or client? and what can we
    do? these are simple site-to-site documents nothing to big?
    
    also one more thing, when I'm doing a fetch I use this string
    
    trade fetch 867SITEIN 867.dat -table_name=semi_867_site_in
    -debug=867in.debug -named_application
    
    if this fails somewhere during the fetch. The output file 867.dat never
    gets written to a place where I can find it? is this data lost? the
    files are all fetched? 
    
    
    thanks for all the help
    
    Bill
T.RTitleUserPersonal
Name
DateLines
3146.1Check the serverSYSTEM::HELLIARhttp://samedi.reo.dec.com/Wed Jun 04 1997 13:089
    For the 'post' problems check the 'servers' error log ( decedi_look on
    the server or the bug symbol in the Cockpit). CHances are that your
    sending application is not registered.
    
    For the 'fetch' problem there is too little detail to guess at what
    stage the failure occured. Were any errors reported in either the 
    map debug file or the servers error log?
    
    Graham
3146.2ROCCER::WSWANEYSpecial favors come in 31 flavorsWed Jun 04 1997 17:3134
    
    
    Thanks for the note
    
    
    >For the 'post' problems check the 'servers' error log ( decedi_look on
    >the server or the bug symbol in the Cockpit). CHances are that your
    >sending application is not registered.
     
    I'm not running the cockpit, but I'll have the gateway check the error
    logs.
       
    >For the 'fetch' problem there is too little detail to guess at what
    >stage the failure occured. Were any errors reported in either the 
    >map debug file or the servers error log?
    
    this is from the debug file.
    
    A.INVOICE_AMOUNT = FOR (I = 1 TO 3)
                     IF UIT{I}:UIT03 =  "RT" THEN UIT{I}:UIT02;
          Right Side: $UNDEFINED
          VALUE REMAINS: "2386.80"
    %FBR-E-API_ERROR, Error Received from Application Interface
    -DECEDI-E-FILSRVERR, file server error detected
    
    the command line just says "MAP FAILED"
    
    
    
    thanks
    
    Bill
    
    
3146.2sometimes itworks and sometimes it doesn'tROCCER::WSWANEYSpecial favors come in 31 flavorsWed Jun 04 1997 19:5220
    Thanks for the note...
    
    let me add a little more info... I'm running off of a Unix box with
    ObjectBroker 2.5-a and I'm connecting to a VMS Server running
    ObjectBroker 2.7-11
    
    
    Now details on the fetching problems, there are no details other than
    the debug file ...
    
    %FBR-E-API_ERROR, Error Received from Application Interface
    -DECEDI-E-FILSRVERR, file server error detected
    
    sometimes the error is just 
    -DECEDI-E-FILSRVERR, file server error detected
    
    
    thanks
    
    Bill