Not modfying ithe infotype while using FM HR_INFOTYPE_OPERATION

Hi Experts,
When i am using this FM HR_INFOTYPE_OPERATION its not modifying the infotype 14.Can you please suggest me. Please see my below code. Can please let me know if i am wrong..
form INSERT_DATA_0014 .
    loop at pa_0014.
CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
   EXPORTING
     number        = pa_0014-pernr
  IMPORTING
    RETURN        = it_return.
IF it_return-id EQ 'E'.
  WRITE: / v_pernr, 'Enqueue failed'.
  else.
    write: 'successfully locked'.
    ENDIF.
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
  EXPORTING
    infty                  = '0014'
    number                 = pa_0014-pernr
  SUBTYPE                = pa_0014-SUBTY
OBJECTID               = pa_0014-OBJPS
  LOCKINDICATOR          = pa_0014-SPRPS
   VALIDITYEND            = pa_0014-begda
   VALIDITYBEGIN          = pa_0014-endda
  RECORDNUMBER           = pa_0014-SEQNR
    record                 = pa_0014
    operation              = 'MOD'
TCLAS                  = 'A'
   DIALOG_MODE            = '0'
   NOCOMMIT               = ''
  VIEW_IDENTIFIER        =
  SECONDARY_RECORD       =
IMPORTING
   RETURN                 = l_bapireturn
   KEY                    = bapipakey_tab
IF l_bapireturn-id NE space.
  WRITE: / v_pernr, 'error'.
  ELSE.
    WRITE: /'SUCCESSFULLY INSERTED'.
  ENDIF.
CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
  EXPORTING
    number        = v_pernr
IMPORTING
   RETURN        = l_bapireturn
IF l_bapireturn-id NE space.
   WRITE: / v_pernr, 'Enqueue failed'.
   else.
     write: /'record successfully modified'.
    ENDIF.
endloop.
endform.    
Thanks,
Munna.

Hi,
Check the entire return internal table I_BAPIRETURN of FM HR_INFOTYPE_OPERATION what it has got to say ( a error message will be there which will tell where is the problem ). If it is initial then check the table PA0014 if the record has been modified. If its still not modified then check if at all it can be manually by PA30. If it doesnt get modified even manually then this is some configuration related issue.
Regards.

