Modify JDBC task in integration template OWB

I'm trying to modify the flag_useless_lines task and create a different condition for one single column in my table based on the column name (the column is called TS). Something like
(<?if (T.[COL_NAME]=T.TS)
I'm not sure this line is good. Can you suggest me something?
{?>"snpRef.getTable("L", "INT_NAME", "W")".[COL_NAME])!=T.[COL_NAME])<?} else {?>("snpRef.getTable("L", "INT_NAME", "W")".[COL_NAME]=T.[COL_NAME]) Or ("snpRef.getTable("L", "INT_NAME", "W")".[COL_NAME] IS NULL and T.[COL_NAME] IS NULL)<?}?
)", " \tand\t", "", "(UPD AND (NOT TRG)) AND (NOT UK)")%>
Thanks!

The solution is something like this: (where TS is the colum name)
if (\u0022[COL_NAME]\u0022.equals(\u0022TS\u0022))

Similar Messages

  • Unable to start WLS8.1sp4 after extended with Workshop& Integration Templat

    Hi,
    I have configured three domains of WLS8.1sp4 on
    unique ports namely 6001, 7001 & 8001 but
    only one domain can be started on the port 7001
    but there is a problem starting the other ports.
    All the three domains WLS were able to be started
    without any problem at all before the domains
    were being extended with Workshop and Integration
    Templates from the Basic Weblogic Server Domain
    in the Weblogic Configuration using the built-in Configuratino Wizard.
    Could someone please assist ?
    ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=:/dev_app/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/dev_app/bea/weblogic81/common/lib/log4j.jar:/dev_app/bea/weblogic81/server/lib/debugging.jar:/dev_app/bea/weblogic81/server/lib/knex.jar:/dev_app/bea/weblogic81/javelin/lib/javelin.jar:/dev_app/bea/weblogic81/server/lib/wlw-lang.jar:/dev_app/bea/jdk142_05/lib/tools.jar:/dev_app/bea/weblogic81/server/lib/weblogic_sp.jar:/dev_app/bea/weblogic81/server/lib/weblogic.jar:/dev_app/bea/weblogic81/server/lib/ant/ant.jar:/dev_app/bea/jdk142_05/jre/lib/rt.jar:::/dev_app/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/dev_app/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/dev_app/bea/weblogic81/server/lib/webserviceclient.jar:/dev_app/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/dev_app/bea/weblogic81/server/lib/xbean.jar:/dev_app/bea/weblogic81/server/lib/wlxbean.jar:/dev_app/bea/weblogic81/server/lib/xqrl.jar:/dev_app/bea/weblogic81/server/lib/netui/netui-compiler.jar:/dev_app/bea/weblogic81/server/lib/wli.jar:/dev_app/bea/weblogic81/server/lib/fop.jar:/dev_app/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar:
    PATH=/dev_app/bea/weblogic81/server/bin:/dev_app/bea/jdk142_05/jre/bin:/dev_app/bea/jdk142_05/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Sun-Fire-480R/sbin:/opt/sun/bin::/opt/SUNWexplo/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Error [125] in bind() call!
    err:: Address already in use
    Socket transport failed to init.
    Transport dt_socket failed to initialize, rc = -1.
    FATAL ERROR in native method: No transports initialized
    Starting WLS with line:
    /dev_app/bea/jdk142_05/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -Dplatform.home=/dev_app/bea/weblogic81 -Dwls.home=/dev_app/bea/weblogic81/server -Dwli.home=/dev_app/bea/weblogic81/integration -Dlog4j.configuration=file:/dev_app/bea/weblogic81/common/lib/workshopLogCfg.xml -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=myserver -Djava.security.policy=/dev_app/bea/weblogic81/server/lib/weblogic.policy weblogic.Server
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    Error [125] in bind() call!
    err:: Address already in use
    Socket transport failed to init.
    Transport dt_socket failed to initialize, rc = -1.
    FATAL ERROR in native method: No transports initialized
    Stopping the Weblogic Workshop debugger...
    ERROR: Proxy already running...
    weblogic.debugging.comm.SocketCommException
    at weblogic.debugging.comm.SocketComm.accept(SocketComm.java:53)
    at weblogic.debugging.comm.ServerSocketComm.accept(ServerSocketComm.java:53)
    at weblogic.debugging.engine.ProxyThread.run(ProxyThread.java:81)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.InterruptedIOException: operation interrupted
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at weblogic.debugging.comm.SocketComm.accept(SocketComm.java:47)
    ... 3 more
    Debugger Stopped.
    Stopping Pointbase server...
    Pointbase server stopped.

    Problem solved since default ports 8453 & 9093 were occupied
    But behaviour on Windows for debug is different from Unix which requires unique potr althought windows still works.

  • Modifying existing Coll. Room Template

    Dear KM friends,
    I have created a Collaboration Room Template.
    But i need to changes in Pages layout, iView settings, even i need to add new pages and delete.
    can anybody tell me, How to modify the existing Collaboration Room Template??
    Please reply me
    thanx in advance
    Kantha

    Hi,
    As per the doc...
    Each template contains technical attributes and settings for the rooms or room parts that are created based on the template. In the portal, the templates are stored as Collaboration content.
    You maintain templates in room template administration or in room part template administration.
    In the template, you define the room or room part structure by assigning a workset to the template (see Maintaining Worksets for Templates). The following special points apply to this assignment:
    ·        You can use one workset as the basis for more than one template, which are differentiated by their external parameters, for example.
    When you create a template, the system copies the workset assigned and assigns this copy exclusively to the template. Changes to a workset that is already assigned to a template are made only to this template.
    http://help.sap.com/saphelp_erp2004/helpdata/en/44/f99140c2eab118e10000000a1550b0/frameset.htm
    You can simply delete or add or modify the pages to the workset in the templete.
    Regards
    gEorgE

  • [svn] 3140: Modifying build. xml to include templates in the jar from the new location.

    Revision: 3140
    Author: [email protected]
    Date: 2008-09-08 09:04:17 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Modifying build.xml to include templates in the jar from the new location.
    Modified Paths:
    flex/sdk/trunk/modules/antTasks/build.xml

    Don't be so impatient and don't multipost! I've deleted your other thread about the same topic.

  • ODI-1228: Task emp(Integration) fails on the target ORACLE connection Target

    Hi all,
    I am getting error while executing interface on error. Following error occurs when i am executing interface,
    ODI-1228: Task emp(Integration) fails on the target ORACLE connection Target
    Caused By: java.sql.SQLException: Non Supported SQL92 token at position: 138
    Your help in this regard will be highly appreciated.
    Regards
    Irfan

    Hi all,
    I am getting error while executing interface on ODI. Following error occurs when i am executing interface,
    ODI-1228: Task emp(Integration) fails on the target ORACLE connection Target
    Caused By: java.sql.SQLException: Non Supported SQL92 token at position: 138
    Your help in this regard will be highly appreciated.
    Regards
    Irfan

  • Modify default font of iweb template

    Hi there,
    I'm using the dark room template for my website, but i'd like to change the default font of the blog (Futura) to Lucida Grande.
    It was very easy to modify fonts for the new blog entries but any possibility to modify the dark room "blog" template to have lucida grande as default.
    Thanks for your help.
    Nicolas

    I think it's still worth trying to figure out why the font disappeared in the first place. I've seen several posts on missing fonts but no one has yet to determine why they go missing. (at least, not in the threads I've read

  • SP2 Weblogic Integration Template Production Mode Failure

    I was surprised that in SP2, this simple failure is still not fixed:
    Launch configuration wizard.
    Choose Integration Template
    Choose Express Configuration
    Choose Production Mode
    Launch new domain
    You'll see the startup fails because the WLI tables are missing. This
    was broken in every release so far, and is pretty sad since it's one of
    the most basic things you can do with WL.

    Figured it out. When you try to create a new domain, it must be created in development mode (even if you want to run it in production mode). Start it at least once in development mode before trying to start it in production mode. To change whether the server starts in development or production - edit the setDomainEnv.sh file (in the same directory as config.xml). Towards the bottom of the file, there is an if condition that looks like this:
    if ("" = "true"){
    change it to
    if ("true" = "true) {
    then your server will start in production mode.

  • How can we modify the Task Priority in BPM workspace???

    How can we modify the Task Priority in BPM workspace??? Is it possible?? If so what is the best and easy way to implement this??

    Hi Chandra,
    First please find the job name in SM37 for FIGL and check the job status to be in "released" status. Select that job and go to job menu and click on change. then it will take you to the job screen where you have "job class". Here you can change the job class to "A" to get to high priority.
    If you are unable to edit the job then create a new job with the same variants by clicking STEP button in the Job screen.
    Try these steps, let me know if are able to do so.
    Regards,
    Ravi Kanth

  • How to find a Transport Request no for Task or Workflow Template

    Hi All,
    Any body tell me.
    How to find a Transport Request No for Task or Workflow Template.
    Thanks,
    Lakhshmi.

    Hi.
    Next to the options already mentioned you can also try transaction SE03.
    Select: Search for objects in Requests/Tasks.
    Next, fill an empty line with the objectnumber you want to search (don't forget the checkbox).
    For workflow tasks use the object type PDTS, for workflow templates use PDWS.
    Kind regards,
    Jasper Blok

  • Audit- No userID for modify security task(?)

    BPC 5.1 SP3
    We have auditing on, and it seems to be working. However, any time an admin modifies a user's profile, the audit report shows the activity but there's no UserID or MachineID for the record. I checked the audit table AuditActivityHdr... and there's no data stored in those fields for any "Modify User" task.
    Is this by design? How would we know who modified a user's profile?

    If you enabled the audit to register all the activities regarding administration module then normally it should be registered. If it doesn't register this admin activity means it is a bug and you have to report this one.
    Regards
    Sorin Radulescu

  • Modifying DVD Studio Pro Apple template's

    I have a DVD Studio Pro question regarding how to modify DVD Studio Pro Apple template's with out loosing their key atributes of menu page quantity calculation and button advance direction flow. The Apple templet I was trying to modify was "Portfolio".

    To what extent did you need to change it?
    If you are wanting to add additional items to the existing template, then this is not a problem... just add what you need. If you want to change the background image then this too is probably possible. Apply the template, look in the assets tab, open the folder called 'Templates' and look for the file you want to change, then control+click on it, select 'reveal in finder'. From now on make a backup of the original and then change it as you see fit. Revert to backup when you need to
    Not all templates are customisable, but the Portfolio one appears to be.

  • List of integration templates for SSM Enterprise

    Hi Everyone!
    Where can I get the list of integration templates of SSM Enterpise?
    Thank you in advance.
    Rally

    Rally,
    SSM does not have the integration templates of SAP ERP. If you are pulling data in from SAP BW, you need to build BI Queries that help harmonize the data - since BW and PAS have some differences in how they organize data. BI Queries have to be constructed using the BICA, which is a separate download intended primarily for consultant's usage. Primarily intended for consultants as this requires a certain amount of training and experience before deploying. The BICA is covered in SAP Education's 5 day training program on SSM.
    If you are part of Ramp Up for SSM 7.5, one perk is that up to 10 people get access to the Ramp Up Knowledge Transfer (RKT) material. It should be covered within the online RKT material. There is usually one administrator from the company that provides the names for access to RKT material.
    Regards,
    Bob

  • How to modify Apple's "Project Proposal" template in Pages 5.0?

    In Pages 5.0 I want to use Apple's "Project Proposal" template for my project proposals, but I need to modify Apple's original template.
    Removing the image works in the "Modern Report" template - but does not work in the "Project Proposal" template.
    What is the difference in how the image is places in the "Modern Report" template vs the "Project Proposal" template?
    In Apple's original version on the first page, there is a large image, followed by:
    Project Proposal
    Prepared for: Trenz Pruca, Title
    Prepared by: Urna Semper, Job Title
    2013年10月26日
    Proposal number: 123-4567
    I need to remove the image, and start my text from the top of the first page. I could manage to remove Apple's original image easily, but the space previously occupied by the image remains as empty space. I tried for a couple of hours to eliminate this empty space (previously occopied by the image) and move the "Project Proposal etc" text to the top, but could not find a way to do that.
    Where can I find and modify the offset of the text from the top of the page, or eliminate the empty space previously occupied by the image.
    There seem to be some controls hidden somewhere in the Pages software, or of the template itself, which I could not find yet, where this text offset from the top is controlled.
    Any help greatly appreciated.
    Gerhard

    I encounter the same problem today when trying to use this template, and after reading previous replies, I went and copy all the elements (Select All) into a new blank document (don't have an older Pages version) and it worked just fine for me, no overlaping or anything, as you can see on the image below, the layout doesn't start after the image, I just had to tweak it a little, like moving the company name and upper line to the top (and move them to section master) and manually adding the bottom line.
    I'm new here, so if any of you can tell me if and how can I upload my Project Proposal template I just created to this discussion, I'll be happy to share it with all of you.

  • Can I Modify Picture "Background" in a Template?

    I'm looking but can't figure this out. When I select a certain template and then drop a picture in, there is a border around the picture (seems to be dictated by the template). Do you have the ability to remove or modify this in iWeb? If so, could someone tell me how!?
    Thanks!
    Mark

    It's called stroke, see this thread:
    http://discussions.apple.com/thread.jspa?messageID=5751776&#5751776

  • Modify Web Gallery - Paypal Integration - Filename Extraction

    Hi Everyone,
    I'm embarking on a mission to try and create a custom web template that will integrate Paypal's "Add to Cart" buttons on the "Details" page of an exported Web Gallery. It only requires modifying a Web Gallery template file and adding the below code to the footer of the Details Page:
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/enUS/i/btn/btn_cartSM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="[email protected]">
    <input type="hidden" name="item_name" value="Purchase Standard Resolution Image">
    <input type="hidden" name="item_number" value="imagename">
    <input type="hidden" name="amount" value="3.00">
    <input type="hidden" name="shipping" value="0.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form>
    The problem is, I need to substitute the image's filename for the "imagename" variable in the above code. I'm looking to extract the filename, but I'm unsure of how Aperture populates that. I'm sure there's a div name that they use that I could slip in there, but has anyone who has modified a Web Theme done this before? I know CSS modifications are easy, but I'm talking extracting certain field names that Aperture uses.

    I'm not seeing an "Add To Cart" button on your page - just a "View Cart" one.
    The reply from PayPal is correct in that there is no code that specifies the image size. The image itself dictates the size as you will discover if you use a custom button hosted on your own site.
    Here's the code:
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="Value-Code-Here">
    <input type="image" src="http://www.domain.com/Folder-Name/Button-Image.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    However, PayPal buttons do work on iWeb built sites so I don't know about the relevance of their reference to CSS.

Maybe you are looking for

  • Deleted my itunes library, how to restore or redownload?

    i recently deleted my itunes library by mistake.  i thought i had only deleted what i wanted to delete by instead the whole library is gone.  is there a way to recover it or is it gone for good?   i've been trying to re download the previously purcha

  • Does Yosemite support DisplayPort 1.2 to daisy-chain 2 monitors from a single Thunderbolt port?

    Has anyone tried daisy-chaining two monitors from a single Thunderbolt port in Yosemite? DisplayPort 1.2 wasn't supported by Mavericks, but I'm hoping that might have been fixed with the new

  • Aperture 3: Photos don't display in browser or Viewer

    Some of my photos don't display in the browser or Viewer panels. It's displayed as greyed out. I am running Aperture 3.2.2. I have tired to rebuild permissions and the database without luck. Updating the preview doesn't work either. For some of the p

  • Problem with Check box in WAD

    Hi , I am creating a Check box in WAD which is a selection variable for a characteristic. I am able to get the display of all the values listed. Problem is : I want to have the list of values displayed with a check mark and I am not able to see where

  • Outlook sync errors

    Lately I have been getting this in Outlook on my home computer. I d not seem to have this same problem in the office accessing the same remote Exchange server. I do not see any resources about this on line. 11:28:32 Synchronizer Version 15.0.4551 11: