Perl module not working/installed properly

I have a perl script that worked fine on Ubuntu.  I've now replaced Ubuntu with Arch and installed the perl modules I need to run this script and one of them doesn't seem to be working properly, I think I had a hiccup during installation of this particular module.  Can someone point me in the right direction as to how to fix this please.
This is the output of my script falling over:
[me@arch ~]$ perl -e 'use MP4::Info;'
Can't locate IO/String.pm in @INC (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/share/perl5/site_perl/MP4/Info.pm line 16.
BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/MP4/Info.pm line 16.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
The 'MP4::Info' module "appears" to be installed ok though, as shown thusly:
[me@arch ~]$ cpan
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9600)
Enter 'h' for help.
cpan[1]> install MP4:Info
Going to read '/home/wayne/.cpan/Metadata'
Database was generated on Fri, 23 Sep 2011 01:50:05 GMT
MP4::Info is up to date (1.13).
cpan[2]>
Any help greatly appreciated, thanks in advance.

For some reason IO::String was not installed. Try installing it from the cpan shell.

Similar Messages

  • "Provider cannot be found.It may not be installed properly"

    Hi All,
    I am running into this error "Provider cannot be found.It may not be installed properly" while I am trying to connect to Oracle from Excel VBA.
    I had installed both Oracle 10.1 and Oracle 10.2 in the same machine and is working with .NET applications.My .NET applications works fine.But when I try to connect from within the EXCEL VBA,it gives me this error.
    This is my oracle client folder structure
    Oracle 10.1 -> C:\Program Files\Oracle\product\10.1.0\Client_1
    Oracle 10.2 client -> C:\Program Files\Oracle\product\10.2.0\Client_2
    Oracle 10.2 ODAC -> C:\Program Files\Oracle\product\10.2.0\Client_1
    As part of working around this error,I have uninstalled my 10.2 and now I just have 10.1 in my local machine.
    This is the code snippet where the error occurs in VBA
    Set Conn = New ADODB.Connection
    Conn.ConnectionString = "Provider=OraOLEDB.Oracle;Data Source=datasource;User ID=userid;Password=pwd;CacheType=Memory"
    Conn.ConnectionTimeout = 60
    Conn.Open
    I would really appreciate any help as I have been working around this erro for the last 2 days
    Thanks much!

    Hi,
    Why do you have 3 Oracle homes?
    Mutliple Oracle homes on Windows is a pain at best. Oracle's OLEDB and ODBC drivers require that their home be first in your PATH.
    Generally you can have as many homes as you want, but can only USE the home that's first in your PATH, and things like OraOLEDB, being a com object, can only be installed into a single home.
    In your registry, what does HKEY_CLASSES_ROOT\CLSID\{3F63C36E-51A3-11D2-BB7D-00C04FA30080}\InprocServer32\(Default) point to (the entry for Oracle's OLEDB provider)? Is it the same home that's first in your path if you open a dos prompt and type PATH?
    Hope it helps
    Greg

  • Function Module not working for old Role

    Dears
    Function Module not working for old Role
    Function Module: /VIRSA/BAPI_AE_USERS_FOR_ROLES
    Before EHP4 upgrade this functional module working fine, but after updated users are not visible.
    We have chekced if the users are assigned directly users are visible but indirect (Position Based) assignment users are not apprearing.
    Pl check the fucntion module with given roles below and identify the root cause,
    EP_TRVL_ALL_CAB     - Old Role
    EP_TRN_TRVL_DRGC_V2 - New Role
    Regards
    Krishna Mohan CH
    9704500717

    Krishna,
    I do not think this BAPI is meant to be called by anyone but the application using it, and its functionality may therefore change without notice.
    What are you trying to achieve? Maybe there's a better way to do that...
    Frank.

  • The Connect from Intel Pro/1000 T to 1000base-t Port on Catalyst 4000 (WS-X4412-2GB-T= module) Not Working Properly

    The connect from Intel Pro/1000 T to 1000base-t port on Catalyst 4000 (WS-X4412-2GB-T= module) is not working properly. The Intel Pro/1000 T NIC connects to a 10/100 OK. Auto-negotiation is set at both ends. We can successfully ping across the link. However performance is so poor as to make the connection unusable.

    When an Intel Pro/1000 T NIC is connected to a Catalyst switch, the customer may see poor network connections or excessive numbers of dropped packets. The problem arises when a module with a TBI interface transmits an odd byte packet to a receiver with a Gigabit Media Independent Interface (GMII).
    The interoperability issue is a result of the implementation of Carrier Extension. Carrier Extension is detailed in sub section 35.2.3.5 in the IEEE 802.3 specification. Carrier Extension can be used to pad the last byte of a packet, so the packet is aligned on an even numbered boundary.

  • Perl modules are being installed to the wrong root directory

    This is kind of a package, kind of an AUR question. I don't think it is the usual "upgrade to perl-5.20" issue; I've done lots of searching with no obvious mention of my issue.
    I have downloaded the PKGBUILDs for perl-tk (in extra) and perl-pdl (in AUR). When I run makepkg on them, the resultant package has the wrong root directory. For example, perl-pdl tries to install into
    /home/<username>/perl5/bin/
    rather than
    /usr/bin
    and the libraries want to go into
    /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL
    rather than something like
    /usr/lib/perl5/vendor_perl/PDL
    I don't think I'm doing anything unusual with the build. For perl-pdl, I download the tarball from the AUR and untar it in ~/tmp. Cd to ~/tmp/perl-pdl and then run makepkg. The start of the build process says:
    ==> Making package: perl-pdl 2.007-1 (Wed Jun 18 16:12:19 PDT 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found PDL-2.007.tar.gz
    -> Found perldl.conf
    ==> Validating source files with md5sums...
    PDL-2.007.tar.gz ... Passed
    perldl.conf ... Passed
    ==> Extracting sources...
    -> Extracting PDL-2.007.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    INFORMATION: using file /home/<username>/tmp/perl-pdl/src/perldl.conf to set configuration defaults
    Makefile.PL: Found required OpenGL version, setting USE_POGL => 1
    Types.pm.PL: using typedef long PDL_Indx
    Extracting Types.pm
    making PDL_B...
    making PDL_S...
    making PDL_US...
    making PDL_L...
    making PDL_IND...
    making PDL_LL...
    making PDL_F...
    making PDL_D...
    Warning: prerequisite Astro::FITS::Header 0 not found.
    Warning: prerequisite Convert::UU 0 not found.
    Warning: prerequisite File::Map 0.57 not found.
    Warning: prerequisite Module::Compile 0.23 not found.
    Generating a Unix-style Makefile
    Writing Makefile for PDL::pod
    Generating a Unix-style Makefile
    Writing Makefile for Inline
    Writing MYMETA.yml and MYMETA.json
    Generating a Unix-style Makefile
    Writing Makefile for PDL::PP
    Generating a Unix-style Makefile
    Writing Makefile for PDL::NiceSlice
    Writing MYMETA.yml and MYMETA.json
    Basic/Core/Makefile.PL: got root build dir /home/<username>/tmp/perl-pdl/src/PDL-2.007
    Basic/Core/Makefile.PL: adding /home/<usenname>/tmp/perl-pdl/src/PDL-2.007/inc
    Trying to figure out POSIX threads support ...
    Saw pthread.h. Fine.
    Fine, your perl was linked against pthread library.
    ==> Will build PDL with POSIX thread support. Gifts to TJL :-)
    and wraps up with
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::Perldl2::NiceSlice.3pm
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::Perldl2::PDLCommands.3pm
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::Perldl2::PrintControl.3pm
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::pdl2.3pm
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/pdl2
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/pptemplate
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/perldl
    Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/pdldoc
    Appending installation info to /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
    ==> Tidying install...
    -> Purging unwanted files...
    -> Removing libtool files...
    -> Removing static library files...
    -> Removing empty directories...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "perl-pdl"...
    -> Generating .PKGINFO file...
    -> Adding changelog file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: perl-pdl 2.007-1 (Wed Jun 18 16:21:25 PDT 2014)
    Excerpts of "pacman -Qlp perl-pdl-2.007-1-x86_64.pkg.tar.xz" look like
    perl-pdl /home/
    perl-pdl /home/<username>/
    perl-pdl /home/<username>/perl5/
    perl-pdl /home/<username>/perl5/bin/
    perl-pdl /home/<username>/perl5/bin/pdl
    perl-pdl /home/<username>/perl5/bin/pdl2
    perl-pdl /home/<username>/perl5/bin/pdldoc
    perl-pdl /home/<username>/perl5/bin/perldl
    perl-pdl /home/<username>/perl5/bin/pptemplate
    perl-pdl /home/<username>/perl5/lib/
    perl-pdl /home/<username>/perl5/lib/perl5/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/Inline/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/Inline/MakePdlppInstallable.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/Inline/Pdlpp.pmperl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/AutoLoader.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Bad.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Basic.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/CallExt.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Char.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Complex.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Compression.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Config.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Constants.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core.pm
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/Dev.pmperl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/pdl.h
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/pdlcore.h
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Bad/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Bad/Bad.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/CallExt/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/CallExt/CallExt.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Complex/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Complex/Complex.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Compression/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Compression/Compression.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Core/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Core/Core.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/FFT/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/FFT/FFT.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Fit/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Fit/Gaussian/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Fit/Gaussian/Gaussian.so
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/GIS/
    perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/GIS/Pr
    perl-pdl /home/<username>/perl5/man/
    perl-pdl /home/<username>/perl5/man/man1/
    perl-pdl /home/<username>/perl5/man/man1/PDL::API.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::BadValues.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Bugs.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Course.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Dataflow.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Delta.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::FAQ.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Indexing.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Internals.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::MATLAB.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Modules.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Objects.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::PP-Inline.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::PP.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::ParallelCPU.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Philosophy.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::QuickStart.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Scilab.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Threading.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Tips.1p
    perl-pdl /home/<username>/perl5/man/man1/PDL::Tutorials.1p
    perl-pdl /home/<username>/perl5/man/man1/pdl2.1p
    perl-pdl /home/<username>/perl5/man/man1/pdldoc.1p
    perl-pdl /home/<username>/perl5/man/man1/perldl.1p
    perl-pdl /home/<username>/perl5/man/man1/pptemplate.1p
    perl-pdl /home/<username>/perl5/man/man3/
    perl-pdl /home/<username>/perl5/man/man3/PDL.3pm
    perl-pdl /home/<username>/perl5/man/man3/PDL::AutoLoader.3pm
    perl-pdl /home/<username>/perl5/man/man3/PDL::BAD2_demo.3pm
    It seems like the $pkgdir variable is screwed up, but non-perl AUR packages have installed just fine. Any pointers? Thanks.

    As usual I am probably too late to help. If you have local::lib installed and activated, it will override your destination directory when building packages. This is accomplished by setting environment variables. Joel hinted at this and you've seemed to fix them. Here is a decent list of them, mostly written by me I believe: https://wiki.archlinux.org/index.php/Pe … _variables
    I've made tools that generate PKGBUILDs for perl modules and I always try to override these environment variables for just such an occasion. Entirely too much info on the subject is available at the wiki page above. Very few official PKGBUILDs will override these. Only the packages I used to maintain which retain my PKGBUILD will work for you. So... beware.

  • Memory modules not working on HP Touchsmart 600-1050sc desktop - update BIOS ?

    Hi
    I just bought 2 x 4GB DDR3 PC3 12800 memory modules from Cruical (see http://eu.crucial.com/eur/en/touchsmart-600-1050sc/CT5311446)
    The modules does not work on my HP Touchsmart 600-1050 sc desktop. Acc to HP specs it should support 2 x 4GB (max 8 GB in total).
    But the computer does not start (I have installed the modules correct). The manufacturer advises me to update my BIOS.
    I wanna ask you guys, before I try suhc a thing, is there any chance this could help?
    Thanks

    Hi,
    Its specs:
    Memory upgrade information
    Dual channel memory architecture
    Two DDR3 SO-DIMMs (200-pin) sockets
    SO-DIMM type-PC3-10600 (DDR3-1333)
    Non-ECC memory only, unbuffered
    Supports 2 GB DDR3 SO-DIMMs
    Maximum memory only if using 2GB DDR3 DIMM modules.
    Supports up to 8 GB on 64-bit PCs
    Supports up to 4 GB* on 32-bit PCs
    Please try PC-10600 RAM
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • MSI GAMING 9 AC WI-FI MODULE NOT WORKING

    Hi,
    I have recently built my new system with the MSI gaming 9 ac motherboard and have now noticed as I have had to switch to a wireless connection that the wireless module isn't working. I have tried seeing if the module is installed right and it seems that it is as the screw hole aligns and feels secure. The driver CD for the wireless did not work so I had to install the drivers off the MSI website but still anything I have tried has come to no avail. Please help me!
    technical specifications:
    intel core i7 4770k
    MSI gaming 9 ac
    windows 8.1 64-bit

    I assume you're talking about X99 Gaming 9, just make sure your mobo is AC(Intel LAN) or ACK(Killer LAN).
    The link is for AC one, check if you're using this version 17.01.0000.1697:
    http://www.msi.com/support/mb/X99S-GAMING-9-AC.html#down-driver&Win8.1 64
    And check if Device Manager has any yellow exclamation mark, or try re-plug the AC adapter.

  • Bridge CC Output Module not working for me

    I have installed the Output Module in Bridge CC (Which I can't believ was not included and that it is not an auto update as I thought was one of the big positives of this whole CC concept)  but while it opens and looks ok, when I try to create and save a pdf contact scheet, I get a message saying "The file or folder does not exist." and nothing is created or saved.  What gives?  This is a major feature of Bridge to me as I use it a lot.
    By the way, the web gallery does not work at all, either.

    Have you read through the help doc  http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html

  • Develop module not working since upgrade to 4.2

    I've installed the 4.2 upgrade and now the develop module doesn't work anymore. It was working fine on 4.1, 64bit version.
    I'm on Windows 7 Pro, with second generation i7 CPU, 16 gig Ram
    Please have look at this thread at Photoshop.com were I reported this problem with a lot of details already. So far no help provided.....and that's 4 days ago.
    I really need help with this as I cannot work my Photos until this is fixed...or at least a solution to remove system files that are not removed when un-installing, as they bring the problem to a previous version that was working just fine before upgrade to 4.2 ( un-installed 4.2 then re-install 4.1, then 4.1 now has the same problem I have with 4.2) What a mess.......

    Thank you both, as this was the lead I needed to follow.....
    The profile is the problem...yes,.... and no....
    I use X-rite Color Munki as my profiler, latest upgrade, 1.0.2.0
    Using the above info, I've switched from my profile to sRGB, to manufacturer profile and others in the list...result : mine has the problem and not any of the others.
    I've just spent 7 hours straight, un-installing, re-installing, LR 4.2, 4.1, Color Munki, deleting the content of the LR Preference file, re-profiling using "easy" and "advanced", trying all kinds of combinations and sequences of the above....
    My findings:
    1- In LR 4.1   Using my profile, and deleting the content of the " Preference" file before starting LR, everything works just fine. Then when you shut it down and re-open it, the problem is back. Using " Task manager", I force the shut down of the " Not responding" LR, go back to deleting the "preference file" content, and LR works again. This does not work with LR 4.2
    2- In LR 4.1   On the last re-calibration I've done, I tried again and it did not work. Went to change profile to my default manufacturer's one and as expected LR worked....but I noticed that the calibration profile change did not affect the monitor screen, and LR 4.1 works perfectly on multiple starts and closes.
    Here is the interesting part....: My Color Munki profile is still displayed on the monitor, ( I did not "Restart" or "Re-boot" ) and the selected profile is the manufacturer's in Control Panel's Color Management, and LR 4.1 works perfectly.Can it be that the profile itself, displayed on the monitor, is not really the problem?
    Is it possible the "Conflict" would be in "Windows Color Management"? or LR's color management protocols?.....
    I have not tried # 2 with LR 4.2 as I'm kind of chicken of going another round of hours at it.... Like the saying goes..." If it ain't brokin', don't fix it ".....
    So, for now, I'll cary on with 4.1 as I can at least continue working......hopefully, using the "Sleep mode", and not "Shut down", the set-up will maybe stay "as is", and if not, I now know how to fool it.....

  • Wireless module not working(70​1)

    Hello, i recently formatted my laptop and then i  found that at startup my laptop is saying Wireless module not found(701)
    It says it may be not installed correctly or not functioning.
    So i disassembled my laptop to see any connection problem and tried connecting with changing positions of wires  with card but still not working!
    I Googled for drivers but didnt geta any!
    here is detail about Wlan + Bt card
    AzureWave AW-NB041H
    IEEE 802.11 b/g/n + 802.15 BT combo card
    Model No.-RT3090BC4
    FCC ID- VQF-RT3090BC4
    IC-7542A-RT3090BC4
    India-448/2010/WRLO
    CMIIT ID- 2010DJ0636
    Please help to me to solve this problem!
    This question was solved.
    View Solution.

    It needs to be replaced. This one will work in your netbook. It will pass the whitelist BIOS check and provides wifi and Bluetooth:
    http://www.ebay.in/itm/HP-WI-FI-BLUETOOTH-COMBO-CA​RD-BCM94313HMGB-600370-001-598711-001-G6-CQ42-/321​...
    If this is "the Answer" please click "Accept as Solution" to help others find it. 

  • Merge Module not work at target machine

    Post Author: soky
    CA Forum: Other
    Hi all,
    I cannot deploy my RDC delphi application. This is very simple app, for trying base of using of rdc. Only one TApplication and a TCrystalActiveXReportViewer component on a form. Run nicely on developing machine. But the deploy drive me crazy
    Product: Crystal Reports Developer
    Version: 11.0.0.1282
    Patches Applied: 0
    Operating System(s):
      Developer: Windows XP home english
      Target: Windows 2000 5.00.2195 SP4 hungarian (version of msi.dll=2.0.2600.1183)
    I using InstallShield Express Borland Limited Edition. The build of release successfully with zero error, including merge modul CR11_rdc_runtime. But install broken the following error message:
    Internal Error 25001. 1615:
    RegistrationCosting::CostAllISSelfRegEntries::MsiDatabaseOpenView(hDatabase,_T("Select * from ISSelfReg"),hVieew)
    How can I make usable install stuff with this tools?
    Thanks, soky

    Can somebody tell me where I can find the log that will tell me whats going on with this module at startup.
    You say the module gets loaded, as does lsmod. So there will be no error message, as the system thinks the module is working(which it probably is). The reason your wireless is not working may be another issue. In order for some things to work correctly certain things need be loaded before other things can access them.
    anyway, all error logs are in /var/log, shouldn't take you long to look through them. They are dated.

  • Z97 gaming 9 AC bluetooth/wifi module not working

    As the title suggests.
    Nothing shows up in hardware manager, the module is physically installed OK (redone twice) no bent pins or obvious damage or shorting.
    Weirdly enough the driver disk doesn't seem to work either, nothing shows in the list to install, downloaded drivers from website and installed but still nothing working still.
    everything else on MB working fine, really nice board, if the module is kaput can I get a replacement? I'd hate to send the board back because I'd be without my computer.

    Quote from: marquesjm on 15-October-14, 19:09:59
    Hi!
    I have the same problem, but it only happened after flashing my BIOS to 1.6.
    I have Windows 8.1 x64.
    Can someone help me please ?
    Best regards
    Jorge
    Please open your own thread insted of hijacking
    >>Please read and comply with the Forum Rules.<<

  • Adapter Module not working in Sender Communication Channel working in recie

    Hi
    I have written one adapter module. IF i give that Adapter Module in Sender Communication channel its not working. If i give that in Reciever Communication Channel its working. If i mention in both the channels then its working in sender communication channel also.But in only sender communication channel its not working in only reciever communication channel its working Can any one tell me why its happening
    Thanks & Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B

    hi
    if its problem with my code why its working if i give the adapter module in both the communication channels?If i give in only sender communication channel the module is not invoking. its not showing any auditlogs.Can any one please help me
    OUTBOUND is for sender
    INBOUND is for reciever right.?
    the following code i have written
    public ModuleData process(
              ModuleContext moduleContext,
              ModuleData inputModuleData)
              throws ModuleException {
              String SIGNATURE =
                   "process(ModuleContext moduleContext, ModuleData inputModuleData)";
              Object obj = null;
              Message msg = null;
              String filename = null;
              AuditMessageKey amk = null;
              try {
                   obj = inputModuleData.getPrincipalData();
                   msg = (Message) obj;
                   System.out.println("&&&&&&&&&&&&&&&&&" + msg);
                   if (msg.getMessageDirection().equals(MessageDirection.OUTBOUND)){
                        amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.OUTBOUND);
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> etHostName: Module called"+ i++);
                   }else{
                        File filename1 = new File("
    10.7.1.43
    XI
    source","text.txt");
                        filename1.createNewFile();
                        amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.INBOUND);
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> etHostName: Module called"+ i++);
                   System.out.println("**************" + amk + "***********");
              } catch (Exception e) {
                   Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> GetHostName: Error Module called");
                   e.printStackTrace(System.err);
                   ModuleException me = new ModuleException(e);
                   throw me;
              // Read the channel ID, channel and the module configuration
              try {
                   Hashtable mp = (Hashtable)inputModuleData.getSupplementalData("module.parameters");
                   if(mp != null){
                        filename = (String)mp.get("FileName");
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,"Host >>>  Element Name is set to {0}"+filename );
                   }else{               
                        Audit.addAuditLogEntry(amk,AuditLogStatus.WARNING,"HostElementName parameter is not set. Default used: HostName.");
                        filename = "FileName";
              } catch (Exception e) {
                   e.printStackTrace(System.err);
                   Audit.addAuditLogEntry(amk,AuditLogStatus.ERROR,"Cannot read the module context and configuration data");
                   ModuleException me = new ModuleException(e);
                   throw me;
              try {
                   XMLPayload xmlpayload = msg.getDocument();
                   DocumentBuilderFactory factory;
                   factory = DocumentBuilderFactory.newInstance();
                   DocumentBuilder builder = factory.newDocumentBuilder();
                   Document document =
                        builder.parse((InputStream) xmlpayload.getInputStream());
                   Element rootNode = document.getDocumentElement();
                   if (rootNode != null) {
                        Element childElement = document.createElement("filename");
                        childElement.appendChild(document.createTextNode(filename));
                        rootNode.appendChild(childElement);
                   // Transforming the DOM object to Stream object.
                   TransformerFactory tfactory = TransformerFactory.newInstance();
                   Transformer transformer = tfactory.newTransformer();
                   Source src = new DOMSource(document);
                   ByteArrayOutputStream myBytes = new ByteArrayOutputStream();
                   Result dest = new StreamResult(myBytes);
                   transformer.transform(src, dest);
                   byte[] docContent = myBytes.toByteArray();
                   if (docContent != null) {
                        xmlpayload.setContent(docContent);
                        inputModuleData.setPrincipalData(msg);
              } catch (Exception e) {
                   e.printStackTrace(System.err);
                   Audit.addAuditLogEntry(amk,AuditLogStatus.ERROR,"Cannot read the module context and configuration data");
                   ModuleException me = new ModuleException(e);
                   throw me;
              return inputModuleData;
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B

  • Sender Adapter Module Not Working

    Hi,
    I have changed an existing Sender Adapter Module code and deployed using SDM.
    It was working fine but after some days it is not working as designed. Say for an example, the number of pipes(|) in each record is one less than usual number of pipes. It does not say any error in module but in my java mapping raising GENERIC Exception.
    I had the same problem in Dev and now I am facing the same in QA.
    When I checked the standalone code it is working fine. Any reason for this anomalous behavior?
    Regards,
    Manikandan R

    Hi,
    Could you give us more details about : your coding, input sample when error is raised ?
    That'd help a lot
    Chris

  • Develops Module not working

    Hello
    I have just loaded LR on Windows 8 and not able to get the Develops Module to work, the adjustmenst such as exposure slider does nothing.  the screen goes blank and can see the thumb nail takes adjustment.
    Are you able to help.
    Thanks Harry

    Hello
    I have just loaded LR on Windows 8 and not able to get the Develops Module to work, the adjustmenst such as exposure slider does nothing.  the screen goes blank and can see the thumb nail takes adjustment.
    Are you able to help.
    Thanks Harry

Maybe you are looking for