Cloud Content Service Error

I created a test app NTestApp1 and published it into App Cloud Catalog. While adding app NTestApp1 onto landing page NLandingPage, I received an error saying “Cloud Content Service Error. Cloud Content can not be added because the cloud content is not configured properly. Please check your settings and try again.”. I noticed, same error message is displayed in all cases.  I do not see specific error message about error so that I can make changes accordingly. Is there any way to look at error log of Cloud Content? It would be very helpful, if I get detailed information about error.
I have attached few screenshots which would help to investigate this issue.
1. Error
2. NTestApp1 Service Details
3. Response to the Create URL Call:
4. C# source code of Create function
public stringstring
string rtnJson = "{\"recordDefinition\": {\"ContactID\": \"{{Contact.Id}}\"}, \"height\": 256, \"width\": 256,\"editorImageUrl\": \"https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQGBPWyhmHWr_WiLRkJlJU1yvy-ZalB4ftnN5BnLvZPGQc3sahPTQ\"}";
return rtnJson;
[OperationContract]
[WebInvoke(Method = "POST", RequestFormat = WebMessageFormat.Json,
ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Bare,
UriTemplate = "create/instance={InstanceId}")]
string create(string InstanceId);
It would be great, if anybody can share steps to develop and configure app (content service) into Eloqua App Cloud Test Environment. I went through few documents but could not find exact steps.
Message was edited by: a4a84d71-3783-4065-b914-d1927da05f0b
Message was edited by: a4a84d71-3783-4065-b914-d1927da05f0b

