PageComposer Error - Cannot find the module necessary for printing C5051

Hi
Having some problems trying to setup a Windows 2008 R2 print server with shared Canon iR C5051 printer
I've created the printer, installed the 64 bit driver Canon iR-ADV C5045/5051 PCL6 v 20.90 and works fine for 64 bit Windows 7 clients, installed the 32 bit driver by selecting printer properties, sharing tab, additional drivers and selecting x86 and pointing to the 32 bit PCL driver. Driver installs fine on the print server without any errors.
Goto 32 bit client, add printer, select the shared printer from the printserver, printer installs Ok. When the user however tries to print, get the error:-
Canon PageComposer
Cannot find the module necessary for printing
Re-install the printer driver
I've done this countless times, any idea's on how to fix ?
Thanks

Where is the code you posted? Running in a separate project, I assume? Does that project have a dependency on the project containing the app module specified?
And just to check (although by default, JDev should do this for you)--the app module project has been compiled since adding the configuration, right? You need to check to make sure the config exists not only under Project/src, but under Project/classes.
Edited by: Avrom Roy-Faderman on Oct 6, 2008 2:02 PM
Oh, and BTW--I assume this is not a typical ADF application, right? In a standard ADF application, you would very rarely need to instantiate an application module in code like this; you could just let the data binding facility do it for you. The technique like the one you're using is most appropriate for purely programmatic, no-UI cases. (e.g., once I tried to implement an SMTP server backed by business components. That was an appropriate case for ditching databindings and doing the sort of thing you're doing, because it had no view layer (because it had no UI to render).

