ESB Header Issue

Hi All,
ESB doesn't send header information from Request to Oubound. Only way to pass is to add a xformer and use getRequestHeader and setOutbundHeader for all variables that needs to be passed as a part of header.
Is any other way to do this?

Please specify the Inbound Adapter type, and the Outbound Adapter type
File/Xml/CSV/DB/JMS/AQ ?

Similar Messages

  • ESB: Header

    Hi All,
    We have are facing issue of ESB not propogating header information to endpoint. Did any one face this issue?
    Following link says, "Some Oracle Enterprise Service Bus features are available in Preview mode and will be supported in a later release." and it contains "Header support for SOAP Headers, such as security, encryption, and WS-Addressing"
    Is it still not supported in 10.1.3.3?
    http://download-west.oracle.com/docs/cd/B31017_01/win.1013/relnotes/esb.htm#BDCDJDDF
    We don't want to use getRequestHeader and setOutboundHeader for each element and attribute of header as we are handling WS-Security Header and we don't want to limit the application only to one type of security.

    Please specify the Inbound Adapter type, and the Outbound Adapter type
    File/Xml/CSV/DB/JMS/AQ ?

  • S_ALR_87012168 List Header Issue

    Dear Friends,
    I Am facing problem to resolve the issue as in the standard FI Report S_ALR_87012168 need to hide the list header because if I am executing the report for multiple customers than its displying the all customers in list header so while I am scheduling background job or printing than its printing all the customers in each page than the report data..
    Kindly suggest me how to hide the list header, is there any standard cutomizing or enhancement.
    Thanks,
    DTK

    Hiya
    Click on the Currency icon {Ctrl + Shift + F9} and select whatever currency you want it to be displayed on.
    It gets converted. Then when you hit the green arrow back, it will sk you whether you want to save the data, if you click yes it gets saved.
    Then everytime you execute this report, it will ask you, which layout you want to be displayed as the output - and you can select the one that you saved.  And it aint user specfic either. The pop up Qs comes up for all users.
    Rukshana

  • XML publisher report header issue

    Hi,
    I am facing a unique issue. The problem is : I have two groups: One is with Organization and other at employee level. For each organization I need to reset the page numbers. That I could achieve using @section. I need to put a page break for every employee. And the new employee name should go into the report header(should be repeating at all the pages of the report till the employee name for that org is not changing. Also the page number should not be reset at employee level). The report header is something like :
    Organization:
    Employee name:
    Date:
    For me the first employee name is repeating in all the pages. Please advice if anyone has worked on similar situation. I had posted this question in BI standard edition forum but have not received any reply. I guess I posted it in wrong forum..
    Thanks,
    Sid..

    Hi,
    Use the start:body syntax and move the header items into the main part of the document before the start:body tag. Put a page break before the end for each of your employee group.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • ContentType in HTTP Header issue while sending webservice request

    I have a client application deployed on weblogic10.3.4 which access a remote web application (on websphere5.1).
    The soap request fails because WebSphere5.1 does not accept double quote around utf-8 in ContentType header of HTTP.
    e.g:
    Content-Type: text/xml;charset=utf-8 is valid
    Content-Type: text/xml;charset="utf-8" is not valid
    This can be fixed on glassfish by upgrading metro library.
    But how can I fix this problems on weblogic server?
    I found weblogic8.1 doc which says this issue has been fixed (CR198996), but why does it still exist on 10.3.4?
    Any suggestions would be appreciate.

    Hi _MiRichter,
    Well Done!
    Thank you very much for sharing the solution to us.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Exception in ESB Header Functions (ehdr:getRequestHeader)

    Hi,
    I was working on the context based routing in the ESB.
    My scenario is a simple File to File scenario where I want to make some changes
    in the Filter Expressions in the Routing service part.
    I want to include the Header functions in order to route the file adapters.
    If I Input some two text files of different name in Input File what file name I have
    specified in the Header must only written in the Output File.
    For this I am trying it in RS Filter Expression part and when I drop the Header
    function ehdr:getRequestHeader function some exception is shown like
    Funtion of name "ehdr:getRequestHeader" not Found .
    I was also using the sample Headersupport demo working component which they
    have specified in the following link.
    http://www.oracle.com/technology/products/integration/esb/files/esb-presentation-headers.pdf
    Anyone have Idea on this.

    See the samples on the new ESB OTN page. http://www.oracle.com/technology/products/integration/esb/index.html
    There isn't much GUI support but look at the JMS sample jdev project and study the filters for routing and xsl for setting headers. The hardest part is setting the namespaces correctly.

  • ESB-DBAdapter issue

    Hi all,
    I have DBAdapter to insert records into oracle XE DB from my ESB process.
    Though the record gets successfully inserted,the ESB instance is itself
    marked as errored.
    The following is the stacktrace
    oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException:
    An unhandled exception has been thrown in the ESB system.
    The exception reported is: "oracle.tip.esb.server.common.exceptions.BusinessEventRejectionException:
    An unhandled exception has been thrown in the ESB system.
    The exception reported is:
    "org.collaxa.thirdparty.apache.wsif.WSIFException:
    esb:///ESB_Projects/SOAOrchestration_FulfillmentESB/FedexShipment.wsdl
    [ FedexShipment_ptt::insert(FedexshipmentCollection) ] - WSIF JCA Execute of
    operation 'insert' failed due to:
    DBWriteInteractionSpec Execute Failed Exception. unknown failed.
    Descriptor name: [unknown]. ; nested exception is:
    ORABPEL-11616 DBWriteInteractionSpec Execute Failed Exception.
    unknown failed. Descriptor name: [unknown]. Caused by Exception [TOPLINK-2004] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004))
    : oracle.toplink.exceptions.ConcurrencyException Exception Description:
    A signal was attempted before wait() on ConcurrencyManager.
    This normally means that an attempt was made to commit or
    rollback a transaction before it was started, or to rollback a transaction twice..
    at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:623)
    at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:726)
    at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) ...
    Any help/insight will be very helpful.
    Regards,
    Manu

    We have same issue as yours.
    But worst for us, we need logical delete the record in Source database. And if this Exception happen, the transaction will roll back.
    A oracle guy told me this is an internal bug:5519509 only in 10.1.3.1. I don't know when it will be fixed.

  • Oracle ESB header handler

    We want to perform Authentication/Authorization in Oracle ESB (10.1.3.4) for all our business processes that are invoked from the UX. If user has proper
    credentials, the credentials will be passed in the SOAP header, then only we want business operation to be invoked. Is there any way to write a custom java header handler/interceptor to perform this action? In case the authentication fails we want to return an exception to the client.
    Any help is appreciated.

    We want to perform Authentication/Authorization in Oracle ESB (10.1.3.4) for all our business processes that are invoked from the UX. If user has proper
    credentials, the credentials will be passed in the SOAP header, then only we want business operation to be invoked. Is there any way to write a custom java header handler/interceptor to perform this action? In case the authentication fails we want to return an exception to the client.
    Any help is appreciated.

  • Webservice Header Issue ( Authentication required )

    Dears I am developing client application to consume webservice, the webservice developer sent me the wsdl file and the sample SOAP request , all look fine for me
    the issue that when I am trying to call the webservice it returns an error message ( Authentication Required ) but I am sending the user name and the password in the header as expected.
    here is the Sample SOAP 
    <soapenv:Envelope xmlns:fax="http://fax.po.ws.apps.oracle.xxdof/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header><wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-5A2B82D9EE5888AE0414252886487322"><wsse:Username>weblogic</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">weblogic1</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">jMqFQqEM30Yp+t3tP+8meg==</wsse:Nonce><wsu:Created>2015-03-02T09:30:48.732Z</wsu:Created></wsse:UsernameToken></wsse:Security></soapenv:Header>
    <soapenv:Body>
    <fax:faxStatus>
    <!--Optional:-->
    <arg0>0</arg0>
    <!--Optional:-->
    <arg1>0</arg1>
    <!--Optional:-->
    <arg2>0</arg2>
    <!--Optional:-->
    <arg3>0</arg3>
    <!--Optional:-->
    <arg4>0</arg4>
    <!--Optional:-->
    <arg5>0</arg5>
    </fax:faxStatus>
    </soapenv:Body>
    </soapenv:Envelope>"
    and below the request I am sending 
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <s:Header>
    <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <o:UsernameToken u:Id="uuid-90e0f212-3dc0-4913-96a8-175697d5240d-1" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <o:Username>username</o:Username>
    <o:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</o:Password>
    <o:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">JY+mppXhcmr+Rl/kzURVoYKFKa4=</o:Nonce>
    <u:Created>2015-03-18T09:43:26.248Z</u:Created>
    </o:UsernameToken>
    </o:Security>
    </s:Header>
    <s:Body>
    <faxStatus xmlns="http://fax.po.ws.apps.oracle.xxdof/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <arg0 xmlns="">0</arg0>
    <arg1 xmlns="">1</arg1>
    <arg2 xmlns="">2</arg2>
    <arg3 xmlns="">3</arg3>
    <arg4 xmlns="">4</arg4>
    <arg5 xmlns="">5</arg5>
    </faxStatus>
    </s:Body>
    </s:Envelope>
    Can you please point me what I am missing here
    thanks
    wasim

    Hi,
    In the Sample SOAP, the username and password are weblogic and
    weblogic1. But the request you are sending are
    username
    and password which are not the authenticated account.
    You need make sure that the username and password you passed are authenticated
    account.

  • Cfdocument repeat header issue

    Using cfdocument, we are trying to have a dynamic title bar
    repeat on each page with rows of data underneath.
    It is currently a row in a table which displays once at the
    very top of the first document. When put in the header however, the
    column shrinks to the size of the title, not the size of the
    largest record in the info below because the two tables are now
    separate.
    We tried padding the title with   based on the
    len(of the largest record). This sort of worked but seems we can't
    find a consistent font that will pad it evenly. Does anyone know of
    either a font that would work despite case etc..or have another
    (maybe more clever) idea of how to get the title to size for the
    largest record in each column?
    As always, thank you for your help!
    Va.

    I just ran into this issue and I think this is the edge of
    this capability and time to use the ReportBuilder again. I've used
    the ReportBuilder successfully many times, I've just learned to use
    cfdocument when I can. I thought about using the "len(of the
    largest record). " approach, but it seems like such a kluge. Anyone
    find a good solution? Would be nice if there was an elegant way to
    do this with cfdocument.

  • Compiling libpcap -- header issues

    Hey guys, I'm trying to compile libpcap from source and I'm encountering some issues. Here's the error log from make:
    gcc -fpic -I. -I/usr/include/libnl3 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/modules/3.17.1-1-ARCH/build/include/net -I/usr/lib/modules/3.17.1-1-ARCH/build/include -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-bt-monitor-linux.c
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:14:26: error: conflicting types for ‘fd_set’
    typedef __kernel_fd_set fd_set;
    ^
    In file included from /usr/include/sys/types.h:219:0,
    from /usr/include/stdlib.h:314,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/select.h:75:5: note: previous declaration of ‘fd_set’ was here
    } fd_set;
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:15:25: error: conflicting types for ‘dev_t’
    typedef __kernel_dev_t dev_t;
    ^
    In file included from /usr/include/stdlib.h:314:0,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/types.h:60:17: note: previous declaration of ‘dev_t’ was here
    typedef __dev_t dev_t;
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:19:17: error: conflicting types for ‘nlink_t’
    typedef __u32 nlink_t;
    ^
    In file included from /usr/include/stdlib.h:314:0,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/types.h:75:19: note: previous declaration of ‘nlink_t’ was here
    typedef __nlink_t nlink_t;
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:25:26: error: conflicting types for ‘timer_t’
    typedef __kernel_timer_t timer_t;
    ^
    In file included from /usr/include/sys/types.h:132:0,
    from /usr/include/stdlib.h:314,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/time.h:103:19: note: previous declaration of ‘timer_t’ was here
    typedef __timer_t timer_t;
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:45:26: error: conflicting types for ‘loff_t’
    typedef __kernel_loff_t loff_t;
    ^
    In file included from /usr/include/stdlib.h:314:0,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/types.h:44:18: note: previous declaration of ‘loff_t’ was here
    typedef __loff_t loff_t;
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:112:17: error: conflicting types for ‘u_int64_t’
    typedef __u64 u_int64_t;
    ^
    In file included from /usr/include/stdlib.h:314:0,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/types.h:203:1: note: previous declaration of ‘u_int64_t’ was here
    __u_intN_t (64, __DI__);
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:113:17: error: conflicting types for ‘int64_t’
    typedef __s64 int64_t;
    ^
    In file included from /usr/include/stdlib.h:314:0,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/types.h:197:1: note: previous declaration of ‘int64_t’ was here
    __intN_t (64, __DI__);
    ^
    In file included from /usr/include/linux/sysinfo.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/uapi/linux/kernel.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h:134:23: error: conflicting types for ‘blkcnt_t’
    typedef unsigned long blkcnt_t;
    ^
    In file included from /usr/include/stdlib.h:314:0,
    from ./pcap-bt-monitor-linux.c:37:
    /usr/include/sys/types.h:235:20: note: previous declaration of ‘blkcnt_t’ was here
    typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */
    ^
    In file included from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/time.h:4:0,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/ktime.h:24,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/poll.h:6,
    from /usr/lib/modules/3.17.1-1-ARCH/build/include/net/bluetooth/bluetooth.h:28,
    from ./pcap-bt-monitor-linux.c:40:
    /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/cache.h:5:23: fatal error: asm/cache.h: No such file or directory
    #include <asm/cache.h>
    ^
    compilation terminated.
    Makefile:84: recipe for target 'pcap-bt-monitor-linux.o' failed
    make: *** [pcap-bt-monitor-linux.o] Error 1
    Now, I did change the makefile by adding  /usr/lib/modules/3.17.1-1-ARCH/build/include and /usr/lib/modules/3.17.1-1-ARCH/build/include/net to my include path,
    because it was necessary to get it to compile at an earlier step. But now, as you can see from the first error, a file in libpcap wants the header linux/types.h, but I believe
    it is referring to the "types.h" in /usr/include/linux/types.h, and not the types.h in /usr/lib/modules/3.17.1-1-ARCH/build/include/linux/types.h, which is different.
    How can I resolve this? I have to include the path /usr/lib/modules/3.17.1-1-ARCH/build/include because libpcap needed it for some bluetooth headers or something.
    But how can I tell gcc to look at the other linux/types.h instead? Or would I have to move some files around?
    EDIT: It seems like the actual issue here is that /usr/include/sys/types.h is included. Somehow, the __USE_MISC macro is being defined, causing sys/select.h and sys/types.h to be included, thus including fd_set twice.....But I've grepped the libpcap source and I can't find __USE_MISC anywhere....
    Last edited by lu6cifer (2014-10-28 07:36:34)

    Well, the problem is that you cannot directly include /usr/lib/modules/3.17.1-1-ARCH/build/include to your include path, because doing this will lead to conflicting declarations. Moreover, it seems that unfortunately the file mmgt.h present in the aforementioned directory is not compatible with libpcap. However you can find a compatible version of the header  here.
    One way to resolve your problem is then to create a custom include directory in which you will copy the missing header (that is basically what is done inside the PKGBUILD). Let's say, for example, that ${source_dir} is the directory containing the libpcap sources then you have to execute the following commands:
    #creating custom include directory
    mkdir -p ${source_dir}/include/bluetooth
    #downloading the missing header into it
    curl https://projects.archlinux.org/svntogit/packages.git/plain/trunk/mgmt.h?h=packages/libpcap -o ${source_dir}/include/bluetooth/mgmt.h
    #Adding the custom include directory to the include path
    export CFLAGS="$CFLAGS -I${source_dir}/include"
    #Finally run the configure script
    ./configure --prefix=/usr
    Last edited by mauritiusdadd (2014-10-29 15:55:22)

  • ESB- Licensing issues and etc

    Hi All,
    I was wondering if i could have a few of my doubts cleared
    1. According to my understanding since EDI requires licensing and certification, If i use ESB and make it transform the document to some other format. Then if i can post the same document through some 3rd party software whose only function is to post to a particular OXTA or HTTP URL for example.
    Will there be any legal issues here ?
    2. Where can i find a list of possible transformation which ESB supports. (cXML,OAG,EDI,Rossatenet, UBL etc)
    3. Is there any possible comparision between ESB and B2B in terms of transformations and handling/processing documents?
    Cheers
    Ravi

    ESB delivered with basic adapters, DB, AQ, JMS etc.
    If you want to use for Rosettanet,EDI etc you need to buy the relevant adapters.
    But ESB should not be used for this purpose as it does not have the relevant security and partner link definition stuff that B2B has, this is why they are two different products.
    The adapters are just connection technology.

  • Kerberos Header Issue for Desktop Signon

    Hello,
    As I following the PeopleBook for the Desktop Singal Signon of Kerberos protocal, here's some issue while using the FUNCLIB_LDAP.LDAPAUTH signon peoplecode to authenticate the NT Domain user while logging.
    The Peoplecode from Peoplebook is looking at KRB_USER and Authorization Header names in the Kerberos ticket from the Kerberos token. But always the PIA login as the PUBLIC user whatever NT Domain user I logged.
    Then I tried to look out the HeaderName & its value pair as below: (Note: Didn't fine any KRB_USER or Authorization header name in the request list)
    Name: Accept - image/jpeg, image/gif, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    Name: Accept-Language - en-US
    Name: User-Agent - Mozilla/4.0 (....)
    Name: Host - www.mydoamin.com
    Name: Connection - Keep-Alive
    Name: Cookie - SignonDefault=PUBLIC; http%3a%2f%2f......
    Above is all the header name in list of request. No KRB_USER or Authorization name liked headers.
    Below is the monitor log from PIA_weblogic log:
    ####<Apr 26, 2012 2:18:44 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421124992> <BEA-000000> <KerberosSSOFilter: Requesting Kerberos token. (Connection is NOT secure)>
    ####<Apr 26, 2012 2:18:50 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421130924> <BEA-000000> <KerberosSSOFilter: Received invalid token.>
    ####<Apr 26, 2012 2:18:50 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421130949> <BEA-000000> <KerberosSSOFilter: Received invalid token.>
    ####<Apr 26, 2012 2:18:50 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421130997> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131071> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131117> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131078> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131084> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131094> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131102> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131106> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131112> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131081> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131115> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131116> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131136> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131138> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131137> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131139> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131140> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131140> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131157> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131164> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131158> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131159> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131161> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131161> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131162> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131165> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131166> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131167> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131169> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:18:51 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421131172> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:27:52 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421672310> <BEA-000000> <KerberosSSOFilter: Requesting Kerberos token. (Connection is NOT secure)>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690236> <BEA-000000> <KerberosSSOFilter: Received invalid token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690276> <BEA-000000> <KerberosSSOFilter: Received invalid token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690345> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690420> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690436> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690426> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690428> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690430> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690432> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690447> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690461> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690471> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690449> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690474> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690482> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690485> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690486> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690487> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690488> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690489> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690490> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690492> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690493> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690494> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690495> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690496> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690497> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690497> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690510> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690512> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690513> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    ####<Apr 26, 2012 2:28:10 PM CST> <Notice> <Stdout> <kcpl> <PIA> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335421690513> <BEA-000000> <KerberosSSOFilter: Valid session id. Not requesting Kerberos token.>
    The Kerberos Desktopsso class are existing under PIA_HOME/..../classes/.../kerberos/ folders as well as PS_HOME/class/..../kerberos/ folders
    6 classes under PIA_HOME corresponding folder while 2 classes under PS_HOME corresponding folder.
    Due to the KRB_USER and Authorization header name not found, the Kerberos not correctly switch to corresponding desktop user.
    Here's my setup:
    1. Follow the PeopleBook guide to create Kerberos domain user, keytab file, and related conf file, web.xml
    2. Create PUBLIC user id in PIA with only Mobile Client User Role for PeopleSoft Home page access.
    3. Follow all the information related kerberos setup in PeopleBook section of desktop singal signon.
    While I type the URI like: http://www.mydomain.com/psp/<SITENAME>/EMPLOYEE/ERP/h/?tab=DEFAULT, the IE prompt the Windows Security logon prompt for Domain User & Password input, after try any domain user with valid password, the page redirected ONLY to PUBLIC user.
    Is there anyone successfully implemented the Desktop Kerberos signon? And how to fix the KRB_USER, Authorization headers not in the Request header from Kerberos Token ticket?
    Thanks,
    Saxon SI
    Edited by: Saxon SI on Apr 26, 2012 2:57 PM

    Hi Henry,
    Thank you for your input, I've done some check you mentioned as following:
    user5336584 wrote:
    Hi
    We have this working on PT 8.51 in environments with a Windows 2008 R2 domain controller and environments with a Windows 2003 domain controller.
    When you checked the headers did you check whether the browser was sending the authorization header? It should start Negotiate YI..... if it is sending a Kerberos token. You can use tools such as Fiddler or HttpHeaders to check what the browser is sending. I've tried the Live Http Headers as of FF add-on to get the request/response header on Client as below FYI:
    URL Access from FF in Client:
    http://www.mydomain.com/psp/KCPL/EMPLOYEE/ERP/h/?tab=DEFAULT
    Request Headers:
    GET /psp/KCPL/EMPLOYEE/ERP/h/?tab=DEFAULT HTTP/1.1
    Host: www.mydomain.com
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Cookie: SignOnDefault=PUBLIC; KCPL-80-PORTAL-PSJSESSIONID=cQPSPjjbHpsTpVwCJ2dZlvJdYwWz5qTC!-1584708328; ExpirePage=http://www.mydomain.com/psp/KCPL/; PS_LOGINLIST=http://www.mydomain.com/KCPL; http%3a%2f%2fwww.mydomain.com%2fpsp%2fkcpl%2femployee%2ferp%2frefresh=list: %3ftab%3ddefault|%3frefresh_all_pagelets%3ddefault|%3ftab%3dremoteunifieddashboard|%3frefresh_all_pagelets%3dremoteunifieddashboard; PS_TOKENEXPIRE=4_May_2012_05:07:08_GMT; PS_TOKEN=pgAAAAQDAgEBAAAAvAIAAAAAAAAsAAAABABTaGRyAk4Abwg4AC4AMQAwABRTCw37UzDifaKUDUe4V3J/jGjsFWYAAAAFAFNkYXRhWnicHYlNDkAwFIS/IlYWLkK0/romIkKkG7F0BBd0OJO+Sb6ZN/MCWZoYI/8S4hWBi4mDjZl84WSlDNz6HnYxaOscDRZHJe8jO9Gpq5XHSC96aVBraeEHjvULpw==
    Response Headers:
    HTTP/1.1 200 OK
    Date: Fri, 04 May 2012 05:07:08 GMT
    Content-Length: 5386
    Content-Type: text/html; CHARSET=UTF-8
    Expires: Fri, 04 May 2012 05:27:08 GMT
    Last-Modified: Fri, 04 May 2012 05:07:08 GMT
    portaltopnav: true
    ignoreportalregisteredurl: 1
    pscache-excludeparams: c
    portalcachecontent: true
    pscache-handler: psft.pt8.cache.handler.MenuCacheHandler
    Set-Cookie: http%3a%2f%2fwww.mydomain.com%2fpsp%2fkcpl%2femployee%2ferp%2frefresh=list: %3frefresh_all_pagelets%3ddefault|%3ftab%3dremoteunifieddashboard|%3frefresh_all_pagelets%3dremoteunifieddashboard; domain=.mydomain.com; expires=Fri, 04-May-2012 05:27:08 GMT; path=/
    Set-Cookie: PS_TOKENEXPIRE=4_May_2012_05:07:08_GMT; domain=.mydomain.com; path=/
    pscache-control: role%2cmax-age%3d-1
    Content-Encoding: gzip
    portalregisteredurl: http://www.mydomain.com/psc/KCPL/EMPLOYEE/ERP/s/WEBLIB_PORTAL.PORTAL_HOMEPAGE.FieldFormula.IScript_HPPoweredBy
    X-Powered-By: Servlet/2.5 JSP/2.1
    usesportalrelativeurl: true
    (From PIA startManagedWebLogic PIA cmd windows, the general log for this access process is as: 1. Request Kerberos token; 2. Received Invalid token; 3. Using PUBLIC user id without Kerberos token to view the page)
    >
    If the browser is not sending a token then I'd try adding the site to your local intranet zone assuming you are using Internet Explorer. This should get rid of the domain user/password prompt and the browser will trust the site for Kerberos negotiation.In IE, the http://*.mydomain.com & https://*.mydomain.com already inserted in the local intranet zone. In the FF, at about:config, the network.negotiate-auth.trusted.uris is set as "mydomain.com"
    >
    We had a problem on one environment with Kerberos working over http but not https - this was because one environment was running an older Java version, 1.6.0_17 - updating to the correct version of JRockit to Java 1.6.0_26 has resolved that. For HTTPS login, in IE the Certificate Error with Red color highlighted, due to the certificate is not verified as a trusted CA. But the HTTPS can logged in and home page can displayed. (I guess the CA Error should not impact the HTTPS access, right?)
    >
    It might also be worth running a klist command (just type "klist" in a command prompt on the client machine) to see what tokens you have after trying to authenticate. You should see an entry corresponding to the server name.Here's the output for klist on my client server where to access the PIA from FF:
    Current LogonId is 0:0x11ae15f
    Cached Tickets: (6)
    #0>     Client: krbtest @ MYDOMAIN.COM
         Server: krbtgt/MYDOMAIN.COM @ MYDOMAIN.COM
         KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
         Ticket Flags 0x60a00000 -> forwardable forwarded renewable pre_authent
         Start Time: 5/4/2012 12:53:25 (local)
         End Time: 5/4/2012 22:53:23 (local)
         Renew Time: 5/11/2012 12:53:23 (local)
         Session Key Type: AES-256-CTS-HMAC-SHA1-96
    #1>     Client: krbtest @ MYDOMAIN.COM
         Server: krbtgt/MYDOMAIN.COM @ MYDOMAIN.COM
         KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
         Ticket Flags 0x40e00000 -> forwardable renewable initial pre_authent
         Start Time: 5/4/2012 12:53:23 (local)
         End Time: 5/4/2012 22:53:23 (local)
         Renew Time: 5/11/2012 12:53:23 (local)
         Session Key Type: AES-256-CTS-HMAC-SHA1-96
    #2>     Client: krbtest @ MYDOMAIN.COM
         Server: HTTP/kcpl.mydomain.com @ MYDOMAIN.COM
         KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
         Ticket Flags 0x40a40000 -> forwardable renewable pre_authent ok_as_delegate
         Start Time: 5/4/2012 13:03:05 (local)
         End Time: 5/4/2012 22:53:23 (local)
         Renew Time: 5/11/2012 12:53:23 (local)
         Session Key Type: AES-256-CTS-HMAC-SHA1-96
    #3>     Client: krbtest @ MYDOMAIN.COM
         Server: cifs/kcpl.mydomain.com @ MYDOMAIN.COM
         KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
         Ticket Flags 0x40a40000 -> forwardable renewable pre_authent ok_as_delegate
         Start Time: 5/4/2012 12:53:25 (local)
         End Time: 5/4/2012 22:53:23 (local)
         Renew Time: 5/11/2012 12:53:23 (local)
         Session Key Type: AES-256-CTS-HMAC-SHA1-96
    #4>     Client: krbtest @ MYDOMAIN.COM
         Server: ldap/kcpl.mydomain.com @ MYDOMAIN.COM
         KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
         Ticket Flags 0x40a40000 -> forwardable renewable pre_authent ok_as_delegate
         Start Time: 5/4/2012 12:53:25 (local)
         End Time: 5/4/2012 22:53:23 (local)
         Renew Time: 5/11/2012 12:53:23 (local)
         Session Key Type: AES-256-CTS-HMAC-SHA1-96
    #5>     Client: krbtest @ MYDOMAIN.COM
         Server: LDAP/kcpl.mydomain.com/mydomain.com @ MYDOMAIN.COM
         KerbTicket Encryption Type: AES-256-CTS-HMAC-SHA1-96
         Ticket Flags 0x40a40000 -> forwardable renewable pre_authent ok_as_delegate
         Start Time: 5/4/2012 12:53:24 (local)
         End Time: 5/4/2012 22:53:23 (local)
         Renew Time: 5/11/2012 12:53:23 (local)
         Session Key Type: AES-256-CTS-HMAC-SHA1-96
    Note: the Domain Controller server (a) is name as kcpl, and in the DNS I've added an alias name www pointed to kcpl. During the Kerberos SPN setup I always use www.mydonmain.com for the SPN.
    Can you please confirm is your working environment for SPN is using www while the machine name is not www?
    >
    Another thing that could cause problems is a duplicate SPN. You can check for duplicates using the setspn command with the -x swicth (type "setspn -x" at a command prompt).I've run it from the Domain Controller, and the output show my the no dup entries:
    Checking domain DC=mydomain,.. DC=com
    Processing entry 0
    found 0 group of duplicate SPNs.
    As I note the Process entry is 0, does this mean that my kerberos setup is corrupt or not?
    PS: the actual domain name is replaced with mydomain for a simple understanding XD
    Thanks,
    Saxon SI

  • HP 6500A+ print Head Issue

    Hi, I have HP6500 A+ printer and it is out of warranty. The message is coming when i try to a print is: INK SYSTEM NOT RESPONDING. I sent to the HP service centre and they are saying that print head needs to be replaced. I am not sure waeher they have dignosed the correct problem or not so please advise.
    Thanks
    Aamir

    Hi,
    Please check the steps in this document and if this doesnt help then may be the printer needs to be replaced
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03081973&tmp_task=solveCategory&cc=us&dlc=en&la...
    Hope this helps
    Although I am an HP employee, I am speaking for myself and not for HP.
    *Say thanks by clicking the "Kudos! Star" which is on the left*
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue.

  • Report header issue in .RTF Template

    Hi,
    I have designed a .RTF Template, I need to display a Parameter in the header part of the template, If the Parameter doesn't contain values then I do not want to show them, Can I have If and End if condition in the header part, I believe I cannot use Field in the header part.
    How do I achieve it, If you need the .RTF template i can upload.
    Regards,
    Ashoka BL

    Hi,
    Declare the parameter with the syntax <?param@begin:AAAA?>
    And in the header use <?$AAAA?> if AAAA is the name of your parameter. If theres no value, it will automatically not display since the value is blank, No need of an if wrapper.
    -Domnic

Maybe you are looking for

  • How can I print emails? Printing Error message that no printers are installed. (Printers are installed.)

    When I click File > Print, I get a Printing Error message that no printers are installed. Printers are installed. When I click Yes to install a new printer, I receive a new error message that "Windows can't open Add Printer / The local print spooler

  • Why is iMessage not working when I cross to Canada?

    I had no isssues till I upgraded to iOS 6 and from there.. iMessage stopped working when I'm at work even when connected to wi-fi. I put my iPhone on airplane mode so I don't get over charged and use the wi-fi at work to keep all data active but it s

  • Enum in a Typedef Reverts to Default (LabVIEW 2009)

    When I add additional items to a typedef'd enum, constants of that enum on some BD's revert back to the default zero index enum value. In the past (8.6.1 and previous), adding items to an enum in no way would ever change constants that were already d

  • VTASK problem in RH_UPDATE_DATABASE

    Hi Experts, I'm using RH_OBJECT_CREATE to create new position and RH_RELATION_WRITE to create relation of position to Org.Unit and using RH_UPDATE_DATABASE after both...but using VTASK as 'S'. This is not showing any exception but sends a SAP Mail as

  • Adding angles in multicam

    In the manual I found instructions on adding an angle to an existing multicam clip. I was able to add it in the angle edtior, but it's not showing in the angle viewer. Any suggestions?