Data Adapter is not configuring properly.....

I have created a BPEL process and added a DB adapter for polling a particular table.
and after this created a datasource with jndi name "eis/DB/DAMS" and Next in Weblogic server console --> Deployments --> DBAdapter --> Configurations --> Outbound Pool Connections --> create a new outbound pool connection with the name "dbadapterjndi".
Now update the "xADataSourceName" property of this connection pool with the JNDI name of the datasource created in the first step.
first thing is this is not updating in the server, its giving the message successfully saved and then update the deployment, i did after that also I am getting the following error.
==> CubeEngine deploy processDBAdapter/ProcessDBAdapterBPEL took 78 msecs
INFO: DeploymentEventPublisher.invoke Publishing deploy event for default/proces
sDBAdapter!1.0*soa_b79fa747-e7fe-4e12-8a0a-0fec5d5e319c
INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/
Oracle/MIDDLE~1/USER_P~1/domains/URA_DO~1/config/fmwconfig/default-keystore.jks
INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty key
store password
INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key pass
word
INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Could not obtain keystore
location or password
<Mar 24, 2011 6:11:55 PM SGT> <Warning> <oracle.soa.adapter> <BEA-000000> <JCABi
nding=> processDBAdapter JNDI lookup of 'eis/DB/DAMS' failed due to: weblogic.j
dbc.common.internal.RmiDataSource cannot be cast to javax.resource.cci.Connectio
nFactory>
<Mar 24, 2011 6:11:55 PM SGT> <Error> <oracle.soa.adapter> <BEA-000000> <JCABind
ing=> processDBAdapter Error while performing endpoint Activation: BINDING.JCA-
12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
>
<Mar 24, 2011 6:11:55 PM SGT> <Error> <oracle.soa.adapter> <BEA-000000> <JCABind
ing=> processDBAdapter
BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
at oracle.integration.platform.blocks.adapter.fw.AdapterBindingException
.createJndiLookupException(AdapterBindingException.java:92)
at oracle.integration.platform.blocks.adapter.fw.jca.spi.ResourceAdapter
Locator.findResourceAdapter(ResourceAdapterLocator.java:140)
at oracle.integration.platform.blocks.adapter.fw.impl.AdapterFrameworkIm
pl.endpointActivation(AdapterFrameworkImpl.java:332)
at oracle.integration.platform.blocks.adapter.fw.jca.lifecycle.JCAEndpoi
ntActivation.performEndpointActivation(JCAEndpointActivation.java:621)
at oracle.integration.platform.blocks.adapter.fw.jca.lifecycle.JCAEndpoi
ntActivation.activateInboundJcaEndpoint(JCAEndpointActivation.java:604)
at oracle.integration.platform.blocks.adapter.fw.jca.lifecycle.JCAEndpoi
ntActivation.performActivation(JCAEndpointActivation.java:371)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.endpointActivation(AdapterServiceRevisio
nRegistry.java:585)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.activate(AdapterServiceRevisionRegistry.
java:440)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.setDefaultRevision(AdapterServiceRevisio
nRegistry.java:405)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceSeries.setDefaultRevision(AdapterServiceRevisionR
egistry.java:330)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceSeriesSet.setDefaultRevision(AdapterServiceRevisi
onRegistry.java:136)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry.setDefaultRevision(AdapterServiceRevisionRegistry.java:98)
at oracle.integration.platform.blocks.adapter.AdapterService.defaultRevi
sionChanged(AdapterService.java:311)
at oracle.integration.platform.kernel.WLSFabricKernelInitializer$2.proce
ssDefaultInSeries(WLSFabricKernelInitializer.java:464)
at oracle.integration.platform.kernel.WLSFabricKernelInitializer$2.run(W
LSFabricKernelInitializer.java:391)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run
(WorkManagerExecutor.java:105)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManag
er.java:183)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
>
oracle.fabric.common.FabricDeploymentException: [JCABinding] [processDBAdapter.D
BAdapter/1.0]Unable to complete initialization due to: Endpoint Activation Error
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter was unable to activate the endpoint :{} due to the followi
ng reason: BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
Please correct the reported issue and redeploy the BPEL process.
: Endpoint Activation Error.
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter was unable to activate the endpoint :{} due to the followi
ng reason: BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
Please correct the reported issue and redeploy the BPEL process.
{rootCauses=[]}
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry.access$3600(AdapterServiceRevisionRegistry.java:68)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.endpointActivation(AdapterServiceRevisio
nRegistry.java:610)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.activate(AdapterServiceRevisionRegistry.
java:440)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.setDefaultRevision(AdapterServiceRevisio
nRegistry.java:405)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceSeries.setDefaultRevision(AdapterServiceRevisionR
egistry.java:330)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceSeriesSet.setDefaultRevision(AdapterServiceRevisi
onRegistry.java:136)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry.setDefaultRevision(AdapterServiceRevisionRegistry.java:98)
at oracle.integration.platform.blocks.adapter.AdapterService.defaultRevi
sionChanged(AdapterService.java:311)
at oracle.integration.platform.kernel.WLSFabricKernelInitializer$2.proce
ssDefaultInSeries(WLSFabricKernelInitializer.java:464)
at oracle.integration.platform.kernel.WLSFabricKernelInitializer$2.run(W
LSFabricKernelInitializer.java:391)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run
(WorkManagerExecutor.java:105)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManag
er.java:183)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Caused by: BINDING.JCA-12517
Endpoint Activation Error.
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter was unable to activate the endpoint :{} due to the followi
ng reason: BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
Please correct the reported issue and redeploy the BPEL process.
at oracle.integration.platform.blocks.adapter.fw.impl.AdapterFrameworkIm
pl.endpointActivation(AdapterFrameworkImpl.java:511)
at oracle.integration.platform.blocks.adapter.fw.jca.lifecycle.JCAEndpoi
ntActivation.performEndpointActivation(JCAEndpointActivation.java:621)
at oracle.integration.platform.blocks.adapter.fw.jca.lifecycle.JCAEndpoi
ntActivation.activateInboundJcaEndpoint(JCAEndpointActivation.java:604)
at oracle.integration.platform.blocks.adapter.fw.jca.lifecycle.JCAEndpoi
ntActivation.performActivation(JCAEndpointActivation.java:371)
at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterService
RevisionRegistry$AdapterServiceRevision.endpointActivation(AdapterServiceRevisio
nRegistry.java:585)
... 11 more
Caused by: BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
at oracle.integration.platform.blocks.adapter.fw.AdapterBindingException
.createJndiLookupException(AdapterBindingException.java:92)
at oracle.integration.platform.blocks.adapter.fw.jca.spi.ResourceAdapter
Locator.findResourceAdapter(ResourceAdapterLocator.java:140)
at oracle.integration.platform.blocks.adapter.fw.impl.AdapterFrameworkIm
pl.endpointActivation(AdapterFrameworkImpl.java:332)
... 15 more
<Mar 24, 2011 6:11:56 PM SGT> <Error> <oracle.integration.platform> <SOA-20020>
<Deployment of composite "processDBAdapter" failed: [JCABinding] [processDBAdapt
er.DBAdapter/1.0]Unable to complete initialization due to: Endpoint Activation E
rror.
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter was unable to activate the endpoint :{} due to the followi
ng reason: BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
Please correct the reported issue and redeploy the BPEL process.
: Endpoint Activation Error.
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter was unable to activate the endpoint :{} due to the followi
ng reason: BINDING.JCA-12561
JCA Resource Adapter location error (WebLogic).
Unable to locate the JCA Resource Adapter via .jca binding file element <connect
ion-factory/>
The JCA Binding Component is unable to startup the Resource Adapter specified in
the <connection-factory/> element: location='eis/DB/DAMS'.
The reason for this is most likely that either
1) the Resource Adapters RAR file has not been deployed successfully to the Web
Logic J2EE Application server or
2) the JNDI <jndi-name> setting in the WebLogic JCA deployment descriptor has n
ot been set to eis/DB/DAMS. In the last case you might have to add a new 'connec
tor-factory' entry (connection) to the deployment descriptor.
Please correct this and then restart the WebLogic Application Server
Please correct the reported issue and redeploy the BPEL process.
.>
INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/
Oracle/MIDDLE~1/USER_P~1/domains/URA_DO~1/config/fmwconfig/default-keystore.jks
INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty key
store password
INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key pass
word
INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Could not obtain keystore
location or password
==> CubeEngine deploy SchedulerProject/SchedulerBPELProcess took 172 msecs
INFO: DeploymentEventPublisher.invoke Publishing deploy event for default/Schedu
lerProject!1.0*soa_07eeda8d-196a-4174-81ee-05589086d5f2
INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/
Oracle/MIDDLE~1/USER_P~1/domains/URA_DO~1/config/fmwconfig/default-keystore.jks
INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty key
store password
INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key pass
word
INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Could not obtain keystore
location or password
==> CubeEngine deploy Registrationupload/RegistrationUploadBPELProcess took 531
msecs
INFO: DeploymentEventPublisher.invoke Publishing deploy event for default/Regist
rationupload!3.0*soa_7a4793e2-dab1-4d3f-b4a9-f6050dfda617
INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/
Oracle/MIDDLE~1/USER_P~1/domains/URA_DO~1/config/fmwconfig/default-keystore.jks
INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty key
store password
INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key pass
word
INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Could not obtain keystore
location or password
==> CubeEngine deploy Registrationupload/RegistrationUploadBPELProcess took 282
msecs
INFO: DeploymentEventPublisher.invoke Publishing deploy event for default/Regist
rationupload!1.0*soa_562b243b-bf72-41d6-8fc3-76777af5c1e9
looking up version 11.1.1.3.0
SchemaVersion actual dbVersion=11.1.1.3.0, expected dbVersion=11.1.1.3.0
INFO: FabricProviderServlet.stateChanged SOA Platform is running and accepting r
equests
please suggest and if my steps are wrong, then please guide me too.\
thks

