Aia:isLoggingEnabled

In the AIA config file we have trace.log.enabled to true at system level and nothing is set at service levels. But where are the loglevels defined?
This always returns true irrespective of the logLevel I pass, what conditions does it return false?
I have so far tried the following:
In EM-> OC4j_SOA -> Admin -> Logger Configuration, I have changed the RootLogger level from INFO to pretty much everything and the behavior is always the same.
I was expecting if I set the logLevel to DEBUG and if I check for isTraceLogEnabled('Info', service_name) still returns true and hence am confused the use of logLevel in AIA.

You should be able to set the log level for AIA loggers through the same EM Console. Please search for "oracle.aia.logging.error" and "oracle.aia.logging.trace" for AIA specific loggers.
AIA uses Java logging and the supported log levels in descending order are:
•SEVERE (highest value)
•WARNING
•INFO
•CONFIG
•FINE
•FINER
•FINEST (lowest value)
http://java.sun.com/j2se/1.5.0/docs/api/java/util/logging/Level.html
Regards
Rohit

Similar Messages

  • Error while running batchdiagnostics.sh for AIA for Comms 2.0.1 installed

    I read while going through a document that to check whether AIA installation was successful
    1. User should run the $AIA_HOME/diagnostics/bin/batchdiagnostics.sh script. When completed the
    output can be reviewed in $AIA_HOME/diagnostics/logs/BatchDiagnostics. Any errors in the error log
    should be resolved and then the results log checked.
    I am getting the following in the error log file.
    Can anybody please help.
    Error log file is location: $AIA_HOME/diagnostics/logs/Batch
    File name :error_Batch.log
    [2009-06-17T14:48:14.477+05:30] [aia] [NOTIFICATION] [] [diagnostics.error] [tid: 10] [ecid: 10.201.80.7:68702:1245230294333:0,0] Batch Errors[[
    Test Name :: SOASuiteVersion
    Error Log::
    Test Start Time : Wed Jun 17 14:44:48 IST 2009
    Error while fetching the Data Base schema Version and type
    java.lang.RuntimeException: ORA-01017: invalid username/password; logon denied
         at oracle.apps.aia.core.install.utilities.OraBpelSchemaVersion.getVersion(Unknown Source)
         at oracle.apps.aia.core.diagnostics.tests.SOASuiteVersion.executeTest(SOASuiteVersion.java:129)
         at oracle.apps.aia.core.diagnostics.tests.SOASuiteVersion.runBatch(SOASuiteVersion.java:46)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.executeBatchTest(AIADiagnostics.java:384)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.invoke(AIADiagnostics.java:56)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.main(AIADiagnostics.java:423)
    Caused by: java.lang.RuntimeException: ORA-01017: invalid username/password; logon denied
         at oracle.apps.aia.core.install.utilities.DBConnection.getConnection(Unknown Source)
         ... 6 more
    Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:277)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:430)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.apps.aia.core.install.utilities.DBConnection.getBPELConnection(Unknown Source)
         ... 7 more
    Test Name :: SeedData
    Error Log::
    Test Start Time : Wed Jun 17 14:46:17 IST 2009
    java.util.zip.ZipException: No such file or directory
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:203)
         at java.util.zip.ZipFile.<init>(ZipFile.java:84)
         at oracle.apps.aia.core.install.utilities.DVMDiff.unzip(Unknown Source)
         at oracle.apps.aia.core.diagnostics.tests.SeedDataDiagnostic.executeTest(SeedDataDiagnostic.java:90)
         at oracle.apps.aia.core.diagnostics.tests.SeedDataDiagnostic.runBatch(SeedDataDiagnostic.java:35)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.executeBatchTest(AIADiagnostics.java:384)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.invoke(AIADiagnostics.java:56)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.main(AIADiagnostics.java:423)
    java.lang.RuntimeException
         at oracle.apps.aia.core.install.utilities.CompareListOfFiles.getFileNames(Unknown Source)
         at oracle.apps.aia.core.install.utilities.CompareListOfFiles.compareFilesAndList(Unknown Source)
         at oracle.apps.aia.core.diagnostics.tests.SeedDataDiagnostic.executeTest(SeedDataDiagnostic.java:105)
         at oracle.apps.aia.core.diagnostics.tests.SeedDataDiagnostic.runBatch(SeedDataDiagnostic.java:35)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.executeBatchTest(AIADiagnostics.java:384)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.invoke(AIADiagnostics.java:56)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.main(AIADiagnostics.java:423)
    Caused by: oracle.apps.aia.core.install.exception.DirectoryNotFoundException
         at oracle.apps.aia.core.install.utilities.DirectoryIterator.<init>(Unknown Source)
         at oracle.apps.aia.core.install.utilities.DirectoryIterator.getDirectoryIterator(Unknown Source)
         ... 7 more
    java.lang.RuntimeException
         at oracle.apps.aia.core.install.utilities.CompareListOfFiles.getFileNames(Unknown Source)
         at oracle.apps.aia.core.install.utilities.CompareListOfFiles.compareFilesAndList(Unknown Source)
         at oracle.apps.aia.core.diagnostics.tests.SeedDataDiagnostic.executeTest(SeedDataDiagnostic.java:143)
         at oracle.apps.aia.core.diagnostics.tests.SeedDataDiagnostic.runBatch(SeedDataDiagnostic.java:35)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.executeBatchTest(AIADiagnostics.java:384)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.invoke(AIADiagnostics.java:56)
         at oracle.apps.aia.core.diagnostics.AIADiagnostics.main(AIADiagnostics.java:423)
    Caused by: oracle.apps.aia.core.install.exception.DirectoryNotFoundException
         at oracle.apps.aia.core.install.utilities.DirectoryIterator.<init>(Unknown Source)
         at oracle.apps.aia.core.install.utilities.DirectoryIterator.getDirectoryIterator(Unknown Source)
         ... 7 more
    Result log file is location : $AIA_HOME/diagnostics/logs/Batch
    Result file name : result_Batch.log
    [2009-06-17T14:48:14.333+05:30] [aia] [NOTIFICATION] [] [diagnostics.result] [tid: 10] [ecid: 10.201.80.7:68702:1245230294333:0,0] Batch Results[[
    Test Name :: SOASuiteVersion
    Test Start Time : Wed Jun 17 14:44:48 IST 2009
    Operating System Name : Linux
    Operating System Version : 2.6.9-42.ELsmp
    Operating System Architecture : i386
    Application Server Name : oc4j_soa
    Application Server Version : 10.1.3.3.0
    Application Server Build Date : 070610
    Error while fetching the Data Base schema Version and type
    Error : ORA-01017: invalid username/password; logon denied
    The following patches have been applied :
    1) Patch 6503011 applied on Fri Feb 06 12:46:46 IST 2009
    2) Patch 6502942 applied on Fri Feb 06 12:43:34 IST 2009
    3) Patch 6499177 applied on Fri Feb 06 12:42:52 IST 2009
    4) Patch 6484367 applied on Fri Feb 06 12:40:00 IST 2009
    5) Patch 6443218 applied on Fri Feb 06 12:39:16 IST 2009
    6) Patch 6367355 applied on Fri Feb 06 12:38:22 IST 2009
    7) Patch 6311809 applied on Fri Feb 06 12:37:46 IST 2009
    8) Patch 5515836 applied on Fri Feb 06 12:37:14 IST 2009
    9) Patch 5473225 applied on Fri Feb 06 12:35:49 IST 2009
    Test End Time : Wed Jun 17 14:45:09 IST 2009
    Total Time Taken : HH:MM:SS.m : 0:0:20:431
    Test Name :: SeedData
    Test Start Time : Wed Jun 17 14:46:17 IST 2009
    Error while exporting the seeddata
    Error : No such file or directory
    Error while comparing the DVMs
    Error : null
    Error while comparing the XREF files
    Error : null
    Test End Time : Wed Jun 17 14:47:30 IST 2009
    Total Time Taken : HH:MM:SS.m : 0:1:13:54
    Thanks,
    Puja
    Edited by: user2687719 on Jun 17, 2009 3:49 AM

    Never mind
    I have figured it out.
    I had to create few symbolic links under $HOME/Middleware
    In particular Oracle_IDM1
    The config.sh script is setting ORACLE_HOME based on pwd.
    And pwd is returning the path of the linked directory and not $HOME/Middleware/Oracle_IDM1
    Once I fixed the script to simple use the correct ORACLE_HOME, it finishes correctly

  • Error in installing AIA FP 11.1.1.7.0 on Windows 7 64 bit machine

    Hi
    I am trying to install Oracle AIA Foundation Pack 11.1.1.7.0, on a windows 7 machine (64 bit), using the "silent" mode i.e. using the response file.
    I have already installed the following components successfully -
    1. Weblogic - 10.3.5
    2. Fusion middleware SOA Suite - 11.1.7.0
    3. Oracle database - 12c
    I am running these components on JDK 1.8.
    But now, while installing the AIA FP, I am getting following error -
    [CONFIG] [AIA Configuration] [Deploy Application Configurations]:     [exec] This Exception occurred at .
         [exec] oracle.mds.lcm.client.MDSLCMClientException: MDSAppRuntimeMBean is not available for oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=soa-infra,Location=soa_server1,*
    [CONFIG] [AIA Configuration] [Deploy Application Configurations]:     [exec] oracle.mds.lcm.client.MDSLCMClientException: MDSAppRuntimeMBean is not available for oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=soa-infra,Location=soa_server1,*
         [exec] at oracle.mds.lcm.client.MetadataTransferManager.getAppRuntimeMBeanName(MetadataTransferManager.java:645)
    [CONFIG] [AIA Configuration] [Deploy Application Configurations]:     [exec] at oracle.mds.lcm.client.MetadataTransferManager.getAppRuntimeMBeanName(MetadataTransferManager.java:645)
         [exec] at oracle.mds.lcm.client.MetadataTransferManager.importMetadata(MetadataTransferManager.java:514)
    Can anyone please help?

    SOLVED -
    This issue was solved when I downgraded the database from 12c to 11g. There were few more issues further even after downgrading the database (classnotfound and so on), which were solved when I downgraded the JDK from 8 to 7.
    So to summarize, this was the complete stack for successful installation in my case -
    1. Windows 7, 64 bit
    2. JDK - 1.7.0_75
    3. SOA Suite - 11.1.1.7.0
    4. RCU - 11.1.1.7.0_32
    5. Weblogic - 10.3.5
    6. OER - 11.1.1.7.0
    Hope this helps anyone who runs into similar issue.

  • Aia:isLogTraceMessage returns null in header

    Hi:
    I want to see the trace message in the log . First I have checked wherther the aia:isTraceLoggingEnabled() fuction is returning true for loglevel = 'FINEST' or not . If it is returning true , then I am calling the function aia:logTraceMessage() to write the trace message in the log.
    I have used the following finction
    1. In a switch case in BPEL , I am checking aia:isTraceLoggingEnabled('FINEST','ValidateBOMBPEL')='true' . This is returining true.
    2. If true , I am assigning the following expression in a temp variable
    aia:logTraceMessage('FINEST',bpws:getVariableData('inputVariable','payload','/ns1:CreateBillOfMaterialsEBM/ns2:EBMHeader'),'Logging Trace Message From ValidateBOMBPEL Process')
    3. In the log <AIA/HOME>/Logs/Trace - log.xml , I can see the trace message , but the header information is populated as NULL like EBM Name , EBO Name etc. However , I can see those values present in the input through by BPEL Console (Audit Flow)
    The sample trace message is :
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-05-29T12:19:46.293+05:30</TSTZ_ORIGINATING>
    <COMPONENT_ID>aia</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>32</MSG_LEVEL>
    <HOST_ID>01hw158283</HOST_ID>
    <HOST_NWADDR>192.168.15.64</HOST_NWADDR>
    <MODULE_ID>logging.trace</MODULE_ID>
    <THREAD_ID>14</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    <SUPPL_ATTRS>
    <ATTR NAME="SENDER_ID"></ATTR>
    <ATTR NAME="SENDER_MESSAGE_ID"></ATTR>
    <ATTR NAME="EBM_NAME"></ATTR>
    <ATTR NAME="EBO_NAME"></ATTR>
    <ATTR NAME="EBM_ID"></ATTR>
    <ATTR NAME="SENDER_TRANSACTION_CODE"></ATTR>
    <ATTR NAME="VERB_CODE"></ATTR>
    </SUPPL_ATTRS>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.15.64:94602:1243579784481:4</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Logging Trace Message From ValidateBOMBPEL Process</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    Can anyone tell me where I am going wrong ...

    Facing the same issue The log message is getting inserte the trace\log.xml . All the headers show null.
    Please tell me how to poplute the EBM header.

  • Issue in SOA Suite Installation - prerequisite for AIA 3.0 Installation

    We are facing an issue in SOA Suite Installation which is prerequisite for AIA 3.0 Installation. As per AIA 3.0 Installation Guide, the Web Logic Server version to be used is “Web Logic Server 11g R1 10.3.1“ for Linux86 32bit Version.
    After Installation of SOA Suite on Linux Environment, the em console page is not opening.
    Error Message :
    <Feb 1, 2010 5:21:50 PM IST> <Warning> <Connector> <BEA-190110> <Resource Adapter is calling BootstrapContext.createTimer() and allocating a Timer Thread that is not managed by WebLogic Server. This may adversely impact the performance/operation of WebLogic Server.>
    <Feb 1, 2010 5:21:50 PM IST> <Warning> <J2EE> <BEA-160140> <Unresolved optionalpackage references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.soa.fabric, Specification-Version: 11.1.1, Implementation-Version: 11.1.1, referenced from: /app/oracle/weblogic/user_projects/domains/SOADomain/servers/soa_server1/tmp/_WL_user/worklistapp/r8n7fr]. Make sure the referenced optional package has beendeployed as a library.>
    <Feb 1, 2010 5:21:50 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'worklistapp' due to error java.lang.NoSuchMethodError: weblogic.application.ApplicationLifecycleEvent.getDeploymentOperation()Lweblogic/application/DeploymentOperationType;.
    We have faced such issue during SOA 11g Installation on Windows Operating System, and installed latest version of Web logic Server and the issue was resolved.
    Can AIA Linux Installable work on Web Logic Server 11g R1 10.3.2?
    If any one has faced similar issues, Kindly provide inputs.

    The same person has reported issues on further steps i.e. AIA Installation. Hence closing this

  • Unable to Create Requestor ABCS using AIA Constructor in Jdev 11.1.1.2

    Hi Gurus,
    I'm currently trying to create ABCS Requester with J developer 11.1.1.2 using the AIA Service Constructor.
    The Composite Application shows the BPEL Component and the target services under the Composite screen.When we click on the BPEL Component we dont the process flow.
    Steps Followed
    1. Create project in Project Lifecycle Workbench
    2.Using the AIA Service Constructor connect to the AIA_LIFECYCLE Workbench.
    3.Select the RequestorABCS Service
    4.Filled out all the ApplicationName,ShortName,Service Version etc on Step 3 of 8
    5. Selected the Service Operation as Query.
    6.Under ABM import the Custom XSD structure and provided the Input and output message
    7.Select the message pattern as request/response
    8.Target Service Step selected the Query Service (this would query the required Customer Content which needs to be mapped).
    9.The the AIA Service Constructor creates BPEL Composite Component.
    When we double and open the BPEL Component we just see the error handling and partner link information.
    We are unable see any assign,scope invoke component on the swim lanes..
    Has anyone experienced this issue while creating ABCS Requester.
    Regards
    Sabir

    Hi Everyone,
    I was able to create Requestor ABCS in Jdev 11.1.1.2 by selecting EBS,wsdl as target. This is workaround you need to follow to create requestor ABCS where you have V2 wsdl available.
    Looks like there is bug#9541128 assigned for this issue. And looks like it would be fixed in 11.1.1.4 version of Jdev as per Oracle Support.
    Regards
    Sabir

  • Multiple AIA instances on same Linux box

    H,
    Can multiple SOA instances be deployed on same linux box then with AIA on top of it.
    Can some one pls answer this?
    Regards,
    Rakesh

    Yes you can but:
    Each SOA installation must be in his own ORACLE_HOME directory.
    Each AIA installation must be in his own ORACLE_HOME directory.
    You must point to different databases. You can not have mulitple SOA schema's in one sinlge database.
    Marc
    http://orasoa.blogspot.com

  • Multiple AIA instances on same server?

    Hi,
    Does anyone know how to install multiple AIA instances on the same SOA server? The installer hints that this might be possible, although I have not seen how this is done because the installer expects an empty oracle home path. The only information I have found so far is for an earlier 2.x release of AIA and that suggested:
    "Each SOA installation must be in his own ORACLE_HOME directory.
    Each AIA installation must be in his own ORACLE_HOME directory.
    You must point to different databases. You can not have mulitple SOA schema's in one sinlge database."
    Is this true?
    Thanks,
    Kev.

    957354 wrote:
    Hi Laxman,
    If its a testing purpose its ok to have a one oracle_home and single listener for multiple DB. One problem when applying oracle patches for one of the instances running in a multiple DB running then you need to bring all the DB running in that host since the oracle_home is sharing between all db instances.
    Thanks
    Sunil Rajesh K.C.Starting with 11g, patchset updates are full installs and done into a new home. This makes it possible to migrate one instance at a time. However, your point would be a consideration for one-off patches like CPUs.
    However, please note ... OP --- PLEASE NOTE even with multiple oracle homes, you still only need a single listener.

  • What's the difference between AIA 3.0 and AIA FP 11g Release 1 (11.1.1.4.0)

    Hi, experts,
    Have a question need your great help and clarification, you know we have Oracle AIA Foundation Pack 2.5 based on SOA 10.1.3.4 installation, the new release for SOA has been released on this version Oracle Fusion Middleware 11g R1 (11.1.1.4.x) Released the other day, within this version, we have a Foundation Pack 11g Release 1 (11.1.1.4.0) based on SOA11g.
    My questions are as below
    1) What's difference between AIA 3.0 and Foundation Pack 11g Release 1 (11.1.1.4.0)?
    2) We know, on the top of AIA 2.5, we have Foundation Pack 11g Release 1 (11.1.1.2.0) and Foundation Pack 11g Release 1 (11.1.1.4.0), doesn't mean that the Foundation Pack 11g Release 1 (11.1.1.4.0) has another nickname that is AIA3.0?
    3) Does anyone provide AIA 3.0 installation and implementation guide?
    Appreciated if you could provide some suggestions or comments based on above question, thanks in advance!

    Please see the answers below...
    #1 . AIA 3.0 is internal project name, AIA 11g R1 is an official release which is 11.1.1.2.0, then after two patch sets released they are 11.1.1.3.0 and 11.1.1.4.0
    #2 hope the above answered your question.
    #3 AIA 11g R1 x install and developer guides available on OTN.
    Regards,
    Narayana

  • Question about Kurts comments discussing the seperation of AIA & CDP - Test Lab Guide: Deploying an AD CS Two-Tier PKI Hierarchy - Kurt L Hudson MSFT

    Question about the sentence in bold. What is the meaning behind this comment?
    How would you separate the role of the AIA and CDP from a CA subordinate server? I can see where I add a CES and CEP server which has those as well, but I don't completely understand his comment. Because in this second step, (http://technet.microsoft.com/en-us/library/tlg-key-based-renewal.aspx)
    he shows how to implement CES and CEP.
    This is from the guide located at: http://technet.microsoft.com/library/hh831348.aspx
    Step 3: Configure APP1 to distribute certificates and CRLs
    In the extensions of the root CA, it was stated that the CRL from the root CA would be available via http://www.contoso.com/pki. Currently, there is not a PKI virtual directory on APP1, so one must be created.
    In a production environment, you would typically separate the issuing CA role from the role of hosting the AIA and CDP.
    However, this lab combines both in order to reduce the number of resources needed to complete the lab.
    Thanks,
    James

    My concern is, they have a 2-3k base of xp systems, over this year they are migrating them to Windows 7. During this time they will also be upgrading hardware for the existing windows 7 machines. The turnover of certificates are going to be high, which
    from what I've read here, it worries me.
    http://blogs.technet.com/b/askds/archive/2009/06/24/implementing-an-ocsp-responder-part-i-introducing-ocsp.aspx
    The application then can go to those locations to download the CRL. There are, however, some potential issues with this scenario. CRLs over time can get rather large
    depending on the number of certificates issued and revoked. If CRLs grow to a large size, and many clients have to download CRLs, this can have a negative impact on network performance. More importantly, by
    default Windows clients will timeout after 15 seconds while trying to download a CRL. Additionally,
    CRLs have information about every currently valid certificate that has been revoked, which is an excessive amount of data given the fact that an application may only need the revocation status for a few certificates. So,
    aside from downloading the CRL, the application or the OS has to parse the CRL and find a match for the serial number of the certificate that has been revoked.
    With the above limitations, which mostly revolve around scalability, it is clear that there are some drawbacks to using CRLs. Hence, the introduction of Online Certificate
    Status Protocol (OCSP). OCSP reduces the overhead associated with CRLs. There are server/client components to OCSP: The OCSP responder, which is the server component, and the OCSP Client. The OCSP Responder accepts status
    requests from OCSP Clients. When the OCSP Responder receives the request from the client it then needs to determine the status of the certificate using the serial number presented by the client. First the OCSP Responder determines if it has any cached responses
    for the same request. If it does, it can then send that response to the client. If there is no cached response, the OCSP Responder then checks to see if it has the CRL issued by the CA cached locally on the OCSP. If it does, it can check the revocation status
    locally, and send a response to the client stating whether the certificate is valid or revoked. The response is signed by the OCSP Signing Certificate that is selected during installation. If the OCSP does not have the CRL cached locally, the OCSP Responder
    can retrieve the CRL from the CDP locations listed in the certificate. The OCSP Responder then can parse the CRL to determine the revocation status, and send the appropriate response to the client.

  • AIA 2.0.1 O2B Order synchronization fails after the SOA Upgrade to 10.1.3.4

    Hi,
    I have the AIA 2.0.1 installed on the system with the Order to Bill PIP flow working fine until I upgraded the SOA Suite from 10.1.3.3 to 10.1.3.4.
    After the SOA upgrade the order synchronization from CRM(8.1.1) to BRM(7.3) fails with the error message
    "exception on JaxRpc invoke: HTTP transport error: java.net.MalformedURLException: no protocol: eis/BRM"
    I have checked the Application Server for the availability of BRM Adapter.
    The BRM Adapter is available and properly configured. The JNDI Location for the BRM Adpater is eis/BRM itself.
    Can anyone please help resolve this issue.
    Thanks in Advance

    Don't upgrade your Leopard clients. While running Xsan 1.4.2 on G5 Xserves running 10.4.11 works, it is preferred to keep your server running a newer OS than the clients. Again, Mac OS X 10.5.2 does work with Xsan 1.4.2 and MDCs running 10.4.11 but who knows if an upgrade will break this? Alternatively you could buy a couple seats of Xsan 2 and change your controllers to be newer intel Macs (Mac Pro or Xserve).

  • Error Invoking 'LookupXref()' in AIA Order To Cash PIP

    Hi All,
    We are customizing Order To Cas and we are facing Cross reference issue in Sales Order Interface.
    Sales Order Interface flow : In this flow first we create/update ship-to for the customer ,once ship-to is created for customer we populate Cross reference with newly created ship To and then in create/sync Sales order part we lookup for newly created ship to from cross reference and attach that ship-to to the sales order payload and create sales order in our ERP.
    Issue: After creating the ship-to in Our ERP, ship-to is getting populated to cross reference correctly using PopulateXRefRow() function but in Sales Order creation part when we are doing the lookup for same ship-to value from cross reference using LookupXRef(), its failing there with following error.
    'oracle.tip.xref.exception.RepositoryException: lookup could not find values in column name "ERP_02" for table name "CUSTOMERPARTY_LOCATIONREFID" using reference column name "COMMON" and reference value " 32323439303631363034333033313535".
    But value is already there in cross refrence table for "COMMON" and reference value " 32323439303631363034333033313535".
    Seems like PopulateXRefRow() able to insert data to cross reference but it’s not able to commit that first time. Because when we are running the process second time for same payload its able to lookup the data from cross reference.
    Please let me know your inputs.
    Thanks
    Vivek Garg

    Seems that is the same as these guys are experiencing:
    LookXref issue in AIA 10g
    hth,
    Peter Paul

  • Error while Installing the AIA FPack -SOA up and bpel esb consle not openin

    While insatlling AIA FP, I Started the soa suite and proces completes shows as 100% but the status for all the three process was shown as InIt ........
    when i just went and seen the process atatus at command prompt by oraclehome/opmn/bin -->opmnctl status it was shown as alive
    Processes in Instance: ORCL.10.177.218.137
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    ASG | ASG | N/A | Down
    OC4JGroup:default_group | OC4J:oc4j_soa | 352 | Alive
    OC4JGroup:default_group | OC4J:home | 292 | Alive
    HTTP_Server | HTTP_Server | 1928 | Alive
    my bpelconsole as well as the esb console was not opening it was thrwoing an error saying HTTP ERROR 500 Internal server error wht might may be problem .......???I was able to log into my application server but problem wa swith teh bpel adn esb console .........
    how can i see my BEPL console and ESB console.. something wrong with my JDK5 update 17installation ???........

    While insatlling AIA FP, I Started the soa suite and proces completes shows as 100% but the status for all the three process was shown as InIt ........
    when i just went and seen the process atatus at command prompt by oraclehome/opmn/bin -->opmnctl status it was shown as alive
    Processes in Instance: ORCL.10.177.218.137
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    ASG | ASG | N/A | Down
    OC4JGroup:default_group | OC4J:oc4j_soa | 352 | Alive
    OC4JGroup:default_group | OC4J:home | 292 | Alive
    HTTP_Server | HTTP_Server | 1928 | Alive
    my bpelconsole as well as the esb console was not opening it was thrwoing an error saying HTTP ERROR 500 Internal server error wht might may be problem .......???I was able to log into my application server but problem wa swith teh bpel adn esb console .........
    how can i see my BEPL console and ESB console.. something wrong with my JDK5 update 17installation ???........

  • ESB Console Error while trying to install AIA FP 2.2

    Hi all
    I am installing AIA FP 2.2 and while installing I am getting the following error:
    "Design time cache has not been initialized"
    also
    When I log into my esb console I am getting this error:
    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    Any suggestions to solve this issue?????
    Regards
    Senthil R

    Hi Senthil,
    As mentioned in the message below, please examine the logs and see if you are getting any errors. Most likely your ESB engine initialization is failing while server bootup. If there is no error in the oc4j log, OPMN log and FP install log and the propblem persists, please contact your Oracle Support by logging an SR.
    Regards
    Rohit

  • Error when deploying AIA Demo BPEL project to SAR file

    Hi,
    I am trying to deploy the AIADemoCreateRequestForQuoteSupplierProvABCSImpl project (in AIA Demo) to a SAR file, and I am getting this error:
    Buildfile: /scratch/ifan/jdevhome_5912/jdeveloper/bin/ant-sca-compile.xml
    scac:
    [scac] Validating composite "/ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/composite.xml"
    [scac] INFO: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Setting BPELC option 'classpath' to /scratch/ifan/jdevhome_5912/jdeveloper/jdev/extensions/oracle.sca.modeler.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/scratch/ifan/jdevhome_5912/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.mediator_11.1.1/mediator_client.jar:/scratch/ifan/jdevhome_5912/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar::/ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF\classes
    [scac] Composed "AIADemoCreateRequestForQuoteSupplierProvABCSImpl" in 92.9 milliseconds [nodes 56=1+55, 602.9 nodes/sec]
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe14.java:699: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe14.java:708: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe4.java:205: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe12.java:634: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe12.java:646: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe3.java:178: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe9.java:400: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe9.java:409: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe7.java:360: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:482: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:485: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:489: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:523: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:526: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:540: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:543: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe2.java:154: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe11.java:601: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe11.java:613: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe1.java:131: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe6.java:298: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe15.java:727: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe5.java:274: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe0.java:109: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe13.java:673: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe13.java:682: package oracle.apps.aia.core.eh.logging does not exist
    [scac] Note: /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/BPEL_BIN.java uses unchecked or unsafe operations.
    [scac] Note: Recompile with -Xlint:unchecked for details.
    [scac] warning: in AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel(210): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}CodeType"
    [scac] warning: in AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel(210): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}TextType"
    [scac] warning: in AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel(557): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://schemas.xmlsoap.org/ws/2003/03/addressing}AttributedURI"
    *[scac] error: location {ns:composite}: SCAC-50012*
    BUILD FAILED
    /scratch/ifan/jdevhome_5912/jdeveloper/bin/ant-sca-compile.xml:269: Java returned: 1 Check log file : /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF\classes/scac.log for errors
    Total time: 16 seconds
    In particular, we keep seeing the compilation fail with error "SCAC-50012" have not seen helpful information on how to resolve that.
    The log file:
    Jan 7, 2011 7:05:50 PM oracle.mds
    WARNING: The default CharSet US-ASCII is not a unicode character set. File names with non-ASCII characters may not operate as expected. Check locale settings.
    Jan 7, 2011 7:05:51 PM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    Jan 7, 2011 7:05:55 PM com.collaxa.cube.CubeLogger info
    INFO: validating "AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel" ...
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
    at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
    at oracle.integration.platform.blocks.WLSPlatformConfigurationProvider.<clinit>(WLSPlatformConfigurationProvider.java:44)
    at oracle.integration.platform.blocks.FabricConfigManager.<clinit>(FabricConfigManager.java:154)
    at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXpathFunctions(FabricXPathFunctionResolver.java:282)
    at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXPathConfigFile(FabricXPathFunctionResolver.java:156)
    at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.init(FabricXPathFunctionResolver.java:49)
    at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.loadFabricXpathFunctions(BPELXPathFunctionNameResolver.java:57)
    at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<init>(BPELXPathFunctionNameResolver.java:48)
    at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<clinit>(BPELXPathFunctionNameResolver.java:44)
    at com.collaxa.cube.lang.compiler.bpel.XPathExprValidatorVisitor.<init>(XPathExprValidatorVisitor.java:122)
    at com.collaxa.cube.lang.compiler.bpel.AssignValidator.<init>(AssignValidator.java:89)
    at com.collaxa.cube.lang.compiler.bpel.BpelParser.<init>(BpelParser.java:452)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:60)
    at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
    at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
    at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
    at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1117)
    at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:500)
    at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
    at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Jan 7, 2011 7:06:01 PM CubeProcessGenerator compile
    << and then long classpath >>
    Any ideas on how to resolve this issue and deploy the project? Thanks in advance.
    Irene

    Here are some alternatives:
    1.Consider creating an application server connection and select deploy to your new application server connection, not to sar.
    2.Consult for example: SCAC-50012
    3. Recompile with -Xlint:unchecked for details
    4.Although they seem harmless, get rid of the warnings
    5. Consider posting to another forum such as SOA Suite
    NA
    http://nickaiva.blogspot.com

