Configuring BW Publisher with BOBJ Edge

I will be configuring the BW Publisher on an Edge server and therefore will be servicing all three SAP systems with a single server. In the past I've always set this up on three separate Enterprise servers, one for each BW system.
I've been trying to find information that will explain how to pull this off. Does anyone know if and how this can be done?

Ingo,
The installation guide only describes how to set up the BW Publisher to work with a single SAP Gateway instance. How do you configure the BW Publisher to work with multiple instances of the SAP Gateway? I'm assuming I'll need three instances, one for each envioronment, correct? Is it simply a matter of installing three SAP Gateway instances and configuring each environment to communicate with a specific instance?

Similar Messages

  • Configuring BI Publisher with BI Server on SSL

    I am trying to configure BI Publisher 10.1.3.4 with a BI Server that is configured in SSL.
    The options we have for appending the connection string are:
    <Property Name>:= <Catalog>|<User>|<Password>|<SSL>|<SSLKeyStoreFileName> |<SSLKeyStorePassword>|<TrustAnyServer>|<TrustStoreFileName >|<TrustStorePassword>|<LogLevel>|<LogFilePath>|<PrimaryCCS>|<PrimaryCCSPort>| <SecondaryCCS>|<SecondaryCCSPort>
    eg:ssl=true;sslKeystorefilename=<path and filename of keystore>;sslKeystorepassword=<password of keystore and key>;trustanyserver=true;
    How should we configure this if we do not have a keystore on BI Server with SSL.
    We only have a cacert.pem,server-req.pem,server-cert.pem,server-key.pem,serverpwd.txt and cacert.pem..

    We have got the solution for this issue.
    We need to generate a certificate thro a keytool with a Distinguished Name associated with it.
    Certifying it with self cert of keytool and import the certified certificate into the jave a keystore cacerts and modifying the web site that directs the url to the Publisher Application.
    Steps below:
    C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -genkey -keyalg RSA -keystore sslfile -storepass obiee123 -alias testalias5
    What is your first and last name?
    [Unknown]: shravan
    What is the name of your organizational unit?
    [Unknown]: unit
    What is the name of your organization?
    [Unknown]: Org
    What is the name of your City or Locality?
    [Unknown]: BU
    What is the name of your State or Province?
    [Unknown]: MA
    What is the two-letter country code for this unit?
    [Unknown]: US
    Is CN=shravan, OU=unit, O=Org, L=BU, ST=MA, C=US correct?
    [no]: yes
    Enter key password for <testalias>
    (RETURN if same as keystore password):
    C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -selfcert -keystore sslfile -storepass obiee123 -alias testalias
    C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -list -keystore sslfile -rfc
    Enter keystore password: obiee123
    Keystore type: jks
    Keystore provider: SUN
    Your keystore contains 1 entry
    Alias name: testalias
    Creation date: Dec 31, 2008
    Entry type: keyEntry
    Certificate chain length: 1
    Certificate[1]:
    -----BEGIN CERTIFICATE-----
    MIICMDCCAZkCBElbp/wwDQYJKoZIhvcNAQEEBQAwXzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAk1B
    MQswCQYDVQQHEwJCVTEUMBIGA1UEChMLT3JhY2xlIENvcnAxEDAOBgNVBAsTB1N1cHBvcnQxDjAM
    BgNVBAMTBUJpbmR1MB4XDTA4MTIzMTE3MTIyOFoXDTA5MDMzMTE3MTIyOFowXzELMAkGA1UEBhMC
    VVMxCzAJBgNVBAgTAk1BMQswCQYDVQQHEwJCVTEUMBIGA1UEChMLT3JhY2xlIENvcnAxEDAOBgNV
    BAsTB1N1cHBvcnQxDjAMBgNVBAMTBUJpbmR1MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDL
    yBssKV4mneXMpvIJbAdlVUe2PkWTKYNjs52mEa6a05kbgUstvtL1OAMErycLZUwe4I0q/PKEKZ6K
    4e3AITnUugeHBIxki62DIZcMpHq5NgbqKuEFboBZJeRZgTy61aBfEWIclWpUi0BblXpUZCv0KYAV
    QgSVh71QDJJGyUjTgwIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAHNnUcwia4abj5pJ97uPtbtiKB4b
    6Yx6G/RDf67jwThvvOHgYBo9ue+4s+VXAoNXp7NwFlLTvv0OopSq8IQvQyFy/cTpqYMT4In0t+u+
    0VaKXeL+sMwi3wRYI0RYbMy6NwxGLekjEHLaZa4IXoR8koD69TJLwXk92h48vnLI3YnB
    -----END CERTIFICATE-----
    C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -export -alias testalias -keystore sslfile -file myfile.crt
    Enter keystore password: obiee123
    Certificate stored in file <myfile6.crt>
    C:\OracleBI\oc4j_bi\j2ee\home\config>
    C:\Program Files\Java\jdk1.5.0_14\jre\lib\security>keytool -import -trustcacerts -alias testalias6 -file myfile6.crt -keystore cacerts -storetype JKS
    Enter keystore password: changeit
    Owner: CN=shravan, OU=unit, O=Org, L=BU, ST=MA, C=US
    Issuer: CN=shravan, OU=unit, O=Org, L=BU, ST=MA, C=US
    Serial number: 495ba7fc
    Valid from: Wed Dec 31 10:12:28 MST 2008 until: Tue Mar 31 11:12:28 MDT 2009
    Certificate fingerprints:
    MD5: 14:B5:82:73:8B:9F:DF:D5:8D:BF:69:A8:DC:AA:E1:43
    SHA1: 4E:8B:34:8D:76:BE:83:81:CF:3E:9F:5D:6C:C0:44:55:6B:58:71:81
    Trust this certificate? [no]: yes
    Certificate was added to keystore
    Also modify the web-site on j2ee/home/config and server.xml appropritately to access the site on https.
    secure-web-site shld be appended with : port=4443, protocol=http, secure="true"
    server.xml shld be added with this secure-web-site to make the app work on SSL...

  • How to integrate BI publisher with Apex 3.1.1

    I have installed BI publisher and I have also configured the print server in Apex 3.1.1.
    But when I go to download the RTF format or pdf or xls format, it does not work nor show any error.
    is there any way to resolve this issue?
    Or Please Explain me proper process to configure BI publisher with[b] Apex 3.1.1.
    Thanks,
    Suhaib ahmed

    lloon,
    yes i have configured as mentioned in the link below.
    i am using Oracle 9.2 Database. but i have made the connection of BI publisher with database. i have developed several reports on BI publisher. but Apex is not generating any Report in Rtf,XLs , PDF.
    Suhaib

  • Unable to configure BI Publisher report with Primavera Unifier

    Hello Friends,
    We have installed Primavera Unifier 9.14 release on one Linux machine and OBIEE 11.1.1.7.0 is installed on another Linux machine.
    For configuration, we shared OBIEE installed folder with the Primavera Linux machine.We followed all the steps that are mentioned in the configuration guide for OBIEE(BI Publisher) with Unifier.
    While configuring BI Publisher Reports with Unifier,we are getting following error: Test connection failed.
    "failed to create URL for the wsdl location: 'META_INF/wsdl/Catalogservice.wsdl' retrying as local file.
    no protocol: /META_INF/wsdl/CatalogService.wsdl"
    Unifier Log message:
    ERROR: getCatalogInfo.ex=javax.xml.ws.WebServiceException: Provider com.sun.xml.ws.spi.ProviderImpl not found.
    We have tested BIP login on Unifier application server machine and its working fine.
    BIP END URL used: http://hostname:9704
    BIP User: BIPUSER123 
    BIP Password: BIPUSER123
    BIP Report Folder: ReportFolderName
    BIPUSER123 user has admin privileges and also ReportFolder is having required access.
    Is there any workaround or are we missing some configurations?
    Thanks in Advance

    configure one more virtual path which is unprotected from site minder. we had similar issue for Marketing and resolved by this virtual path.
    ref:
    http://vaandun-analytics.blogspot.com/2009/11/obi-publisher-with-empty-obi-catalog.html
    Thanks
    Sarathi

  • Error configuring BI Publisher 10.1.3.3.2 with OID LDAP Security Config

    I have installed BI Publisher Enterprise Standalone version 10.1.3.3.2 and am able to successfully log in as Administrator. I need to integrate BI Publisher with LDAP. I accessed the Security Configuration section and updated the LDAP information and set up the required XMLP_* groups in OID and assigned them to OID users as instructed in the BI Publisher users document, however the LDAP connection does not appear to be working. When I log in as a user that has been assigned to the XMLP_ADMIN or users that have been assigned to one of the other XMLP_* groups I get an error message:
    Error
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration. Then when I click on the Error Details link I get the following information:
    oracle.apps.xdo.security.ValidateException
    I have verified that the LDAP information entered is correct. The values in my xmlp-server-config.xml are below:
    <property name="SUPERUSER_PASSWORD" value="value not included for security reasons"/>
    <property name="SUPERUSER_USERNAME" value="Administrator"/>
    <property name="GUEST_FOLDER" value="false"/>
    <property name="LDAP_PROVIDER_GROUP_ATTR_DESCRIPTION" value="description"/>
    <property name="SAW_SERVER" value=""/>
    <property name="SAW_USERNAME" value="Administrator"/>
    <property name="LDAP_PROVIDER_GROUP_ATTR_MEMBER" value="uniquemember"/>
    <property name="LDAP_PROVIDER_ADMIN_USERNAME" value="orcladmin"/>
    <property name="SAW_VERSION" value="v4"/>
    <property name="ENABLE_SUPERUSER" value="true"/>
    <property name="LDAP_PROVIDER_URL" value="ldap://stars.rogersgroupinc.com:389/"/>
    <property name="DEBUG_LEVEL" value="debug"/>
    <property name="LDAP_PROVIDER_GROUP_SEARCH" value="(&(objectclass=groupofuniquenames)(cn=*))"/>
    <property name="SAW_SESSION_TIMEOUT" value="90"/>
    <property name="SAW_PORT" value=""/>
    <property name="SAW_PROTOCOL" value="http"/>
    <property name="SECURITY_MODEL" value="LDAP"/>
    <property name="LDAP_PROVIDER_ADMIN_PASSWORD_ENC" value="value not included for security reasons"/>
    <property name="LDAP_PROVIDER_GROUP_SEARCH_ROOT" value="cn=groups,dc=rogersgroupinc,dc=com"/>
    <property name="SAW_PASSWORD_ENC" value="41671566C02C7880B95B49C7F8D40467"/>
    <property name="LDAP_PROVIDER_FACTORY" value="com.sun.jndi.ldap.LdapCtxFactory"/>
    <property name="LDAP_PROVIDER_USER_DN" value="cn=hrsyncuserstest,cn=users,dc=rogersgroupinc,dc=com"/>
    <property name="LDAP_PROVIDER_GROUP_ATTR_NAME" value="cn"/>
    I have opened an SR on this but so far have not gotten anywhere. Any assistance is appreciated. Thanks.
    New information: I found the following messages in the default_group~home~default_group~1.log file:
    When the service starts the following message appears -
    [021208_091215109][][STATEMENT] oracle.apps.xdo.servlet.resources.ResourceNotFoundException: /data/oracle/bipubtest/10.1.3/xmlp/XMLP/Admin/Security/pkiconfig.xml
    at oracle.apps.xdo.servlet.ReportException.fillInStackTrace(ReportException.java:124)......
    and when I attempt to log in I get the following error:
    [021208_091704879][][EXCEPTION] javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2985)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2931)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2732)
    at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2646)
    at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:283)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66).......
    I have tested this user with ldapbind as shown below and
    I get a bind successful so I am not sure why I am getting the Invalid Credentials error:
    ldapbind -h stars.rogersgroupinc.com -p 389 -D "cn=droberts,cn=hrsyncuserstest,cn=users,dc=rogersgroupinc,dc=com" -w <password not included>
    Message was edited by:
    user571286
    I am disappointed that I have received no responses to this issue either on the forum or on my SR with Support. If I need to provide more detailed information in order to get assistance please let me know. Our project is at a standstill until this issue is corrected so I really need some assistance in finding a solution.
    Message was edited by:
    user571286

    Thank you SO MUCH, Dave! I had entered cn=orcladmin in the Security Configuration screen and did not notice that it was saved to the xmlp-server-config.xml as orcladmin... I manually editted the xmlp-server-config.xml file to cn=orcladmin and it appears to be working now!
    Why is the entry not saving correctly from the Security Configuration screen? Is this a bug?
    Thanks again, Dawna.

  • Integraion kit for BOBJ EDGE BI 3.1 WITH DI

    Hi,
    can any help me out in selecting the proper SAP INTEGRATION KIT FOR BOBJ EDGE BI 3.1 WITH DI. 
    ~ BCKUMAR

    You can use the normal BO integration Kit for SAP XI 3.1 (ie. the same that is used for BOE Enterpise). Or extract the installation files of the package on your hard disk and check for the folloing directory Collaterals\SAP Integration Solutions
    Regards,
    Stratos

  • Lync Edge 2013 Service Publish With TMG 2010

    Hello Experts,
    I have a question for Lync edge and having issue in desktop sharing and program sharing with federated partners if logged in on internal as well as external (internet) network... setup is like below.
    TMG with 3 leg architecture ; 1 internal IP, 1 DMZ IP and 4 public IP's (1 for sip access, 1 for web conf, 1 for av and last one for web services)
    edge pool with 1 edge server having 2 NIC and 1 Intenal IP and 3 DMZ IP on second NIC ( GW for DMZ  is IP of TMG DMZ NIC card)
    No Firewall.
    so if all NAT rules and firewall rules configured properly on TMG should have any issue for desktop sharing/program sharing with federated partners. However some partners are working fine? Is desktop sharing / program sharing go through edge always for federated
    partners?
    Any information would be very helpful.
    Many Thanks,
    Ankur

    Hello Ankur,
    Desktop Sharing use the AV link to work. I already had some issues with TMG, check this http://technet.microsoft.com/en-us/library/ee796231.aspx
    After deployed ARR to lync , I don't have more problems. Try this.
    “Vote As Helpful” and/or “Mark As Answered” - Thiago Mendes da Silva - MCSE Communication - ITIL v3 Foundation - http://www.ucsteps.com/

  • LocalHost BOBJ EDGE BI 3.1 Trial

    Hello,
    I recently installed at a 2003 Server the BOBJ EDGE BI 3.1 Trial edition. The installation went fine. The TomCat Server works. By pointing my Browser to http://.
    Regards,
    Théo.

    What is FQDN? I am quite new to this BOBJ.
    However I just want my apps to start at the local machine like
    http://<server_name>:8080/cmcapp as it should be. I need to know any configuration that is missing at the server computer to just execute the apps locally with the standard http hyperlink.

  • Installation process of BOBJ EDGE BI 3.1 on HP UNIX 11.31

    Hi all,
    Greetings!
    I am stuck with the installation process of BOBJ EDGE BI 3.1 on HP UNIX. In my service market place I find the BOBJ EDGE BI 3.1 Installation only for the environments LINUX and WINDOWS.
    Does this mean that the BOBJ Software for EDGE BI (Enterprise) is only available for LINUX and WINDOWS machines and not for HP UX machines?
    But I do find the installation documents in SAP marketplace for SAP BOBJ EDGE BI 3.1 on HP UNIX.
    I find the following packages in my service marketplace,
    Address Directories
    SBOP CATEGORIZER WORKBENCH LANGUAGE MODULES
    SBOP EDGE BI
    SBOP EDGE INTEG. FOR SAP SOL.
    SBOP INTGR. FOR SAP
    SBOP MOBILE
    SBOP XCELSIUS ENTERPRISE
    Ad-hoc Querying package
    BOBJ INTGR. FOR SAP XI 3.0
    Enterprise Query, Reporting, and Analysis package
    BOBJ INTGR. FOR SAP XI 3.0
    BOBJ XCELSIUS ENTERPRISE 2008
    Visualization and Reporting package
    Could you please help me in solving my issue with installing the Business Objects Enterprise on HP UNIX 11.31 u2013 IA64 machine, and please mention the list of softwareu2019s (SAP Media) to be downloaded from SAP.
    Awaiting your response at the earliest.
    Thank you
    Regards,
    Vineeth Damodar

    Hi,
    SAP BOBJ EDGE BI 3.1 is indeed only available for Windows and Linux.
    I would suggest to create an OSS message ([http://service.sap.com/support]) requesting access to SAP BOBJ ENTERPRISE XI 3.1.
    Regards,
    Stratos
    PS: Do you want to access SAP sources (like SAP BW or SAP ERP) from your BOE installation?

  • Star with BOBJ

    Hi guys, my company just bought BOBJ license. Our bosses still don't know for what exactly it'll be used, nor when it'll be used. I'd like to start looking through this stuff since in our company nobody has experience with BOBJ and it's obvious that some day we'll have to use it and I also would like to have. May be it'll be the third party company that would give us a workshop or something, but i don't want to wait.
    My question is where should I start, what are the core BOBJ tools that will be definitely used in by a SAP BI consultant in the future (we have a SAP BW system for warehousing) 
    In one question, where to start and what should be the thing I'd have to learn?
    Thanx a lot

    Hi,
    "I installed the Businesosobjects X3.1 and i can't seem to find Crystal Report nor Dashboard Builder or Xcelsius?"
    BusinessObjects Enterprise XI 3.1 is a report design and distribution platform. It is comprised of:
    - Client side (Windows) product
    - Server side components
    - Third-Party integration-enabled options
    Crystal Reports Designer 2008 is a Windows product. You need it's installation media and a valid license key to install in on machines that will be used to build and publish Crystal Reports.
    Dashboard Builder is present/embedded in BusinessObjects Enterprise XI 3.1 but you need:
    1. "Seperate" Dashboard Builder license key
    2. Setup its seperate repository
    Xcelsius Designer 2008 is again a  Windows product. You need it's installation media and a valid license key to install in on machines that will be used to build and publish Flash (.SWF) dashboards.
    Since you are from SAP background, I presume your reporting and data visualization needs are on SAP data sources. For this to happen, you need to install  "BusinessObjects Integration Kit For SAP XI 3.1" client-server specific components on top of BusinessObjects Enterprise XI 3.1 platform.
    Additionally, you may want to take a look here
    BusinessObjects for beginners Re: Business Objects Beginners Guide
    Regards,
    Subhodeep

  • Integration of BI Publisher with presentation services

    Hello,
    I have installed and configured OBI Answers and Publisher in a Linux infrastructure and configured thro' Websphere/IHS. Answers/Dashboards is working fine. I am trying to integrate BI publisher with OBI answers/dashboards. This is working fine through OC4J but when I try to integrate through Websphere, I get a crypto error.
    I have to deployed a plug-in in web server and tried to integrate BI publisher with presentation services through "cryptotools" and configuring it through instance config. When I hit http://myserver:port/xmlpserver I get "Error 500: com.phaos.crypto.CipherException ". Similarly when I select more products/BI Publisher through OBI Dashboards/Answers, I get the following
    Reporting Login: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException; nested exception is: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException
    I feel this is a common issue across both the end points. Has anyone come across this type of issue or similar issue ?
    Help is greatly appreciated.
    thx
    Dinesh

    I'm installing 10.1.3.4 and YES, i have installed BIP war in Websphere.
    I think I may have resolved my original problem but faced with a different one now. I am able to logon to BI publisher standalone and integrated with OBI Answers (thro websphere). But when i click the dashboards link from BI Publisher, its going to the default OC4J installation and not my websphere. The similar re-direction works fine from OBI - Publisher but not from Publisher - OBI.
    I need to find out, how its finding the server name and port to redirect from BIP -> OBI. Can you guys help please ?
    thx
    dinesh Veera

  • Vintela SSO with BOE Edge 3.1 -  Document

    Hi All,
    Can anybody help me to find the Document in SAP Notes.
    SAP Notes "1328135: How to configure vintela Single Sign-On with BusinessObjects Edge 3.1"
    When I searched the 'SAP Notes search' with 1328135 it says 'Document Not release'
    Thanks
    Ranjit Krishnan.

    Unfortunately I think you need to remove Edge and reinstall choosing tomcat. There are other reasons customers are doing this (SAP integration kit compatibility, to get query builder back) and the installer does not allow the adding/removing of tomcat. If not installed on tomcat I'm not aware of any steps that have been created to add it manually. Make sure the backup your FRS and CMS DB if you have any system info/reports/folders/etc to preserve.
    EDIT: I've just received an email and apparently Edge SP3 may be out sooner than I expected. Edge 3.1 and SP2 were 7-8 months behind XI 3.1 SP1 and SP2 but I'm reading that SP3 may be out at the end of this month or shortly after. At which point the releases may be synchronized and BOE patches will also work on Edge. I'll wait for Edge SP3 release notes to be certain of this but Good news if it's accurate.
    Regards,
    Tim

  • Bursting with BO EDGE ?

    How can we do bursting with BO EDGE? 
    I have a Crystal Report(2008) which is extract data from SAP through the SAP integration kit.  I also have BO EDGE 3.0 and I would like to publish this report to many sales rep with their own data.  Then, I know with BO Enterprise there a publication feature that allow to do that but I cannot see it in EDGE.   Could you explain step by step how to do bursting with Edge 3.0 and Crystal Report 2008 ?
    thanks in advance.

    In the document "Crystal Reports 2008 User's Guide" I can read;
    "Advanced report publishing
    Also known as report bursting, this new advanced-publishing feature is a
    platform for the mass distribution of personalized content. Multiple reports
    can be created based on different data sources, combined into one desired
    file format (for example, PDF), loaded with personalized content, and then
    sent to a dynamic list of recipientsu2014all in one action. The content can be
    archived, printed, or emailed in separate actions, or simultaneously. This
    feature makes scheduling much faster and easier, and provides the ability
    to conduct cost effective one-on-one marketing campaigns and other
    personalized high-volume reporting.
    Note: This feature is available only with a BusinessObjects Enterprise
    Release 3 server environment.
    Then, I repeat my question because we don't have BO Enterprise:  Can we do Bursting with BO Edge Series 3.0 or 3.1?
    I'm asking because even though there's a note, sometime it's confuse between Enterprise and Edge.

  • Configure Audit Database in BOBJ LCM

    Hello,
    Can anyone please provide me steps to configure Audit Database in BOBJ LCM?
    When I goto SIA properties under configuration, I have configured Audit Database and i got message saying Audit Database completed. I have enabled AUDIT in Adaptive processing server too however when I goto properties of Audit Events I am getting message as "Auditing information is not being written to the auditing database. Please verify that the auditing data source is configured properly on the CMS".
    Please guide me in solving this issue...
    Thanks,
    Sravanthi

    Hello Stratos,
    Yes, this is different oracle instance. I am tried with sysdba and i still dont see Audit tables in database. I appreciate, if you have any hints on checking the Audit tables.
    How do I make sure Audit database has been created? and Could you please provide me the steps to configure Audit Database.
    Thanks,
    Sravanthi

  • Configuring XML Publisher for Standalone EnterpriseOne 8.12

    Could someone please help me in configuring XML Publisher for Standalone EnterpriseOne 8.12.
    As per the installation guide for 8.12, I have created a new data source to SQL Server named EnterpriseOne Local.
    Also, I have used "With Windows NT authentication using the network login ID" for this ODBC.
    Now I tried :
    Data Source Name : EnterpriseOne Local
    URL : jdbc:microsoft:sqlserver://localhost:1433
    User : My NT domain ID
    Password : MY NT domain password
    Database Driver Class : com.microsoft.jdbc.sqlserver.SQLServerDriver
    in XML publishers admin tab, but it doesnt work.
    Is the above setting correct?

    make sure you can connect with "my NT domain ID"/"my NT domain password" in SQLserver Mangement studio express using SQL server authenication.
    Try the setting using JDeveloper for DB conncection. If not successful then u must add the
    sqljdbc.jar into your JAVA_HOME/lib
    HTH
    Shaun

Maybe you are looking for