Siebel UCM Merge Serivce Error

Hi,
I have UCM Process Merge Request Workflow exposed as web serivce. and when i tried to invoking this web service passing all requied(ReuestId,Match Id and SurvivorId and ObejcteType)values i am getting below error.
"Method 'WriteRecord' of business component 'Contact' (integration component 'Contact') for record with search specification '[Party UId] = "DA072842-D76A-402d-B402-E278ED9F8A29"' returned the following error:"Data Quality vendor-specific error: An error occurred when calling function 'sdq_set_parameter() ' in connector 'ISS': "(3) parse_local_parms failed." Detailed error message: [712055436 0] iodll> It is now 20120712055436
[712055436 0] ssadqsea.c 998 rc 17
[712055436 0] Hash 30 is NULL
(SBL-APS-00118)"(SBL-EAI-04451)"
Regards
Syed

Hi Syed,
What version of Siebel CRM are you using? Please see the following knowledge article which matches the error you are seeing:
Data Quality with IIR matching against all addresses gives error SBL-APS-00118 for the sdq_set_parameter function
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1317617.1
The issue is fixed in 8.1.1.7 fix pack and higher. The current latest fix pack is 8.1.1.8.
We would advise you to apply one of those two fix packs.
Kind regards,
Andrew

Similar Messages

  • Cannot call Siebel UCM Organization service from SOA 11g

    Hi,
    I am trying to call Siebel UCM Organization service from SOA 11g and getting the following error.
    Unable to process SOAP Header child element 'wsse:Security' with 'mustUnderstand="1"'(SBL-EAI-08000)
    Please let me know if anybody has solution for this issue?

    I am using this URL : api.geonames.org/postalCodeSearch?postalcode=90110&username=siddhardha
    I see below message in audit trail.Not sure why the headers are not visible.
    Am i missing something which is very fundamental.?
    <messages>
    <Rest_InputVariable>
    <part name="Input">
    <Input>
    <postalcode>90110</postalcode>
    <username>Siddhardha</username>
    </Input>
    </part>
    </Rest_InputVariable>
    <Rest_OutputVariable>
    <part name="geonames">
    <geonames>
    .....results.............
    </geonames>
    </part>
    </Rest_OutputVariable>
    </messages>
    Edited by: Siddhardha M on Jul 19, 2012 5:44 AM

  • VBA Merge PDFs - Error when first and second PDF are the same

    Using http://khkonsulting.com/2009/03/adobe-acrobat-and-vba-an-introduction/ as a guide, I am able to successfully merge multiple pdf's together into one document using VBA (Access mdb), except when the PDF being merged to has the same name as the next PDF.
    Here's my scenario.  An Access table is updated with a list of reports that need to be printed.  All of these reports are PDF's.  I loop thru this table and merge the PDF's according to an identifier, then print the group.  There are times
    when there are multiple copies of the same report for an identifier.  If the PDF being merged to has the same name of the PDF being merged, an error occurs.  How can I handle this situation?
    Sample data:  This identifier (ESO and Pulling) needs to merge these PDF's (Aaa.PDF) together which happen to have the same name.  Aaa.PDF is trying to merge Aaa.PDF and this throws an error.
    Aaa.PDF ESO  Pulling
    Aaa.PDF ESO  Pulling
    This identifier merges fine despite having the same PDF twice.  But the first PDF is not named the same.  Xxx.PDF is the first PDF and merges the next two into it.  The last two
    are named the same.
    Xxx.PDF  916  Pulling
    Bbb.PDF  916  Pulling
    Bbb.PDF  916  Pulling
    Code:
    pdfDoc1.Open (filesToMerge(1))
    numPages = pdfDoc1.GetNumPages()
    Set pdfDoc2 = CreateObject("AcroExch.PDDoc")
    Dim i As Integer
    For i = 2 To intNbr - 1
    pdfDoc2.Open (filesToMerge(i))
    If pdfDoc1.InsertPages(numPages - 1, pdfDoc2, 0, pdfDoc2.GetNumPages(), True) = False Then
    MsgBox "Cannot insert pages"
    End If
    pdfDoc2.Close
    Next i
    If pdfDoc1.Save(PDSaveFull, "C:\....\ReportPacket__" & Trim(CStr(intReportCount)) & "__" & ... & ".pdf") = False Then
    MsgBox "Cannot save the modified document"
    End If
    pdfDoc1.Close
    The pdfDoc1.InsertPages command fails, displays "Cannot insert pages", then displays "Method 'Close' of object 'CAccroPDDoc' failed.
    Thanks for any help or advice.

    Hi
    As far as I know, Access didn't provide such method. But I think you are able to achieve this goal through some 3rd party PDF component
    Hope this will help you.
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where to download Siebel UCM?

    I cant find where I can download it from edelivery.
    This thread Where to download Siebel UCM? says download it from edelivery i.e. Siebel Business Applications as pasted below. However, I do not find any "Siebel Applications" listed there.
    You can download Siebel Business Applications Release 8.1.1.0 Media Pack for Microsoft Windows (32-bit) from edelivery.oracle.com.
    During the configuration of Siebel Server (Wizard) you can activate the component group "UCM".
    Furthermore you have to obtain license keys (Customer Hub, Customer Hub Data Steward) to use Universal Customer Master.
    Regards,
    Anurag

    I could not find "Siebel UCM" software on Oracle e-Delivery website.
    Please log a SR and ask Oracle support for the Media Pack or contact your Oracle Sales representative and see if he/she can help.
    Thanks,
    Hussein

  • Merge Replication Error When Initialising subscription

    I have a SQL server 2005 server with a merge publication of 6 articles all of which are tables which is also the distributor. I have two existing subscriptions one from a SQL 2005
    Server and one from a SQL Server 2008 R2 Server both of which are working fine on this publication. I am trying to setup a third subscription to another SQL Server 2008 R2 server, the only difference with this server is that it is a named instance. I have
    forced the port to 1433, and created an alias on the publisher connectivity is not an issue or at least i don't think so.
    when I try to initialise the subscription from a new snapshot I get the below error;
    Error: 14151, Severity: 18, State: 1.
    Replication-Replication Merge Subsystem: agent failed. No subscription is on this publication or article.
    I've changed the agent profile and turned on verbose logging and output the results to a file the snapshot delivery is failing on the below for the first table;
    call sys.sp_MSsetup_identity_range (?,?,?,?,?,?,?,?)
    I've checked the subscriber and the table does indeed get dropped and created, permissions / routes don't seem to be an issue. I've included some of the verbose logging output below.
    2012-01-11 12:05:40.684 Microsoft SQL Server Merge Agent 9.00.3042.00
    2012-01-11 12:05:40.700 Copyright (c) 2005 Microsoft Corporation
    2012-01-11 12:05:40.716 Microsoft SQL Server Replication Agent: replmerg
    2012-01-11 12:05:40.716 
    2012-01-11 12:05:40.731 The timestamps prepended to the output lines are expressed in terms of UTC time.
    2012-01-11 12:05:40.747 User-specified agent parameter values:
    -Publisher PubServerName
    -PublisherDB UserDBName
    -Publication MtoC_M
    -Subscriber SubServerName
    -SubscriberDB UserDBName
    -Distributor PubServerName
    -DistributorSecurityMode 1
    -Continuous
    -OutputVerboseLevel 4
    -Output G:\CMcReplicationLogging\OUTPUT.TXT
    -XJOBID 0x5FFBC73C3A4A494A9E10C369696B1C72
    -XJOBNAME PubServerName-UserDBName-MtoC_M-SubServerName-29
    -XSTEPID 2
    -XSUBSYSTEM Merge
    -XSERVER PubServerName
    -XCMDLINE 0
    -XCancelEventHandle 000008EC
    -XParentProcessHandle 00000E9C
    2012-01-11 12:05:40.841 Percent Complete: 0
    2012-01-11 12:05:40.841 Connecting to Distributor 'PubServerName'
    2012-01-11 12:05:40.856 Repl Agent Status: 3
    2012-01-11 12:05:40.856 Connecting to OLE DB Distributor at datasource: 'PubServerName', location: '', catalog: '', providerstring: '' using provider 'SQLNCLI'
    2012-01-11 12:05:42.137 OLE DB Distributor: PubServerName
    DBMS: Microsoft SQL Server
    Version: 09.00.3042
    catalog name: 
    user name: dbo
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2012-01-11 12:05:42.137 OLE DB Distributor 'PubServerName': {call sp_MSgetversion }
    2012-01-11 12:05:42.153 OLE DB Distributor 'PubServerName': {call sp_helpdistpublisher (N'PubServerName') }
    2012-01-11 12:05:42.169 OLE DB Distributor 'PubServerName': {call sp_MShelp_repl_agent (N'PubServerName', N'UserDBName', N'MtoC_M', N'SubServerName', N'UserDBName', 1)}
    2012-01-11 12:05:42.169 OLE DB Distributor 'PubServerName': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'PubServerName')
    2012-01-11 12:05:42.184 OLE DB Distributor 'PubServerName': {call sp_MShelp_merge_agentid (0,N'UserDBName',N'MtoC_M',null,N'UserDBName',90,N'SubServerName')}
    2012-01-11 12:05:42.184 OLE DB Distributor 'PubServerName': {call sp_MShelp_profile (29, 4, N'')}
    2012-01-11 12:05:42.184 Percent Complete: 0
    2012-01-11 12:05:42.184 Connecting to OLE DB Publisher at datasource: 'PubServerName', location: '', catalog: 'UserDBName', providerstring: '' using provider 'SQLNCLI'
    2012-01-11 12:05:42.200 Initializing
    2012-01-11 12:05:42.200 Repl Agent Status: 1
    2012-01-11 12:05:42.216 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:42.216 Percent Complete: 0
    2012-01-11 12:05:42.231 Connecting to Publisher 'PubServerName'
    2012-01-11 12:05:42.231 Repl Agent Status: 3
    2012-01-11 12:05:42.231 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:43.153 OLE DB Publisher: PubServerName
    DBMS: Microsoft SQL Server
    Version: 09.00.3042
    catalog name: UserDBName
    user name: dbo
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2012-01-11 12:05:43.169 OLE DB Publisher 'PubServerName': set nocount on declare @dbname sysname select @dbname = db_name() declare @collation nvarchar(255) select @collation = convert(nvarchar(255), databasepropertyex(@dbname, N'COLLATION')) select collationproperty(@collation,
    N'CODEPAGE') as 'CodePage', collationproperty(@collation, N'LCID') as 'LCID', collationproperty(@collation, N'COMPARISONSTYLE') as 'ComparisonStyle',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end
    as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off
    2012-01-11 12:05:43.169 OLE DB Publisher 'PubServerName': {call sp_MSgetversion }
    2012-01-11 12:05:43.200 Connecting to OLE DB Publisher at datasource: 'PubServerName', location: '', catalog: 'UserDBName', providerstring: '' using provider 'SQLNCLI'
    2012-01-11 12:05:44.137 OLE DB Publisher: PubServerName
    DBMS: Microsoft SQL Server
    Version: 09.00.3042
    catalog name: UserDBName
    user name: dbo
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2012-01-11 12:05:44.137 OLE DB Publisher 'PubServerName': {call sp_MSchecksnapshotstatus (N'MtoC_M')}
    2012-01-11 12:05:44.153 OLE DB Publisher 'PubServerName': {call sp_helpmergepublication (N'MtoC_M')}
    2012-01-11 12:05:44.153 OLE DB Publisher 'PubServerName': {call sys.sp_MSgetreplicainfo(?,?,?,?,?,?,?,90)}
    2012-01-11 12:05:44.169 OLE DB Distributor 'PubServerName': {call sp_MShelp_repl_agent (N'PubServerName', N'UserDBName', N'MtoC_M', N'SubServerName', N'UserDBName', 1)}
    2012-01-11 12:05:44.169 Connecting to OLE DB Subscriber at datasource: 'SubServerName', location: '', catalog: 'UserDBName', providerstring: '' using provider 'SQLNCLI'
    2012-01-11 12:05:44.747 OLE DB Subscriber: SubServerName
    DBMS: Microsoft SQL Server
    Version: 10.50.1600
    catalog name: UserDBName
    user name: distributor_MtoC
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2012-01-11 12:05:45.122 OLE DB Subscriber 'SubServerName': {call sp_MSgetversion }
    2012-01-11 12:05:45.216 OLE DB Subscriber 'SubServerName': {call sp_MSreplcheck_subscribe}
    2012-01-11 12:05:45.309 OLE DB Subscriber 'SubServerName': set nocount on declare @dbname sysname select @dbname = db_name() declare @collation nvarchar(255) select @collation = convert(nvarchar(255), databasepropertyex(@dbname, N'COLLATION')) select collationproperty(@collation,
    N'CODEPAGE') as 'CodePage', collationproperty(@collation, N'LCID') as 'LCID', collationproperty(@collation, N'COMPARISONSTYLE') as 'ComparisonStyle',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end
    as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off
    2012-01-11 12:05:45.419 Percent Complete: 0
    2012-01-11 12:05:45.419 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.419 Connecting to Subscriber 'SubServerName'
    2012-01-11 12:05:45.434 Repl Agent Status: 3
    2012-01-11 12:05:45.434 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.559 Percent Complete: 0
    2012-01-11 12:05:45.559 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.559 Retrieving publication information
    2012-01-11 12:05:45.575 Repl Agent Status: 3
    2012-01-11 12:05:45.575 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.653 OLE DB Subscriber 'SubServerName': {call sys.sp_MSmerge_upgrade_subscriber(1,?)}
    2012-01-11 12:05:45.653 Percent Complete: 0
    2012-01-11 12:05:45.669 Retrieving subscription information.
    2012-01-11 12:05:45.669 Repl Agent Status: 3
    2012-01-11 12:05:45.684 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.763 OLE DB Publisher 'PubServerName': {call sys.sp_MSgetreplicainfo(?,?,?,?,?,?,?,90)}
    2012-01-11 12:05:45.763 OLE DB Publisher 'PubServerName': {call sys.sp_MShelpmergearticles (?,9000000,?) }
    2012-01-11 12:05:45.778 OLE DB Publisher 'PubServerName': {call sp_MSenumschemachange (?,?,9000000,?,0,1) }
    2012-01-11 12:05:45.794 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.888 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.888 Percent Complete: 0
    2012-01-11 12:05:45.903 Applying the snapshot to the Subscriber
    2012-01-11 12:05:45.903 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.903 Repl Agent Status: 3
    2012-01-11 12:05:45.919 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.919 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.919 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.934 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.950 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.950 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.966 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.981 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.997 OLE DB Publisher 'PubServerName': {call sys.sp_MSallocate_new_identity_range (?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:45.997 OLE DB Subscriber 'SubServerName': {call master..sp_helpreplicationoption ('merge')}
    2012-01-11 12:05:46.091 OLE DB Subscriber 'SubServerName': {call sys.sp_MSmergesubscribedb ('true', 0) }
    2012-01-11 12:05:47.263 OLE DB Subscriber 'SubServerName': {call sp_MSpublicationcleanup (?,?,?)}
    2012-01-11 12:05:47.372 OLE DB Subscriber 'SubServerName': {call sp_MSCleanupForPullReinit (?,?,?)}
    2012-01-11 12:05:47.481 OLE DB Subscriber 'SubServerName': {call sp_MSdropconstraints (N'tblEmailMessages',N'dbo')}
    2012-01-11 12:05:47.606 OLE DB Subscriber 'SubServerName': {call sp_MSdropconstraints (N'tblUser',N'dbo')}
    2012-01-11 12:05:47.716 OLE DB Subscriber 'SubServerName': {call sp_MSdropconstraints (N'tblDPVLocked',N'dbo')}
    2012-01-11 12:05:47.809 OLE DB Subscriber 'SubServerName': {call sp_MSdropconstraints (N'tblCaptureAppToken',N'dbo')}
    2012-01-11 12:05:47.903 OLE DB Subscriber 'SubServerName': {call sp_MSdropconstraints (N'tblCreditThresholdNotification',N'dbo')}
    2012-01-11 12:05:48.013 OLE DB Subscriber 'SubServerName': {call sp_MSdropconstraints (N'tblCreditPot',N'dbo')}
    2012-01-11 12:05:48.106 OLE DB Subscriber 'SubServerName': {call sys.sp_MSaddinitialpublication (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:48.247 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkifneeded (N'tblEmailMessages',?, 1, ?, ?)}
    2012-01-11 12:05:48.403 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkifneeded (N'tblUser',?, 1, ?, ?)}
    2012-01-11 12:05:48.513 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkifneeded (N'tblDPVLocked',?, 1, ?, ?)}
    2012-01-11 12:05:48.606 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkifneeded (N'tblCaptureAppToken',?, 1, ?, ?)}
    2012-01-11 12:05:48.700 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkifneeded (N'tblCreditThresholdNotification',?, 1, ?, ?)}
    2012-01-11 12:05:48.809 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkifneeded (N'tblCreditPot',?, 1, ?, ?)}
    2012-01-11 12:05:48.903 OLE DB Publisher 'PubServerName': {call sp_MShelpmergeschemaarticles(?)}
    2012-01-11 12:05:48.919 OLE DB Subscriber 'SubServerName': {call sp_MSaddinitialsubscription (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}
    2012-01-11 12:05:49.059 OLE DB Distributor 'PubServerName': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'PubServerName')
    2012-01-11 12:05:49.059 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_mergesubentry_indistdb (0,N'PubServerName',N'UserDBName',N'MtoC_M',N'SubServerName',N'UserDBName',0,1,0,N'',?,90)}
    2012-01-11 12:05:49.075 OLE DB Subscriber 'SubServerName': {call sp_MScreateglobalreplica (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,90)}
    2012-01-11 12:05:49.341 Connecting to OLE DB Subscriber at datasource: 'SubServerName', location: '', catalog: 'UserDBName', providerstring: '' using provider 'SQLNCLI'
    2012-01-11 12:05:49.825 OLE DB Subscriber: SubServerName
    DBMS: Microsoft SQL Server
    Version: 10.50.1600
    catalog name: UserDBName
    user name: distributor_MtoC
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2012-01-11 12:05:50.185 OLE DB Subscriber: SubServerName
    DBMS: Microsoft SQL Server
    Version: 10.50.1600
    catalog name: UserDBName
    user name: distributor_MtoC
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2012-01-11 12:05:50.325 OLE DB Subscriber 'SubServerName': {call sys.sp_MSregistermergesnappubid(?, ?)}
    2012-01-11 12:05:50.450 OLE DB Subscriber 'SubServerName': sp_MSacquiresnapshotdeliverysessionlock
    2012-01-11 12:05:50.544 OLE DB Subscriber 'SubServerName': sp_MStrypurgingoldsnapshotdeliveryprogress
    2012-01-11 12:05:50.810 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:50.966 [2%] OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    ꜻä㹒 ꜐äB 11 12:05ä谼砗꜐ä镴ĀPercent Complete: 4
    2012-01-11 12:05:50.997 Propagated 1 schema changes: 1 total
    2012-01-11 12:05:51.013 Repl Agent Status: 3
    2012-01-11 12:05:51.013 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:51.091 [6%] OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    ꜻä㹒 ꜐äB 11 12:05ä谼砗꜐ä镴ĀPercent Complete: 6
    2012-01-11 12:05:51.122 Propagated 1 schema changes: 2 total
    2012-01-11 12:05:51.153 Repl Agent Status: 3
    2012-01-11 12:05:51.153 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:51.200 OLE DB Subscriber 'SubServerName': {call sp_MSunmarkreplinfo (N'tblEmailMessages')}
    2012-01-11 12:05:51.200 [6%] Percent Complete: 6
    2012-01-11 12:05:51.231 Propagated 1 schema changes: 3 total
    2012-01-11 12:05:51.247 Repl Agent Status: 3
    2012-01-11 12:05:51.263 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:51.325 OLE DB Subscriber 'SubServerName': sp_MSissnapshotitemapplied @snapshot_session_token = N'E:\Microsoft SQL Server\MSSQL.1\MSSQL\repldata\unc\PubServerName_UserDBName_MTOC_M\20120111115787\', @snapshot_progress_token = N'E:\Microsoft
    SQL Server\MSSQL.1\MSSQL\repldata\unc\PubServerName_UserDBName_MTOC_M\20120111115787\tblEmailMessages_2.sch'
    2012-01-11 12:05:51.435 drop Table [dbo].[tblEmailMessages]
    go
    SET ANSI_PADDING ON
    go
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[tblEmailMessages](
    [EmailMessageId] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
    [Guid] [nvarchar](32) NOT NULL,
    [Recipients] [varchar](8000) NOT NULL,
    [CcRecipients] [varchar](8000) NULL,
    [BccRecipients] [varchar](8000) NULL,
    [Sender] [varchar](8000) NOT NULL,
    [Subject] [nvarchar](4000) NOT NULL,
    [BodyText] [nvarchar](max) NULL,
    [BodyHTML] [nvarchar](max) NULL,
    [IsBodyEncrypted] [bit] NOT NULL CONSTRAINT [DF_tblEmailMessages_IsBodyEncrypted] DEFAULT ((0)),
    [Status] [tinyint] NOT NULL CONSTRAINT [DF_tblEmailMessages_Status] DEFAULT ((1)),
    [DateAdded] [datetime] NOT NULL CONSTRAINT [DR_tblEmailMessages_DateAdded] DEFAULT (getdate()),
    [rowguid] [uniqueidentifier] ROWGUIDCOL NOT NULL CONSTRAINT [MSmerge_df_rowguid_207F75F229994684BC3FAAE5BE4CD6EB] DEFAULT (newsequentialid())
    GO
    GRANT DELETE ON [dbo].[tblEmailMessages] TO [odintermediary]
    GO
    GRANT INSERT ON [dbo].[tblEmailMessages] TO [odintermediary]
    GO
    GRANT SELECT ON [dbo].[tblEmailMessages] TO [odintermediary]
    GO
    GRANT UPDATE ON [dbo].[tblEmailMessages] TO [odintermediary]
    GO
    SET ANSI_NULLS ON
    go
    SET QUOTED_IDENTIFIER ON
    go
    ALTER TABLE [dbo].[tblEmailMessages] ADD CONSTRAINT [PK_tblEmailMessage] PRIMARY KEY CLUSTERED 
    [EmailMessageId] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
    GO
    2012-01-11 12:05:51.450 OLE DB Subscriber 'SubServerName': drop Table [dbo].[tblEmailMessages]
    2012-01-11 12:05:51.560 OLE DB Subscriber 'SubServerName': SET ANSI_PADDING ON
    2012-01-11 12:05:51.669 OLE DB Subscriber 'SubServerName': SET ANSI_NULLS ON
    2012-01-11 12:05:51.778 OLE DB Subscriber 'SubServerName': SET QUOTED_IDENTIFIER ON
    2012-01-11 12:05:51.872 OLE DB Subscriber 'SubServerName': CREATE TABLE [dbo].[tblEmailMessages](
    [EmailMessageId] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
    [Guid] [nvarchar](32) NOT NULL,
    [Recipients] [varchar](8000) NOT NULL,
    [CcRecipients] [varchar](8000) NULL,
    [BccRecipients] [varchar](8000) NULL,
    [Sender] [varchar](8000) NOT NULL,
    [Subject] [nvarchar](4000) NOT NULL,
    [BodyText] [nvarchar](max) NULL,
    [BodyHTML] [nvarchar](max) NULL,
    [IsBodyEncrypted] [bit] NOT NULL CONSTRAINT [DF_tblEmailMessages_IsBodyEncrypted] DEFAULT ((0)),
    [Status] [tinyint] NOT NULL CONSTRAINT [DF_tblEmailMessages_Status] DEFAULT ((1)),
    [DateAdded] [datetime] NOT NULL CONSTRAINT [DR_tblEmailMessages_DateAdded] DEFAULT (getdate()),
    [rowguid] [uniqueidentifier] ROWGUIDCOL NOT NULL CONSTRAINT [MSmerge_df_rowguid_207F75F229994684BC3FAAE5BE4CD6EB] DEFAULT (newsequentialid())
    2012-01-11 12:05:51.981 OLE DB Subscriber 'SubServerName': GRANT DELETE ON [dbo].[tblEmailMessages] TO [odintermediary]
    2012-01-11 12:05:52.091 OLE DB Subscriber 'SubServerName': GRANT INSERT ON [dbo].[tblEmailMessages] TO [odintermediary]
    2012-01-11 12:05:52.200 OLE DB Subscriber 'SubServerName': GRANT SELECT ON [dbo].[tblEmailMessages] TO [odintermediary]
    2012-01-11 12:05:52.294 OLE DB Subscriber 'SubServerName': GRANT UPDATE ON [dbo].[tblEmailMessages] TO [odintermediary]
    2012-01-11 12:05:52.403 OLE DB Subscriber 'SubServerName': SET ANSI_NULLS ON
    2012-01-11 12:05:52.497 OLE DB Subscriber 'SubServerName': SET QUOTED_IDENTIFIER ON
    2012-01-11 12:05:52.606 OLE DB Subscriber 'SubServerName': ALTER TABLE [dbo].[tblEmailMessages] ADD CONSTRAINT [PK_tblEmailMessage] PRIMARY KEY CLUSTERED 
    [EmailMessageId] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
    2012-01-11 12:05:52.716 OLE DB Subscriber 'SubServerName': sp_MSrecordsnapshotdeliveryprogress @snapshot_session_token = N'E:\Microsoft SQL Server\MSSQL.1\MSSQL\repldata\unc\PubServerName_UserDBName_MTOC_M\20120111115787\', @snapshot_progress_token = N'E:\Microsoft
    SQL Server\MSSQL.1\MSSQL\repldata\unc\PubServerName_UserDBName_MTOC_M\20120111115787\tblEmailMessages_2.sch'
    2012-01-11 12:05:52.841 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:52.966 [6%] Percent Complete: 6
    2012-01-11 12:05:52.981 Applied script 'tblEmailMessages_2.sch'
    2012-01-11 12:05:52.981 Repl Agent Status: 3
    2012-01-11 12:05:52.981 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:53.153 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:53.263 [6%] OLE DB Subscriber 'SubServerName': {call sys.sp_MSaddinitialarticle (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    ꜻä㹒 ꜐äB 11 12:05ä谼砗꜐ä镴ĀPercent Complete: 6
    2012-01-11 12:05:53.294 Preparing table 'tblEmailMessages' for merge replication
    2012-01-11 12:05:53.294 Repl Agent Status: 3
    2012-01-11 12:05:53.310 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:53.450 OLE DB Subscriber 'SubServerName': {call sp_MSupdatesysmergearticles (?,?,?,?,0)}
    2012-01-11 12:05:53.575 OLE DB Subscriber 'SubServerName': {call sys.sp_MSsetup_identity_range (?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:53.794 The merge process was unable to deliver the snapshot to the Subscriber. If using Web synchronization, the merge process may have been unable to create or write to the message file. When troubleshooting, restart the synchronization with
    verbose history logging and specify an output file to which to write.
    2012-01-11 12:05:53.825 OLE DB Subscriber 'SubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:53.966 Percent Complete: 6
    2012-01-11 12:05:53.966 No subscription is on this publication or article.
    2012-01-11 12:05:53.997 Repl Agent Status: 6
    2012-01-11 12:05:54.013 OLE DB Distributor 'PubServerName': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2012-01-11 12:05:54.216 Percent Complete: 0
    2012-01-11 12:05:54.231 Category:SQLSERVER
    Source: SubServerName
    Number: 14050
    Message: No subscription is on this publication or article.
    2012-01-11 12:05:54.247 Repl Agent Status: 3
    2012-01-11 12:05:54.372 Percent Complete: 0
    2012-01-11 12:05:54.372 Category:NULL
    Source: Merge Replication Provider
    Number: -2147201001
    Message: The merge process was unable to deliver the snapshot to the Subscriber. If using Web synchronization, the merge process may have been unable to create or write to the message file. When troubleshooting, restart the synchronization with verbose history
    logging and specify an output file to which to write.
    2012-01-11 12:05:54.388 Repl Agent Status: 3
    2012-01-11 12:05:54.388 Disconnecting from OLE DB Subscriber 'SubServerName'
    2012-01-11 12:05:54.388 Disconnecting from OLE DB Subscriber 'SubServerName'
    2012-01-11 12:05:54.403 Disconnecting from OLE DB Subscriber 'SubServerName'
    2012-01-11 12:05:54.403 Disconnecting from OLE DB Subscriber 'SubServerName'
    2012-01-11 12:05:54.403 Disconnecting from OLE DB Publisher 'PubServerName'
    2012-01-11 12:05:54.419 Disconnecting from OLE DB Publisher 'PubServerName'
    2012-01-11 12:05:54.419 Disconnecting from OLE DB Publisher 'PubServerName'
    2012-01-11 12:05:54.419 Disconnecting from OLE DB Publisher 'PubServerName'
    2012-01-11 12:05:54.435 Disconnecting from OLE DB Distributor 'PubServerName'
    2012-01-11 12:05:54.435 Disconnecting from OLE DB Distributor 'PubServerName'
    2012-01-11 12:05:54.450 The merge process will restart after waiting 30 second(s)...
    Percent Complete: 0
    Any help would be much appreciated.
    Thanks
    Chris 

    The error happens on this table every time.
    The schema of the table is below;
    CREATE TABLE [dbo].[tblEmailMessages](
    [EmailMessageId] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
    [Guid] [nvarchar](32) NOT NULL,
    [Recipients] [varchar](8000) NOT NULL,
    [CcRecipients] [varchar](8000) NULL,
    [BccRecipients] [varchar](8000) NULL,
    [Sender] [varchar](8000) NOT NULL,
    [Subject] [nvarchar](4000) NOT NULL,
    [BodyText] [nvarchar](max) NULL,
    [BodyHTML] [nvarchar](max) NULL,
    [IsBodyEncrypted] [bit] NOT NULL CONSTRAINT [DF_tblEmailMessages_IsBodyEncrypted] DEFAULT ((0)),
    [Status] [tinyint] NOT NULL CONSTRAINT [DF_tblEmailMessages_Status] DEFAULT ((1)),
    [DateAdded] [datetime] NOT NULL CONSTRAINT [DR_tblEmailMessages_DateAdded] DEFAULT (getdate()),
    [rowguid] [uniqueidentifier] ROWGUIDCOL NOT NULL CONSTRAINT [MSmerge_df_rowguid_207F75F229994684BC3FAAE5BE4CD6EB] DEFAULT
    (newsequentialid())
    The table gets dropped and recreated each time i try to reinitialise the subscription.  I can't remove the article at the moment as two other servers subscribe to the publication.
    Thanks for your help
    Chris
    I am the master of my fate: I am the captain of my soul.

  • UCM 11g gives error while opening systemproperties in production

    UCM 11g is giving error while opening systemproperties in production mode, it says root user cannot install it.Please suggest.

    do you have any directories owned by root? I've seen some nfs issues change ownership of mounted directories when they're remounted.
    is anything in the /bin/ directory owned by root?
    I think you should be safe to chown back to your install user.
    -ryan

  • Siebel 8.0  Install error

    HI ,
    Installing Siebel 8.0 on win2k/sql 2005
    using FAST track installation, is throwing error while configurinh SWSE.
    SBL-STJ-00152
    While configuring swse, while applying ENU files , getting the following error:
    Setup.product.install, Utility, err, unable to launch: "C:\DOCUME~1\ramesh\LOCALS~1\Temp\LRE28.tmp\bin\java.exe -Dtemp.dir=C:\DOCUME~1\ramesh\LOCALS~1\Temp -cp d:\sba80\eappweb\bin\setup.jar run -args LANG=ENU VISIBILITY=SMB REPEAT=FALSE MODE=LIVE MODEL_FILE=d:\sba80\eappweb\admin\swse_server.scm" error code: "-1"(SBL-STJ-00152)
    (May 22, 2007 5:10:42 PM), Uninstall.product.uninstall, UninstInit, wrn, java.io.FileNotFoundException: d:\sba80\eappweb\_uninst\eappweb\patch
    Installed 1.Gateway 2.SS and DB using fast track
    gateway, SS,DB configured
    Install database ok , it includes import
    repository also(in 7.x it is run seperate)
    Uninstalled SWSE
    I tried to install\CONFIG swse seperately getting error as well.
    Possible to install\config only SWSE in fasttrack ????
    please help me to resolve the ERROR.
    thanks
    sri

    This problem suggests the uninstall.jar is corrupt.
    Since this host also has the Gateway and Siebel servers installed, the C:\Windows\vpd.properties includes entries for these servers as well as the now failed SWSE. (I SUGGEST YOU TO BACK UP IT EVERY TIME BEFORE INSTALLING NEW MODULES AND PATCH)
    The vpd.properties is a file utilized by the installer and unsupported to edit as it can become corrupt and prevent further patching or uninstallation of the gtwysrvr and siebesrvr.
    In order to preserve the use of the vpd.properties, the solution was to perform a reinstallation of the SWSE in a new folder location.
    SO, you could delete all rows which include “eappweb”.
    hope it could help you!try it..

  • "Merging data" error when syncing iPhone 5s Calendar to MacBook Pro Calendar, using Mountain Lion

    Since a failed attempt to sync data via iCloud (resulting in duplicate entries in Calendar and Contacts, missing data, and other oddities), whenever I try to sync the Calendars via iTunes, I repeatedly get the error message, "iTunes could not sync calendars to the iPhone <name> because an error occurred while merging data." The Contacts sync fine, and the backup runs smoothly. The only discussions I can find in Apple Support are dated 2009 with older systems (I'm using Mountain Lion 10.8.5, iTunes 11.1.5, iOS 7.1.1, but the problem occurred with iOS 7.0 and possibly 6.0 as well). Repairing permissions had no effect. I can't use the option to copy the Mac Calendar to the iPhone because new data are entered into the iPhone. Would appreciate guidance. I'm trying to avoid iCloud but if I have to go there to fix this, guidance for that would also be welcome.

    I have iPhone 5 with iOS 6.1.4 and iMac with Mavericks 10.9.3 and iTunes 11.2.1.
    I also got this error when I tried to sync iPhone with iMac (after a year when Apple disabled local USB cabel sync in Mavericks - thanks Apple for re-enabling it!).
    I tried a number of things to no avail. Finally I tried three things - and hurraaa, can sync now! Unfortunatelly I didn't test sync among these three steps - so don't know which one fixed it - up to you to try. My guess is that it was the 3rd step, actually
    Step 1: On my iPhone I opened Calendar and tap "Calendars" (top left). I have 7 items on the list (2 email accounts, Calendar, Home, Work, Reminders, Birthdays). Most of the calendar entries were in my Home calendar, only a few were in Work or Birthdays. I moved all of them to Home. I also checked whether there aren't any items without content.
    Step 2: On the list of Calendars I had one custom item (Birthday in my local language). This item had only one entry in it. I deleted both the single entry and the custom item as a whole - so I left the default categories only.
    Step 3: At the top of the list of Calendars there is an item "All from My Mac". I tapped this and thus enabled all of my calendar categories. Now the sync worked like a charm!
    I actually noticed that when I synced, iTunes automatically checked all items under "Sync Calendars - Selected Calendars". Even if I manually deselected all except the "Home" calendar, as soon as I started to sync, iTunes checked all items automatically. This led me to thinking that if I check "All from My Mac" item in my iPhone it might work.
    Good luck with your sync issue, hope you'll solve it.

  • UCM Log in error : Error 404--Not Found From RFC 2068 Hypertext Transfer Pr

    i am not able to get ucm login page , admin and manage server is up and there is no error in logs . but iam getting below error in login page
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

    Hi ,
    This is an indication that ECM cs.ear deployment has failed for some reason . To get the exact reason either check ucm_server1.log or start the server from command line and there the errors will be shown.
    Copy the core part and post it .
    Thanks
    srinath

  • UCM Log in error : Error 404--Not Found From RFC 2068 Http

    Please help with UCM login error. i have ucm 11gR1 running in bea weblogic managed server. server starts fine but login via the browser fails. find below the entry in my ucm server diagnostic log
    [2012-04-24T12:00:03.511+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:46f382cc:136e38b8675:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:05.782+03:00] [UCM_server1] [ERROR] [UCM-CS-000001] [oracle.ucm.idccs] [tid: index update work] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,1:20715] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:05.953+03:00] [UCM_server1] [ERROR] [UCM-CS-000001] [oracle.ucm.idccs] [tid: index update work] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,1:20715] [APP: Oracle Universal Content Management - Content Server] general exception[[
    java.lang.NullPointerException
         at folios.FolioManager.init(FolioManager.java:49)
         at folios.FolioIndexerFilter.updateStaleFolioEntries(FolioIndexerFilter.java:812)
         at folios.FolioIndexerFilter.doFilter(FolioIndexerFilter.java:109)
         at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)
         at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)
         at intradoc.indexer.Indexer.doIndexing(Indexer.java:395)
         at intradoc.indexer.Indexer.buildIndex(Indexer.java:319)
         at intradoc.server.IndexerMonitor.doIndexing(IndexerMonitor.java:1021)
         at intradoc.server.IndexerMonitor$4.run(IndexerMonitor.java:841)
    [2012-04-24T12:45:18.459+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060000] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] Starting the service 'Idc Content Service oecm-dev.sssit.net_4444' version 11gR1-11.1.1.4.0-idcprod1-101229T001824 PID 21895.
    [2012-04-24T12:45:18.459+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.459+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'NativeOsUtils' component, version '090415 (build $Rev: 73617 $)', provides NativeOsUtils feature(s)
    [2012-04-24T12:45:18.459+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.459+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-win32' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-solaris-x86' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-solaris' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-linux' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-hpux-ia64' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-hpux' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentAccess-aix' component, version '2010_10_08 (build $Rev: 88990 $)', provides ContentAccess:11g-8.3.5.5752 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ServletPlugin' component, version '20090916', provides ServletPlugin:1.0.0.0 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'YahooUserInterfaceLibrary' component, version '2009_11_30-2.7.0b ($Rev: 79338 $)', provides YahooUserInterfaceLibrary:2.7.0.4 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'PopUpCalendar' component, version '2009_07_27 ($Rev: 87071 $)', provides PopUpCalendar feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'iTextComponent' component, version '2008_10_29 (build 3) ($Rev: 72884 $)', provides iTextComponent:2.0-1.0.0.3 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'OracleCleanContent' component, version '2010_07_08 (build $Rev: 86482 $)', provides OracleCleanContent:2010.1.0 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentFolios' component, version '2010_02_05 ($Rev: 87100 $)', provides Folios:1.2.0-1.2.0.106 feature(s)
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.460+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ConfigMigrationUtility' component, version '2010_04_08 ($Rev: 84106 $)', provides ConfigurationMigration:1.0-1.0.1.68 feature(s)
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'CoreWebdav' component, version '2010_06_07 ($Rev: 85599 $)', provides webdav:3.0-3.0 feature(s)
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ExtendedUserAttributes' component, version '2010_01_04 (build 32)', provides ExtendedUserAttributes:1.0.0.1-1.1.1.31 feature(s)
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'FCKEditor' component, version '2008_12_23 ($Rev: 70174 $)', provides FckEditor feature(s)
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'FileStoreProvider' component, version '2010_05_25 ($Rev: 85096 $)', provides FileStoreProvider feature(s)
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'Folders_g' component, version '2010_04_29 (build 11021) ($Rev: 87406 $)', provides folders:11gR1-11020 feature(s)
    [2012-04-24T12:45:18.461+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'JpsUserProvider' component, version '2010_07_26 (build 13) ($Rev: 86985 $)', provides JpsUserProvider:1.0-1.0.0.13 feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'OracleLocalization' component, version '2009_02_24 (build 1)', provides OracleLocalization:1.0-1.0 feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ZipRenditionManagement' component, version '2010_11_03 (build $Rev: 89568 $)', provides ZipRenditions:2.3.4.0 feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'WebCenterConfigure' component, version '2010_11_17 ($Rev$)', provides WebCenterWorkflows:11.1.1.4.0, WebCenterDCTemplates:11.1.1.4.0 feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'InboundRefinerySupport' component, version '2010_09_13 ($Rev: 88304 $)', provides Inbound Refinery:8.1.0.3, IBRResubmitOnMetadataChange:1.0.0.0 feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'TiffConverterSupport' component, version '2009_04_30 (build 7)', provides Tiff Converter feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentTracker' component, version '11.1.1.3.0 Build 20100914', provides ContentTracker, SiteStudioSupport, RMSupport, ContentAccessOnlyTracking:1.0.0.0-1.0.0.0 feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'ContentTrackerReports' component, version '11.1.1.3.0 Build 20100827', provides ContentTrackerReports, SiteStudioSupport feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'CheckoutAndOpenInNative' component, version '2010_12_17 (11.1.4.71) ($Rev: 8790 $)', provides checkoutandopeninnative feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'PDFWatermark' component, version '11.1.1.3.0 Build 20100827', provides PDFWatermark feature(s)
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-04-24T12:45:18.462+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-060001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: d7b527f4c742d7ec:-761897a9:136e3bc2012:-8000-0000000000000002,0] [APP: Oracle Universal Content Management - Content Server] 'DesktopIntegrationSuite' component, version '2010_12_17 (11.1.4.71) ($Rev: 8790 $)', provides DesktopIntegrationSuite:10gR3-9.0.0.0 feature(s)
    [2012-04-24T12:45:18.463+03:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0'

    Further information about my server error is below pls
    Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.rules, referenced from: /u02/oracle/middleware/user_projects/domains/ecm_domain/servers/AdminServer/tmp/_WL_user/emai/xalnv4]. Make sure the referenced optional package has been deployed as a library.>
    <Apr 25, 2012 9:15:53 AM AST> <Info> <WebService> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>

  • Delete in Merge gives error - 10.1.0.5.0

    We are using MERGE with DELETE. This throws an error " Violation: Parent Key not Found". If we remove the delete section of the merge, it works fine. There are no child table / Trigger to this table. The same merge statement with delete works fine with Oracle version 10.2.0.3.
    Is this a bug / known issue with 10.1.0.5.0.
    Any pointers is highly appreciated.

    Thanks for the Information Morgan. But if we look at the release notes of R1 - http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_9016.htm#SQLRF01606 - It has the delte option included.
    If R1 does not even have the feature, i would expect my SP should not even compile. Please correct me if i am wrong

  • Merge query error in Where clause

    Following error is coming when i execute the merge query. Anything wrong with this? I am using Oracle 9.2.0.1.
    Query:
    MERGE
         INTO incompletekalls ic
         USING live_small ls
         ON ((ls.callid = ic.callid) AND
         (ls.sdate = ic.sdate) AND
         (ls.stime = ic.stime))
    WHEN MATCHED THEN
         UPDATE
         SET     ic.adate = ls.adate,
              ic.atime = ls.atime,
              ic.edate = ls.edate,
              ic.etime = ls.etime
         WHERE
              ls.sdate = '16-Apr-09' AND ls.stime >= '09:00:00' AND ls.stime <= '11:00:00' AND ((ls.adate IS NULL) OR
              (ls.edate IS NULL))
    WHEN NOT MATCHED THEN
         INSERT (ic.callid,ic.cg,ic.cd,ic.re,ic.opc,ic.dpc,ic.sdate,ic.stime,ic.adate,ic.atime,ic.edate,ic.etime)
         VALUES (ls.callid,ls.cg,ls.cd,ls.re,ls.opc,ls.dpc,ls.sdate,ls.stime,ls.adate,ls.atime,ls.edate,ls.etime)
         WHERE ls.sdate >= '16-Apr-09' AND ls.stime >= '09:00:00' AND ls.stime <= '11:00:00'
    Error:
    SQL> /
    WHERE
    ERROR at line 13:
    ORA-00905: missing keyword

    Hi,
    From looking at the documented examples
    http://www.oracle.com/pls/db92/db92.drilldown?levelnum=2&toplevel=a96540&method=FULL&chapters=0&book=&wildcards=1&preference=&expand_all=&verb=&word=MERGE#a96540
    and on http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5318183934935
    I think that you cannot use the WHERE in your MERGE like that on 9i...
    Something else I want to warn you for:
    It's a bad idea to store your date and time separated as strings! You'll run into troubles sooner or later, for 100%...
    Use a single DATE column instead, in which you store both the date and time components..

  • Crystal Reports XI Merge Module Error

    Hi,
    I am attempting to create an installer that uses the latest (CRXIWIN_SP4) Crystal Reports XI merge module (CrystalReports11_RDC_Reportengine.msm).
    When the installer is run an error often occurs (it only occurs on some machines and I have so far be unable to find a pattern as to which machines it fails on):
    Error 1904.Module C:|Program Files\Busines Objects\BusinessObjects Entrprise 11\win32_x86\plugins\auth\secLDAP\secldap.dll failed to register. HRESULT -2147024770.
    The dll in question (secldap.dll) is present on the machine at the point where the error occurs, but further inspection seems to indicate that a dependency is missing (though it's not clear what dependency).
    The readme file supplied with the merge modules would seem to suggest that this is a defect in the merge module that has been fixed (ADAPT00409449).
    Any help to sort this out would be much appreciated as I've run out of ideas!
    Many thanks,
    Simon Clarke.

    Please post this query to the Legacy Application Development SDKs  forum:
    SAP Crystal Reports - Legacy SDKs
    That forum is monitored by qualified technicians and you will get a faster response there.
    Thank you for your understanding,
    Ludek

  • MERGE INTO error

    Hi,
    I'm trying to use the MERGE INTO statement. I wrote a script with all the statements. Everything runs fine EXCEPT for one statement:
    MERGE INTO TEMPLATE_COMPONENT_TMP2 A USING
    (SELECT
      1011 as "TEMPLATE_COMPONENT_ID",
      'Service Canada Logo' as "TEMPLATE_COMPONENT_NAME_EN",
      'Logo de Service Canada' as "TEMPLATE_COMPONENT_NAME_FR",
      TO_DATE('06/03/2009 15:25:08', 'MM/DD/YYYY HH24:MI:SS') as "PRODUCTION_START_DATE",
      TO_DATE('06/03/2009 15:25:08', 'MM/DD/YYYY HH24:MI:SS') as "DATE_CREATED",
      1 as "USER_CREATED",
      1 as "CD_TMPLT_COMPONENT_CTGRY_ID",
      'Service Canada Logo' as "TEMPLATE_COMPONENT_DESC_EN",
      'Logo de Service Canada' as "TEMPLATE_COMPONENT_DESC_FR",
      NULL as "PRODUCTION_END_DATE",
      TO_DATE('06/03/2009 15:31:28', 'MM/DD/YYYY HH24:MI:SS') as "DATE_UPDATED",
      NULL as "USER_UPDATED",
      2 as "CD_LANGUAGE_ID",
      1 as "EDITABLE_IND",
      1 as "VERSION_NUMBER",
      3 as "CD_TMPLT_COMPONENT_TP_ID",
      1 as "CD_EXTERNAL_DATA_SOURCE_ID",
      1 as "SHARED_IND",
      NULL as "CD_FIELD_FORMAT_TYPE_ID",
      NULL as "FIELD_FORMAT_ALGORITHM",
      NULL as "DATASOURCE_TAG",
      NULL as "MAPPING_COLUMN_NAME",
      NULL as "MAPPING_TABLE_NAME",
      1 as "MANDATORY_COMPONENT_IND",
      'Change-over: CLS to ACS' as "REASON_TEXT",
      NULL as "CHANGE_DESCRIPTION",
      '<ns0:para component_code="1011" xmlns:ns0="http://acs.prv/templateComponents"><w:p xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:pPr><w:pStyle w:val="Header" /></w:pPr><w:r><w:pict><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml"><v:stroke joinstyle="miter" /><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0" /><v:f eqn="sum @0 1 0" /><v:f eqn="sum 0 0 @1" /><v:f eqn="prod @2 1 2" /><v:f eqn="prod @3 21600 pixelWidth" /><v:f eqn="prod @3 21600 pixelHeight" /><v:f eqn="sum @0 0 1" /><v:f eqn="prod @6 1 2" /><v:f eqn="prod @7 21600 pixelWidth" /><v:f eqn="sum @8 21600 0" /><v:f eqn="prod @7 21600 pixelHeight" /><v:f eqn="sum @10 21600 0" /></v:formulas><v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /><o:lock v:ext="edit" aspectratio="t" /></v:shapetype><w:binData w:name="wordml://02000001.jpg">/9j/4AAQSkZJRgABAgEBLAEsAAD/4Qo0RXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUA
    AAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAdAAAAcgEyAAIAAAAUAAAAj4dp
    AAQAAAABAAAApAAAANAAAAEsAAAAAQAAASwAAAABQWRvYmUgUGhvdG9zaG9wIENTIE1hY2ludG9z
    aAAyMDA1OjA5OjE1IDE1OjQ4OjUxAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAlqADAAQAAAAB
    AAAAHwAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEA
    AgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAAj+AAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklG
    AAECAQBIAEgAAP/tAAxBZG9iZV9DTQAB/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBEL
    CgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsN
    Dg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM
    DAwM/8AAEQgAHwCWAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYH
    CAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQh
    EjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXi
    ZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIE
    BAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKy
    gwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dX
    Z3eHl6e3x//aAAwDAQACEQMRAD8ArK30j/lXD/4+v/qgqit9I/5Vw/8Aj6/+qCz47jze0y/zc/7s
    vyfU1kdd6/j9MptrmMz0w6hhBhxcSwOn6P6N300H60dZy+ksosxjWfVLmOreJPEtsZDm/RXG9R6t
    ' as "TEMPLATE_COMPONENT_CONTENT",
      1011 as "TEMPLATE_COMPONENT_CODE",
      0 as "FREQUENCY_IND",
      0 as "REPEAT_IND",
      'ACS' as "REQUESTED_BY",
      'ACS' as "APPROVED_BY",
      NULL as "CD_PROGRAM_GROUP_ID_BAK"
      FROM DUAL) B
    ON (A.TEMPLATE_COMPONENT_ID = B.TEMPLATE_COMPONENT_ID)
    WHEN NOT MATCHED THEN
    INSERT (
      TEMPLATE_COMPONENT_ID, TEMPLATE_COMPONENT_NAME_EN, TEMPLATE_COMPONENT_NAME_FR, PRODUCTION_START_DATE, DATE_CREATED,
      USER_CREATED, CD_TMPLT_COMPONENT_CTGRY_ID, TEMPLATE_COMPONENT_DESC_EN, TEMPLATE_COMPONENT_DESC_FR, PRODUCTION_END_DATE,
      DATE_UPDATED, USER_UPDATED, CD_LANGUAGE_ID, EDITABLE_IND, VERSION_NUMBER,
      CD_TMPLT_COMPONENT_TP_ID, CD_EXTERNAL_DATA_SOURCE_ID, SHARED_IND, CD_FIELD_FORMAT_TYPE_ID, FIELD_FORMAT_ALGORITHM,
      DATASOURCE_TAG, MAPPING_COLUMN_NAME, MAPPING_TABLE_NAME, MANDATORY_COMPONENT_IND, REASON_TEXT,
      CHANGE_DESCRIPTION, TEMPLATE_COMPONENT_CONTENT, TEMPLATE_COMPONENT_CODE, FREQUENCY_IND, REPEAT_IND,
      REQUESTED_BY, APPROVED_BY, CD_PROGRAM_GROUP_ID_BAK)
    VALUES (
      B.TEMPLATE_COMPONENT_ID, B.TEMPLATE_COMPONENT_NAME_EN, B.TEMPLATE_COMPONENT_NAME_FR, B.PRODUCTION_START_DATE, B.DATE_CREATED,
      B.USER_CREATED, B.CD_TMPLT_COMPONENT_CTGRY_ID, B.TEMPLATE_COMPONENT_DESC_EN, B.TEMPLATE_COMPONENT_DESC_FR, B.PRODUCTION_END_DATE,
      B.DATE_UPDATED, B.USER_UPDATED, B.CD_LANGUAGE_ID, B.EDITABLE_IND, B.VERSION_NUMBER,
      B.CD_TMPLT_COMPONENT_TP_ID, B.CD_EXTERNAL_DATA_SOURCE_ID, B.SHARED_IND, B.CD_FIELD_FORMAT_TYPE_ID, B.FIELD_FORMAT_ALGORITHM,
      B.DATASOURCE_TAG, B.MAPPING_COLUMN_NAME, B.MAPPING_TABLE_NAME, B.MANDATORY_COMPONENT_IND, B.REASON_TEXT,
      B.CHANGE_DESCRIPTION, B.TEMPLATE_COMPONENT_CONTENT, B.TEMPLATE_COMPONENT_CODE, B.FREQUENCY_IND, B.REPEAT_IND,
      B.REQUESTED_BY, B.APPROVED_BY, B.CD_PROGRAM_GROUP_ID_BAK)
    WHEN MATCHED THEN
    UPDATE SET
      A.TEMPLATE_COMPONENT_NAME_EN = B.TEMPLATE_COMPONENT_NAME_EN,
      A.TEMPLATE_COMPONENT_NAME_FR = B.TEMPLATE_COMPONENT_NAME_FR,
      A.PRODUCTION_START_DATE = B.PRODUCTION_START_DATE,
      A.DATE_CREATED = B.DATE_CREATED,
      A.USER_CREATED = B.USER_CREATED,
      A.CD_TMPLT_COMPONENT_CTGRY_ID = B.CD_TMPLT_COMPONENT_CTGRY_ID,
      A.TEMPLATE_COMPONENT_DESC_EN = B.TEMPLATE_COMPONENT_DESC_EN,
      A.TEMPLATE_COMPONENT_DESC_FR = B.TEMPLATE_COMPONENT_DESC_FR,
      A.PRODUCTION_END_DATE = B.PRODUCTION_END_DATE,
      A.DATE_UPDATED = B.DATE_UPDATED,
      A.USER_UPDATED = B.USER_UPDATED,
      A.CD_LANGUAGE_ID = B.CD_LANGUAGE_ID,
      A.EDITABLE_IND = B.EDITABLE_IND,
      A.VERSION_NUMBER = B.VERSION_NUMBER,
      A.CD_TMPLT_COMPONENT_TP_ID = B.CD_TMPLT_COMPONENT_TP_ID,
      A.CD_EXTERNAL_DATA_SOURCE_ID = B.CD_EXTERNAL_DATA_SOURCE_ID,
      A.SHARED_IND = B.SHARED_IND,
      A.CD_FIELD_FORMAT_TYPE_ID = B.CD_FIELD_FORMAT_TYPE_ID,
      A.FIELD_FORMAT_ALGORITHM = B.FIELD_FORMAT_ALGORITHM,
      A.DATASOURCE_TAG = B.DATASOURCE_TAG,
      A.MAPPING_COLUMN_NAME = B.MAPPING_COLUMN_NAME,
      A.MAPPING_TABLE_NAME = B.MAPPING_TABLE_NAME,
      A.MANDATORY_COMPONENT_IND = B.MANDATORY_COMPONENT_IND,
      A.REASON_TEXT = B.REASON_TEXT,
      A.CHANGE_DESCRIPTION = B.CHANGE_DESCRIPTION,
      A.TEMPLATE_COMPONENT_CONTENT = B.TEMPLATE_COMPONENT_CONTENT,
      A.TEMPLATE_COMPONENT_CODE = B.TEMPLATE_COMPONENT_CODE,
      A.FREQUENCY_IND = B.FREQUENCY_IND,
      A.REPEAT_IND = B.REPEAT_IND,
      A.REQUESTED_BY = B.REQUESTED_BY,
      A.APPROVED_BY = B.APPROVED_BY,
      A.CD_PROGRAM_GROUP_ID_BAK = B.CD_PROGRAM_GROUP_ID_BAK;
    [/code]
    It's giving me:
    '<ns0 ara component_code="1011" xmlns:ns0="http://acs.prv/templateComponents"><w  xmlns:w="http:
    ERROR at line 29:
    ORA-01704: string literal too long
    I guess it's NORMAL because a string max length is 4000 char. Here I have a CLOB.
    What can I do to workaround this problem?
    Thanks in advance,
    Marc.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Let me explain the FULL picture...
    We have 3 environments (databases) with the same table structure. I have to take the data from Table A, in DEV database, and copy it to Table A, in TST and PROD database. They don't want to loose any data that is already in TST and PROD. PLUS, I can't use any DATABASE LINKS (against OUR standards). This is why I was thinking of using the MERGE or UPDATE statements.
    I have a script that reads Table A, and builds a script with all the UPDATE statement. Then I found that TOAD could build a MERGE INTO script for me, so I did that. When I tried executing the MERGE script, I got the STRING error (max of 4000 char exeeded).
    What are my alternatives?
    Please advise !
    Thanks in advance,
    Marc.

  • Reg Adcfgclone after merge appltop error

    Hi,
    Mine is 2 node architecture.
    Web & Forms in one node.
    Admin,Concurrent and DB in another node.
    Version is 11.5.10.2 and db is 10.2.0.4
    I want to do Multinode to single node cloning using merge appltop.
    I ran perl adpreclone.pl appsTier merge in admin node and
    perl adpreclone.pl appltop merge in webnode.
    I took hotbackup of DB.
    Then in Target system
    I have created control file and recover the db and open it in resetlogs.
    i have manually created a listener for it.
    Now my db and db listener is up.
    I copied the comn_top,appl_top and ora_top from my admin node to target system.
    then i copied appl folder from comn_top/clone/appl from web node to target system comn_top/clone/appl.
    Then i run adcfgclone.pl appsTier from target system admin node.
    It completed successfully but since i forget to add temp tablespace autoconfig ends in error.
    Then i added the temp table space and run the adautocfg.sh which ends in error as
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /oracle/TEST/app/testcomn/admin/install/TESTDB_testebs
    txkFrmUTF8.pl INSTE8_SETUP
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/TEST/app/testcomn/admin/install/TESTDB_testebs
    txkMultinode.sh INSTE8_SETUP 1
    wdbsvr.sh INSTE8_SETUP 1
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/TEST/app/testcomn/admin/install/TESTDB_testebs
    abmwebprf.sh INSTE8_PRF 1
    affrmprf.sh INSTE8_PRF 1
    afwebprf.sh INSTE8_PRF 1
    amswebprf.sh INSTE8_PRF 1
    ibywebprf.sh INSTE8_PRF 1
    icxwebprf.sh INSTE8_PRF 1
    jtfictx.sh INSTE8_PRF 1
    oksfrmprf.sh INSTE8_PRF 1
    AC-00423: Template file: /oracle/TEST/app/testappl/fnd/11.5.0/admin/template/txkFrmUTF8.pl missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    wdbsvr.sh Unable to update s_portal30_sso_user in /oracle/TEST/app/testora/iAS/Apache/modplsql/cfg/wdbsvr.app
    Kindly help me in this.
    Regards
    Krishna

    HI,
    After moving pl file from source to target now the error didnot come.
    I have also changed the value to null for sso parameter still the error comes.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/TEST/app/testcomn/admin/install/TESTDB_testebs
    txkMultinode.sh INSTE8_SETUP 1
    wdbsvr.sh INSTE8_SETUP 1
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/TEST/app/testcomn/admin/install/TESTDB_testebs
    abmwebprf.sh INSTE8_PRF 1
    affrmprf.sh INSTE8_PRF 1
    afwebprf.sh INSTE8_PRF 1
    amswebprf.sh INSTE8_PRF 1
    ibywebprf.sh INSTE8_PRF 1
    icxwebprf.sh INSTE8_PRF 1
    jtfictx.sh INSTE8_PRF 1
    oksfrmprf.sh INSTE8_PRF 1
    AutoConfig is exiting with status 10
    txkMultinode.sh
    Enter value for 2: ERROR:
    ORA-01017: invalid username/password; logon denied
    Error Ruuning txkgetWebnodes.sqlERRORCODE = 1 ERRORCODE_END
    .end std out.
    wdbsvr.sh
    RUNPROCESS = Phase upto which the scripts should be executed.
    Values allowed: { INSTE8, INSTE8_SETUP, INSTE8_PRF, INSTE8_APPLY }
    wdbsvr.sh Unable to update s_portal30_sso_user in /oracle/TEST/app/testora/iAS/Apache/modplsql/cfg/wdbsvr.app
    ERRORCODE = 1 ERRORCODE_END
    ERROR:
    ORA-12154: TNS:could not resolve service name
    abmwebprf.sh exiting with status 1

Maybe you are looking for