BizTalk ESB tool kit 2.2 Configuration Issue File/SSO

Hi,
I m trying to configure BizTalk ESB tool kit 2.2.
In the configuration we have File Counfiguration source or SSO Configuration source. As per the below blog 
MSDN ESB Tool Kit Configuration
If you are installing and configuring the ESB Toolkit in a single server environment, you should
use File Configuration Source. The SSO Configuration Provider is most commonly used for multiple machine deployments.
1. We having the BizTalk VM and SQL Server as a Remote machine, in our case do we need to go with the File or SSO configuration.
2. What is the use of the Configuration (File and SSO COnfiguration)?
3. If i go with SSO configuration i am getting below error : 
Error:   Exception calling "PushAllConfiguration" with "6" argument(s): “Unrecognized element 'typeConfig'. (C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit\esb.config line 151)”
I find the error in the Microsoft blog but dont know how to change the TypeConfig:( 
Please let me know which configuration i need to select and resolution for the above issue.
Regards, Aboorva Raja R Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Hi,
I configured SSO Configuration Source because for multi environment we need to use the same.
Follow the instruction in the below blog and Replace the Resolver as it is in the blog. Then it will configured successfully.
ESB ToolKit Configuration Issue Resolution
Regards, Aboorva Raja R Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Starting with ESB Tool kit ?

    Hi All,
                    I have to Develop Sample applications on ESB tool kit, with BizTalk server 2013, and i configured ESB tool kit in my system and i struck on how to create ESB releated applications only using Visual
    studio. Please suggest me regarding this request and give some useful suggestions and links.
    Thanks in Advance.
    Thanks & Regards
    Chinna

    Once you installed the ESB Toolkit 2.2, you will have Itinerary Designer extension registered with Visual Studio 2012, through with in your visual studio
    with Itinerary Designer you can starting design/create Itineraries for ESB-Tool kit 2.2. (Note, some users have faced some issue in registering the Itinerary Designer in ESB Toolkit 2.2, solution for this
    issue is here)
    Then you can follow the tutorial for ESB-Toolkit to get started.
    Installing the BizTalk ESB Toolkit Core
    Getting Started with the BizTalk ESB Toolkit
    Video: BizTalk ESB Toolkit 2.0: Itinerary Design Process and Tooling
    BizTalk ESB Toolkit Sample Applications
    ESB Training Kit
    TechNet:BizTalk Server: ESB Survival Guide
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Is there any blog or examples to handle the errors without using ESB tool kit.

    Hello,
    I have been trying to work with error handling since last week but I dont understand how to construct the error message. Is there any blog or examples to explain handle the errors step by step from scratch without using ESB tool kit.Can anybody help me out.
    Thanks in advance.

    You can use option 3 to construct the error message inside orchestration.
    Before using a BizTalk XML Message inside an orchestration, it must first be constructed. In fact this is just populating the message with XML. If there is an attempt to use this message before it is constructed, the above error will come. Some messages
    come pre-constructed, such as messages that originate from a send port
    There are several ways to construct a message inside an orchestration:
    Create a new message from an existing message using BizTalk map
    Assign one message to other(i.e. creating a copy of an existing message)
    Creating a message with the help of a System.XML.XMLDocument variable
    We have to first declare an orchestration variable of type XmlDocument. Then in a message assignment shape, we need to do something like this:
    myxmlDoc = new XmlDocument();
    myxmlDoc.LoadXML("<somexmlhere></somexmlhere>")
    myMsgBeingConstructed = myxmlDoc;
    Abhijit Mahato - Microsoft Community Contributor 2011 - MCTS BizTalk Server blog: http://abhijitmahato.wordpress.com/ Please "Mark as Answer" if Post has Answered the Question

  • EM Configuration issue : file not found

    I have installed Oracle 10g db on Linux & my Enterpise Manager Url is not working
    When I give a command emctl dbconsole start ,I get the an error EM Configuration issue : file not found
    Help is appreciated.
    Savitha

    Did you ever get an answer for this? I am experiencing teh same error after running the upgrade script.

  • BizTalk ESB Portal Configuration Issue

    Hi,
    Can anyone please help me to resolve this below issue?
    Actually i have installed/configured ESB toolkit in Dev server and Hosted ESB web site and Webservice. all are in same machine. I am able to successfully browse the portal and able to see the exceptions.
    but when i installed/configured ESBToolkit in another environment, here BizTalk is in one machine and DB is in another machine. and the Web site and WS is hosted in Biztalk machine. initially i got few configuration errors which i was resolved and after
    that i am getting the below errors.
    Error:
    1.       Index (zero based) must be greater than or equal to zero
    and less than the size of the argument list.
    2.       Syntax error or access violation. Source: Microsoft.Practices.ESB.BizTalkOperations.BizTalkQuery
    Warning:
    1.       Exception message: An unexpected error occurred during
    initialization of the BizTalk Operations Service. ---> Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    The above error is getting from “ESB.BizTalkOperationsService” web service which was created while configuring ESB Toolkit. The ESB Portal is accessing this web
    service and getting the data.
    I have verified the Portal source code, and find out ESP web site is calling Application() method in the ESB.BizTalkOperationsService.
    that time i am getting this error. this will happen only two diffferent servers for biztalk and DB.
    As per my understanding, this method is getting the BizTalk application details from BtsmgmtDB. but one thing i noticed, in the web.config
    in ESB.BizTalkOperationsService  does not have the Db connection string. so I am little confused how it is getting data without
    DB details.
    I referred some URLs and verified the user permission/ authenitication. every thing is correctly configured.
    I
    Can anyone please help me to resolve this issue?
    Best Regards,
    Vinoth

    Hi Abhishek,
    Thanks for your Quick response.
    I did the above steps as you mentioned above. now i am getting 2 errors and waring like
    First Error in Event viewer
    Error in the application.
    Source: Microsoft.Practices.ESB.BizTalkOperations.BizTalkQuery
    Method: Void .ctor()
    Error Source: Microsoft.BizTalk.ExplorerOM
    Error TargetSite: Void set_ConnectionString(System.String)  
    Error StackTrace:    at Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer.set_ConnectionString(String value)
       at Microsoft.Practices.ESB.BizTalkOperations.BizTalkQuery..ctor()
    second error:
    1.       Index (zero based) must be greater than or equal to zero and less than the size of the argument
    list.
    Warning:
    1.       Exception message: An unexpected error occurred during
    initialization of the BizTalk Operations Service. ---> Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    do you have any idea about this?
    Thanks,
    Vinoth

  • How to configure MDT tool kit files and UDI settings to enable lite touch installation

    please assist me for lite touch installation. i have integrated MDT 2013 with SCCM 2012 R2 then not sure what next? like how to configure MDT tool kit files and UDI settings to enable lite touch installation

    Here are some examples:
    http://www.windows-noob.com/forums/index.php?/topic/5250-using-sccm-2012-rc-in-a-lab-part-18-deploying-a-udi-client-task-sequence-with-mdt-2012-rc1-integrated-in-configuration-manager-2012/
    http://damonjohns.com/2013/08/20/integrating-udi-into-your-sccm-osd-task-sequences/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Issue in Data Admin Tool Kit

    Hi,
    I am modifying the Signature email body under workflow in Cutom Translations in Data Admin Tool Kit. When I am trying to write in new line, I am not able to write.
    I used HTML tags like \n but then also it is not writing in to new line.It is coming as below.
    Action needed at the following status\n<b>INPUTand REVIEW</b>\n Data Owner can enter content.Refer to the Ownership Grid on the Helix SharePoint for field ownership and instructions.\nData Reviewers can review and sign off to approve the spec.\n\n<b>PLANT TRIAL</b>\nData Owner can Modify, Update, Review owned content.\nData Reviewers can review and sign off to approve.
    Please help and let me know how to write the text into new line in Override translations under Custom translations .

    What is the sql you are using? Is this Sql Server or Oracle?
    You can try a double back slash like this
    Action needed at the following status\\n<b>INPUTand REVIEW</b>\\n Data Owner can enter content.Refer to the Ownership Grid on the Helix SharePoint for field ownership and instructions.\\nData Reviewers can review and sign off to approve the spec.\\n\\n<b>PLANT TRIAL</b>\\nData Owner can Modify, Update, Review owned content.\\nData Reviewers can review and sign off to approve.
    If it is sql server Ive used the following in the past with SQL Server Studio, and just included the new line/Carriage return in the editor and it worked:
    INSERT INTO TysonTranslationItemValues (pkid, fkTranslationItem, langValue, langID) SELECT '2167d3fa954c-2ab3-4e7e-bb06-5bda86eba661', '2166b8a82f69-b243-4d2b-a380-ffdd542e01d6', N'Attention: @PERSONTOSIGNOFF
    Your ''@FUNCAREA'' signature has been requested for the activity ''@TITLE.'' (on project ''@PROJECT''). Please review the document and use the ''Workflow'' signpost icon in the upper toolbar to submit your approval (or return with comments) once you have reviewed the supporting documents:
    @URL', 0 FROM DUAL;
    Hope that helps.
    --Trey

  • Reader 10.1.4 / latest pdf tool kit / QTP 11 - QTP hangs sporadically or reader crashes

    Hello ,
    Following is the tool set we are using:
    Reader 10.1.4
    Latest pdf tool kit for 10.1.x
    QTP 11
    We are able to capture the objects in the PDF form and create a QTP script fine, but when we try to run the QTP script:
    -It either hangs at a random step and then it needs to be killed from task manager, after waiting for it for ~ 15 - 20 mins.
    or
    - Some times reader itself crashes.
    Just wondering, has any one here come across this behaviour and found a workaround/solution to it?
    Regards,
    Bhart

    I unistalled and reinstalled everything. I still get the issue:
    Config:
    QTP 10.0 with Patch HP QTP_00626, on Vista and Browser IE7
    All plugins (AcroPDF, Flex, etc) appear in the QTP active Plugins window.
    Tested versions:
    Reader 10.1.1 (not in compatible list but Adobe recommends it anyway, see "http://forums.adobe.com/message/3956025?tstart=0#3956025") -> No go
    10.1.2 (ideal with the latest AcroPDF plugin) -> no go
    10.1.4 (known issues, see the same link above) -> No go
    remark: I only focus on the second version of the plugin (see "http://labs.adobe.com/downloads/aptt.html"), as the old one is compatible with 9.x versions, which are out of my scope. There is a rumour about an hypothetical third version, but nothing concrete here.
    Problem:
    I always get "Failed to find object: Failed to find Acrobat" when I run the AcroPDF test which is in the tool package. No acrobat installed.
    The user manual says "An unsupported version of Acrobat is being used or both Acrobat and Reader are installed." But my configuration definitely fits with these criterias.
    A record in QTP only sees AVPageView item.
    -> According the AcroPDF documentation, it is supposed to only happen with QTP 9, but it appears with QTP 10 as well...
    Does anyone have a clue how I could fix my issue?

  • Error while installing Migration Tool kit for SAP BPC7.0

    Hi all,
    We are implementing SAP Business Planning and Consolidation Migration Process to BPC 7.0.
    We are trying to installin Migration Tool Kit. In this kit we are having two set up files - one for BPCMigrationClient and another for BPCMigrationServer.
    When i am trying to install the BPCMigrationServer set up file it diaplays a screen which says - Enter the service type accounts.- it has the following items - 1. System Admin ID, 2. password, 3. Admin ID, 4. Admin Password, 5. User ID, 6. User Password.
    1. System Admin ID already has the id ( through which i have logged on to the system). This option is non editable.
    2. password: gives option to type in the password.
    3, 4, 5, 6 options are disabled and are blank. we are not able to edit them or write anything in them.
    After entering the password when clicked on next , it gives us message saying Invalid Admin ID (3). But the problem here is that the 3,4,5 and 6 options are disabled. We cannot write anything in them. We are not able to install the migration tool kit because of this.
    Can anyone help us out in solving this issue.
    Thanks,
    Madhav

    CAn you precise also what Migration tool are you using?
    Migration from 5.1 to SAP BPC 7.0 NW?
    In that case when you are speaking about the installation about what part are you speaking?
    I think actually you are speaking about the migration tool from 4.2 to 7.0 Microsoft version .
    In that case you can install the mIgration tool just with SAP BPC sys admin users and you have to input the password for that user. Sys admin user for BPC is usually the user used for installation of SAP BPC server.
    Any way I suggest to follow the Migration tool training document and there you will find all the information necessary.
    Regards
    Sorin Radulescu

  • Report generation tool kit not printing

    I had the report generation tool kit version 1.01 for some time but never used it. I was comfortable with printing front panel vi 's.
    But now I installed it on my computer with a windows 2000 and LabView 6.02 .
    I created an application (executable) that will print (using the report
    genartion tool kit). The application works fine in my development computer
    (win 2000).
    When I installed it on another computer with a win 2000, it prints as
    expected
    but when I try to exit I get a message from windows that the application is not responding (I have to go to task manager and terminate the application).
    Both computers have word and Excell installed
    I installed the application on a third computer (win 2000), but this com
    puter does not have word or excell installed. The application does not print the
    portion of the software that uses the report generation tool kit, but it can print the front panel of vi's (set to print an end of excution).
    In all 3 computers, I have runtime engine 6.02 installed. My vi is simply
    the example vi ""Sample test report.vi"", but customized to my application, printing standard report.
    What is happening ?

    Based on what you sent, the version of Excel and Windows that are being used is a non issue since none of the code makes any calls to either one. They all refer to the older version of the report generation VIs that use NI's proprietary report generator.
    I can think of two explainations. First, you aren't using what you think you are. Second, NI retained the same VI names when they went to the Word/Excel version of the generator, and I am linked into the old version.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • MAP Toolkit - How to use this MAP tool kit for all SQL Server inventory in new work enviornment

    Hi Every one
     Just joined to new job and planning to do Inventory for whole environment so I can get list of all SQL Server installed . I downloaded MAP tool kit just now. So looking for step by step information to use this for SQL Inventory. If anyone have documentation
    or screen shot and can share would be great.
    Also like to run It will be good to run this tool anytime or should run in night time when is less activity? 
    Hoe long generally takes for medium size environment where server count is about 30 ( Dev/Staging/Prod)
    Also any scripts that will give detailed information would be great too..
    Thank you 
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah

    Hi Logicinisde,
    According to your description, since the issue regards Microsoft Assessment and Planning Solution Accelerator. I suggestion you post the question in the Solution Accelerators forums at
    http://social.technet.microsoft.com/Forums/en-US/map/threads/ . It is appropriate and more experts will assist you.
    The Microsoft Assessment and Planning (MAP) Toolkit is an agentless inventory, assessment, and reporting tool that can securely assess IT environments for various platform migrations. You can use MAP as part of a comprehensive process for planning and migrating
    legacy database to SQL Server instances.
    There is more information about how to use MAP Tool–Microsoft Assessment and Planning toolkit, you can review the following articles.
    http://blogs.technet.com/b/meamcs/archive/2012/09/24/how-to-use-map-tool-microsoft-assessment-and-planning-toolkit.aspx
    Microsoft Assessment and Planning Toolkit - Technical FAQ:
    http://ochoco.blogspot.in/2009/02/microsoft-assessment-and-planning.html
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Tool kit

    hi,
    1. In tcode CO01, I entered the tool kit material and the components to be assigned to it. Here how shall i mention the quanities. For eg. One tool kit should have total of 2 components; each component qty should be 5 each.
    2. After making goods issue of components against order, if i want to send back some component quantities to stock, how to handle it.
    regards
    fozters

    Hi fozters,
    Please letus explain your BOM struture. Is Tool Kit assigned as  finished product or subassembly. For which material u have to create Production Order.Please explain
    For Goods return, u can use MB1A with mvt type 262. Reversal should be done with reference to production order number.
    Pradeep
    Edited by: Pradeep Kumar on May 28, 2008 12:26 PM

  • ECU Calibration Tool Kit

    I have just started using this tool kit.
    We used the open.vi to load the a2l file and it reads the characteristic OK and DAQ list, but seemed to miss the part that set up the bus and SetKey DLL.
    We set this vier Property.Set but it does not seem to work when we try to read a value from the ECU.
    The as2 file does not give a path to the SetKeys DLL's so how does it no where they are.
    Using Vector, it seem that some of the property values like station ID are being used as the Message ID with no data.
    I am using a version 1 CAN card that could be the problem but I was told that it should work with the serial number on the card. No ask as it is in the PC.
    I have a new card on order but I suspect I will still have the same problems.
    This a2l file works with other third party software that use the same a2l file and DLL's.
    So I have two problems.
    Not reading the CAN interface setup part of the a2l file and not logging in the the ECU on the first call as expected as the message ID (send or receive)) is not being used.
    Ta
    Colin

    Hi Ian
    Thanks for your reply, here is the answer I got from NI
    >>I have looked into your issue regarding communication over the CAN bus and I think I can explain why you are running into problems. As it is, the ECU module is only compatable with version 2 >>hardware. This is because the ECU module uses the NI-CAN Channel API whereas your card will only support the Frame API. One solution to your issue is to use a newer CAN card that is >>version 2. There is still a way to use the card you have, but this will require a little more effort. The solution is based on frame to channel conversion and is explained in the two KnowledgeBase's >>linked below. Don't worry about the fact it talks about cRio hardware as the card you have behaves the same.
    I looked at the monitor program this morning and it seems that no messages are bring put on the bus.
    The ECU tranmits about ten messages which are being picked up OK from the CAN monitor program.
    I have a new CAN version 2 card on order but as they are not in stock I have asked them to loan me a USB version for now so that I can get thngs going.
    I hope it works as I think there could be issues with USB, Hope not
    Ta
    Colin
    I

  • Installing FM8 Plug-in for DITA Open Tool Kit

    Dear all,
    I am facing some issues while installing the DITA Open Tool Kit.
    Please help me resolve this issue.
    Details below:
    - I have FM 8 installed on my laptop.
    - I am installing the Dita OT version 1.2.2 using the installation instructions given on the adobe site.
    - I have already installed the Java Development Kit, Apache Ant, JavaHelp, SAXON, an XSLT and Microsoft® HTML Help
    - I have tested the build and its successful.
    NOW, when I launch FM 8 I just don't see the DITA menu. I am so confused.
    And my FM seems to be too slow.
    I have checked and re-checked all the installation steps and I don't think I have missed any step. But DITA menu does not appear.
    Please help. Thanks in advance.

    Regarding my recent build failure from the DITA Open Tool Kit:
    Additional testing reveals that I can get a successful build from the command shell window when I run the startcmd.bat file and type ant samples.web -f build_demo.xml. Also, the \out directory is successfully created in the dita-ot folder.
    An unsucessful build occurs when I type ant all -f build_demo.xml. This command is recommended in one of the DITA documents (Evaluting the DITA Open ToolKit fullpackage version). Apparently, it tests the "full set of transforms from a single command" so that it "will process every DITA example in the Toolkit into each of the supported output types for the Toolkit."
    Here's the build failure message:
    ==================================
    transform.topic2fo:
    [dita-version] Search finished
         [java] java.lang.NoClassDefFoundError: com/icl/saxon/StyleSheet
         [java] Caused by: java.lang.ClassNotFoundException: com.icl.saxon.Styl
    t
         [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         [java]     at java.security.AccessController.doPrivileged(Native Metho
         [java]     at java.net.URLClassLoader.findClass(URLClassLoader.java:18
         [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java
         [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         [java]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java
         [java] Could not find the main class: com.icl.saxon.StyleSheet.  Progr
    ll exit.
         [java] Exception in thread "main"
         [java] Java Result: 1
    BUILD FAILED
    C:\DITA-OT1.5\build_demo.xml:146: The following error occurred while execut
    his line:
    C:\DITA-OT1.5\build.xml:338: The following error occurred while executing t
    ine:
    C:\DITA-OT1.5\demo\fo\build.xml:126: The following error occurred while exe
    g this line:
    C:\DITA-OT1.5\demo\fo\build.xml:217: The following error occurred while exe
    g this line:
    C:\DITA-OT1.5\demo\fo\build.xml:200: java.io.FileNotFoundException: C:\DITA
    5\temp\stage2.fo (The system cannot find the file specified)
    Total time: 26 seconds
    ===============================
    Here are the system variable settings. My additions are in green, based on instructions in the DITA user guide, or rather my interpretation of the instructions in said guide.
    ANT_HOME=C:\apache-ant-1.7.1
    ANT_OPTS=-Xmx256M
    Classpath=C:\DITA-OT1.5\demo\fo\fop\build\fop.jar;C:\DITA-OT1.5\demo\fo\fop\lib\avalon-fra mework-4.2.0.jar;C:\DITA-OT1.5\demo\fo\fop\lib\batik-all-1.7.jar;C:\DITA-OT1.5\lib\dost.ja r;C:\Saxon\saxon.jar
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_14
    JHHOME=C:\jh2.0
    Path=C:\Program Files\ThinkPad\Utilities;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C: \Program Files\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files\Utimaco\SafeGuard Easy\;C:\Program Files\Perforce;C:\Program Files\Common Files\Lenovo;C:\Program Files\Adobe\Adobe RoboHelp 7\RoboHTML;C:\apache-ant-1.7.1\bin
    Any assistance is, of course, appreciated. Thanks!

  • Sip API Configraution with Wireless Tool Kit

    I am trying to work on SIP API, for that I need to be able to configure SIP API with my wireless tool kit so that I will be able to use
    javax.microedition.sip.*
    package. I have downloaded the JSR 180 and I am using 3.0 beta ver of Wireless tool kit also using Nokia and samsung tools kits. IDES I am using is JBuilder2006 and Eclips3.0. Plzz help me to solve this problem I will be very thankful to you. It will be very nice if u also e-mail the solution to [email protected]
    Regards,
    shani06

    here you go
    http://www.devx.com/tips/Tip/20098
    kari-matti

Maybe you are looking for

  • How do i use youtube/safari without wifi

    I know people LOVE the wifi option, and i do too.... HOWEVER im running on a VERY slow internet connection at home, using "Basic" internet, which allows me to download at a max of 24kbps for torrents, and for when i download with firefox. So, it take

  • Desktop picture linked to other sites.

    I do not have a company website yet. Instead for the time being I would like to link pictures (that I have on my desktop) of products I have in develpment to sites like LinkedIn and Twitter. If this can be done please explain how. I have a Macbook. T

  • How to create pdf in cf8

    Hi i had an application in which we are exporting data to excel and now we need to add save as PDF option for this data. I dont know how to do this in cf8 to create pdfs. the pdf should get data from queries. please help me how  to create this pdf fo

  • Need to Validate Email settings daily

    Good Day, every weekday around 4am,my boss receives a notification on his BB that the connection to his email account is lost.  To correct this, he logs into the BIS and revalidates his account information.  I have double checked all the settings and

  • Bridge CC update not downloading

    Trying to download update for Bridge CC and it will not download any further than 74%. Is the problem on my end?