Hello,
I am working to create an Inbound interface where the edi file will be transformed to a model. Basic I want to do EDI Transformation, but I facing an issue that in the user's guide document in Integration->format->EDI section there are steps written to to configure EDI Inbound Interface. In the third step which is Setup the MessageSourcePoll the picture is misplaced which shows how to configure a Message source poll. Can anyone please guide me the steps to configure the Message Source Poll? for EDI Inbound Interface.
Best Regards,
Furqan
Can you take a look at this resource:
I believe this provides information around how to load a Message Queue, Message Source, Message Source Poll, etc.
I don't think that particular page has a screenshot. They're assuming the user can "fill in the blanks" based on following previous topics like the one I posted above.
Anyways, thanks for pointing me to the right place. However, I am facing the following error If you can please guide me on this.
#Error Line No,Error Description,* Name,Enterprise Name,* Source Type,* Config 2,Invalid Action name: NoActionSpecified,EDIFileDrop,,File,{ srcDir: 'C:/inbox/EDIs' } Can you please guide me with this. Best Regards, Furqan Ahmed
Br, Furqan
Can you share your original input file, and tell me what interface name and version you are loading against?
Actually what happens is that I run the build ant target and run-server target and the file is now successfully uploaded to the server. I think I was missing this steps. Anyways thanks a lot.
Br, Furqan
Following is the code for MessageQueues.csv file
#* Name,Enterprise Name,* Source Type,* Config
EDIFileDrop,,File,{ srcDir: 'C:/inbox/EDIs' }
Following is the code for MessageQueues.csv file
#* Name,Enterprise Name,Classification,"Exclusive Consumer (0 or 1 (0=false, 1=true))","Paused (0 or 1 (0=false, 1=true))"
inbox/EDIs,,Inbox,1,0
Following is the code for MessageSourcePoll.csv file
#* Name,Enterprise Name,Message Source Name,Message Source Enterprise Name,Group Name,"Precedence (#,###)",Include Expr,Exclude Expr,Inbound Queue Name,Inbound Queue Enterprise Name,Inbound Interface,Inbound Interface Version
EDILoad,,EDIFileDrop,,EDIGroup,0,.*Edi\.edi,,inbox/EDIs,,SCMM.EDI850Integration,1.0
I one by one uploaded those files to the server.
Br, Furqan
Also EdiInboundRoute.csv file code is as follows
#* Transaction Type,Sender Gs Id,Receiver Gs Id,Inbound Interface Name,Inbound Interface Number,Edi Format,Sender Isa Id,Receiver Isa Id,Skip Edi Validation,Inbound Queue Name,Inbound Queue Enterprise Name,Edi Version
850,senderIDCode2,receiverIDCode3,SCMM.EDI850Integration,1.0,X12,interchangeSenderID6,interchangeReceiverID8,,inbox/EDIs,,4010
@gemrrill
I can see in my oracle database there is not table with the name "DVCE_BATCH_UPLOAD_QUEUE". Am I missing database scripts to run through ant target? Thanks.
Br, Furqan
@ahmedfurqan wow - OK, that's a big problem. Sounds like there is some problem in your installation.
I think we need to have someone from the ONE team work on a screenshare with you to resolve this. What timezone are you in Furqan? Also, is there a particular project/customer you are working in the context of? If you can share this information we can try to arrange for a call.
@gmerrill Sorry I was wrong the user one_sdk is also there along with all the tables, I just overlook it. So, from the installation perspective things are good. Sorry for the Inconvenience. I have shared the csvs file data (Message Source, Message Queue, and Message Source Poll) with you in the above posts if you can please have a look at it. I have also sent you an email regarding to the time zone and project description If you please have a look at it. Thanks. Best Regards, Furqan Ahmed
There isn't a screenshot on that page, as far as I can tell. They're thinking that the user will "fill in the blanks" based on previous discussions, such as the one I mentioned above.