Deploy Lenovo with SCCM and enable Bitlocker during deploying?

Hi!
Do anyone got information how to activate TPM and enable bitlocker during deploy of new Lenovo with SCCM ? 
Something like this but for Leonovo  
http://www.nullsession.com/2010/12/02/enable-tpm-in-task-sequence-with-sccm-and-cctk/
Thanks, Magnus
Solved!
Go to Solution.

jamessnarey wrote:
has anyone been successful with the WMI script on the M92p models, I recently attempted to activate the TPM using the same script that we use for our M91p and it fails.  When I check the logs, it states that access is denied, when I run it manually I get the same error (access denied).  Our lenovo rep says that you cannot use the WMI to enable the TPM and that the Enable Bitlocker step should enable the TPM.  However we automate our OS deployments so manually enabling bitlocker is not an option, any assistance or feedback is appreciated. 
I was having the same issue and I discovered another way to accomplish this task. Download this utility:
http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkcentre_bios/9sjw67usa.exe
Run the EXE to extract the files to the location of your choice, then copy them to your script location. From your script, run the following command: 
srwin.exe /tpm active
Then do a couple reboots (this may not be necessary, but I didn't have time to test it.)
There are a couple of caveats. First, the working directory must be the directory the utility is stored in (presumably so it can find the two .sys files). I.e. you can't do
c:\utilities\srwin.exe /tpm active
you have to do
cd /D c:\utilities
srwin.exe /tpm active
Also, I was attempting to run this in a WinPE session (doing OS deployment using SCCM 2012) and I was getting an 0x80070134 error in my logs. I had been using an x64 boot image, and switching to an x86 boot image resolved that issue.
Hope this helps someone.

Similar Messages

  • Windows Store .XAP files with SCCM and Intune

    I can download application .xap files from the store and install via SD Card on Windows phones, but yet SCCM will not import the .xap files - reporting that the xap file does not contain the necessary information.  Is this expected?  I can deploy
    my own signed .xap files through configmgr+intune and also deeplink apps, but not manually downloaded .xap files.
    My Personal Blog: http://madluka.wordpress.com

    Is there anywhere in all of the publications and information provided about the abilities of InTune that specifically states you cannot create packages from .xap files obtained from the Windows Store?  Also, I keep reading information that would indicate
    by using InTune in combination with SCCM, you can build app packages, not just deep links.  Does this not include those obtained from the Windows store?  This feature seems relatively useless if it only includes applications for which you have the
    source code.
    All of the information provided by Microsoft that I have read and even the sample files during the trial lead one down the path that this is how you manage software on your devices.   Deep links require a valid Microsoft account on the phone and
    then opens up the option for the end user to sync to the cloud with a personal account, along with the ability to download any app they choose, which do not show up in the inventory.  This was not our idea of application managment when we enrolled with
    this product.  Am I missing something obvious?

  • Displaying a jtree with checkboxes and enabling some default checkboxes

    I have created a jtree displaying a list of nodes hierarchically ,and created a checkbox for each node as well.
    My problem is having created the jtree with checkboxes i need to have some of the nodes in the hierarchy checked by default on first launch of the gui.To do this i read a list of treepaths from a file and would want to traverse the tree and enable the node after finding it,which is what i am having issue with.
    Your solution would be appreciated as i am a newbie and having got this far, feel like i need some back up :)
    Thanks & Regards
    Shashi

    I have created a jtree displaying a list of nodes hierarchically ,and created a checkbox for each node as well.
    My problem is having created the jtree with checkboxes i need to have some of the nodes in the hierarchy checked by default on first launch of the gui.To do this i read a list of treepaths from a file and would want to traverse the tree and enable the node after finding it,which is what i am having issue with.
    Your solution would be appreciated as i am a newbie and having got this far, feel like i need some back up :)
    Thanks & Regards
    Shashi

  • Not able to deploy application with fast-swap enabled - weblogic 10.3

    Hi ,
    When i am trying to deploy my exploded directory by adding      
    <fast-swap>
    <enabled>true</enabled>
    </fast-swap>
    to weblogic.xml , i am getting following error
    ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent
    if remove fast-swap from my weblogic.xml it deploying successfully.

    Full stack trace
    <Apr 27, 2013 10:09:52 PM EDT> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.weaving.AspectJWeavingEnabler#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver': Initialization of bean failed; nested exception is java.lang.IllegalStateException: ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent: -javaagent:spring-agent.jar.
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.weaving.AspectJWeavingEnabler#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver': Initialization of bean failed; nested exception is java.lang.IllegalStateException: ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent: -javaagent:spring-agent.jar
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         Truncated. see log file for complete stacktrace
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver': Initialization of bean failed; nested exception is java.lang.IllegalStateException: ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent: -javaagent:spring-agent.jar
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         Truncated. see log file for complete stacktrace
    java.lang.IllegalStateException: ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent: -javaagent:spring-agent.jar
         at org.springframework.context.weaving.DefaultContextLoadTimeWeaver.setBeanClassLoader(DefaultContextLoadTimeWeaver.java:82)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1322)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <Apr 27, 2013 10:09:52 PM EDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1367114948992' for task '11'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         Truncated. see log file for complete stacktrace
    java.lang.IllegalStateException: ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent: -javaagent:spring-agent.jar
         at org.springframework.context.weaving.DefaultContextLoadTimeWeaver.setBeanClassLoader(DefaultContextLoadTimeWeaver.java:82)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1322)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <Apr 27, 2013 10:09:52 PM EDT> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'PDC_1306'.>
    <Apr 27, 2013 10:09:52 PM EDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'PDC_1306'.>
    <Apr 27, 2013 10:09:52 PM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         Truncated. see log file for complete stacktrace
    java.lang.IllegalStateException: ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method. Specify a custom LoadTimeWeaver or start your Java virtual machine with Spring's agent: -javaagent:spring-agent.jar
         at org.springframework.context.weaving.DefaultContextLoadTimeWeaver.setBeanClassLoader(DefaultContextLoadTimeWeaver.java:82)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1322)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         Truncated. see log file for complete stacktrace

  • Deployment Isssue with Jboss and Blazeds

    Hi,
    I was trying to deploy Blazeds over Jboss 4.0.5.GA , for that i copied blazeds.war, ds-console.war and samples.war to Jboss deploy folder and restarted my jboss server.
    when i'm trying to access samples application by using url http://localhost:8180/samples it is throwing
    The requested resource (/ds-console/) is not available.    exception
    at Jboss console i'm geeting below error with all the three wars i deployed earlier
    status: Deployment FAILED reason: flex/messaging/MessageBrokerServlet (Unsupported major.minor version 49.0)
    state: FAILED
    watch: file:/C:/SabaWeb/JBoss_Tomcat/server/default/deploy/blazeds.war
    altDD: null
    lastDeployed: 1256250757909
    lastModified: 1256250757878
    I think that is because of i'm not using jdk 1.5 or jboss 5 insted i'm using jdk 1.4 because of some dependency for my existing application
    Please let me know which version of blazeds should i use for the above configuration (jboss 4.05 with jdk 1.4) or blazeds is not supported for jdk 1.4 at all
    the version i tried was blazeds-turnkey-3.2.0.3978
    Thanks,
    Anuj

    Remove all spaces from the directory path of where jboss is installed.
    E.g. change
    "c:\my docs\my boss dir" to
    "c:\mydocs\myjbossdir".Strange I know. It appears to be an Eclipse issue rather than a jboss issue.
    Cheers
    Steve
    P.S. You might have to change the server timeout to > 50secs (double click on server entry from within Eclipse (Ganymede)).
    Edited by: Steve-M on 16-Aug-2009 20:05

  • Deploy Images with SCCM Client Installed

    Hi everyone.
    there's one thing I have in mind for a while and haven't got a solution for it
    We use SCCM 2012 to build and create our master image with a Task Sequence
    one task before the syspreping is  "prepare configuration manager client", which from my understanding and from technet - resets all the client's unique configuration.
    conclusion - the SCCM Client is installed and "Syspreped" on our base image
    in that case, assuming we still use the same SCCM client version, is there a way to save time during the Deploy task sequence?
    the "Setup windows and ConfigMgr" step is required and it installs the SCCM Client all over again, even though it is already included in our master image.
    thanks
    Tamir Levy

    First, as noted by Daniel, the Setup Windows and ConfigMgr task does much more than simply installing the ConfigMgr agent. This is clearly indicated by the name of the task (before the "and") "Setup Windows".
    The are no true advantages to having the client agent in the image. If you are building your image with ConfigMgr though, it is unavoidable. Yes having it in the image should save time by not having to reinstall the pre-reqs -- most are pretty trivial though
    but you may gain a bit although I can't say I've ever timed it.
    There is no time savings to be had here, the client agent must be either installed or re-installed during the deployment TS, this is unavoidable. You'll need to look elsewhere if this is a required goal.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Deploying Applications with SCCM 2012 R2 to Server 2008 R2 RDS servers

    I'm having some trouble finding some concrete information from Microsoft regarding the deployment of applications to RDS servers using SCCM 2012 R2. There seems to be a lot of conjecture, old information and old wives tales floating around and I was hoping
    I could get some information confirmed!
    1. MSI installs automatically switch to install mode on RDS servers? 
    I've seen this mentioned a few times. I've also seen it mentioned that it is only true when running the MSI from the console session manually (i.e clicking the MSI file) not running as SYSTEM as SCCM would usually do. Can someone confirm if they do this
    themselves or not?
    2. Users still logged in when deploying applications? 
    Is it possible to deploy an application while users are still logged in? Is this only related to going into 'install' mode and taking the chance that a user will do something that will cause issues? Or is it known to cause issues?
    I guess those are the main ones, I'm experienced in SCCM but not with deploying to RDS servers, I cant seem to find any straight answers!
    Anyway, thanks in advance!

    I've never had large enough RDS environment to use SCCM for app push, but from my experience in managing 2012/R2 RDS and local installs, I never bother with switching to install mode anymore and it works fine.  Now if you're skeptical, you can
    easily build this into a script that runs as a pre-req to your .MSI as part of the software package in SCCM so it's not a big deal.
    As for installing apps while users are logged in, shouldn't be a problem if you're installing a new app., if however you're updating an existing application or uninstalling it, then it may be best to drain that RDS host first of all user sessions then do
    the work just to be safe.  this also helps avoid reboots.

  • APP V 5.0 configuration with SCCM and APP V Client Settings

    Hi All
    If some one is already worked on APP V 5.0 server and client setup kindly  provide me complete details of APP V 5,0 sp2 installation instructions of client and management server, publishing and SQL server. I have a requirement of to publish the application
    through APP V 5.0  management server to citrix server. Our envrionment is based on citrix. So I need a clear information of setting up the server and publishing the app v client on citrix server.
    End to End details. We have 140 citrix servers in future mode here is the requirement. In the current environment we have 80 citrix server and we have one admin security group and another one is user security group. In the User security group we had added all
    the domain users and publishing to the citrix servers.
    Can we configure SCCM with citrix server?
    Example : We need to publish one single application (APP v 5.0) in All the citrix servers in single instance.
    If yes possible then what would be procedure to configure and what would be app v client settings.
    Regards,
    Deepak Kumar

    Google or Bing is your friend in this situation. What version of XenDesktop\XenApp?
    You should be able to figure it out with these resources and more. There's many blog posts too..
    Deploying App-V 5.0 with XenDesktop 7 and XenApp 6.5
    http://blogs.citrix.com/2013/10/31/guide-for-deploying-app-v-5-on-xendesktop-7-and-xenapp-6-5/
    An hour long step by step video:
    https://www.youtube.com/watch?v=q_JpUP_fqYQ
    SCCM 2012 Citrix Connector
    http://www.citrix.com/content/dam/citrix/en_us/documents/partner-documents/citrix-xenapp-65-sccm-2012-connector-sp1.pdf
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • Buttons just appearing as text for certain clients until enabled with onClick and enabled

    Would anyone know why buttons may disappear for some clients but not others.   I'm not finding a consistent pattern.  When I sign in locally or through vpn they display and behave properly, but when I sign in externally via Chrome or IE 11
    sometime the buttons only appear as text other disable buttons that are enabled on click.  I have a laptop with ie11 Win8 and desktop with ie11 win7.   The laptop displays the buttons proper behavior and the desktop does not.  
    anyone have any ideas.  Someone was working on the server recently and I'm wondering if any IIS setting may cause this problem.  Thanks for help!
    Buttons original state:
    <td><asp:Buttonrunat="server"Text="Print"ID="btnPrint"CssClass="tablerowheader"Enabled="False"/>
    <asp:Buttonrunat="server"Text="Submit"ID="btnSubmit"OnClick="btnSubmit_Click"
    CssClass="tablerowheader"Enabled="False"/></td>
    Buttons action:
    <asp:checkbox runat="server" id="chkSignature" onclick="EnableSubmitButton(this)" text="I Agree" Font-Bold+"true" checked="False">

    Solved.  The disabled status was being overwritten as null.

  • How to convert WAR application to be able to deploy it with JSPM and SDM?

    We have to be able to deploy an application packaged in WAR file usign the JSPM and SDM GUI tools.
    Using the Deploy tool there are no problems to build EAR file from the WAR and deploy it successfully to tha Application Server.
    How should we convert our WAR application, or the EAR file created with the DeployTool in order to be able to use these 2 tools?
    Using that EAR file with the JSPM and SDM GUI tools doesn't work:
    JSPM
    The ear file is copied in the inbox directory, but there is the following message:
    No applicable support package stack(s) found for deployment in inbox directory
    server\sapmnt\trans\EPS\in
    SDM GUI:
    When providing the EAR file created with the DeployTool, the SDM GUI fails to add it:
    com.sap.sdm.util.sduread.IllFormattedSduFileException: The information about the development component found in the manifest is either missing or incomplete!
    Manifest attributes are missing or have badly formatted value:
    attribute keylocation is missing
    attribute keyname is missing
    attribute keyvendor is missing
    attribute keycounter is missing
    After adding these attributes, we couldn't manage to provide valid manifest header.
    How can we modify/create valid manifest in order to be able to use the SDM GUI tool?
    Please, give us directions how to convert our WAR package in order to use these tools?

    Hi Sam
    Check out the below link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1b/92e4e701b242c2833a7adde6ecad09/frameset.htm
    If you have an already built war file then most probably the easiest way to assemble it and deploy it will be to use the deploy tool (http://help.sap.com/saphelp_nw04/helpdata/en/35/e3ee3da7138e5be10000000a114084/frameset.htm) Usually we use the NetWeaver Developer Studio to build and deploy J2EE Applications (http://help.sap.com/saphelp_nw04/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm).
    OR
    As i understand you the source files arent available so rebuilding is out of question.
    0. Add web-j2ee-engine.xml in the same path as web.xml
    <web-j2ee-engine>
    <login-module-configuration/>
    </web-j2ee-engine>
    1. Create a Dummy EAR file.
    2. Add the WAR file to the base directory (path should be blank if you view the EAR in WinZip).
    3. Open the application.xml and add the entry for the WAR file
    <application id="Application_ID">
    <display-name>EAR_Name</display-name>
    <module id="WebModule_1127381405488">
    <web>
    <web-uri><WAR NAME>.war</web-uri>
    <context-root>sampleContextRoot</context-root>
    </web>
    </module>
    </application>
    Note: The number in module id has some significance, for the time being you have any random number.
    Deploy the EAR.
    Reward points if usefull

  • USSD dialing on lenovo with sim card enabled

    I have Lenovo T540p running Windows 8 64 bit. I have installed Mobile Broadband and I am able to browse the internet with the sim card. But the problem is that there is no sevice to access and dial the sim card from the desktop. I can't check balance or load airtime from the desktop. Is there a driver that I need to download so that I can be able to do USSD comand and load airtime? I don't have to remove sim card, load airtime and replace again everytime.

    hi omidboxter,
    For using the SIM card (selected models), you will need to:
    1. Make sure the Wide Wireless Lan Driver is installed (see device manager)
    2. Make sure the SIM card is activated and you're within the network coverage area
    3. Use your carrier''ss 3G/4G mobile broadband software to connect (i.e., VZAccess Manager for Verizon, Sprint SmartView for Sprint, etc.)
    For removing the SIM card:
    1. You need to push the SIM card in to eject it. If the SIM card is not ejecting and just keeps being pushed inside, the SIM card slot's spring maybe damged (inserting the SIM card in the wrong direction can damage the SIM card slot), If this happens, you will need to use a Tweezer to take it out.
    Hope this helps.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Deploy patches with SCCM 2012

    Hi,
    I have deployed non-security patches using SCCM 2012 for all Office products. However found some of the machines which is installed only Office 2007 still received Office 2010 updates. Is that expected behaviour. Can someone please confirm. 
    Regards,
    Madhan

    You might have office 2010 components installed (or viewers).
    Where do you see the updates on the clients?
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • Deploying XP with IDE and S-ATA

    Hello,
    anyone knows, what to do to deploy XP (Image) on worstations with serial ATA
    / IDE HDs?
    Regards Udo

    On Mon, 09 Jul 2007 13:51:15 GMT, Udo Czygan wrote:
    > OK it works using Imaging machine 7.x
    also it sometimes work if you use the latest patches and set the sataa hd
    to combinded mode
    If you have already compiled drivers or have linux.2 please put them on
    http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    Live BootCd and USB Disk from Mike Charles
    http://forge.novell.com/modules/xfmod/project/?imagingx
    eZie http://forge.novell.com/modules/xfmod/project/?ezie
    Marcus Breiden
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.didas.de

  • Problem with item and/or data during page-processing-PS/SQL

    Greetings!
    On my page I have a custom report (from 2 tables) and a small form-field, that adds and edits data in the report. After generating the form with the wizard I added an extra item, to store the id from one of the tables from the report data.
    Now, on submit a calculation should take place, that updates data according user input with a procedure in Page-Prosseses:
    declare a number;
    begin
    case :PLATZ
    when 1 then a:=100;
    when 2 then a:= 50;
    else a:=25;
    end case;
    update TBL_MITGLIEDER set TURNIERPUNKTE = TURNIERPUNKTE + a
    where ID_MITGL = :P14_ID_MITGL;
    end;
    :PLATZ is user selected (1,2,3), :P14_ID_MITGL stores the reference to TBL_MITGLIEDER (and shows the change, when I select another record)
    As I understand, that process should also run, when I submit a chance, but nothing happens then.
    But when I try to save a new record (which worked without any problems before adding that process), I get this error message:
    ORA-06550: line 1, column 64: PL/SQL: ORA-00957: duplicate column name ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
         Error      Unable to process row of table TBL_TURNIERSIEGER.
    Then, when I go back into the app-builder and try to run the page again, I get this message:
    ORA-01403: no data found
         Error      Unable to fetch row.
    I am not sure, if you guys have all the information you need, to know whats going on. Maybe this has to do with session-id and the whay, items are updated. I hope you can help me.
    Thanks, best regards,
    tobi

    First can you please post all log file errors
    >> I can't really give you a solution or specific recommendation since I did not saw this error yet myself, but on your own risk you can try:
    1. You may try to just register 'dts.dll' using regsvr32.exe, but this error may indicate a bigger problem with setup.
    If you are running SQL Server 64bit then try running this at the command prompt: %windir%\syswow64\regsvr32 "%ProgramFiles(x86)%\Microsoft SQL Server\90\dts\binn\dts.dll"
    2. You can try reinstall from start (In this case you have to make sure that you un-install all)
    [Personal Site] [Blog] [Facebook]

  • How to change data source name and context root during deployment

    Hi,
    Env:
    WLS 10.1.3
    JDev 11.1.1.6
    Hudson
    I need to deploy two instances of my ADF application on the same development enviroment. We are using Hudson to deploy. My question is how to change data source name and application context root before second deployment.
    Kuba

    I don't believe there is an inbuilt facility to do this.
    Previously how I've done this is when checking files out using Hudson jovs, before the build I then use an Ant extension called XmlTask (http://www.oopsconsultancy.com/software/xmltask/) to modify the required XML files.
    Can I ask why you're doing this in the first place please? Multi-tenancy? 2 versions of the same app?
    CM.

Maybe you are looking for

  • There is a problem with adobe acrobat reader please exit adobe acrobat reader and try again 101:101

    I'm trying to access some web PDF files via SharePoint Application but i got this error message "there is a problem with adobe acrobat reader please exit adobe acrobat reader and try again 101:101" my operating system is Win 7 and I'm using Adobe Acr

  • Where are real files?

    Hi guys! Maybe somebody knows... I drag and drop video file from the library of Aperture 3 to desktop, but these things (it is obviously not real media files) weight now, for example, about 15 kb for file of half minute HD video... And I can watch th

  • Table for transport request deleted.

    hi, Can anyone please tell me the table name where transport request which are deleted are stored. Sonali.

  • Best Way of Preparing a System Install Ahead of Time

    I was wondering what is the easiest way to prepare a system for installation on a computer?  Normally I'd boot up the installation disk and set things up, select basic packages etc.  Then I'd set up the sound, X, and a desktop environment.  But this

  • Lost app store icon.

    I have lost the app store icon on my ipad2. I went thru settings to reset the home screen layout and it did not fix the problem. Any other ideas?