Error with emcli setup

All emcli commands give the following error:
Error: Some required configuration is missing, corrupt, inaccessible, or insecure (access permissions are too liberal).
Resolve the problem and run setup.
java.io.IOException: No locks available
at sun.nio.ch.FileChannelImpl.lock0(Native Method)
at sun.nio.ch.FileChannelImpl.lock(FileChannelImpl.java:832)
at oracle.sysman.emSDK.emCLI.Utility.lockFile(Utility.java:425)
at oracle.sysman.emSDK.emCLI.CLIController.go(CLIController.java:303)
at oracle.sysman.emSDK.emCLI.CLIController.main(CLIController.java:157)
The label being used is EMGC_PT.12.1.0.4PG_LINUX.X64_120319.2200

Hi @W6YUM , and welcome to the HP Forums!
I see you are getting an error, but everything seems to work.  I would like to try and assist.
Before we start, what error are you getting?
Are you connected wirelessly, or USB? 
Is the on the printer or computer?
Please let me know. Thanks for posting on the HP Forums!
Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
Jamieson
I work on behalf of HP
"Remember, I'm pulling for you, we're all in this together!" - Red Green.

Similar Messages

  • Error with printer setup

    Error with printer setup but everyhing seems to be fine

    Hi @W6YUM , and welcome to the HP Forums!
    I see you are getting an error, but everything seems to work.  I would like to try and assist.
    Before we start, what error are you getting?
    Are you connected wirelessly, or USB? 
    Is the on the printer or computer?
    Please let me know. Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Error with cluster setup: Java.lang.AssertionError

    I am trying to setup a Weblogic 9.2 in a clustered Env in Windows 2003. My First machine comes up successfully but when I try to bring up the second server, I got the following error:
    <May 30, 2011 9:31:53 PM EST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetExceptionjava.lang.AssertionError: java.lang.reflect.InvocationTargetException
    Any idea what went wrong? Thanks in advance.
    Edited by: 862535 on May 31, 2011 2:51 AM

    Hi,
    I am using the startWeblogic.cmd file to start my admin server. The configurations are as follows:
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd http://www.bea.com/ns/weblogic/920/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd">
    <name>AdobeClusterTest1</name>
    <domain-version>9.2.2.0</domain-version>
    <security-configuration>
    <name>AdobeClusterTest1</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <anonymous-admin-lookup-enabled>true</anonymous-admin-lookup-enabled>
    <credential-encrypted>{3DES}X6flYzaSKVldhjc89aglUdABSB3zzVZsY9YI67ccMHrgZMaLCfNECt1V+JUIH076w2Sf7Iog+vZDHCpTplkDiHrZ/rnC6Frd</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>{3DES}f472My412IbO+dkDSoutKA==</node-manager-password-encrypted>
    <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
    </security-configuration>
    <jta>
    <abandon-timeout-seconds>600</abandon-timeout-seconds>
    </jta>
    <server>
    <name>AdminServer</name>
    <listen-address></listen-address>
    </server>
    <server>
    <name>TestServer2</name>
    <ssl>
    <enabled>false</enabled>
    </ssl>
    <machine>AdobeMachine2</machine>
    <listen-port>8002</listen-port>
    <cluster>lc8_cluster</cluster>
    <listen-address>20.2.4.52</listen-address>
    <jta-migratable-target>
    <user-preferred-server>TestServer2</user-preferred-server>
    <cluster>lc8_cluster</cluster>
    </jta-migratable-target>
    </server>
    <server>
    <name>TestServer1</name>
    <machine>AdobeMachine1</machine>
    <listen-port>8002</listen-port>
    <cluster>lc8_cluster</cluster>
    <listen-address>20.2.4.51</listen-address>
    <jta-migratable-target>
    <user-preferred-server>TestServer1</user-preferred-server>
    <cluster>lc8_cluster</cluster>
    </jta-migratable-target>
    </server>
    <cluster>
    <name>lc8_cluster</name>
    <multicast-address>239.192.0.1</multicast-address>
    <multicast-port>8011</multicast-port>
    </cluster>
    <production-mode-enabled>true</production-mode-enabled>
    <embedded-ldap>
    <name>AdobeClusterTest1</name>
    <credential-encrypted>{3DES}E0x7cApYC85prQMGcqhWRW9x123x/hPp1BB2w1x7TI=</credential-encrypted>
    </embedded-ldap>
    <configuration-version>9.2.2.0</configuration-version>
    <machine>
    <name>AdobeMachine1</name>
    <node-manager>
    <listen-address>20.2.4.51</listen-address>
    <debug-enabled>true</debug-enabled>
    </node-manager>
    </machine>
    <machine>
    <name>AdobeMachine2</name>
    <node-manager>
    <listen-address>20.2.4.52</listen-address>
    <debug-enabled>true</debug-enabled>
    </node-manager>
    </machine>
    <migratable-target>
    <name>TestServer1 (migratable)</name>
    <notes>This is a system generated default migratable target for a server. Do not delete manually.</notes>
    <user-preferred-server>TestServer1</user-preferred-server>
    <cluster>lc8_cluster</cluster>
    </migratable-target>
    <migratable-target>
    <name>TestServer2 (migratable)</name>
    <notes>This is a system generated default migratable target for a server. Do not delete manually.</notes>
    <user-preferred-server>TestServer2</user-preferred-server>
    <cluster>lc8_cluster</cluster>
    </migratable-target>
    <admin-server-name>AdminServer</admin-server-name>
    </domain>
    I have the same set of configurations on another machine. 1 works while the other did not. Any idea? Thanks again.

  • ERROR WITH ITUNES SETUP ASSISTANT

    My iTunes got corrupted and I had to delete and re-install, when I did that I now get the Setup assistant every time I click on iTunes. I attempted going to my preferences to see if there was anyway to remove but unable to locate. Also, any changes I make under my preferences such as the file path gets reset whenever I close out of iTunes and re-open. Please help

    I'm having this problem also. I tried following the instruction in the post:
    http://discussions.apple.com/thread.jspa?messageID=7973312&#7973312
    however, I stopped short of reimporting all my music as AirForceEngineer did.
    In the end, I couldn't get past the setup assistant.
    Still need a solution.
    Thanks.

  • After I upgraded my iPhone to iOS5, I had an error with iCloud setup and all my contacts are gone. Is there a way to get it back?

    My iPhone froze when it was doing the initial setup of iCloud on iOS5

    I take it you didn't read the warning prior to updating the phone. It said that you need to backup before upgrading. You have two ways. 1) load apps off your old computer. 2) Download apps one at a time. Your apps are still tide to your account and you will not be charged.

  • I set up the the sync add on and had no errors.When I sync now I get"Sync encountered an error while syncing:Firefox sync server maintenance is underway..."I have gotten this mesaage for the last 10 hours.Should I wait or is there an issue with my setup?

    I just loaded Firefox onto my laptop. I set up the the sync add on and had no errors. When I hit sync now I get "Sync encountered an error while syncing: Firefox sync server maintenance is underway, syncing will resume automatically." I have gotten this message for the last 10 hours. Should I wait or is there an issue with my setup? I checked the Mozilla sync server status and it listed no issues.

    There was a server out last week. see below. now everything works great. thanks for the follow up.
    To:
    Subject: [Bug 744289] sync107.db.scl3 down
    Do not reply to this email. You can add comments to this bug at
    https://bugzilla.mozilla.org/show_bug.cgi?id=744289
    Gregory Szorc [:gps] <[email protected]> changed:
              What    |Removed                     |Added
                Status|UNCONFIRMED                 |RESOLVED
            Resolution|                            |FIXED
               Summary|error in sync               |sync107.db.scl3 down
         Last Resolved|                            |2012-04-10 19:39:11
    --- Comment #2 from Gregory Szorc [:gps] <[email protected]> 2012-04-10
    19:39:11 PDT --- Well, this is embarrassing. It looks like one of our
    servers was down and for whatever reason we didn't notice.
    It should be working now. If you still see errors, please reopen this bug.
    Configure bugmail: https://bugzilla.mozilla.org/userprefs.cgi?tab=email
    ------- You are receiving this mail because: ------- You reported the bug.

  • Error during Portal Setup: An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount

    Error:
    Configure Portal Setup
    An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6
    This upgrade attempt has failed before permanent modifications were made. Upgrade has successfully rolled back to the original state of the system. Once the correction are made, you can retry upgrade for this role.
    Errors in the Log:
    MSI (s) (38:14) [21:30:36:094]: NOTE: custom action _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:94) [21:30:36:115]: User policy value 'DisableRollback' is 0
    MSI (s) (38:14) [21:30:36:094]: NOTE: custom action _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:94) [21:30:36:115]: User policy value 'DisableRollback' is 0
    I cannot get past this error. I am running Sharepoint Foundation 2010 with Sp1. This is on a Windows Server 2008 R2 Server +Sp1.
    Any ideas?
    David Baur

    I finally figured this out, The issue was that I had put in the Self Service Portal Computer Name and Service account into the Service Manager SQL as SysAdmin, once I removed it flew through just fine.
    David Baur

  • Error with DB instance installation on SQL Cluster environment

    Dear Experts,
    We have an issue with UAT installation of ECC 6.0 on  the following environment
    MSSQL :
    Microsoft SQL Server Management Studio                              10.0.4064.0
    Microsoft Analysis Services Client Tools                              10.0.4064.0
    Microsoft Data Access Components (MDAC)                              6.1.7601.17514
    Microsoft MSXML                              3.0 6.0
    Microsoft Internet Explorer                              8.0.7601.17514
    Microsoft .NET Framework                              2.0.50727.5446
    Operating System                              6.1.7601
    OS :
    Microsoft Windows 2008  SR2
    While running the DB instance installation with Distributed setup, we are facing the following issue during the step "Grant database access for account usm" . SAPINST is run from the central instance to install the DB instance on a separate server. (Both the servers are on the same domain). The IDs SIDADM, SAPServiceSID exists in the DB with sysadmin permissions.
    SAPINST logs is as follows
    INFO 2011-11-28 20:24:52.263
    Creating file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:24:52.263
    Removing file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:25:08.169
    Creating file C:Program Filessapinst_instdirERPEhP4AS-ABAPMSSDISTRIBUTEDDBx.
    INFO 2011-11-28 20:25:08.169
    Removing file C:Program Filessapinst_instdirERPEhP4AS-ABAPMSSDISTRIBUTEDDBx.
    INFO 2011-11-28 20:25:11.326
    Creating file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:25:11.326
    Removing file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:25:12.201
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.45.xml'.
    INFO 2011-11-28 20:25:12.576
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.46.xml'.
    WARNING 2011-11-28 20:25:14.138
    Unable to get information about path
    LABEL.ASC using GetVolumeInformation. Operating system error message: The specified path is invalid.
    WARNING 2011-11-28 20:25:14.935
    Host name has been overridden. Using host name 'eccuatad1' which might not be the real host name.
    INFO 2011-11-28 20:25:14.935
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/inifile.15.xml'.
    INFO 2011-11-28 20:25:15.44
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2011-11-28 20:25:20.513
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/keydb.15.xml'.
    INFO 2011-11-28 20:25:20.607
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.47.xml'.
    INFO 2011-11-28 20:25:20.638
    Execute step doGrantServiceRights of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0
    ERROR 2011-11-28 20:25:20.857
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'MSSQL$U001' NT service).
    ERROR 2011-11-28 20:25:20.873
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2011-11-28 20:25:20.873
    FCO-00011  The step doGrantServiceRights with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR ( Last error reported by the step :Caught ESyException in Modulecall: ESAPinstException: error text undefined.).
    Could you please let us know any resolution for this. Thank You

    Vincent,
    Thanks for the reply. Still I am not clear on how to use the STM tools in my scenario. I had issues with the domain installation with distributed in a cluster. Working with SAP and got a reply today saying that SAPINST will be modified.
    Krishna

  • Tips for blue screen (BSOD) errors with Windows Vista and Intel Turbo Memory on T61/T61p

    Important note: The symptoms and solutions described below address only a small subset of the possible causes for blue screen errors, aka BSOD. This information can help address blue screen errors specifically related to Turbo Memory, but may not solve errors related to other issues. Please read through the instructions completely, make sure they apply to your system, and after attempting the solutions please post back with your feedback for the community.
    Some users may experience random blue screen errors with ThinkPad
    systems running Windows Vista with Intel Turbo Memory hardware. These
    blue screens may occur during normal usage on the system or they may
    occur when booting into Windows Vista. Blue screens related to the
    Intel Turbo Memory hardware may reference a stop code of 8086 with
    memory address locations of {0, 0, 0, 0}.
    There are two main steps that you can take to help resolve blue screen issues related to Intel Turbo Memory.
    Step 1: Update Intel Turbo Memory Driver
    If the driver version is before version 1.0.1.1004-7.0.3.1001, please
    update to this version.
    To determine what version of the Intel Turbo Memory driver is installed:
    1.    Click Start, then click Control Panel.
    2.    Click System and Maintenance.
    3.    Click System.
    4.    Click Device Manager.
    5.    Expand the Storage controllers category.
    6.    Double-click Intel Flash Cache Logic Chip.
    7.    Click the Driver tab. Then you will see the driver version (for example, 1.0.1.1004).
    The new driver and installation instructions can be found here.
    Note: The Intel Matrix Storage Driver is updated with this package.
    Step 2: BIOS version
    If your BIOS version is older than those listed below, please update to the version listed.
    How to check your BIOS version:
    Turn off the system.
    Turn on the system.
    While the To interrupt normal startup, press the blue ThinkVantage button message is displayed at the lower-left area of the screen, press the F1 key.
    The
    BIOS Setup Utility menu will be displayed. If you have set a supervisor
    password, the BIOS Setup Utility menu appears after you enter the
    password.
    Check BIOS Version and Embedded Controller Version.
    Turn off the system.
    System BIOS versions:
    ThinkPad T61/T61p (14.1 inch widescreen with IEEE 1394 model) - BIOS version 1.22 (7LET52WW)
    Please
    remember that these updates do not solve every possible system blue
    screen, but they do resolve several problems related to the Intel Turbo
    Memory driver.
    Message Edited by Tim_Lenovo on 11-30-2007 07:03 PM
    Tim Supples
    Lenovo Social Media
    Got a question? Don't PM me, post it on the forum!
    Lenovo Blogs
    X60 Tablet SXGA+ primary, Z61p fully loaded workhorse

    Thanks Tim,
    I do have my T61p fully up-to-date to the latest drivers and updates (via System Update and the Drivers&Software web page when the former is not that up-to-date).
    At the moment the most recurrent problem is this:
    http://forum.lenovo.com/lnv/board/message?board.id=T_Series_Thinkpads&thread.id=55
    which has been longly speculated here:
    http://forum.thinkpads.com/viewtopic.php?t=47755
    My other angst is the boot-time chkdsk hang-up problem:
    http://forum.thinkpads.com/viewtopic.php?t=52765&highlight=chkdsk
    I just wonder if this purely a Vista issue when using NV cache, the disk spinning down at almost exactly 1 hour from the beginning of the chdsk operation seems too much of a coincidence.
    This is my T61p configuration:
    Intel Core 2 Duo T7700 2.4GHz
    BIOS version 1.26-1.06
    4GB RAM 2 SO-DIMMs
    nVidia Quadro FX 570m with 512MB VRAM
    WUXGA LCD
    Seagate 7200.2 160 GB
    4GB RAM 2 SO-DIMMs
    Windows Vista Ultimate 32bit (waiting to move to 64bit)
    thanks,
    andrea
    Message Edited by abarbieri on 12-05-2007 03:48 PM
    T61p - 15.4" - T7700 - FX 570M 256MB - 4GB RAM - ST916023AS - 4965AGN - BT - FPR - 9 cell - Vista Ult. x86
    T21p - 14" - PIII 850MHz - S3 Savage/IX 8MB - 512MB RAM - 100GB 7200rpm - WinXP x86

  • Tips for blue screen (BSOD) errors with Windows Vista and Intel Turbo Memory on X61/X61s

    Important note: The symptoms and solutions described below address only a small subset of the possible causes for blue screen errors, aka BSOD.
    This information can help address blue screen errors specifically
    related to Turbo Memory, but may not solve errors related to other
    issues. Please read through the instructions completely, make sure they
    apply to your system, and after attempting the solutions please post
    back with your feedback for the community.
    Some users may experience random blue screen errors with ThinkPad
    systems running Windows Vista with Intel Turbo Memory hardware. These
    blue screens may occur during normal usage on the system or they may
    occur when booting into Windows Vista. Blue screens related to the
    Intel Turbo Memory hardware may reference a stop code of 8086 with
    memory address locations of {0, 0, 0, 0}.
    There are two main steps that you can take to help resolve blue screen issues related to Intel Turbo Memory.
    Step 1: Update Intel Turbo Memory Driver
    If the driver version is before version 1.0.1.1004-7.0.3.1001, please
    update to this version.
    To determine what version of the Intel Turbo Memory driver is installed:
    1.    Click Start, then click Control Panel.
    2.    Click System and Maintenance.
    3.    Click System.
    4.    Click Device Manager.
    5.    Expand the Storage controllers category.
    6.    Double-click Intel Flash Cache Logic Chip.
    7.    Click the Driver tab. Then you will see the driver version (for example, 1.0.1.1004).
    The new driver and installation instructions can be found here.
    Note: The Intel Matrix Storage Driver is updated with this package.
    Step 2: BIOS version
    If your BIOS version is older than those listed below, please update to the version listed.
    How to check your BIOS version:
    Turn off the system.
    Turn on the system.
    While the To interrupt normal startup, press the blue ThinkVantage button message is displayed at the lower-left area of the screen, press the F1 key.
    The
    BIOS Setup Utility menu will be displayed. If you have set a supervisor
    password, the BIOS Setup Utility menu appears after you enter the
    password.
    Check BIOS Version and Embedded Controller Version.
    Turn off the system.
    System BIOS versions:
    ThinkPad X61 or X61s - BIOS version 1.06 (7NET25WW)
    Please
    remember that these updates do not solve every possible system blue
    screen, but they do resolve several problems related to the Intel Turbo
    Memory driver.
    Tim Supples
    Lenovo Social Media
    Got a question? Don't PM me, post it on the forum!
    Lenovo Blogs
    X60 Tablet SXGA+ primary, Z61p fully loaded workhorse

    Dear Tim,
    First off, many thanks for the tips for resolving BSOD with Vista + Turbo Memory on X61.  I've been suffering from this BSOD for countless times since I bought in my X61 7673-CW9 in April 2008.
    Even prior to having the pleasure to visit this wonderful forum, I followed both steps as indicated, and updated my Intel Turbo Memory driver to 1.5.0.1013 and my BIOS to 7NETB4WW (2.14).  However, the BSOD recurrs.
    For the past two months, I've recovered my system to factory default settings using Rescue and Recovery for over twenty times, each time with the latest Intel Turbo Memory driver and BIOS.  Notwithstanding that, BSOD recurrs.
    During these painful experiences, I tried two options: 1) making my X61 up-to-date by using System Update and Windows Update (including Vista SP1 or excluding Vista SP1); 2) keeping my X61 the status as factory default (i.e. without updating through either System Update or Windows Update (the automatic/scheduled update function of both is turned off)).  In either case, BSOD recurrs.
    I'm 100% positive that the BSOD does not arise from any hardware or software/firmware I install.  I never install any hardware (e.g. RAM).  And, it is not caused by any software/firmware I install: the clear and unequivocal evidence is that at one time,I encountered BSOD while having restored back to factory setting and booting for the first time.
    I live in Taiwan, and I seldom heard this BSOD here.  All of my friends (as most of Taiwan residents) using X61 operate in Traditional Chinese environment, whereas I operate in English environment.  In Taiwan, when booting for the first time after purchase/recovery, the Windows Vista Business system provides for lanuage choice (Traditional Chinese or English), and, once chosen, the language cannot be altered later on (unless, of course, the system is restored back to factory default settings).
    My system specs are the same as the day I purchased it and are listed below (as I'm not sure if my machine type X61 7673-CW9 is applicable outside Taiwan):
    Processor: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.4GHz
    Memory: 1.00 G.B.
    System: Windows Vista Business (32-bit)
    Hard Drive: 160 G.B. @ 7,200 r.p.m.
    And, of course, with Intel Turbo Memory 1 G.B.
    I contacted the Lenovo support staff here in Taiwan for countless times, but they seem to be clueless.  I learned that some friends at this forum downgraded their OS back to Windows XP, but I chose not to.  The reason is simple: my purchase price for X61 7673-CW9 includes the Intel Turbo Memory, which cannot function under Windows XP (at least so far).
    Therefore, I just wish to share my experience here and perhaps I can get some advice from you and other friends here.  Any advice will be tremendously and enormously appreciated.
    Kevin Chen @ Taiwan

  • Error with Ericsson h5321gw and IPSEC VPN-Connections

    There is an error in the Lenovo drivers [7.x] for the Ericsson h5321gw UMTS module.
    Symptoms on Windows 7 x64:
    UMTS is working fine. When you connect a vpn ipsec connection though the UMTS , the internet connection (and the vpn as well) gets unstable and has a packet loss of 30% to 50%.
    Solution:
    Install the UMTS drivers in the NDIS 5.0 mode on Windows 7. (The only problem is, that the system boot takes about 1 minute longer with the ndis 5 drivers).
    Further Reading: Message 5: http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/Outlook-Exchange-connection-unstable-on-T52...
    Howto form the Lenovo Forum:
    Force the installation to install Ericsson's vista driver instead of win7 driver. Vista driver is NDIS 5. Installation can be done.
    -> extract the Ericsson drivers package but don't let it install the driver. There should be extracted a setup.exe file
    -> do the installation with command: setup.exe /zFORCEVISTA
    This helped for us.
    Tip:
    If you want to install the win7 driver back, it can be done with command: setup.exe /zFORCEWIN7
    Otherwise using the setup.exe will install the vista ndis 5 when since it once have been told to to install it by /zFORCEVISTA
    I hope, Lenovo can solve this issue quickly.
    Greetings

    I’m not sure this is the same issue you guys are running into, but I’m using the built-in Ericsson h5321gw and ATT SIM on an i7 X1 Carbon. I am required to use a Cisco VPN Client and after connecting successfully to my VPN endpoint via ATT WWAN, I could not get any data in/out the tunnel.
    I tried in both Windows 7 and Windows 8 OS, even trying the setup.exe /zFORCEWIN7 work around to no avail.
    After doing some searching, I came across a blog post describing the same issue I had.
    There is an update to Windows’ DNE that actually solved the issue for me using the standard Erricson W8 (and W7) drivers. (I also performed the h5321gw fireware update from Lenovo, but I did that before the DNEUpdate – that alone did _not_ fix it)
    DNEUpdate x64: ftp://files.citrix.com/dneupdate64.msi
    DNEUpdate x86: ftp://files.citrix.com/dneupdate.msi
    Hope this helps.
    Credit from: http://stenby.wordpress.com/2012/10/03/cisco-vpn-client-and-built-in-lenovo-h5321gw-3g-card/

  • Error with CTC users at Solution Manager 7.1

    Error during Inital Setup at Solution Manager 7.1
    hello SAP Experts,
    I have an error during the Initial setup Solution manager 7.1 SPS3.
    I get it at SAP Solution Manager Configuration: System Preparation step 6.1 'Select SLD'.
    I filled host, port and password, status of SLD server is green, then I clicked button 'Configure SLD Data Supplier...' I have get new window, to fill in passwords and options.
    [SLD users|http://pokazywarka.pl/63hxan/] [SM2CTC & CTC2SM users|http://pokazywarka.pl/mcpakj/] (I logged into the system as a user SOLMAN_ADMIN, SLDDSUSER and SLDAPIUSER).
    After I click button 'next' an error occurred:
    Error: Execution of Function AGS_SISE_SET_CTC_STATUS ends with an error (message ID: 341, message number: No RFC authorization for function module AGS_SISE_SET_CTC_STATUS.:RFC_NO_AUTHORITY, message text: ).
    I have performed tx.Solman_setup as SOLMAN_ADMIN user.
    All steps before the an error are finished sucessfully.
    I  looking for information at Google and SAP notes but can not find anything.
    Please send any advices,
    Best regards
    SAPFan

    Hello,
    Please check my last reply to this very same issue in message:
    RFC No Authority error
    Best regards,
    Guilherme

  • Error with JDev StrutsExample

    please see Error with JDev StrutsExample
    thanks!

    Tracked down the way to solve the problem, although I'm not sure exactly why it happens.
    The issue is that somehow the struts .jar files are being removed from the StrutsExample/public_html/web-inf/lib directory by the process of upgrading the project from 9.0.5.2 format to 10.1.2. This may be deliberate to force the setup of the latest versions of common libraries - I don't really know, but because this is not a project in conventional JDeveloper format (the layout on disk is defined by the origional demo from Apache) things get screwed up.
    Anyway - the fix.
    Extract the zip to disk and take a backup of all the jars in /web-inf/lib
    Open the workspace in 10.1.2 and try and run.
    Once you get the error, restore the copied jars to the lib directory again. Run again and all will be fine.

  • ASN Reference document number is invalid error with SA

    Hi~
    We have ASN creation error with SA(Scheduling Agreement).
    Portal Menu : Delivery-Receipts and Requirements-Due List for purchasing document(Supplier)
    1. Select SA(Scheduling Agreement) line
    2. Click 'Create ASN '
    3. After enter ship from location, ASN number, Error occur
       "ASN ASN-1112, item 000001: Reference document number is invalid "
    When we execute with PO, there are no error.
    But with SA, there are always error.
    Bestregards,
    SKY

    Hi SKY
    Please make sure the external procurement releationship (SA) exists in the below transaction
    /n/sapapo/pwbsrc1 between source and destination locations. i.e shipfrom and ship to
    Also make sure that the external procurement relation ship is referenced in the transportation lane /n/sapapo/tl1
    Select your product -specific transportation lane- go to detail screen
    There you can find external procurement releationship, maintain the data
    Please enhance your master data acoringly. Afterwards you can select reference doc nomber as well as item number with the value help in the ASN creation screen. By that the reported error msg should not appear anymore.
    Or Switch off PURCH_REF_MANDATORY validation check
    i suggest you follow first method and complete the master data setup
    Best Regards
    Vinod

  • What is the guideline and/or best practice for EMC setup on ASM?

    We are going to use EMC CX4-480 for ASM storage on RAC. What is the guideline and best practice for EMC setup on ASM?
    Thanks for the advice!

    Probably a poor choice of words. Sorry.
    So basically, I have gotten further, but I just noticed related problem.
    I'm using the WebServices(WS) 1.0. I insert an account, then, on a separate WS call, I insert my contacts for the account. I include the AccountID, and a user defined key from the Account when creating the Contact.
    When I look at my Contact on the CRMOD web page, it shows the appropriate links back to the Account. But when I look at my Account on the CRMOD web page, it shows no Contacts.
    So when I say workflow or Best Practice, I was hoping for guidance on how to properly write my code to accomplish all of the necessary steps. As in this is how you insert an account with a contact(s) and it updates the appropriate IDs so that it shows up properly on the CRMOD web pages.
    Based on the above, it looks like I need to, as the next step, take the ContactID and update the Account with it so that their is a bi-directional link.
    I'm thinking there is a better way in doing this.
    Here is my psuedocode:
    AccountInsert()
    AccountID = NewAcctRec
    ContactInsert(NewAcctRec)
    ContactID = NewContRec
    AccountUpdate(NewContRec)
    Thanks,

Maybe you are looking for

  • Error in updating/inserting task in database

    When I pass in a runtimeFault Code, Detail and Summary into Flexstring1,2,3 I am getting this runtime error : Error in updating/inserting task in database. SQL Exception while updating/inserting task into the database. Check the error stack and fix t

  • Is there a way to open a local file not a web file with actionscript 3.0?

    Reason for asking is because I am making a media player in Adobe Flash CS6, and was wondering if there was anyway to make a button to open a local .fla file in a directory with ActionScript 3.0 or if there are any other ways I can achieve this? Thank

  • Javascript alert stops button firing in IE

    This isn't really an Apex issue, it seems to be the way IE works - but I wonder if anyone has a work-around? 1) I have an item with an onchange event that displays an alert - e.g. onchange="alert('Hello');" 2) I have a button SUBMIT that submits the

  • My fonts are not visible in character panel in Illustrator 5

    Hi Its kind of hard to explain. The fonts are there but I cannot see them on the list unless I roll my mouse over them. I want to reinstall the entire program but I wanted to know if anyone else has this problem. I also want to upgrade but can't unti

  • TS1424 Unknown error 5002.  Anyone know what it means?

    When trying to signup to iTunes Match i get the error:  "Could not purchase iTunes Match.  An unknown error occurred (5002). There was an error in the iTunes Store. Please try later." I"ve been trying to 3 months now! Help ! Thank you. Ed