Similar Messages

  • Problem inserting in Infotype 0002 using FM HR_INFOTYPE_OPERATION

    Hello.
    Im having some trouble uploading data to the PA0002 infotype table. In my program , I upload all the information from a txt file. In this file, every line correponds to an entry of the table.
    To do this, I use the SPLIT sentence to insert in a pa0002 structure, all the values that come from the file line. After that, I use the HR_INFOTYPE_OPERATION to insert the data.
    This works for almost all the tests i made, except for one case: when I have to pass the P0002-ANZKD (number of children) field to the FM.
    The problem here is that when I call the function module the value seems to be correct. But when I make a debug  inside the FM, i noticed that this value is not displayed correctly when the FM makes the move operation to insert this value in the corresponding FVAL field for the PROPOSED_VALUES table. Also, all the values going after this field are not represented correctly in the PROPOSED_VALUES table.
    P0002-ANZKD is a DEC type field, so to make it work with SPLIT, i had to specify ANZKD as a type c field in my structure (everything else is as equal as P0002).  And I also tried uploading the data, first to my structure and later I make a MOVE-CORRESPONDING to an exact P0002 structure, but I get the same result in this case too .
    Does anybody now how can solve this issue?
    Thanks in advance,
    Juanma.

    Hi,
    I've managed to solve the problem. Changing the size of the anzkd field of my structure (greather than 3) and then passing all the values to a  p0002 stucture,  gave me the opportunity to upload succesfully the data into pa0002 with the FM.
    Thank you for your help Anil,
    Juanma.

  • Not getting PO printed while using bursting pls help

    Hi All,
    Working on converting PO report to XML. While using bursting to print the pdf file the document is not sent to the printer..
    But in the output file of the "XML Publisher Report Bursting Program" getting success.
    Not sure why report output is not sent to the printer.
    Pls help......
    Thanks
    Rajesh
    Edited by: Badsha on Jun 17, 2010 2:19 AM

    Hi...Please check the Burst Control file with the printer & IP details.
    Look for the file below.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/DATA/LIST_DEPT/DEPT/LIST_EMPLOYEE/EMPLOYEE">
    <xapi:delivery>
    <xapi:email server="${EMAIL_SERVER}" port="${EMAIL_PORT}"
    from="${FROM_EMAIL_ADDRESS}"
    reply-to ="${REPL_TO_ADDRESS}">
    <xapi:message id="email1" to="${TO_EMAIL_ADDRESS}" cc="${CC_EMAIL_ADDRESS}"
    attachment="true" content-type="html/text"
    subject="Employee Report for Empno ${EMPNO}">
    Dear ${ENAME}, Please review the attached document.</xapi:message>
    </xapi:email>
    <xapi:filesystem id="file1"
    output="C:\burst\sample\${EMPNO}_${ENAME}_${MGR}_PRINT.pdf"/>
    <xapi:print id="print1" printer="${PRINT_URL}" copies="2"
    orientation-requested="3" />
    </xapi:delivery>
    <xapi:document key="${EMPNO}"
    output-type="pdf" delivery="email1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='EMAIL']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="print1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='PRINT']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="file1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='FILE_SYSTEM']" >
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    check the printers setting as required....aslo check what printer you are using for pdf printing...Pasta Printing??
    Thanks
    Ratnesh

  • Where condition for reading infotype while using ldb

    hi
    i want to read info from infotype p0000
    using where condition eg: for pernr = ' '.
    i am using LDB pnp.
    how can i put the where condition while using macro
    rp-provide-from-last.
    regards
    cs

    in fact you don't have to get the values, you only need to tell to the program to take them into account :
    GET PRPS.
      CHECK SELECT-OPTIONS.

  • File not able to pick while using FCC at sender channel

    Hi Experts ,
    we design one scenario that we need to process flat file to ECC. So we have used FCC at sender channel.
    while we testing ,  only its showing as successfull logs in channel , but we not able to pick the file.
    could you please check the below details and let me know it i missed any thing.
    PFB file which  need to pick.
    PFA scrren shot of FCC
    26.Jun 2014 #123
    Country|Currency|Amount|Code|Rate
    Australia|dollar|1|AUD|18.989
    Brazil|real|1|BRL|9.119
    Bulgaria|lev|1|BGN|14.037
    Canada|dollar|1|CAD|18.836
    China|renminbi|1|CNY|3.242
    Croatia|kuna|1|HRK|3.623
    Denmark|krone|1|DKK|3.682
    EMU|euro|1|EUR|27.455
    Hongkong|dollar|1|HKD|2.603
    Hungary|forint|100|HUF|8.916
    IMF|SDR|1|XDR|31.154
    India|rupee|100|INR|33.540
    Indonesia|rupiah|1000|IDR|1.668
    Israel|shekel|1|ILS|5.883
    Japan|yen|100|JPY|19.824
    Lithuania|litas|1|LTL|7.952
    Malaysia|ringgit|1|MYR|6.272
    Mexico|peso|1|MXN|1.550
    New Zealand|dollar|1|NZD|17.678
    Norway|krone|1|NOK|3.286
    Philippines|peso|100|PHP|46.019
    Poland|zloty|1|PLN|6.627
    Romania|new leu|1|RON|6.258
    Russia|rouble|100|RUB|59.842
    Singapore|dollar|1|SGD|16.137
    South Africa|rand|1|ZAR|1.894
    South Korea|won|100|KRW|1.986
    Sweden|krona|1|SEK|2.989
    Switzerland|franc|1|CHF|22.569
    Thailand|baht|100|THB|62.119
    Turkey|lira|1|TRY|9.469
    United Kingdom|pound|1|GBP|34.361
    USA|dollar|1|USD|20.179
    FCC details
    channel logs.
    regards
    raju

    Hi Peddaraju,
    Cross check correct source directory and file name is maintained in the sender file communication channel. If everything is fine try to restart the XPI File Adapter service in NWA.
    Troubleshoot as suggested in the below thread:
    File Adapter in PI not reading file from file system.
    Regards,
    Krupa

  • "Not enough space" DatabaseException while using DatabaseEnvironment

    I want to create some database in a DatabaseEnvironment which will be store a large data, such as 10TB. But I always get an DatabaseException with message "Not enough space",  of course there are enough space to store these data in the driver. It throws a database exception while put data and the database size reach a size(or 125% size) specified by CacheInfo, even though I close and then reopen the database environment and database. In addition,  it will throw an exception when I give the param "gbytes" a value larger than 1 in CacheInfo,  such as  "new CacheInfo(2, 0, 1)". The OS is windows 8. Why?
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.IO;
    using System.Diagnostics;
    using BerkeleyDB;
    namespace TestDatabaseEnvironment
        class Program
            static void Main(string[] args)
                string Dir = @"D:\Temp2\";
                string Name = "TestEnv";
                if (Directory.Exists(Dir))
                    Directory.Delete(Dir, true);
                DatabaseEnvironmentConfig envConfig = new DatabaseEnvironmentConfig();
                envConfig.Create = true;
                envConfig.DataDirs.Add(Dir);
                envConfig.CreationDir = Dir;
                envConfig.MPoolSystemCfg = new MPoolConfig();
                //envConfig.MPoolSystemCfg.CacheSize = new CacheInfo(2, 0, 1);
                envConfig.MPoolSystemCfg.CacheSize = new CacheInfo((uint)0, (uint)64 * 1024 * 1024, 1);
                Console.WriteLine("CacheSize:" +
                    envConfig.MPoolSystemCfg.CacheSize.Gigabytes.ToString() + "GB and " +
                    envConfig.MPoolSystemCfg.CacheSize.Bytes.ToString() + "Bytes");
                envConfig.UseMPool = true;
                envConfig.ErrorPrefix = Name;
                if (!Directory.Exists(Dir))
                    Directory.CreateDirectory(Dir);
                DatabaseEnvironment Env = DatabaseEnvironment.Open(Dir, envConfig);
                HashDatabaseConfig cfg = new HashDatabaseConfig();
                cfg.Env = Env;
                cfg.Creation = CreatePolicy.IF_NEEDED;
                HashDatabase database1 = HashDatabase.Open(null, "db1", cfg);
                HashDatabase database2 = HashDatabase.Open(null, "db2", cfg);
                Stopwatch sw = new Stopwatch();
                sw.Start();
                for (int i = 0; i < 100000000; i++)
                    DatabaseEntry dbKey = new DatabaseEntry(BitConverter.GetBytes(i));
                    DatabaseEntry dbValue = new DatabaseEntry(Encoding.UTF8.GetBytes(new string('A', 10 * 1024) + i.ToString()));
                    database1.Put(dbKey, dbValue);
                    database2.Put(dbKey, dbValue);
                    if (i % 100 == 0)
                        Console.WriteLine(i.ToString() + ":" + sw.Elapsed.TotalSeconds.ToString());
                Console.WriteLine("TimeSpan:" + sw.Elapsed.TotalSeconds.ToString());
                database1.Close();
                database2.Close();
                Env.Close();

    Hi,
    I have run your program on both 32 and 64 bit Windows, but there is no error of "Not enough space". The program is able to inserts the records until it fills up the disk. I have tried running it with CacheInfo(0, 64 * 1024 * 1024, 1) and CacheInfo(1, 64 * 1024 * 1024, 1).
    For the cachesize problem, I can reproduce the failure when the program requests a single 2GB cache. But this is normal.
    32-bit Windows hardly ever has a 2GB contiguous free region in its address map. There are .DLLs and data segments mapped scattered all over the address space, include just below 2GB. Since the most data that a 32-bit application can possibly have is 3 GB (and even that is unusual), there is no single 2GB space for a mapping.
    This is not a BDB bug. If you really need 2GB cache, you could try several smaller regions to get closer to 2GB.
    Moreover, if you pass the null db file name to HashDatabase.Open(). The database will be created in-memory. That means the database stays inside the environment cache only. So if the database grows bigger than the cache, it will return the "Not enough space" error.
    If there is any question, please let me know.
    Regards,
    Cindy Zeng

  • My Eye Dropper STILL does not work in CS5 while using Lion with one monitor. How can i fix this?!?

    Hello everyone!
    This is my first post because i have grown very disgruntled at the fact that my eye dropper does not work my Premiere CS5. I would use the Ultra Key a lot but now I obviously can not really use it too well because of no eye dropper. I saw that this problem existed after the Lion update but this really should have been fixed by now. I am using only one monitor also. Is there a way to fix this or is this still known to be broken? I paid good money for CS5 and would be very upset if the only way around this is to pay MORE money to upgrade to CS5.5. Thanks.

    Thanks for the response Stephen! I find this very bad on Adobe's part though if they do not feel obligated to fix CS5 for Lion. Eye dropper is a major part of Premiere and i am going to be very dissapointed if they do not fix that. With the amount of money the Suite costs, they definitly should make sure it runs well for quite a few years. I would expect a copy of CS4 to be able to work too. If they do not fix CS5 all because the OS has changed basically tells me that every 2 years or so, they stop caring about their product.
    Sorry i sound so bitter about this but it has really hurt my workflow. Ultra key is great and something that FCP does not have so it has the edge in that respect, but now i can not even properly use it. I have to go into After Effects with the same clip, use that eyedropper to get the correct color # and then copy and paste the # into Ultra Key in Premiere which is very very annoying and slows down my system quite a bit.
    So basically, they are probably not going to ever fix this? Thanks again

  • Document could not be saved error while using BAPI_BUSPROCESSND_SAVE

    Hi All,
    I am using BAPI_BUSPROCESSND_CHANGEMULTI and BAPI_BUSPROCESSND_SAVE to change the status of the CRM Service Order.
    The BAPI_BUSPROCESSND_CHANGEMULTI is working fine without any errors, in return table(zero entries), so after this I call the BAPI_BUSPROCESSND_SAVE with save_frame_log = 'X' and update_task_local = '' with the objects_to_save having the guid.
    I get an error 'document could not be saved' but still the service order is having the status, which I try to update, in the Item details.
    I had gone through the forums, for similar kind of error, and did not find any concrete solution for this error.
    Could you please let me know how to rectify this error.
    Regards
    Sunil Kumar P

    Hi Sachin,
    Still the same error.
    I had debugged the code and found that the FM 'CRM_EVENT_PASS_INFO_EXE_OW' called internally is failing to generate the events required for save.
    The next step of this is deleting the objects to save and inturn , the error.
    The events are filled based on entries in table 'gt_plan_exets' in the FM, but for me the table is blank.
    I tried to find how this table is getting filled, but I could not trace it.
    Regards
    Sunil Pasunooti

  • Setting default member of attribute hierarchy in MDX script. Default member not taken into account while using user defined hierarchy

    Hi all
    I have a date dimension that (type time) with attributes
    - [FiscalYear] (type years)
    - [FiscalMonth] (type months)
    - [FiscalWeek] (type weeks)
    In addition to the attributes used in the natural hierarchy, I have an attribute [PerType] containing one member comming from the relational table 'WTD' which corresponds to 'Current Date'. All other members of this attribute hierarchy are calculated members (defined in the MDX script). Examples:
    --Last year
    CREATE MEMBER CURRENTCUBE.[Date].[PerType].[LY] AS NULL,
    VISIBLE = 1;
    SCOPE([Date].[PerType].[LY]);
    SCOPE(DESCENDANTS([Date].[Fiscal].[All], [Date].[Fiscal].[Year], SELF_AND_AFTER));
    THIS = ([Measures].CurrentMember, [Date].[PerType].[WTD], ParallelPeriod([Date].[Fiscal].[Year], 1));
    END SCOPE;
    END SCOPE;
    --Month to date
    CREATE MEMBER CURRENTCUBE.[Date].[PerType].[MTD] AS NULL,
    VISIBLE = 1;
    SCOPE([Date].[PerType].[MTD]);
    SCOPE(DESCENDANTS([Date].[Fiscal].[All], [Date].[Fiscal].[Week], SELF_AND_AFTER));
    THIS = Aggregate(CrossJoin({[Date].[PerType].[WTD]}, MTD([Date].[Fiscal].CurrentMember)));
    END SCOPE;
    END SCOPE;
    --Year to date
    CREATE MEMBER CURRENTCUBE.[Date].[PerType].[YTD] AS NULL,
    VISIBLE = 1;
    SCOPE([Date].[PerType].[YTD]);
    SCOPE(DESCENDANTS([Date].[Fiscal].[All], [Date].[Fiscal].[Period], SELF_AND_AFTER));
    THIS = Aggregate(CrossJoin({[Date].[PerType].[WTD]}, YTD([Date].[Fiscal].CurrentMember)));
    END SCOPE;
    END SCOPE;
    The defalut member of FiscalWeek attribute hierarchy is set dynamically in the MDX script:
    ALTER CUBE CURRENTCUBE UPDATE DIMENSION [Date].[FiscalWeek], DEFAULT_MEMBER =
    Filter(
    [Date].[FiscalWeek].Members,
    [Date].[FiscalWeek].Properties( "FiscalWeekStartDate", TYPED) <= DateAdd("d", -2, CDate(CStr(Month(Now())) + "/" + CStr(Day(Now())) + "/" + CStr(Year(Now()))))
    AND
    [Date].[FiscalWeek].Properties( "FiscalWeekEndDate", TYPED) >= DateAdd("d", -2, CDate(CStr(Month(Now())) + "/" + CStr(Day(Now())) + "/" + CStr(Year(Now()))))
    )(0).PrevMember;
    If I run the following query:
    with member
    measures.x as [Date].[Fiscal].DefaultMember.Name
    measures.y as [Date].[FiscalWeek].DefaultMember.Name
    select
    measures.x,
    measures.y
    } on axis(0)
    from [GLWeekly]
    it gives me back correctly the default member set over the MDX script.
    I order the statements in the MDX Script so that the default period (week) is set at the beginning of the script (just after the calculate).
    I do not understand why creating the following calculated member I am obliged to specify [Date].[Fiscal].CurrentMember in the tuple to have correct results:
    MEMBER [Account].[CoA].[Standard Engagement Revenue (MTD)] AS ([Account].[CoA].[Standard Engagement Revenue], [Date].[PerType].[MTD], [Date].[Fiscal].CurrentMember)
    I would expect that:
    ([Account].[CoA].[Standard Engagement Revenue], [Date].[PerType].[MTD])
    is sufficient.
    If the default week is specified in the slicer using a member of the natural hierachy (=> [Date].[Fiscal].x) it works.
    Why can't SSAS use the default member if it is must defined in the MDX script?
    Can someone explains me this. Thanks a lot in advance.

    Hi Ina,
    have you thought about adding a dynamic statement inside the MDX script? You could define the default member like this:
    ... DEFAULT_MEMBER = iif( Day( Now() ) = 3, <expression for previous month>, <expression for current month> );
    This way you don't need to change it everytime by running a script.
    By the way, what do you mean it doesn't update the default member? When you execute this MDX what does it says?
    with member measures.x as [Dimension].[HierarchyName].DefaultMember.Name
    select { measures.x } on 0 from Cubename
    If this returns the correct name, then the problem is somewhere else. I believe it should return you the correct name. Look here, test this on Adventure Works, statement by statement and see what happens.
    ALTER
    CUBE [Adventure Works]
    UPDATE
    DIMENSION [Product].[Product Categories],
    DEFAULT_MEMBER = [Product].[Product Categories].[Category].&[1]
    with
    member measures.x
    as [Product].[Product Categories].DefaultMember.Name
    select measures.x on 0
    from [Adventure Works]
    ALTER
    CUBE [Adventure Works]
    UPDATE
    DIMENSION [Product].[Product Categories],
    DEFAULT_MEMBER = [Product].[Product Categories].[All Products]
    with
    member measures.x
    as [Product].[Product Categories].DefaultMember.Name
    select measures.x on 0
    from [Adventure Works]
    I think you can see which members are default (on related hierarchies) using
    MDX Studio. This should help you detect which attributes have not moved accordingly and hence cause problems in your report. The usual suspects are those attributes used in your last month reports. If that's too much for you, just copy paste the definition
    of the measure x and use .CurrentMember instead .DefaultMember. And so for all related hierarchies of your dimension. You can run it as one query, just put enough measures (x1, x2, ...), one for each hierarchy, ok?
    Here's a test for Day():
    with
    member measures.y
    as
    iif( Day(Now()) = 28, 'Yes', 'No' )
    select
    measures.y on 0
    from [Adventure Works]
    Today this returns Yes, tomorrow it will be No.
    Ups, I just checked one more thing. When you run the script, it sets the default member only for that session. If you execute the first two of the four statements that I've sent you, it will set the default member on Bikes and show you that.
    But, if you open another query windows and execute that select statement (only), you'll see All member instead. So, it has set it to Bikes only for the currect session. Consequence? You reports are not aware of it. So, better use dynamic statement in
    your MDX script.
    Regards,
    Tomislav Piasevoli
    Business Intelligence Specialist
    www.softpro.hr

  • Z10 not disconnecting phone call while using bluetooth

    Just upgraded to 10.2.0.424 and now when I make a call using bluetooth in the car, I cannot disconnect the call using the bluetooth function.  I have to search for my phone and disconnect directly.  Any ideas for me? I don't want to get a ticket using my  hand held phone while driving. 

    found this from bluetooth.org site but cant get a more direct link to it other than the one from a google search..
    It leads to a pdf dl (sorry I couldnt be more accurate with my url than this)
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFAQFjAE&ur l=https%3A%2F%2Fwww.bluetooth.org%2Fdocman%2Fhandlers%2FDownloadDoc.ashx%3Fdoc_i d%3D8701&ei=vaHyUozcOeTgyQHs8YCICQ&usg=AFQjCNE84jPk5kiv1FJ13AOV46o06hRJQA&sig2=e Qftb8HYBI-zk-EkvBZjYw
    but this clearly represents what I am looking for in a BT speaker device.
    So why isnt it so obvious to us when we are purchasing products that say they are BT speakers I wonder.
    Do a web search for BT speaker with headphone profile and let me know if any that actually says it has it comes up.
    Infact, only headsets say they have it and that just doesnt make any sense to me what so ever.

  • Not getting incoming call while using Internet on ...

    Hello Friends,
    I have Nokia E63 and data plan from my mobile service provider. When I listen Internet Radio, it’s not allowing any incoming call, no screen intimation of incoming call nothing. May be i am missing some setting or so!
    I would really appreciate any help of this
    E 63 user

    Hi...Please check the Burst Control file with the printer & IP details.
    Look for the file below.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/DATA/LIST_DEPT/DEPT/LIST_EMPLOYEE/EMPLOYEE">
    <xapi:delivery>
    <xapi:email server="${EMAIL_SERVER}" port="${EMAIL_PORT}"
    from="${FROM_EMAIL_ADDRESS}"
    reply-to ="${REPL_TO_ADDRESS}">
    <xapi:message id="email1" to="${TO_EMAIL_ADDRESS}" cc="${CC_EMAIL_ADDRESS}"
    attachment="true" content-type="html/text"
    subject="Employee Report for Empno ${EMPNO}">
    Dear ${ENAME}, Please review the attached document.</xapi:message>
    </xapi:email>
    <xapi:filesystem id="file1"
    output="C:\burst\sample\${EMPNO}_${ENAME}_${MGR}_PRINT.pdf"/>
    <xapi:print id="print1" printer="${PRINT_URL}" copies="2"
    orientation-requested="3" />
    </xapi:delivery>
    <xapi:document key="${EMPNO}"
    output-type="pdf" delivery="email1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='EMAIL']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="print1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='PRINT']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="file1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='FILE_SYSTEM']" >
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    check the printers setting as required....aslo check what printer you are using for pdf printing...Pasta Printing??
    Thanks
    Ratnesh

  • AuthenticationNotSupportedException :SASL support not available DIGEST-MD5 while using JNDI, SASL

    I am using JNDI to use the SASL mechanism to authenticate to the Iplanet Directory server 5.0, and get the above error.
    I have enabled clear text passwords, and then created a test user.Here is the code snippet
         envEnterprise.put(Context.SECURITY_AUTHENTICATION, "DIGEST-MD5");
              envEnterprise.put(Context.SECURITY_PRINCIPAL,"test");
              envEnterprise.put(Context.SECURITY_CREDENTIALS,"changed");
    Can you please help me with where it is that I need to make the appropriate changes to get this working
    Thanks,
    sriad

    Sriad,
    I think that the SECURITY_PRINCIPAL field requires a DN and not just a user name. If you created the user using the directory server console, then you can get the DN if you open double-click on the user entry and click on the Advanced... button. The user's DN will probably start with uid=test,dc=...
    I hope this helps.
    Bertold

  • I can not compose / send emails while using hotmail in firefox but other browsers can

    i can log into my hotmail account and read my emails with mozilla 4.0.1 but when i want to reply or compose new emails - it tells me there is an error . When i try to click on the link that allows me to report the error to Hotmail nothing happens . But with other browsers this error does not turn up as i can reply , compose and send messages .

    i have done battery pull ect and nothing works i have been searching the internet since 8am this morning!!! SOMEONE PLEASE HELPPPPPPPP

  • I am not getting any sound on my iPad while using key board or in any games

    I am not getting any sound while using key board , in games have tried all the option as suggested by other members like rotation / mute switch setting , resetting the iPad etc . Any other way to solve this issue

    Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • On call sound volume is not working while using ha...

    The volume control does not work on call while using hands free on my Lumia 800..is that a known issue?

    Hi,
    this is a JDeveloper and ADF forum, not an OA framework forum. We don't have the "OAGlobalButtonBean" class and thus wont be able to help
    Frank

Maybe you are looking for

  • EMET_conf.exe Commandline-Tool Bug when Executable is located on CD-ROM

    The command line tool crashes if you configure a drive letter which is a CD/DVD-Drive (D: is a DVD-Drive): Problem appeared with EMET version 4.1 installed on Windows 7 Professional SP1 64 bit.

  • Access to IPortalComponentRequest in custom security manager

    Hi All, I am implementing a custom security manager. For my requirements, I need IPortalComponentRequest object in the security manager class. Can anyone give me a clue to get the request object in security manager implementation. Regards, Yoga

  • ICC Color Profiles

    Im trying to colorsync my macbook pro with my office designers macs. They setup their color profiles...and then sent me the Color.ICC profile that was created. I added this to my Macbook in Library > ColorSync > Profiles I am able to select this in m

  • Backup to hard drive or NASA device

    Does anyone know a way to backup to a hard drive instead of a cd on a PC?

  • I had this notification said that i have to turn off my macbook

    thi is the report... Interval Since Last Panic Report:  3092791 sec Panics Since Last Report:          1 Anonymous UUID:                    BD27A925-AB1C-44EE-83B7-7A0808385E84 Fri Jul 19 05:29:21 2013 panic(cpu 0 caller 0x28fc2e): "TLB invalidation