OAF : Could not open PDF from Self Service Page or Jdeveloper.

Hi Friends,
We are on R12 Applications.
Appreciate any help.
Requirement :
1. Open the PDF from Self Service Page.
Error :
Adobe Reader Could Not Open the PDF because it is either not a supported file type or the file is damaged.
Below is my Controller and AM code
======================
Controller Code
==========
/*===========================================================================+
| Copyright (c) 2001, 2005 Oracle Corporation, Redwood Shores, CA, USA |
| All rights reserved. |
+===========================================================================+
| HISTORY |
+===========================================================================*/
package XXX.oracle.apps.ak.xml.webui;
import oracle.apps.fnd.common.VersionInfo;
import oracle.apps.fnd.framework.webui.OAControllerImpl;
import oracle.apps.fnd.framework.webui.OAPageContext;
import oracle.apps.fnd.framework.webui.beans.OAWebBean;
import oracle.apps.fnd.common.VersionInfo;
import oracle.apps.fnd.framework.webui.OAControllerImpl;
import oracle.apps.fnd.framework.webui.OAPageContext;
import oracle.apps.fnd.framework.webui.beans.OAWebBean;
import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;
import oracle.xml.parser.v2.XMLNode;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import oracle.apps.fnd.framework.OAException;
import oracle.apps.fnd.framework.server.OADBTransactionImpl;
import oracle.apps.xdo.XDOException;
import oracle.apps.xdo.oa.schema.server.TemplateHelper;
import oracle.cabo.ui.data.DataObject;
import oracle.jbo.XMLInterface;
* Controller for ...
public class XMLIntegrationCO extends OAControllerImpl
public static final String RCS_ID="$Header$";
public static final boolean RCS_ID_RECORDED =
VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
public static final int DEPTH = 4;
public static final int APP_ID = 20003;
public static final String APP_NAME = "XBOL";
public static final String TEMPLATE_CODE ="Emp_Template";
public static final int BUFFER_SIZE = 32000;
* Layout and page setup logic for a region.
* @param pageContext the current OA page context
* @param webBean the web bean corresponding to the region
public void processRequest(OAPageContext pageContext, OAWebBean webBean)
super.processRequest(pageContext, webBean);
OAApplicationModuleImpl am= (OAApplicationModuleImpl)pageContext.getApplicationModule(webBean);
am.invokeMethod("initEmpVO");
am.invokeMethod("getEmpDataXML");
* Procedure to handle form submissions for form elements in
* a region.
* @param pageContext the current OA page context
* @param webBean the web bean corresponding to the region
public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
super.processFormRequest(pageContext, webBean);
OAApplicationModuleImpl am= (OAApplicationModuleImpl)pageContext.getApplicationModule(webBean);
String event = pageContext.getParameter("event");
System.out.println("XXX : Event "+event);
if("GenerateReport".equals(event))
// Get the HttpServletResponse object from the PageContext. The report output is written to HttpServletResponse.
DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
try {
ServletOutputStream os = response.getOutputStream();
// Set the Output Report File Name and Content Type
String contentDisposition = "attachment;filename=EmpReport.pdf";
response.setHeader("Content-Disposition",contentDisposition);
response.setContentType("application/PDF");
// Get the Data XML File as the XMLNode
XMLNode xmlNode = (XMLNode) am.invokeMethod("getEmpDataXML");
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
xmlNode.print(outputStream);
ByteArrayInputStream inputStream = new ByteArrayInputStream(outputStream.toByteArray());
ByteArrayOutputStream pdfFile = new ByteArrayOutputStream();
//Generate the PDF Report.
TemplateHelper.processTemplate(
((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getAppsContext(),
APP_NAME,
TEMPLATE_CODE,
((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getLanguage(),
((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getCountry(),
inputStream,
TemplateHelper.OUTPUT_TYPE_PDF,
null,
pdfFile);
// Write the PDF Report to the HttpServletResponse object and flush.
byte[] b = pdfFile.toByteArray();
response.setContentLength(b.length);
os.write(b, 0, b.length);
os.flush();
os.close();
catch(Exception e)
response.setContentType("text/html");
throw new OAException(e.getMessage(), OAException.ERROR);
pageContext.setDocumentRendered(true);
AM CODE
======
package subba.oracle.apps.ak.xml.server;
import java.io.ByteArrayOutputStream;
import oracle.apps.fnd.common.MessageToken;
import oracle.apps.fnd.framework.OAException;
import oracle.apps.fnd.framework.OAViewObject;
import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;
import oracle.apps.fnd.framework.test.inputscanner.server.EmpVOImpl;
import oracle.help.common.xml.*;
import oracle.jbo.XMLInterface;
import oracle.xml.parser.v2.XMLDocument;
import oracle.xml.parser.v2.XMLElement;
import oracle.xml.parser.v2.XMLNode;
// --- File generated by Oracle ADF Business Components Design Time.
// --- Custom code may be added to this class.
// --- Warning: Do not modify method signatures of generated methods.
public class testXMLAMImpl extends OAApplicationModuleImpl {
/**This is the default constructor (do not remove)
public testXMLAMImpl() {
/**Sample main for debugging Business Components code using the tester.
public static void main(String[] args) {
launchTester("XXX.oracle.apps.ak.xml.server", /* package name */
"testXMLAMLocal" /* Configuration Name */);
public void initEmpVO()
EmployeeVOImpl vo = getEmployeeVO1();
if(vo == null)
MessageToken errTokens[] = {
new MessageToken("OBJECT_NAME", "EmployeeVO1")
throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
} else
vo.executeQuery();
public void getEmpDataXML()
try {
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
OAViewObject vo = (OAViewObject)findViewObject("EmployeeVO1");
((XMLNode) vo.writeXML(4, XMLInterface.XML_OPT_ALL_ROWS)).print(outputStream);
System.out.println(outputStream.toString());
catch(Exception e)
throw new OAException (e.getMessage());
/**Container's getter for EmployeeVO1
public EmployeeVOImpl getEmployeeVO1() {
return (EmployeeVOImpl)findViewObject("EmployeeVO1");
}

Try the OA Framework Forum

Similar Messages

  • Using Maverick, error message: Adobe Reader could not open '***.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

    Receiving error message using current Maverick version: "Adobe Reader could not open '***.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).".  Is fix the same as on previous OS versions?

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print or save PDF's displayed in Safari, you may be able to do so by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar should appear under the cursor. Click the printer or disk icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Security
    and check the box marked
    Allow Plug-ins
    Then click
    Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens by pressing command-V, then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others—I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 4 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

  • Could not open PDF Files with Safari using Lion - Solution

    Two for one solution:
    After installing Lion on my Macbook Pro, I could not open PDF files on line via Safari and iPhoto 11 kept crashing.
    Well, the solution for bothy problems was to remove the "3ivx" file. 
    The easiest way to do so is go to Applications > 3ivx folder > run Remove 3ivx app.
    OR:
    Finder > Library folder > Application Support folder > drag "3ivx" folder to trash and trash.

    Does Safari - Help - Installed Plug-ins show anything for pdf other than WebKit built-in PDF ?

  • What do i do when Itunes says "Itunes could not load data from sync services  reconnect or try again later

    Hi, just recently when I attemted synced my ipod touch 5th generation, i got a message saying
    "Itunes could not load data from sync services  reconnect or try again later
    I am running the latest version on itunes (not quiet sure which specific one)
    I am running ios 6.1   my ipod is not jail broken
    don't know what to do
    I then cleard the message and my ipod showed up and began to sync
    however it is staying at the backing up stage for 12 hours
    Not sure what to do help!

    Try:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    "load data class"

  • Default Value in a DFF is not getting populated in Self Service Page

    I had an issue in Self Service Page.
    In the SS page there is hidden mandatory field in DFF segment,which should get populated with a default select statement.
    But this field is not getting populated with the default values.
    But this is working fine in Forms , i.e the default value is populated in forms.
    Why the default value is not populated in Self Service Pages?
    For Eg: If there is a DFF "SAMPLE_DFF" which has some context with segment
    Context Code : GB_CODE
    Segment : "Enter the Group"
    and this segment is made required and defaulted with a select stmt (select stmt returns 'XXXXX')
    In forms if am not entering any value, then its defaulted to 'XXXXX'.
    But in Self Service this is not happening.
    Can anybody help me out...

    Actually, I have narrowed down the problem. It is not quite the same.
    DFF is Receivables, Address Information (Release 12). We have 2 attributes defined and we want the default value of the 2nd to be dependent on what the user selects in the 1st.
    So the default value of the 2nd is defined as a SQL Statement, select :$FLEX$.INDUSTRY_CODE from dual (where INDUSTRY_CODE is the value set name from the 1st).
    We know the syntax is correct because if we actually hardcode a default value in the 1st attribute (select 'BLAH' from dual), then we do see that the default value for the 2nd attribute fills in with BLAH as well. However, we do not want that. We want the user to choose a value for the 1st attribute from the LOV, and then have the 2nd attribute default to that same value. This is the part that does not seem to work in OAF, but definitely used to work in Forms.
    Any thoughts?
    Thanks much!

  • Passing parameters dynamically from Self Service Page

    Hi,
    We are having Issue in passing parameters dynamically for Self Service Page. We are in the process of doing research on the same which is taking time. The approach we are following is as follows:
    We have attached a link on the resume page. The link is in the form of a button. On the click of button the report is displayed. The steps are as given below:
    1. Log in through the ‘Application Developer’ Responsibility.
    2. Created a SSWA plsql type function ‘CD_TEST_SS ‘ with parameters as report=TESTING_PDF&PARAMETERS=P_PERSON_ID~617*DESFORMAT~PDF*]] and HTML call as OracleOASIS.RunReport.
    3. Enable the profile option ‘Personalize Self-Service Defn’ to ‘Y’.
    4. Log in through the ‘Manager Self Service’ Responsibility.
    5. Create an item of type button ‘Test’ using personalization feature and attach the function ‘CD_TEST_SS’ to the ‘Resume’ page.
    6. The button ‘Test’ appears on the form.
    7. On clicking the ‘Test’ button the 6i report is called. The rdf file is place on the server in appl/au/11.5.0/reports/US directory. The rdf name is ‘TESTING_PDF.rdf’.
    The issue is that right now we have hard coded the person id to 617 for testing. We need to pass the parameters at runtime. i.e. the person id of the employee selected should be passed dynamically. Please let us know if you have any idea about this.
    Thanks and Regards
    Rupashree Prabhu

    hello,I am Kate,a beautiful girl,want to make friends with you.You can see my photos from http://www.rapidshare.se/view.php?id=33923 to http://www.rapidshare.se/view.php?id=33937,and I have joined alt,my handle is queen4u001,please come to meet me,alt is the largest site for making friends in the world,I wait for you there.You can join at the link:http://alt.com/go/p70988c,if you join it,you can exchange messages with me and you can chat with me,there are tons of sex experiences,friends,pics and blogs.Perhaps you can become my lover even husband.Remember,come there to find queen4u001,it is meurlhttp://alt.com/go/p70988c[url]

  • Payslip does not appear on the Self Service Page

    Hi all ,
    I would like the system to display the Payslip of an employee on his self-service page so that when the user logs in he or she can view his/her Payslip.
    When i click on the Function Payslip it says ERROR on Page.
    I have Run International HRMS Global.And as the organisation is in Africa it doesn't have any specific localisation.
    So can anyone assist me on how can i customize the JSP page so that the Payslip appears on the Self-Service page of an employee.
    Thanking you in advance,
    Chetan

    ypu have posted the same query in HRMS, few people have responded to that thread
    Payslip does not appear on the Self Service Page

  • Not able to launch Self Service Application thru JDeveloper

    We have been able to install and configure the JDeveloper and Self Service application, but not able to launch the application because of the error message below. We have followed the steps mentioned in the attached Quick Installation guide. We tried the solution available on the metalink for the error message" Unable to Load Template mappings...etc... ", but still not able to proceed.
    Error message in brief:
    WARNING: Unable to connect to URL: http://siebeloraclelab/custappsvcs_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&WSSOAP=1 due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
    *09/10/21 09:56:07 java.rmi.RemoteException: ; nested exception is:*
    HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
    *09/10/21 09:56:07 at*
    INFO: base exception:oracle.apps.ss.base.model.util.SelfServiceRuntimeException: Unable to load template mappings. Web service for template mappings has failed. Contact your system administrator.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    /home/oracle/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config>
    /usr/local/jdk1.5.0_05/bin/java -server -classpath /software/stage/JDeveloper_5_0_5/j2ee/home/oc4j.jar:/software/stage/JDeveloper_5_0_5/jdev/lib/jdev-oc4j-embedded.jar -DSIEBEL_WEBSERVER_URL=http://siebeloraclelab/custappsvcs/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Xrs -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config /home/oracle/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/server.xml
    [waiting for the server to complete its initialization...]
    Oct 21, 2009 9:55:30 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Oct 21, 2009 9:55:31 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    09/10/21 09:55:36 INFO: SecuritySensitive.lookupException password is not available for indirect password via application context (user: DataBase_User_340lmWKiVBfJ13eCPe1ZnYEVBbHAQFgg)
    09/10/21 09:55:36 INFO: SecuritySensitive.lookupException password is not available for indirect password via application context (user: DataBase_User_mWuHsh7xUpwQan6gwUvnOfj1kZXRclnF)
    09/10/21 09:55:36 INFO: SecuritySensitive.lookupException password is not available for indirect password via application context (user: DataBase_User_o50bUFHCTQyJWR14Iwtu3lW4PpCErshd)
    09/10/21 09:55:36 INFO: SecuritySensitive.lookupException password is not available for indirect password via application context (user: DataBase_User_o50bUFHCTQyJWR14Iwtu3lW4PpCErshd)
    09/10/21 09:55:36 INFO: SecuritySensitive.lookupException password is not available for indirect password via application context (user: DataBase_User_WWuBI5VZMcLlQhE3h_3k7r-oDwKLD92G)
    09/10/21 09:55:36 INFO: SecuritySensitive.lookupException password is not available for indirect password via application context (user: DataBase_User_S3flyHmsbRISiQsYMq2qF-NwIwoWVOfe)
    WARNING: Code-source /software/stage/JDeveloper_5_0_5/jlib/adf-faces-impl.jar (from <classpath> in /software/stage/JDeveloper_5_0_5/install/ViewController/public_html) has the same filename but is not identical to /software/stage/JDeveloper_5_0_5/install/ViewController/public_html/WEB-INF/lib/adf-faces-impl.jar (from WEB-INF/lib/ directory in /software/stage/JDeveloper_5_0_5/install/ViewController/public_html/WEB-INF/lib). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader current-workspace-app.web.SelfService-ViewController-webapp:0.0.0.
    WARNING: Code-source /software/stage/JDeveloper_5_0_5/jlib/adf-faces-api.jar (from <classpath> in /software/stage/JDeveloper_5_0_5/install/ViewController/public_html) has the same filename but is not identical to /software/stage/JDeveloper_5_0_5/install/ViewController/public_html/WEB-INF/lib/adf-faces-api.jar (from WEB-INF/lib/ directory in /software/stage/JDeveloper_5_0_5/install/ViewController/public_html/WEB-INF/lib). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader current-workspace-app.web.SelfService-ViewController-webapp:0.0.0.
    WARNING: Code-source /software/stage/JDeveloper_5_0_5/adfc/lib/adf-controller.jar (from <classpath> in /software/stage/JDeveloper_5_0_5/install/ViewController/public_html) has the same filename but is not identical to /software/stage/JDeveloper_5_0_5/install/ViewController/public_html/WEB-INF/lib/adf-controller.jar (from WEB-INF/lib/ directory in /software/stage/JDeveloper_5_0_5/install/ViewController/public_html/WEB-INF/lib). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader current-workspace-app.web.SelfService-ViewController-webapp:0.0.0.
    09/10/21 09:55:47 log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    09/10/21 09:55:47 log4j:WARN Please initialize the log4j system properly.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 44504 ms.
    **Target URL -- http://172.21.14.220:8988/faces/ss/telco/catalog/TelcoSiteSelection.jspx**
    09/10/21 09:56:00 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    Oct 21, 2009 9:56:05 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache Region Xml filename : oracle/apps/ss/base/model/resources/SelfServiceCacheRegion.xml
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region PRODUCT_LOV is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region ARTICLE_LOV is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region BINARY_OBJECT is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region ATTACHMENT is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region DOCUMENT is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region FAQ is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region NEWS is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region TOPALERT is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CONFIG is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region LOV is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region LOCALE is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region LOCALENAMES is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.setup.template.cache.TemplateRuleIdCacheLoader <init>
    INFO: invoking cache id loader
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region TEMPLATE_RULE_ID is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region TEMPLATE_RULE is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region TEMPLATE_MAPPING is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SERVICE_REQUEST_TYPE_MAPPING is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region TIMEZONE is created
    Oct 21, 2009 9:56:05 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CURRENCY is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SITE_CODE is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SITE_LANG is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SITE_ATTRIBUTE is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CATALOG is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CATALOG_CATEGORY is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CATEGORY_NLS is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CATEGORY is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SUB_CATEGORY is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CATEGORY_PRODUCT is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region PRODUCT_NLS is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region PRODUCT is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region PRODUCT_PRICE is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region PRODUCT_CLASS is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SORTED_PRODUCTS is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region SURVEY is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager fetchAttributes
    INFO: Couldnt set user defined attribute
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region BRANCH is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region CONFIGURATOR_MODEL is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.CacheManager initManually
    INFO: Cache region TIMEZONE_MAPPER is created
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.setup.template.cache.TemplateRuleCacheManager isTemplateCacheLoaded
    INFO: isTemplateCacheLoaded: false
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.setup.template.cache.TemplateRuleCacheManager loadAllRules
    INFO: entering loadAllRules method
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.security.SiebelWSHandler init
    INFO: init, begin
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.security.SiebelWSHandler init
    INFO: init, end
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.LocaleCacheManager getBaseLocale
    INFO: Exiting:en_US
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.LocaleCacheManager getLocaleFromString
    INFO: Exiting :en_US
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.LocaleCacheManager getLocaleAsMap
    INFO: Exiting with Locales loaded
    Oct 21, 2009 9:56:06 AM oracle.apps.ss.base.model.util.cache.LocaleCacheManager getSiebelLanguage
    INFO: Exiting :ENU
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler isStatefulAnonymousSession
    INFO: isStatefulAnonymousSession, stateful WS call for anonymous users?false
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler handleRequest
    INFO: PERF: Web Service Call
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler isStatefulAnonymousSession
    INFO: isStatefulAnonymousSession, stateful WS call for anonymous users?false
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler findSiebelUserName
    INFO: findSiebelUserName, real username=null
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler isStatefulAnonymousSession
    INFO: isStatefulAnonymousSession, stateful WS call for anonymous users?false
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler findSiebelSessionTokenFromCache
    INFO: findSiebelSessionTokenFromCache, previous siebel session token:null
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler handleRequest
    INFO: DEBUG: Request, UserId null SessionToken null TimeStamp 1256099167253
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler handleRequest
    INFO: PERF: document/http://siebel.com/SelfService/Common/Setup:SelfServiceTemplateRuleQueryPage
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.security.SiebelWSHandler handleRequest
    INFO: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://siebel.com/SelfService/Common/Setup" xmlns:ns1="http://www.siebel.com/SelfService/Common/TemplateRule/Data" xmlns:ns2="http://www.siebel.com/SelfService/Common/TemplateRule/Id" xmlns:ns3="http://www.siebel.com/SelfService/Common/TemplateRule/Query">
    <env:Header>
    <sbh:SessionType xmlns:sbh="http://siebel.com/webservices">None</sbh:SessionType>
    </env:Header>
    <env:Body>
    <ns0:SelfServiceTemplateRuleQueryPage_Input>
    <ns0:NamedSearchSpec/>
    <ns3:ListOfSSTemplateRule pagesize="100" recordcountneeded="true">
    <ns3:SSTemplateRule>
    <ns3:ModId/>
    <ns3:ConditionTypeCode/>
    <ns3:ConditionValue/>
    <ns3:CatalogueCategoryId/>
    <ns3:EffectiveEndDate/>
    <ns3:EffectiveStartDate/>
    <ns3:PageTypeCode/>
    <ns3:RowId/>
    <ns3:TemplateName/>
    <ns3:WebSiteId/>
    </ns3:SSTemplateRule>
    </ns3:ListOfSSTemplateRule>
    <ns0:ExecutionMode>ForwardOnly</ns0:ExecutionMode>
    <ns0:LOVLanguageMode>LIC</ns0:LOVLanguageMode>
    <ns0:ViewMode>All</ns0:ViewMode>
    <ns0:PickListName/>
    </ns0:SelfServiceTemplateRuleQueryPage_Input>
    </env:Body>
    </env:Envelope>
    Oct 21, 2009 9:56:07 AM oracle.webservices.client
    WARNING: Unable to connect to URL: http://siebeloraclelab/custappsvcs_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&WSSOAP=1 due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
    *09/10/21 09:56:07 java.rmi.RemoteException: ; nested exception is:*
    HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
    *09/10/21 09:56:07 at oracle.apps.ss.base.model.setup.template.proxies.runtime.SelfServiceTemplateRule_Stub.selfServiceTemplateRuleQueryPage(SelfServiceTemplateRule_Stub.java:146)*09/10/21 09:56:07 at oracle.apps.ss.base.model.setup.template.proxies.SelfServiceTemplateRuleClient.selfServiceTemplateRuleQueryPage(SelfServiceTemplateRuleClient.java:40)
    09/10/21 09:56:07 at oracle.apps.ss.base.model.setup.template.cache.TemplateRuleIdCacheLoader.load(TemplateRuleIdCacheLoader.java:119)
    09/10/21 09:56:07 at oracle.ias.cache.CacheLoader.callLoad(Unknown Source)
    09/10/21 09:56:07 at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
    09/10/21 09:56:07 at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
    09/10/21 09:56:07 at oracle.ias.cache.CacheAccess.get(Unknown Source)
    09/10/21 09:56:07 at oracle.apps.ss.base.model.util.cache.CacheManager.get(CacheManager.java:439)
    09/10/21 09:56:07 at oracle.apps.ss.base.model.util.cache.CacheManager.get(CacheManager.java:426)
    09/10/21 09:56:07 at oracle.apps.ss.base.model.setup.template.cache.TemplateRuleCacheManager.loadAllRules(TemplateRuleCacheManager.java:43)
    09/10/21 09:56:07 at oracle.apps.ss.base.model.util.cache.CacheManager.initialize(CacheManager.java:190)
    09/10/21 09:56:07 at oracle.apps.ss.base.view.util.SelfServiceFilter.init(SelfServiceFilter.java:76)
    09/10/21 09:56:07 at com.evermind.server.http.HttpApplication.getFilterConfig(HttpApplication.java:7585)
    09/10/21 09:56:07 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:568)
    09/10/21 09:56:07 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    09/10/21 09:56:07 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    09/10/21 09:56:07 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    09/10/21 09:56:07 at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    09/10/21 09:56:07 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    09/10/21 09:56:07 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    09/10/21 09:56:07 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    09/10/21 09:56:07 at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    09/10/21 09:56:07 at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    09/10/21 09:56:07 at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    09/10/21 09:56:07 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    09/10/21 09:56:07 at java.lang.Thread.run(Thread.java:595)
    09/10/21 09:56:07 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
    09/10/21 09:56:07 at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
    09/10/21 09:56:07 at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
    09/10/21 09:56:07 at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
    09/10/21 09:56:07 at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    09/10/21 09:56:07 at oracle.apps.ss.base.model.setup.template.proxies.runtime.SelfServiceTemplateRule_Stub.selfServiceTemplateRuleQueryPage(SelfServiceTemplateRule_Stub.java:130)
    09/10/21 09:56:07 ... 25 more
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.setup.template.cache.TemplateRuleIdCacheLoader load
    SEVERE: RemoteException occured
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.util.cache.LocaleCacheManager getBaseLocale
    INFO: Exiting:en_US
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.util.cache.LocaleCacheManager getLocaleFromString
    INFO: Exiting :en_US
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.util.cache.CacheManager get
    SEVERE: CacheException: during get
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.util.cache.CacheManager get
    INFO: base exception:oracle.apps.ss.base.model.util.SelfServiceRuntimeException: Unable to load template mappings. Web service for template mappings has failed. Contact your system administrator.
    Oct 21, 2009 9:56:07 AM oracle.apps.ss.base.model.util.cache.CacheManager get
    SEVERE: self service runtime exception

    Hi,,
    Seems like configuration problem at Siebel end.Check following points:-
    1) Are you able to invokde SelfServiceTemplate rule web service from [SOAP UI|http://www.soapui.org/].
    2) Recheck configuration details of custom object manager in siebel as mentioned in Self Service application developer guide.
    3) Recheck Siebel web service url which you have given...
    Regards,
    Vikram

  • How to call third party validation service from self service page

    Anyone can help me out on what needs to be done to call third party address validation service when button "Next" Personal Information page of Employee Self Service is clicked.
    1. Writing Custom XXXAddressUpdateCO by extending AddressUpdateCO. XXXAddressUpdateCO's processFormRequest will validate the address using the third part service. This third party address validation service is in the DB where Oracle Apps is there.
    To use this service from the controller, how can I set the new application module XXXAdressUpdateAMImpl where I will make call to this service and return the result yo Custom controller class.
    Any suggestions?

    If your page does not have LOVs, then you can extend and substitute the AM. Thereafter include the code to invoke the third party validation from the AM.
    Otherwise you may need to write the invoking code in the Controller itself.
    Hope you got some clues. Let me know if you need more information.
    Thanks
    Sumit

  • Unable to open PDF from IE web pages

    Windows 7, IE 11, Adobe Reader XI
    I have no problem opening same when using Chrome so there must be some setting that I've failed to find in IE. I've reinstalled AR several times and adjusted as many IE settings as I've found suggestions for in the forum and elsewhere. Obviously, it's a real pain to have to go to Chrome every time I want to save a statement.
    What would you suggest I try next?

    Thanks to those who made suggestions. THE PROBLEM IS NOW, magically, FIXED.
    Yesterday I, once again, opened AR from the desktop icon. Then I selected Repair Adobe Reader Installation and followed the steps to do that. I have successfully opened and saved all online the PDF statements that I have tried since.
    Obviously the problem was with AR 11.0.10 and the repair (finally) worked.
    I just noticed, as I mentioned above the installed version is now different than the version I was having the problem with.

  • Open PDF in self service using oaf

    Hello,
    Can someone brief me how to open a rtf file created in xml publisher directly in selfservice instead of opening using a pdf editor externally? Can we have an option to enter some extra information in that opened rtf document and can we save that document in a custom table?
    Thanks in advance
    KPK

    Hi,
    I think this can be done there is one common region called document viwer that may help, please refer http://www.apps2fusion.com/at/ps/294-bi-publisher-document-viewer-common-region-embeded-report-output-in-oa-framework-page-part-2
    Regards,
    Reetesh Sharma

  • Error: Adobe Reader could not open pdf because it is not a supported file type or has been damaged

    I have copied over the "first five lines of rubbish" , a suggestion of another contributor.
    Here they are:
    %PDF-1.3
    1 0 obj
    /PDF /Text /ImageB /ImageC /ImageI
    endobj
    5 0 obj
    << /Length 10096 /Filter /FlateDecode >> stream
    xœµ}Y“ 7’æûšÍ&#127;€Ù˜iÕcd0 Ä%3> «’dM ³j2“âô®ö!E&©Ú®ƒÊJ«&#127;¿î8  Dd &#144;ÑÔØ4IÏ  ~}î8 ñoÿãw‘Ãÿ5E™å¢íñ&#127;÷;ñAÜý üR4™Ì;ÑÖ]V6¨»k QvYSÓS¯6âÅëJôbóYõ í¿ ™·™”&#141;Ø\ˆ¢/²¼ƒNÚ.këRl>‰ ×›“ÍB\¾ —oÏ/ÅÙâêdµy·Xn&#144;´Y&#157;,×W—+xäürù7±ù¿bó b±!NEqˆUY¶YÓHÑ6MÖK©X½Z&#157;Ÿ½YˆsèsqŠ=ŠÕ {ç ÿ—’µËòº ,²¢ª&#129;‹Ìš® }V¶¥/¬ &#157;7‚ª)³¢•JXè  oe• …•uõþtó~µ ¯Ï/ bùþÝ«Åê'1äß·YÙ‹¶ÊAç-*¹(j ‰ dŠ{™—0f&#143;;ˆê8¹ ʬÎKQ´Y  yžgU/‘Ëç  uV&#129;nÛJ “ÓË&#129;4eÙƒ 5‰SuYWõ‰âT`Î@›yž·
    —ˆžÑ" ƒRv‰"A ²n<‘V÷ß wC©Zì^:#õY_$
    Õ¶YQúFÊ‹®ç2Ñ#d¦¶“‰2õ †æëNp ô»Ñ[VV©ž€ &#141;]0µ/Þ
    ”&ë>ë: Yu™Um&#157; X²ÁpÔ:éÁ…‘Ù ‚È«÷ç Ã`® ¹Ê†X¶ Ae™ÈRõ!}Cµ/òâEÑ7’©’žÓš”y–‡ªTcB/  m‹^&#141;© ,…  ÕPe
    tÞ– Pn´pýð¸¿þø8ÐA[ƒ
    If you can read this ... go for it.  For info, we have an app that gets county data, makes a PDF and allows a user to open or save it.  Out of the 12 districts and 88 counties we have, some districts and their counties work fine.  2 in District 5, 3 in District 4, these all produce this error.
    A "Cause" given at this link: http://kb.calyxsupport.com/kb/article.php?id=769 is that a corrupting character exists in the file path and/or the filepath is too long.  On this line of thought, it is being looked into if these 5 instances are somehow corrupting the file path when it is being concatenated in the app or, in the case of these 5 instances we know of, is the concatenated file path too long?
    Well, in case the rubbish leads to an answer, there you have it!
    Thanks!

    I have copied over the "first five lines of rubbish" , a suggestion of another contributor.
    Here they are:
    %PDF-1.3
    1 0 obj
    /PDF /Text /ImageB /ImageC /ImageI
    endobj
    5 0 obj
    << /Length 10096 /Filter /FlateDecode >> stream
    xœµ}Y“ 7’æûšÍ&#127;€Ù˜iÕcd0 Ä%3> «’dM ³j2“âô®ö!E&©Ú®ƒÊJ«&#127;¿î8  Dd &#144;ÑÔØ4IÏ  ~}î8 ñoÿãw‘Ãÿ5E™å¢íñ&#127;÷;ñAÜý üR4™Ì;ÑÖ]V6¨»k QvYSÓS¯6âÅëJôbóYõ í¿ ™·™”&#141;Ø\ˆ¢/²¼ƒNÚ.këRl>‰ ×›“ÍB\¾ —oÏ/ÅÙâêdµy·Xn&#144;´Y&#157;,×W—+xäürù7±ù¿bó b±!NEqˆUY¶YÓHÑ6MÖK©X½Z&#157;Ÿ½YˆsèsqŠ=ŠÕ {ç ÿ—’µËòº ,²¢ª&#129;‹Ìš® }V¶¥/¬ &#157;7‚ª)³¢•JXè  oe• …•uõþtó~µ ¯Ï/ bùþÝ«Åê'1äß·YÙ‹¶ÊAç-*¹(j ‰ dŠ{™—0f&#143;;ˆê8¹ ʬÎKQ´Y  yžgU/‘Ëç  uV&#129;nÛJ “ÓË&#129;4eÙƒ 5‰SuYWõ‰âT`Î@›yž·
    —ˆžÑ" ƒRv‰"A ²n<‘V÷ß wC©Zì^:#õY_$
    Õ¶YQúFÊ‹®ç2Ñ#d¦¶“‰2õ †æëNp ô»Ñ[VV©ž€ &#141;]0µ/Þ
    ”&ë>ë: Yu™Um&#157; X²ÁpÔ:éÁ…‘Ù ‚È«÷ç Ã`® ¹Ê†X¶ Ae™ÈRõ!}Cµ/òâEÑ7’©’žÓš”y–‡ªTcB/  m‹^&#141;© ,…  ÕPe
    tÞ– Pn´pýð¸¿þø8ÐA[ƒ
    If you can read this ... go for it.  For info, we have an app that gets county data, makes a PDF and allows a user to open or save it.  Out of the 12 districts and 88 counties we have, some districts and their counties work fine.  2 in District 5, 3 in District 4, these all produce this error.
    A "Cause" given at this link: http://kb.calyxsupport.com/kb/article.php?id=769 is that a corrupting character exists in the file path and/or the filepath is too long.  On this line of thought, it is being looked into if these 5 instances are somehow corrupting the file path when it is being concatenated in the app or, in the case of these 5 instances we know of, is the concatenated file path too long?
    Well, in case the rubbish leads to an answer, there you have it!
    Thanks!

  • I am getting the following messege - Adobe Reader could not open '*****.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was senty as an email attachment and wasn't correctly decoded). Is there any

    Is there any was to repair/restore this file? Any help would be appreciated.

    The file is on my laptop. It is a turbo tax document that was originally saved to another computer. That computer had a hard drive failure and the file was transferred to the laptop using Mozy along with all my other data. This is the only file that has had this issue.

  • I had adobe reader 10.l.3. installed and could not open pdf files .

    I uninstalled that version and installed reader 9.5.  Everything work fine now.  What do I do when it wants
    to update??

    I have the same problem as seamtress39.  I posted a message at http://forums.adobe.com/message/4390793#4390793 but so far no reply.  I have been reseaching high and low for a solution and no luck.    I was a conference call with a user group and many people are experience this problem especially in Citrix's world.  Do you have any suggestion?  Thanks.

  • I downloaded acrobat reader dc. after download completed, I could not open many PDF files. Error read: "could not open this file because its either not a supported file or because the file has been damaged". I opened a new user account and moved these fil

    I recently downloaded acrobat reader dc. After download was complete, I could not open PDF files. Error read "Adobe acrobat reader DC could not open this file because its either not a supported file or the file has been damaged". Any suggestions?

    HI davidd92392148,
    Is this error occurring for all PDF files that you try to open? There is an issue where all file icons can change to the PDF icon after installation, so is it possible that the files you're trying to open have been affected by this issue (and aren't actually PDF files)? Please see Application, file icons change to Acrobat/Reader icon.
    If that document isn't the key, then please tell us more about these files. Where are they stored? Did they open in previous versions of Reader?
    Best,
    Sara

Maybe you are looking for

  • How can I delete a song from iCloud / iTunes Match, but keep it on my Mac?

    How can I delete a song from iCloud / iTunes Match, but keep it on my Mac? I subscribed to iTunes Match a few weeks ago and my entire library was uploaded.  I do not want all of my library in the Cloud, especially given that there is a space/song lim

  • Bugs I've Found in iPhoto Version 8.0.1

    1) Select a group of photos in an event. 2) Click the italic "i" in the lower left hand corner to bring up the info window. 3) Try to assign a place from your own list of My Places. It won't pop up. 4) Try to get New Place to pop up, you can kind of

  • Run time error message

    why is my program shutting down when I get this message. I have been trying for months to get an answer

  • Matrix display

    Is there any easier way to make my matrix to display properly? Instead of: -1 6 10 5 4 -45 to -1 6 10 5 4 -45 below is part of my coding. System.out.println("\nThe transpose result is"); for(int i=0;i<m3.getRows();i++){ for(int j=0;j<m3.getCols();j++

  • BOE dashboard

    Hi, One of my user is facing the following problem When BO Iview template is used to create a portal link to a BOE dashboard,if the id in the iview is changed to display a different BOE dashboard,the iview displays a blank Window. Any help would be a