Maybe you are looking for

  • How to trigger Bookmarks (Safari) syncing without the need to merge??

    I found that my bookmarks were out of sync on my home Mac (although iCloud was active), after I did some sorting and cleaning on the office Mac. Since I found no other way (wait or reboot did not help), I did deactivate and then re-activate bookmarks

  • In the Code Modus how I see how many characters I typed in ?

    Hello from Munich Germany, How can I have with Dreamweaver CS3 Windows Version In the Editor Code-Modus – when I write characters from left to right – that Dreamweaver COUNT ME the number of characters. Therefore I was using Microsoft Expression Web

  • Is there a way to format images using Image Catalog Script in Indesign cs4?

    I'm trying to make photo cards that are 3x4". I have 53 photos and I want one on a page. The script gets all the pages, but I can't figure out how to change the page size when I use the script. I keep getting 8 1/2x11. I have a master page set up. An

  • Aperture fails to import albums from iPhoto

    I have been using the combination iPhoto/Photoshop for many years. For some time I have considered either Aperture of Lightroom. With the chopped price and supposedly improved interface with the new version, I decided to buy it today. So far it looks

  • Hotsync Palm Centro and Tungsten T5?

    Hi, Everyone, I am new to the forum, but have done a little lurking.  I am looking for help with a new install of Palm Desktop 6.2.2 I have had three previous Palm devices and always have trouble moving to the newer platform, but I eventually get it