Account in the Customization File

Hi,
I'm working on a project in which we need to configure an Account when the Customization File is executed. But whenever I try to generate a Customization File , having selected the Accounts as one of the elements to be in it, it ignores them an generates a Customization File without any Account configuration. Would you know if there is an automatic way to set the configurations of an Account?
I'm using AquaLogic Service Bus - BEA Workspace Studio.
Thanks in advance
Edited by: user151564158 on Mar 17, 2010 6:19 AM

You can't have Account customized through customization file. This is simply not supported. Try searching forum. It has already been discussed here.

Similar Messages

  • OSB::Operational Settings in the Customization File

    Hi,
    In OSB, I was wondering is there any way to put in the Operational Settings (like Monitoring and Aggregation Interval) as well as SLA Alerts in the Customization File that we generate from the sbconsole.
    I dont seem to be getting the values as <Monitoring> is enabled or not, in the Customization File that we create.
    Hope the question is clear.
    Regards

    Hi,
    You can use customization files to make changes to environment values as well as to change references within resources. It is not meant to change the Operational Settings or any other configuration.
    Regards,
    Anuj

  • Notifying the user of unmapped accounts in the import file

    I am trying to give the user a message when the import file contain records where the source account is not mapped to a target account. The log file will show this, but i want to give an active Warning to the user instead. What are my options?

    That approach would make me question your data integrity. I assume you have some import script that is skipping those accounts with No_Mapping? Generally you want to keep the data file intact and then use an Ignore map to exclude the records that you don't want to load.
    My previous post does address how to show the log file though. Hope it helps.

  • OSB HowTo: Adding an endpoint using the customization file.

    Hi Guys,
    I want to add a new endpoint URL using the OSB customization file. My use case is, that we have single endpoints in the test environment but multiple (cluster) endpoints in the integration environment. So I though i can use the following Snippet to do so:
    <cus:envValueAssignments>
         <xt:envValueType>Service URI</xt:envValueType>
         <xt:location>1</xt:location>
         <xt:owner>
              <xt:type>BusinessService</xt:type>
              <xt:path>service/BusinesService</xt:path>
         </xt:owner>
         <xt:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">http://myAdditionalClusterURL</xt:value>
    </cus:envValueAssignments>
    But I get the Error: "URI index 1 is not valid" which makes perfect sense. It is invalid, because I want to ADD and not EDIT it.
    So my question is, what is the right approach to achieve this.
    Kind Regards

    Hi,
    You have to add the new endpoint in "SERVICES URI TABLE":
    <cus:envValueAssignments>
    <xt:envValueType>Service URI Table</xt:envValueType>
    <xt:location xsi:nil="true"/>
    <xt:owner>
    <xt:type>BusinessService</xt:type>
    <xt:path>YOUR_BUSINESS_PATH</xt:path>
    </xt:owner>
    <xt:value xmlns:tran="http://www.bea.com/wli/sb/transports">
    <tran:tableElement>
    <tran:URI>endpoint_0</tran:URI>
    <tran:weight>1</tran:weight>
    </tran:tableElement>
    <tran:tableElement>
    <tran:URI>http://myAdditionalClusterURL</tran:URI>
    <tran:weight>0</tran:weight>
    </tran:tableElement>
    </xt:value>
    </cus:envValueAssignments>
    The configuration plan must contain all endpoints, new and previously endpoint added.
    Regards.

  • Can two different adobe accounts sync the same files?

    I'm trying to figure out how to my client and I can use the InCopy/InDesign workflow using the adobe cloud storage. I get how the client can download the .indd files and open them in InCopy to edit, and upload it back to the cloud storage - but my question is - will that edited .indd file then sync to my hard drive copy of the file? Please confirm.

    Yes you can do this using the file sync that is part of the Creative Cloud desktop application and the Collaborate option that is part of the Creative Cloud Files page at https://creative.adobe.com/files.
    The file sync is on by default and creates a Creative Cloud Files folder in your user directory. Place a folder (not file) that you want to collaborate on in this folder (you can also create the folder from https://creative.adobe.com/files). Place the InDesign and InCopy files into this folder. From the Creative Cloud Files page select the Collaborate option. Alternatively from the Creative Cloud Files folder you can select the context menu for the folder of Creative Cloud > Collaborate which then launches your default browser and takes you to the option.
    Help document:
    Creative Cloud Help | Collaborate by sharing folders

  • Modify the contents of xquery resource using customization file

    I have a xquery resource that stores constants that are environment specific.
    Is there a way to use the 'customization file' feature in OSB to replace the contents of the file instead of having separate xquery resources for each environment ?

    You cannot do this using the customization feature..

  • The tab list drop down arrow has disappeared and can't be restored through the customize dialog.

    The dropdown arrow used to be there, as well as the tab scroll arrows when many tabs are open. But both suddenly disappeared. When I bring up the customize dialog, I can then see the drop down arrow in the tab bar, but if I click restore default set and close the customize dialog, there is still no dropdown arrow. If I open the customize dialog and drag the arrow into the dialog, it shows up there. But if I try to drag it back to the tab bar and then click Done, it still does not appear.

    You will only see the "List All Tabs" button in Firefox 12+ if there are that many tabs open that you get the Tab bar scroll buttons appearing.
    * Permanent List-all-tabs Button: https://addons.mozilla.org/firefox/addon/permanent-listalltabs/
    Alternatively you can add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #tabbrowser-tabs ~ #alltabs-button { visibility:visible!important; }</nowiki></pre>

  • Modify OSB Proxy "HTTPS required" setting through customization file

    Is it possible to modify the "HTTPS Required" setting on the OSB Proxy service? We have different settings to be used for different environments like . DEV, IT, UAT, PROD etc
    My understanding of the OSB customization is as below, and I get a feeling that its not possible through the customization.
    There are 3 types of customizations possible: EnvVariables, FindAndReplaceString, ReferenceType
    EnvVariables allows only pre-defined set of variables to be changed thru the customization file. , HTTPS setting is not there in the list.
    Allowed variables are listed @ http://docs.oracle.com/cd/E23943_01/admin.1111/e15867/customization.htm
    FindAndReplaceString: it’s possible to change the value of the xml elements in the proxy file, but since its boolean value for HTTPS, we cannot use this option, it would replace other settings as well.
    ReferenceType: is used to refer to alternate references like xquery or business services in the proxy service.

    I know that ALSB used to provide APIs for SOME customizations, monitoring and control of services. I have not tried APIs in OSB for a long time and dont know if the APIs are still the same or if some of them have been deprecated. But I can say that the APIs for customization of end point values will definitely be available.
    However, I do not think there will be an API for marking HTTPS as enabled in proxy configuration, that you will need to do using the sbconsole UI or by importing an updated version of service.
    You can find the APIs here:
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e15033/toc.htm
    http://docs.oracle.com/cd/E23943_01/admin.1111/e15867/app_apis.htm#OSBAG739
    If you do need more info then search for ALSB APIs and you will get older docs but they might have more details.

  • User accounts on the Mac

    I have several user accounts on the mac, I would suspect that when I open a terminal window I can drill down to /usr/bin/passwd. I tried cat passwd, I saw a lot of gibberish, I tried emacs same results, Does mac os 10.6 store it's user accounts in the passwd file?

    No. They're in /var/db/dslocal/indices/Default/index. What you found is an UNIX executable for setting account passwords, not a storage location.
    (54317)

  • How to configure OSB Tracing level from Customization File?

    Hi,
    I want to configure the OSB Tracing level from the customization file rather than from the console.
    I check the oracle documentation for OSB tracing and could not find anything related to OSB tracing property that we could configure from OSB workshop.
    Is it possible to do so ?
    Any pointers will be highly helpful.
    Thanks,
    Anugoonj
    Edited by: Anugoonj Ranjan on Jan 20, 2011 1:27 PM

    Customization file is for replacing environment values that differ between domains and NOT for changing Operational Settings. You may use "Configuration" section of OSB Dashboard to effectively change Operations Settings for resources instaed of doing it one-by-one on console -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/configuration.htm#CACGEFAE
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Jan 20, 2011 6:10 PM

  • OSB customization file

    Hi All,
    Can anybody help,by using customization file I am able to change the target server but In customization file for each business service we have some envValueAssignments
    like Service URI and Service URI Table.
    <cus:envValueAssignments>
    <xt:envValueType>Service URI</xt:envValueType>
    <xt:location>0</xt:location>
    <xt:owner>
    <xt:type>BusinessService</xt:type>
    <xt:path>HelloWorld/BusinessService/DevBS</xt:path>
    </xt:owner>
    <xt:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">http://dev_localhost:8011/helloworldservice/helloworld</xt:value>
    </cus:envValueAssignments>
    <cus:envValueAssignments>
    <xt:envValueType>Service URI Table</xt:envValueType>
    <xt:location xsi:nil="true"/>
    <xt:owner>
    <xt:type>BusinessService</xt:type>
    <xt:path>HelloWorld/BusinessService/DevBS</xt:path>
    </xt:owner>
    <xt:value>
    <tableElement xmlns="http://www.bea.com/wli/sb/transports">
    <URI>http://dev_localhost:8011/helloworldservice/helloworld</URI>
    <weight>0</weight>
    </tableElement>
    </xt:value>
    </cus:envValueAssignments>
    I replaced in both Service URI and Service URI Table it working file.Even if I replaced only Service URI also it is working fine.Please conform it requires in both place or one required.
    Regards
    Mani

    Mani,
    You can use both Service URI and Service URI Table, to update your business service url.
    But when the customization file contains both, the Service URI related settings override the Service URI Table settings. You can test this by just commenting out the service URI section and executing the file.
    It is up to you decide how you would like to maintain your env configurations you would like to use for your business service.
    Use one of the below options:
    1. Use both the service URI and service URI table and keep them in sync in the customization file
    ( Adv - You have the master copy of the customization file, which you can modify later to suit your needs in the future, like adding more urls, weighted urls, etc..
    Disadv - having the same details in multiple places in the file might cause confusion at times.)
    2. Use only one of the above and remove the other to avoid confusion.
    ( Adv - You have the stripped down version of the customization file that has just the stuff you need.
    Disadv - If you need to add additional configuration, then you might have to regenerate the customization file again.)
    Hope this helps.
    Thanks,
    Patrick
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • OSB 12c Customization Files

    Is there a way we can change the  JCA file properties  like “SchemaName” in DB adapter JCA file  using the Customization file.
    Thanks
    Matt

    I do not think you can change that with customization.

  • Defining polling interval on customization file

    Hello everyone,
    I have a requirement: define a polling interval (in this specific case for a email polling proxy, however it would be useful for a file polling proxy as well) in a customization file.
    It seems a simple task, however i could not find a way to perform...
    I've searched here in the forums and have found nothing (if someone finds a thread about this please provide the link).
    I've googled a bit as well, and the result was the same...
    In this blog post http://wesselj.blogspot.pt/2012/01/oracle-service-bus-good-bad-and-ugly.html we can read:
    "+(...) Customization files. Inflexible, verbous and complex to maintain. Not everything can be customized with the customization files, some like passwords are reasonable, *but things like polling interval for file integration would be nice to be able to change between environments*.+"
    And in this document http://docs.oracle.com/cd/E11036_01/alsb30/pdf/consolehelp.pdf , in the customization topic (page 29-1), there is nothing mentioning polling interval...
    The environment installed is OSB 11gR1.
    Any suggestions on how to perform this task?

    Any ideas?

  • Create customization file via WLST

    Hi
    I have followed oracle documentation. The customization file getting created is entirely different from what is getting generated using SB console. The generated custiomization file is
    <?xml version="1.0" encoding="UTF-8"?>
    <cus:Customizations xmlns:cus="http://www.bea.com/wli/config/customizations" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xt="http://www.bea.com/wli/config/xmltypes">
    <cus:customization xsi:type="cus:FindAndReplaceCustomizationType">
    <cus:description>Set the right Work Manager</cus:description>
    <cus:query>
    <xt:envValueTypes>Work Manager</xt:envValueTypes>
    <xt:refsToSearch xsi:type="xt:LocationRefType">
    <xt:type>Project</xt:type>
    <xt:path>Project_Name</xt:path>
    </xt:refsToSearch>
    <xt:includeOnlyModifiedResources>false</xt:includeOnlyModifiedResources>
    <xt:searchString xsi:nil="true"/>
    <xt:isCompleteMatch>false</xt:isCompleteMatch>
    </cus:query>
    <cus:replacement/>
    </cus:customization>
    </cus:Customizations>
    How to create customization file exacly same as the one created from the SB console

    I resolved my problem. The solution is follow (Java language):
    Set<Ref> domainRefs = alsbConfMB.getRefs(businessServiceQuery);
         EnvValueQuery evquery = new EnvValueQuery(null, // search across all
                   // resource types
                   envValueTypesToSearch, domainRefs, // search only in found refs.
                   false, // Search all resources
                   null, // the string we want to replace
                   false // not a complete match of URI.
    Collection<QualifiedEnvValue> founds = alsbConfMB.findEnvValues(evquery);
         List<QualifiedEnvValue> qualifiedEnvValueList = new ArrayList<QualifiedEnvValue>();
         for (QualifiedEnvValue qev : founds) {
              if (qev.getEnvValueType().equals(EnvValueTypes.SERVICE_URI)) {
                   qualifiedEnvValueList.add(qev);
         EnvValueCustomization projectEnvValsCustomization = new EnvValueCustomization("Customizations File for businss services ", qualifiedEnvValueList);
         List<Customization> customizationList = new ArrayList<Customization>();
         customizationList.add(projectEnvValsCustomization);
         OutputStream fileOutputStream = new FileOutputStream("testCustomization.xml");
         Customization.toXML(customizationList, fileOutputStream);
         fileOutputStream.close();

  • RFFOIT_FOR: What should I do to obtain the bank number account in the DME?

    Hi All,
    when the italian Company orders, via DME file, a money transfer for a vendor which isn't European, the file DME, in the record PH, position 61-94, shouldn't contain the iban code of the vendor, but his bank number account.
    Instead, the program RFFOIT_FOR tries to fill in the DME file the Iban code which doesn't exsiste in the master data of the foreign vendor...
    What should I do to obtain the bank number account in the DME file position 61-94?
    Thanks

    Try Settings > General > Reset > Reset Network Settings on your device.
    Note you may have to re-enter stored Wi-Fi passwords after using this feature.
    tt2

Maybe you are looking for

  • Hard disk corruption when I autofill?

    When I plug my shuffle in and hit autofill, it only fills up to 1.3 gigs or so. Then, I get a big yellow triangle in the Windows XP Taskbar saying there's been a serious error. I then receieve messages telling me that my external disk where all my mu

  • Drag file next to back button on finder

    I accidently dragged a file next to the Back button (see picture). It's really annoying because not only it takes space beside the back buttons, but it also looks ugly and I don't need such feature. How can I remove this shortcut? Thanks!

  • Nokia 5233 Storage Question. You need to know this...

    Hi, I'm not new to Discussions. PLEASE NOTE BEFORE READING THIS THREAD: I've digged EVERYwhere you can think of, so please have in mind that I come here because I really need to know this, I don't want to double-post anything or start a spam war or s

  • IPhone: Memory Management / Tracking Tools

    I am new to Mac/iPhone programming but have 20+ years in Windows. I am not familiar with the tools but MS Dev Studio will show memory leaks as the app shuts down. Is there a similar switch to turn on for xcode? I am having trouble with the gestalt of

  • SPI bus timing, 1ms repeat acquisition

    I plan to use digital I/O to create a SPI bus to read the output from a sensor.   I need to repeat a 2 byte read at a 1ms interval.  I was hoping to use a USB-8451 for this but I am unaware how I can control the 1ms repeat timing using LabVIEW.  If I