Problem with AS2 Enqueue utility

Iam using the AS2 enqueue utility on 11.1.1.6.0 PS5 patch set.
I am trying to simulate a message posted from a third party partner to my host partner.
Below are the properties i used.
user=Correct Username
password=Pwd
url=jdbc:oracle:thin:@host:port/SID
####### Payload Details #######
replyToMsgID =
from=ABC
to=Host
#eventName=SampleEvent
doctypeName=ABC_ShipStatus_DocType
doctypeRevision=1.0
payload=/tmp/naveen/b2b/test.dat
the issue is , in the reports section, the message i push through utility is coming but with incorrect partner values.
i.e. My sender and reciever values are both coming as 'Host'.Hence my message is failing as it is not able to find the right TPA.
Below is the snippet of my report
Doctype TPA Sender Receiver
ABC_ShipStatus_DocType Host Host
But Iam expecting this
Doctype TPA Sender Receiver
ABC_ShipStatus_DocType ABC_ShipStatus ABC Host
Also, Iam having the AS2 Signing in my realworld TPA. Will the simulation through Utility require any signing to complete the message?

There is nothing like AS2 enqueue utility. What you are using is AQ (Advanced Queue) enqueue utility which is used to push outbound messages to B2B to simulate back-end -
http://docs.oracle.com/cd/E23943_01/user.1111/e10229/enq_deq.htm#BGECCIBG
You should set up another domain to mock the TP.
Regards,
Anuj

