Programmatically generating Interfaces

Hi,
We are using ODI as part of our project to migrate the data from source(oracle DB) to target(oracle DB). The mapping between source and target table columns are user configurable.
Is it possible to generate the interfaces programatically (based on the user mapping between source and target table columns) in the production instance?.
Also please provide the steps or pointers to any document describing the same..
Thanks, Satya

HI Satya,
Can you please briefly elaborate about your issue or send me an email (a d i e t l.m n [email protected]) about your issue so that i can guide you in a better way.
I am putting spaces between email id so that net spammers dont track the email.
Thanks,
Lony
8763043086

Similar Messages

  • Programmatically generate password for pdf with data from database

    Good day everyone,
      I would like to know is it possible to programmatically generate passwords for pdf??
    The main idea is to enable an automated process of pdf acquiring individualised password from a database (Excel, Access, you name it) and finally sending the pdf to individual recipient. Can I use javascript for this? And if yes, how?? If not, pls do advice me on the appropriate steps.
    Background (for clarity's sake): 
      Currently I am working on developing an automated process for the sending customised, password encrypted payslip to about 80 staff. The entire procedure is pretty much summarized as below:
    mail merg (UBS output in) excel to words -> convert words to pdf -> programmatically password encrypt the pdf -> email to individual recipients.
    Well my current status is - I am quite done with the batch mail merge and convertion part. And batch proccessing of password encryption is not a problem, but the idea is to allow acrobat to retrieve password automatically from a database and not key-in each and every password manually. The batch email for now is another problem but for now I have to work stepwise. (Any ideas on how to do it would equally be valued though! =D)
    System and software using:
    Windows  XP and 7 Professional
    Microsoft Office Proffesional 2010
    Adobe Acrobat X Pro
    I would be really grateful for any relevant replies to my question and any additional thoughts or ideas are welcome!!
    I would to thank any potential saviour in advance!
    Thank you for helping!

    Basically I need to automate the password generation from database extract
    e.g. Excel database with StaffID, StaffName, PayMonth, etc. Then when the pdf is created, its password would be <StaffID>_<PayMonth> which is extracted from excel.
    Is it possible for this to happen?? I dont mine using Javascript, I'll just have to learn it.
    Or how about recommending a program which does that??
    Whichever is fine as long there's a solution!
    Thanks!

  • How to Programmatically generate .asdatabase from SSAS database from SSAS server?

    Is there a way to  Programmatically generate .asdatabase file and other ssas config files from SSAS database? Not by devenv .dwproj. 

    Thank you very much for your answer. 
    I know how to generate the asdatabase: (I can do it by devenv.exe  project.dwproj
    or build the ssas project manually).  How ever I want to programmatically generate
    .asdatabase by C#.
    I
    programmatically did
    some modifications on the SSAS database(drop some dimension and measures),  then I want to generate .asdatabase so that i can deploy it to the server. I know i can do it by xmla as well.  But I really like deploying the cube by .asdatabase, not xmla.
    Any thoughts?
    Thanks,
    Jackie

  • How to generate interface like the following?

    How to generate interface like the following? It is very practical.
    http://dl.getdropbox.com/u/212185/WebPics/AdobeForum_001.png
    Thanks!
    hanyang

    Interesting. I know much of that is possible, but it'd be heavy customization work. There's no 'table' type in the ADM, nor is there anything about lists with columns.
    That said, you can pretty much customize the drawing of a list entry to your heart's content so I don't see why you could do it manually. Drawing text is done by specifying boxes so it should be fairly easy to do that part.
    As for making a combo box pop up when you click...that I'm far less sure about. Again, catching the click and figuring out what column it's in shouldn't be too hard, so long as you take the proper care in setting up your widget & variables. And you *might* be able to create a combo box on the fly and position it appropriately -- though without a clear z-order I can't guarantee that it wouldn't appear *behind* the list. The trouble I see is figuring out how to dismiss the combo box when finished with it. You'd have to be careful to catch a lot of events like the panel losing focus and clicks to anything else on the panel and hooking them all up to let the list know it's time to dismiss the temporary combo box.

  • Programmatically generate a new front panel object

    I'd like to see an example of how to programmatically generate a new front panel object like a button or sub-panel at run time.  Any pointers?
    I've looked for examples but don't seem to be having success.

    "Controls on the fly" (artwork courtisy of Christian Altenbach) is something I have done on more than one app.
    Also check out the Picture control thread for more links and idea.
    The easy method is to pre-create and hide.
    The amount of code that goes into supporting functional controls is enormous (been ther done that)
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • SoftMotion 2010 - Trajectory Generator interface

    Hi
    I'm just upgrading from 8.6.1 to 2010 SP1, and am having some problems with the changes to the SoftMotion module.
    My code that used the Trajectory Generator interface no longer works.  I get an error message saying "Trajectory Generator Method: Library that defines the XNode cannot be found".  A quick search of the website suggests that this may be because I've got the 'Standard' version of the module, and need the 'Premium' version to use this interface.  Is that right?
    My NI licenses just got upgraded automatically (under SSP) and there was no warning that existing functionality would be removed.  Does that mean there's a simple way round this?  It doesn't look like the standard scan mode interface will do what I need.
    Thanks,
    Ian

    Hi Chris,
    I don't think my problem is due to either of those things.  I'm unable to create new VIs using the Trajectory Generator interface because those VIs don't seem to be installed.
    From the readme file you linked to:
    New Features
    The following items are enhancements or additions to the LabVIEW NI SoftMotion Module relative to the NI SoftMotion Development Module for LabVIEW.
    LabVIEW Palette Reorganization
    The VIs previously on the NI SoftMotion palette are now included on the NI SoftMotion»Advanced»Trajectory palette.
    But in my installation there isn't an Advanced palette under NI SoftMotion.  After reading the help files, I think this may be because I have the 'Standard' version of SoftMotion, not 'Premium'.  Please could you confirm whether this is the case?
    I did previously have access to this functionality (when using 8.6.1), so I don't think I'd agree with the readme's description of these changes as "enhancements or additions"!
    Regards,
    Ian

  • How can I programmatically generate report from teststand diff/merge tool?

    Hello,
    I'm currently using TortoiseSVN for change control management of code. A rare, but too common, issue we face is that someone has uncommitted code on their machine.
    We've developed some code to email notify the CORE team when uncommitted code is detected on a machine. We're able to identify which files have modifications, but we're looking to take it a little further and determine what the differences are; preferably between the repository version and local version if you are familiar with SVN.
    I'm familiar with FileDiffer.exe, and have it linked easily to diff files in the TortoiseSVN GUI, but I'm looking for a way to do this and generate a dif report progammatically.
    Does anyone know of a way to launch and programmatically generate a report xml from the TestStand File Diff/Merge tool without use of the GUI? Or if there is another tool or method out there capable of diffing sequences, please give suggestions.

    I'm looking into the same for LabVIEW files... I've come up with the following options but have not identified a concrete way to generate a comparison report so far.
    LabVIEW Compare Tool
    Requires visual (GUI) rep of diff files
    LabVIEW SCC Compare Palet
    Allows for direct Labview connection to SVN but requires PushOK installation or similar client.
    LabVIEW procmphier.llb -> CMP Compare two Vis.vi
    Cannot access the SVN repository, so will need to determine way to create app reference to the repository VIs

  • Using oc4j to generate interfaces from wsdl produced improper method names

    The method names that were produced from the opperations in my WSDL, generated an interface file with incorrect method names. The name went from "DoTest" in the wsdl to "doTest" in the Interface file.
    I double checked and all the cases are correct in the wsdl.
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by John Reynolds (MedPlus) -->
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:y="http://localhost/TestService" targetNamespace="http://localhost/TestService">
         <types>
              <xs:schema targetNamespace="http://localhost/TestService" xmlns="http://www.w3.org/2001/XMLSchema">
                   <xs:element name="Tresult" type="xs:string"/>
                   <xs:element name="Tname" type="xs:string"/>
                   <xs:element name="Tfault" type="xs:string"/>
              </xs:schema>
         </types>
         <message name="DoTestResponse">
              <part name="Result" element="y:Tresult"/>
         </message>
         <message name="DoTestRequest">
              <part name="Name" element="y:Tname"/>
         </message>
         <message name="DoTestFault">
              <part name="ExceptionDetail" element="y:Tfault"/>
         </message>
         <portType name="TestService">
              <operation name="DoTest">
                   <input message="y:DoTestRequest"/>
                   <output message="y:DoTestResponse"/>
                   <fault name="DoTestException" message="y:DoTestFault"/>
              </operation>
         </portType>
         <binding name="TestService" type="y:TestService">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <operation name="DoTest">
                   <soap:operation soapAction="urn:#DoTest" style="document"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
                   <fault name="DoTestException">
                        <soap:fault name="DoTestException" use="literal"/>
                   </fault>
              </operation>
         </binding>
         <service name="TestServiceSoap">
              <port name="TestService" binding="y:TestService">
                   <soap:address location="http://localhost/TestService"/>
              </port>
         </service>
    </definitions>

    Obviously one could rename the operation to that standard, but that doesn't exactly strike me as being anything other that a work around for a bug.
    WSDL provides a contract in which multiple languages have to conform to a set of interfaces, and it's not exactly good to have a tool, just a assume the contract for an interface is wrong.
    I could argue that I'm only doing Java on the front end and .Net on the client side and that they don't neccessarily follow the Java convention, nor should be constrained by it.
    I do agree with you that they probably just followed the convention when writing to code generator and just happened to pick up the convention. They just need to fix it now.

  • Programmatically generated hyperlinks in PDF now have boxes around them (v. 10.1.4)

    Hi
    I wonder if anyone has encountered this problem which only appeared in version 10.1.4 of both the Reader and Acrobat and if so, have you found a solution/workaround?
    Hyperlinks that are generated programmatically now have visible borders around them which can't be turned off. Our company uses a specialist programme to generate PDF publications from XML. Since Adobe has released the new 10.1.4 update, all the hyperlinks originally created in XML and converted to PDF are encapsulated in a box. This does not apply to manual links. My (personal) solution was to downgrade the Reader to 10.1.3 and Acrobat to 10.0.0  (because that was when the back button last worked properly and I use that all the time), but we cannot advise our customers to do the same - downgrading is not exactly a breeze. I view this as a bug or oversignt on Adobe's part and I really hope the next update will address this issue. If anyone has found a solution, please share it. Thank you.

    Oh, I didn’t realise that, sorry!
    OK, I’ve attached two pages extracted from one of our publications. If you open the file in Reader 10.1.4 you will see a mixture of links with borders and without borders – the ones without were done by hand and you can actually go into properties and change them. The other ones don’t let you access the properties because they are created by our system (called CLS). The links with visible borders still work, so it’s only a question of aesthetics. Only one link (3.4) in the attached PDF will work because it’s taking you to a place inside this very same document; the others were disabled during extraction.
    I can provide a bigger file, if you think it’s any help.
    Regards
    Dorina Carbune
    Electronic Publishing
    [private data removed]

  • ODI:HOW TO GENERATE INTERFACES AUTOMATICALLY

    DEAR ALL:
    I'm now using ODI as etl tools.In the source datastore there are a lot tables called A,B,C,D...,in the target datastore are a lot tables called A_T,B_T,C_T,D_T...which every table has the same structure mapping to the previous one except including an additional column called DELETE_FLAG.Now I need to make the interfaces each implemnts like this:
    A -> A_T
    B -> B_T
    C -> C_T
    each interfaces in one folder named by the souce table name,and each interfaced is named by the souce table name too.It's a large job if I generate the interfaces one by one manually as the total number of the tables is very large.Is there an easy way to achieve this?In every interface I nearly do the same thing...
    I'm sorry I'm not good at English,maybe I don't describe clearly,help me,thanks~ - -#

    The link I posted redirect to the 5th post of this conversion where David Allan give some links towards his blog.
    Here is a copy of his message:
    David Allan wrote:
    Interface accelerator;
    https://blogs.oracle.com/warehousebuilder/entry/odi_11g_interface_builder_accelerator
    Groovy version - Getting Groovy with ODI
    https://blogs.oracle.com/warehousebuilder/entry/odi_11g_getting_groovy_with
    Extending the interface accelerator example (auto mapping extensions);
    https://blogs.oracle.com/dataintegration/entry/extending_the_interface_accelerator
    More interface accelerator options around auto mapping;
    http://blogs.oracle.com/warehousebuilder/entry/odi_11g_more_accelerator_options
    Interface Builder (explicit interface definition driven from a file);
    https://blogs.oracle.com/warehousebuilder/entry/odi_11g_interface_builder
    Cheers
    David

  • ApplicationModule wizard generates no javadoc in generated interface

    When the ApplicationModule wizard generates the interface for the client with my custom methods, the javadoc is not copied from the Impl file to the interface.
    I want to give the interface to somebody else who is going to implement the user interface for my business tier.
    Therefore I expected the documentation of the methods getting copied to the interface. As I understand, all the classes in the common package represent the interface to the business tier. Please correct me if I'm wrong.
    How do you document the interface of the business tier?
    Thanks for any help,
    Robert

    Unfortunately you're right. There currently is not a good way to document the client interface files.
    We don't transfer any method comments from the original file to the client interface file, nor do
    we work to preserve user entered comments in client interface file, since we regenerate the
    interface methods each time you save the object in the wizards. We try to do a pretty good job
    of preserving user code and comments in the other bc4j generated files, but I guess we let
    this one go up to this point A bug has been filed related to these issues and we will be working
    on it in the 9.0.4 release. Thanks!

  • Generate Interface Documentation

    Hello all,
    could you tell me where i can find information regarding with SAP PI Interface Documentation. How can i generate reports of created objects, interfaces, scenarios if i have documented them in IR and ID? Is there any guide i can use to document my interfaces? Can this documentation be published as a HTML resource?
    Thank you in advance.

    Are you talking about the technical + functional document that we prepare for an interface developed in SAP XI/ PI? If yes, then have a look at this section:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/86bdc490-0201-0010-b9a2-b98373ea4dc4
    Normally such documents are hosted in a server which has a user interface....this user interface has a link which refers to the actual document.....a search kind of functionality.
    May be a search on SDN can help you further.
    Regards,
    Abhishek.

  • Programmatically generating an ADF Action Event through Javascript

    Hi,
    I have a requirement of generating an ADFActionEvent programmatically. I have written the following
    <af:commandButton text="commandButton 1" id="cb1"
    action="#{mybean.mymethod}">
    </af:commandButton>
    function parent()
    // here we need event
    // so i have done this code but its not working
    var event=new AdfActionEvent("AdfRichCommandButton [oracle.adf.RichCommandButton] id=cb2");
    event.Init("AdfRichCommandButton [oracle.adf.RichCommandButton] id=cb2");
    event.propagatesToServer();
    childfunction(event);
    function childfunction(event)
    var source = event.getSource();
    Wanted to know how can we call action of button from java script.
    i need this because i am calling java script from html and adf page is iframe here
    so i want to call action of button from parent html page through java script.
    i am successful to call child iframe java script function but not with event .

    You need to use the ADF Faces JavaScript API to queue an event and listen to it with a serverListener.
    See for example:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/004-auto-suggest-169120.pdf
    and
    http://biemond.blogspot.com/2010/11/adf-faces-rich-client-development.html

  • Programmatically generating XML from XSD

    Hello, everyone:
    I saw the JDev10.1.3 demo for registering an XSD and then
    saw how to manually create an XML instance in JDev.
    Is there a mechanism (e.g., a command line utility) for
    generating an entire XML instance that is conformant to
    a registered XSD? If so, it would be nice to have the
    ability to create multiple conformant XML documents,
    but that might be too much to ask for right now:)
    Regards,
    Oswald
    ps: I have an XSD that imports another XSD and it seems
    that I was able to register this succesfully in JDev10.1.3,
    whereas it did not work when registering
    the XSD in an Oracle 10G instance via 'registerSchema'.

    Hello:
    Thanks for the update, and I tried the following:
    java oracle.xml.jaxb.orajaxb -schema entity.xsd -targetPkg stuff
    using the following CLASSPATH:
    c:\jdev\lib\xmlparserv2.jar;c:\jdev\lib\xschema.jar;c:\jdev\xdk\lib\xml.jar;c:\j2sdk1.4.2_01\lib\tools.jar;c:\
    jdev\lib
    and got this error message:
    XML-32011: (Error) a problem was encountered because an abstract complex type "Entity" is referenced from the element "e
    ntity-elem".
    and I think it's due to the line in entity.xsd:
    <xsd:element name="entity-elem" type="Entity" abstract="true"/>
    where Entity is defined as follows:
    <xsd:complexType name="Entity" abstract="true">
    <xsd:sequence>
    <!-- Identification -->
    <xsd:element name="uid" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <xsd:element name="entity-type" type="xsd:string" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="property-value" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    Suggestions welcome...
    Regards,
    Oswald

  • Runtime Exception from WDP generated interface class

    Hi,
    I am having runtime class cast exceptions from the Internal component file. There is no errors in compiling/building. The application is trying to use another method in the component in another DC. I believe some generated files may have go corrupt but i am not sure how to fix this. Anyone have any suggests? Or maybe other ideas what might be causing this.
    java.lang.ClassCastException
    at com.xxx.yyy.component.wdp.InternalABCComp.wdGetTestInterface(InternalABCComp.java:694)

    Hi,
        If this DC is using is using other components then the problem may be with the UsedDCs. Check if any one of them or their models are changed. Then you have to reimport the models in that DCs. (Hint: Build and deploy those DCs if there have problems you can find)
    REgards,
    Siva

Maybe you are looking for