Me too. I'm trying to setup an FTP Listener. As soon as I edit the Deployment Descriptor (with the FTP Server settings) and save it to a new DD file I get the same message.
Something isn't linking up. I do note that there is not an explicit setting for <jndi-name> in the DD, except within the Variable Declarations. Does anyone know where that should be included? I don't see it in any other DDs (that work), but they're not setup for Listening either...

Similar Messages

  • Error message when Database details are not configured properly

    Hi,
    I am using JDeveloper 11.1.1.1.4 and ADF-BC in my project.
    I use Weblogic Data Source connection to connect to Database.
    I have a requirement that when data base details are not configured properly in Weblogic Data Source or when Database is down,I need to display an error message either when I access application task flows or in login page itself when application starts.
    Can I achieve this???Please advice.
    Regards,
    Praveen

    Praveen,
    Check out Steve's example
    https://blogs.oracle.com/smuenchadf/resource/examples#129
    -Arun

  • The Em Key is not configured properly or is corrupted in the file system and doe s not exist in the Management Repository.

    I'm getting this error and is there any way to resolve this without re-creating the service/s again, etc. Just curious if there are any suggestions/steps I may have missed, if not, I'll drop and recreate the services again
    Anyway, I have a backup of the emkey.ora and put it in the sysman/config directory, but still doesn't work... please see below...
    C:\Documents and Settings\abigail>emctl status emkey
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is not configured properly or is corrupted in the file system and doe
    s not exist in the Management Repository. To correct the problem:
    1) Copy the emkey.ora file from another OMS or backup machine to the OH/sysman/c
    onfig directory.
    2) Configure the emkey.ora file by running "emctl config emkey -emkeyfile <emkey
    .ora file location>".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is already configured. To override the current configuration, run "em
    ctl config  emkey <options> -force".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config -force -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    The Em Key could not be configured. Unable to access file E:\app\abigail\product
    \11.2.0\dbhome_1\sysman\config.
    C:\Documents and Settings\abigail>emctl secure dbconsole -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    http://ABIGAIL:5501/em/console/aboutApplication
    DBCONSOLE already stopped...   Done.
    Agent is already stopped...   Done.
    Securing dbconsole...   Started.
    Please enter repository schema password:
    Securing dbconsole...   Failed.
    EMKey is misconfigured.

    Sorry but I'll have to ignore your suggestion, and don't worry about how I spend my time
    AND OHMYGODD IT WORKSS!!! For future reference, this is how I solved it based on my searches, actually based on one particular search:
    http://franjv.blogspot.com/2013/08/emkey-problems-in-oracle-rac-11gr2.html
    Thank youuu whoever wrote that and... is it the same "Fran" who helped me the last time?!? Coincidence??
    ANyway, thank youuuu

  • Error 633: The modem (or other connecting device) is already in use or is not configured properly.

    Hi all,
    I recently got that a new USB CDMA modem which works fine on Windows 7 system but when I try connecting to my other laptop which runs on Windows 8.1, it keeps giving the error:
    Error 633: The modem (or other connecting device) is already in use or is not configured properly. I've most of the links and solutions shared but none seems to work. I've generated diagnostic logs which are as follows. I interpreted some and most probably
    it seems like an issue of incompatible driver, but does anyone else sees any issues in these diagnostic logs. Looking forward to your suggestions.
    [4724] 06-01 20:01:56:314: ENTRY: Reading "Reliance Netconnect+"
    [4724] 06-01 20:01:56:315:
    Before LoadPortsList2 in ReadEntryList()
    [4724] 06-01 20:01:56:315: LoadPortsList2
    [4724] 06-01 20:01:56:315: GetRasPorts
    [4724] 06-01 20:01:56:315: RasPortEnum...
    [4724] 06-01 20:01:56:315: RasPortEnum=603,c=10
    [4724] 06-01 20:01:56:315: RasPortEnum...
    [4724] 06-01 20:01:56:315: RasPortEnum=0,c=10
    [4724] 06-01 20:01:56:315: RasGetDevConfig
    [4724] 06-01 20:01:56:316: RasGetDevConfig=603
    [4724] 06-01 20:01:56:316: RasGetDevConfig
    [4724] 06-01 20:01:56:316: RasGetDevConfig=0
    [4724] 06-01 20:01:56:316: SanitizeUnimodemBlob: mdm prot=0
    [4724] 06-01 20:01:56:316: Port=COM17,fHw=0,fEc=0,bps=921600,fSp=0,prot=0
    [4724] 06-01 20:01:56:316: StringCchCopy failed due to error 0x8007007a
    [4724] 06-01 20:01:56:317: LoadPortsList=0
    [4724] 06-01 20:01:56:317: successfully finished LoadPortsList2 in ReadEntryList()
    [4724] 06-01 20:01:56:317: Reading media group "serial"
    [4724] 06-01 20:01:56:317: New link format
    [4724] 06-01 20:01:56:317:
    DUPTEST:Port in this media
    [4724] 06-01 20:01:56:317: Port=COM17
    [4724] 06-01 20:01:56:317:
    Trying to match the phonebook port in the system ports
    [4724] 06-01 20:01:56:318: Port configured
    [4724] 06-01 20:01:56:318: SetDefaultModemSettings(bps=921600)=1
    [4724] 06-01 20:01:56:318: Reading device group "modem"
    [4724] 06-01 20:01:56:318: Device List after deleting dupe
    [4724] 06-01 20:01:56:318: StringCchCopy failed due to error 0x8007007a
    [4724] 06-01 20:01:56:318: Fix entry type, 0 to 1
    [4724] 06-01 20:01:56:318: Device List after deleting dupe
    [4724] 06-01 20:01:56:318: ReadRasFile: ReadEntryList returned 0
    [4724] 06-01 20:01:56:318: RASSQM: In ReadPhonebookFile Number of myuse profiles set 1
    [4724] 06-01 20:01:56:318: ReadPhonebookFile returns 0
    [4724] 06-01 20:01:56:318: RasGetAutodialAddressW
    [4724] 06-01 20:01:56:318: RasGetAutodialAddressW
    [4724] 06-01 20:01:56:318: DwEnumEntryDetails done. 0
    [4724] 06-01 20:01:56:318: RasGetEntryPropertiesW
    [4724] 06-01 20:01:56:318: IsRasmanServiceRunning=1
    [4724] 06-01 20:01:56:318: IsRasmanServiceRunning=1
    [4724] 06-01 20:01:56:318: GetPbkAndEntryName
    [4724] 06-01 20:01:56:318: ReadPhonebookFileEx: called for pbk C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk, flags 8
    [4724] 06-01 20:01:56:318: IsPublicPhonebook=0
    [4724] 06-01 20:01:56:318: path=C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:56:318: full path=C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:56:318:  IsVirtualizationNeeded: return value = 0
    [4724] 06-01 20:01:56:319: ENTRY: Reading "Reliance Netconnect+"
    [4724] 06-01 20:01:56:319:
    Before LoadPortsList2 in ReadEntryList()
    [4724] 06-01 20:01:56:319: LoadPortsList2
    [4724] 06-01 20:01:56:319: GetRasPorts
    [4724] 06-01 20:01:56:319: RasPortEnum...
    [4724] 06-01 20:01:56:319: RasPortEnum=603,c=10
    [4724] 06-01 20:01:56:319: RasPortEnum...
    [4724] 06-01 20:01:56:319: RasPortEnum=0,c=10
    [4724] 06-01 20:01:56:319: RasGetDevConfig
    [4724] 06-01 20:01:56:320: RasGetDevConfig=603
    [4724] 06-01 20:01:56:320: RasGetDevConfig
    [4724] 06-01 20:01:56:320: RasGetDevConfig=0
    [4724] 06-01 20:01:56:320: SanitizeUnimodemBlob: mdm prot=0
    [4724] 06-01 20:01:56:320: Port=COM17,fHw=0,fEc=0,bps=921600,fSp=0,prot=0
    [4724] 06-01 20:01:56:320: StringCchCopy failed due to error 0x8007007a
    [4724] 06-01 20:01:56:322: LoadPortsList=0
    [4724] 06-01 20:01:56:322: successfully finished LoadPortsList2 in ReadEntryList()
    [4724] 06-01 20:01:56:322: Reading media group "serial"
    [4724] 06-01 20:01:56:322: New link format
    [4724] 06-01 20:01:56:322:
    DUPTEST:Port in this media
    [4724] 06-01 20:01:56:322: Port=COM17
    [4724] 06-01 20:01:56:322:
    Trying to match the phonebook port in the system ports
    [4724] 06-01 20:01:56:322: Port configured
    [4724] 06-01 20:01:56:322: SetDefaultModemSettings(bps=921600)=1
    [4724] 06-01 20:01:56:322: Reading device group "modem"
    [4724] 06-01 20:01:56:322: Device List after deleting dupe
    [4724] 06-01 20:01:56:322: StringCchCopy failed due to error 0x8007007a
    [4724] 06-01 20:01:56:322: Fix entry type, 0 to 1
    [4724] 06-01 20:01:56:322: Device List after deleting dupe
    [4724] 06-01 20:01:56:322: ReadRasFile: ReadEntryList returned 0
    [4724] 06-01 20:01:56:322: RASSQM: In ReadPhonebookFile Number of myuse profiles set 1
    [4724] 06-01 20:01:56:322: ReadPhonebookFile returns 0
    [4724] 06-01 20:01:56:322: DuplicatePhoneNode
    [4724] 06-01 20:01:56:322: GetPbkAndEntryName. rc=0x0
    [4724] 06-01 20:01:56:322: GetInstalledProtocolsEx=0xc.
    [4724] 06-01 20:01:57:690: DwEnumEntryDetails
    [4724] 06-01 20:01:57:690: IsRasmanServiceRunning=1
    [4724] 06-01 20:01:57:690: IsRasmanServiceRunning=1
    [4724] 06-01 20:01:57:690: ReadPhonebookFileEx: called for pbk C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk, flags 8
    [4724] 06-01 20:01:57:690: IsPublicPhonebook=1
    [4724] 06-01 20:01:57:690: path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:57:690: full path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:57:690:  IsVirtualizationNeeded: return value = 1
    [4724] 06-01 20:01:57:690: GetLUAPhonebookPath: Return value 0 hiddenpbk path C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\_hiddenPbk\rasphone.pbk
    [4724] 06-01 20:01:57:690: ReadRasFile: ReadEntryList returned 0
    [4724] 06-01 20:01:57:690: SyncMasterPhonebookFile:++
    [4724] 06-01 20:01:57:690: IsPublicPhonebook=1
    [4724] 06-01 20:01:57:690: path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:57:690: full path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:57:690: FindFirstFile failed with 0x2
    [4724] 06-01 20:01:57:690: ReadRasFile: File C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk does not exist
    [4724] 06-01 20:01:57:690: DeleteEntriesOnlyInHiddenPhonebookFile ++
    [4724] 06-01 20:01:57:690: WritePhonebookFile
    [4724] 06-01 20:01:57:690: ModifyEntryList: Number of connections written 0
    [4724] 06-01 20:01:57:690: RASSQM: In WritePhonebookFile Number of alluser profiles set 0
    [4724] 06-01 20:01:57:690: DeleteEntriesOnlyInHiddenPhonebookFile : WritePhonebookFile failed with 0
    [4724] 06-01 20:01:57:690: RASSQM: In ReadPhonebookFile Number of alluser profiles set 0
    [4724] 06-01 20:01:57:690: ReadPhonebookFile returns 0
    [4724] 06-01 20:01:57:691: IsRasmanServiceRunning=1
    [4724] 06-01 20:01:57:691: IsRasmanServiceRunning=1
    [4724] 06-01 20:01:57:691: ReadPhonebookFileEx: called for pbk C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk, flags 8
    [4724] 06-01 20:01:57:691: IsPublicPhonebook=0
    [4724] 06-01 20:01:57:691: path=C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:57:691: full path=C:\Users\lavi\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
    [4724] 06-01 20:01:57:691:  IsVirtualizationNeeded: return value = 0

    Hi,
    We could get more information about your problem through this log. While, for your problem, first of all, it would be better to contact USB Modem manufacture to confirm its compatibility with Windows edition.
    After that, make sure its driver was upgraded to be latest.
    Roger Lu
    TechNet Community Support

  • "Your server is not configured properly or your search query has ..."

    Config info:
    v490, 20k+users, JES 2005Q1,
    118540-23
    118207-42
    115614-20
    Brief Description:
    When users select the Corporate Directory under the Address Book tab in CE and click the ALL button (or do a wildcard search) they get the following error:
    "Your server is not configured properly or your search query has
    exceeded the limit. Please check server configuration."
    Additional info:
    Additionally this error shows up when a user chooses a View: letter and clicks next for the following page, and additionally if they have the Corporate Directory set as their default address book in options.
    Logs:
    /sun1/dirserv/slapd-mail/logs/errors:
    [11/Oct/2005:10:44:21 -0500] - WARNING<20805> - Backend Database - conn=161557 op=34 msgId=169 - search is not indexed
    /sun1/dirserv/slapd-mail/logs/access:
    [11/Oct/2005:10:23:21 -0500] conn=161557 op=17 msgId=124 - SRCH base="o=ualr.edu,dc=mail,dc=ualr,dc=edu" scope=2
    filter="(&(&(cn=*)(|(objectClass=INETORGPERSON)(objectClass=GROUPOFUNIQUENAMES)))(objectClass=*))"
    attrs="objectClass"
    [11/Oct/2005:10:23:31 -0500] conn=161557 op=17 msgId=124 - RESULT err=0 tag=101 nentries=20540 etime=10 notes=U
    /var/sun1/comexp/logs/uwc.log:
    Oct 11, 2005 10:52:20 AM com.sun.uwc.abclient.ABInitFilter doFilter WARNING: Address Book session already set!!
    changes in /var/sun1/comexp/WEB-INF/config/corp-dir/db_config.properties
    lookthru_limit=30000
    I have a ticket, just wondering if anyone else has this problem...

    You'll be getting this in your case update (answer in response to the internal conversation we've been having about your issue)
    So if they really want to control wildcard searches then they should look in the "personalstore.properties" file for the domain (default: /var/opt/SUNWuwc/WEB-INF/domain/personalstore.properties) for the value of "db.idir.wildcardsearch". Its possible settings are documented in the comments. If they wish to disable all "*" and "*x*" searches (i.e. turn off the 'All' and selecting a letter options) they should set the value to at least 2.

  • SOLVED: Dell XPS 1530 wireless not configured properly , need help.

    Had another post about different questions but after playing around with this for a few days I think that my wifi is not configured properly. Every thing looks good on the hardware and driver end and shows up properly.
    This is my wifi card
    grep -i wireless
    0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:15:C5:84:7A:7C 
              inet addr:162.178.12.101  Bcast:192.168.0.255  Mask:255.255.255.0
              inet6 addr: fe80::215:c5ff:fe84:7a7c/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:6225 errors:0 dropped:0 overruns:0 frame:0
              TX packets:6557 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:4309676 (4.1 Mb)  TX bytes:996746 (973.3 Kb)
              Interrupt:16
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:6 errors:0 dropped:0 overruns:0 frame:0
              TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:380 (380.0 b)  TX bytes:380 (380.0 b)
    wlan0     Link encap:Ethernet  HWaddr 00:1C:BF:75:0A:1F 
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    wmaster0  Link encap:UNSPEC  HWaddr 00-1C-BF-75-0A-1F-00-00-00-00-00-00-00-00-00-00 
              [NO FLAGS]  MTU:0  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    My rc.conf is asfollows.
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="local"
    USEDIRECTISA="no"
    TIMEZONE="America/Toronto"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="archtom"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    #   - no hyphens in your interface names - Bash doesn't like it
    # DHCP:     Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="eth0 162.178.12.101 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(eth0 wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 162.178.12.1"
    #ROUTES=(!gateway)
    ROUTES=(gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond alsa hal fam gdm)
    Another think is the card is there and recognized but the led light is not on so the card is not actually turning on and that can be an issue so can not scan for networks or even bring wlan0 up as I get this error.
    SIOCSIFFLAGS: No such file or directory
    Your help would be greatly appreciated as though I have used Ubuntu and Fedora for years everything worked out of the box so this is new to me. He he breakage I love Arch , learning so much.
    Last edited by TomWitko (2009-08-23 15:05:33)

    Umm k looking into this and fixing this now. Went by the wiki page for the dell xps 1530 and it stated I needed the 65 driver, just figured out I have the 45 card so need the 45 driver. Will update later when I get it fixed.
    K changed the driver and now can get wlan0 up ,, have to check out if everthing works now.
    Last edited by TomWitko (2009-08-23 14:58:09)

  • One or More Resource is not configured properly ..

    All,
    I am having issue when i am trying to disable a user , on the UI , its throwing an error saying "One or More Resource is not configured properly .."
    Can you please help me to understand the issue
    Thanks
    Preeti ..

    You can try isolating the resource which is causing the issue , make sure that all the resources are having disable trigger mapped in Task effect of the task .
    Thanks
    Suren

  • Satellite A200: Modem has an error 633: already in use or is not configured properly

    My notebook is A200-FE0.
    When I tried to make a dial-up connection, there is an error window says:
    "Error 633: The modem (or other connecting device) is already in use or is
    not configured properly".
    When I test my modem by clicking query modem on the Diagnostics tab in the modems tool in
    Control Panel, the modem responds normally and appear to be working
    correctly.
    When I test my modem by using the Toshiba diagnostic tools, it shows "pass" and I canhear the dail tone too.
    I tired to uinstall and reinstall the driver twice.
    But I just can't make a dial-up connection and keep getting the error 633. I am really upset about it.
    Please help me! Thank you a lot!

    Thanks for the hint.
    I tried this method too. I am using windows vista home premium. I can't find the files named telephon.ini and tapiini.exe in my computer.
    I noticed that this method is only for windows 98 and windows ME.

  • Resource not configured properly

    Hi,
    I had created a generic resource say ResourceX. Now when I disable a user who has been granted this resource X, I get following exception:
    DOBJ.RESOURCE_NOTCONFIGURED_PROPERLYOne or more provisioned resource is not configured properly
    I am using OID connector to provision into LDAP. This is making changes in orclisenabled attribute, but not in status attribute.
    But when I try to simply disable a user without granting him this resource, its working fine.
    What can teh problem be?
    N.B. I havent defined any delete or disable task in the resource.

    Re: ADCS Enable User is not getiing Initiated

  • Date format is not working properly for Calender value help

    Hi Experts,
    We have two problems.
    1. We want to change the format of date displayed. We want format of dd-MMM-yy. For that we have created one Simple
    Type Dictionary Object with Displaying format dd-MMM-yy. It is working
    fine for the non editable UI. But once I apply the dictionary type
    object as data type for an input field, probem happens. Once the user
    choose a date from calender value help the value in the input field is
    coming like 01-011-12 not like 01-Jan-12.
    The date format is not changing from the calender. But if we set the
    display format of the dictionary object to MM-dd-yy or MM/dd/yy or
    dd/MM/yy or dd-MM-yy the format conversion from calender to input field
    is happening properly.
    The only problem once we put MMM in place of MM for the input field
    where user is selecting from a calender value help.
    2. We want to restrict users from entering the value manually for date input field. The user
    should be able only to enter value by selecting from calender value
    help.
    Please give suitable solution for these problems
    Thanks
    Shankha

    Hi Sankha,
    Please refer the links below:
    http://scn.sap.com/thread/1659463
    http://scn.sap.com/thread/1533443
    Regards,
    Manoj

  • Xdm: sessreg not configured properly?

    Hi All,
    I've been experimenting with xdm recently and I've found that sessreg does not seem to be configured properly.  When I login using xdm, no user sessions are recorded, using "w" or "last" reports that no one is logged in, even though I am logged in!  If I revert to slim, it works fine, logins and logouts are recorded properly.
    I've tried swapping the sessreg commands in /etc/X11/xdm/Xstartup and /etc/X11/xdm/Xreset with those in /etc/slim.conf, but it hasn't helped.
    Does anyone else have this problem?  Or a solution?
    Thanks,
    Rob

    i can assure you that it works in lxdm,
    > cat /etc/pam.d/lxdm
    #%PAM-1.0
    auth requisite pam_nologin.so
    auth required pam_env.so
    auth required pam_unix.so
    account required pam_unix.so
    session required pam_limits.so
    session required pam_unix.so
    password required pam_unix.so
    session optional pam_lastlog.so
    session optional pam_loginuid.so
    -session optional pam_ck_connector.so nox11
    cybertorture@freeman ~
    > who
    cybertorture pts/0 2011-11-29 00:57 (:0.0)
    cybertorture@freeman ~
    > lastlog
    Username Port From Latest
    root tty1 чт ное 24 16:45:11 +0200 2011
    cybertorture tty3 вт ное 29 00:19:41 +0200 2011
    Last edited by cybertorture (2011-11-28 23:21:56)

  • Web service proxy and data control are not working properly

    Hi,
    I am working on jDeveloper 11.1.1.6
    I have a SOA web service which requires 3 inputs and return with a set of data.
    When I tried testing that web service in soapUI it is working perfect. But when I have created a web service proxy in my application and trying to test it from class (*******_ptClient) main method everytime it is replying with the output null
    Also When I am requesting from the main method SOA is getting proper input (which I am providing in the main method) and SOA is returning proper output I have checked the SOA instance in em. So there is no problem in SOA side.
    After that I have created web service data control and tested in that case also it is not showing any result.
    What could be the problem ?
    Please help.
    Thanks
    --NavinK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Shay Shmeltzer,
    Thanks for the reply.
    I tried in HTTP Analyzer in JDeveloper and there also it is not working. My concern is :-
    There are many other web services deployed on the same SOA server in same partition and they are working fine in HTTP analyzer and I am able to create and use the web service proxy as well. So as per my understanding there is nothing like network issues between SOA server and jDeveloper.
    1 more thing When I am creating the proxy for this web service and requesting from the proxy's main method SOA is getting proper input (which I am providing in the main method) and SOA is returning proper output I have checked the SOA instance in em. So there is no problem in SOA side. The problem is jDeveloper is not able to get back that response which SOA is returning.
    Please Help.
    -- NavinK

  • Check box with Boolean data type is not behaving properly

    Hi,
    I create a sample application with one entity driven view object with two attributes. One is of String data type [Value will be Y/N] and another (transient) attribute with Boolean data type. I planned to bind this boolean data type attribute to UI. I overridded the view row impl class and included setting of boolean attribute inside the setter of String attribute. Also in the getter of boolean attribute, added code to check the string attribute and return true/false based on that. Everything is working fine in application module tester. But when i test the same in view controller project in a page, it is not working. Always Check box component is not checked eventhough when i explicitly check it.
    [NOTE: I have given the control hint of Boolean attribute as check_box. Also i don't want selected/unselected entries in the page def file. That's why followed this approach]
    Have i missed out anything? Why this behaviour.
    Thanks in advance.
    Raguraman

    what is the value that is going in when u check it.. did u debug it.. is the viewRowimps setter and getter getting called.. and is it having the right value set and got.. and ur sure that ur using selectBooleanCheckBox..
    ur binding the checkbox to the transient value right??

  • DB adapter does not start properly, status 'suspended'

    Hi all,
    I'm experiencing problems when starting multiple db adapters in my Interconnect 10.1.2. configuration on HP/UX.
    I start the adapters from the command line with the start script. The first two or three adapters start up completely, after that the next adapter commences startup, but the process seems to hang when it wants to subscribe to a message.
    From within ICManager, the adapter has status 'Suspended'. If I use ICManager to restart one of the running adapters, the one that was hanging resumes startup and is running fine after that. The adapter that was restarted also starts and all is up and running.
    However, when I use this scenario to start yet another adapter, the adapter that is restarted with ICManager doesn't start but seems to hang at the same point and gets status suspended!
    In COMPONENTINFO table in the ICHUB schema all adapters are visible.
    Any help would be greatly appreciated!
    Rob

    Hi,
    I have exactly the same problem.
    Do you remember how did you solve this problem ?
    Jack

  • Data driven subscription not working properly.

    Dear All
    I am in trouble in finding solution to this please help me on this.
    I have a data driven subscription which sends group wise multiple mail to recipients.
    Now when subsciption runs it only send one email to one recipient and in status show like..
    where in reportserver database it shows single execution of subscription .
    Kindly note last run : 11:02:06
    this is log files for above run time :
    library!WindowsService_1!fc8!09/26/2014-11:02:06:: i INFO: Schedule 885a4ed9-3722-4867-92c2-f6af77533064 executed at 09/26/2014 11:02:06.
    schedule!WindowsService_1!fc8!09/26/2014-11:02:06:: Creating Time based subscription notification for subscription: f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6
    library!WindowsService_1!fc8!09/26/2014-11:02:06:: i INFO: Schedule 885a4ed9-3722-4867-92c2-f6af77533064 execution completed at 09/26/2014 11:02:06.
    library!WindowsService_1!a04!09/26/2014-11:02:06:: i INFO: Handling data-driven subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6 to report /EDP_Reports/HR And Admin/HR_yesterday_Missing_Punch_Report_005, owner: BCS\Administrator, delivery extension: Report
    Server Email.
    library!WindowsService_1!a04!09/26/2014-11:02:07:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!fc8!09/26/2014-11:02:07:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!7c0!09/26/2014-11:02:07:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!a04!09/26/2014-11:02:07:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!1174!09/26/2014-11:02:07:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    notification!WindowsService_1!fc8!09/26/2014-11:02:07:: i INFO: Handling subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6 to report HR_yesterday_Missing_Punch_Report_005, owner: BCS\Administrator, delivery extension: Report Server Email.
    library!WindowsService_1!ae4!09/26/2014-11:02:07:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    notification!WindowsService_1!a04!09/26/2014-11:02:07:: i INFO: Handling subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6 to report HR_yesterday_Missing_Punch_Report_005, owner: BCS\Administrator, delivery extension: Report Server Email.
    notification!WindowsService_1!ae4!09/26/2014-11:02:07:: i INFO: Handling subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6 to report HR_yesterday_Missing_Punch_Report_005, owner: BCS\Administrator, delivery extension: Report Server Email.
    notification!WindowsService_1!7c0!09/26/2014-11:02:07:: i INFO: Handling subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6 to report HR_yesterday_Missing_Punch_Report_005, owner: BCS\Administrator, delivery extension: Report Server Email.
    notification!WindowsService_1!1174!09/26/2014-11:02:07:: i INFO: Handling subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6 to report HR_yesterday_Missing_Punch_Report_005, owner: BCS\Administrator, delivery extension: Report Server Email.
    library!WindowsService_1!a04!09/26/2014-11:02:07:: i INFO: RenderForNewSession('/EDP_Reports/HR And Admin/HR_yesterday_Missing_Punch_Report_005')
    library!WindowsService_1!fc8!09/26/2014-11:02:07:: i INFO: RenderForNewSession('/EDP_Reports/HR And Admin/HR_yesterday_Missing_Punch_Report_005')
    library!WindowsService_1!1174!09/26/2014-11:02:07:: i INFO: RenderForNewSession('/EDP_Reports/HR And Admin/HR_yesterday_Missing_Punch_Report_005')
    library!WindowsService_1!7c0!09/26/2014-11:02:07:: i INFO: RenderForNewSession('/EDP_Reports/HR And Admin/HR_yesterday_Missing_Punch_Report_005')
    library!WindowsService_1!ae4!09/26/2014-11:02:07:: i INFO: RenderForNewSession('/EDP_Reports/HR And Admin/HR_yesterday_Missing_Punch_Report_005')
    library!ReportServer_0-1!1154!09/26/2014-11:02:07:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-1!1154!09/26/2014-11:02:07:: Call to ListSubscriptionsAction(null, null).
    library!ReportServer_0-1!1154!09/26/2014-11:02:07:: Call to GetSystemPropertiesAction().
    library!WindowsService_1!1174!09/26/2014-11:02:08:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!fc8!09/26/2014-11:02:08:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!a04!09/26/2014-11:02:08:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!ae4!09/26/2014-11:02:08:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!7c0!09/26/2014-11:02:08:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    library!WindowsService_1!a04!09/26/2014-11:02:09:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout
    or low disk condition within the database.;
    emailextension!WindowsService_1!a04!09/26/2014-11:02:09:: e ERROR: Error sending email. Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection
    failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 93) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    notification!WindowsService_1!a04!09/26/2014-11:02:09:: e ERROR: Error occured processing subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6: Failure sending mail: An error occurred within the report server database.  This may be due to a connection failure,
    timeout or low disk condition within the database.Mail will not be resent.
    library!WindowsService_1!1174!09/26/2014-11:02:14:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout
    or low disk condition within the database.;
    emailextension!WindowsService_1!1174!09/26/2014-11:02:14:: e ERROR: Error sending email. Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection
    failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 95) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    notification!WindowsService_1!1174!09/26/2014-11:02:14:: e ERROR: Error occured processing subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6: Failure sending mail: An error occurred within the report server database.  This may be due to a connection failure,
    timeout or low disk condition within the database.Mail will not be resent.
    library!WindowsService_1!ae4!09/26/2014-11:02:16:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout
    or low disk condition within the database.;
    emailextension!WindowsService_1!ae4!09/26/2014-11:02:16:: e ERROR: Error sending email. Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection
    failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 90) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    notification!WindowsService_1!ae4!09/26/2014-11:02:16:: e ERROR: Error occured processing subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6: Failure sending mail: An error occurred within the report server database.  This may be due to a connection failure,
    timeout or low disk condition within the database.Mail will not be resent.
    library!WindowsService_1!fc8!09/26/2014-11:02:18:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout
    or low disk condition within the database.;
    emailextension!WindowsService_1!fc8!09/26/2014-11:02:18:: e ERROR: Error sending email. Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection
    failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 88) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    notification!WindowsService_1!fc8!09/26/2014-11:02:18:: e ERROR: Error occured processing subscription f9acd34c-e7f2-41e9-86d1-c0b7fd1491d6: Failure sending mail: An error occurred within the report server database.  This may be due to a connection failure,
    timeout or low disk condition within the database.Mail will not be resent.
    library!ReportServer_0-1!1154!09/26/2014-11:02:42:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-1!1154!09/26/2014-11:02:42:: Call to ListSubscriptionsAction(null, null).
    library!ReportServer_0-1!1154!09/26/2014-11:02:42:: Call to GetSystemPropertiesAction().
    I am not getting why it is happening .. hope this is enough to understand issue
    Dilip Patil..

    Make sure you have enough space for ReportserverTempDb and SQL Server TempDB for getting the data from respective database.
    As per the errors seems query has issues with blockings.
    Transaction (Process ID 90) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    Please verify the query in SSMS and make sure the results are appearing smoothly.
    Regards, Pradyothana DP http://www.dbainhouse.blogspot.in/ .Please Mark This As Answer if it solved your issue.