Hi,
I suggest you could try to add this code into your app_start() methods.
protected void Application_Start()
HttpConfiguration config = GlobalConfiguration.Configuration;
config.Formatters.JsonFormatter.SerializerSettings.Formatting =
Newtonsoft.Json.Formatting.Indented;
Also, you could see this reply(http://stackoverflow.com/a/13274791 ).Please try it.
Regards,
Will
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.

Similar Messages

  • Unable to start IDC Content Service(Very Urgent)

    Hi,
    My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Content Admin Service" is getting started automatically but "IDC Content Service" is not getting started.It is getting the following Error Message when we are starting IDC Content Service
    Error 1064 : An exception occured in the service when handling the Control Request.
    I have already installed Oracle Database 10g and D2k 10g also on my local system.
    i am getting following error in the log file
    Failed to initialize the server. Unable to initialize the system provider 'SystemDatabase'. Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:xe'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
    Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:xe'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe [ Details ]
    A fatal error has occurred. The stack trace below shows more information.
    !csFailedToInitServer!csProviderUnableToInitialize,SystemDatabase!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>!syExceptionType2,java.sql.SQLException,Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>
    intradoc.common.ServiceException: !csProviderUnableToInitialize,SystemDatabase!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:
    ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:1949)
         at intradoc.server.IdcSystemLoader.initProviders(IdcSystemLoader.java:1729)
         at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:221)
         at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:185)
         at intradoc.server.IdcServerManager.init(IdcServerManager.java:73)
         at IdcServerNT.init(IdcServerNT.java:86)
         at IdcServerNT.main(IdcServerNT.java:54)
    Caused by: intradoc.data.DataException: !csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:
    ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:88)
         at intradoc.jdbc.JdbcWorkspace.init(JdbcWorkspace.java:97)
         at intradoc.provider.Provider.init(Provider.java:68)
         at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:1937)
         ... 6 more
    Caused by: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
         at oracle.jdbc.driver.PhysicalConnection.&#60;init&#62;(PhysicalConnection.java:441)
         at oracle.jdbc.driver.T4CConnection.&#60;init&#62;(T4CConnection.java:165)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:70)
         ... 9 more
    The Oracle Homes are different for both the Oracle.
    If somebody have idea about this problem,please help me. This is very urgent.
    Manoj Baghel
    [email protected]

    I think so..
    Your Oracle Database doesn't connect to content server..
    Maybe, you can edit the configuration of your UCM..
    Please open the file at C:\oracle\ucm\server\config\config.cfg..
    And then add the code :
    NumConnection = 5;
    CMIIW

  • Unable to start  IDC Content Service(urgent)

    Hi,
    My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Content Admin Service" is getting started automatically but "IDC Content Service" is not getting started.It is getting the following Error Message when we are starting IDC Content Service
    Error 1064 : An exception occured in the service when handling the Control Request.
    Need help.
    Message was edited by:
    user612888

    Hi,
    It sounds like your tables are either not there or are not available under your stellent_admin's account.
    Now to be honest, I've not used the XE version of Oracle's db, but assuming it operates in a similar fashion to the regular version, it sounds like your content server tables are either not there or are created under a different account.
    If they are under a different account, it's probably best just to delete them and re-create them again under the correct account as they are undoubtedly in the wrong tablespace too.
    If they just aren't there, which I guess is possible if you decline the table set up option during installation, you just need to run the script.
    running the script is actually pretty easy.
    open up a command window and navigate to your 'UCM\ContentServer\database\oracle'
    run sqlplus stellent_admin/[password]
    once your logged in...type @all.sql;
    David

  • Http 401 error when uploading file to content services

    Hi,
    When i try to upload a document, the document is created in the folder with empty content and i have the 401 http error.
    Someone can help me to resolve thise problem.
    Thank's for advance.

    I found the response to the problem. I summarize the solution in the following point :
    1- when you connect to a standalone content services server via the webservices api, you get a single String as cookie and to upload a document to server you use the same single cookie.
    2- bu when you connect to cluster content services via the webservices api, you get an Array of String as cookies and to upload a document to server you need to transform the array of cookie into a single String cookie to be able to be authenticated by the http server, look to the following code
    String cookie="";
         for(int i=0;i < connection.getCookie().length;i++) {
              cookie = cookie + connection.getCookie() +";";

  • Unable to convert pdf to any other format. Tried cloud as well as acrobat reader. Reader error message "unable to contact service" and Cloud message "conversion error". I tried multiple pdf documents and checked security settings on all of them. Help Plea

    nable to convert pdf to any other format. Tried cloud as well as acrobat reader. Reader error message "unable to contact service" and Cloud message "conversion error". I tried multiple pdf documents and checked security settings on all of them. Help Please!

    Hi skydivingsnowman,
    I'm sorry you're having such trouble using the ExportPDF service. What browser are you using?
    Please try clearing your browser cache, or using a different browser (here's a list of supported browsers:   http://www.adobe.com/acom/systemreqs/.
    Please let me know if that works.
    Best,
    Sara

  • How many situation will Aggregate Error occurs in Content Services?

    Hi
    while uploading files into content services its giving Aggregare error ?
    but no category, have the full access and no exceeds to library quota?
    how many situalltion will aggregate error occurs in content services while uploading?
    how can i resolve this problem in content services.
    Thanks in Advance

    Typically aggregate errors are thrown for Bulk operations. A bulk operation is one where you tend to operate on multiple items (Folder, Documents) at a time. FileManager.createDocuments() , FileManager.delete(list of docs) are examples of this.
    Ravikiran

  • SharePoint Foundation 2010: search error: "Your search cannot be completed because of a service error."

    Hi,
    I have SharePoint Foundation 2010 running on a single server with databases, with a second server in the farm serving as a 2nd app tier. Both server have the exact same versions of SharePoint loaded (according to the Central Admin site).
    Whenever I try to run a search from any site in my SharePoint Foundation 2010 installation (in this example I typed "this is my query"), it hangs for 20-30 seconds while the IE status bar says:
    Waiting for http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2Ftfs2010db%2Ftfs%2FSITE1
    Then it finally returns a results screen with an error that says: "Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information."
    Checking the SharePoint logs under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, the relevant entries say the following (items I deem important
    bolded):
     11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:http://172.22.100.101:80/)) 11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Logging
    Correlation Data xmnv Medium Name=Request (HEAD:http://172.22.100.101:80/) a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:http://172.22.100.101:80/)). Execution Time=3.33645756653429 a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=4.3055751499143 fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.75 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/tfs/SITE1 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.77 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Query dn6r High FetchDataFromURL start at(outside if): 1 param: start 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.79 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search QueryComponentSelection aee7 Medium
    Did You Mean Suggester not found. [smart2.hxx:382] d:\office\source\otools\inc\search\common\ytrip\tripoli\smart2.hxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.91 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search Query Processor e0pg Medium 1dd958fb-b605-4b3b-a676-28a3cafb2eb6:
    Query completed 125 ms, detailed time: Query stage execution ms times: 0 125 0 0 125 0 0 0 Query stage cpu ms times: 0 31 0 0 31 0 0 0 Query stage hit counts: 1 1 1 7 1 0 1 1 Cursor count: 260 Mapped page count: 164 Total index count: 7 [srequest.cxx:5526]
    d:\office\source\search\native\ytrip\tripoli\cifrmwrk\srequest.cxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Exceptions 1hjo
    Medium Exception thrown: 0x80040e31 (d:\office\source\otools\inc\search\common\ytrip\tripoli\timeout.hxx:51 ip 0x000007FEECF099B7) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search
    Query Processor e2o1 High In CRootQuerySpec::Execute - caught exception: 0x80040e31, translated to: 0x80040e31 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Administration 0000
    High Log Query: More Information: Execution stopped because a resource limit was reached. No results were returned.
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1
    High Error while executing web part: Microsoft.SharePoint.Search.WebControls.Srhdc GenericException: Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    ---> System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() --- End of inner exception stack trace --- at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.get_ResultsReturned() at Microsoft.SharePoint.Search.Internal.WebControls.CoreRes...
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08* w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1 High ...ultsWebPart.ModifyXsltArgumentList(ArgumentClassWrapper argList) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a2
    High InnerException 1: System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DataBinding DataFormWebPart ()). Execution Time=15302.2074034549 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.09 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=15358.1002613461 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png))
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png) f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af71 Medium HTTP Request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af74 Medium HTTP request URL: /tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.60 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png)). Execution Time=9.75459171486879 f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    Not sure what "resource limit is reached" actually means. This SharePoint installation is running under regular SQL 2008 R2, and the
    WSS_Content database is fairly small (10gig). I've reviewed the Search Service, the process account running it, the
    WSS_SEARCH index database, and verified that the Content database is using the proper index database. Everything looks like it should be crawling/indexing/working fine. But the WSS_SEARCH
    database isn't very large, so I'm not sure if the crawling is actually filling it with anything.
    Not sure where to start seriously troubleshooting this. Any advice would be appreciated. Thanks.

    Hi,
    The query ran in tens of seconds. This indicates that at some point a bad plan compiled and stayed in the cache. 
    It may have gotten there because the statistics were out of date. 
    A possible way to keep this from happening is to rebuild statistics with full scan more frequently.
    Try free the proc cache and see the result.
    http://msdn.microsoft.com/en-us/library/ms174283(v=SQL.105).aspx
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • Creative Cloud Update: Recurring error 205

    Hi all,
    I am trying to download and install the latest update to the Creative Cloud desktop, but keep getting the same error message "205" (suggesting, seemingly, that the file be 'corrupted'). I am pretty sure the download failed the first time when my internet connection cut out by accident while the update was downloading. It got stuck then at 42% and with each retry the file downloads fine until 42% before the error message appears.
    I have tried getting off the wifi network and connecting directly through the modem (as recommended in other threads) with equal results. I live abroad and am on a rather slow connection, however, most updates have been able to download alright until now.
    One thing I expect might be a solution would be to delete the temporary download file in order to reset the apparent memory of those 42% being the critical point. Where can I find the temporary download file?
    Any suggestions are most welcome - as many of you will know, being forced to update the Creative Cloud desktop can effectively render one unable to work, with synchronized assets (fonts in particular) not being recognized in the programs until the update has taken place, so I am eager to get to a solution.
    Cheers

    Errors 201 & 205 & 206 & 207 or several U43 errors
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Reporting Service Error Code 7403, on SCCM 2012 R2 with SQL 2012 SP1 CU6

    Dear All,
    I am facing issue to install Reporting Services Point on SCCM 2012 R2 with SQL 2012 SP1 CU6. getting error messages id 7403. please let me know if SQL 2012 SP1 CU6 is supported with SCCM 2012 R2 or not & if you have any solution on it.
    Error Message: The report server service is not running on Reporting Service Point server "SCCM2012"; start the service to enable reporting.

    I am getting below error msg when trying to browse both sites
    1) For Reports
    The report server cannot decrypt the
    symmetric key that is used to access sensitive or encrypted data in a report
    server database. You must either restore a backup key or delete all encrypted
    content. (rsReportServerDisabled)
    Get Online Help
    Keyset does not exist (Exception from
    HRESULT:
    0x80090016)
    2) For Reportserver
    Reporting Services Error
    The report server cannot decrypt the symmetric key that is used to access
    sensitive or encrypted data in a report server database. You must either restore
    a backup key or delete all encrypted content. (rsReportServerDisabled)
    Get Online Help
    Keyset does not exist (Exception from HRESULT: 0x80090016)
    SQL Server Reporting Services

  • State service error when submitting InfoPath form to Library

    I have a problem and looks like Google couldn't help me.. I really hope someone here will be able to.
    I have a Form Library using a custom form. When submitting the form to the library, users are getting this error. I don't get the error with my own user, only difference is I have full access to the farm and content using web app policy.
    ULS logs give me few informations
    SharePoint Server
    State Service
    bm1k
    Medium
    StateSqlSession.GetItemBytesInternal() Locked row in database for key ba18f90ee2e844468b08e90ad96dff2c_05967b71a21948d39b7d4d3ada9b27c9 for 4 seconds
    SharePoint Server
    State Service
    bm0t
    Unexpected
    StateManager.GetState() Locked data (05967b71-a219-48d3-9b7d-4d3ada9b27c9)
    InfoPath Forms Services
    Runtime - State Service
    b5st
    Medium
    MOSS StateService threw an exception: A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator.
    I deleted the State Service and recreated it twice, once with PowerShell and then with the Farm Configuration wizard. Restarted the server. Problem might come from InfoPath Forms Services tho but I don't what else I can do.
    Does anyone have any clue??
    JP Berube | MCTS SharePoint 2010 Configuration and Application Development

    Hi,
    We had the same problem with InfoPath.
    After analysis of servers,it turns out that
    the anonymous user authentication has been enabled on
    the web application server
    via IIS and not via SharePoint
    (unsupported configuration), causing
    side-effects on some queries which
    calls to forms.
    We disabled anonymous access.This desactivation
    causes the functioning of forms again.
    Rachid.

  • I can't download adobe creative cloud for desktop,error no 50

    i can't download adobe creative cloud for desktop,error no 50

    Error 50 https://forums.adobe.com/thread/1432237 may help
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Content Services Configuration Assistant failde OCS 10.1.2

    When it gets to the Oracle Content Services Configuration Assistant, this one fails. Seeing the log file in "home/oracle/product/10.1.2/ocs_1/apps/content/log/ContentMTConfig.log" the problem seems to be in the UploadWorkflowProcessDefinition:
    *********************** Starting UploadWorkflowProcessDefinition ***********************
    The command log is hidden for security reasons
    Command returned an exit code of: 1
    Command output:
    wferr:
    - WFLDRS_FAIL
    - WFLDRSD_FAIL MODE=UPLOAD EFFDATE=<null>
    - WFLDRSD_PROT_CUST NAME=WFSTD/AND ENTITY=ACTIVITY
    Failed = oracle.ifs.utils.action.ActionFailedException: Oracle Workflow Definition Loader 2.6.3.5
    wferr:
    - WFLDRS_FAIL
    - WFLDRSD_FAIL MODE=UPLOAD EFFDATE=<null>
    - WFLDRSD_PROT_CUST NAME=WFSTD/AND ENTITY=ACTIVITY
    at oracle.ifs.admin.actions.OsCommandAction.processFinished(OsCommandAction.java:135)
    at oracle.ifs.admin.actions.ForkProcessAction.perform(ForkProcessAction.java:187)
    at oracle.ifs.utils.action.ActionQueue.performActions(ActionQueue.java:303)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:229)
    at java.lang.Thread.run(Thread.java:534)
    recording that configuration failed
    saving:/home/oracle/product/10.1.2/ocs_1/apps/content/settings/oracle/ifs/utils/common/Settings.properties
    iFS configuration failed; the following error occurred:
    Exception traces ---->
    oracle.ifs.utils.action.ActionFailedException: oracle.ifs.utils.action.ActionFailedException: Oracle Workflow Definition Loader 2.6.3.5
    Can someone help me.
    Thanks

    hi all,
    i've solved the problem by cleanly remove .profile under oracle login directory. not sure whether OUI refers this file during installation. in the new installation, i also use two UNIX users, one for infra tier, another for apps tier. this time, there is no single error reported.
    thanks for your attention.
    Rgds/

  • Getting Service Error

    Hi all,
    I am trying to get the samples ( PIM, Hello world etc) to work but I am getting Service Error as a response to all the example apps. I have upgraded my wireless install to 9.0.2.8 as per a previous suggestion but with no success. Panama_sys log gives me this as...
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Nested exception is:
    oracle.panama.adapter.AdapterException:
    HTTP(S) Error: 502 : Bad Gateway
    Original URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Effective URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Query String: ""
    Request HTTP headers:
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.adapter.http.HttpAdapter.fetchData(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.fetchSimpleResult(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.invoke(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.invokeAdapter(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.AliasImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.ServiceImpl.invoke(Unknown Source)
         at oracle.panama.rt.common.Controller.invokeService(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.doExecute(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Please help

    Ravell,
    The HTTP requests in the Hello example for your environment is re-entrant, i.e. the wireless runtime makes another HTTP request to service the original request for the Hello example. This is resulting in an HTTP 502 - i.e. the upstream server/proxy encountered an error. From the headers it looks like you're using some caching proxy in between. Could you ensure that the site URL is set up correctly from the EM console? This is most likely a connectivity issue; to confirm, try and access the effective/original URL, i.e. http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp from a browser.
    Remember, the request flow is: browser -> cache/proxy -> wireless server -> same cache/proxy as before -> wireless server. After this the request flow unwinds; check that there are no connectivity issues at each of these levels.
    Regards,
    Deepak

  • URGENT: Content Services using PL/sql utl_http

    I'm using Oracle Collaboration Suite Content Services Version 10.1.2.0.0 (Oracle 10g Enterprise Edition Release 10.1.0.4.0).
    Using PL/sql, I want to be able to retrieve a html document stored in a folder in Content Services, and store the contents of that document in a table.
    I can retrieve and store the contents of the document if it stored anywhere - I just can't when the document resides in Content Services.
    Within PL/sql I am authenticating using utl_http.set_authentication, then using utl_http.request_pieces.
    I'm not getting an error message, just the "<" character stored in my table.
    Can I not use utl_http.request_pieces for retrieving a document in Content Services?
    Thanks
    Paul

    HI Michiel
    I am also trying to achieve something similar to that. I am trying to call a web service that sends an xml attachment over MTOM? Kindly, let me know if this was achievable from your end? I mean how did the issue got resolved.
    thanks
    vijay

  • Content crawler error!! help me~~

    Dear all~ The crawler fails and gives the below message.
    ======================================================
    Content Crawler error
    <!--Unable to display the HTML for XUIView (Display).: com.plumtree.openfoundation.util.XPException: Unable to display the HTML for XUIView (Display). at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 _nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 106 at com.plumtree.portalpages.ext.providers.soap.crawler.MainDP.PageDisplay() in e:\buildroot\Release\portalui\6.0.x\ptwebui\provUISOAP\dotnet\prod\src\com\plumtree\portalpages\ext\providers\soap\crawler\MainDP.cs:line 58 at com.plumtree.uiinfrastructure.form.AFormDP.DisplayForm() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 717 at com.plumtree.uiinfrastructure.form.AFormDP.Display(IWebData pageData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 487 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 1700 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 515 at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167 at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82 at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37 at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function XUIService.GetContent (nPageNumber == 1, pPBagSettings == <?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve" />, vsaXSLParameters == [ ['gp_sRelativeImageServerBaseURL'], ['http://wpwks.corp.doosan.com/imageserver/'] ]): Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 382 at com.plumtree.portalpages.admin.editors.xui.XUIHelperModel.GetHTMLForXUIPage(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIHelperModel.cs:line 162 at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 96 ... 15 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 66 at com.plumtree.server.impl.webservice.PTWebService.Invoke(ISOAPEnvelope pEnv, String sURL, String sAction, IOKHttpSession pHttpSession, Int32 nTimeoutInMS) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\PTWebService.cs:line 1137 at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 359 ... 17 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.server.impl.soap.SOAPParser.LoadInternal() in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 628 at com.plumtree.server.impl.soap.SOAPParser.LoadBinary(Byte[] pXML) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 546 at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 58 ... 19 more -->
    <!--Unable to display the HTML for XUIView (Display).: com.plumtree.openfoundation.util.XPException: Unable to display the HTML for XUIView (Display). at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 _nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 106 at com.plumtree.portalpages.ext.providers.soap.crawler.MainDP.PageDisplay() in e:\buildroot\Release\portalui\6.0.x\ptwebui\provUISOAP\dotnet\prod\src\com\plumtree\portalpages\ext\providers\soap\crawler\MainDP.cs:line 58 at com.plumtree.uiinfrastructure.form.AFormDP.DisplayForm() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 717 at com.plumtree.uiinfrastructure.form.AFormDP.Display(IWebData pageData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 487 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 1700 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 515 at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167 at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82 at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37 at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function XUIService.GetContent (nPageNumber == 1, pPBagSettings == <?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve" />, vsaXSLParameters == [ ['gp_sRelativeImageServerBaseURL'], ['http://wpwks.corp.doosan.com/imageserver/'] ]): Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 382 at com.plumtree.portalpages.admin.editors.xui.XUIHelperModel.GetHTMLForXUIPage(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIHelperModel.cs:line 162 at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 96 ... 15 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 66 at com.plumtree.server.impl.webservice.PTWebService.Invoke(ISOAPEnvelope pEnv, String sURL, String sAction, IOKHttpSession pHttpSession, Int32 nTimeoutInMS) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\PTWebService.cs:line 1137 at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 359 ... 17 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.server.impl.soap.SOAPParser.LoadInternal() in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 628 at com.plumtree.server.impl.soap.SOAPParser.LoadBinary(Byte[] pXML) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 546 at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 58 ... 19 more -->
    <!--Unable to display the HTML for XUIView (Display).: com.plumtree.openfoundation.util.XPException: Unable to display the HTML for XUIView (Display). at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 _nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 106 at com.plumtree.portalpages.ext.providers.soap.crawler.MainDP.PageDisplay() in e:\buildroot\Release\portalui\6.0.x\ptwebui\provUISOAP\dotnet\prod\src\com\plumtree\portalpages\ext\providers\soap\crawler\MainDP.cs:line 58 at com.plumtree.uiinfrastructure.form.AFormDP.DisplayForm() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 717 at com.plumtree.uiinfrastructure.form.AFormDP.Display(IWebData pageData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 487 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 1700 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 515 at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167 at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82 at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37 at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function XUIService.GetContent (nPageNumber == 1, pPBagSettings == <?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve" />, vsaXSLParameters == [ ['gp_sRelativeImageServerBaseURL'], ['http://wpwks.corp.doosan.com/imageserver/'] ]): Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 382 at com.plumtree.portalpages.admin.editors.xui.XUIHelperModel.GetHTMLForXUIPage(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIHelperModel.cs:line 162 at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 96 ... 15 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 66 at com.plumtree.server.impl.webservice.PTWebService.Invoke(ISOAPEnvelope pEnv, String sURL, String sAction, IOKHttpSession pHttpSession, Int32 nTimeoutInMS) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\PTWebService.cs:line 1137 at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 359 ... 17 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.server.impl.soap.SOAPParser.LoadInternal() in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 628 at com.plumtree.server.impl.soap.SOAPParser.LoadBinary(Byte[] pXML) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 546 at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 58 ... 19 more -->
    <!--Unable to display the HTML for XUIView (Display).: com.plumtree.openfoundation.util.XPException: Unable to display the HTML for XUIView (Display). at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 _nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 106 at com.plumtree.portalpages.ext.providers.soap.crawler.MainDP.PageDisplay() in e:\buildroot\Release\portalui\6.0.x\ptwebui\provUISOAP\dotnet\prod\src\com\plumtree\portalpages\ext\providers\soap\crawler\MainDP.cs:line 58 at com.plumtree.uiinfrastructure.form.AFormDP.DisplayForm() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 717 at com.plumtree.uiinfrastructure.form.AFormDP.Display(IWebData pageData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 487 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 1700 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 515 at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167 at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82 at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37 at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function XUIService.GetContent (nPageNumber == 1, pPBagSettings == <?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve" />, vsaXSLParameters == [ ['gp_sRelativeImageServerBaseURL'], ['http://wpwks.corp.doosan.com/imageserver/'] ]): Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 382 at com.plumtree.portalpages.admin.editors.xui.XUIHelperModel.GetHTMLForXUIPage(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIHelperModel.cs:line 162 at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 96 ... 15 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 66 at com.plumtree.server.impl.webservice.PTWebService.Invoke(ISOAPEnvelope pEnv, String sURL, String sAction, IOKHttpSession pHttpSession, Int32 nTimeoutInMS) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\PTWebService.cs:line 1137 at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 359 ... 17 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.server.impl.soap.SOAPParser.LoadInternal() in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 628 at com.plumtree.server.impl.soap.SOAPParser.LoadBinary(Byte[] pXML) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 546 at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 58 ... 19 more -->
    <!--Unable to display the HTML for XUIView (Display).: com.plumtree.openfoundation.util.XPException: Unable to display the HTML for XUIView (Display). at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 _nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 106 at com.plumtree.portalpages.ext.providers.soap.crawler.MainDP.PageDisplay() in e:\buildroot\Release\portalui\6.0.x\ptwebui\provUISOAP\dotnet\prod\src\com\plumtree\portalpages\ext\providers\soap\crawler\MainDP.cs:line 58 at com.plumtree.uiinfrastructure.form.AFormDP.DisplayForm() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 717 at com.plumtree.uiinfrastructure.form.AFormDP.Display(IWebData pageData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\form\AFormDP.cs:line 487 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 1700 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 515 at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167 at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82 at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37 at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function XUIService.GetContent (nPageNumber == 1, pPBagSettings == <?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve" />, vsaXSLParameters == [ ['gp_sRelativeImageServerBaseURL'], ['http://wpwks.corp.doosan.com/imageserver/'] ]): Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 382 at com.plumtree.portalpages.admin.editors.xui.XUIHelperModel.GetHTMLForXUIPage(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIHelperModel.cs:line 162 at com.plumtree.portalpages.admin.editors.xui.XUIView.Display(Int32 nXUIPageID) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\xui\XUIView.cs:line 96 ... 15 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function SOAPEnvelope.Restore (arrayText == System.Byte[]): SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(Byte[] arrayText) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPEnvelope.cs:line 66 at com.plumtree.server.impl.webservice.PTWebService.Invoke(ISOAPEnvelope pEnv, String sURL, String sAction, IOKHttpSession pHttpSession, Int32 nTimeoutInMS) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\PTWebService.cs:line 1137 at com.plumtree.server.impl.webservice.XUIService.GetContent(Int32 nPageNumber, IXPPropertyBag pPBagSettings, Object vsaXSLParameters) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\webservice\XUIService.cs:line 359 ... 17 more Caused by: com.plumtree.server.impl.soap.OpenSoapException: SOAP fault: faultcode='soapenv:Server.userException' faultstring='java.rmi.RemoteException' at com.plumtree.server.impl.soap.SOAPParser.LoadInternal() in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\soap\SOAPParser.cs:line 628 at com.plumtree.server.impl.soap.SOAPParse

    It is ptspy log
    ========================================================
    826     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.Interpreter     Interpreter - About to execute PreFilter on com.plumtree.uiinfrastructure.interpreter.filter.RequestDataFilter <ptLogMsgEnd>
    827     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.Interpreter     Interpreter - About to execute PreFilter on com.plumtree.uiinfrastructure.interpreter.filter.ExpressionEngineFilter <ptLogMsgEnd>
    828     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack     Retrieving Config Value from xml doc: SystemProperties, MachineName, value. <ptLogMsgEnd>
    829     8-1-2007     9:19:14.235     Info     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.Interpreter     Current user: 1, Administrator <ptLogMsgEnd>
    830     8-1-2007     9:19:14.235     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.error.PTErrorHandler     GetDisplayAdminErrors() <ptLogMsgEnd>
    831     8-1-2007     9:19:14.235     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.error.PTErrorHandler     GetDisplayAdminErrors() - bUserIsAdmin: true <ptLogMsgEnd>
    832     8-1-2007     9:19:14.235     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.error.PTErrorHandler     userid: 1 <ptLogMsgEnd>
    833     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     Entering IsErrorPageRequired() <ptLogMsgEnd>
    834     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     Entering GetNumErrorsRequiringErrorPage() <ptLogMsgEnd>
    835     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     GetNumErrorsRequiringErrorPage() - scope: current_user <ptLogMsgEnd>
    836     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     sessionManager.ContainsSubSession( sMetaDataSubSessionKey ): True <ptLogMsgEnd>
    837     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     GetNumErrorsRequiringErrorPage() - iTotal: 0 <ptLogMsgEnd>
    838     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     Entering GetNumErrorsRequiringErrorPage() <ptLogMsgEnd>
    839     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     GetNumErrorsRequiringErrorPage() - scope: all_users <ptLogMsgEnd>
    840     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     application.ContainsSubApplication( sMetaDataSubApplicationKey ) : True <ptLogMsgEnd>
    841     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     GetNumErrorsRequiringErrorPage() - iTotal: 0 <ptLogMsgEnd>
    842     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     Entering GetNumErrorsRequiringErrorPage() <ptLogMsgEnd>
    843     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     GetNumErrorsRequiringErrorPage() - scope: admin_users <ptLogMsgEnd>
    844     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     application.ContainsSubApplication( sMetaDataSubApplicationKey ) : True <ptLogMsgEnd>
    845     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     GetNumErrorsRequiringErrorPage() - iTotal: 0 <ptLogMsgEnd>
    846     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.errordisplay.UIErrorHandler     IsErrorPageRequired() i: 0 <ptLogMsgEnd>
    847     8-1-2007     9:19:14.235     Info     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.MVCController     retrieved cached space with name Opener and ID 1 without using ID. <ptLogMsgEnd>
    848     8-1-2007     9:19:14.235     Debug     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.MVCController     DoOnPageStartActions() - About to call OnPageStart on an: com.plumtree.portaluiinfrastructure.tags.pei.TagPageActions <ptLogMsgEnd>
    849     8-1-2007     9:19:14.251     Info     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.MVCController     retrieved cached space with name Opener and ID 1 <ptLogMsgEnd>
    850     8-1-2007     9:19:14.251     Info     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.MVCController     current space is Opener <ptLogMsgEnd>
    851     8-1-2007     9:19:14.251     Info     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.MVCController     current control is Opener <ptLogMsgEnd>
    852     8-1-2007     9:19:14.251     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.opener.plugins.UUIDPlugin     uuID from querystring is <ptLogMsgEnd>
    853     8-1-2007     9:19:14.251     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.opener.plugins.UUIDPlugin     invalid uuID, uuID is null. <ptLogMsgEnd>
    854     8-1-2007     9:19:14.251     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.opener.plugins.KeywordPlugin     keyword retreived from querystring is <ptLogMsgEnd>
    855     8-1-2007     9:19:14.251     Debug     Portal_UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.opener.plugins.KeywordPlugin     keyword from querystring is null. <ptLogMsgEnd>
    856     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBQuery     Create query: '/* SELECT_ADMIN_FOLDERID:ANSI */ SELECT FOLDERID FROM PTCRAWLERS WHERE OBJECTID = ?' <ptLogMsgEnd>
    857     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBQuery     setInt, index: 0, value: 209. <ptLogMsgEnd>
    858     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBCursor     Open() loaded 1 rows, query execute ms: 0, total ms (including load): 0 <ptLogMsgEnd>
    859     8-1-2007     9:19:14.251     Debug     User     portal.doostg01.Administrator     .NET #19     com.plumtree.server.impl.users.PTUser     Administrators Group cache: User 1 IS a member of the Administrators Group. <ptLogMsgEnd>
    860     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBQuery     Create query: '/* SELECT_OBJECT_PROPS:ANSI */ SELECT PROPERTIES1,PROPERTIES2 FROM PTOBJECTPROPERTIES WHERE ObjectID=? AND CLASSID=? ORDER BY PAGENUMBER ASC' <ptLogMsgEnd>
    861     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBQuery     setInt, index: 0, value: 209. <ptLogMsgEnd>
    862     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBQuery     setInt, index: 1, value: 38. <ptLogMsgEnd>
    863     8-1-2007     9:19:14.251     Info     OpenKernel.Database     portal.doostg01.Administrator     .NET #19     com.plumtree.openkernel.impl.db.DBCursor     Open() loaded 8 rows, query execute ms: 0, total ms (including load): 0 <ptLogMsgEnd>
    864     8-1-2007     9:19:14.329     Warning     Core     portal.doostg01.Administrator     .NET #19     com.plumtree.server.impl.core.PTBaseObjectManager     Error in function PTBaseObjectManager.Open (nObjectID == 209, bLockInitially == false): ???????? ???????? 'NAME' ????????????? ??1, ??? 3826
    com.plumtree.openfoundation.util.XPParseException: ???????? ???????? 'NAME' ????????????? ??1, ??? 3826
    com.plumtree.openfoundation.util.XPParseException: ???????? ???????? 'NAME' ????????????? ??1, ??? 3826
    at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e)
    at com.plumtree.openfoundation.util.XPPropertyBag.LoadFromXML(String xmlString)
    at com.plumtree.server.impl.core.PTBaseObjectManager.RetrieveObject(Int32 nObjectID, IXPPropertyBag spBag) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\core\PTBaseObjectManager.cs:line 1975
    at com.plumtree.server.impl.core.PTBaseObjectManager.Open(Int32 nObjectID, Boolean bLockInitially) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\core\PTBaseObjectManager.cs:line 858
    at com.plumtree.portaluiinfrastructure.classtypedescriptors.classtypes.PTCrawlers.GetCLSIDForExistingObject(Int32 nObjectID, IPTSession ptSession) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\classtypedescriptors\classtypes\PTCrawlers.cs:line 82
    at com.plumtree.portaluiinfrastructure.classtypedescriptors.ClassTypeDescManager.GetProviderEnglishNameForExistingObject(Int32 nClassID, Int32 nObjectID, IPTSession _ptSession) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\classtypedescriptors\ClassTypeDescManager.cs:line 241
    at com.plumtree.portaluiinfrastructure.classtypedescriptors.APTExtClassTypeDesc.GetRedirectOpenObject(XPHashtable htArguments, AActivitySpace asParent, Object _userSession) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\classtypedescriptors\APTExtClassTypeDesc.cs:line 168
    at com.plumtree.uiinfrastructure.opener.types.ClassTypeManager.GetOpenerRedirect(String strClassKey, Int32 nOpenerMode, XPHashtable htArguments, AActivitySpace asParent, Object _userSession) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\opener\types\ClassTypeManager.cs:line 82
    at com.plumtree.uiinfrastructure.opener.BaseOpenerControl.CheckActionSecurityAndExecute(XPHashtable _htArguments) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\opener\BaseOpenerControl.cs:line 138
    at com.plumtree.uiinfrastructure.interpreter.MVCController.HandleRedirect(Redirect redirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\MVCController.cs:line 385
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 387
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167
    at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82
    at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37
    at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    at System.Web.HttpApplication.ResumeSteps(Exception error)
    at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
    at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
    at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    Caused by: System.Xml.XmlException: ???????? ???????? 'NAME' ????????????? ??1, ??? 3826
    at System.Xml.XmlTextReader.SetElementValues()
    at System.Xml.XmlTextReader.ParseElement()
    at System.Xml.XmlTextReader.Read()
    at System.Xml.XmlValidatingReader.ReadNoCollectTextToken()
    at System.Xml.XmlValidatingReader.Read()
    at System.Xml.XmlLoader.LoadCurrentNode()
    at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
    at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
    at System.Xml.XmlDocument.Load(XmlReader reader)
    at System.Xml.XmlDocument.LoadXml(String xml)
    at com.plumtree.openfoundation.util.XPPropertyBag.LoadFromXML(String xmlString)
    <ptLogMsgEnd>
    865     8-1-2007     9:19:14.329     Error     UI_Infrastructure     portal.doostg01.Administrator     .NET #19     com.plumtree.uiinfrastructure.interpreter.Interpreter     Unable to process request.
    com.plumtree.openfoundation.util.XPException: The Common Opener could not open this object.
    com.plumtree.openfoundation.util.XPException: The Common Opener could not open this object.
    at com.plumtree.uiinfrastructure.opener.BaseOpenerControl.CheckActionSecurityAndExecute(XPHashtable _htArguments) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\opener\BaseOpenerControl.cs:line 171
    at com.plumtree.uiinfrastructure.interpreter.MVCController.HandleRedirect(Redirect redirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\MVCController.cs:line 385
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 387
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167
    at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82
    at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37
    at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    at System.Web.HttpApplication.ResumeSteps(Exception error)
    at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
    at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
    at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    Caused by: com.plumtree.openfoundation.util.XPException: Error retrieving English Provider name for given object.
    at com.plumtree.portaluiinfrastructure.classtypedescriptors.ClassTypeDescManager.GetProviderEnglishNameForExistingObject(Int32 nClassID, Int32 nObjectID, IPTSession _ptSession) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\classtypedescriptors\ClassTypeDescManager.cs:line 247
    at com.plumtree.portaluiinfrastructure.classtypedescriptors.APTExtClassTypeDesc.GetRedirectOpenObject(XPHashtable htArguments, AActivitySpace asParent, Object _userSession) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\classtypedescriptors\APTExtClassTypeDesc.cs:line 168
    at com.plumtree.uiinfrastructure.opener.types.ClassTypeManager.GetOpenerRedirect(String strClassKey, Int32 nOpenerMode, XPHashtable htArguments, AActivitySpace asParent, Object _userSession) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\opener\types\ClassTypeManager.cs:line 82
    at com.plumtree.uiinfrastructure.opener.BaseOpenerControl.CheckActionSecurityAndExecute(XPHashtable _htArguments) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\opener\BaseOpenerControl.cs:line 138
    ... 12 more
    <ptLogMsgEnd>
    866     8-1-2007     9:19:14.329     Debug     Condition     portal.doostg01.Administrator     .NET #19     com.plumtree.portaluiinfrastructure.condition.ConditionTypeManager     Experience Rules - Display Page Phase Begin <ptLogMsgEnd>
    867     8-1-2007     9:19:14.329     Debug     Condition     portal.doostg01.Administrator     .NET #19     com.plumtree.server.impl.condition.ExpressionEngine     Experience Rules - Evaluating expressions for action type: Experience Definition <ptLogMsgEnd>
    ========================================================

Maybe you are looking for

  • How to print a report or a form page from application?

    Hi Forum, Thanks for the various contributions that are helping my experience with oracle. My current problem is what procedure should I follow to print a form or a report from the application page? Sincerely, Godis-Tei

  • File copy with change of file type

    I'm currently working on what seems like a simple file-to-file scenario. A file (without an extension) on server A has to be copied to server B. The name of the file on the target server should be the same as the file on the source system. Only chang

  • Put Together A Data Archiving Strategy And Execute It Before Embarking On Sap Upgrade

    A significant amount is invested by organizations in a SAP upgrade project. However few really know that data archiving before embarking on SAP upgrade yields significant benefits not only from a cost standpoint but also due to reduction in complexit

  • Websites which have files with filenames including an underscore do not display correctly.

    HTML files with Image files with an underscore in their name don't display the image files. They do display under Konqueror. Firefox displays the image files OK if you type their URL into the control bar. The URL below provides an example, and look e

  • Dealing with functions not in class Object

    Hi, while i was working on GJ i faced the following problem, when i write a generic class i have to take into my consideration those functions that i want to define for the row type class and not included in class Object (toSting() is in class Object