Similar Messages

  • Cannot find the class file for com.sap.portal.services.api.connectorgateway

    Hi,
    I was trying the "How to BI JAVA SDK in a Portal iView and get the following error.
    The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.portal.services.api.connectorgateway.IConnectorGatewayService. Fix the classpath and try rebuilding this project.
    I have the following in my portalapp.xml file
    <property name="SharingReference" value="com.sap.portal.ivs.connectorservice"/>
    and i have also added the jar file "com.sap.portal.ivs.connectorservice_api" in the set of lib's
    Has some faced a similar issue? or can someone suggest how I could possibly resolve this.
    Thanks,
    Smitha

    Hi Smitha:
       My webdynpro dc was build failed for "This compilation unit indirectly references the missing type com.sap.engine.services.webservices.espbase.client.dynamic.content.GenericObject (typically some required class file is referencing a type outside the classpath)".
    How should i do?  Thank you!

  • Installation error: cannot find the data source checking utility (dbcheck)

    BO XI 3.0:
    During the process of installing "Dashboard and Analytics Servers", we've got this error.
    Installation error: cannot find the data source checking utility (dbcheck)
    Have anyone encountered this issue? We can't move on after this error.
    Thanks,

    I've fixed the problem.
    Lianjun.
    Lianjun (guest) wrote:
    : I've tried to run the latest beta version of OMWB to migrate
    from
    : MS SQLSERVER7.0 to Oracle8i. At step 4:Source Database Details,
    : every time I put in the data source name (which is in the
    control
    : panel-ODBC data source Administrator), it gave an error message
    : that Data source name not found and no default driver
    : specified).Anybody has any ideas?
    : Thanks for the help!
    : Lianjun.
    null

  • OrgChart error: Cannot find the root of your orgchart....

    Hi,
    I'm trying to install orgchart live.
    When I run OrgChart - I got following error: "Cannot find the root of your orgchart...."
    Well settings are following:
    a) data connection: ASHOST=xxxxxxxxxxxx  SYSNR=xx USER=xxxx PASSWD=xxxxxx CLIENT=xxx (this is OK)
    b) General settings: 50000051 (for OrgChartRot - which is OK)
    If i check CDS log I got following:
    ERROR: StructGenerator : processStructureRules : Chart Is Empty (ChartingStruct.RootNodes == null)
    Any idea?
    Thx,
    Damjan

    sure....
    <extrainfo>
            <item>
              <name><![CDATA[DLL]]></name>
              <value><![CDATA[Nakisa.SAP.SAPProcessor]]></value>
            </item>
            <item>
              <name><![CDATA[CLASS]]></name>
              <value><![CDATA[Nakisa.SAP.SAPProcessor.BAPI_Hroci]]></value>
            </item>
            <item>
              <name><![CDATA[ParentViewId]]></name>
              <value><![CDATA[ZVWO2P]]></value>
            </item>
            <item>
              <name><![CDATA[ViewId]]></name>
              <value><![CDATA[ZVWO2O]]></value>
            </item>
            <item>
              <name><![CDATA[ObjectType]]></name>
              <value><![CDATA[O]]></value>
            </item>
            <item>
              <name><![CDATA[Depth]]></name>
              <value><![CDATA[3]]></value>
            </item>
            <item>
              <name><![CDATA[PlanVersion]]></name>
              <value><![CDATA[01]]></value>
            </item>
            <item>
              <name><![CDATA[BapiName]]></name>
              <value><![CDATA[Hcm_Get_Orgstructure_As_Xml]]></value>
            </item>
            <item>
              <name><![CDATA[AddChildrenFlag]]></name>
              <value><![CDATA[True]]></value>
            </item>
            <item>
              <name><![CDATA[mail]]></name>
              <value><![CDATA[]]></value>
            </item>
          </extrainfo>
    do you see something here...
    Any idea from here on...what should I do?
    Edited by: Damjan Drnovsek on Apr 21, 2010 3:54 PM

  • Xmlreader schema validation error: Cannot find the declaration of element

    I have multiple schemas with namespaces but I would like to validate an xml document without namespaces. The schemas all have elementFormDefault="unqualified" in the root element.
    I am encountering error below in my validation using xmlreader:
    ERROR:
    Cannot find the declaration of element 'NewTradenetDeclaration'.
    my code is:
    xmlReader = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser");
    xmlReader.setFeature(VALIDATION_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_VALIDATION_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_FULL_CHECKING_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_NAMESPACE_FEATURE_ID, true);
    xmlReader.setProperty(JAXP_SCHEMA_LANGUAGE, XMLConstants.W3C_XML_SCHEMA_NS_URI);
    String schemaURI = "NewTradenetDeclaration.xsd";
    // ive tried all of the ff but throws the same error
    //xmlReader.setProperty(EXTERNAL_SCHEMA_LOCATION, "urn:crimsonlogic:tn:schema:xsd:NewTradenetDeclaration NewTradenetDeclaration.xsd");
    //xmlReader.setProperty(EXTERNAL_SCHEMA_LOCATION, schemaURI);
    xmlReader.setProperty(JAXP_SCHEMA_SOURCE, schemaURI);
    // set entity resolver to resolve xsd locations
    MyResolver resolver = new MyResolver();
    xmlReader.setEntityResolver(resolver);the entity resolver has:
    public InputSource resolveEntity (String publicId, String systemId) {
      String filename =  "c:/workspace/TXParser/schema/"+ systemId.substring(systemId.lastIndexOf("/")+1);
      File f = new File(filename);
      InputSource source = null;
      try {
        source = new InputSource(new FileReader(f));
      } catch(Exception e) {
      System.out.println("InputSource exception: " + e.getMessage());                 
      return source;
    }Help please. Thanks.

    I fight with the same error, it is curious that the schema from schemaLocation can not be validated. If i set the schema manually through an attribute it works. What i try to do is overwriting the resolveEntity in the handler to get the schema from another location and validate the xml against the schema specified in the attribute schemaLocation rather than setting it manually :-(

  • HT204291 I cannot find the AirPlay icon for the life of me. I have iOS 7.0.2 on my iPad Mini. Connected to my WiFi network just fine. I swipe up to get to the control center badges and all I see is the AirDrop icon. Trying to disable mirroring on ipad for

    I cannot find the AirPlay icon for the life of me. I have iOS 7.0.2 on my iPad Mini. Connected to my WiFi network just fine. I swipe up to get to the control center badges and all I see is the AirDrop icon. Trying to disable mirroring on ipad for Netflix streaming and don't know what to do. Any luck out there?

    If you last used an Apple TV to mirror your device and have updated to the newest Apple TV software, go into settings and turn airplay back on. The icon should then appear on your iPad mini when you swipe up allowing you to disable it for Netflix. After updating my Apple TV software for some reason it turned airplay off.
    Bob G

  • Error: Cannot find the assembly Oracle.DataAccess

    Hi, I've this problem when any program use a connection with Oracle provider over any server (2 distinct server access to Oracle 9i with forms applications).
    The specific error is:
    Cannot find the assembly Oracle.DataAccess, Version=1.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342.
    This problem is resolve (temporary) executing:
    Alter Procedure <<Any procedure valid name>> compile
    But this is not an elegant solution.
    Please, ODP save something else in memory than executing this sentence clear an resolve this situation ??
    Exists any solution for this problem ??
    Thank for advance..
    Claudio

    This sounds odd - I don't see how compiling an Oracle procedure would help .NET to locate an assembly - you're not trying to run an assembly inside Oracle are you?
    Tell is more about what you're trying to do. If this is just a common program that is running on a server and trying to connect to Oracle, it sounds like ODP is not installed on the computer that is running this code. You should see Oracle.DataAccess in the GAC.
    Eric

  • JSPM is not lauching. Error: cannot find the path specified

    Hi experts,
    I'm on windows 2003. I'm not able to launch JSPM where I want to apply latest sp-stakcs. I'm able to use visual admin. I'm using j2sdk1.4.2_15 which located on c drive. My Java_home env for user and system setup like this: JAVA_HOME
    C:\J2SDK....1.4.2_15\BIN.
    When I go to \usr\sap\SID\JC02\j2ee\JSPM> bo.bat , I always get the following error:
    C:\use\sap\sid\jc02\j2ee\JSPM>go.bat
    The system cannot find the path specified.
    ERROR: could not update JSPM
    Pres any key to continue . . . .
    I have administrative permission, infact, I have full permission over usr\sap.... etc...
    Please need help ASAP..
    Your input is really important and appreciated.
    Thanks,
    Points will be given for sure.

    When you run the go.bat it tries to run java
    Go to that directory and try to issue java -version and see if you get an error.
    If you do, correct your JAVA_HOME statment in your environment variables and/or add the java directory to your path.
    That should do it.
    Lee

  • I cannot find the download link for Adobe Flash Media Live Encoder

    I have been looking at the page for a while now and i cannot find the link to download the software.

    Hi chbachman,
    The link is currently broken at : https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3
    We are working to resolve this at the earliest.

  • I cannot find the download link for Acrobat 9.0 Standard - all I can see is the Pro versoin.  Can anyone provide or help with this?

    I need to reinstall Acrobat 9 STD which we purchased online.  When I go to the provided link, it does not help me out.  I was eventually able to find the download page for older products but it only shows Acrobat back to v10.x   Am I missing something?  Any help would be appreciated.
    Thx

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.window using the Lightroom 3 link to see those 'Important Instructions'.

  • Error: Cannot find the MQService2UIFMapping.properties

    I am getting a following message when I run the tool:
    Cannot find the MQServide2UIFMapping.properties file.
    Any help would be appreciated
    Thank you,
    Sung Kim

    This sounds odd - I don't see how compiling an Oracle procedure would help .NET to locate an assembly - you're not trying to run an assembly inside Oracle are you?
    Tell is more about what you're trying to do. If this is just a common program that is running on a server and trying to connect to Oracle, it sounds like ODP is not installed on the computer that is running this code. You should see Oracle.DataAccess in the GAC.
    Eric

  • I have a vintage mac computer that I am trying to download the asian language pack for simplified chinese; However the error message tells me I need an update installer?? Cannot find the right download for the 10.5.8 OS

    I have a 10.5.8 os and need the simplified Chinese languag pack which I have not been able to download. It says I need an update installer which I cannot find as well/ or one that will work. Any suggestions?

    Are you sure it is not already there?   In system preferences/international/language, don't you see simplified Chinese on the list?  It is supposed to be there.  You just move it to the top and restart to put the OS into that language.
    Missing language packs can also normally be installed  by running the Language Translations installers found in the OptionalInstalls.mpkg of the Leopard DVD.

  • I cannot find the WEP code for my Time capsule

    Hi,
    I'm trying to connect my work PC to the internet via my TC at home. Easy, I thought.
    PC is running XP and is asking for a WEP key. I've looked at the support pages and cannot find out how to find the WEP key.
    Can I?

    Hi
    If you assigned a password to access the wireless network then that would be the WEP key. If you did not assign a password it would not ask you for a WEP key it would simply connect and access the internet and the local network. Because it is asking for a password - which you should know? Then provide it. If you've forgotten it then simply use the Airport Utility to log into your TC and change it to something more memorable.
    Tony

  • Cannot find the driver software for my printer hp 1515

    First i found it..but then i realized that it for hp 1510 printer,so i had stopped the download. but then, itry again to download but it not show the dowload for software, it only show the utility download. what should i do? i need the driver software because i'm using netbook that there's no place for cd driver to install.i want to use my printer but can't because not install yet.where can i find the driver software download?

    Hello, 
    If your PC works on Windows 7 / 8 or 8.1, then please download and run the HP Print and Scan Doctor from www.hp.com/go/tools
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • I cannot find the proper passcode for my ipad and therefore it is disabled. How can I get around this problem?

    I cannot enter the proper passcode into my ipad. Is there a way to find the proper code?

    This article contains instructions on what to do if your device is disabled:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212

Maybe you are looking for

  • Payment card security code?

    payment card security code?

  • Data upload in sap r/3

    Respected Sir, Can anybody tell me how we upload data(like word document,excel document) into SAP R/3. Actually I am  beginner, So Please suggest me as soon as possible.

  • My iMessage won't work on my iPod touch 4g

    It use to work and then one day it stopped it says after in with my apple ID it said you could not sign in please check your network connection and try again later

  • Networksetup ARD Unix command - Joining AirPort loop

    Hi, I'm attempting to mass-set a bunch of iBooks to join a specific AirPort network with a WEP key. My understanding is with ARD, I can run the following unix command en masse: 808:/ root# /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Co

  • I Can't connect to Itunes or my PC with iOS 6.1.6

    I updated my Ipod Touch 4th gen to the new IOS 6.1.6, but  I can't get it connected to Itunes or my PC, the USB port is not readable, I tried every troubleshoot on the book but nothing works. Please help....