BizTalk 2013 Integration with JDE EnterpriseOne 9.1

Hi Guys,
I want to connect to JDE EnterpriseOne 9.1 using the out of box Enterprise JDE adapter provided by BizTalk.
I have done standalone installation of JDE EO on my machine.
I have gone through the tutorial and found that I would need Connector.jar, Kernel.jar and JDEDynAccess.jar.
However, I have found Connector.jar and JDEDynAccess.jar but somehow I don't see Kernel.jar in the installation folders of JDE EO.
Where should I get the specified file?
Thanks in advance...
Dhiraj Bhavsar

I hope I am not the only person on the planet who is trying to implement this solution (Integrating JDE using Adapter). :-(
Does BizTalk 2013/R2 support with JD Edwards EnterpriseOne 9.1?
Thanks & regards,
Dhiraj Bhavsar

Similar Messages

  • Biztalk 2013 integration with CRM 2015

    Hi,
    I am working on a BizTalk 2013 integration with CRM 2015 on premise server and currently developing a POC to see how it works. There are quite a few good articles on BizTalk-CRM integration and I am referring them while building this POC. However I thought
    of taking expet’s advice for this. Here are my requirements as of now.
    Search CRM contacts by Fname, Lname etc.. And definitely not by Contact ID which is GUID. In this case BizTalk can expect responses like Single contact, Multiple contacts, Contact Not found or soap fault.
    Create a single contact record in CRM from BizTalk.
    Update Contact details in CRM like multiple addresses for a single contact.
    So we have 2 approaches to integrate CRM, using untyped soap endpoint or CRM SDK.
    I did an orchestration today with soap endpoint for “Retrieve” operation bypassing a GUID and can see the response returned. But how to pass the fname, lname etc. instead of GUID as there are no fields to populate in the soap Retrieve schema?
    Is it wise decision to use untyped soap UI instead of CRM SDK proxy by keeping the above 3 requirements in mind?
    Using SOAP endpoint, how can achieve the requirement 1 that returns multiple contacts?
    I have seen articles using Query and Fetch to get multiple contacts and I really don’t understand it. Is it the only way to get multiple contacts?
    Thanks!
    JB

    Hi Abhishek,
    While exploring the CRM REST capabilities i found the below content on MSDN that says the REST endpoint works only for getting the contact by uniqueID and not by firstname and lastname etc...
    https://msdn.microsoft.com/en-us/library/gg328090.aspx#BKMK_RetrievingRecords
    Retrieving records
    HTTP GET is used when you are retrieving records. When a unique identifier for
    a specific record is provided, only that record will be retrieved. Otherwise, any system query options that are defined will be applied and up to 50 records will be retrieved that match any system query option filters.
    We can't use a GUID as it is name search from customer website and GUID available at that stage.
    So if it works only with GUID then we have to use either CRM SDK or SOAP enpoint right?
    Cheers
    JB

  • Biztalk 2013 R2 with Windows Server 2003 R2 Domain Controller

    Hello, I have a client right who has a Windows Server 2003 R2 domain controller with active directory installed. Is there any reason why I can't install Biztalk 2013 on a Windows Server 2012 R2 box and add it to that farm to use active directory?
    Thanks in advance,
    -Adam

    BizTalk Server is only going to use the User Groups created in Domain Controller so ideally i don't think there will be any compatibility issue. Also there isn't any microsoft article which talks about BizTalk compatibility with respect to domain controller.
    You will have to create all the Windows Groups and User Accounts in AD, before BizTalk Server configuration.
    Windows Groups and User Accounts in BizTalk Server
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • Lync 2013 integration with Avaya Aura Session Manager 6.3

    Dear All, 
    we are planning to integrate Lync 2013 with Avaya Aura Session Manager 6.3 and Avaya
    Communication Server 6.3.1 for one of our client.
    As per the technical documentation from MS, it shows the integration with lync 2013 with Avaya aura session manager
    6.3 and Communication Server 1000 (CS1K). 
    Please let me know is there any difference between Communication Server
    1000 (CS1K) and Avaya Communication Server 6.3.1.

    Hi,
    From the link below of “Infrastructure qualified for Microsoft Lync”: Aura Session Manager 6.3 is supported with Lync Server 2013.
    https://technet.microsoft.com/en-us/office/dn788945
    Configuration Notes:
    1.Media Bypass, RTCP, and History-Info were set to Enabled.
    2.REFER and Session Timer were set to Disabled.
    Known Limitations:
    1.With Media bypass enabled in Lync, for an incoming call to Lync client that has simultaneous ring to a number with early media enabled, caller will hear ring back instead of the early media.
    2.Avaya Aura communication manager does not send disconnect to PSTN via ISDN trunk while receiving SIP 603 response from Mediation server for incoming call to Lync client. Caller will hear overflow tone and call will not disconnect until caller drops the
    call.
    What’s more, it is better to contact IP-PBX vendor for the installation and set up as they have the complete documentation.
    Best Regards,
    Eason Huang
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Eason Huang
    TechNet Community Support

  • Using XMLP with JDE EnterpriseOne

    I am looking for information in order to use XMLP with JDE. I have used XMLP with EBS, but am newer to JDE E1. I have reviewed the document - Oracle XML Publisher for JD Edwards EnterpriseOne. However, It references a document called Oracle XML Publisher Core Components Guide and I can't find this document.
    Also, if anyone has completed XMLP Check Printing in JDE - I would welcome your input.
    Any information is greatly appreciated!
    Thanks- Malinda

    Hi Malinda
    The core components guide can be gotten out of this link:
    http://www.oracle.com/technology/products/xml-publisher/docs/XMLP5.6.1UserGuide.pdf
    there is some E Buisness Suite stuff in there too.
    Regards
    Tim

  • SalesForce BizTalk 2013 Integration

    Hi there, 
    I'm playing with BizTalk and SalesForce, trying to figure out what would be the best approach to the problem of integration of these two systems.
    Up to this moment I have figured out that there is a Windows Azure Service Bus approach, with Service Bus acting as a relay between SF and on premises BT2013 as well as the MSMQ approach. 
    Could anyone recommend any of these solution as better ? 
    What makes me concerned about MSMQ is - I've read somewhere that it becomes outdated. For example the MSMQT transport is deprecated in BT2010 and higher.
    However the Azure Service Bus approach makes me worried about the long term costs of the solution. Is the data transfer going through that Service Bus ? And what would the cost of that be in a long run inc case we need to trasfer 1GB of data every year/moth/week?
    Thanks in advance.

    HI,
      can you help me to get the data from saleforce to Biztalk with out using Windows Azure. I got the code snippet from MSDN to fetch the data when workflow action is triggered in Salesforce oubound message is sent to Biztalk, but using windows azure account
    I need the same but with out windows azure.
    My requirement is same but I dont want to use the WindowsAzure account
    Here is the MSDN code
    http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286

  • MDT 2013 Integration with SCCM 2012 R2

    Hi all,
    Can we export the Drivers from MDT & import in into SCCM after the integration of MDT with SCCM.
    We were having MDT 2012 update 1 in our environment & not we have integrated MDT 2013 with SCCM so can we export the drivers from MDT 2012 Deployment share & import it in SCCM 2012 R2.
    Thanks,
    Pranay.

    Not really importing and exporting. Just re-use the content of the drivers and import them in ConfigMgr.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Biztalk 2013 configuration with remote sqlserver 2008 R2

    Hi
    can any one help me to configure Biztalk server 2013 with remote sqlserver 2008 R2(Installed in other system) ,
    what are the steps need to be follow to configure the same.

    Hi All,
    Thanks for the quick repose ,i am getting below error while configure the BTS 2013 .
    Error Details:
    TITLE: Microsoft BizTalk Server Configuration Wizard
    Failed to create the SQL database 'SSODB' on SQL Server '' (with SSO Administrator account 'SSO Administrators'). (SSO)
    For help, click: http://go.microsoft.com/fwlink/events.asp?ProdName=Microsoft+BizTalk+Server+2013&ProdVer=3.10.229.0&EvtSrc=SSO&EvtID
    ADDITIONAL INFORMATION:
    (0xC0002A21) An error occurred while attempting to access the SSO database.
     (SSO)
    For help, click: http://go.microsoft.com/fwlink/events.asp?ProdName=Microsoft+BizTalk+Server+2013&ProdVer=3.10.229.0&EvtSrc=SSO&EvtID
    An error occurred while attempting to access the SSO database. See the event log (on computer ' ') for more details.
     (SSO)
    For help, click: http://go.microsoft.com/fwlink/events.asp?ProdName=Microsoft+BizTalk+Server+2013&ProdVer=3.10.229.0&EvtSrc=SSO&EvtID
    BUTTONS:
    OK

  • Lync 2013 integration with OWA

    Hi,
    I am integrating Lync 2013 ( with SBAs as branches)  with OWA 2010.
    The IM and presence works fine for users homed in the front end pool. However for users in the branch pool it does not work as the certificate is rejected by the CAS server.
    SBA uses same server authentication certificate ( OAuth) as the front end. ( which I believe is expected)
    Below is the error msg im seeing :
    brief error logs:
    ================
    TL_WARN(TF_PROTOCOL) [<SBA>\<SBA>]0704.11F0::06/04/2014-04:45:05.129.00001662 (UserServices,CRegister::OnClientDisconnected:register.cpp(1130)) ( 0000000002AACC20 ) Disconnecting client [[email protected]]/EndpointId
    [a9cf0cb1-b611-50ae-8652-3cab8a0c8056] as it has crashed
    TL_ERROR(TF_CONNECTION) [<SBA>\<SBA>]0704.11F0::06/04/2014-04:45:05.129.00001663 (SIPStack,SIPAdminLog::WriteConnectionEvent:SIPAdminLog.cpp(460)) [4230621814] $$begin_record
    Severity: error
    Text: The connection was closed before TLS negotiation completed. Did the remote peer accept our certificate?
    Local-IP: <SBA ip>:62858
    Peer-IP: <CAS server ip>:5075
    Connection-ID: 0x1FEB401
    Transport: TLS
    $$end_record

    Similar issue here...users homed on the SBAs can only see each other in OWA...users homed in other pools show gray presence indicators.

  • Lync 2013 integration with Avaya Communication Manager Version 5.2 and Avaya Session Manager 6.3

    Hi Team,
    I have a situation, We have done integration between Avaya Communication Manager Version 5.2, Avaya Session Manager 6.3 and Lync 2013.
    I’m able to make lync to lync call via extension number but not lync to avaya extension vice versa and lync to mobile calls. Will appreciate your help.
    A PBX gateway has been marked as less-preferred.
    Gateway name: sm.contoso.com
    Response Code: 400
    Consecutive Failure occurrences: 29
    Cause: The gateway responded with the same failure response multiple consecutive times and is being marked as less-preferred.
    Resolution:
    Verify that the gateway is functioning correctly.

    Did you add Avaya Session Manager as a PSTN gateway in Lync Topology?
    Did you create dial plan and related normalization rule for extension in Avaya telephone system.
    Which guide did you use to integrate Avaya Aura Session Manager with Lync Server?
    You can check the following deployment guide:
    http://www.microsoft.com/en-hk/download/details.aspx?id=41152
    Lisa Zheng
    TechNet Community Support

  • Limitations of SharePoint 2013 integration with Exchange 2010?

    Customer using SharePoint 2013 and looking at whether its possible to integrate this with Exchange 2010 and which features would be available / limitations. Looking for a matrix similar to those found in the Good, Better, Best documents available for previous
    versions. Nothing available on Recently Published content for SharePoint 2013 yet http://technet.microsoft.com/en-us/library/cc262043.aspx

    I haven't seen a specific list, but the three features I've run into that only work with Exchange 2013 are eDiscovery in Exchange, Automatic Task Synchronization with Outlook and the Site Mailbox feature.  There is a Legacy Task Synchronization mode
    available that will work with Exchange 2010 if you turn off the Farm level feature controlling Exchange 2013 task synchronization.  It lets users manually sync specific task lists with Outlook.  But there is no task aggregation.  I found this
    whitepaper helpful for exploring the new features and how to turn them off when using Exchange 2010.
    http://www.microsoft.com/en-us/download/details.aspx?id=38799
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Integration with JDE using NER with new 8.97 release

    Has anyone tried integrating SOASuite with E1-NER, new tools release 8.97 where business functions are exposed are web services ? I am planning to do that, so wanted to understand if it can be done and any gotchas ..
    appreciate your help -
    thanks
    Shailesh

    Hi 734082,
    can you please explain what do you mean by saying:
    "I used my username and password on OSB and it kicked me out of my windows SSO ! I had to reboot my pc !
    hope that answers your question. "
    We have the same problem trying to integrate OSB with and asmx service that uses NTLM.
    We have created the artifacts of asmx service using wsimport and we created a little java project using these artifacts. We also added a class with a static method in this project in order to be used by OSB java callout mechanism. When this project if used standalone (through eclipse) works fine and as the environment is windows server, it sends automatically to the client the credentials of user that is logged on windows domain. On the other hand when we deploy this java project in OSB as jar for callout we receive : Response: '401: Unauthorized' exactly at the point that the produced artifact class invokes the constructor of javax.xml.ws.Service in order to create an instance of the service.
    Any ideas of how to solve this or any alternative working solution ?

  • I/PM ERP Integration with Oracle Application Server instead of Websphere

    I'm just starting an integration between IPM 7.7.1 and JDE EnterpriseOne v8.12.
    In the EIS documentation for 7.7.1 has some specific assumptions regarding integrations with JDE EnterpriseOne (8.12), specifically using IBM Websphere. We opted to go with the Oracle Portal and Oracle Application Server. Just curious if the integration approach/instructions would require some adjustments because of the non-Websphere selection my JDE team chose. Or if it just plan won't work.
    Jim

    Hi Jim,
    The reason that the documentation specifically spells out IBM Websphere is most likely because it was the application server that we developed and tested with at the time. The important requirement for this type of integration is that this server be an Intel based server running a Microsoft OS. The reason for this is because there are dlls with the Oracle IPM product that enable communication between the IPM functions and the JDE Business functions. If the Enterprise server for JDE is intel based then a JAS can exist on the same server, the dlls can be on that machine and the extra server is not required. This server is only required if the Enterprise server is not intel based. As far as your choice to use Oracle Application Server goes, I really have no basis to say if this works or not. My thought is that it shouldn't matter as long as the JAS server is an intel based, 32 bit server running a Microsoft OS. There are many other variables and lots of experience implementing this type of integration with JDE within the Oracle IPM consulting team. Give us a call if we can help.
    Hope this helps,
    Matt

  • SharePoint 2013 on-premises integration with third party email account

    the Email sending issue from SharePoint is causing too much time waste 
    First let me explain how our SharePoint is deployed
    Sharepoint version : 2013
    Deployment type : on-premise
    Authentication : from Domain controller also hosted locally 
    domain name ; say domain.com this domain.com is same as our website address hosted on godaddy
    SharePoint computer name on local DNS :  sharepoint.domain.com
    OS and IIS : 2008 r2 , IIS 7.5 
    Network firewall : 25 26 ports  opened for sharepoint , both incoming and outgoing.
    Server firewall : turned off
    Email configuration Attempts by IIS 6.0 
    We tried following setting on IIS 6.0 SMTP local server properties
    In General tab
    qualified name was shown as : sharepoint.dts-solution.com
    IP assigned : sharepoint server IP  , advanced putted two entries of IP with ports as 25,26
    In Access tab
    Authentication : selected as Anonymous 
    Connection : All except below list : empty list
    Relay : only the list below , one entry as 127.0.0.1 and other is local static IP of SharePoint server
    in Delivery tab
    outbound security : Basic authentication : accessed user in AD and given the right password, also checked with annonymous -not working 
    outbound connection: all default values and port = 25
    Advance : fully qualified domain name = sharepoint.domain.com , DNS test showed success, rest every check box unchecked 
    On sharepoint central management settings
    Outbound email = sharepoint.domain.com
    from and reply to address = [email protected] 
    IIS 7.5 SMTP settings 
    In IIS 7.5 sharepoint application we added SMTP settings as smtp server = godaddy out going smtp , user name as [email protected] , password = godaddy password , port : godaddy outgoing port  .
    Godaddy account 
    Our website hosted on godaddy with same name as domain.com
    open relay not possible on emails.
    Results
    After setting alerts on SharePoint sites and assigning tasks with alerts we receive email in queue folder but they never get forwarded. We just wish to use any of our email *.domain.com to send outgoing emails from SharePoint . Its been a while we have no
    success. 
    Tech Learner

    Hi,
    As I understand, you are using SharePoint 2013 integrating with third party SMTP server which provides email function.
    From SharePoint side, I'd suggest you refer to the link below to configure email integration:
    http://technet.microsoft.com/en-us/library/ee956941(v=office.15).aspx
    If you have already confirm that message is sent from SharePoint, while stuck in queue on SMTP server, then the issue might be related to relay on SMTP server. Since the issue is related to third party product, we do not have enough resource here,
    I'd recommend you contact their support engineer for more assistance:
    https://support.godaddy.com/help/category/154/email
    https://support.godaddy.com/help/article/3552/managing-your-email-account-smtp-relays
    Thanks for the understanding.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Integration of Demantra 7.3 with JDE 9.0

    Hi All,
    Plz can some one guide me to integrate standalone Demantra 7.3 with JDE 9.0 and integration of VCP 12.1 with JDE 9.0. Plz let me know what is the pre requisites for this
    Regards
    Sajid

    Hello Sajid
    We've done Demantra Integration with JDE for our clients, please let me know if you need any help and I can work with you directly to get your client do this very quickly.
    Thanks
    Navneet Goel
    [email protected]

Maybe you are looking for

  • XML Publisher Reprint/Republish in PDF format only?

    I searched Metalink and didn't find an answer to this. Here's how I thought reprint/republish was supposed to work in Apps: 1. Run concurrent program, choosing template and output format 2. View output and I see the template/output specified 3. Repri

  • Dynamic Playlist for Streaming Video Errors

    I'm using Lisa Larson's tutorial on the adobe website to create a dynamic playlist from an XML file to work with out FMS server. After playing around with it for an hour I finally got it to connect to the FMS and generate the thumbs but it won't stre

  • JSF and GET parameters

    Hi, This might be an age old question - but I can't seem to find a nice elegant solution - is there any support in JSF for GET parameters? Are there any plans for this to be included? What can I do in the meantime?

  • Adobe 10.0 is asking me to close plugincontainer and retry install?

    Trying to get recipes on line and latest vers. of Adobe Reader needs to be installed..exe file.....saved.......run, then it asks me to close Plugin Container first and retry run......file is 96% loaded.....?

  • Revoking permissions

    i have a number of java permissions associated with the oracle.aurora.rdbms.security.PolicyTablePermission type that i would like 'disabled': select * from user_java_policy order by type_name, name; GRANT TANTALIS oracle.aurora.rdbms.security.PolicyT