Similar Messages

  • Problem with HP Printer Utility and Mac OSX 10.5.4

    I have a problem with HP printer Utility. When a standard user adds a new paper profile HP Printer Utility asks to type an administrator's name and password to allow HP printer Utility to make changes. Is it possible to avoid this? Otherwise I have to give admin rights to every user because they have to be able to add new papers. HP printer Utility sharing and permisssions are set to read and write to everyone.
    HP designjet Z3200
    MacOSX 10.5.4 (Mac pro intel)
    HP printer utility 3.6.0.

    Just found an email HP Support sent to me back in January 2008, about this issue
    "Hello Hunter,
    Thank you for contacting HP Total Care.
    There currently is not proper driver for 10.5, so it is surprising that the printer is printing correctly on your Mac from any application.
    Your issue cannot be resolved until the 10.5 driver is developed and released.
    To sign up for an update as soon as it is available ...click on the link below:
    HP's subscriber's choice is a free service where you can select to receive timely email notifications ranging from software and driver updates to creative ways to do more with your HP products.
    http://h71036.www7.hp.com/hho/html/3618-0-0-225-121.html
    If you need further assistance, please reply to this message and we will be happy to assist you further.
    You may receive an e-mail survey regarding your e-mail support experience. We would appreciate your feedback.
    For information on keeping your HP and Compaq products up and running, please visit our Web site
    at:
    http://www.hp.com/go/totalcare
    Sincerely,
    Dave
    HP Total Care"
    I just sent them an email today on any updates regarding a release date on the Leopard driver for P1005, i'll post any info i receive.

  • Problems with VLM Import Utility

    Hello!
    We I are using NI Volume License Manager 3.0 together with NI Volume License Manager Import Utility for importing users data.
    The problem is that we can't import .xml data into VLM when the user types his name into Full Name field and his name contains characters like ČŠĆŽĐ čšćžđ. These characters are not correctly written into .xml file with VLM Import Utility and we have to manually replace them with Microsoft Expression Web before we can load .xml file into VLM server.
    Do you have better solution? Is there some new version of NI Volume License Manager Import Utility that correctly handles non English characters?
    Thank you
    Bojan Gergič
    Solved!
    Go to Solution.

    Hi
    Sorry for not having a god news. This issue is a known bug (You can refere to it by a number CAR - Corrective Action Request - #320545). Unfortunatelly, I have no knowledge about a workaround for this.
    Regards
    Barbara

  • Problem with employee enqueue

    Hi guys,
    I have a problem with an ENQUEN_EMPRELE (enqueue employee)...
    I make a BDC call, and after that a need to enqueue that employee because i need to make other actions in the employee... But a FM ENQUEUE_EMPRELE return that the employee is locked..
    Is it a syncronism problem?
    How can i solved it?
    Thanks in advance,
    LMS

    Please check the spelling of your FM. You have spelled it three different ways in this thread. Do you mean ENQUEUE_EMPREL ?
    If so, try specifying
    _WAIT = 'X'
    Rob
    Edited by: Rob Burbank on Oct 13, 2009 12:09 PM

  • Problems with startup, disk utility, everything else (it seems)

    So I've been having problems with my iMac for about a week (I believe I'm running OSX 10.5 with whatever the most recent update is) (also, it's a 24" that I bought refurbed last October). I kept getting the ?file screen upon startup, but eventually it would start just fine.
    I thought I managed to start and restart in safe-boot yesterday, but now I'm not so sure.
    This morning I tried to do a Disk Utility from the install disk, only I'm a bit confused. This is supposed to find the hard drive, right? so I can do the tests to it and hopefully fix whatever problem there is? Because the utility was only finding the install disk, and then that got stuck and won't even eject (this is where I stopped because I had to leave for work). And when the install to where screen came up, there were no options for where to install the OS.
    I haven't been able to get anywhere to run the hardware test or do a safe-boot or any of those options. I also have not yet called Apple or taken the mac into a store.
    So I am starting to think that perhaps my hard drive is screwed. Am I right, or are there other things I should try first? (And if anyone has any suggestions for how to get that install disk to eject, I'd love to hear them--every time I tried that from the Disk Utility screen, I got an error.)

    Hello b:
    Welcome to Apple discussions.
    To eject the disk, restart the computer while holding the mouse button down.
    The rest of it sounds like hardware, but without being able to boot from the software install DVD, I cannot think of a way to go further. I would take the computer to an Apple store for diagnosis.
    Barry

  • Problems with java logging utility

    Hi,
    I am having a few problems with java's logging framework.
    When I create a logger using
    Logger log = Logger.getLogger("my.com");
    and log my messages using this "log" object, the messages are logged to System.err which is my console. But when I add a Filehandler to this Logger object, I get log messages both in the file and the standard error.
    The problem is that I want to supress logging to the standard error but do not know how to do this. I tried a few things:
    1) If I close the standard error (System.err.close() ), things work fine but I can't afford doing this since other parts of my application might use System.err for some purpose.
    2) I thought that , by default, a ConsoleHandler object is added to the Logger object. So I thought I might get around the problem if I close() this ConsoleHandler object. But, to my surprise, log.getHandlers() returns an empty array by default. So there is no ConsoleHandler attached to it.
    Any info. regarding it will be very much appreciated.
    Thanks,
    Arch.

    Logger.setUseParentHandlers(false)

  • EmbedFonts problem with AS2

    Hey everyone,
    I am having a problem using embedded fonts within my movie and no matter what i try I cannot get it to work. I  have a font embedded which is set to be exported for actionscript and  exported in the first frame. It has an identifier of myfontid. The  following code works fine and displays a text box using Arial:
    Actionscript Code:
    target.createTextField("newText",target.getNextHighestDepth(),50,50,100,300);
    target.newText.text="hi there";
    var myTextFormat = new TextFormat();
    myTextFormat.font = "Arial";
    target.newText.setTextFormat(myTextFormat);
    However the following doesn't work at all:
    Actionscript Code:
    target.createTextField("newText",target.getNextHighestDepth(),50,50,100,300);
    target.newText.text="hi there";
    var myTextFormat = new TextFormat();
    myTextFormat.font = "myfontid";
    target.newText.setTextFormat(myTextFormat);
    target.newText.embedFonts=true;
    I have been toying with this for ages now and read everything I can  about it  but am still having problems. It works when I use similar code  within an empty flv
    file just not within my main movie. This is being run within an  onLoadComplete method for after the image that it sits on finishes  loading, i suspect there must be some issue with this but i can't see  what it is given it works without embedded fonts.
    Thanks so much for your help on this, it's driving me crazy!!
    Dave

    This is driving me nuts When i copy the embed code across into a blank flv file (with the embedded font) and replace target with this then it works perfectly but it will not work no matter what i do within my main swf. The exact code i'm using is:
    target.createTextField("newText",target.getNextHighestDepth(),50,50,100,300);
    target.newText.text="hi there1";
    var myTextFormat = new TextFormat();
    myTextFormat.font = "fontid";
    myTextFormat.color = "0xFFFFFF";
    target.newText.setTextFormat(myTextFormat);
    target.newText.embedFonts=true;
    I just don't even know what to try anymore, i would think there's maybe a problem with running it all within an onloadcomplete statement or something like that however it works perfectly when i use standard non embedded fonts. Also when i debug the movie i can see the textfield newText and it has the correct variable and is has embedFonts set to true but still nothing shows up.
    Any other suggestions would be massively appreciated as i really don't know what to try any more....
    Thank you so much for your help,
    Dave

  • Problem with delay printing utilizing a canon IR c1030 with the lasted drivers

    Hi, I am a total noob at Mac OS
    I have Macbook pro with Mountain Lion installed I also have conected to our organization a Airport Express which I use around the office. The problem is that my department have a network printer Canon IR C1030 which I installed the lasted driver UFRII but when I print its takes a very long time and most time a get the error code: 9 and out of 10 pages I get only 3 to 4.my guesss is that is a problem with the Airport Express and latency but I am not sure. could someone give me a clue what to do next
    Thanks in advance

    Does the iR C1030 have support for WiFi or is it using it's built-in Ethernet port to connect to the AirPort Express? Or are you using the USB port on the C1030 to connect to the Express?
    If the C1030 is connecting to the Express via Ethernet, then as a test I would suggest you connect the MacBook Pro to the Express via Ethernet also.
    Note that if there is only a single Ethernet port on the Express then you will need a unswitched hub to connect to this port on the Express and then you can connect the Mac and C1030 to the other Ethernet ports on the hub.
    If you get the same latency when printing from Mac for this Ethernet-only setup, then this would confirm that it is not a WiFi issue and there is something else contributing to the delay.

  • BR0231E Problem with Legato bACKUP utility

    Hi,
    I'm try to restore my database with brrestore and I'm get the following error:
    BR0280I BRRESTORE time stamp: 2008-03-02 10.12.16
    BR0229I Calling backup utility with function 'restore'...
    BR0278I Command output of 'E:\usr\sap\DOP\SYS\exe\run\backint.exe -u DOP -f restore -i E:\oracle
    \DOP\sapbackup\.rdxjtccy.lst -t file -p E:\oracle\DOP\920\database\init.off.DOP.utl':
    BR0375E Backup utility has reported an error while restoring file M:\ORACLE\DOP\SAPDATA10\BTABI_
    7\BTABI.DATA7
    BR0280I BRRESTORE time stamp: 2008-03-02 10.16.24
    BR0279E Return code from 'E:\usr\sap\DOP\SYS\exe\run\backint.exe -u DOP -f restore -i E:\oracle\
    DOP\sapbackup\.rdxjtccy.lst -t file -p E:\oracle\DOP\920\database\init.off.DOP.utl': 2
    BR0374E 0 of 1 file restored by backup utility
    BR0280I BRRESTORE time stamp: 2008-03-02 10.16.24
    BR0231E Backup utility call failed
    I' have windows 2003 + SAP 4.7 Oracle 9.0.2
    Please help
    Edited by: Luis Minaya on Mar 2, 2008 3:55 PM

    Hello,
    Legato log files might tell you more about the root cause.
    And here's just a guess: Files permissions have to be considered as well. Did you do backup and restore as the same operating system user? If users are different, then different permissions may be a problem.

  • A problem with importing java.util.concurrent

    I am rather new to Java with not that much experience. I apologize ahead though if this is the inappropriate forum to post this problem and/or this question has been answered somewhere else (I couldn't find a post on this subject).
    Some of my research has lead to using a semaphore if you wish to use the synchronized() method. I looked up that the import for that is under java.util.concurrent.Semaphore; however, thanks to netbeans for pointing this out before I compiled it, this doesn't seem to exist.
    I'm using Java version 1.6.0_03 which does seem to be the latest version. Was it simply removed or am I seriously missing something big here? Anyways, I'm at a total loss and hopefully someone can point me in the right direction.
    Thank you in advance for your help.

    jiju wrote:
    check whether import java.util.concurrent.*; is workingAwesome.
    As for netbeans, I went and double checked to see if it is reading from the most updated folder of Java and it is.
    So as I said, I am totally lost as to why it's not working. Should I just downgrade to a lower version of Java? Although it would seem kinda weird to do something like this.

  • Problem with Express Connection Utility, acces provider DLL

    I have installed Oracle Financial Analyzer 6.3.0, and when i want to start the program Express Connection Utility i get the error "Can't find access provider DLL" I don't know what the access provider dll's are, could some one say what those DLL's are or help me with my problem.

    Ok thank you for clarifying that for me.
    Try setting up the extended network again. This time, keep the Express (AX) in the same room as the Time Capsule (TC). Allow both base stations to restart.
    Leave them together until you can verify that the extended network configuration is working. Once verified you can place the AX at the desired location. Note: Placement of the extending base station is critical for overall bandwidth performance of your extended network. Please check out the following AirPort User Tip for details.

  • Installing problems with dbws calling utility

    when iam installing the dbws calling utility i get this error:
    loadjava -u sys/change_on_install -r -v -f -genmissing -s -grant public dbwsclientws.jar dbwsclientdb101.jar
    synonym : util/packing/wsclient/Banner
    The following operations failed
    class oracle/ldap/util/jndi/LDAPSSLSocketFactoryImpl: resolution
    class oracle/net/www/protocol/https/Handler: resolution
    class oracle/net/www/protocol/https/HttpsURLConnection: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection$1: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    class org/apache/soap/rpc/Call: resolution
    class org/apache/soap/rpc/RPCMessage: resolution
    class org/apache/soap/rpc/Response: resolution
    exiting : Failures occurred during processing
    Iam running a db10gR1 Database on a Windows XP System.
    Does anybody know what the error means?
    I tried to use this guides and iam only interested in using webservices, not offering one.
    Metalink: Note:428775.1
    http://www.oracle-base.com/articles/10g/utl_dbws10g.php

    I have exactly the same problem.
    All possible grants are made.
    Running as SYS is not functioning as well.
    The same installation (the same jar's, the same utl_dbws version, the same database version) does function on two other (developers team's) servers .
    The differences are:
    Where it functions: Oracle database Enterprise edition on Windows (Windows 7, Vista)
    Where it does not function: Oracle database Stadard edition on Unix
    I have gone though a decent number of forums and other on-line resources with no success. Solutions available are to grant missing permissions. However these solutions are based on the assumption that under SYS user everything functions properly.
    In my case, this does not function even under SYS as SYSDBA.
    I will highly appreciate any recommendations!
    Best Regards,
    Michail
    P.S.
    Database: Oracle 10.2.0.1 Standard edition installed on Unix

  • Vista problems with iPod reset utility

    I can't even run the installation program. I keep getting a message saying that "iPod Reset Utility requires that your computer is running Windows 2000 or Windows XP".
    My OS is Windows Vista. Anyone have any solutions? Many thanks...

    LeeGalaxy,
    The minimum system requirements for the utility are as stated in KB 305204
    http://docs.info.apple.com/article.html?artnum=305204
    System Requirements
    - Windows 2000 with Service Pack 4, Windows XP with Service Pack 2**
    **iPod Reset Utility 1.0 is not supported for use with Windows Vista.
    That said, some have had success, in using iTunes with Vista.
    However, this article lists some important information on that configuration:
    http://docs.info.apple.com/article.html?artnum=305042
    And you may be able to use iTunes to setup your iPod. Have you tried that?
    Or were you attempting to use the iPod Reset Utility, as described in KB 305204, to solve one of these symptoms:
    - iPod will not play music, and cannot be restored using iTunes.
    - iPod is not recognized by iTunes, but is visible in My Computer or in Device Manager on a Windows PC, or in Apple System Profiler on a Mac.
    - iPod shuffle (1st Generation) is identified as a device in "Recovery mode."
    - iPod shuffle (2nd Generation) is identified as a "USB DFU device."
    If not, you may find this helpful:
    Restoring iPod shuffle to factory settings
    http://docs.info.apple.com/article.html?artnum=300701
    Just to confirm, it is my understanding you have the iPod shuffle (First Generation), correct?
    Hope this helps,
    Generik
    Dual 2.3 GHz PowerPC G5   Mac OS X (10.4.8)  

  • Problems with Canon EOS Utility & Canon 5D Mark II

    Canon EOS utility cannot see my 5D Mark II connected via USB.
    I've installed the latest 5D firmware (1.2.4), latest EOS Utility (2.7.2) and i'm running Snow Leopard 1.6.2.
    When I open EOS utility it cannot recognize the camera, neither with Snow leopard default photo import application.
    How can i solve it? Already tested the usb cable and all the option under camera menus...

    Yes, just started using this and noticed pretty soon afterwards. Seems to happen when I start clicking around or doing anything that uses the processor more than just surfing the web, but that's just anecdotal. I immediately stopped and started using MPEG Streamclip, but I really want the timecode.
    Most recently, I had Log and Transfer open, transcoding some 7D footage, and a few of the clips didn't come in—they were left with the red stop-sign symbol/exclamation point. When I clicked to "retry," it stopped importing the current clip and started on the clip I retried. I clicked "retry" on another unimported clip, and again, the clip import stopped and the new clip began processing. I let it go through and, after the checking the footage, I discovered it had been incorrectly named the first clip's filename! Needless to say, I hand-checked every file to make sure it was the right duration (a few weren't), deleted the files from the Capture Scratch folder, and reimported—making sure I didn't touch the computer.
    I hope they fix this bug, whatever it is.
    BTW, I've experienced it on two separate Mac Pros.

  • Problem with Repository Creation Utility

    Hello,
    I'm trying to perform the SOA Suite installation (11.1.1.6.0).
    I performed the Oracle Database Express Edition (11.2) (rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm then /etc/init.d/oracle-xe configure which started the database).
    I did the "Export RCU_JDBC_TRIM_BLOCKS=true;".
    I also started the RCU step, but when filling the database information, I always get the exception "Invalid service name".
    I obviously entered the default service name "XE".
    What am I doing wrong ? Could you please help ?
    Thanks a lot for your support.
    dc2:/u01/app/oracle/product/11.2.0/xe/bin # lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 08-OCT-2012 12:05:42
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 08-OCT-2012 11:53:18
    Uptime 0 days 0 hr. 12 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/dc2/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dc2)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully

    Hi
    The below is for Linux OS. If you have Windows OS, try something along the same lines. See if this helps.
    I installed Oracle XE on Linux OS with root user. Then install Weblogic, SOA Suite with user like xxx. Once I log into linux, with user xxx, it takes to default location like /home/xxx. Under this folder, edited the file bash_profile.sh with these contents. So everytime I login as user xxx, this file gets executed and it takes care of setting all the PATHS, CLASSPATHS etc. Also see that last line, that calls ". /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh" and this file is setting lot of stuff. Just for my other stuff, I set 64 bit JDK, ANT also in path etc. You may not need that. Just focus on Oracle XE stuff.
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    export JAVA_HOME=/home/xxx/Oracle/Java/jdk1.6.0_24
    export ANT_HOME=/home/xxx/Oracle/Middleware115/modules/org.apache.ant_1.7.1
    export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH
    . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.shThanks
    Ravi Jegga

Maybe you are looking for