Configurator API

Hi All,
I am working on configurator developer, I need to pass additional values in the initialization message while the configurator is invoked in the iStore Application and have to pre-select the addional values that are been passed by iStore in the configurator session for that particular service configuration.
How can I pass the additional messages to initialization message please any one help me on this.
Thanks advance,
Gopi

Duplicate thread (Please post only once).
Configurator API's
Re: Configurator API's

Similar Messages

  • Using Dynamic Configuration api for SOAP adapter

    I want to use Dynamic Configuration api to send a SOAP request to a webservice.
    tha value in my adapter is
    my Target URL  is
    http://xidr3.bcs.de:50000/XISOAPAdapter/MessageServlet? channel=:Routing2_Service:SS_SOAP_Sender_Working_June12&nosoap=true
    which is the corresponding field i have to set in Dynamic Configuration?
    I have written the following code is this right?
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    String temp = "http:/"+"/sap.com/xi/XI/System/SOAP";
    DynamicConfigurationKey key = DynamicConfigurationKey.create(temp, "TServerLocation");
    String varURL =
    "http:/"+"/xidr3.bcs.de:50000/XISOAPAdapter/MessageServlet?channel=:Routing2_Service:SS_SOAP_Sender_Working_June12&nosoap=true";
    conf.put(key,varURL);
    return "";

    Hi,
    Yes, your code looks fine. Can you let me know what is the error you are getting. Have you checked the Flag in your communication channel.
    Use Adapter-Specific Message Attributes
    Variable Transport Binding 
    Once you test your scenario you can see the Dynamic URL in your message Header by going to tcode sxmb_moni. See if you are able to find something called DynamicConfiguration in your message haeader. If yes what is the value set there.
    PS: From the target URL you posted It looks like your webservice is hosted on the XI box itself. Is it the same XI box or different box? Just curious to know.
    Reward point if answer is helpful
    Thanks
    Amit

  • Pre-configuration API

    Hi,
    Would anybody know of Pre-configuration API's ? I want to call the preconfiguration BOM process to create preconfigured BOM in Oracle BOM. This is due to the fact that
    we are using the CPQ tool to configure and Quote BOMs.
    I want to create the configured BOM Item and their Bills/Routings (manufacturing BOM) in Oracle Inventory and BOM before creating the Sales Order in OM.
    I am looking to use API which is used for Preconfiguring Bills in Oracle BOM.
    Appreciate any help,
    Thanks,
    BK

    Follow Oracle® Identity Manager Installation and Configuration Guide and go to 'Planning the installation' section where all pre-requisites are mentioned for the IAM setup.

  • NISE Configuration API for C++

    Hi,
    is it possible to use NISE Configuration API in C++
    I think all need is just a Wrapper-Class
    or .tbl
    greetings form
    the Lake Of Contstance
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

    Greetings, Juergen!
    Bodensee is a beautiful place indeed!
    In MSVC++ you can use the #import directive to include the type library of the COM component you'd like to use. The type library for NISE is embedded in the nise.dll, so you can point to the install location of nise.dll to get it. I think that you can also use the ProgID, for more location-independent application. See #import documentation on MSDN for more information.
    Here is the code that uses NISE COM API in C++; you can plug it in as is, in a console app, and it works. The vdName ends up being “SwitchExecutiveExample” after clean installation.
    A couple of important points:
    tlbid(2)  attribute is important, because the COM type library is the second resource in a DLL; the first typelib resource is the NISE C API type library for VisualBasic.
    no_namespace means that you can use the smart pointers without specifying namespace.
    #include "stdafx.h"
    #include "comdef.h"
    #import "C:\windows\system32\nise.dll" tlbid(2) no_namespace
    int _tmain(int argc, _TCHAR* argv[])
       HRESULT hr = CoInitialize(NULL);
       if (SUCCEEDED(hr))
          VirtualDevicesPtr nise(__uuidof(NiseVirtualDevices)); // creates a smart pointer, no need to destroy this one
          VirtualDevice*  vd; // this will hold a pointer to VirtualDevice interface.
          long numDevices;
          BSTR vdName;
          numDevices = nise->GetCount(); // get the number of virtual devices. You should have one (the example one) after default installation
          vd = nise->GetItem(1); // get the first element in the collection of virtual devices. You can loop from 1 to numDevices if you want to examine the whole system
          vdName = vd->GetName(); //get the name of the first configuration in a collection
          vd->Release(); // vd is not a smart pointer, you should release it. Smart pointers end in "Ptr"
          CoUninitialize();
        return 0;
    -Serge
    Srdan Zirojevic

  • NI System Configuration APIs - Init session - Error nierinterface.dll

    Hi,
    i tried to use the VIs from the system configuration api:
    http://zone.ni.com/reference/en-XX/help/373107E-01/nisyscfg/initialize_session/
    When i start my VI or if i try to open the VIs "init session" i got the message
    System Error
    nierInterface.dll is missing.
    Reinstall the software.
    Google Search "nierinterface.dll" -> 0 resulst
    NI Forum Search "nierinterface.dll" -> 0 results
    Can someone tell what DLL that is? How should I find it, when google doesn't know that :-) Very funny :-)

    Hi sjunge,
    it seems that something went wrong during the installation process.
    Which version of LabVIEW and which drivers are you using?
    First I would try to reinstall the NI System Configuration you can finde it here:
    Downloads
    Just search for "NI System Configuration". When choosing the version be sure to select a download which is compatible with the rest of your Software.
    If reinstalling the NI System Configuration Tools don't work, I would recomment to do a reinstall / update of LabVIEW and the Drivers you need. 
    Ensure that you have admin rights and that you deactivated virus scanners or firewalls so they can't interfere during the installation process.
    Best Regards,
    Lam

  • Configuring APIs

    Hi everyone. I just want to know how can I add a new API to my JDK installation. For example, if I download Java Mail API then where I have to put Mail.jar file so that I can easily access it from my programs.
    I thankyou all.
    Bye...

    it processes your classpath. If you;re really lazy
    (and I don't recommend
    this), you can stick that .jar in your
    JAVA_HOME/lib/ext directory.Why don't you recommend this? I guess I'm just extremely lazy. For me, it makes sense to add stuff here, because I'm just extending my local JVM. My physical machine is running a MySQL server, so my VM should have MySQL drivers...
    Brian

  • System Configuation API for Configuration Management

    Hi all,
    I've been toying around with the system configuration API for a little bit now and I see it as a great way for companies to use it as part of an overall configuration management utility. For example, if a customer wants to build up a new test rack with the same hardware aliases, configuration, and installed NI software then the system configuration API helps with most of this. I've already created a simple utility that can be used to query the currently installed hardware (of a local or remote system) and then programmatically rename the aliases based on a loaded configuration file or manual input. Likewise, the MAX export/import functionality can also be used. My application of this would primarily be non-RT and mostly PXI products but a good design could enable it to work for both.
    So, my question to the community is actually on the side where I haven't used the System Configuration API yet which is querying the installed software on a system. The software querying functionality of the System Configuration API is really only geared towards RT targets and not Windows based controllers. I'd like to be able to export a list of installed software/drivers on an older system and then compare it with what is installed on a newer system to make it easier for customers to determine whether they have everything required. I know that the MAX export or report has a list of installed software but is parsing this the best way of retrieving installed software (It's a beast of a file)? Does anyone have a better method?
    Regards,
    Tim Sileo
    RF Field Account Specialist
    National Instruments
    You don’t stop running because you get old. You get old because you stop running. -Jack Kirk, From "Born to Run" by Christopher McDougall.
    Solved!
    Go to Solution.

    Not sure if the attached VI will work across various Windows OS's since it uses a powershell command and I also don't know how well the command used will work across 32/64 bit applications...But, so far this little VI I came up with is returning the software that I want to query. Hope this is usefull for others and, as always, suggestions for improvement are welcomed!
    Tim Sileo
    RF Field Account Specialist
    National Instruments
    You don’t stop running because you get old. You get old because you stop running. -Jack Kirk, From "Born to Run" by Christopher McDougall.
    Attachments:
    NI_Software_Query(CMD).vi ‏12 KB

  • APIs to read SOA configuration

    Hi,
    I want to access SOA Manager related API for building a checktool.
    Are there any APIs to get all Service Groups and all Services under that Service Group.
    Also how to test the 'ping webservice' .. through code ?
    Any help is appreciated.
    Thanks, Advay

    Hi Advay,
    I'm assuming that your checktool would read through all the web service config to ensure that there are no inconsistencies?
    The closest I came to seeing an API of this nature (or something that may point to it's existence) is SAP Note 1319507. Under the security related information section mention is made of 'WS Configuration API Access'. Maybe it's a start for you but I never found anything else on the subject.
    Regards, Trevor

  • MAX Programming API / NI System Configuration Functions

    Hi all,
    I recently came across this given tasks that I need to use C or Python language to wraped one of the remote NI chasiss we own in the company.
    We are a big Python house, we used a lot of Python ctypes library to talk to the C windows DLL to control / talk to the NI devices.
    Right now I am able to use Python ctypes to talk to the remote chasiss by using NI's DAQmx driver (nicaiu.dll) once the remote chasiss is added and configured in NI MAX utility.
    I am wondering if there is a way to programatically control the adding / configurating remote chasiss so that we don't need to manually setup using NI MAX utility.
    I've been searched around and came across with some possible solutions in C, namely that NI System Configuration API for LabWindows / CVI has a dll / lib that can be called to intialize / search and add the devices.
    I believe this library is called "NISysCfgxxxxxx, where xxxx are the different function names. I've also came arcoss some reference on how to call these functions in C. For example:
    NISysCfgInitializeSession
    NISysCfgStatus NISysCfgInitializeSession( const char targetName[], const char username[], const char password[], NISysCfgLocale language, NISysCfgBool forcePropertyRefresh, unsigned int connectTimeoutMsec, NISysCfgEnumExpertHandle * expertEnumHandle, NISysCfgSessionHandle * sessionHandle ); 
    Some example codes shows in C, we need to include "nisyscfg.h", in order to get the Struct / #define information for types like NISysCfgLocale, NISysCfgBool, NISysCfgEnumExpertHandle, NISysCfgSessionHandle...
    However I cannot seems to find this header files anywhere from my installed drives / software... I believe it would be extremely helpful for me to get to read this header file so I can create a wrapper class / function in Python ctypes and utilize the nisyscfg library. Does anyone have any pointers on how to create this kind of wrapper or getting any reference information for this header file?
    Thanks in advance!
    -Charlie-

    Hi Charlie,
    I found nisyscfg.h in the Shared\CVI\Include folder. Likely this was installed when I installed LabWindows\CVI. It id part of our System Configuration driver. You can find that here:
    http://joule.ni.com/nidu/cds/view/p/id/3667/lang/en
    One thing to note is that this is only going to be supported when using the softwares listed, being LabVIEW, LabVIEW Real Time and LabWindows\CVI. Your options of creating a c type wrapper with python may be much more limited with these options.
    Regards,
    James W.
    Applications Engineer
    National Instruments

  • How to configure FBUS in my applicatioin?

    I have NI FBUS interface. I want to configure the FBUS device, such as, set address, in my application. But thers is no SDK for "NI FBUS Configurator". What can I do?

    The NI-FBUS OPC Server does not support any configuration functions like "Set Address", it only supports data access (Read/Write).
    Actually NI has a special library so called "Configurator API library", which supports Set Address, Set pdTag and other configuration functions used by NI-FBUS Configurator. However, this library is not free, please contact [email protected] for more information.
    In addition, you can use LabVIEW VI library FF-LV, which has VIs support "Set Address" and "Set Tag".

  • PRS-T3 lost configuration after reboot

    Hi there. Everytime i restart the reader, or it turns off by itself, it lost all the configuration like the date and timezone, and all the notes and highlights dissapears. I tried everything, softreset, hardreset, format the internal memory but the problem still persist.
    Anyone with the same problem? Or a posible solution? Thanks

    I have heard there may be a problem with the plug-ins using the configuration API in certain conditions.
    Please open a support request to get known work around / fix.

  • JAAS configuration save to file

    Hi,
    I have a configuration file and with java Configuration object I read the jaas configuratino from the module.
    Then I change the configuration in program and now I want to save It back to the file. Is there any possibility in java to make this easy.
    I hope somebody can help me.
    Thanks, Christoph

    it is true that the Configuration API does not support "write" semantics. in other words, there are no methods to "set" or "create" entries programmatically. it follows, then, that there is no standard method to "save" newly created entries to the back-end data store.
    the Configuration class is about accessing a given login configuration - it doesn't get into the business of managing a configuration.
    having said that, the developer has the ability to design custom implementations that support programmatic configuration management (as you seem to have done). you would simply need to design a way to create/delete entries, and also a way to save or flush the changes to the back-end store.
    if you want to write out entries that conform to the default file-based syntax, it should not be very difficult (the syntax is fairly simple and straightforward). but it is true that there is no existing code you can re-use that would do this for you.

  • How to setup Traffic Manager with Azure API Management

    Hello-
    I have been trying to configure traffic manager as a Failover mechanism for Azure API Management (not sure if this is the correct terminology). 
    The gist is this: I have configured Azure API management to point to a set of Web API's hosted in a Cloud Service. I would like to use Traffic Manager as a Failover mechanism to route requests to a different data center, should the primary service becomes
    unresponsive or goes into a degraded state. 
    When going through the portal, there is no selection that is available to configure API Management/Web API: the selections are Cloud Service and Web apps.
    I've also looked into th Powershell Add-AzureTrafficManagerProfile using the -Type ["Any"] option with same result - it adds the endpoint but it is in a "Degraded" state.
    I need to understand the correct way to accomplish this - I'm pretty sure I'm doing something wrong.
    gigabit

    Hi Shaun,
    For most Traffic Manager applications, endpoint health is probed in the same way on each endpoint.  That's why Traffic Manager profiles have endpoint monitoring settings configured at the profile level, not the endpoint level.
    It appears your case is an exception--you need to configure a different monitoring path for each of your endpoints.  To do this, you should use
    'nested' Traffic Manager profiles.  Create a child profile for each endpoint (with endpoint monitoring settings particular to that endpoint) and then join them in a parent profile.  Endpoint health will propagate up from child to parent and should
    give the behaviour you're looking for.
    There's no downside: We bill only for the actual monitored endpoints and actual queries received (so no extra costs), and the parent-child link will be unwound within the Traffic Manager name servers (so no extra latency).
    Regards,
    Jonathan Tuliani
    Program Manager
    Azure Networking - DNS and Traffic Manager

  • APC Attribute Usages - any standard API

    Hi,
    Please do let me know if there is a standard API for implementing the attribute usages for the attributes.
    We are on DB 11.2.0.2.0 and R12.1.3 apps.
    Thanks

    Sreedevi,
    Can you elaborate more on your requirement? Are you looking for any Configurator API?
    Thanks,
    Pankaj

  • ITunes Store Connection Problem and R6025 Error

    I have a problem with iTunes (v 7.6.2.9) on my desktop machine that I haven't been able to resolve. The same version works without problem on my laptop, both are fully up-to-date XP SP3 installs with no iTunes add-ons.
    iTunes starts correctly, but then does one of three things:
    1) It hangs during connection to the Store, with the bargraph almost at the end of the travel.
    2) It brings up the Store page, but although I can move the cursor around to click the Store links, nothing happens. Eventually the 'Accessing iTunes Store' bargraph may appear but it never connects.
    In both of these two instance, no error messages appear, the Store simply locks up. I can still use iTunes perfectly as a player, access my library etc. However, I have to CTRL-ALT-DEL to close the iTunes process from the Task Manager.
    3) As per (2), but about five seconds after the Store appears, an error box pops up:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Programe: C:\Programe Files\iTunes\iTunes.exe
    R6025 Pure Virtual Function Call
    Pressing OK closes iTunes.
    I've done all the obvious things - removed and reinstalled, cleaned out registry errors using jv16 Powertools 2008, I've even used Process Explorer to examine all the dlls in use with iTunes and compared the version numbers to the correctly working version on the laptop - they're all the same. I've also run a low-level memory error checker, but it passed with flying colours.
    So I'm a bit stumped to know how to take this any further. I know other people have had R6025 problems in the past, but they seem to have generally been resolved by installing a later version of the application... which isn't much use to me, as I'm on the latest already. Incidentally, I did try going back one version to 7.6.1, but that behaved in exactly the same way.
    If anyone has any ideas about how to troubleshoot this sort of problem, I'd be very interested. I'm assuming that I have another application conflicting with iTunes, but I've no idea how to find it.
    Thanks,
    Steve

    Yay! I've found the culprit...
    For historical reasons, I still maintain my old Compuserve 3 account as my public e-mail address. Part of the CS3 installation is a Remote Password Authentication system called Virtual Key. I noticed that these dlls were being invoked during Store connection attempts, which I thought was a little odd.
    I deleted the following files from Windows/System32: (annotations courtesy of the Compuserve info text file for Virtual Key)
    RPA.DLL - The dynamic link library that implements the RPA protocol for Virtual Key.
    RPACFG.DLL - The dynamic link library that implements the Virtual Key accounts wizard API and other configuration APIs.
    RPAWINET.DLL - The dynamic link library that is required to enable Virtual Key for Internet Explorer, version 3.0.
    RPASSPC.DLL - The dynamic link library that is required to enable Virtual Key for the Internet Mail client and other non-web clients.
    RPAEDIT.EXE - An editor application for editing Virtual key Accounts as well as viewing and deleting sites from the Virtual Key Site List that is created by Virtual Key when accessing secure sites.
    RPAUI.HLP - Help for Virtual Key features.
    VKUNINST.DLL - An uninstaller program for Virtual Key.
    RPAINFO.TXT - This file.
    As I only access Compuserve through the proprietary CS3 front end, removing Virtual Key has had no impact on my Compuserve mail system and iTunes is now working perfectly.
    I hope this information might be of some use to others in the future!
    Steve

Maybe you are looking for

  • Problem while transporting generic datasource to test box

    Hi Gurus, I am trying to transport Generic datasource from SCM Dev to SCM Test box. Datasource is created with custom table in SCM. It is throwing me RC8. Start of the after-import method RS_ISMP_AFTER_IMPORT for object type(s) ISMP (Activation Mode)

  • Determination of Base price condition type depending on Item Category

    Dear All, The requirement I have is as stated below: There are two materials A and B that are individually sellable materials. But during a specific time period the company decides to give a scheme where in Material B is given as free when a particul

  • Show view container elements on click of button in view

    Hi All, I have a view ,in that view I have 1 View Container UI Element.In ViewContainer I have a Table. I have a button in my view.onclick of that button I want to open a view Container's table. Could anyone please suggest me what are all the steps i

  • Custom order?

    How do I set a custom order for a playlist? It seems before i could rearrange them with my mouse by holding the left click button, but now I can't, is there a problem?

  • Selecting a color in FCPX

    Hi, I was wondering if there is a way to select a color in a clip and make eveything.  I have a chick that is wearing a red shirt and i want her to be in color but everthing else in black and white.... like that scene in schindlers list where the lit