B2B 11 GR 1 matter unable to identify the EDI document via the channel look file

Hello

I was wondering if someone might have encountered this problem, I see a bit of noise on this forum about recognition of documents, and this may sound familiar to some of you...

It is necessary to configure B2B 11 g (11.1.1.2) to query a file from a certain location. In 10g, there is an option to create the directory name of the poll with a certain convention %FROM_PARTY%_TO_PARTY%_%DOCTYPE_NAME%_%DOCTYPE_REVISION%.edi etc., but this option is totally removed from 11 GR 1 material, so the only option is to go for changed file name (with the same format as above).

Now I have to deal with incoming EDI files, so creaed the file with the above names naming convention and configured a channel listen to extract the file. The EDI file is simple with normal elements of ISA, GS and functional group, also passing thro validation documents Editor. B2B pulls, Archive it, but during the identification phase, he simply out craps with the following messages in the journal:

[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: []
intNode name: Interchange
]]
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: ISA Key = InterchangeControlVersion Val = 00401
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: ISA Key = InterchangeReceiverID Val = XXXXXXXX
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: ISA Key = InterchangeReceiverQual Val = 12
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: ISA Key = InterchangeSenderID Val = YYYYY
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: ISA Key = InterchangeSenderQual Val = 08
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: ISA Key = InterchangeUsageIndicator Val = T
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: standard = X 12
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processIntNode: number of nodes group = 0
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: processNode: number of nodes to Exchange > 1
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] [EDIDocumentPlugin: processNode: counterProperties >]
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: identifyIncomingDocument: no IDE or HL7
[SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] EDIDocumentPlugin: identifyIncomingDocument: no IDE or HL7. Return
[2011-03-16 T 13: 19:11.476 - 04:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@2fa8a24d] [username: < anonymous >] [ecid: 0000Iuz2yY3CwklqwsJb6G1DW8Ew000031, 0] [APP: soa-infra] error -: B2B-50083: Protocol for the identification of the Document error. [[
at oracle.tip.b2b.engine.Engine.identifyDocument(Engine.java:4203)
at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:1850)
at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1395)
at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:3216)
at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:2960)
at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:540)
at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:200)
to oracle.integration.platform.blocks.executor.WorkManagerExecutor$ 1.run(WorkManagerExecutor.java:77)
to weblogic.work.j2ee.J2EEWorkManager$ WorkWithListener.run (J2EEWorkManager.java:183)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)

]]

I am unable to understand what makes the engine EDI to throw the paper away when everything is in order? Just to clarify, there are also a commercial partnership with ECS, configuration files and agreements XSD.

I see a similar discussion at 11g - inbound configuration for any group or no header Exchange with no resolution.

Pointers?

Concerning

B2B understood the agreement to be executed in spite of not providing the name file name or dir (% TO_PARTY % etc...) convention. Remains to be seen if they made any changes specific to the PS2.

Essentially arrivals, file name or directory name is used to identify the TP which sends the document, but there is in the case of EDI and other parameters that can be used for the identification of TP as ISA and GS headers. So, even if the identification of TP with the help of file name or directory name fails, always TP can be identified on the basis of present envelope parameters in the EDI message. You can view-

http://www.b2bgurus.com/2007/08/trading-partner-identification-in-EDI.html

Above blog is for B2B 10 g and where he mentions some properties to set, but these properties are part of the product of g 11 B2B itself and therefore, no additional configuration is necessary.

Finally I discovered that the problem of managing EDI is the line breaks. When I provide the entire load in one line, the B2B is able to implement the agreement, but when I the segment using line breaks separate the same error is thrown.

