Template Failure

I have been using DWCS4 for two years on my Windows 7 laptop successfully.
Recently, a little blue and gold shield has been attached to the shortcut icon on the taskbar. The icon in All programs lost it's artwork and appeared as unrecognized.
When this happened, my templates no longer translate the properties to the newly created pages. The fonts are wrong and the colors for the background were white not gold like they always had previously.
I ran a thorough virus scan on my entire computer and then again on the program itself, both reported no errors.
I  need help quickly, my sites are not updateable because when I update the templates they lose the original properties.
Just so you know I have also posted this on Windows 7 Knowledge Base in case it is a Windows 7 update problem.
Has anyone else experienced this?

Please ensure your Template contains valid code and paths are correctly pointing to files in your site folder.
Code Validation Tools
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
JavaScript - http://www.jslint.com/
PHP -  http://phpcodechecker.com/
If this problem occured immediately following a Windows7 update, Windows Restore may be used to rollback your system to a point before the update.
http://www.computerhope.com/issues/ch001334.htm
Hope this helps,
Nancy O.

Similar Messages

  • SharePoint 2007 to 2013 Upgrade - Load Control Template Failures

    I am trying to upgrade SharePoint 2007 content databases to 2013 using 2010 as interim migration platform.
    When the databases are attached and upgraded to 2010, everything works fine. Once the databases are moved to 2013 environment and upgraded, the sites start to fail. Some pages/sites open up fine but most of the time they take a long time loading and ultimately
    return 'Sorry something went wrong' errors and logs point to load control template failures. The errors are not specific to one site or one specific set of files, every time I try to open the page I get failure with a new random ascx file. I have tried a lot
    of things but nothing has worked so far. It is really getting really hard to get to the root of the problem. I would really appreciate if someone can help me with fixing the issue.
    Here is what I have tried to far to try to fix the issue:
    1- Restarted IIS on all WFEs (2013)
    2- Cleared Configuration Cache and restarted everything
    3- Tried to manually change the layouts folder path under IIS site for the web application
    4- Cleared .net temporary files 
    5- Setup whole new 2013 environment on a single server as WFE/APP and tried restoring to this new Farm, faced exactly the same issue.
    6- Tried to upgrade Web application under 2010 to use Claims Based Authentication and then Upgrade to 2013, still same issue.
    7- Attached classic mode databases to 2013 then upgraded from within 2013 to claims based authentication but this did not affect anything related to control templates.
    PS. There are some customizations in the original 2007 farm (a few Fab 40 templates and 3-4 third party solutions), none of which have been deployed to upgraded enviornments. Does this have anything to do with load control template failures? Although the
    error is thrown even on sites that did not use custom templates.
    Is there anything I can do to fix this? This is kind of a major road block now and really affecting our migration schedule. I hope someone can help or direct me in the right direction. Thanks.

    AB
    Please share ULS log for more detail.
    As for now you can check with user control appearing randomly in error if any of these contains " &#44
    " code in page directive or reference directives and replace them with comma ",". Fab 40 controls do not work straight away in SharePoint 2013. you need to have install then one by one after copying them over to
    new environment. User PowerShell command to Install them. Please share log detail

  • SP2 Weblogic Integration Template Production Mode Failure

    I was surprised that in SP2, this simple failure is still not fixed:
    Launch configuration wizard.
    Choose Integration Template
    Choose Express Configuration
    Choose Production Mode
    Launch new domain
    You'll see the startup fails because the WLI tables are missing. This
    was broken in every release so far, and is pretty sad since it's one of
    the most basic things you can do with WL.

    Figured it out. When you try to create a new domain, it must be created in development mode (even if you want to run it in production mode). Start it at least once in development mode before trying to start it in production mode. To change whether the server starts in development or production - edit the setDomainEnv.sh file (in the same directory as config.xml). Towards the bottom of the file, there is an if condition that looks like this:
    if ("" = "true"){
    change it to
    if ("true" = "true) {
    then your server will start in production mode.

  • .rtf template and bi server repository failure (newbee tutorial)

    I've installed BISE1 on Windows Server 2003 and followed the tutorial. I successfully fulfilled all the excercises except the last one: the creation of Oracle BI Publisher Report from BI Server Metadata. I have created .rtf template in Word. The preview of the template is working showing data. But when I connect to BI Publisher and open From BI Server report and click View I get the message: "The report cannot be rendered because of an error, please contact the administrator." And as the error detail: String index out of range: -1
    What could be the reason of that problem? Or where to search for the solution of that problem?
    Any help for newbee will be appreciated.
    Regards
    Adam

    Hi,
    I am having the exact same issue.
    I've created a .rtf template using Oracle BI Publisher Desktop. I insert a very simple table and a very simple Chart (a bar graph) just to test it out. The table and the chart wwere showing correct data in the rtf and the pdf when I preview it on the BI server located on my local machine, and when I click on validate template in word, no errors were found. However when I run the pdf in the client BI Publisher Server, the charts doesn't show up in the pdf output while the other contents (headers, tables) are displayed correctly. If I select the html output in the client BI Publisher server, it gives the same error mention above: The report cannot be rendered because of an error, please contact the administrator." And as the error detail: String index out of range: -1
    What security configurations do I have to check? If anyone can give a more detail explanation on this will be greatly appreciated. Thanks in advance!

  • Collaboration Room Template Rebuild Failure

    I was trying to rebuild a room template by using the same name. So what I did was that I duplicated the old one and gave it a unique name and deleted the old one. Then I tried to create a new template using the same name as the one I just deleted. It didn't let me move to the next step and gave an error message saying no valid name specified. The old template is gone no longer to be found nowhere not even in the backend. Any advice. Thanks

    I was able to Delete the Room Template and create a new one with the same Name as the Room Template deleted before.
    Steps:
    1. Delete Room Template
    2. Go to PCD Inspector
    3. In PCD Inspector Navigate to Portal Content > com.sap.ip.collaboration > RoomTemplateVersion
    4. Delete the Folder of the Template you just deleted
    5. Create a new Template with the Name of the Room Template created before
    It should work fine. I've done it twice.
    Point's appreciated

  • Partial template specialization failure

    The code below fails to compile with the compiler version Sun C++ 5.9 SunOS_i386 Patch 124864-10 2009/02/03
    bash-3.00$ CC -library=stlport4 /tmp/junk.cc -o /tmp/junk
    "/tmp/junk.cc", line 17: Error: Multiple declaration for is_equal_size<std::string, void>::value().
    "/tmp/junk.cc", line 21: Where: While specializing "is_equal_size<std::string, void>".
    "/tmp/junk.cc", line 21: Where: Specialized in non-template code.
    <same errors for all instantiated permutations>
    #include "iostream"
    #include "string"
    template <typename T, typename U> struct is_equal_size {
    bool value() { return sizeof(T) == sizeof(U); }
    template <> struct is_equal_size<void, void> {
    bool value() { return true; }
    template <typename U> struct is_equal_size<void, U> {
    bool value() { return false; }
    template <typename T> struct is_equal_size<T, void> {
    bool value() { return false; }
    int main() {
    struct is_equal_size<std::string, void> sv;
    struct is_equal_size<void, void> vv;
    struct is_equal_size<void, std::string> vs;
    struct is_equal_size<std::string, std::string> ss;
    std::cout << sv.value() << std::endl;
    std::cout << vv.value() << std::endl;
    std::cout << vs.value() << std::endl;
    std::cout << ss.value() << std::endl;
    return 0;
    }

    Yes, this appears to be a bug in the C++ compiler. Please file a bug report at
    [http://bugs.sun.com]
    For the test case, neither iostream nor std::string class is needed to demonstrate the bug. Please use a dummy struct instead of std::string, and remove the iostream I/O. Then you don't need to include any headers.
    BTW, when posting code here in the Forum, please put the source code inside code tags. Although this particular example was readable, in general the Forum software will otherwise interpret special characters as formatting directives.

  • Error while uploading Template

    Error while uploading Template in Internet Procurement Catalog Administrator responsibility
    I downloaded "Item Price" and i had one item onto spread sheet and tried to upload in above responsibility.
    This is how header level is in the template and line level has item information.
    #ENCODING     Cp1252                                                  
    Language Section*     EN-US                                                  
    Catalog Section     Supplier*      Title                                             
         FEDERAL INDUSTRIES     Test Catalog     
    ***********When i looked into log file i see error message ********************
    [5/20/11 7:58:13 PM] <INFO> Session language altered to AMERICAN
    [5/20/11 7:58:13 PM] <INFO> Session territory altered to AMERICA
    [5/20/11 7:58:13 PM] <INFO> ********** Loader started **********
    [5/20/11 9:35:08 AM] <ERROR> USR:MSG:POM_CAT_MISS_LANG_SEC
    [5/20/11 9:35:08 AM] <ERROR> -> Missing Language Section.
    [5/20/11 9:35:08 AM] <INFO> *********************
    [5/20/11 9:35:08 AM] <ERROR> Failure Message is ::
    [5/20/11 9:35:08 AM] <ERROR> USR:MSG:POM_CAT_MISS_LANG_SEC
    [5/20/11 9:35:08 AM] <INFO> *********************
    [5/20/11 9:35:08 AM] <INFO> Job failed
    [5/20/11 9:35:08 AM] <INFO> ********** Loader stopped **********
    I already had language section in the template as shown above, not sure why it is giving error.
    could you please let me know how to troubleshoot
    Edited by: 855902 on May 20, 2011 5:02 PM

    Hi,
    We believe you are getting this error because of some kind of format issue in the flat file which you are loading..
    You can refer below URL:
    http://appswork.blogspot.com/2009/09/catalog-loader.html
    /S.P DASH

  • Creation of domain using template

    Hi All,
    I have been trying to create a domain in weblogic 10.3 using the template . The domain gets created as well the server starts but when I try to deploy my application , I get following error
    <May 10, 2010 4:58:16 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listen
    er weblogic.wsee.deploy.ServletDeployListener failed: weblogic.wsee.deploy.WSEES
    ervletEndpointException: Failed to prepare wsse module: admin-tools.war.
    weblogic.wsee.deploy.WSEEServletEndpointException: Failed to prepare wsse module
    : admin-tools.war
    at weblogic.wsee.deploy.ServletDeployListener.contextPrepared(ServletDep
    loyListener.java:32)
    at weblogic.servlet.internal.EventsManager$FireContextPreparedAction.run
    (EventsManager.java:487)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.EventsManager.notifyContextPreparedEvent(Ev
    entsManager.java:156)
    Truncated. see log file for complete stacktrace
    weblogic.wsee.ws.WsException: weblogic.wsee.security.configuration.WssConfigurat
    ionException: Certificate Alias not supplied
    at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:130)
    at weblogic.wsee.deploy.ServletDeployListener.contextPrepared(ServletDep
    loyListener.java:29)
    at weblogic.servlet.internal.EventsManager$FireContextPreparedAction.run
    (EventsManager.java:487)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    Truncated. see log file for complete stacktrace
    weblogic.wsee.security.configuration.WssConfigurationException: Certificate Alia
    s not supplied
    at weblogic.wsee.security.policy.SecurityPolicyCustomizer.init(SecurityP
    olicyCustomizer.java:69)
    at weblogic.wsee.security.policy.SecurityPolicyCustomizer.process(Securi
    tyPolicyCustomizer.java:75)
    at weblogic.wsee.policy.runtime.PolicyServer.processAssertions(PolicySer
    ver.java:199)
    at weblogic.wsee.policy.runtime.PolicyFinder.readPolicyFromStream(Policy
    Finder.java:99)
    at weblogic.wsee.policy.runtime.PolicyFinder.loadPolicies(PolicyFinder.j
    ava:179)
    Truncated. see log file for complete stacktrace
    weblogic.wsee.security.configuration.WssConfigurationException: Certificate Alia
    s not supplied
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initSSLCredent
    ial(ServerBSTCredentialProvider.java:224)
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initCredential
    s(ServerBSTCredentialProvider.java:97)
    at weblogic.wsee.security.configuration.WssConfiguration.initDefaultConf
    iguration(WssConfiguration.java:367)
    at weblogic.wsee.security.configuration.WssConfiguration.init(WssConfigu
    ration.java:128)
    at weblogic.wsee.security.configuration.WssConfiguration.getSupprotedTok
    ens(WssConfiguration.java:182)
    Truncated. see log file for complete stacktrace
    >
    <May 10, 2010 4:58:17 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred
    in the execution of deployment request with ID '1273490845596' for task 'weblogi
    c.deploy.configChangeTask.0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
    oduleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    Truncated. see log file for complete stacktrace
    weblogic.wsee.security.configuration.WssConfigurationException: Certificate Alia
    s not supplied
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initSSLCredent
    ial(ServerBSTCredentialProvider.java:224)
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initCredential
    s(ServerBSTCredentialProvider.java:97)
    at weblogic.wsee.security.configuration.WssConfiguration.initDefaultConf
    iguration(WssConfiguration.java:367)
    at weblogic.wsee.security.configuration.WssConfiguration.init(WssConfigu
    ration.java:128)
    at weblogic.wsee.security.configuration.WssConfiguration.getSupprotedTok
    ens(WssConfiguration.java:182)
    Truncated. see log file for complete stacktrace
    >
    <May 10, 2010 4:58:18 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for
    message 149004
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
    oduleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    Truncated. see log file for complete stacktrace
    weblogic.wsee.security.configuration.WssConfigurationException: Certificate Alia
    s not supplied
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initSSLCredent
    ial(ServerBSTCredentialProvider.java:224)
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initCredential
    s(ServerBSTCredentialProvider.java:97)
    at weblogic.wsee.security.configuration.WssConfiguration.initDefaultConf
    iguration(WssConfiguration.java:367)
    at weblogic.wsee.security.configuration.WssConfiguration.init(WssConfigu
    ration.java:128)
    at weblogic.wsee.security.configuration.WssConfiguration.getSupprotedTok
    ens(WssConfiguration.java:182)
    Truncated. see log file for complete stacktrace
    >
    <May 10, 2010 4:58:18 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were d
    etected while initiating deploy task for application 'TestEAR'.>
    <May 10, 2010 4:58:18 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for
    message 149004
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
    oduleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    Truncated. see log file for complete stacktrace
    weblogic.wsee.security.configuration.WssConfigurationException: Certificate Alia
    s not supplied
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initSSLCredent
    ial(ServerBSTCredentialProvider.java:224)
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initCredential
    s(ServerBSTCredentialProvider.java:97)
    at weblogic.wsee.security.configuration.WssConfiguration.initDefaultConf
    iguration(WssConfiguration.java:367)
    at weblogic.wsee.security.configuration.WssConfiguration.init(WssConfigu
    ration.java:128)
    at weblogic.wsee.security.configuration.WssConfiguration.getSupprotedTok
    ens(WssConfiguration.java:182)
    Truncated. see log file for complete stacktrace
    >
    <May 10, 2010 4:58:18 PM IST> <Error> <Console> <BEA-240003> <Console encountere
    d the following error weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
    oduleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:58)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:42)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
    va:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
    ava:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.jav
    a:16)
    at weblogic.application.internal.DeploymentStateChecker.prepare(Deployme
    ntStateChecker.java:155)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(App
    ContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.cr
    eateAndPrepareContainer(ActivateOperation.java:197)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
    Prepare(ActivateOperation.java:89)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.pr
    epare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
    entPrepare(DeploymentManager.java:723)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploy
    mentList(DeploymentManager.java:1190)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare
    (DeploymentManager.java:248)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.pre
    pare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.wsee.security.configuration.WssConfigurationException: Certi
    ficate Alias not supplied
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initSSLCredent
    ial(ServerBSTCredentialProvider.java:224)
    at weblogic.wsee.security.bst.ServerBSTCredentialProvider.initCredential
    s(ServerBSTCredentialProvider.java:97)
    at weblogic.wsee.security.configuration.WssConfiguration.initDefaultConf
    iguration(WssConfiguration.java:367)
    at weblogic.wsee.security.configuration.WssConfiguration.init(WssConfigu
    ration.java:128)
    at weblogic.wsee.security.configuration.WssConfiguration.getSupprotedTok
    ens(WssConfiguration.java:182)
    at weblogic.wsee.security.policy.SecurityPolicyCustomizer.init(SecurityP
    olicyCustomizer.java:56)
    at weblogic.wsee.security.policy.SecurityPolicyCustomizer.process(Securi
    tyPolicyCustomizer.java:75)
    at weblogic.wsee.policy.runtime.PolicyServer.processAssertions(PolicySer
    ver.java:199)
    at weblogic.wsee.policy.runtime.PolicyFinder.readPolicyFromStream(Policy
    Finder.java:99)
    at weblogic.wsee.policy.runtime.PolicyFinder.loadPolicies(PolicyFinder.j
    ava:179)
    at weblogic.wsee.policy.runtime.PolicyFinder.loadPolicesFromZip(PolicyFi
    nder.java:200)
    at weblogic.wsee.policy.runtime.PolicyFinder.loadPolicies(PolicyFinder.j
    ava:154)
    at weblogic.wsee.deploy.WSEEModule.loadPolicies(WSEEModule.java:364)
    at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:124)
    at weblogic.wsee.deploy.ServletDeployListener.contextPrepared(ServletDep
    loyListener.java:29)
    at weblogic.servlet.internal.EventsManager$FireContextPreparedAction.run
    (EventsManager.java:487)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.EventsManager.notifyContextPreparedEvent(Ev
    entsManager.java:156)
    at weblogic.servlet.internal.WebAppServletContext.initContextListeners(W
    ebAppServletContext.java:1766)
    at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletC
    ontext.java:1126)
    at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.jav
    a:449)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:424)
    at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.ja
    va:910)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364)
    >
    My application is not using any type of webservice . I am not sure what configuration I am missing.
    Please let know if you need any further information from my side.
    Thanks
    Abhijeet

    Hi Sandeep,
    Thanks for your reply , there was no Web Service Security mentioned .
    But I guess I found out the Reason , In my base domain under Admin Server , the Private Key Alias is set to DemoIdentitykey and Private Key phrase is too set with some encrypted value. When I exported the template these values were not passed to the new domain from template .
    So In my new domain Private Key Alias (AdminServer --> SSL) and Private Key Phrase are empty.
    Can somebody help me how to generate Private Key Alias and Private Key phrase please or how can i add them in the template.
    When I directly copied these two value from my old domain's config.xml to new domain's config.xml I got the below error.
    <May 11, 2010 4:20:11 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server s
    ubsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationT
    argetException
    java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityPro
    xy._invokeServiceMethod(DescriptorManager.java:175)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityPro
    xy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(Des
    criptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(Abstract
    DescriptorBean.java:990)
    at weblogic.management.configuration.SSLMBeanImpl.getServerPrivateKeyPas
    sPhrase(SSLMBeanImpl.java:1152)
    Truncated. see log file for complete stacktrace
    java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityPro
    xy._invokeServiceMethod(DescriptorManager.java:173)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityPro
    xy.decrypt(DescriptorManager.java:192)
    Truncated. see log file for complete stacktrace
    weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.
    JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
    yptBytes(JSafeEncryptionServiceImpl.java:78)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
    yptString(JSafeEncryptionServiceImpl.java:94)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt
    (ClearOrEncryptedService.java:87)
    at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    Truncated. see log file for complete stacktrace
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad b
    yte.
    at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
    yptBytes(JSafeEncryptionServiceImpl.java:68)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
    yptString(JSafeEncryptionServiceImpl.java:94)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt
    (ClearOrEncryptedService.java:87)
    Truncated. see log file for complete stacktrace
    >
    <May 11, 2010 4:20:11 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FAILED>
    <May 11, 2010 4:20:11 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical
    service failed. The server will shut itself down>
    <May 11, 2010 4:20:11 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FORCE_SHUTTING_DOWN>
    Stopping PointBase server...
    PointBase server stopped.
    Autonomy server stopped.
    Please let me know if you need any further information from my side.
    Thanks
    Abhijeet

  • Remote Install Failure on AIA3.0

    Hi,
    Remote Install Failure on AIA 3.0:
    AIA 3.0 installations on Windows XP-Pro is failing in Step 4 of 11 with the Error
    "Node manager is down or the username and password entered is incorrect"
    Details on the installation are as follows:
    1) Installation is done on a Windows-XP 32 bit SP2, RAM - 4 GB.
    2) SOA Suite 11gR1 PS1 and Weblogic 10.3.2 successfully installed.
    3) SOA managed server, Admin server and node manager are running successfully on remote server.
    4) The status of Node manager is reachable and has been confirmed through the admin console.
    5) When installing AIA 3.0 use Remote Install option, the 4th step is failing after providing the node manager credentials of remote server.
    Error message is "Node manager is down or the username and password entered is incorrect".
    6) We given remote server configuration on 4th step (Host Name, Admin Port, Domain name, user/pass).
    7) The Remote WLS Server is reachable.
    8) Installer is always looking local node manager is not looking for Remote node manager which one is running on remote machine.
    Error Log
    Adding C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM for deletion.
    Adding to classpath:file:/C:/WINNT/TEMP/OraInstall2010-04-29_04-25-49PM/ext/jlib/soawl.jar
    Adding to classpath:file:/C:/WINNT/TEMP/OraInstall2010-04-29_04-25-49PM/ext/jlib/template.jar
    null
    configFileName:C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\footprint.xml
    osName:Windows XP
    Inside startPreReqOperation...prereq
    osName:Windows XP
    diskSpaceRequirements from engine:Home id =SoftwareOnlyOraclehome name=Oracle home variable=%AIA_HOME_PATH% fixedSpace=2048 unit=MB condition=null totalSpaceRequired=0 isConditionSatisfiedfalse
    entryPoint: entryPoint = oracle.installType.all condition = null className = null
    contextFile:C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\prereq\oui\agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of 5.1,5.2,6.0,6.1
    Actual Result: 5.1
    Check complete. The overall result of this check is: Passed
    Check Name:ServicePackChecks
    Check Description:This is a prerequisite condition to test whether the Service Pack level recommended for installing the product is available on the system.
    Expected result: 2
    Actual Result: 2
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 3191MB
    Check complete. The overall result of this check is: Passed
    Property File location: D:\AIA3.1\New Folder\cd\Disk1\install\win32\aiaoneclick.properties
    Item State: javax.swing.JComboBox[,170,52,262x18,invalid,layout=com.jgoodies.looks.plastic.PlasticComboBoxUI$PlasticComboBoxLayoutManager,alignmentX=0.0,alignmentY=0.0,border=,flags=4194632,maximumSize=,minimumSize=,preferredSize=,isEditable=true,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=AIA3]
    Path: D:\Oracle11GPS\Oracle\Middleware_new\AIA3
    Item State: javax.swing.JComboBox[,170,81,262x18,invalid,layout=com.jgoodies.looks.plastic.PlasticComboBoxUI$PlasticComboBoxLayoutManager,alignmentX=0.0,alignmentY=0.0,border=,flags=4194632,maximumSize=,minimumSize=,preferredSize=,isEditable=true,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=D:\Oracle11GPS\Oracle\Middleware_new\AIA3]
    Home: AIA3
    In processFieldStringAIA Home
    In processFieldStringJAVA HOME
    In processFieldStringAIA Home Path
    In processFieldStringAIA Instance Name Contains invalid characters
    getting root directory
    D:\oracle11GPS\Middleware\user_projects\domains\dev_domain
    truevalue for type of install
    D:\Oracle11GPS\Oracle\Middleware_new\jdeveloper
    D:\Oracle11GPS\Oracle\Middleware_new
    *****Web Logic Home: D:\Oracle11GPS\Oracle\Middleware_new\wlserver_10.3
    CLASSPATH: D:\Oracle11GPS\Oracle\Middleware_new\wlserver_10.3\server\lib\weblogic.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM;;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\adapters.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\adf-config.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\aqapi.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\bpelImport.log;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ccrQueries.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.cie.comdev_6.1.0.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.cie.config_6.0.0.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.core.common.security.api_1.0.0.0_5-1-0-0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.core.nodemanager.plugin_1.3.0.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\commonutils.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\connections.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\dms.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\emocmutl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\encrypt.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\encrypt.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\engine.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\enginehelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\footprint.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\glassfish.jaxb.xjc_1.0.0.0_2-1-7.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\glassfish.jaxb_1.0.0.0_2-1-7.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvest-tasks.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvest.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvest.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvester-10.3.1.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvester-ant.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvesterSettings.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\install.properties;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\jython-modules.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\log-config.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\log4fl.properties;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\message.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdbc5.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdl-log4j.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdl2.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\oneclick.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\oneofftool.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\runant.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\runant.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\setenv.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\setenv.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\soainstallhelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\soawl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\SysInfo.dll;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\template.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\tools.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\tools11g.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\types.properties;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\wlcipher.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\wlfullclient.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\wtinstallhelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\xml.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\xmlparserv2.jar;;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\OraInstaller.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\oneclick.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\xmlparserv2.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\share.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\OraInstallerNet.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\emocmutl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\emCfg.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\OraPrereq.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\jsch.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ssh.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\remoteinterfaces.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\http_client.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatch.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatchactions.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatchprereq.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatchutil.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstImages.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_de.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_es.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_fr.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_it.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_ja.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_ko.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_pt_BR.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_zh_CN.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_zh_TW.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\oracle_ice.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\help4.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\help4-nls.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ewt3.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ewt3-swingaccess.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ewt3-nls.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\swingaccess.jar;\;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\jewt4.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\jewt4-nls.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\orai18n-collation.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\orai18n-mapping.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ojmisc.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\xml.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\srvm.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\classes12.jar
    1
    localhost
    LocalMachine
    Connecting to Node Manager ...
    <Apr 29, 2010 4:31:11 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Either the password and username entered are incorrect or the node manager is down
    Traceback (innermost last):
    File "<string>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 618, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    Anyone knows how to install AIA Remote Install on the remote SOA server?

    Hi,
    may be you enter the wrong username or password? Or there is a problem with certificate? The look file describe a wrong user name or password or nm is not reachable. Is it possible to start managed server via Admin Console? Please check nm log files.
    Regards,
    Marcel

  • How to match a fingerprint template from database ?

    i now can save a fingerprint template from database using this code..
    Dim fingerprintData As MemoryStream = New MemoryStream
    Template.Serialize(fingerprintData)
    fingerprintData.Position = 0
    Dim br As BinaryReader = New BinaryReader(fingerprintData)
    Dim bytes() As Byte = br.ReadBytes(CType(fingerprintData.Length, Int32))
    Dim cmd As SqlCommand = New SqlCommand("INSERT INTO fininger_table VALUES(@FIRSTNAME, @LASTNAME, @FINGERPRINT)", conn)
    cmd.Parameters.Add("FIRSTNAME", SqlDbType.VarChar).Value = CaptureForm.tboxFname.Text
    cmd.Parameters.Add("LASTNAME", SqlDbType.VarChar).Value = CaptureForm.tboxLname.Text
    cmd.Parameters.Add("FINGERPRINT", SqlDbType.Image).Value = bytes
    conn.Open()
    cmd.ExecuteNonQuery()
    conn.Close()
    and i fetch the data when the form is load..
    conn.Open()
    Dim cmd As New SqlCommand("SELECT * FROM Fininger_table", conn)
    Dim rdr As SqlDataReader = cmd.ExecuteReader()
    Dim MemStream As IO.MemoryStream
    Dim fpBytes As Byte()
    While rdr.Read()
    fpBytes = rdr("FINGERPRINT")
    MemStream = New IO.MemoryStream(fpBytes)
    Dim template As New DPFP.Template(MemStream)
    OnTemplate(template)
    ' template.DeSerialize(MemStream)
    End While
    rdr.Close()
    conn.Close()
    and now i'm stuck..i dont know how to match the fingerprint from the database to verify the user..
    plz help me out..tnx in advance
    btw im using a DIGITAL PERSONA FINGERPRINT READER..with the OTW SDK

    Hello My dear Brother 
                    I am zaid Ahmad khan would like to help you and this is the working code please see this and you will have the solution 
    Imports System.Data.SqlClient
    Imports DPFP
    Public Class Form1
        Private WithEvents verifyControl As DPFP.Gui.Verification.VerificationControl
        Private matcher As DPFP.Verification.Verification
        Private matchResult As DPFP.Verification.Verification.Result
        Private allReaderSerial As String = "00000000-0000-0000-0000-000000000000"
        Public template As DPFP.Template
        Private userTemplateColumn As String = "Template"
        Private userIDColumn As String = "ID"
        Dim bytes As Byte()
        Private Sub CreateDPControl(ByRef control As DPFP.Gui.Verification.VerificationControl)
            Try
                control = New DPFP.Gui.Verification.VerificationControl()
                control.AutoSizeMode = Windows.Forms.AutoSizeMode.GrowAndShrink
                control.Name = "verifyControl"
                control.Location = New System.Drawing.Point(0, 0)
                control.ReaderSerialNumber = "00000000-0000-0000-0000-000000000000"
                control.Visible = True
                control.Enabled = True
                control.BringToFront()
                Me.Controls.Add(control)
            Catch ex As Exception
                MessageBox.Show("exception")
            End Try
        End Sub
        Private Function ConnectString() As String
            Dim connectionString As String
            connectionString = "Server=localhost;database=bs;User ID=sa;Password=123"
            Return connectionString
        End Function
        Private Sub VerifyBiometric_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            matcher = New Verification.Verification()
            matchResult = New Verification.Verification.Result
            CreateDPControl(verifyControl)
        End Sub
        Private Sub verifyControl_OnComplete(ByVal Control As Object, ByVal FeatureSet As DPFP.FeatureSet, ByRef EventHandlerStatus As DPFP.Gui.EventHandlerStatus) Handles verifyControl.OnComplete
            Dim dataSet As DataSet = New DataSet()
            Dim adapter As SqlDataAdapter = New SqlDataAdapter()
            Dim sqlCommand As SqlCommand = New SqlCommand()
            Dim ctr = 0
            Try
                Dim max As Integer = 0
                Dim cn As New SqlConnection(ConnectString())
                cn.Open()
                sqlCommand.CommandText = "Select templateBytes7 from userthumbs where id='1029'"
                sqlCommand.CommandType = CommandType.Text
                sqlCommand.Connection = cn
                Dim lrd As SqlDataReader = sqlCommand.ExecuteReader()
                Dim usr
                While lrd.Read()
                    usr = lrd("templateBytes7")
                End While
                bytes = Nothing
                bytes = usr
                template = New DPFP.Template()
                template.DeSerialize(usr)
                'Perform match
                matcher.Verify(FeatureSet, template, matchResult)
                If matchResult.Verified Then
                    EventHandlerStatus = Gui.EventHandlerStatus.Success
                    MsgBox("Verified!")
                    Me.Hide()
                    MessageBox.Show("Done")
                Else
                    EventHandlerStatus = Gui.EventHandlerStatus.Failure
                    MsgBox("Please Try Again!")
                End If
            Finally
            End Try
        End Sub
        Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        End Sub
    End Class

  • About the template FSCM9.1 FP2 Peopletools 8.52.03 (v4 - July 2012)

    Hello,
    Just tested quickly this new template delivered 2 months ago (July 2012).
    As far as I undestand, it is just a recut of the one delivered in April 2012. At least it solves the main issue I reported in that other About the template FSCM9.1 FP2 Peopletools 8.52.03 (v3) about the network prompt missing.
    But I still have remarks/issues on the template FSCM9.1 FP2 Peopletools 8.52.03 (v4) released earlier in July 2012.
    _1. First of all, there a lot of errors reported in /var/log/messages_
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526918.883:3): avc:  denied  { read } for  pid=92 comm="restorecon" name="libc.so.6" dev=xvda2 ino=21 scontext=system_u:sys
    tem_r:restorecon_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=lnk_file
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526918.910:4): avc:  denied  { execute } for  pid=92 comm="restorecon" path="/lib64/libc-2.5.so" dev=xvda2 ino=20 scontext=
    system_u:system_r:restorecon_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=file
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526921.489:5): avc:  denied  { read } for  pid=296 comm="pam_console_app" name="ld.so.cache" dev=xvda2 ino=94143 scontext=s
    ystem_u:system_r:pam_console_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=file
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526921.489:6): avc:  denied  { getattr } for  pid=290 comm="pam_console_app" path="/etc/ld.so.cache" dev=xvda2 ino=94143 sc
    ontext=system_u:system_r:pam_console_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=file
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526921.530:7): avc:  denied  { read } for  pid=293 comm="pam_console_app" name="libc.so.6" dev=xvda2 ino=21 scontext=system
    _u:system_r:pam_console_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=lnk_file
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526921.530:8): avc:  denied  { execute } for  pid=293 comm="pam_console_app" path="/lib64/libc-2.5.so" dev=xvda2 ino=20 sco
    ntext=system_u:system_r:pam_console_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=file
    Sep 13 05:02:55 localhost kernel: input: PC Speaker as /class/input/input3
    Sep 13 05:02:55 localhost kernel: Initialising Xen virtual ethernet driver.
    Sep 13 05:02:55 localhost kernel: Error: Driver 'pcspkr' is already registered, aborting...
    Sep 13 05:02:55 localhost kernel: Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown type 15 (usb?)
    Sep 13 05:02:55 localhost kernel: floppy0: Unable to grab IRQ6 for the floppy driver
    Sep 13 05:02:55 localhost kernel: lp: driver loaded but no devices found
    Sep 13 05:02:55 localhost kernel: md: Autodetecting RAID arrays.
    Sep 13 05:02:55 localhost kernel: md: Scanned 0 and added 0 devices.
    Sep 13 05:02:55 localhost kernel: md: autorun ...
    Sep 13 05:02:55 localhost kernel: md: ... autorun DONE.
    Sep 13 05:02:55 localhost kernel: EXT3 FS on xvda2, internal journal
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526929.896:9): avc:  denied  { execute } for  pid=965 comm="restorecon" path="/lib64/libc-2.5.so" dev=xvda2 ino=20 scontext
    =system_u:system_r:restorecon_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=file
    Sep 13 05:02:55 localhost kernel: kjournald starting.  Commit interval 5 seconds
    Sep 13 05:02:55 localhost kernel: EXT3 FS on xvda1, internal journal
    Sep 13 05:02:55 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
    Sep 13 05:02:55 localhost kernel: kjournald starting.  Commit interval 5 seconds
    Sep 13 05:02:55 localhost kernel: EXT3 FS on xvdb1, internal journal
    Sep 13 05:02:55 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526930.647:10): avc:  denied  { execute } for  pid=989 comm="setfiles" path="/lib64/libc-2.5.so" dev=xvda2 ino=20 scontext=
    system_u:system_r:setfiles_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=file
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526942.398:11): avc:  denied  { net_admin } for  pid=990 comm="setfiles" capability=12  scontext=system_u:system_r:setfiles
    _t:s0 tcontext=system_u:system_r:setfiles_t:s0 tclass=capability
    Sep 13 05:02:55 localhost kernel: hrtimer: interrupt took 35229469 ns
    Sep 13 05:02:55 localhost kernel: Adding 2104504k swap on /dev/xvda3.  Priority:-1 extents:1 across:2104504k SS
    Sep 13 05:02:55 localhost kernel: warning: process `kudzu' used the deprecated sysctl system call with 1.23.
    Sep 13 05:02:55 localhost kernel: Loading iSCSI transport class v2.0-870.
    Sep 13 05:02:55 localhost kernel: libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
    Sep 13 05:02:55 localhost kernel: libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
    Sep 13 05:02:55 localhost kernel: Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
    Sep 13 05:02:55 localhost kernel: iscsi: registered transport (cxgb3i)
    Sep 13 05:02:55 localhost kernel: NET: Registered protocol family 10
    Sep 13 05:02:55 localhost kernel: cnic: Broadcom NetXtreme II CNIC Driver cnic v2.2.14 (Mar 30, 2011)
    Sep 13 05:02:55 localhost kernel: Broadcom NetXtreme II iSCSI Driver bnx2i v2.6.2.3 (Jan 06, 2010)
    Sep 13 05:02:55 localhost kernel: iscsi: registered transport (bnx2i)
    Sep 13 05:02:55 localhost kernel: iscsi: registered transport (tcp)
    Sep 13 05:02:55 localhost kernel: iscsi: registered transport (iser)
    Sep 13 05:02:55 localhost kernel: iscsi: registered transport (be2iscsi)
    Sep 13 05:02:55 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
    Sep 13 05:02:55 localhost kernel: warning: `mcstransd' uses 32-bit capabilities (legacy support in use)
    Sep 13 05:02:55 localhost kernel: type=1400 audit(1347526970.336:12): avc:  denied  { sys_tty_config } for  pid=1374 comm="consoletype" capability=26  scontext=system_u:system_r
    :consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
    Sep 13 05:02:55 localhost kernel: RPC: Registered udp transport module.
    Sep 13 05:02:55 localhost kernel: RPC: Registered tcp transport module.
    Sep 13 05:02:55 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    Sep 13 05:03:00 localhost automount[1769]: lookup_read_master: lookup(nisplus): couldn't locate nis+ table auto.master
    Sep 13 05:03:59 localhost kernel: type=1400 audit(1347527039.771:13): avc:  denied  { sys_tty_config } for  pid=2029 comm="consoletype" capability=26  scontext=system_u:system_r
    :consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
    Sep 13 05:04:00 localhost NET[2061]: /sbin/dhclient-script : updated /etc/resolv.conf
    Sep 13 05:04:01 localhost kernel: IPv6 over IPv4 tunneling driver
    Sep 13 05:04:01 localhost NET[2219]: /opt/oracle/psft/vm/oraclevm-template.sh : updated /etc/resolv.conf
    Sep 13 05:04:08 localhost NET[2472]: /etc/sysconfig/network-scripts/ifup-post : updated /etc/resolv.conf
    Sep 13 05:06:08 localhost restorecond: Reset file context /etc/resolv.conf: system_u:object_r:etc_runtime_t:s0->system_u:object_r:net_conf_t:s0
    Sep 13 05:08:19 localhost kernel: Slow work thread pool: Starting up
    Sep 13 05:08:19 localhost kernel: Slow work thread pool: Ready
    Sep 13 05:08:19 localhost kernel: FS-Cache: Loaded
    Sep 13 05:08:19 localhost kernel: FS-Cache: Netfs 'nfs' registered for caching
    Sep 13 05:08:19 localhost kernel: svc: failed to register lockdv1 RPC service (errno 97).
    ...Well, I don't know if it triggers others problems yet, but the last line could reveale an error within the /etc/hosts file which has not been properly modified during deployment (especially IPV6, it probably should be removed) :
    [root@psovmfscmfp2 /]# more /etc/hosts
    127.0.0.1       localhost.localdomain   localhost
    ::1     localhost6.localdomain6 localhost6
    192.168.1.150   psovmfscmfp2.phoenix.nga psovmfscmfp2
    [root@psovmfscmfp2 /]#_2. Now about the COBOL_
    Despite I choosed to install Microfocus, COBOL does not work. Sample COBOL processes such as PTPDBTST and PTPDTTST finished in error.
    The log is empty, here below the output from the file $PS_CFG_HOME/psft/pt/8.52/appserv/prcs/PRCSDOM/LOGS/stdout (psadm2) :
    =================================Error===============================
    Message:     Process 10899 is marked 'Initiated' or 'Processing' but can not detect status of PID
            Process Name: PTPDBTST
            Process Type: COBOL SQL
            Session Id:   9313
    =====================================================================
    OprId = VP1Note that I successfully tested AEs and SQRs.
    Here is the command line fired that I can see from the process monitor > parameter (nga is being my run control id) :
    PSRUN PTPDBTST ORACLE/F91TMPLT/VP1/OPRPSWD/nga/10899//0 I used the following trace setting on the PTPDBTST's process parameter (override) to see what happens :
    %%DBTYPE%%/%%DBNAME%%/%%OPRID%%/%%OPRPSWD%%/%%RUNCNTLID%%/%%INSTANCE%%//%%DBFLAG%%But it does not generate more logs...
    I also use "RCCBL Redirect =1" in psappsrv.cfg (reconfigure and restart appdom), then start the COBOL through menu PeopleTools > Utilities > Debug > PeopleTools Test Utilities, and run a "Remote Call Test".
    I received "COBOL Program PTPNTEST aborted (2,-1) FUNCLIB_UTIL.RC_TEST_PB.FieldChange PCPC:2143 Statement:26", but it generated two empty files (PTPNTEST_VP1_0913064910.out and PTPNTEST_VP1_0913064910.err).
    Next step, checking the folder $PS_HOME/cblbin, it is...er... empty... does this mean COBOL have not been compiled ? Hmmm, I'm pretty sure I replied 'yes' when it was prompted though (still have the screenshots)...
    And we can see several folders dated from today and license seems ok from Microfocus directories :
    [psadm1@psovmfscmfp2 tools]$ cd /opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    [psadm1@psovmfscmfp2 svrexp-51_wp4-64bit]$ ls -lrt
    total 264
    -r--r--r--  1 root root 10455 Nov 19  2009 ADISCTRL
    dr-xr-xr-x 10 root root  4096 Nov 19  2009 terminfo
    dr-xr-xr-x  2 root root  4096 Nov 19  2009 xdb
    -r--r--r--  1 root root 11949 Nov 19  2009 eslmf-mess
    dr-xr-xr-x  2 root root  4096 Nov 19  2009 include
    dr-xr-xr-x 17 root root  4096 Nov 19  2009 lang
    dr-xr-xr-x  4 root root  4096 Nov 19  2009 es
    dr-xr-xr-x  2 root root  4096 Nov 19  2009 dynload
    drwxrwxrwx  2 root root  4096 Nov 19  2009 deploy
    dr-xr-xr-x  2 root root  4096 Nov 19  2009 dynload64
    dr-xr-xr-x  2 root root  4096 Nov 19  2009 dialog
    dr-xr-xr-x  2 root root  4096 Nov 19  2009 cpylib
    dr-xr-xr-x  8 root root 28672 Nov 19  2009 lib
    dr-xr-xr-x  3 root root  4096 Nov 19  2009 snmp
    dr-xr-xr-x  8 root root  4096 Nov 19  2009 src
    dr-xr-xr-x 28 root root  4096 Nov 19  2009 demo
    dr-xr-xr-x  6 root root  4096 Nov 19  2009 docs
    -rw-r--r--  1 root root    49 Sep 13 05:13 license.txt
    -r-xr-xr-x  1 root root 12719 Sep 13 05:13 install.orig
    -r-xr-xr-x  1 root root 13006 Sep 13 05:13 install
    dr-xr-xr-x  6 root root  4096 Sep 13 05:13 lmf
    dr-xr-xr-x  2 root root  4096 Sep 13 05:13 aslmf
    dr-xr-xr-x  6 root root  4096 Sep 13 05:15 etc
    dr-xr-xr-x  4 root root 12288 Sep 13 05:15 bin
    [psadm1@psovmfscmfp2 svrexp-51_wp4-64bit]$ more license.txt
    I
    ORACLE-30DAYDEV64
    01030 A0780 014A6 7980B A17CSo let's assume it has been properly installed and let's compile the COBOLs. Here we go :
    [psadm1@psovmfscmfp2 svrexp-51_wp4-64bit]$ cd $PS_HOME/setup
    [psadm1@psovmfscmfp2 setup]$ ./pscbl.mak
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Convert all files for Unicode ....
    Conversion Summary for Source Codes in  :
         Source: /opt/oracle/psft/pt/tools/src/cbl/
         Target: /opt/oracle/psft/pt/tools/src/cblunicode/
          Number of Copy Libraries Read: 71
                         Modified:       71
                     Not Modified:       0
          Number of Programs Read:       44
                         Modified:       44
                     Not Modified:       0
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : All COBOL files were converted for Unicode successfully
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Compiling PTPCBLAE.cbl ...
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak: line 249: cob: command not found
    cp: cannot stat `PTPCBLAE.gnt': No such file or directory
    cp: cannot stat `PTPCBLAE.int': No such file or directory
    cp: cannot stat `PTPCBLAE.lst': No such file or directory
    ...What about env. variables ? COBDIR, COBPATH and COBOL do not appears anywhere in PATH...
    [psadm1@psovmfscmfp2 setup]$ env|grep -i cobol
    [psadm1@psovmfscmfp2 setup]$Let's set the env variables as we could expect to be (page 27, step 17 of the given doc), and retry to compile the COBOL :
    [psadm1@psovmfscmfp2 setup]$ export COBDIR=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    [psadm1@psovmfscmfp2 setup]$ export LD_LIBRARY_PATH=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit/lib:$LD_LIBRARY_PATH
    [psadm1@psovmfscmfp2 setup]$ export PATH=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit/bin:$PATH
    [psadm1@psovmfscmfp2 setup]$ ./pscbl.mak
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Convert all files for Unicode ....
    Conversion Summary for Source Codes in  :
         Source: /opt/oracle/psft/pt/tools/src/cbl/
         Target: /opt/oracle/psft/pt/tools/src/cblunicode/
          Number of Copy Libraries Read: 71
                         Modified:       71
                     Not Modified:       0
          Number of Programs Read:       44
                         Modified:       44
                     Not Modified:       0
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : All COBOL files were converted for Unicode successfully
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Compiling PTPCBLAE.cbl ...
    Micro Focus LMF - 010: Unable to contact license manager.                                                                                                                              This product has been unable to contact the                                     License Manager.                                                                                                                                                Execution of this product has been terminated.                                                                                                                  This product cannot execute without the License                                 Manager. Contact your license administrator                                     or refer to the 'Information Messages' chapter                                  of the License Management Facility                                              Administrator's Guide.
    cob64: error(s) in compilation: PTPCBLAE.cbl
    cp: cannot stat `PTPCBLAE.gnt': No such file or directory
    cp: cannot stat `PTPCBLAE.int': No such file or directory
    cp: cannot stat `PTPCBLAE.lst': No such file or directory
    ...Ok, maybe a bit better, at least it is trying to contact LMF. Probably the LMF is not started. Let's try to start it :
    [root@psovmfscmfp2 microfocus]# ./mflmman
    MF-LMF:Thu Sep 13 07:19:37 2012: LMF Starting
    [root@psovmfscmfp2 microfocus]#Good, it is starting, it means it wasn't (sic). Now retry to compile :
    [psadm1@psovmfscmfp2 setup]$ export COBDIR=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    [psadm1@psovmfscmfp2 setup]$ export LD_LIBRARY_PATH=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit/lib:$LD_LIBRARY_PATH
    [psadm1@psovmfscmfp2 setup]$ export PATH=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit/bin:$PATH
    [psadm1@psovmfscmfp2 setup]$ ./pscbl.mak
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Convert all files for Unicode ....
    Conversion Summary for Source Codes in  :
         Source: /opt/oracle/psft/pt/tools/src/cbl/
         Target: /opt/oracle/psft/pt/tools/src/cblunicode/
          Number of Copy Libraries Read: 71
                         Modified:       71
                     Not Modified:       0
          Number of Programs Read:       44
                         Modified:       44
                     Not Modified:       0
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : All COBOL files were converted for Unicode successfully
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Compiling PTPCBLAE.cbl ...
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Compiling PTPCURND.cbl ...
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Compiling PTPDBTST.cbl ...
    <snipped>
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : Compiling PTPWLGEN.cbl ...
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : All COBOL programs have been successfully compiled.
    /opt/oracle/psft/pt/tools/setup/pscbl_mf.mak : The COBOL executables were copied to /opt/oracle/psft/pt/tools/cblbin
    rm: cannot remove `/opt/oracle/psft/pt/apptools/src/cblunicode/CECCRLP1.cbl': Permission denied
    rm: cannot remove `/opt/oracle/psft/pt/apptools/src/cblunicode/CECCRLUP.cbl': Permission deniedIt looks better, I think the last lines marked with "Permission denied" can be safely be ignored.
    Those files are owned by psadm3 with a read only for other users (sic). But more concern, I'm wondering why it looks into apptools (???) whereas I'm using psadm1 (tools only, COBPATH=/opt/oracle/psft/pt/tools/cblbin).
    Anyway, seems the *.gnt files required to run the COBOLs programs are now in bin :
    [psadm1@psovmfscmfp2 setup]$ ls /opt/oracle/psft/pt/tools/cblbin
    PTPCBLAE.gnt  PTPDTTST.gnt  PTPECOBL.gnt  PTPLOGMS.gnt  PTPRATES.gnt  PTPSQLGS.gnt  PTPTESTU.gnt  PTPTSCNT.gnt  PTPTSLOG.gnt  PTPTSTBL.gnt  PTPTSWHR.gnt
    PTPCURND.gnt  PTPDTWRK.gnt  PTPEFCNV.gnt  PTPMETAS.gnt  PTPRUNID.gnt  PTPSQLRT.gnt  PTPTESTV.gnt  PTPTSEDS.gnt  PTPTSREQ.gnt  PTPTSUPD.gnt  PTPUPPER.gnt
    PTPDBTST.gnt  PTPDYSQL.gnt  PTPERCUR.gnt  PTPNETRT.gnt  PTPSETAD.gnt  PTPSTRFN.gnt  PTPTFLDW.gnt  PTPTSEDT.gnt  PTPTSSET.gnt  PTPTSUSE.gnt  PTPUSTAT.gnt
    PTPDEC31.gnt  PTPECACH.gnt  PTPESLCT.gnt  PTPNTEST.gnt  PTPSHARE.gnt  PTPTEDIT.gnt  PTPTLREC.gnt  PTPTSFLD.gnt  PTPTSTAE.gnt  PTPTSWHE.gnt  PTPWLGEN.gnt
    [psadm1@psovmfscmfp2 setup]$Have a try to link COBOLs :
    [psadm1@psovmfscmfp2 setup]$ ./psrun.mak
    ./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.32-200.13.1.el5uek ...
    ./psrun.mak - Successfully created PSRUN in directory: /opt/oracle/psft/pt/tools/bin
    ./psrun.mak - linking PSRUNRMT for oel-5-x86_64, Version 2.6.32-200.13.1.el5uek ...
    ./psrun.mak - Successfully created PSRUNRMT in directory: /opt/oracle/psft/pt/tools/bin
    [psadm1@psovmfscmfp2 setup]$The err files are empty :
    -rw-r--r-- 1 psadm1 oracle     0 Sep 13 07:26 psrun.err
    -rw-r--r-- 1 psadm1 oracle     0 Sep 13 07:26 psrunrmt.errSo far, so good now. We are able to test again the sample COBOL... until next failure.
    Yes, unfortunately, it fails again. But good thing, the log is not empty now :
    PSRUN: error while loading shared libraries: libcobrts64.so: cannot open shared object file: No such file or directoryThat's probably coming from some missing libraries during the psprcs.cfg configuration. Let's use the same env. variables settings as for psadm1 when compiling COBOLs.
    [psadm2@psovmfscmfp2 appserv]$ export COBDIR=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    [psadm2@psovmfscmfp2 appserv]$ export LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH
    [psadm2@psovmfscmfp2 appserv]$ export PATH=$COBDIR/bin:$PATH
    [psadm2@psovmfscmfp2 appserv]$ ./psadminReconfigure, restart prcs and re-test... SUCCESSFULLY !!!!!!!!!!!!!!!!!!!!!!!!!
    Log from PTPDBTST process shows :
    SUCCESSFUL DATABASE CONNECTION
    SUCCESSFUL DATABASE DISCONNECTWhat a pain !
    I did not go further, but we could expect the same issue within the Application COBOLs, since the cblbin directory is also empty out there.
    According to psprcs.env, there're two values for COBDIR and the one for the applications cobol is empty :
    [psadm2@psovmfscmfp2 PRCSDOM]$ more psprcsrv.env
    INFORMIXSERVER=192.168.1.149
    COBPATH=/opt/oracle/psft/pt/apptools/cblbin:/opt/oracle/psft/pt/tools/cblbin
    PATH=/opt/oracle/psft/pt/apptools/bin:/opt/oracle/psft/pt/apptools/bin/interfacedrivers::/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit/bin:/opt/oracle/psft/pt/tools/appserv:/opt
    /oracle/psft/pt/tools/setup:/opt/oracle/psft/pt/tools/jre/bin:/opt/oracle/psft/pt/bea/tuxedo/bin:.:/opt/oracle/psft/pt/oracle-client/11.2.0.x/bin:/opt/oracle/psft/pt/oracle-clie
    nt/11.2.0.x/perl/bin:/usr/local/bin:/bin:/usr/bin:/opt/oracle/psft/pt/tools/bin:/opt/oracle/psft/pt/tools/bin/sqr/ORA/bin:/opt/oracle/psft/pt/tools/verity/linux/_ilnx21/bin:/hom
    e/psadm2/bin:.
    [psadm2@psovmfscmfp2 PRCSDOM]$ ls /opt/oracle/psft/pt/apptools/cblbin
    [psadm2@psovmfscmfp2 PRCSDOM]$ ls /opt/oracle/psft/pt/tools/cblbin
    PTPCBLAE.gnt  PTPDTTST.gnt  PTPECOBL.gnt  PTPLOGMS.gnt  PTPRATES.gnt  PTPSQLGS.gnt  PTPTESTU.gnt  PTPTSCNT.gnt  PTPTSLOG.gnt  PTPTSTBL.gnt  PTPTSWHR.gnt
    PTPCURND.gnt  PTPDTWRK.gnt  PTPEFCNV.gnt  PTPMETAS.gnt  PTPRUNID.gnt  PTPSQLRT.gnt  PTPTESTV.gnt  PTPTSEDS.gnt  PTPTSREQ.gnt  PTPTSUPD.gnt  PTPUPPER.gnt
    PTPDBTST.gnt  PTPDYSQL.gnt  PTPERCUR.gnt  PTPNETRT.gnt  PTPSETAD.gnt  PTPSTRFN.gnt  PTPTFLDW.gnt  PTPTSEDT.gnt  PTPTSSET.gnt  PTPTSUSE.gnt  PTPUSTAT.gnt
    PTPDEC31.gnt  PTPECACH.gnt  PTPESLCT.gnt  PTPNTEST.gnt  PTPSHARE.gnt  PTPTEDIT.gnt  PTPTLREC.gnt  PTPTSFLD.gnt  PTPTSTAE.gnt  PTPTSWHE.gnt  PTPWLGEN.gnt
    [psadm2@psovmfscmfp2 PRCSDOM]$The directory "/opt/oracle/psft/pt/apptools/cblbin" is owned by psadm3 and hosted on the database server (nfs mounted), so I assume we also need to set proper values for env variables, and compile the COBOLs before being able to use them.
    To resume what I did to make the COBOLs working on this PSOVM :
    1. As root, start LMF (this has to be done only once)
    cd /opt/oracle/psft/pt/cobol/microfocus
    ./mflmman
    2. As psadm1, set proper env. variable and compile (setting env variable has to be done each time you want to compile COBOLs)
    export COBDIR=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    export LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH
    export PATH=$COBDIR/bin:$PATH
    cd $PS_HOME/setup
    ./pscbl.mak
    ./psrun.mak
    3. As psadm2, set proper env. variable and reconfigure psprcs.cfg, restart, restart (setting env variable has to be done each time you want to start the process scheduler, so probably better to append these in the .bash_profile)
    export COBDIR=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    export LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH
    export PATH=$COBDIR/bin:$PATH
    cd $PS_HOME/appserv
    ./psadmin
    4. Same as step 2, but with user psadm3.
    HTH,
    Nicolas.
    PS: will it be the same issue on the HCM template delivered at the same time ? To be tested as well.
    PS2: and yes, I tested it twice before posting, result is same.
    Edited by: N Gasparotto on Sep 13, 2012 5:17 PM

    Fortunately, the COBOL issue does not exist on PSOVM HCM9.1 FP2 PT8.52.06 delivered in July 2012 (v3). COBOL are properly compiled (tools and app COBOLs), cblbin is not empty and they run successfully on the first shot.
    Nicolas.

  • How do i create a database template from the command line?

    Hi,
    As part of implementing a backup and recovery strategy for a client (including disaster recovery) I want to automate the creation of a database template From an Existing Database (Structure as well as data) via a script that will run every night.
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    The idea is that nightly we will run a script that creates a database template from the Existing Database (Structure as well as data) and then transfers the 2 files involved e.g. DB_data_included.dbc and DB_data_included.DFB across to a standby server where they can be used to recreate the database in the event of us needing to after e.g. a complete server failure.
    So I have a couple of questions about this that I would be very grateful if something could answer for me:
    1)     Is it possible? That is, can a database template be created from some utility by supplying a series of parameter=value pairs on the command line?
    2)     If yes how do I go about it, what utility do I use (the emca utility?). and what parameters do I need to supply on the command line to create the template?
    3)     The intention is that the script to create the template will run in the early hours of the morning when no-one is using the database but what state does the database need to be in when the template creation script runs i.e. up, down, mounted and does the creation of a template affect the state of an already up database i.e. if I kick off the template creation script and the database is up will it switch it into mount mode or anything like that? My concern here is that I want to make sure I understand exactly what is going on so that no users or connected external systems are affected?
    Thanks in anticipation of someone being able to guide me on what to do or what documentation to read.
    Also if you require any clarification on what i'm asking please post up your query and i'll respond ASAP.
    Kind Regards,
    George Johnston
    OCP 9i DBA

    Sybrandb,
    Firstly thanks for you reponse.
    However, I don’t agree that dbca only creates empty databases otherwise why does the option to create a template from an existing database (structure as well as data) exist in the dbca wizard?
    I have performed a test case where I have a created a database template including data on one 10g server. I have then used the files generated to recreate that database on a separate server. When the new database is started it is an exact copy of the original. So it’s not empty at all , it’s exactly what the client wants.
    So I don’t agree that I’m gaining zero.
    Why is this approach doomed to fail?
    There a number of reasons why I “just set up a proper standby database”
    1.     Time – I’m on a customer site in a tight engagement where the customer wants maximum value for money. I don’t have standby database skills and the customer isn’t willing to pay for me to learn on the job so please understand the tight circumstances I’m working in.
    2.     Availability – As far as I know the client is running 10.2.0.3.0 standard edition. Correct me if I’m wrong but is standby db available in that edition. Where do I look to check V$OPTION.
    On the RMAN duplicating a database front it’s an area I haven’t used before but I will take a look at it.
    Also please revisit the context of my original posting where I state
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    So please understand that this a quick fix that the client wants developed in the minimum time possible in ADDITION to a full nightly RMAN backup being taken.
    In an ideal world I’d have the time to follow best practice but in the real world of on-site customer support I just need to get the job done operating under the customer imposed constraints.
    Many Thanks,
    George Johnston
    OCP 9i DBA

  • How can I get still photos to appear in menu templates?

    I can't get photos to appear in the menu templates in Premiere Elements 11, whether I drag them in or Browse them out. I tried two different templates, and 5 different photo file formats. From what I'm reading online, this is a known bug that has been around since v. 9. How is that possible that a major element of a top-of-the-line video editor doesn't even work? Is there a bug fix or a workaround?

    Hi ATR,
    Thank you for your kind response. Now that I’ve calmed down some, I’m willing to keep trying, to a point at least. I’ll try responding to your questions.
    I failed to mention that I did update to 12.1 before my last failure. And I still had the problem. So far, I have only deleted the Prefs file and not the entire folder, mostly because the program went into permanent crash mode and I couldn’t even get it to run, let alone try editing my project. That’s when I reinstalled it.
    The project is simply a PowerPoint presentation with a soundtrack, which I exported from PowerPoint as an mp4 file. It’s only 7:30 minutes long. So it’s a very tiny file. There is only one menu page and no scene menus.
    Yes, I have successfully burned it to disk, once with the gray rectangle on the menu (to confirm whether it would show as a gray rectangle on the TV screen, which it did), and once with the picture on the menu, the one time I succeeded in getting the picture to appear in the menu.
    I have tried the picture in multiple image formats, but the one I mainly try is a .bmp that PE generated using the snapshot tool, or whatever it’s called in PE. I figured if PE won’t even load images it created, the Adobe programmers need to start back with square one.

  • Query Documentation on Web Template ??

    Greetings BI Experts,
    I am using a standard Web Template 0ANALYSIS_PATTERN, made a copy of that to ZTEST1. I attached my query to the template and ran it.
    The  results came in fine ..what is worrying me.is that the user when clicks on the INFORMATION  field ..there is a TAB for Query Documentation  and that is empty.
    How do we create the documentation for a query...like general information and what kind of formula we are using etc.etc
    Do we have to write the documentation at the query level if yes how do we achieve that.
    I can see a Documents button in BI 7.0 Query Designer...
    We are currently on BI 7.0 SP 14
    Your responses will be reciprocated with points
    Thanks

    Hi there, any replies? Should I summarize my question?
    How do you notify users when data is not reliable? (caused by, for instance, data loading errors, query maintenance... so on).
    I once used system messages (sm02) to notify all those data failures, but now we want the notification not to be global, but to be specific for some user groups (or query groups), and visible when they execute any query.
    Thanks again,
    David.

  • Templates fails to upload

    I am getting an error while uploading a template.
    In the message console I am getting this error
    Job Construction Phase
    begin()
    Appended operation 'Import Virtual Machine Template' to object 'cfgFile_0004fb00001400005c33cf92650cd43f'.
    Appended operation 'Virtual Machine Cfg File Configure' to object 'cfgFile_0004fb00001400005c33cf92650cd43f'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (CREATED): [VirtualMachineTemplate] 0004fb00001400005c33cf92650cd43f (E1_DB.tgz)
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb00001400005c33cf92650cd43f
    Operation: Import Virtual Machine Template
    Operation: Virtual Machine Cfg File Configure
    Job Running Phase at 07:20 on Wed, Feb 8, 2012
    Job Participants: [34:30:33:34:31:33:55:53:45:36:32:33:4e:36:4e:36 (dnptovm200)]
    Actioner
    Starting operation 'Import Virtual Machine Template' on object 'cfgFile_0004fb00001400005c33cf92650cd43f'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.JobFailureException: OVMAPI_5001E Job "1328710821448" Failed due to failure "(02/08/2012 08:01:45:873 AM)
    Async operation failed on server: dnptovm200.
    Object: cfgFile_0004fb00001400005c33cf92650cd43f,
    PID: 25479,
    Server error message: Template import error: No VM configure file found.
    " on server "34:30:33:34:31:33:55:53:45:36:32:33:4e:36:4e:36" associated with object "cfgFile_0004fb00001400005c33cf92650cd43f"
    Wed Feb 08 08:01:46 MST 2012
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:602)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:580)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:564)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineTemplateImport.action(VirtualMachineTemplateImport.java:68)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Import Virtual Machine Template' cleanup on object 'cfgFile_0004fb00001400005c33cf92650cd43f'
    Complete rollback operation 'Import Virtual Machine Template' completed with direction=cfgFile_0004fb00001400005c33cf92650cd43f
    Rollbacker
    Objects To Be Rolled Back
    Object (CREATED): [VirtualMachineTemplate] 0004fb00001400005c33cf92650cd43f (E1_DB.tgz)
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb00001400005c33cf92650cd43f
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=5391 method=addTransactionIdentifier accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setName accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setFoundryContext accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=onPersistableCreate accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setLifecycleState accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setRollbackLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setName accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setFoundryContext accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=onPersistableCreate accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setRollbackLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setJobAsset accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setVirtualMachineCfgFile accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setVirtualMachine accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=importVirtualMachineTemplate accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setSimpleName accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setAsset accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=configure accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setOrigin accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=setDescription accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=setAsset accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=configure accessLevel=6
    Class=InternalJobDbImpl vessel_id=5391 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=5391 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=5391 method=setFailedOperation accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=5409 method=nextJobOperation accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=5414 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    I then went and check the ovs-agent.log and found this:
    [2012-02-08 07:51:20 6926] DEBUG (OVSNotificationServer:138) Sending notification: {ASYNC_PROC} progress PID 25479
    [2012-02-08 07:51:41 25479] DEBUG (OVSAsyncProc:192) async_proc_prog: notification {ASYNC_PROC} progress PID 25479 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 11713453161L, 'CURRENT_BYTES': 11587552675L, 'OPERATION': 'download'}
    [2012-02-08 07:51:41 25479] DEBUG (OVSNotificationProxy:45) Notification sent: {ASYNC_PROC} progress PID 25479
    [2012-02-08 07:51:41 6926] DEBUG (OVSNotificationServer:138) Sending notification: {ASYNC_PROC} progress PID 25479
    [2012-02-08 07:52:03 25479] DEBUG (OVSAsyncProc:192) async_proc_prog: notification {ASYNC_PROC} progress PID 25479 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 11713453161L, 'CURRENT_BYTES': 11685037467L, 'OPERATION': 'download'}
    [2012-02-08 07:52:03 25479] DEBUG (OVSNotificationProxy:45) Notification sent: {ASYNC_PROC} progress PID 25479
    [2012-02-08 07:52:03 6926] DEBUG (OVSNotificationServer:138) Sending notification: {ASYNC_PROC} progress PID 25479
    [2012-02-08 07:52:16 25479] DEBUG (OVSAsyncProc:192) async_proc_prog: notification {ASYNC_PROC} progress PID 25479 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 11713453161L, 'CURRENT_BYTES': 11713453161L, 'OPERATION': 'download'}
    [2012-02-08 07:52:16 25479] DEBUG (OVSNotificationProxy:45) Notification sent: {ASYNC_PROC} progress PID 25479
    [2012-02-08 07:52:16 6926] DEBUG (OVSNotificationServer:138) Sending notification: {ASYNC_PROC} progress PID 25479
    *[2012-02-08 07:52:20 25479] DEBUG (OVSAsyncProc:104) ovs_async_proc: pid 25479 status 1 output Template import error: No VM configure file found.
    [2012-02-08 07:52:20 25479] DEBUG (OVSNotificationProxy:45) Notification sent: {ASYNC_PROC} exit PID 25479
    [2012-02-08 07:52:20 6926] DEBUG (OVSNotificationServer:138) Sending notification: {ASYNC_PROC} exit PID 25479
    The template comes from a OVM 2 version where it contains
    [root@dendell08 E1_DB_898.4.1_11GR2_X86_64]# ls -lrt
    total 79221520
    -rwxrwxrwx 1 root root 13316728320 Nov 23 2010 system.img
    -rwxrwxrwx 1 root root 350 Jan 11 2011 vm.cfg
    -rwxrwxrwx 1 root root 78643200000 Jan 11 2011 E1_DB.img
    [root@dendell08 E1_DB_898.4.1_11GR2_X86_64]#
    The vm.cfg file contains the following:
    # Automatically generated xen config file
    name = "orclvmdb"
    memory = "4096"
    disk = [ 'file:/OVS/running_pool/orclvmdb/system.img,hda,w',
    'file:/OVS/running_pool/orclvmdb/E1_DB.img,hdb,w', ]
    vif = [ '', ]
    bootloader="/usr/bin/pygrub"
    vcpus=4
    vfb = [ 'type=vnc,vncunused=1,vnclisten=0.0.0.0' ]
    on_reboot = 'restart'
    on_crash = 'restart'
    Is there something wrong with the vm.cfg?

    The images I am trying to upload are the following size:
    system.img 12.6 Gigabytes
    DBase.img 73.2 Gigabytes
    The repository has 98 Gigabytes of available space.
    When I tried loading as one tgz file I got errors of
    *[2012-02-08 07:52:20 25479] DEBUG (OVSAsyncProc:104) ovs_async_proc: pid 25479 status 1 output Template import error: No VM configure file found.
    When I tried uploading as seperate files in the upload menu I am pretty sure I ran out of space and got the error:
    [2012-02-09 07:43:53 20641] DEBUG (OVSAsyncProc:104) ovs_async_proc: pid 20641 status 1 output Template import error: [Errno 14] curl#23 - "Failed writing body"
    Pretty sure this is due to running out of space.
    Worked through the issues with deleting other images files to free up more space in the respository. Tried again and am nowing getting the following error:
    (02/16/2012 03:00:21:237 PM) Async operation failed on server: dnptovm200. Object: cfgFile_0004fb0000140000dda73e3bb2a9dfec, PID: 21608, Server error message: Template import error: Cannot find disk file: system.img
    If I change the order of the upload I get the same error.
    Could this still be a space issue? Can't add anymore space to repository.
    This isn't an issue when trying to clone the images it happens when uploading. However, I am concerned that when I do get thsi uploaded I won't have enought space to create a clone of this image to run.
    Does anyone have any ideas or comments?
    Edited by: JRL on Feb 17, 2012 9:41 AM

Maybe you are looking for