Plugin failed to load TPT API Library

Hi Mohsin,Were you able to fix the above problem. I am also facing the same issue. Can you please share the solution with me. Thanks,

We are facing the following issue in configuring TPT API library with Informatica 9.6.1. We are using a different user for informatica services instead of root. Please check below output. etluat:/home/infauat > echo $TWB_ROOT                                  /opt/teradata/client/14.10/tbuild etluat:/home/infauat > echo $LD_LIBRARY_PATH/usr/odbc/lib:/usr/odbc/drivers etluat:/home/infauat > echo $PATH/opt/teradata/client/14.10/tbuild/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/resmon/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/ignite/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/aCC/bin:/opt/caliper/bin:/opt/cadvise/bin:/opt/sentinel/bin:/opt/networker/bin:/usr/bin:.:/orabin/ora/app/oracle/product/1120/db/bin:/orabin/ora/app/oracle/product/1120/db/lib:/apps/9.6.1/ODBC6.1/bin etluat:/home/infauat > echo $NLSPATH/opt/teradata/client/14.10/odbc_32/msg/%N:/opt/teradata/client/14.10/tbuild/msg/%N And if we try to query the same on root user, below is the output: etluat:[/]# > echo $TWB_ROOTsh: /opt/teradata/client/14.10/tbuild: Execute permission denied. etluat:[/]# echo $LD_LIBRARY_PATH/usr/odbc/lib:/usr/odbc/drivers etluat:[/]# echo $PATH/usr/sbin:/opt/teradata/client/14.10/tbuild/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/resmon/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/ignite/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/aCC/bin:/opt/caliper/bin:/opt/cadvise/bin:/opt/sentinel/bin:/opt/networker/bin:/sbin:/home/root:/opt/aCC/bin:/orabin/ora/app/oracle/product/1120/db/bin:/orabin/ora/app/oracle/product/1120/db/lib:/apps/9.1/ODBC6.1/bin etluat:[/]# echo $NLSPATH/opt/teradata/client/14.10/odbc_32/msg/%N:/opt/teradata/client/14.10/tbuild/msg/%N I have also attached the output log of the session. Anyone who can help in resolving this issue? Thanks