Maybe you are looking for

  • Can't View More than 1 Calendar at a time

    Hi, Just got my first mac since 1992, and starting tofigure it all out.  iCal is giving me a headache.  It looks NOTHING like any of the screenshots I've seen from Apple... first off it's got goldmenus, not system default colors.  (iCal 5 in Lion). I

  • Sending an idoc to 1 the of the 2 idocs in the receiver side based on field

    Hi, Am having 1 idoc in sender side SHPMNT05 and 2 idocs in receiver side DELVRY05 and VEHCLE01. My requirement is to send data to DELVRY05 only when one field in SHPMNT05 is having space in it and to VEHCLE01 only if having Vehicle no in that partic

  • Formula Columnn in Matrix Report (Running Balance)

    Hi all. I hope somebody can help me. I am working on a matrix report using multi-query data models. The report has 2 groups in the horizontal axis and 3 groups in the vertical axis. The intersection is not just a single row but may consist of multipl

  • IWeb '08 Creating Popups

    I am designing my website for the first time using iweb '08. I don't like their slideshow options. I basically resized images to thumbnails on my page and I want to create an action so when you click on a thumbnail, the selected image pop-ups. Is the

  • Error message when setting preferences in photoshop cc?

    Receive message: "could not complete the Interface command the internal file signature is incorrect"?