Error: Accessing the Reader Extensions Server web application for the first time

Hi,
I've followed the the installation guide line by line. Everything OK.
But when i access the Reader Extensions Server web application i see the following error:
An error has occured
Error 473: The credential permission settings could not be determined: 'com.adobe.document.pdf.CredentialLoginFailure: IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0'.
Have you ever faced this kind of message before?
To tell you the truth i'm not very sure if my Rights Credential file is valid. But is this the cause of this message?
I use Form Server 6 and Reader Extensions 6 with a Websphere Application Server 6.0
Thanks in advance

Hi Stelios,
Yes, it seems to me also, as a bad certificate issue.
If memory serves, I run into this message once, where the certificate was valid. Anyway, Websphere v6 is not a supported app server. Have you tried installing on v5.1?
You might want to read this post, too:
matt cockburn, "Fix for LiveCycle Reader Extensions 7.0 install error" #, 6 May 2005 8:22 am
If you are located in Greece, we may be able to help you. You may contact me "ekokkoris at anodos.gr", should you wish.
Regards,
Evangelos

Similar Messages

  • Error while deploying Internet Sales B2B Web- Application for CRM 7.0

    Hi,
    I am getting the an error when I invoke the below urls. I am working on ISA application.
    http://localhost:port/xxx/b2b/init.do
    http://localhost:port/xxx/admin/xcm//init.do
    The code was build successfully without any errors.
    Error:
    Application error occurred during request processing.
    Details: Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.
    Could not initialize XCM configuration in Database.
    Check if you have deployed the Software Component 'SAP JAVA DATA DICTIONARY 5.0'].
    Exception id: 44455354420000790000005000001D3400047AAFFB0A8DAC
    Could any one please help me in solving this?
    Regards
    MQ

    Hi,
    It seems that you have not deploy Java Dictionary Component. It is required component on machine where you want to deploy ISA. It stores your XCM related setting and value.
    First deploy SAPCRMDICxxxxxxx.SCA file then define default application scenario in your /b2b/admin/xcm/init.do. Restart your B2B application and then trr to access it.
    If you are trying to access custom ISA application you have to set application scenario for it. /b2bxxx/admin/xcm/init.do
    First deploy SAPCRMDIC component SCA file you can get it from Service market place or you can ask your SAP  Basis person.
    eCommerce Developer

  • Design considerations while accessing data of a different web application

    I am database developer for a web application (*WebApp1*) which supports around *6 million* merchant data across various tables in database (*DB1*).
    The users for the above mentioned application are less, around *50* who monitor the 6 million merchant data.
    Now a proposal has come up to develop a second web application for the merchants themselves.
    Thus the user base for this web application (*WebApp2*) is in millions.
    Now the requirement for WebApp2 is :
    On each login of individual merchants, they need to see their individual data (mostly read-only) which is stored in (*DB1*)
    along with other data which is stored in its own database (*DB2*). WebApp2 will have other functionalities too but those
    are independent of WebApp1.
    Now I can think of three approaches how to display DB1 data in WebApp2 :
    1. Creating a stored procedure and accessing DB1 data through dblink. (*Cons* - have seen access through dblink is slower as it serializes access).
    2. Replicate DB1 data to DB2 through batch jobs running every night. (*Cons* - Will store the same data in 2 places and will have the headache of data sync.)
    3. WebApp1 will expose webservice using DB2 data, so that on each login, WebApp2 users use the webservice to display DB1 data through webservice.
    (Please answer if there are any cons. beacuse of high user base ?)
    Need your suggestion and views. Also if there are any other way please let me know.
    Will it depend on any other factor ? Let me know if you need any further information.
    Cheers !!!

    Ah - this is a much bigger question! And may be outside the scope of this forum to answer. I will have a go though.
    The question really isn't can the database support 6,000,000 users. It is how many of the users will be making database requests at the same time, what is the average elapsed time of each request, and what do your users regard as an acceptable response time to each request?
    To use a (very) simple analogy, my company employs 30,000 people but the IT Service Desk that they call if they have a problem with their PC is only staffed by 30 people. This is because the Service Desk Manager has estimated that at any one time only 1% of all employees will need to call the Service Desk. On average each call takes 6 minutes to resolve and the response time agreed with the business to a call is 1 hour. So within an hour one Service Desk technician can answer 10 calls in an hour, so 30 technician can answer 300 calls an hour.
    Now you can apply this analogy to a computer system. The scalability of database systems is generally limited by the amount of available CPU. If we determine that the average database call uses 10ms of CPU, and the user will accept a response time of 1s, then each CPU can service 100 database calls within that response time. Multiply that by the number of available CPUs and you have a (very rough) idea of how far the database will scale. An server with 8 cores could support 800 concurrent requests. A cluster with 4 servers each with 8 cores could support 3200 concurrent requests.
    I would stress that this is very crude. Much more information would be required to determine what the limits of database scalability were. My example does not take account of other source of potential latency, such as the network or the storage subsystem if requests involve significant physical I/O. Or indeed the latency in the application itself.
    So, you need to answer these questions:
    - How many concurrent database requests need to be supported
    - What is the average amount of database CPU that each database request will consume
    - What is the maximum acceptable elapsed time for each database request
    On a more practical note, your application must use some form of connection pooling to limit the number of database connections required to service all the required database activity. You can scale the database horizontally using RAC and in extreme cases you can offload read activity entirely from the database using a middle-tier caching solution such a Coherence, GigaSpaces or GemFire.
    That's probably enough for now. Any more and you'll probably need to get some consultancy!

  • Delegated Admin web application only requests first 100 accounts?

    Hi,
    - Sun Java System Messenger Express 6.2
    - Delegated Administrator 6.3-0.09 built Sep 6, 2005
    Is this true that the Delegated Admin (DA) web application only requests first 100 accounts?
    Once logged in to DA web application, we only see "Retrieved Users (100)" if we want to see all users; but if we do a search on uid or username, all other users are retrieved.
    One of the admin gave us the following response:
    This is not a directory-related problem, but rather a matter of the design of the DA application you are using. The web-based java app only requests the first 100 accounts from the directory (presented by default as 10 pages of 10 accoints each.) , since you're supposed to be using the search facility to find accounts when you need to modify or delete them.
    This is a deliberate design choice by the Sun programmers who wrote the thing, probably because the directory is capable of holding several thousand accounts and pulling them all would take quite a bit of time (not to mention memory space), so in the interest of response-time speed they limited the data pull.
    I cannot modify this application's functionality. If you need a list of all user accounts in your domain, I can supply an LDIF on request, with any attributes (mail, uid, cn, etc.) that you like.
    Please let us know if there is any way we can view all users (approx. 1000) from DA web application.
    Thank you for your time,
    GJ

    Yes, the terminal commands I gave are changing permissions.
    Properly written OS X apps should run under any user account, and should store any account-specific information in the each user's home folder. Some poorly written apps might only be executable by the administrator. Running the first command I have will make the app executable to all users.
    Some even more poorly written apps will write user data into the application itself rather than to the user's home folder. This is a particularly bad problem with game software, which for example might write high score info into the app itself. If this is the case for your misbehaving apps, the second command I gave will make the app writable by everybody and should solve the problem.

  • Can I use the SDK on a PC to develop applications for the iPad, iPhone, etc

    I was thinking about paying the $99 a year to join the developer program because I want to download the SDK and try creating applications for the iPhone and iPad; however, can you download the SDK and use it on a PC or does it require that you have a Mac in order to do development work? The xcode4 and interface builder feature looked rather nice but I didn't know if I were to sign up and download if it would all run on my PC (Windows 7)or not.

    It will not run under windows, and you need an Intel-based Mac running Snow Leopard to use it. Have you looked at the Mac Mini?
    http://store.apple.com/us/browse/home/shopmac/family/macmini?mco=MTQzMDMxODY

  • After i installed updates for my mac mini server, the web services for the server app wont start, it gives an error massage: "Error Reading Settings"

    After i installed updates for my mac mini server, the web services for the server app wont start, it gives an error massage: "Error Reading Settings"
    The system logs reads:
    Mar 29 22:06:25 server servermgrd[82]: servermgr_web:  Error Domain=XSServerFoundationErrorDomain Code=4 "Failed to read settings: Exception:
              undefined method `downcase' for nil:NilClass
              ." UserInfo=0x7fc547901080 {NSLocalizedDescription=Failed to read settings: Exception:
              undefined method `downcase' for nil:NilClass

    To check the local network for some of the common configuration problems, launch Terminal.app and issue the following diagnostic command:
    sudo changeip -checkhostname
    That'll report some local configuration information and then either no errors detected and no changes required, or it'll point to whatever configuration errors or issues it might detect.  That doesn't catch everything, but it catches the common errors.
    FWIW, 192.168.0.0/24 and 192.168.1.0/24 are poor choices for the local network, as VPNs are based on IP routing and IP routing gets tangled when the same subnet is used on both ends of the VPN. 192.168.0.0/24 and 192.168.1.0/24 are near ubiquitous in home networks and coffee shops.

  • Runtime error and unable to create new web application

    Hi
    when i create new web application i faced this error Runtime error and unable to create new web application.
    in this farm we have
    2 wfe servers
    2 application servers.
    adil

    Adil,
    There could be many reason like IIS issue, Space issue, Permission issue, SQL issue which is not possible us to guess rather
    you need to jump in the SharePoint log(Program Files\Common files\Microsoft Shared\Web Server Extensions\14\LOGS) and find out the specific error log its throwing after which trouble shoot can be start.
    You can refer few similar threads here -
    Link
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Hyperion EPM server - web application service does not start

    Hi All,
    I installed and configured epm 11.1.2.2 on windows 2008 server. I was able to start all the services except "Hyperion EPM server - web application" everytim I start the service I am getting an error "some services start and stop as they are not used by any other programs and applications'.
    I reconfigured the web server and deployed the application server again but still I am having the same issue.
    I was not able to see planning from the navigate of workspace and I am getting errors while trying to start the web analysis.
    Can anyone please let me know where I am doing wrong..
    Thanks a lot!

    Hi John,
    we deployed workspace, financial reporting, web analysis, shared services, planning web applications. we were able to access most of them except "web analysis".
    we are getting an error while trying to login Web analysis "when starting web anaysis an error occured while initalizing startup options".
    I have HP BL480 32 gb of RAM.
    I am not getting any error while configuring but I am getting the error when trying toi start the service.
    here are the log files for web analysis
    [2012-07-20T15:51:20.714-04:00] [WebAnalysis0] [WARNING] [] [oracle.webanalysis] [tid: 192] [userId: <anonymous>] [ecid: 0000JY_wS67DoYdpxc4EyW1G2Qia000028,0] [SRC_CLASS: com.hyperion.analyzer.utils.general.HYAURLParamHandler] [APP: WEBANALYSIS#11.1.2.0] [SRC_METHOD: getAnalyzerBaseURL] AnalyzerBaseURL=http://ftldhyptest1.citrite.net:28080/WebAnalysis
    [2012-07-20T15:51:20.718-04:00] [WebAnalysis0] [WARNING] [] [oracle.webanalysis] [tid: 192] [userId: <anonymous>] [ecid: 0000JY_wS67DoYdpxc4EyW1G2Qia000028,0] [SRC_CLASS: com.hyperion.analyzer.utils.general.HYAURLParamHandler] [APP: WEBANALYSIS#11.1.2.0] [SRC_METHOD: getAnalyzerBaseURL] AnalyzerBaseURL=http://ftldhyptest1.citrite.net:28080/WebAnalysis
    Thanks a lot!
    Edited by: user608296 on Jul 20, 2012 12:54 PM

  • I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    Close ... before going for a specific Cisco app ... lets find out some details:
    Host we need more details:
    What is your server environment (Windows Server, or Mac OS X Server, or Linux)?
    What security is implemented in your environment - as what is restricted (RDP for all or specifc credentials on all machines? Are you part of local admin group to the server you wish to connect)?
    Does your environment Support CISCO IPSec connection? If so use Settings> VPN and IPSec tab to enter VPN details, if not then go with above suggestion. IF your restricted to RSA then either built in VPN settings or 3rd party app for RSA would suffice.
    Finally, there are many RDP applications out there I use "Mocha RDP Light" (free minimal ads when launched not when connecting).

  • There is an inconsistency between the authentication mode of target web application and the source web application after migrating to claims

    I've had my farm upgraded from SP2010 to SP2013 for over 6 months now and all is well, however, I was refreshing my staging environment from production and I noticed that one of the databases still shows these errors when I run test-spcontentdatabase:
    Category             : Configuration
    Error             : False
    UpgradeBlocking : False
    Message           : The [SharePoint Web App] web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against
    a windows classic authentication mode.
    Remedy              : There is an inconsistency between the authentication mode of target web application and the source web application. Ensure that the authentication mode setting in upgraded web application is the
    same as what you had in previous SharePoint 2010 web application. Refer to the link "http://go.microsoft.com/fwlink/?LinkId=236865" for more information.
    This doesn't make sense considering I converted the production web application to claims during the upgrade and then verified all sites were working with claims logins. I also verified that existing AD user identities were converted to claims by checking out
    the database tables. Yet test-spcontentdatabase still thinks there is a mismatch here.
    My farm is SP1 and no further CUs. The point of this particular refresh is so I can update to the November CUs in my test farm. Anyone else see this? Seems like it's a bug/safe to ignore because my stuff is working.
    Thanks,
    Aaron

    See:
    http://thesharepointfarm.com/2014/11/test-spcontentdatabase-classic-to-claims-conversion/
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can you reload web application from the Weblogic console?

              Good day, eh!
              Can you reload all your jsp/servlet classes of your
              web application from the Weblogic console?
              A one big button labeled 'Reload application' would be very
              good property in Weblogic
              Thanks for Your answers
              - hoser
              

    Hi,
              I agree it is a much needed feature. Suppose I just change an init
              param of one application in the web.xml, I don't want to take down the
              15 other webapps running on my server just to be able to have that web
              app restart and re-read is configuration. Of course, I could program
              some servlet that allows changing application attributes and to enable
              restarting, but really this a)does not cover all the cases (i.e. addind
              an EBJ reference binding to web.xml) b) should be provided by the app
              server, not programmed by every little programmer again & again.
              Mathieu
              Jeff Nowakowski wrote:
              >
              > The URL you give refers to redeploying EJBs, not web applications. Being
              > able to redeploy a web application would be a very convenient feature.
              >
              > -Jeff
              >
              > Gene Chuang <[email protected]> wrote in message news:[email protected]...
              > > Button is already there!
              > >
              > > http://www.weblogic.com/docs51/techdeploy/hotdeploy.html#consoledeployejb
              > >
              > > Gene
              > >
              > > "hoser" <[email protected]> wrote in message
              > > news:[email protected]...
              > > >
              > > > Good day, eh!
              > > >
              > > > Can you reload all your jsp/servlet classes of your
              > > > web application from the Weblogic console?
              > > >
              > > > A one big button labeled 'Reload application' would be very
              > > > good property in Weblogic
              > > >
              > > > Thanks for Your answers
              > > >
              > > > - hoser
              > >
              > >
              

  • Installing IPC 4.0 Web Applications on the NW 2004s WAS

    Hi experts,
    I am running the IPC 4.0 server and the SAP Netweaver 2004s Java Trial Version on my computer. Now I would like to install the IPC 4.0 Web Applications on my computer. Document IPC40WebAppInstV119.pdf from the service market place describes the procedure but only with respect to the SAP J2EE Engine 6.20.
    It would be great if you could help me with any of these questions:
    1) Would it be a problem to install the IPC 4.0 Web Applications on a SAP J2EE Engine 6.40 instead of 6.20?
    2) Would I still have to install SAPJBASIS.SCA and SAPCRMIPC.SCA as described on pages 30ff of the installation guide? Or is one or both of these archives already delivered with the SAP J2EE Engine 6.40?
    Thank you very much for your help. Points will be awarded!
    Regards,
    Jens

    Ok, first 2004s uses J2EE engine 7.0 and not 6.40.
    In theory you have to use the whole NWDI system to do deploy things to 2004s.
    I doubt that IPC4 would even work on 6.40 (not sure, just assuming), what is the backend ? with CRM if definitely would not work, as IPC in CRM5 is a complete rewrite and works totally differently that in previous versions (IPC does not run in the webas anymore but on the crm box instead (partly java).
    You most likely can't install IPC4 through NWDI (cause it's older), yet you need NWDI to deploy to 2004s (though i managed to do it without NWDI if you are interested).

  • I am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page

    i am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page. so i have already tried recovery mode as well.

    Contact Apple support for warranty service.

  • No way attaching files to a form without Reader Extension Server?

    Dear all,
    do I understand this right? There is no way to create a form to which attachments can be added using Acrobat Reader unless the form has been reader extended to do so with Reader Extension Server?
    If there are any possibilities I would be very thankful for any hint.
    Thanks for checking this thread and any answers
    Tobias

    "There is no way to create a form to which attachments can be added using Acrobat Reader unless the form has been reader extended to do so with Reader Extension Server?"
    Yes you got it right. There are no exceptions or workarounds for this.

  • A tech company just set up a wifi network in my house and does not use my existing TC; how do I get it in the network to serve as backup for my iMac? (I don't need it as a wifi access point anymore)

    a tech company just set up a wifi network in my house and does not use my existing TC; how do I get it in the network to serve as backup for my iMac? (I don't need it as a wifi access point anymore) thanks

    Just bridge the TC and plug it by ethernet into the main router.
    Bridge in v5 airport utility.
    In v6 it is under network.. change it from DHCP and NAT to Off bridge mode.
    Turn off the wireless.

Maybe you are looking for

  • HELP!!! why derived class's function  be called twice?

    I am a newbie to java. Recently I encounter a problem. I run the below file,the output is: output begin B.f called !!!! A.A called B.f called !!!! B.B called output end- My Question is : why B's f() be called twice? (In C++, A.f() will be called one

  • Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0

    Hi All, I am facing a strange issue in creating a Material using BAPI_MATERIAL_SAVEREPLICA. When I try creating a Material with this BAPI, the Material does get created, but the problem is, I am not able to update the Net Weight field with this appro

  • Returning XML to client from web service

    Hi, I am new to developing web services using JAX_RPC. I am trying to return a xml document to the client from the web service. My Server implementation is as follows: Interface: public interface OntoIF extends Remote public DataHandler ontoCompare (

  • How do I get a backup off iCloud onto my iphone4

    I repeated my contacts and need to go into the iCloud to restore them to both my phone and pad

  • Antireflective vs glossy

    Is there any difference in appearance between the shiny and the matte screen in Mac Book Pro? And wich one do you recommend for Photoshop, Final Cut, etc.