Similar Messages

  • Failed to load Media Management Library

    Hi,
    I have an AIX Server which has 5 instances already running Oracle 9i and 1 instance on Oracle 10G.
    We created a new database on this server and trying to run RMAN Backup. I get error message as follows:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on mcb1 channel at 02/26/2009 09:16:43
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    I found that libobk.a file is not available under $ORACLE_HOME/lib. I created a link to this file. Still i get same error.
    Can any one advice what might be wrong? We are on Oracle 10.2.0.4.
    Thanks,
    Giridhar

    Excellent. Thank you very much Anand. It worked with the recommendations made in that article.
    Thank You.
    Giridhar

  • Adobe Reader 9 plugin fails to load on RedHat Linux OS

    I built a plugin using Acrobat SDK 9 for Adobe reader 9.5 on Redhat Linux OS. I am able to successfully build and reader enable the plugin.
    But when I start Adobe Reader 9, the plugin fails to load with error "Undefined Symbol: RestorePlugInFrame".
    As I understand, on Linux platform with C++ enabled, the RestorePlugInFrame function should not be required.
    Is there any other flag I need to set while building the plugin?
    Appreciate any suggestions in resolving this issue. Thank you.
    -Srilatha

    Yes. Adobe support told me that the license key I used to build Adobe 8 plugin on Linux should work for Adobe 9 plugin too. Using SignPlugin tool and the license key I was able to successfully reader enable the plugin.
    -Srilatha

  • ORA-27211: Failed to load Media Management Library after Update to HP DP 6

    Hi,
    after an Upgrade to Version 6.0 from the Backupsoftware HP Dataprotector i can't run RMAN Backup's anymore, because something is wrong with Linking of the MML.
    BS: SLES 8 / Kernel 2.4.21-251-smp
    Oracle: 9.2.0.5
    I try this RMAN Statement:
    RMAN> run
    2> {
    3> allocate channel 'c1' device type sbt_tape
    4> PARMS='SBT_LIBRARY=/opt/omni/lib/libob2oracle8.so';
    5> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on c1 channel at 10/22/2007 16:04:24
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    the tracefile (i try RMAN Test with and without PARM Parameter):
    Dump file /u01/app/oracle/product/9.2.0/rdbms/log/khv_ora_11745.trc
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning option
    JServer Release 9.2.0.5.0 - Production
    ORACLE_HOME = /u01/app/oracle/product/9.2.0
    System name: Linux
    Node name: dbtheresien3
    Release: 2.4.21-251-smp
    Version: #1 SMP Thu Sep 23 17:22:54 UTC 2004
    Machine: i686
    Instance name: KHV
    Redo thread mounted by this instance: 1
    Oracle process number: 35
    Unix process pid: 11745, image: oracle@dbtheresien3 (TNS V1-V3)
    *** SESSION ID:(72.47988) 2007-10-22 15:53:24.684
    Failed to load SBT library libobk.so
    *** 2007-10-22 15:57:35.736
    Failed to load SBT library /opt/omni/lib/libob2oracle8.so
    *** 2007-10-22 15:58:16.009
    Failed to load SBT library /opt/omni/lib/libob2oracle8.so
    *** 2007-10-22 16:02:46.904
    Failed to load SBT library libobk.so
    *** 2007-10-22 16:04:24.761
    Failed to load SBT library /opt/omni/lib/libob2oracle8.so
    All Infos i found tells me:
    - that i doesn't need to restart the Instance of the Database
    - i must only remove the old link in $ORACLE_HOME/lin/libobk.so and take a link new link $ORACLE_HOME/lin/libobk.so to the new Backuplibrary in /opt/omni/lib/libob2oracle8.so
    But this doesn't work!
    Any usefull Hints?
    I always try the RMAN Command's:
    CONFIGURE DEVICE TYPE 'SBT_TAPE' CLEAR;
    CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' clear;
    Nothing help...
    My last Idea ist to reboot the whole Database, but this is a little difficult 8-)

    hi,
    all Systems are 32 Bit (Database Oracle 9.2.0.5 and DP6.0).
    What do you mean with "what is Version DP6" ?
    HP Dataprotector 6.0 with Patch DPLNX_00013
    thx
    Thomas

  • Rhythmbox Cover Art Plugin fails to load

    When I start Rhythmbox I get a message saying that the Cover art plugin failed to load.  Is there a dependency I missed somewhere?
    [EDIT]
    I am using the XFCE desktop so perhaps it is something from Gnome I am missing.
    Last edited by Allan (2007-06-23 12:27:46)

    Hey, I'm having the same issue. And I am using XFCE4.4.

  • All ALSA plugins fail to load. Flash still plays sound however.

    Alsa is basically functioning as alsamixer will load and does affect my volume. However any program that requires alsa plugins besides flash-player fail to load.
    What follows is the output from running alsaplayer.
    $ alsaplayer
    snd_pcm_open: No such file or directory (default)
    Failed to initialize plugin!
    Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
    Failed to load output plugin "alsa". Trying defaults.
    snd_pcm_open: No such file or directory (default)
    Failed to initialize plugin!
    /usr/lib/alsaplayer/output/libalsa_out.so failed to load
    jack: server not running?
    /usr/lib/alsaplayer/output/libjack_out.so failed to load
    error opening /dev/dsp
    Failed to initialize plugin!
    /usr/lib/alsaplayer/output/liboss_out.so failed to load
    Failed to initialize plugin!
    /usr/lib/alsaplayer/output/libesound_out.so failed to load
    NOTE: THIS IS THE NULL PLUGIN. YOU WILL NOT HEAR SOUND!!
    Here is the output of the respective commands, posted as suggested on the wiki.
    $ lsmod|grep '^snd' | column -t
    snd_hda_codec_hdmi 22784 1
    snd_hda_codec_conexant 42084 1
    snd_hda_intel 22186 1
    snd_hda_codec 77703 3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
    snd_hwdep 6342 1 snd_hda_codec
    snd_pcm 73736 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_timer 19488 1 snd_pcm
    snd 57384 8 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7161 2 snd_hda_intel,snd_pcm
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Jun 27 22:56 by-path
    crw-rw----+ 1 root audio 116, 7 Jun 27 22:56 controlC0
    crw-rw----+ 1 root audio 116, 10 Jun 27 22:56 controlC1
    crw-rw----+ 1 root audio 116, 6 Jun 27 22:56 hwC0D0
    crw-rw----+ 1 root audio 116, 5 Jun 27 22:56 hwC0D1
    crw-rw----+ 1 root audio 116, 9 Jun 27 22:56 hwC1D0
    crw-rw----+ 1 root audio 116, 4 Jun 27 22:56 pcmC0D0c
    crw-rw----+ 1 root audio 116, 3 Jun 27 22:56 pcmC0D0p
    crw-rw----+ 1 root audio 116, 2 Jun 27 22:56 pcmC0D1p
    crw-rw----+ 1 root audio 116, 8 Jun 27 22:56 pcmC1D3p
    crw-rw---- 1 root audio 116, 1 Jun 27 22:56 seq
    crw-rw----+ 1 root audio 116, 33 Jun 27 22:56 timer
    Last edited by Untamed9999 (2011-06-28 03:10:20)

    Thank you. Problem solved. disabling "FoxiFrame aerosnap" and resetting the toolbars and controls did the magic. Well, gotta clean up my interface now...

  • Shockwave plugin failes to load

    When I try to load a page that requires shockwave, a pop-up
    comes out saying that the 'internet plugin shockwave for director
    failed to load' or something like that. I have tried installing
    shockwave, I have tried un installing and reinstalling the full
    version, and nothing has worked so far. Any suggestions?
    Thanks.

    When I try to load a page that requires shockwave, a pop-up
    comes out saying that the 'internet plugin shockwave for director
    failed to load' or something like that. I have tried installing
    shockwave, I have tried un installing and reinstalling the full
    version, and nothing has worked so far. Any suggestions?
    Thanks.

  • Plugins Failed to Load after AE Update

    After updating to 11.0.2.12 I receive this error when starting After Effects.
    XDCAMH.prm
    ImporterFastMPEG.prm
    ImporterMPEG.prm
    All three failed to load.

    I'm not saying it causes "more" issues than it provides fixes, it's just causing other issues. Of course this is a typical case of "YMMV", but I've seen too many issues popping up over the last few days to really give this a clean bill, and that's not even counting the notorious unreliability of Application Manager/ Update Manager. Well, whatever, anybody is free to try, just don't say you haven't been warned....
    Mylenium

  • Failed to load C-runtime library

    Runtime error:  R6034 - an app attempted to load the C-runtime library incorrectly

    Hi Chuck218,
    Thanks for using Apple Support Communities.  This article has steps you can take for the error you're seeing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Ari

  • ATL development outlook plugin fails to load, how to solve

    Such as the title, start the program displays COM add-ins COM add-ins loaded error, load failure
    After manually loaded, plug-ins can run its normal but still Displays the above error, restart the program, plug in turn fail, we need to manually re-load

    Try to add any logging mechanisms to the add-in (i.e. create a log file where you can record each step in the code). Thus, you can understand
    what part of code fails to run. 
    Also make sure that you have all the required prerequisites installed on the problematic PC. Do you get an issue on the development PC?
    Be aware, Microsoft Office applications can disable add-ins that behave unexpectedly. If an application does not load your add-in, the
    application might have hard disabled or soft disabled your add-in.
    Hard disabling can occur when an add-in causes the application to close unexpectedly. It might also occur on your development computer
    if you stop the debugger while the Startup event
    handler in your add-in is executing.
    Soft disabling can occur when an add-in produces an error that does not cause the application to unexpectedly close. For example, an application
    might soft disable an add-in if it throws an unhandled exception while the Startup event
    handler is executing.
    When you re-enable a soft-disabled add-in, the application immediately attempts to load the add-in. If the problem that initially caused
    the application to soft disable the add-in has not been fixed, the application will soft disable the add-in again.
    You can read more about that in the How
    to: Re-enable an Add-in That Has Been Disabled article.

  • Plug-ins that failed to load   NO VERSION

    I am trying to release a 64bit version of Windows plugin.
    I get the following issue when Photoshop CS4 64bit starts.
    Plug-ins that failed to load:
       Correct NO VERSION -  - from the file “PTFilters.8BF”
       Extract NO VERSION -  - from the file “PTFilters.8BF”
       Insert NO VERSION -  - from the file “PTFilters.8BF”
       Perspect NO VERSION -  - from the file “PTFilters.8BF”
       Remap NO VERSION -  - from the file “PTFilters.8BF”Flash:
       Connections
       Kuler
    The 32bit version loads fine. In a single file I have 5 plugins.  Each with its own entry point and PiPl and aete resource.
    Are there other chagnes to the resource file besides the following needed?
                #if defined(_WIN64)
                    CodeWin64X86 { "PluginMainCorrect" },
                #else
                    CodeWin32X86 { "PluginMainCorrect" },
                #endif
    On the 32bit version if I choose Help | About Plugin ... on any one of them I get 5 request to display an about box. Is there something I can do to prevent this besides creating 5 seperate files?
    Jim

    The reason for the plugins failing to load on 64bit was I forgot add a Preprocessor define of _WIN64
    Still getting 5 request to dispay the about box .  Is this a PS bug?
    Jim

  • Plugins fail to operate

    I have been pulling my hair out for a few days now reading these and many other forums in my attempt to repair my ailing Safari browser. I have not yet seen anything that has helped me fix it.
    Here's the problem, any site that uses a plugin fails to load the item that the plugin is needed for whether it is a flash item, Quicktime, Windows Media, mp3, etc. I first noticed it when attempting to load homestarrunner.com and got only a black screen. I then went to google video to try it there, then some friends linked me to some mp3s and they all failed without giving me an error. It was almost like there was just nothing there. If it is an item that would normally load iTunes or Quicktime nothing happens. For flash it just ignores that section of a page.
    -Notes to clear up any murky details I may have left out.
    I have installed the 10.4.6 Combo for PPC just a moment ago and my Software Update has been pulling down every update for my machine and installing them all. Safari has been acting up for possibly as long as a week but I was not sure that there was anything wrong with it until just a couple days ago. I have not noticed any issues with any other software on my machine, nor have I installed anything recently.
    Any help or suggestions would be greatly appreciated. Thanks

    /me smacks self on fronthead!
    I did everything under the sun except for checking the preferences. Apparently it unchecked itself? Maybe, I dunno. But for whatever reason I assumed a major problem but could have saved myself all this wasted time by just troubleshooting properly. Next time I do something this stupid I will make sure to start with step one of troubleshooting.
    Question #1: roadki1, is your computer turned on?
    Thanks again, a new set of eyes makes things so clear.

  • Flash Builder 4.5 Plugin Error: Failed to load library.swf

    Hi,
    I am getting an error from Flash Builder that is stopping me building my app. I am running the plugin version under Springsource ToolSuite 2.6.1. It worked fine with the Prerelease version of Flash Builder 4.5.
    I have flexunit-uilistener-4.1.0-8-4.1.0.16076.swc in the directory along with the other FlexUnit swc files (which do not throw errors).
    Any suggestions ?
    Thanks!
    eclipse.buildId=2.6.1.201105041000-RELEASE
    java.version=1.6.0_24
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
    Framework arguments:  -product com.springsource.sts.ide -product com.springsource.sts.ide -keyring /Users/Dre/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86 -product com.springsource.sts.ide -data /Users/Dre/workspace-PGS -product com.springsource.sts.ide -keyring /Users/Dre/.eclipse_keyring -showlocation
    Error
    Fri May 27 21:31:07 PDT 2011
    Design view: Failed to load library.swf from /Users/Dre/flexunit-3/flexunit-uilistener-4.1.0-8-4.1.0.16076.swc, reason=DesignAssetLoader.CompleteTimeout

    I did a workaround by adding this compiler argument:
    ${flexlib}/libs/automation/automation_agent.swc
    ...which points to that file in Flex 4.5. I can now build the app.
    Why do I need to do this now when I didn't need to do so before ?

  • Failed to load shared library on RT target device.

    I am using 7030 RT target. When I use Call Library Function Node with specified DLL library the application is working properly on Windows target. When I try to download the application on RT target PCI 7030 I get the following error messages: Failed to download useDLL.vi. Failed to load shared library EasyDLL.dll on RT target device. Because the application (attached to the question) is distributed with NI product I would suppose it is written OK. I would like to know what restrictions are imposed on DLL libraries which should be targeted on PCI 7030 RT target. Why the application useDLL.vi with EasyDLL.dll can't be loaded on PCI 7030? Does it mean that Call Library Function Nodes are not compatibel with PCI
    7030 target?! Thank you for any explanation.
    Attachments:
    useDLL.vi ‏15 KB
    EasyDLL.dll ‏80 KB

    OK I downloaded your files and tried them with a PXI real time controller and the error you mentioned happened for me as well. After digging for awhile, here's the best explanation I could find:
    1 - useDLL is calling other DLLs that are failing to download
    2 - useDLL is accessing some of the Win API that is not supported by the RT OS.
    Read more about this at:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000...
    ~cheers,
    Darin G

  • Sybase gateway problem - Failed to load dynamic library 'hsdbsyb'

    Having problems getting the Sybase gateway working on XP. Environment in Oracle 9.2.0.6 on Linux, Sybase on AIX 5.1 (moving to linux, gateway currently working well on this box) gateway on XP. I get the following error when trying to use my db link: Help appreciated
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Transparent gateway for SYBASE]DRV_InitTdp: DBTYPE.C (473): ; The specified module could not be found.
    ; at FIND_IMAGE_SYMBOL
    DBTYPE.C (7): ; [C079] Failed to load dynamic library 'hsdbsyb'
    tnsnames on linux box has:
    CIT001TSTW =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST = lons00106694)(PORT = 1521))
    (CONNECT_DATA =
    (SID = cit001tst)
    (HS = OK)
    on gateway windows box (has oracle client and gateway software and sybase client)
    listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\progra~1\oracle)
    (PROGRAM = extproc)
    (SID_DESC=
    (SID_NAME = cit001tst)
    (ORACLE_HOME = c:\progra~1\oracle)
    (PROGRAM = tg4sybs)
    initcit001tst.ora
    HS_FDS_CONNECT_INFO=CIT1_LON_TST_SQL.cit001tst
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    HS_FDS_TRACE_LEVEL=4
    HS_FDS_FILE_NAME=trace
    # Environment variables required for Sybase
    set SYBASE=c:\progra~1\sybase\oc1251
    sql.ini
    [CIT1_LON_TST_SQL]
    win3_query=WNLWNSCK,loncmxs0004.uk.net.intra.,5000
    query=NLWNSCK,loncmxs0004.uk.net.intra.,5000

    Yes, this VI is damaged. I can not open it.
    Colin
    LV7.1/8.2/8.2.1/8.5/8.6/9.0/2010/2013; testing system development
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Home--www.colinzhang.net

Maybe you are looking for

  • Error when creating a new session manager

    I am an absolute rookie in Java and Object to Persistence, and just need a push in the right direction please? Using MyEclipse 5.0 with JBoss 4.0 but just trying a very basic employee mapping with Toplink 10.1.3.1. Standard java application just to r

  • Lenovo y500 trouble connecting to internet

    Hi Lenvo community! I bought a lenovo y500 recently and have had trouble connnecting to private networks from the moment i opened the notebook. The day I recieved my computer I took it out of the box and tried to connect it to the internet during the

  • Need small information... about oinv address

    hi. I am running below query in sql.. select Address  from OINV where oinv.CardCode = 'CE73' it is coming from invoice under logistic tab.. My problem is that some invoices are having with TEL:+39 02 25459028 and some are not having with Tel:+  at lo

  • Icons for Insert/Delete Pages to Adobe Acrobat Pro 9.

    I want to add icons for Insert Pages and Delete Pages so that I have quicker access than clicking on the Document option or the Navigation Panel. Used to have this on my old version of Adobe, but it was recently updated at work and I can't figure out

  • SAP : ECC 6.0 Module : Production and MM Issue : Monthly and Yearly targets

    SAP : ECC 6.0 Module : FICO Issue : Payment Mode and Type Domain : Chemicals How to Trap Bank Receipts / Bank Payments Mode of payment and doc no Ex : Any bank Receipt We need to enter the Mode of Receipt : Chq/ DD/ Order and Also need to enter the I