webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Problem to create flat file schema from SEF file

    Posted Wed July 19, 2006 12:41 PM

    Hello,
    I am trying to create flat file schema for an ANSI X12, version 4010, transaction 214. To do this, using webMethods supplied flow service - wm.b2b.edi:createTemplateFromSEF. All the required parameter inputs were supplied and while executing the service, it throws error as below,

         Could not run "createTemplateFromSEF"
    
    com.wm.ff.parse.StorageException:[ISS.0085.9080] node name already in use.
    

    Parameter inputs are,

     1). SEFfileName : \webMethods6\IntegrationServer\packages\WmEDI\pub\SEFS\X12\4010.sef
    
    2). TransactionName : 214
    
    3). TargetSchema :  EDIX12:FFSchV4010214
    

    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: Problem to create flat file schema from SEF file

    Posted Wed July 19, 2006 12:46 PM

    Hello,
    (Sorry this message contains some of the missed parameter lists to my earlier posting).

    I am trying to create flat file schema for an ANSI X12, version 4010, transaction 214. To do this, using webMethods supplied flow service - wm.b2b.edi:createTemplateFromSEF. All the required parameter inputs were supplied and while executing the service, it throws error as below,

    Could not run “createTemplateFromSEF”

    com.wm.ff.parse.StorageException:[ISS.0085.9080] node name already in use.

    Parameter inputs are,

    1). SEFfileName : \webMethods6\IntegrationServer\packages\WmEDI\pub\SEFS\X12\4010.sef

    2). TransactionName : 214

    3). TargetSchema : EDIX12:FFSchV4010214

    4). TargetPackage : EDIVF

    5). TargetDictionary : EDIX12:FFDictV4010214

    6). OverwriteDictionary : True

    Your help/suggestions would be greatly apprecaited.

    Thanks,
    Siva


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: Problem to create flat file schema from SEF file

    Posted Fri July 21, 2006 09:28 AM

    Looks like you might have a schema called EDIX12:FFSchV4010214 already present?

    This service will not overwrite the FF Schema if it already exists. Keep in mind that it doesn’t have to be in the EDIVF package either - if it’s anywhere in the namespace you’ll get this message.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 4.  RE: Problem to create flat file schema from SEF file

    Posted Mon July 24, 2006 05:38 PM

    Thanks for your reply.

    Yes, the FF Schema is already created and it did not overwrite like FF Dictionary. I creaed with new schema name.

    Thanks,
    Siva


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB