Updates to notification templates are transported?

Hi Experts,
System: SAP IDM 7.20.9
Database: SQL Server 2012
As per my understanding, notification templates are included in transport. Correct me if I am wrong. I see my new notifications are transported and created in QA IDM. But the updates in existing templates are not transported to QA! Anyone else noticed this?
Kind regards,
Jaisuryan

Hello Jaisuryan,
there is export and import job for the templates. You have to transport them manually.
I dont think this is wrong though as you might have other text on dev, qa and prod.
Regards
Norman

Similar Messages

  • How Web Templates are transported

    In order to show BW Query at portal we need to create a template and need to create a Web Query in that template. I have done both.
    When we create query it ask for package and request I have saved in package RS_BCT_MM_EN with request and released that request also.
    Now since query is assigned with request when I release request it is transported to test system.
    But when we are creating template it doesn’t ask any package or request.
    Since no request is asked we can’t release/transport template.
    As templated is not transported at test system i am getting error
    template "XYZ" not found.
    Now question is: how templates are transported.
    Regards
    Manish

    Go into RSA1, go into the Transport Connection, select objects by type, choose Web Templates, and select the one you'd like to transport.
    When you click the transport button, you'll be asked for a package if needed, and then for the transport to include it in.  Then you can release and import the transport as you apparently already did with the query.

  • Issue with links on WAD Template when transporting from BWD to BWP

    Hello experts,
    We're facing a problem in our project.
    Until now we we're working directly in a productive system, but last week we've copied our productive system (BWP) to the development system (BWD).
    Now we change almost everything in BWD and then transport to BWP.
    However, our templates that have been constructed in the Web Application Designer (WAD) have some links that have dependency on the string 'bwd', example:
    "http://sapbwd.tap.pt:8"
    All the links with this issue are ragarding to workbooks constructed over the Excel (BEx Analyzer).
    When we transport the template to BWP the link remains the same, where the link should be "http://sapbwp.tap.pt:8"
    We would like to eliminate this issue, eliminating the reference to the system (BWD) or changing the link name when the template was transported to BWP.
    Is there any easy way to workaround this problem?
    We're counting with your knowledge and know how to help us.
    Best Regards,
    Rui Romba
    Portugal

    Hi Rui,
    i don't know if understood you well, but if your requirement is to restrict users and queries execution to a specific server the solution is to create logon groups (transaction SMLG1), however this solution have impact not only in reports execution but also in the login options.
    In this transaction you define for a group which instance server is allowed, in your case you could specify the server where the reports should run.
    I strange the fact of your Wad reports allways open in the correct server, but it could be due to authorization definitions.
    Hope it helps.
    Renato Pedro

  • Unable to upload the updated/modified Report template (rtf file) in siebel

    Hi,
    I am unable to upload the updated/modified Report template (rtf file) if already exists in the local database.
    Initially I have uploaded a rtf template, generated xliff, registered it and can view the report from the registered view. Later I have made few changes to the rtf template, in the reports template view, I have uploaded this. When i run the report in the registered view, I am able to see the earlier version and it doesnt show me the updated changes.
    I am using 8.1.1.3 siebel and BIP 10.1.3.3.1 on local.
    Looking at the metalink found "How To Upload Modified RTF Template Files In The Siebel Application For BI Publisher Reporting [ID 1136418.1]" which is related to server but I am working on local database
    Please find attached the template, xml file. can you please look into this and update me ASAP
    Thanks,
    RV

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • OIM 11.1.1.5 Notification Template

    I am trying to create a new Notification template by following the steps in the following thread http://fusionsecurity.blogspot.com/2011/07/oim-11g-notifications.html . Some fields I should be able to see in the admin console, but I don't. Like the 'Available Data' and 'Selected Data'. I am not able to see the drop down list for those 2 fields, which results into not letting me add tags to my notification body or subject.
    First I defined the new event metadata as follows:
    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <Events xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../metadata/NotificationEvent.xsd">
    3. <EventType name="Demo Notification Event">
    4. <StaticData>
    5. <Attribute DataType="X2-Entity" EntityName="User" Name="User Login"/>
    6. <Attribute DataType="91-Entity" EntityName="User Group" Name="User Grp"/>
    7. </StaticData>
    8. <Resolver class="com.oracle.demo.oim.notification.DemoNotificationEventResolver">
    9. <Param DataType="X2-Entity" EntityName="User" Name="usr_login"/>
    10. </Resolver>
    11. </EventType>
    12. </Events>
    Then I did import using weblogicImport.
    In the admin console, I am able to select the new 'Demo Notification Event'.. but the other dropdown fields, 'Available Data' and 'Selected Data', they are not available in the UI.
    Is there something wrong with this event definition??
    Thank you for your help...

    Thanks a lot for your quick reply.
    So I changed my Event metadata definition to match the EndDateNotifcation in particular the StaticData section.
    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <Events xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../metadata/NotificationEvent.xsd">
    3. <EventType name="Demo Notification Event">
    4. <StaticData>
    5. *<Attribute DataType="X2-Entity" EntityName="User" Name="Granted User"/>*
    7. </StaticData>
    8. <Resolver class="com.oracle.demo.oim.notification.DemoNotificationEventResolver">
    9. *<Param DataType="X2-Entity" EntityName="User" Name="usr_key"/>*
    10. </Resolver>
    11. </EventType>
    12. </Events>
    Did re-import. And now I am able to see those 2 dropdown fields. I am not sure how this fixed my view. When I tried to create a new template, I selected the 'End Date Notifcation Event', then the dopdown fields were visible. So I matched the static data section of my event with the EndDateNotification StaticData section.
    For now I am trying to create my own template just to understand the different components. My next step is to modify an existing notification based on the info you supplied in the link.
    Again thank you a lot for your help..

  • OIM 11g: Adding a new tag to notification template

    Hi:
    OIM 11g comes with some pre-defined notification templates, like 'Generated Password Template', 'Reset Password Template'.
    You can see those thru the admin console, System Management, Notifications.
    I would like to add a new Tag to one of those notifications, like 'Generated Password'. It currently includes the User Login and Password. I would like to include the User Name to the notification Body.
    Can I do this?? How can I accomplish this??
    I try to edit the template, and in the documentation, they mention the Event Name and Available variables. I don't see this 'Available Variables' to select from when I edit the notification template.
    I am using OIM 11g 11.1.1.5.
    Thank you for your help..

    Modify the OOTB notification Template for including a few extra attributes
    -Identify the template and the event type which you want to modify. For example let’s assume we will modify the OOTB ‘Request Creation’, the corresponding xml for this event type is in the following MDS path:
    \metadata\iam-features-request\notification\RequestCreationEvent.xml
    Note: The path as specified in the OIM11G documentation might be incorrect
    -Modify this xml to point to a custom resolver class as follows:
    <?xml version='1.0' encoding='UTF-8'?>
    <Events xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../notification/metadata/NotificationEvent.xsd">
    <EventType name="RequestCreation">
    <Resolver class="com.iam.notification.CustomNotificationResolver">
    <Param Name="Request" DataType="X2-Entity" EntityName="Request"/>
    </Resolver>
    </EventType>
    </Events>-Import the xml back to the MDS database
    -Create a jar (custom resolver class) and a plugin.xml, bundle them up as a zip and register the plug-in using ‘ant/API’s’ as you want
    -Modify the OOTB notification templates as required
    -Send email to verify if your changes are being reflected
    You can create your own customized templates based on the OOTB one but the ‘Resolver Class’ would not be able to pick up this new template because the only purpose of the resolver class is to override a couple of methods (‘getAvailableData’ & ‘getReplacedData’), so that you can add some extra attributes to be read in your template, but the ‘Template Name’ remains the same as it is hard-coded.
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    import oracle.iam.notification.impl.NotificationEventResolver;
    import oracle.iam.notification.vo.NotificationAttribute;
    public class CustomNotificationResolver implements NotificationEventResolver {
         public List<NotificationAttribute> getAvailableData(String eventType, Map<String, Object> params) throws Exception {
              return null;
         public HashMap<String, Object> getReplacedData(String eventType, Map<String, Object> params) throws Exception {
              HashMap<String, Object> resolvedData = new HashMap<String, Object>();
             resolvedData.put("requestId", params.get("RequestId"));
             resolvedData.put("requestType", params.get("RequestType"));
             resolvedData.put("userId", params.get("UserId"));
             resolvedData.put("userName", params.get("Name"));
             resolvedData.put("baseUrl", params.get("BaseURL"));
             resolvedData.put("myCustomField1", "myCustomField1");
             resolvedData.put("myCustomField2", "myCustomField2");
             resolvedData.put("myCustomField3", "myCustomField3");
              return resolvedData;
    }Credits to Sunny for coming up with the solution. Since he seems busy, I took the liberty of posting his solution here.
    HTH,
    BB

  • Sending email to user using the notification template in OIM 11g

    Hi all
    I have created a Notification Template using web console in OIM 11g.
    Iam able to access the contents from notification template in my java code.
    But iam not able to find the correct api's to send email to user using the notification template
    (like tcEmailNotificationUtil using this class we can connect to email template created in design console and creating IT resourse we can send email to user using the method sendEmail).
    Waiting for your help and pointers
    Thanks and Regards
    Bipin patil

    Thanks GP!.
    But i have the same doubt here.
    "The Notification Event is defined through a XML file that must be loaded into MDS database." - in which path and in what name it should be.
    Because under /metadata/iam-features-notification, i couldnt see any event Xml present. I thought atleast we could see the existing OOB notification template's event xml files.
    Please let me know if you are aware.
    Thanks,
    Amudha

  • Notification Template  and send Email in oim 11g

    Hi All
    I need to send an email(html) format to users.I have created the a notificationtemplate through webconsole.
    I am intrested to know are there any api's available in 11 g to access this particular notification template in my java code and send email to a user using this template.
    iam referring to the class <oracle.iam.notification.vo.NotificationTemplate> and <Thor.API.OperationsInterface tcEmailOperationsIntf> classes but iam unable to access the notifcation template and send email.
    Edited by: Bipin Patil on Jul 1, 2011 12:34 AM

    Hi Rajiv Dewan
    Your link was helpful iam able to connect the the notification template.
    Now iam able to get the Template name,Subject,ID,Locale etc.
    I have one small question how to get the message from the template using this api,
    I referred the NotificationEvent,NotificationTemplate api's still iam not able to get message from my template and set message in my template.
    Is there any other API's i need to explore to get message from notification template.
    Thanks and Regards
    Bipin patill
    Edited by: Bipin Patil on Jul 1, 2011 5:29 AM

  • BB Z10 BBM Group updates and notifications not showing up in Hub?

    BBM Group updates and notifications not showing up in Hub? The notifications are turned ON in Group settings. And all BBM notifications are enable in the Hub, still nothing shows up. Picture comments, addition, status updates simply dont show up. My device is on 10.0.10.58. 
    Any workaround? 

    vijaymalhan, in your Hub settings > Hub Management, do you have BBM set to ON?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • XML Template are not publish in EBS

    Dear All,
    I've create Invoice Voucher in BI Publisher and it's working fine in EBS. But I have to print this report from Invoice Workbench so I have done it by the help of Form Personalization but when I run this report from Invoice Workbench the template are not publishing its only generate XML.
    Then I use FND_SUBMIT.add_layout() before FND_REQUEST.submit_request but after this the report is on the same condtion, im using the following code kindly verify this code is it correct or it contains some logical error:
    PROCEDURE XX_SUBMIT_INV_VOUCHER
    p_org_id IN NUMBER,
    --p_resp_name IN VARCHAR2,
    p_inv_no IN VARCHAR2,
    --p_invoice_date IN DATE,
    p_doc_seq_value IN NUMBER,
    p_created_by IN NUMBER
    IS
    x_user_id NUMBER;
    x_appl_id NUMBER;
    x_resp_id NUMBER;
    x_pos varchar2(50):='XXX';
    V_LAYOUT BOOLEAN;
    --req_id NUMBER;
    BEGIN
    x_pos:='BEFORE USER';
    SELECT user_id
    INTO x_user_id
    FROM FND_USER
    WHERE user_id = p_created_by ;
    x_pos:='AFTER USER';
    SELECT application_id
    INTO x_appl_id
    FROM FND_APPLICATION
    WHERE application_short_name = 'SQLAP';
    x_pos:='AFTER APPLICATION';
    SELECT responsibility_id
    INTO x_resp_id
    FROM FND_APPLICATION fa, FND_RESPONSIBILITY_TL fr
    WHERE fa.application_short_name = 'SQLAP' AND
    fa.application_id = fr.application_id AND
    fr.responsibility_name = 'HUBCO AP Super User';
    x_pos:='AFTER RESPONSIBILITY';
    FND_GLOBAL.APPS_INITIALIZE(x_user_id, x_resp_id, x_appl_id);
    --Mo_Global.init('SQLAP');
    --mo_global.set_policy_context('S',200);
    x_pos:= 'BEFORE API';
    V_LAYOUT:= FND_SUBMIT.add_layout(template_appl_name => 'SQLAP'
    ,template_code => 'HUBAPAPN'
    ,template_language => 'en'
    ,template_territory => '00'
    ,output_format => 'PDF');
    IF V_LAYOUT = TRUE THEN
    --INSERT INTO XXCS_LAYOUT_TABLE VALUES('YES');
    v_request_id := fnd_request.submit_request(application => 'SQLAP'
    , program => 'HUBAPAPN'
    , description => NULL
    ,start_time => SYSDATE
    ,sub_request => FALSE
    , argument1 => p_org_id
    , argument2 => NULL--p_invoice_date
    , argument3 => NULL--p_invoice_date
    , argument4 => p_doc_seq_value
    , argument5 => p_doc_seq_value
    , argument6 => p_inv_no
    , argument7 => p_inv_no
    , argument8 => NULL
    --, argument9 => 'N'
    --, argument10 => 'N'
    -----, argument11 => 180
    --FND_REQUEST.add_layout(template_appl_name => 'SQLAP');
    END IF;
    x_pos:='AFTER API';
    commit;
    /*if v_request_id > 0 then
    dbms_output.put_line('Successfully submitted');
    else
    dbms_output.put_line('Not Submitted');
    end if;*/
    --REQ_ID := v_request_id;
    --req_id := xx_ret_REQUEST_ID(v_request_id);
    --DBMS_OUTPUT.put_line(v_request_id);
    --DBMS_OUTPUT.put_line(x_user_id);
    --DBMS_OUTPUT.put_line(x_resp_id);
    --DBMS_OUTPUT.put_line(x_appl_id);
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line(x_pos);
    dbms_output.put_line(SQLERRM);
    END;
    Regards
    Zain A. Siddiqui

    Hi,
    Yes, Update Portal Resource available, seems like it's already enabled by default as I don't remembering create portal resource.
    I have create tramplate in the same folder as other templates resides i.e. WebCenter\oracle\webcenter\portalapp\pagetemplate
    -----------------Template code---------------------
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <af:pageTemplateDef var="attrs">
    <af:panelStretchLayout id="pt_psl1" topHeight="141px" dimensionsFrom="children">
    <!--<f:facet name="bottom">
    <af:panelGroupLayout layout="vertical"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    id="pt_pgl4">
    <af:facetRef facetName="Footer"/>
    <af:panelGroupLayout id="pt_pgl3"/>
    </af:panelGroupLayout>
    </f:facet>-->
    <f:facet name="center">
    <af:facetRef facetName="Content"/>
    </f:facet>
    <f:facet name="top">
    <af:panelGroupLayout layout="vertical"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    id="pt_pgl2">
    <af:facetRef facetName="Header"/>
    <af:panelGroupLayout id="pt_pgl1">
    <jsp:include page="/oracle/webcenter/portalapp/fragment/RecruitmentKACSTDetailHeader.jsff"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>RecruitmentKACSTDetailTemplate</display-name>
    <facet>
    <facet-name>Header</facet-name>
    </facet>
    <facet>
    <facet-name>Content</facet-name>
    </facet>
    <facet>
    <facet-name>Footer</facet-name>
    </facet>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    Thanks,
    Srinivas rao

  • Embedding Image in SCSM notification template instead of refering the image

    Hi All,
    I have an image which is to displayed in the email , I used the HTML img tag and referenced the shared location of the image and it is working fine ,
    But can we embed the image directly in the email , using the
    "data:image/png;base64/"" in SCSM Notification templates..
    I require this because , the image is not displayed in gmail If we use the below code
    <img src="share path of image">
    Thanks
    Kalai

    Hi,
    Based on my research, to add images to an email, those images should be hosted on some web server on your
    intranet.  If they are on the Internet you’ll get the little red X in your Outlook (or other email client) for privacy/security reasons. 
    Add a line of HTML to your template that looks like this:
    <img src=”http://yourserver/SomeImageFile.jpg”/>  where you put the URL to your file in the src attribute
    More details:
    http://blogs.technet.com/b/servicemanager/archive/2009/09/28/creating-notification-templates-in-system-center-service-manager.aspx
    In addition, here is a similar thread, please also refer to it:
    Add logo to email template
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/3f006db7-b71a-4a56-b62d-9825eec95c77/add-logo-to-email-template
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Email notification template - variable list

    Does anybody have a complete list of the variables that can be used within a notification template ? I cannot find this documented anywhere.
    What I have so far is:
    $EnvelopeSender
    $EnvelopeRecipients
    $Header['From']
    $Header['To']
    $Allheaders
    I would like in particular variables for email time sent or received, and also variable for attachment filename and file size.

    Does anybody have a complete list of the variables that can be used within a notification template ? I cannot find this documented anywhere.
    What I have so far is:
    $EnvelopeSender
    $EnvelopeRecipients
    $Header['From']
    $Header['To']
    $Allheaders
    I would like in particular variables for email time sent or received, and also variable for attachment filename and file size.
    take a look ar my map: http://www.ironport-infos.com/ironport-cli.pdf
    All variables are listed there.
    regards
    Uwe Sommer

  • Issue with updating service notification using BAPI_ALM_NOTIF_DATA_ADD

    Hi experts,
    I would be very grateful if anyone could help me out with this.
    I need to update the object code damage code and cause code of the notifications (transaction iw22) through portal. For this I have made a z BAPI and am calling it through portal. Now for my notification type H1 the damage and the object part are mandatory and the cause part is not. Now while trying to update(through portal) any H1 type of notification which already has object part and damage part filled but cause part blank I am getting the error “notification locked by EPUSER”. When I run the same z bapi on R3 giving same data then error doesn’t come and every thing is updated successfully.
    Even from portal I am able to update other type of notification where either all damage cause or object part is blank or filled. This particular issue happens only the notifications having only cause part is blank.
    The logic that I have used to update the notification where cause part is blank is I have called  first ALM_NOTIF_DATA_MODIFY and have passed the damage code and object code table(notifitem) in its parameter so that damage code and object code can be modified(i haven’t passed the cause code table as passing empty cause code table(Notifcaus)to this bapi throws error) after calling this bapi i have called BAPI_ALM_NOTIF_DATA_ADD and in its parameter i have passed only cause code table(Notifcaus ) (I haven’t passed table having damage code and object code) . So on the successful execution of this two bapis i should get the updated object, damage and cause codes.
    There is a sap note 1058895 which talks about the same issue but even after applying that note same problem is coming. We raised and OSS message to sap to but I guess it won’t be of much help.
    My observation is that after calling ALM_NOTIF_DATA_MODIFY as I am trying to call ALM_NOTIF_DATA_ADD for same notification so its throwing the lock error but the point is that why then from the R3 side this error is not coming. Are there any FM to enqueue   and dequeue notifications like we have for employee numbers in HR module.
    Regards,
    Mehul

    Hi,
    Check out the thread below. It might be of help.
    Re: update PM notification through fm/bapi
    Also, post it in ABAP->General Form for a quicker response.
    Thanks
    Nidhi

  • T-Code to update condition table for delivery & transport scheduling to SCM

    Hello,
    Could you tell the T-code to update condition table for delivery & transport scheduling to SCM system
    These are the some SAP fileds
    /SAPCN1/KOTABNR (Condition Table)
    /SAPCND/KAPPL(Application)
    /SAPCND/KSCHL(Condition type)
    /SAPCND/KOLNR(Access sequence)
    Thanks in Advance
    RK
    Edited by: RK on Jun 9, 2009 5:58 PM

    HI
    The TCODE for this is /SAPAPO/ATP_GCM.
    Regards
    Anurag.

  • Winodws Update Restart Notification

    We have a bunch of TVs in our building that use IE to play videos of we created. We have it set so IE goes in full screen mode using ctrl +F11 keys.
    I have  schedule task that runs every Sunday for this purpose. What is happening is that if we push windows updates to all systems on Tuesday, they get a restart notification popup and it is displayed on the screen. Is there a way to set it up so that
    the windows update restart notification stays in the background of the IE full screen then the restart script will reboot the machine once a week.
    Also, after the reboot, IE pops up asking if we want to resume the session instead of just going to the home page. Can this function be disabled.

    Hi,
    Let’s disable it by the following method:
    Type  gpedit.msc in Win+R prompt to open group policy editor.
    Go to Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
    Double click on “No auto-restart for scheduled Automatic Updates installations”. In the dialogue box that comes up, select “Enabled” and click “OK”
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

Maybe you are looking for

  • SQL*Loader - How to load only a few columns from a .csv file to ora table

    Hi there, Could anyone please let me know how to load few columns from a .csv file into a oracle table using SQL*Loader. I know how to create a .dat and .ctl file and run the sql loader. Suppose I have a .csv file with col1, col2, col3, col4 and I on

  • SB Live 24bit reverts to 2 speaker m

    Every time my computer is rebooted my SB Li've (Previous 5. and now 24bit) return to 2. speaker configuration. This is despite the fact that I have selected 5. or 4. in speaker selection. How do I get it to stick to 5. or 4. on reboot? Running Win200

  • How to check whether i have original n500 battery on website?

    bros i have lenovo n500.   some days ago i got my laptop's lcd replaced by lenovo as it was in warranty 10 days ago.now warranty is over. now i doubt that they replaced my laptop's battery with a crap battery. plz tell me is there any way to match pa

  • Importance of UWL in Guided Procedures.?

    Hi, I need to know the importance of UWL (Universal Worklist) in our Guided Procedures, One thing that I can visualize is that, All the actions pending for a user can be seen here. But that we can see in respective workcenter also.Then why do we need

  • Two Dimensional Array in VC++

    Please convert this to vc++.i tried to convert but i cant ColorMatrix color1=new ColorMatrix(new float[][] new float[]={-1,0,0,0,0}; new float[]={0,-1,0,0,0}; new float[]={0,0,-1,0,0}; new float[]={0,0,0,1,0}; new float[]={1,1,1,0,1};