How to setup Datasource to use data triggers in Data Template

hi all,
Pls. let me know the process how to setup dataSourceRef that has to be mentioned in the data template tag for making use of various data triggers?
I have packaged function which will create a temporary table that I am using in my main query. This whole process should happen in the beforereport trigger.
can anyone help me in this regard.
Thanks in advance
Praneeth
null

Yes for triggers use need functions returning boolean value. These functions must reside in a package and you have to define package name as defaultPackage="package_name" in data template.

Similar Messages

  • How to setup singnet email using other? So desperate.

    Can anyone in Singapore help me. I bought it from shop. How to setup singnet email under add new account> other>......

    Have you tried what is suggested here http://forums.hardwarezone.com.sg/showthread.php?t=3043300 ?
    Incoming : pop.singnet.com.sg
    Outgoing : mail.singnet.com.sg
    Edit: you should also be able to sync email account settings from your computer via iTunes on the device's Info tab (from the iPad manual) :
    You can sync email account settings from Mail on a Mac, and from Microsoft Outlook 2003, 2007, or 2010 or Microsoft Outlook Express on a PC. Account settings are only transferred from your computer to iPad. Changes you make to an email account on iPad don’t affect the account on your computer.
    Message was edited by: King_Penguin

  • How to setup bidirectional streams using OEM.

    hi,
    can anyone guide me in setting up bi-directional streams using OEM??
    Thanks in Advance.

    Click on the database --> data Movement --> setup under streams. Follow the steps whether you want schema replication / table replication / etc. You need to populate the host credentials for oracle.

  • How to Setup Allowed Websites using Customization Wizard 11

    I am wondering if it is possible to add a website to the list of allowed websites for Adobe Reader using the Adobe Customization Wizard 11?
    I am referring to the list of Web Sites specifically located under Edit => Preferences => Trust Manager => Internet Access from PDF Files outside the web browser => Change Settings => Web Sites.
    When an allow entry gets created in this list, it is stored in the HKCU registry key at the following location:
         HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\11.0\TrustManager\cDefaultLaunchURLPerms
    as a String Value named "tHostPerms" that contains the following info:  "version:2|sitename:2"
    I would like to setup some of our internal websites to be allowed in this list.  I am using the Adobe Customization Wizard 11 to create a custom transform file so that when I push out Adobe Reader 11 to my clients these settings will already be setup.
    Does anyone know if this can be setup using the Customization Wizard?

    It sounds like you already know how to configure the registry, so follow the suggestion above. Basically do this:
    Set up trust via the UI in an installed application.
    Open the Wizard.
    Go to Registry.
    Drag the registry from the configured app to the new installer (Destination Computer).
    There is a video tutorial of this feature at http://tv.adobe.com/show/acrobat-it-tips-tricks-tutorials/.
    ben

  • How to build an array using incoming stream of data?

    I am programming in VBAI but use LV as my Inspection Interface. The VBAI program will go in a finite loop (1000x) and feed the numeric indicator with dbl vaule in the front panel of LV. So the dbl value is in sequence.
    In LV, how do I build an array (index 0 - 999) with this stream of data?
    Solved!
    Go to Solution.

    altenbach wrote:
    You can eliminate that useless FOR loop by using a globally initialized feedback node instead of a shift register.
    You also need a mechanism to reset the shift register contents.
    What are you doing up at this hour?  Don't you sleep?  Per your advice.  The OP will still need to code in an initial state for the array.
    Reese, (former CLAD, future CLD)
    Some people call me the Space Cowboy!
    Some call me the gangster of love.
    Some people call me MoReese!
    ...I'm right here baby, right here, right here, right here at home

  • Problems with my account. How to setup a new one and copy all data in it?

    I've had this Admin account called 'Alex' since my TiBook days. It was on a freshly installed Panther, but for some reason it had a few problems. Just within my own account, that is. My 'Alex' account happened to be the only Admin account; all the other accounts, three in number if I'm not mistaken, were Std accounts.
    Problems I had back then included certain installers not running, or rather starting to bounce and then quitting before doing anything at all. I remember I had to use another account to install Final Cut Express 1.01.
    When I got this new Powerbook I used Migration Assistant when first turning it on, and transfered my home folder using FW cable from the TiBook. Trouble is, the problems I had up to then got transferred, too! For example, now I cannot click on 'Burn' within iDVD5, or the whole thing will collapse (iDVD that is, not the OS!). Also, bought FaxSTF Pro X from Smith Micro, and I can't fax out anything! But, switch to another account on my Powerbook, things are smooth as silk.
    I am contemplating the solution of setting up a new account for me and transferring all my files to that account, then delete my current, problematic one. I want the new account to also be called 'Alex' for short, to have the same long name (my full name, just like my current Admin account). I also would like it if it was possible to copy my Dock configuration, instead of having to re-compose it from scratch. I've got used to using it over the months, and would like to keep it for GUI reasons.
    So, what would be the right order of doing things? Rename my current, bad, account, then create a fresh admin account, then change the ownership and privileges in everything in my home folder and move to the new account, then verify and finally delete my current account? Does all this make sense? Am I setting myself up for some sort of digital tragedy?
    Thanks, people.

    You know, I was thinking if I went ahead and just created a new account, then shipped all my Home folder under the new account and used chown to fix the ownership details, then most likely the problems of my current account would be transferred to the new one.
    How about skipping all .plist files and other preferences? What if I only transferred my actual work documents from all software that I use, plus emails and what have you? Would that tend to minimize the chances of problems re-manifesting themselves in the new environment?

  • How to setup error message in JSP if no data or page found

    I want to show users some error message after user clicks on a link and no page or data is found.
    How do I show users to a valid error message if there is no data exists after they click on a link?

    Add the following line at the top of your jsp
    <%@ page errorPage="error.jsp" %>
    Then, write a error.jsp in whichever fashion u want.
    My error.jsp begins like this
    <%@ page isErrorPage="true" %>
    <html>
    <head>

  • How to setup clients to use authentication to access OID

    Hello,
    I'd like to perform two tasks with OID:
    1) anonymous OID browse for net service entries access to everyone (simple all client configuration - add LDAP naming method and ldap.ora)
    2) password protected OID browse for particular net service entries to subset of users (for special clients who has to access restricted Net services)
    I check documentation and played a bit and finally can perform task 1) with anonymous binds
    Main problem is how to perform task 2). I try to follow guidance from http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/config_concepts.htm#i484232
    that I need to put those parameters to sqlnet.ora file:
    names.ldap_authenticate_bind = TRUE
    wallet_location = location_value
    I start playing with Wallet Manager with no success yet.
    Question:
    1) Maybe somebody knows how to perform tasks above better than I suppose to do with little overhead for admin and end user?
    2) Do I need to put all OID Net Service entries to wallets for all clients?
    3) Do I need to simply create user in OID with enough privileges to access restricted net service names for browsing and put this user to wallet for all clients?
    4) Other ideas?
    Configuration:
    I setup OID 11.1.1.3.0 on Windows XP 32-bit, import Net Service entries from tnsnames.ora, setup anonymous binding.
    Thanks,
    Sergiy

    Hi
    Do you have a radius/tacacs server in your infrastructure. What you want is to authenticate the user on the ASA before they get access to the devices.
    Attached is a link to authenticating network access with the ASA
    http://www.cisco.com/en/US/docs/security/asa/asa70/configuration/guide/fwaaa.html#wp1043431
    HTH
    Jon

  • How to ENQUEUE to prevent using SE16 to change data?

    Hi All,
    When we use SE16 to modify a database table record, a lock entry would be created in the SAP system (can be seen from SM12).
    From the Lock Entry List, we know that SE16 makes use of the enqueue function module ENQUEUE_E_TABLEE to lock the record. However, when I try to use the same function module (ENQUEUE_E_TABLEE) in my codes to lock a particular record in the database, I am still able to use SE16 to modify that record.
    Why is that so? Thanks.

    I use the same user (but different SAP session) to (1) run the report program (containing the function module) and (2) run SE16.
    Expected Result:
    After I run my report program to ENQUEUE that particular record, I SHOULD NOT be able to edit that record using SE16.
    Actual Result:
    After I run my report program to ENQUEUE that particular record, I AM STILL able to edit that record using SE16.

  • How to DTW Deposit by using credit card tag - OCRH template path

    Hi experts!
    I need to import full of credit card deposit by using DTW, but I dont know what template i should use....
    I mean, I know I use from OCRH table, but I cant find template sample...
    Do you know the path?
    Regards...
    Edited by: Valter Silva on Jan 19, 2012 5:56 PM

    Hi,
    Not all tables/fields can be imported through DTW. OCRH is one of the table.
    Thanks,
    Gordon

  • How to set up shared use of "Contacts" data w/ 2 individual user accounts?

    How to set up shared use of application "Contacts" data for two individual user accounts?

    Link the contacts in one user account to a online cloud based system like Google or apples iCloud and then link the second user to that same online account. This could cause some slight problems if both people maintain their own online account to either of those systems on a phone or pad.

  • How to setup AccessGate - OAM 10.1.4

    Hi All,
    How to setup AccessGate to use cluster?
    I read "3.4.4 Modifying an AccessGate" in Access Manager Admin Guide, but no hint in it.
    the tool configureAccessGate only let me fill just one server host name. But the host could be the single point error.
    -h Access Server Host Name
    -p Access Server Port
    Anybody has suggestions?
    Thanks & Regards,
    Justin

    Hi Vinod,
    Below is the content of ObAccessClient.xml. I can see two access servers are set. But the second is never used.
    <?xml version="1.0" encoding="utf-8"?>
    <CompoundList
    xmlns="http://www.oblix.com"
    ListName="ObAccessClient.tmp">
    <SimpleList>
    <NameValPair
    ParamName="id"
    Value="hat"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="accessClientPasswd"
    Value="004354474A"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="primaryCookieDomain"
    Value=""></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="preferredHost"
    Value="16.157.68.238"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="state"
    Value="Enabled"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="maxCacheElems"
    Value="100000"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="cacheTimeout"
    Value="1800"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="cookieSessionTime"
    Value="3600"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="maxConnections"
    Value="10"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="maxSessionTime"
    Value="24"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="idleSessionTimeout"
    Value="3600"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="failoverThreshold"
    Value="2"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="aaaTimeoutThreshold"
    Value="-1"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="sleepFor"
    Value="60"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="debug"
    Value="false"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="security"
    Value="open"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="state"
    Value="Enabled"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="denyOnNotProtected"
    Value="0"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="cachePragmaHeader"
    Value="no-cache"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="cacheControlHeader"
    Value="no-cache"></NameValPair>
    </SimpleList>
    <SimpleList>
    <NameValPair
    ParamName="ipValidation"
    Value="1"></NameValPair>
    </SimpleList>
    <ValList
    xmlns="http://www.oblix.com"
    ListName="primary_server_list">
    <ValListMember
    Value="primaryServer1"></ValListMember>
    <ValListMember
    Value="primaryServer2"></ValListMember>
    </ValList>
    <ValNameList
    xmlns="http://www.oblix.com"
    ListName="primaryServer1">
    <NameValPair
    ParamName="host"
    Value="sip3.chn.com"></NameValPair>
    <NameValPair
    ParamName="port"
    Value="6080"></NameValPair>
    <NameValPair
    ParamName="numOfConnections"
    Value="5"></NameValPair>
    </ValNameList>
    <ValNameList
    xmlns="http://www.oblix.com"
    ListName="primaryServer2">
    <NameValPair
    ParamName="host"
    Value="sip4.chn.com"></NameValPair>
    <NameValPair
    ParamName="port"
    Value="6080"></NameValPair>
    <NameValPair
    ParamName="numOfConnections"
    Value="5"></NameValPair>
    </ValNameList>
    <ValList
    xmlns="http://www.oblix.com"
    ListName="secondary_server_list"></ValList>
    </CompoundList>

  • Generate Association rules using Oracle 10 g Data Mining Tool

    Hi,
    How to Generate Association rules using Oracle 10 g Data Mining Tool ?

    As far as I remember in 10g it is pretty much the same
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28129/market_basket.htm
    Regards,
    Husnu

  • How to setup mail client in Data Integrator 11.7 to make use of mail_to()

    How to setup mail client in Data Integrator 11.7 to make use of mail_to() function.
    I am using mail_to() function in one of my job to know the status of source file. If source file is not ready, our DI job should fail and send mail notification with reason for failure.
    But mail_to() function is not sending any mail. I guess I need to set up email client.
    Any one please help to resolve this issue.
    Thanks
    Phani

    From the DI documentation that comes with the installation:
    To use this function, a mail client must be installed and running on the Job
    Server computer that calls the function. The login account for the mail client
    must have the same user name and password as the Data Integrator service.
    The type of client varies by the operating system:
    u2022 If the Job Server is on a computer running the Windows operating
    system, then the mail client must comply with MAPI (message application
    programming interface). In addition, the mail client must be configured as
    the default mail client. For example, Microsoft Outlook is a MAPI-based
    mail client.
    If the Job Server is on a computer running the UNIX operating system,
    then the mail client must be mailx-compliant.
    So:
    Mail client installed and configured and set as default
    Mail client uses the same credentials as the job server service
    Or use another function: smtp_to();
    If still not working or you are not allowed to use an installed mailclient on your box, then try Blat: http://www.blat.net/

  • How to use sda6810 to receive data from a rs485 channel?

    I want to use sda6810 to anlyze data from a rs485 bus. So I use Labview to progame the sda6810 with the drivers.Firstly,I intilite the card,then I cofigued an channel to send data from a buffer,and configued another channel to receive data from the first chanel . But unfortunatly the data I received was not equal to the data I sended.And there are not any error messages indicated in Labview
    And when I try to use the GP channel,I found it worked properly.please tell me how I can solve the problem?

    I really apreciate your help.You told me that
    I should use the exameples which shipped with sda driver firstly. I do used them,and it worked correctly.So I think the connections was being setup properly.And I
    used labview to progame the rs485 channel
    . It do received something .But it was incorrect.
    I would be grateful if you could send me an
    example writted by labview,or you could tell
    me you e-mail address.
    Here is my code .
    Attachments:
    youyou2.zip ‏110 KB

Maybe you are looking for

  • A utility like Unix 'file' in Java?

    Does any one know of a utility like the standard Unix utility 'file' that is written in Java? 'file' does more than look at filename extensions. It maintains a list of rules for identifying many file types based on their contents. Thanks, bw

  • Include a report in another report - URGENT!

    Hi all I generated 5 reports with Oracle Reports 9i and now I want to manage it as I wish in order to generate a single file (one single big report) as an output. Can I include one or more reports (.rdf, .rep, .....) inside another report (a wrapper

  • IPad 2 iOS 7 update error 4013

    So I was updating my boyfriend's iPAD and while updating it stopped and gave me a typical error message but with error 4013. It worked fine before and is now stuck in the "connect to itunes mode" recovery mode. I have tried updating and no luck. I ha

  • Object Fields Mysteriously Becoming Invalid

    I am not exactly sure what code to post with this considering the nature of what's going on, so I'll do my best to explain and then perhaps I can provide code based on your responses. When my application loads in the AppDelegate I create 3 objects of

  • TDM iMac not working

    So i bought Apple Thunderbolt to Thunderbolt Cable today. I wanted to use iMac 27inch Mid2011 as an external display for MacBook Pro 15inch Mid2012. I booted MacBook first and then iMac. Plugged the Thunderbolt cable in both of them but nothing happe