IDE itself is a delimited file that uses it's own delimiters (known as o delimiters EDI separators) to separate the segments, elements etc. Even from every part of the IDE has fixed length designed in ecs file. If you insert a line break between the two, then this file will become invalid because you're characters additional ading inside (line break is a character) and engine EDI will not be able to analyze this document. This is according to the standard guidelines and nothing specific to Oracle B2B. So do not add in additional characters (including line breaks)

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • Printer prints not; Unable to identify the problem of troubleshooting

    I have a HP OfficeJet 6500 (OS is Windows 7) on a wireless network that do not print. . Ran the Printing Troubleshooter, but it has been unable to identify the problem.

    Hello

    1. when it changes on the computer prior to this question?

    2. do you get an error message when you try to print?

    3. If so, what is the exact error code/message you get?

    Perform the following methods and check:

    Method 1: Run the fixit from following link and:

    Problems printing and printing errors

    Automatically diagnose and repair when you cannot print or for problems setting up a printer, connecting to a network printer and related errors.

    http://support.Microsoft.com/mats/printing_problems/

    Method 2:

    Printer in Windows problems

    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

    Let us know if it helps.

  • Adobe Illustrator has been unable to identify the cause of the accident

    Hello

    Illustrator falls down initially to the top with this message:

    Adobe Illustrator has been unable to identify the cause of the accident.

    Try to launch illustrator again?

    When you try to load in the splash say: Diagnostic Test 18

    Help would be greatly appreciated!

    What version?

    What system?

    Third-party plug-ins?

    No special equipment - A Wacom?

    Are all 100% OK fonts?

    It has never worked?

    You just update the system or Illustrator?

    What eactly happens step by step?

    At what point in the boot process it crash?

  • Siebel Database Configuration Assistant unable to identify the indexes tablespace

    Hello

    I install Siebel CRM 8.1.1 on AIX platform. We have a RAC database has allowed the backend and that two tablespace is created, other data and another for the index. Now in the wizrd of configuration database to the name of these two storage spaces; provide us with the name of tablespae of data in the Tablespace filed Table and index tablespace in the tablespace index rating of the Setup Wizard. Now when we click on the next button. The wizrd of configuration gives error of unable to identify the indexes tablespace.

    Why is - what happens as index tablespace is correctly created in the database. Please help me in this. Quick Respance you will be appreciated.

    Kind regards

    Abgrall

    If you ran:

    change the quota unlimited on user SIEBEL

    ?

  • Unable to save the name of file in Notepad with * (asterisk)

    We are unable to save the name of file in Notepad with * (asterisk)... with this offer special symbol... why?

    I had to ask about the asterisk "" * "symbol..."

    The asterisk is also a special character that cannot be used in a file name or a folder.

  • Network Diagnostics Windows 7 cannot apply patches "unable to identify the problem.

    Hello. I'm running Windows 7 x 64; logged as administrator. Until recently have not had problems with the automated network diagnostics. Periodically, the Internet will stop working, and I click on "connection problem fixed." The system would not not automatic, including reset network cards and renew the IP addresses.

    Recently, this function has stopped working. Now, whenever I try to use Network Diagnostics, this utility ends with the message "Troubleshooting could not identify the problem."

    When I click on 'Further information', there is a message that "issues found: the adapter doesn't have a valid IP address" and the solution 'reset the adapter' is followed by ""DO NOT RUN " "

    If I create manually a problem such as disabling an adapter, it will give a similar indication that convenience store has been impossible to identify the problem. However, if I open the section more information, it shows that the adapter is disabled. with a solution 'Adapter to activate' that is NOT EXECUTED and nothing is done.

    I don't understand why this utility DOES NOT patch over. I looked for a setting activate for this and does. This problem appeared out of nowhere. It does not matter where I invoke diagnostics network - the result is the same.

    Thanks again for your time!

    Sincerely,

    David

    Hello

    Good to know that the problem is solved. Appreciate your efforts. Feel free to respond if you need help with Windows in the future, we will be happy to help you.

  • BlackBerry Smartphones unable to identify the icon

    Hello, this is my first post in this forum after hidden for a few months.

    After searching the forums, I am unable to identify an icon that appears at the top right of my screen.  It seems to appear mostly when I go into my Contacts (although I'm sure I saw it elsewhere, too).

    Two upside down triangles, right one slightly lower than the left, over a box or tray.  Can anyone put my mind at ease?  I looked in the manual supplied with the phone, and in these forums and can't find the answer.

    Either way, I love this phone!  I fell for the first time the other day (the last time!) and moved very quickly to retrieve it, looks like I dropped a baby!

    Thanks for your comments.

    * SOLVED -it seems to be the icon that is displayed when the Multitap is the active keyboard portrait.

    The upper right corner of your phone must have the network and the meter.  I think what you're talking about is when the phone is really looking for a signal stronger and I think he has those triangles with arrows pointing if I remember correctly.  Generally, your phone will be on 1XEV but occasionally as he's on 1 X and when he switches back, it's probably what you see.

  • [msg.dictionary.load.openFailed] unable to open the config.ini file: the system cannot find the specified file.

    Hi, I have a virtual machine with Windows server 2008 R2 x 64-bit, with SharePoint 2010 installed, it was working perfectly before and now I get this error when I take it back.

    [msg.dictionary.load.openFailed] unable to open the file 'C:\Users\MyUserName\AppData\Roaming\VMware\config.ini': the system cannot find the specified file.

    consult the file and I have not found this config.ini file, so I created an empty file with the same name, but still, I get the error

    any suggestion

    Thank you

    Take a look at http://kb.vmware.com/kb/2032746 which describes this problem. You should also see what file is causing the problem when you check vmware.log virtual machine.

    André

  • HowTo: identify the readonly/locked files in LightRoom

    Dear member of the community.


    If you're like me, you'll score sometimes (Nikon calls it "lock" - at the level of the file system image is simply marked read-only) a photo in the field.  The idea being that:

    1. you don't want to accidentally remove a superb photo of the device, and
    2. marking photography makes it easy to identify the winners of the real in post-production.

    As far as I know, there is no easy way to ask to Lightroom:

    • 'don't show me the photos that have been marked read-only', or
    • "Name the files read-only red.


    I thought it would be a relatively simple task, but for the life of me I can't find a simple way to achieve this.  I missed something, or is this all just not supported by Lightroom?

    Optionally you can provide guidance would be greatly appreciated!

    ADDITIONAL CONTEXT

    • Nikon D7100
    • 4.4 Lightroom
    • I copy my photos from the memory card to the hard disk using a memory card reader.  The files are then "added" to Lightroom, thus keeping the file read-only attribute.

    You're right: Lightroom does not support this feature, and it requires a script or plugin.

    Perhaps the best way is to use a simple script (not a plugin), I wrote - it's free:

    Script name: select of Photos of Read-Only.

    Screenshot:

    Download here: robcole.com - MiscLrScripts

    PS - I think John Beardsworth has also something to do.

    Rob

  • Unable to identify the files audio ripped

    lack of music

    Ive ripped a mix cd that has music which I don't know and I will identify them so I don't know what im listening but not many programs online help. What I would do.

    Try doing a search for some of the lyrics of the songs on the Internet.

  • HP laptop: unable to identify the lan cable connection

    Microsoft Windows [Version 6.3.9600]
    (c) Microsoft Corporation, 2013. All rights reserved.

    Rodriguez C:\Users\anshu > ipconfig/all

    Windows IP configuration

    Name of the host...: fadiga
    Primary Dns suffix...:
    Node... type: mixed
    Active... IP routing: No.
    Active... proxy WINS: No.
    ... DNS suffix search list: Working Group

    Ethernet connection to the Bluetooth 2 network card:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Device Bluetooth (personal area network)
    #2
    Physical address.... : B0-10-41-80-AF-1E
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes

    Local Area Connection wireless LAN adapter * 5:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Microsoft Hosted network virtual card
    Physical address.... : B0-10-41-80-AF-1E
    DHCP active...: No.
    Autoconfiguration enabled...: Yes

    Local Area Connection wireless LAN adapter * 2:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Microsoft Wi - Fi Direct virtual card
    Physical address.... : B0-10-41-80-AF-1F
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes

    Wi - Fi wireless LAN adapter:

    The connection-specific DNS suffix. : Working Group
    ... Description: RT3290 Ralink 802.11bgn wireless adapter
    Physical address.... : B0-10-41-80-AF-1D
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes
    Address IPv6 local link...: fe80::e809:c01a:618f:7b5a %4 (Preferred)
    IPv4 address...: 192.16.137.4 (Preferred)
    ... Subnet mask: 255.255.255.0.
    Lease obtained...: Saturday, June 11, 2016 08:56:13
    End of the lease...: Wednesday, June 15, 2016 12:56:15
    ... Default gateway. : 192.16.137.1.
    DHCP server...: 192.16.137.1.
    DHCPv6 IOOKING...: 78647361
    DHCPv6 DUID customer...: 00-01-00-01-1C-FA-E4-80-14-58-D0-C5-74-1D

    DNS servers...: 10.10.2.2.
    192.16.137.1
    NetBIOS over TCP/IP...: enabled

    Ethernet Ethernet adapter:

    The connection-specific DNS suffix. :
    Description...: Realtek PCIe FE Family Controller
    Physical address.... : 14-58-D0-C5-74-1D
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes
    Address IPv6 local link...: fe80::3070:15bf:b1ee:daab %3 (Preferred)
    Autoconfiguration IPv4 address. . : 169.254.218.171 (Preferred)
    ... Subnet mask: 255.255.0.0.
    ... Default gateway. :
    DHCPv6 IOOKING...: 51665104
    DHCPv6 DUID customer...: 00-01-00-01-1C-FA-E4-80-14-58-D0-C5-74-1D

    DNS servers: fec0:0:0:ffff:1 1%
    FEC0:0:0:FFFF:2 1%
    FEC0:0:0:FFFF:3 1%
    NetBIOS over TCP/IP...: enabled

    Card tunnel Teredo Tunneling Pseudo-Interface:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Teredo Tunneling Pseudo-Interface
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes

    Card adapt 6TO4 tunnel:

    The connection-specific DNS suffix. : Working Group
    ... Description: Microsoft 6to4 card
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    IPv6 address: 2002:c010:8904:c010:8904 (Preferred)
    ... Default gateway. :
    DHCPv6 IOOKING...: 704643072
    DHCPv6 DUID customer...: 00-01-00-01-1C-FA-E4-80-14-58-D0-C5-74-1D

    DNS servers...: 10.10.2.2.
    192.16.137.1
    NetBIOS over TCP/IP...: disabled

    Tunnel adapter ISATAP.workgroup:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. : Working Group
    ... Description: Adapter Microsoft ISATAP #5
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes

    Tunnel adapter isatap. {74914F29-E819-4DEB-8CC2-D37CBFD70F3B}:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Adapter Microsoft ISATAP #6
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes

    Rodriguez C:\Users\anshu >

    On the lan cable connection, it says as unidentified network.

    That's what I have to type the command ipconfig/all.  I tried to reinstall drivers recvoery as Manager, but no results. It worked without problem until now

    @anshu645

    Home networks typically use a form any of 192.168.x.x

    For example:

    192.168.1.14

    Found in your example:

    192.16. 137.1

    Also found:

    Autoconfiguration IPv4 address. . : 169.254.218.171

    +++++++++++++++++++++++++++++++++++++++++++++

    I suspect that the installer with your home network router is misconfigured and the network can't find a viable (useful) DNS address to use for the purpose of ISP Internet Service (ISP) connection.

    Please see the following:

    HP PC - troubleshooting wired home networks (Windows 8)

    HP PC - Troubleshooting wireless network and Internet (Windows 8)

    When you see a post that will help you,

    Who inspires you, gives a cool idea,

    Or you learn something new.

    Click the 'Thumbs Up' on this post.

    My answer-click accept as Solution to help others find answers.

  • Unable to identify the type of collection

    Hi gurus

    I wonder if someone confirm the following type of collection. Article author return as nested table collection type, but it looks like associative array due to the INDEX OF PLS_INTEGER collection type.

    I appreciate if someone clear my point.

    Collection

    TYPE employee_ids_t IS TABLE OF THE employees.employee_id%TYPE

    INDEX BY PLS_INTEGER;

    l_employee_ids employee_ids_t;

    l_eligible_ids employee_ids_t;

    Concerning

    Shu

    but it looks like associative array due to the INDEX OF PLS_INTEGER collection type.

    That is right. This is an associative array.

  • Serial number - unable to activate my subscription is unable to identify the serial number for CC.

    Expiry of the trial period, but I've already paid up to 2 months. How can I activate?

    I find incredibly difficult to navigate Adobe communication channels.

    Why doesn't Adobe give me an activation code.

    They took my money?

    Thank you

    I finally got someone on the phone and Yes, it was the same problem, you just delete all the lines in the data from the host that had "adobe" in it!
    Thanks for the support so!
    xxx

  • Unable to see the number of files on the hard disk on Windows 7 computer after the hard drive crashed windows xp system

    Original title: unable to see many folders on separate conputer

    I was using windows xp with service pack 3 and windows 7 on a separate booklets. Suddenly the laptop with XP crashed... The hard drive was Ok - cased with a USB port, but now on the connection with the computer laptop windows7 I saw no many records there - pls help

    the system crashed in fact as I was reading the (visualization of the pictures - JPEG, bmp and also some books .pdf) & suddenly.  In the Xp laptop NVIDIA graphics card was there.  He lacked RECENT documents, I see

    Hello

    Try the methods provided below and check if the problem persists.

    Method 1:

    You can make the disk check to make sure that the hard disk is not damaged.

    See the link below for more information on disk error checking in Windows XP.

    How to perform disk error checking in Windows XP

    http://support.Microsoft.com/kb/315265

    Note:

    Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data may be lost

    Method 2:

    This issue could also be linked to the virus/malware on the hard drive that may have caused the crash of the system.

    Click on the link below to download and run a full scan of the system using the Microsoft Safety Scanner.

    Microsoft safety scanner

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note:

    The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

  • In XP error message - unable to locate the RUNdll.exe file when trying to open Microsoft files.

    Original title: just had a fight with the virus 'Windows XP security 2011.

    I am running Windows XP Home Edition and managed to get rid of the virus, but now I can't open any microsoft file. that is, control or any downloaded files Ms. I get an error message that it can't locat the RUNdll.exe file. How to solve this?

    Thank you aleweeks

    If sfc/scannow solves your problems, I'll send you (or your charitable organization preferred) $10 American.

    This isn't the answer.  ---> pay attention -------------------------------------------->

    It's time to mark the answer but:

    This "response" meets or exceeds the requirements of Microsoft Answers forum for an "automatic response":

    1. support the answer of engineer or a moderator that is impossible, probably not or will not solve the problem
    2. marked as the answer by a comrade moderator
    3 contains a link to one or more Microsoft KB articles
    4. no activity for 5-10 days

Maybe you are looking for

  • Updated to win 10 I can get my Win 7 Favorites

    Recently upgraded from Win 7 to win 10 ad I forgot to bring it back to the top of my bookmarks Firefox in Win 7 is there a way I can get it back? There is a folder called Windows.old which Win 10 has created the case where to come back to Win 7-30 da

  • import bookmarks to another user account

    Previously I use cell phone company with my user account A. I use firefox with bookmark.But due to a technical problem, my laptop not able to connect as user account A company. And now I can only log in as administrator account. And it happened so su

  • Satellite C660 - Webcam and the microphone does not

    I had my laptop for less than a year. I've always been able to use Skype without any problems, but my built-in webcam and microphone are no longer works. I installed the latest driver for the webcam of the support, but the webcam still doesn't work a

  • Downloaded IE 9, now I can't access printer without blocking out bad internet.whats

    Downloaded internet explorer 9. now when I try to print any page he momentaraly close Explorer and will not send notifications to microsoft. What wrong with it?

  • HDR questions

    1 page 710 of the reference manual Photoshop (15/06/2015) says: "Photoshop Extended users can access a selector HDR (high dynamic range) to choose colors for use in images HDR.» Where can I find this HDR color picker in Photoshop CC (2015.1 - latest