O/R Mappping tool(s)

Does anyone know of any open source O/RMs which currently work with ODP.NET?
Thanks,
blair

NHibernate is excellent. See www.hibernate.org. App.Config file needs to include the following to make it work with ODP. Fille in the
<nhibernate>
<add
key="hibernate.connection.provider"
value="NHibernate.Connection.DriverConnectionProvider"
/>
<add
key="hibernate.dialect"
value="NHibernate.Dialect.OracleDialect"
/>
<add
key="hibernate.connection.driver_class"
value="NHibernate.Driver.OracleClientDriver"
/>
<add
key="hibernate.connection.connection_string"
value="Data Source=<datasource>;Integrated Security=no;User ID=<Username>; Password=<password>"
/>
<add
key="hibernate.default_schema"
value="<schema>"
/>
<add
key="hibernate.show_sql"
value="true"
/>
</nhibernate>

Similar Messages

  • JDeveloper performance with XSL Mapper

    Hi All,
    Not sure if this is the right place to ask this question since it has to do JDeveloper performance with SOA and not ADF.
    In the XSL Transformation mapper tool, whenever I do an auto-map between two large schemas, my JDeveloper memory usage hikes up to about 1.3 GB and then both the JRE and JDeveloper hangs although the transformation finishes. The problem is that sometimes it hangs before you can save it. It almost seems like a memory leak.
    NOTE: I am not getting any out-of-memory error since I increased already increased the memory.
    Any help to optimize and solve this problem will be very helpful.
    Thanks!

    chk this
    http://docs.oracle.com/cd/E11036_01/doc.1013/e10295/xslt_mpr.htm
    you should have SOA composite application extension for this..
    if you dont want a visual transformation then you can use the jdeveloper project properties -> Run/Debug -> edit run configuration -> XSLT

  • BIC Mapper Installtion

    Hi All,
    Where we need to Install the BIC Mapping Designer ????
    In XI Server Or in Some Other Server is also Ok ????
    Please Let me Know
    Regards
    Bopanna

    Hi Chirag,
    My Actual Requirement is we are receiving an edi ANSI X12 850 file from the customer and we need to post that to SAP as IDOC.
    This is the sample EDI ANSI X12 850 (PO) file which we received from the customer:
    ST850A02937322^
    BEG00SABPO 02937322~20071127^
    CURSEUSD^
    PEREXLEIGH          JOHN      CWP630-406-3448^
    TD5Z~~~SEE 2007 SHIPPING INSTRUCTIONS^
    N1BTAGCO1070169594^
    N3ATTN: ACCOUNTS PAYABLE1500 NORTH RADDANT ROAD^
    N4BATAVIAIL605101398USA^
    PERZZTE6308793300^
    N1STAGCOZZBPO^
    N3BATAVIA RECEIVING1500 NORTH RADDANT ROAD^
    N4BATAVIAIL60510USA^
    PO1000011700EA2.68PEBP1447031V1VP~51459^
    PIDF~~~FILTER^
    SCH1700EA~~01020080205^
    N9ZZMORE LINE INFO~LINE COMMENTS:^
    MSG~PART VENDOR PACKAGED^
    MSG~SUPPLIER PACKAGE QTY^
    CTT~1^
    SE20A02937322^
    To let you know we have the Generic Seeburger FTP adapter installed without any VAN. So we have currently installed Seeburger BIC map designer tool in our local system to test the proceessing of the EDI file.
    We want to how to create mappings to convert this PO 850(ANSI X12) format to xml which can be used in XI for further processing using BIC mapper and also let us know if this file is been ANSI X12 850 is converted to xml will it process the above mentioned file in XI.
    Please let us know the clear steps of how to use BIC mapper tools are we dont have any idea about BIC mapper as well as processing of ANSI X12 messages in XI.
    Regards,
    Bopanna

  • ESB RoutingService, routing rule, xsl mapper fails

    Hi!
    I've got the next situation.
    I need to create a routingservice in ESB from the next wsdl (http://www.egem.nl/kennisbank/informatievoorziening/uitwisseling/stuf/stuf30stufsoa/stuf3familiepakket?searchterm=stuf) > bg030002.beantwoordVraag.wsdl
    The wsdl imports some other wsdl's and those import some xsd's.
    And ..i assume .. this is where is goes wrong.
    When i create the routingservice, and use the wsdl from the url i just mention, everything is ok.
    After this i want to routing from 1 operation in this wsdl to my testbpel, just to test if the routing from the whole process. I create in the routingservice the routingrule, and click the "create xsl mapping".
    Next error pops up :
    Failed to open the source schema:
    The schema does not contain the global element
    {http://www.egem.nl/StUF/sector/bg/0300}:adrLv01
    i checked all the namespaces/imports/xsd/etc...element is there in the xsd and the imports should all be ok.
    Any of you got an idea of what could be the problem of this ?
    Possible solution would be to create 1 wsdl with just 1 import for the xsd, but in this case i need to refactor all the existing files, so i would rather hope one of you could help me into the good direction before i start on this.
    Thanks for your time!

    Hi,
    Some things I've came across, maybe it helps:
    * Are all the used namespaces declared in the XSL file? Maybe the mapper tool only declares the namespaces + prefixes from the top-level XSD's, not those of the underlying imported schema's.
    * Do any of the imported XSD's have the same targetNamespace declared? Do all imported XSD's have a targetNamespace set?
    * All WSDL's and XSD's are probably valid according to JDeveloper?
    * If you create a routing service and do not use your WSDL but let JDeveloper generate it (Generate WSDL from Schemas) and then use the toplevel XSD, do you get the same error?
    * Are some of the imported XSD's deployed more than once in the ESB; e.g. as part of more than one ESB flow?
    Refactoring usually reveals the problem, but as you said not the nicest thing to so :-(
    Regards, Ronald

  • Seeburger inbound/outbound mapping options with AS2 adapter

    Hi Gurus,
    This is the first time that i am handling Seeburger adapters(AS2 adapter).
    We have the following issue.
    We are using AS2 adapter from Seeburger for communicating with Partners (inbound/outbound).
    For some scenarios, the trading partners either sends us a flat/csv file or expects a flat/csv file from PI.
    And for these scenarios, we are using the AS2 adapter (for sender or receiver channel configuration) .
    Now, the main issue is that we need to convert the flat file to PI-XML format when we receive a flat file from a trading partner or we need to convert from PI-XML format to flat file format when we are sending file to a trading partner.
    Since the AS2 adapter does not have a File Content Conversion (Like we have in the File/FTP adapter) mechanism, we need to rely on MessageTransformBean (under AF Modules) to do the conversion for us. However, since this module cannot handle deep structures (nested structures) what other alternatives can we look out for ?
    I know we can also go for BIC Mapper which is shipped from Seeburger for EDI to XML and XML to EDI conversions. However in this project, we just need XML to flat file/CSV or Flat File/CSV to XML conversions and hence we want to abstain from buying a license for BIC mapper.
    Please let me know what other options can we try in this case.
    Does Seeburger has anything specific to do the conversions from XML to flat file or flat file to XML (and not the whole BIC mapper tool).
    Regards, Gaurav.

    Does Seeburger has anything specific to do the conversions from XML to flat file or flat file to XML (and not the whole BIC mapper tool).
    No. Seeburger doesn't provide any such tool/option.
    Please let me know what other options can we try in this case.
    As per the detail you have provided, you don't have any standard option left. You have to either develop your own adapter module or you can pass the payload directly to mapping and then perform Java mapping on it. You have option of using Conversion Agent but there must be some license cost for it as well.
    Regards,
    Prateek

  • INode problem in SUSE 11 SP1 for SAP

    Dear Experts,
    We are now preparing server for our new BW Productive instance, with the following specs:
    - server x3850
    - storage V7000
    - SUSE 11 SP 1 (2.6.32.49-0.3-default #1 SMP 2011-12-02 11:28:04 +0100 x86_64 x86_64 x86_64 GNU/Linux)
    We use EXT3 for the fs type with just only allocating one VG, size 5,5TB. The problem is:
    every time we copy file from mounted folder to the file system, let say DB2, it ended with the following result:
    -????????? ? ?    ?        ?            ? home.bd1adm.tar
    the file is corrupt after copying and restarting the system
    the messages log contains:
    Jan 16 15:36:25 tdsbwdev xinetd[11067]: Started working: 2 available services
    Jan 16 15:36:25 tdsbwdev kernel: [   57.746711] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.746892] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.747067] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.747241] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.747415] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.747588] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.747762] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.747936] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:25 tdsbwdev kernel: [   57.748152] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:36:30 tdsbwdev gdm-simple-greeter[11245]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    Jan 16 15:36:30 tdsbwdev gdm-simple-greeter[11245]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Jan 16 15:36:30 tdsbwdev pulseaudio[11252]: module.c: module-hal-detect is deprecated: Please use module-udev-detect instead of module-hal-detect!
    Jan 16 15:36:32 tdsbwdev kernel: [   64.352048] eth2: no IPv6 routers present
    Jan 16 15:36:35 tdsbwdev gdm-session-worker[11247]: WARNING: gdm_session_settings_load: lang = (null)
    Jan 16 15:36:38 tdsbwdev checkproc: checkproc: can not get session id for process 10862!
    Jan 16 15:36:42 tdsbwdev pulseaudio[11442]: pid.c: Stale PID file, overwriting.
    Jan 16 15:36:42 tdsbwdev pulseaudio[11442]: module.c: module-hal-detect is deprecated: Please use module-udev-detect instead of module-hal-detect!
    Jan 16 15:37:11 tdsbwdev kernel: [  103.074143] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:37:46 tdsbwdev kernel: [  138.207724] ide-cd driver 5.00
    Jan 16 15:37:46 tdsbwdev kernel: [  138.232491] st: Version 20081215, fixed bufsize 32768, s/g segs 256
    Jan 16 15:37:46 tdsbwdev kernel: [  138.323747] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    Jan 16 15:37:46 tdsbwdev kernel: [  138.323751] EDD information not available.
    Jan 16 15:40:00 tdsbwdev multipathd: dm-22: add map (uevent 4232)
    Jan 16 15:40:02 tdsbwdev sshd[12550]: Accepted keyboard-interactive/pam for root from 10.63.61.90 port 4162 ssh2
    Jan 16 15:40:07 tdsbwdev kernel: [  279.247416] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:40:18 tdsbwdev kernel: [  290.801925] kjournald starting.  Commit interval 15 seconds
    Jan 16 15:40:18 tdsbwdev kernel: [  290.802250] EXT3 FS on dm-22, internal journal
    Jan 16 15:40:18 tdsbwdev kernel: [  290.802258] EXT3-fs: mounted filesystem with ordered data mode.
    Jan 16 15:40:28 tdsbwdev kernel: [  300.938467] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:40:34 tdsbwdev kernel: [  306.912355] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:40:54 tdsbwdev kernel: [  326.758056] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:41:13 tdsbwdev kernel: [  345.147993] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    Jan 16 15:41:13 tdsbwdev kernel: [  345.147996] EDD information not available.
    Jan 16 15:41:27 tdsbwdev kernel: [  359.123438] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:42:08 tdsbwdev kernel: [  400.822663] EXT3-fs error (device dm-18): ext3_lookup: deleted inode referenced: 12
    Jan 16 15:42:43 tdsbwdev rpc.statd[13824]: Version 1.2.1 Starting
    Jan 16 15:42:43 tdsbwdev rpc.statd[13824]: Flags:
    Jan 16 15:42:43 tdsbwdev rpc.statd[13824]: statd running as root. chown /var/lib/nfs/sm to choose different user
    Jan 16 15:42:43 tdsbwdev kernel: [  435.807748] ip_tables: (C) 2000-2006 Netfilter Core Team
    Jan 16 15:42:43 tdsbwdev kernel: [  435.879502] RPC: Registered udp transport module.
    Jan 16 15:42:43 tdsbwdev kernel: [  435.879505] RPC: Registered tcp transport module.
    Jan 16 15:42:43 tdsbwdev kernel: [  435.879506] RPC: Registered tcp NFSv4.1 backchannel transport module.
    Jan 16 15:42:43 tdsbwdev kernel: [  435.896769] Slow work thread pool: Starting up
    Jan 16 15:42:43 tdsbwdev kernel: [  435.896904] Slow work thread pool: Ready
    Jan 16 15:42:43 tdsbwdev kernel: [  435.897571] FS-Cache: Loaded
    Jan 16 15:42:43 tdsbwdev kernel: [  435.915961] FS-Cache: Netfs 'nfs' registered for caching
    Jan 16 15:44:32 tdsbwdev polkit-grant-helper[14116]: granted authorization for org.freedesktop.consolekit.system.restart to pid 11275 [uid=0] [auth=root]
    Jan 16 15:44:33 tdsbwdev console-kit-daemon[9170]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
    Jan 16 15:44:33 tdsbwdev shutdown[14125]: shutting down for system reboot
    Jan 16 15:44:34 tdsbwdev kernel: [  546.139405] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.139583] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.139757] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.139953] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.140172] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.140348] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.140522] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.140697] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev kernel: [  546.140870] pci 0000:03:00.0: Invalid ROM contents
    Jan 16 15:44:34 tdsbwdev init: Switching to runlevel: 6
    Jan 16 15:44:35 tdsbwdev pulseaudio[14222]: module.c: module-hal-detect is deprecated: Please use module-udev-detect instead of module-hal-detect!
    Jan 16 15:44:35 tdsbwdev gdm-simple-greeter[14203]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    Jan 16 15:44:35 tdsbwdev gdm-simple-greeter[14203]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Jan 16 15:44:36 tdsbwdev kernel: [  547.943213] bootsplash: status on console 0 changed to on
    Jan 16 15:44:36 tdsbwdev auditd[10010]: The audit daemon is exiting.
    Jan 16 15:44:36 tdsbwdev multipathd: mpathc: stop event checker thread (140491298486032)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathb: stop event checker thread (140491298334480)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathd: stop event checker thread (140491298301712)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathe: stop event checker thread (140491298268944)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathf: stop event checker thread (140491298236176)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathg: stop event checker thread (140491298203408)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathi: stop event checker thread (140491298170640)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathj: stop event checker thread (140491298137872)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathk: stop event checker thread (140491298105104)
    Jan 16 15:44:36 tdsbwdev multipathd: mpathh: stop event checker thread (140491298072336)
    Jan 16 15:44:36 tdsbwdev multipathd: -
    shut down-------
    Jan 16 15:44:37 tdsbwdev sshd[10835]: Received signal 15; terminating.
    Jan 16 15:44:38 tdsbwdev xinetd[11067]: Exiting...
    Jan 16 15:44:40 tdsbwdev rpc.statd[13824]: Caught signal 15, un-registering and exiting.
    Jan 16 15:44:40 tdsbwdev rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w"
    Jan 16 15:44:40 tdsbwdev kernel: Kernel logging (proc) stopped.
    Jan 16 15:44:40 tdsbwdev kernel: Kernel log daemon terminating.
    Jan 16 15:44:40 tdsbwdev syslog-ng[8182]: Termination requested via signal, terminating;
    Jan 16 15:44:40 tdsbwdev syslog-ng[8182]: syslog-ng shutting down; version='2.0.9'
    Jan 16 15:48:53 tdsbwdev syslog-ng[7872]: syslog-ng starting up; version='2.0.9'
    Jan 16 15:48:53 tdsbwdev firmware.sh[7899]: Cannot find  firmware file 'intel-ucode/06-2f-02'
    Jan 16 15:48:53 tdsbwdev firmware.sh[7904]: Cannot find  firmware file 'intel-ucode/06-2f-02'
    Jan 16 15:48:53 tdsbwdev firmware.sh[7911]: Cannot find  firmware file 'intel-ucode/06-2f-02'
    Jan 16 15:48:53 tdsbwdev firmware.sh[7918]: Cannot find  firmware file 'intel-ucode/06-2f-02'
    Jan 16 15:48:53 tdsbwdev firmware.sh[7925]: Cannot find  firmware file 'intel-ucode/06-2f-02'
    Jan 16 15:48:53 tdsbwdev firmware.sh[7932]: Cannot find  firmware file 'intel-ucode/06-2f-02'
    Jan 16 15:48:56 tdsbwdev ifup:               No configuration found for eth0
    Jan 16 15:48:56 tdsbwdev ifup:     eth1      device: ServerEngines Corp. Emulex OneConnect 10Gb NIC (be3) (rev 02)
    Jan 16 15:48:56 tdsbwdev ifup:               No configuration found for eth1
    Jan 16 15:48:56 tdsbwdev ifup:     eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    Jan 16 15:48:56 tdsbwdev ifup:     eth2
    Jan 16 15:48:56 tdsbwdev ifup: IP address: 10.66.2.30/24
    Jan 16 15:48:56 tdsbwdev ifup:
    Jan 16 15:48:56 tdsbwdev SuSEfirewall2: SuSEfirewall2 not active
    Jan 16 15:48:56 tdsbwdev ifup:     eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    Jan 16 15:48:56 tdsbwdev ifup:               No configuration found for eth3
    Jan 16 15:48:56 tdsbwdev ifup:     usb0
    Jan 16 15:48:56 tdsbwdev ifup:               No configuration found for usb0
    Jan 16 15:48:57 tdsbwdev auditd[9684]: Started dispatcher: /sbin/audispd pid: 9686
    Jan 16 15:48:57 tdsbwdev audispd: priority_boost_parser called with: 4
    Jan 16 15:48:57 tdsbwdev audispd: af_unix plugin initialized
    Jan 16 15:48:57 tdsbwdev audispd: audispd initialized with q_depth=80 and 1 active plugins
    Jan 16 15:48:57 tdsbwdev auditd[9684]: Init complete, auditd 1.7.7 listening for events (startup state disable)
    Jan 16 15:48:58 tdsbwdev multipathd: mpathb: load table [0 1258291200 multipath 1 queue_if_no_path 0 2 1 round-robin 0 2 1 8:16 1000 65:80 1000 round-robin 0
    2 1 8:
    Jan 16 15:48:58 tdsbwdev multipathd: mpathc: load table [0 1258291200 multipath 1 queue_if_no_path 0 2 1 round-robin 0 2 1 8:192 1000 66:0 1000 round-robin 0
    2 1 8:
    Jan 16 15:48:58 tdsbwdev multipathd: mpathd: load table [0 1258291200 multipath 1 queue_if_no_path 0 2 1 round-robin 0 2 1 8:48 1000 65:112 1000 round-robin
    0 2 1 8
    Jan 16 15:48:58 tdsbwdev kernel: klogd 1.4.1, log source = /proc/kmsg started.
    Jan 16 15:48:58 tdsbwdev kernel: [   61.694904] type=1505 audit(1326703731.692:2): operation="profile_load" pid=7621 name=/bin/ping
    Jan 16 15:48:58 tdsbwdev kernel: [   61.716682] type=1505 audit(1326703731.712:3): operation="profile_load" pid=7622 name=/sbin/klogd
    Jan 16 15:48:58 tdsbwdev kernel: [   61.757378] type=1505 audit(1326703731.756:4): operation="profile_load" pid=7623 name=/sbin/syslog-ng
    Jan 16 15:48:58 tdsbwdev kernel: [   61.798886] type=1505 audit(1326703731.796:5): operation="profile_load" pid=7624 name=/sbin/syslogd
    Jan 16 15:48:58 tdsbwdev kernel: [   61.843387] type=1505 audit(1326703731.840:6): operation="profile_load" pid=7625 name=/usr/sbin/avahi-daemon
    Jan 16 15:48:58 tdsbwdev kernel: [   61.880550] type=1505 audit(1326703731.880:7): operation="profile_load" pid=7626 name=/usr/sbin/identd
    Jan 16 15:48:58 tdsbwdev kernel: [   61.927302] type=1505 audit(1326703731.924:8): operation="profile_load" pid=7627 name=/usr/sbin/mdnsd
    Jan 16 15:48:58 tdsbwdev kernel: [   61.973857] type=1505 audit(1326703731.972:9): operation="profile_load" pid=7628 name=/usr/sbin/nscd
    Jan 16 15:48:58 tdsbwdev kernel: [   62.039439] type=1505 audit(1326703732.036:10): operation="profile_load" pid=7629 name=/usr/sbin/ntpd
    Jan 16 15:48:58 tdsbwdev kernel: [   62.076126] type=1505 audit(1326703732.072:11): operation="profile_load" pid=7630 name=/usr/sbin/traceroute
    Jan 16 15:48:58 tdsbwdev kernel: [   63.937151] microcode: CPU0 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.953337] microcode: CPU1 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.956652] microcode: CPU2 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.960023] microcode: CPU3 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.963288] microcode: CPU4 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.966488] microcode: CPU5 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.969769] microcode: CPU6 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   63.972980] microcode: CPU7 sig=0x206f2, pf=0x4, revision=0x32
    Jan 16 15:48:58 tdsbwdev kernel: [   67.613672] device-mapper: multipath: Cannot access device path 8:0: -16
    Jan 16 15:48:58 tdsbwdev kernel: [   67.613702] device-mapper: table: 253:23: multipath: error getting device
    Jan 16 15:48:58 tdsbwdev kernel: [   67.613708] device-mapper: ioctl: error adding target to table
    Jan 16 15:48:58 tdsbwdev kernel: [   68.047055] device-mapper: multipath: Cannot access device path 8:0: -16
    Jan 16 15:48:58 tdsbwdev kernel: [   68.047082] device-mapper: table: 253:23: multipath: error getting device
    Jan 16 15:48:58 tdsbwdev kernel: [   68.047088] device-mapper: ioctl: error adding target to table
    Jan 16 15:48:58 tdsbwdev kernel: [   68.455663] bnx2: eth2 NIC Copper Link is Up, 100 Mbps half duplex
    Please advise.
    Thank you in advance.
    Regards,
    Rudi

    Dear all,
    the inode issue occurs when copying files to /usr/sap folder from any directory.
    /usr folder is mounted in the internal disk (rootvg) which contains OS files as /usr/sap folder is mounted in the V7000 storage (datavg). The problem is: every time we copy file from any directory to /usr/sap, that file is corrupted with i/o error message, then we just only remove it from the folder by running fsck, since it can not be removed manually.
    Is it bug from SLES 11 SP1? I tried to configure SAP by joining /sap and /usr/sap using rootvg (internal disk), and it run successfully.
    This is the version of LVM:
    LVM2 tools 2.02.39-18.31.2
    Device mapper tools 1.02.27-8.17.20
    Device mapper tools -32bit    1.02.27-8.17.20
    SUSE 11 SP01  2.6.32.49-0.3-default #1 SMP 2011-12-02 11:28:04 +0100 x86_64 x86_64 x86_64 GNU/Linux.
    Please advise.
    Regards,
    Rudi

  • Mapping and Error handling in Seeburger Adapters ?

    Hi,
    1.   In B2B integration part of PI.Whats the way of doing mapping in XI mapping editor and error handling in the mapping ?
    2. Do you think SEEBURGER BIC mapping designer is must for developing maps ? cant we develop same maps in XI mapping editor?
    Thanks and regards,
    Ram.
    Edited by: Ramakrishna kopparaju on Sep 30, 2008 12:27 PM

    Whats the way of doing mapping using seeburger adapters
    The standard mappings are part of Seeburger Suite and if any additional mapping has to be accommodated, then custom mapping could be developed in Seeburger BIC Mapper tool. This has to deployed on adapter engine then. The other mapping is the normal XI mapping (message, java, xsl) which could be performed based on business logic.
    error handling in the mapping ?
    The easiest way is to raise Alert based on the errors in mapping.
    Regards,
    Prateek

  • Output XML with a default namespace using XQuery

    I'm having a problem with namespaces in an XQuery within ALSB.
    We receive XML from a file which doesn't have any namespace and have to transform it into a different structure, giving it a default namespace such as below:
    Input XML
    <inputRoot>
         <inputAccountName>Joe Bloggs</inputAccountName>
         <inputAccountNumber>10938393</inputAccountNumber>
    </inputRoot>
    Desired output XML
    <outputRoot xmlns="http://www.example.org/outputSchema">
         <outputAccounts>
              <outputAccountName>Joe Bloggs</outputAccountName>
              <outputAccountNumber>10938393</outputAccountNumber>
         </outputAccounts>
    </outputRoot>
    When I attempt to do this using XQuery mapper tool, I end up with a namespace prefix on the outputRoot. The XQuery and result follows:
    XQuery
    declare namespace xf = "http://tempuri.org/XQueryProject/scratchTransformations/test/";
    declare namespace ns0 = "http://www.example.org/outputSchema";
    declare function xf:test($inputRoot1 as element(inputRoot))
    as element(ns0:outputRoot) {
    <ns0:outputRoot>
    <outputAccounts>
    <outputAccountName>{ data($inputRoot1/inputAccountName) }</outputAccountName>
    <outputAccountNumber>{ data($inputRoot1/inputAccountNumber) }</outputAccountNumber>
    </outputAccounts>
    </ns0:outputRoot>
    declare variable $inputRoot1 as element(inputRoot) external;
    xf:test($inputRoot1)
    Result
    <ns0:outputRoot xmlns:ns0="http://www.example.org/outputSchema">
         <outputAccounts>
              <outputAccountName>inputAccountName_1</outputAccountName>
              <outputAccountNumber>inputAccountNumber_1</outputAccountNumber>
         </outputAccounts>
    </ns0:outputRoot>
    How can I write the XQuery in such a way thay the namespace prefix isn't output? I've tried many different methods with no success. I can't declare a default element namespace because my input element doesn't have a namespace
    Thanks in advance

    I spoke too soon, it didn't work quite as perfectly as I'd thought :-) It turns out our client can't handle the xml with the namespace prefix but we've worked out the solution to return XML in the format we originally needed.
    Example below:
    XQuery
    declare namespace xf = "http://tempuri.org/XQueryProject/scratchTransformations/test/";
    declare default element namespace "http://www.example.org/outputSchema";
    declare namespace ns1 = ""
    declare function xf:test($inputRoot1 as element(ns1:inputRoot))
    as element(outputRoot) {
    <outputRoot>
    <outputAccounts>
    <outputAccountName>{ data($inputRoot1/inputAccountName) }</outputAccountName>
    <outputAccountNumber>{ data($inputRoot1/inputAccountNumber) }</outputAccountNumber>
    </outputAccounts>
    </outputRoot>
    declare variable $inputRoot1 as element(inputRoot) external;
    xf:test($inputRoot1)

  • Conversion agent-edi850 purchase order document

    HI,
      i saw a blog which shows the conversion of EDIFACT to IDOC byy using conversion agent in XI.
    (/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact)
    i want to convert a EDI850 a   ANSIX12  document into IDOC......
    Can someone help...........?

    Hi Mithun,
    I think you are aware of the fact that SAPXI system doesnt understand the EDI messages directly.....So in u r case u need to first tranform EDI data into XML format in whcih the XI can understand...........So for EDI -to->XML...u need SEEBURGER (BIC Design mapper tool do define the mapping between EDI and XML) by which u can convert the message into XML.
    And in XI system u can convert the tranformed XML into IDOC using mapping editor.............
    So u cant directly convert the EDI messages into idoc in XI....
    Regards
    Sai Ganesh
    Reward with points if helpful

  • How can I assign a function key on my IMAC's wired keyboard to enter my email address in documents or on internet forms?

    I'm trying to set up my wired IMAC keyboard to create shortcuts to enter my email adresses into emails or into web forms.  I was able to do this when I was working with PCs but can't find direction on the process for the MAC.  There seems to be 7 unused Function Keys at the top of the keyboard that are srrving no apparent purpose so logic tells me they must be available for sutomization.
    Please help. My fingers are tired...

    I don't think you can with the standard Mac OS X tools / sys prefs..
    You have to step into the realm of 3rd party key mapper tools.
      I'm reluctant to go there..
    I'm happy being able to remap option to be my command key
      using the standard System Preferences ->Keyboard..
    but.. googling a bit shows some 3rd party tools..
    https://pqrs.org/macosx/keyremap4macbook/
    http://superuser.com/questions/37042/remapping-of-keys-in-mac-os-x
    http://lifehacker.com/5882684/the-best-keyboard-remapper-for-mac-os-x

  • Routing question

    Hi,
    I've made a proxy Service in aqualogic, that contacts another webservice, with a different WSDL than the proxy.
    How do i define the messageflow for this?
    I need to map the proxy requestxml to the business service xmlschema, for which I have build an XQuery for. Thats not the problem. Its the messageflow, the exact syntax in the modeling.
    PSRequest1->XQuery->BSRequest->BSRespons->XQuery->PSRespons
    How would i build this in the messageflow editor?

    The xml transformations can be done in XQuery mapper tool.
    I contacted my route node the following way, after receiving the message through my proxyservice.
    I did this by changing the body of the incoming xml message to the format of my business service.
    Then i reverted it back.
    So the messageflow is the following.
    Incoming message through PIPELINE.
    Make a stage in inbound and outbound flow in the pipeline.
    In the stage alter the body of the incoming XML to the format of the Business service.
    Do the reverse in the outgoing stage.
    The xml Body of the incoming/outgoing message has a default variable named "body"

  • EDI 852 requirement mapping

    Hi All,
    We have to configure EDI 852 scenario using Seeburger Adapter. We have xsd of 852, what else I need to start the develeopment?
    Do I need to create the Mapping using BIC mapping, if yes then from where I can get the BIC mapping tool?
    Or we have standard mapping provided by seeburger?
    Please advice.
    Regards,
    Krishna Chauhan

    <<<<<<From where can I download the BIC mapper tool?
    Please check SAP NOTE : 1353318
    <<<<<Any link for the step to follow (How to generate the Mappping and SCA file).
    For BIC Mapping please follow below document
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b014e657-39fc-2b10-31a5-ffa81efa9347?QuickLink=index&…
    Still facing any issues let me know
    Thanks,
    Sreenivas

  • IS Retail - Sales Transactions flow from POS to SAP

    Hi All,
    Can anyone tell about the process flow from POS (point of sale / third party software) to SAP in IS Retail ?
    Bi,
    Vamsi

    Hi Vamsi,
    unfortunatly I do not understand your request.
    Do you want to setup this process or do you want to undersatnd the settings of the already running system ?
    We need some more details:
    Which POS system do you use ?
    Is there a XI system or not ?
    Do you use the POS DM (PIPE) system ?
    The only things I know is that you have a POS (which one)  and a ERP retail (which version).
    Of course if you have a non-SAP POS it can be possible that you create some kind of IDOCs maybe via a mapper tool and call ERP inbound IDOC interfaces. This will also lead to a billing document.
    POS IDOCs e.g. WPUBON, WPUUMS, WPUTAB,...
    Look in customizing  -> SD -> POS Interface -> Inbound
    Regards
    Björn

  • Diff between seeberger BIC and AS/2 adapter

    Hi,
    Any one can explain the differences between Seeberger BIC and AS/2 adapters.
    Thanks
    Koteswara Rao

    Hi,
    As explained above ,
    AS2 is Adapter protocol, you can use it AS2 Adapter.But where as BIC is a mapper tool, you can use BIC modules .
    See below links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/135b0b94-0701-0010-f6a9-86a14057544a
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    /people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
    /people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
    http://www.stylusstudio.com/edi/XML_to_X12.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47
    Details on XI EDI adapter from seeburger
    Check this for Conversions-
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    SAP Adapters
    EDI with XI
    http://www.seeburger.com
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    seeburger adapter configuration
    Regards
    Chilla

  • Truecrypt compile error

    When i try to compile truecrypt... i get :
    Command: sh build.sh
    Checking build requirements...
    Building kernel module... *** Warning: "dm_get_device" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
    *** Warning: "dm_table_get_mode" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
    *** Warning: "dm_register_target" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
    *** Warning: "dm_unregister_target" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
    *** Warning: "dm_put_device" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
    Done.
    Building truecrypt...
    when i try :sh install.sh, i get :
    sh install.sh
    Checking installation requirements...
    /dev/mapper/control not found - create? [Y/n]: y
    Error: TrueCrypt requires device mapper tools (dmsetup) 1.00.08 or later.
    Yes i installed cryptsetup 1.0.1-2
    Need help

    I think i found the problem...
    the device mapper was disabled in the kernel...
    Try to recompile

Maybe you are looking for

  • Network not showing up, internet works ok

    I have a NetGear router and just bought my first Macbook. I have every PC/Tivo connected to this netgear router wired and/or wireless. I'm running a Macbook with Mac OS x 10.5. Try as I might, I can't get this @$%ing computer to see my PCs. My PCs ca

  • Two 20" Studio Displays or One 23"

    My 6 year old CRT is begging to be replaced. I have a 2.5 Quad and was wondering what my fellow Mac users think. One 23" or two 20"? I'll be usingg my system for digital editing, I thought maybe I could get more bang for my buck with 2 displays.

  • Difference between Data warehouse BO and SAP BO

    Dear All, can anyone let me know the difference b/n data warehosue Business Objects and SAP Business Objects.....and aslo can u suggest which is the better future among these two tools.... explaining in detailed view is highly appreciable! Thanks & R

  • Voyager Calcuations

    Have a grid in Voyager that shows 2008 vs 2007 data in columns by Diagnosis group in rows.  THere's a calculated column that calcs 2008 as a percent of 2007. Row total for ALL Diagnosis groups incorrectly totals the percentage.  How do I make it reca

  • Why does my mac book pro freeze after downloading mountaion lion?

    I downloaded the Mountain Lion and now my macbook pro and it keeps freezing.  I have to keep restarting. I have tried both safari and firefox and it does not seem to make any difference.  Please help as I am getting very frustrated.