Issues with XFA to HTML5 Convertion in Livecycle server

We are working on the feasibility check for rendering the dynamic XFA form within our application to enable end user to fill-in and save the form.  We used LiveCycle Designer ES4 for designing the forms. Everything works fine with the PC but when tried to load in iPad the form didn’t load at all.
We tried LiveCycle server to convert the file to HTML5 to render in iPad. But it doesn’t look neat as PDF.  Listed below the issues we are facing.
1.       Data binding not working for few columns though it works perfectly in PDF version
2.       Tables are not aligned properly based on the number of rows, the following table/controls getting overlapped on the table.
3.       Submit button takes the page to WebAPI (used for Saving the entered form) url instead of saving the content. When invoked from the PDF it saves properly.
Please provide any standard/guidelines for designing the document which will be converted to HTML5 correctly.
Also, we would like to know the pricing of LiveCycle server and is there any lightweight server mode available which just does the XFA to HTML5 conversion. The LifeCycle server comes with distributable license?
Regards, Jawahar

LiveCycle is divided into separate products such as LiveCycle Forms, LiveCycle Output, LiveCycle Rights Management and many more. You may choose the suitable forum from the product list here: Adobe LiveCycle
Good luck!

Similar Messages

  • Issues with XFA to HTML5 Convertion in Livecycle ES4

    We are working on the feasibility check for rendering the dynamic XFA form within our application to enable end user to fill-in and save the form.  We used LiveCycle Designer ES4 for designing the forms. Everything works fine with the PC but when tried to load in iPad the form didn’t load at all.
    We tried LiveCycle ES4 to convert the file to HTML5 to render in iPad. But it doesn’t look neat as PDF.  Listed below the issues we are facing.
    1.       Data binding not working for few columns though it works perfectly in PDF version
    2.      Tables are not aligned properly based on the number of rows, the following table/controls getting overlapped on the table.
    3.      Submit button takes the page to WebAPI (used for Saving the entered form) url instead of saving the content. When invoked from the PDF it saves properly.
    Please provide any standards/guidelines for designing the document which will be converted to HTML5 correctly.
    Also, we would like to know the pricing of LiveCycle ES4 and is there any lightweight mode available which just does the XFA to HTML5 conversion. The LifeCycle ES4 comes with distributable license?
    Regards, Jawahar

    LiveCycle is divided into separate products such as LiveCycle Forms, LiveCycle Output, LiveCycle Rights Management and many more. You may choose the suitable forum from the product list here: Adobe LiveCycle
    Good luck!

  • Issue with xfa.event.change in XFA 3.3

    HI all
    I've found an issue with the way that XFA 3.3 processes the script below on a change event when a user paste's more than 1 character to a textfield.
    var sChange = xfa.event.change;
    if((sChange.length>1)){
        app.alert("Bad User\nCopy and paste has been disabled for this field");
        //discard the change
        xfa.event.change = "";
    in XFA 3.0 the alert is sent and change is removed, in XFA 3.3 the alert is sent but the change persists.
    Any Ideas?

    Hi Mark,
    Unfortunately thats not possible as I'm using Flash Fields with data being passed between the PDF and the Flex app which only works in XFA3.3, let me know when its fixed.
    Kind Regards
    Kevin Mortimer
    Solutions Archtect
    Avoka

  • Intel vPro AMT integration with SCCM 2012R2 - Issues with SCCM finding the "ConfigMgr AMT Web Server Certificate"

    Good evening all,
    I'm attempting to get Intel SCS integrated with SCCM 2012 R2 and I have both sides working, doing what they do best, however, I have issues when I try to mate the two. I started with a single server for the site and then tackled the Intel side with success,
    then I added another site server to run the Out of Band service point and Enrollment point. Up until this point I've had no issues with certificate templates, or issuance of those certs. 
    I have re-read the TechNet documents a few times regarding the PKI setup, some Intel documentation and three step by step articles and non of them seem to differ so I can't understand why I'm unable to choose my "ConfigMgr AMT Web Server Certificate"
    when configuring the Out of Band Management Component Properties page.  The "AMT web server certificate template:" dialog shows my CA FQDN and CA name, but the certificate template list is always blank.  I've tried this from both the remote
    and local ConfigMgr consoles.  The site servers have rights on the CA to manage and issue certs, is there something I'm missing that isn't in the documentation or buried somewhere that I missed?  Is there a Application policy that should be on the
    cert that isn't mentioned anywhere?
    Thanks in advance!
    Tesfaye

    Hi Joyce,
    Thanks for responding.  I pretty much have this error repeating in the log file and not much else:
    [28, PID:13388][05/21/2014 15:17:15] :System.DirectoryServices.DirectoryServicesCOMException\r\nThere is no such object on the server.
       at System.DirectoryServices.DirectoryEntry.Bind()
       at System.DirectoryServices.DirectoryEntry.get_AdsObject()
       at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne)
       at System.DirectoryServices.DirectorySearcher.FindAll()
       at Microsoft.ConfigurationManagement.AdminConsole.Common.ADUtils.EnumEnterpriseCACertificateTemplates(String domainEntryName, String certAuthorityFqdn, Boolean isServerAuthen)\r\n
    I will look into this, but another hint would be greatly appreciated!
    Thanks,
    Tesfaye

  • Issues with Godaddy when putting dynamic sites to server

    It has come to my attention that there are all kinds of issues when putting a dynamic PHP site to server when using Godaddy as a host. Since each hosting account uses a variation of secureserver.net, as opposed to localhost, tons of changes have to be made when putting to server; moreover, if you accidentally overwrite existing files from your local machine, then the whole thing falls apart and is useless. This creates far too many difficulties for an independent designer, in my opinion. Has anyone encountered this problem, and, if so, did you migrate to another host?

    Paul-
    I have encountered what you are talking about. PHP / mySQL being pretty new to me, <8 months, my first project was a friend's server, and i was allowed to remote connect from home for development.
    Later i understood that that ability isnt normal, esp in virtual shared hosting plans.
    Since then i have it all sorted, thankfully. I use WAMP (easy install, installs apache,php, mysql in one go, and its free.) for localhost dev.
    so how i do it, for now... develop locally w localhost. Have 2 databases created (Applications window -> databases) - one for local, one for remote. the remote is for when the files are uploaded to godaddy (or whoever) and the local for, local of course!
    Name them similiar... MyDatabase_L and MyDatabse_R for example.
    When youre ready to upload files to remote, use Find / Replace to change all the MyDatabase_L to MyDatabse_R.
    works great for me! Considering for a minute i didnt think i'd find ANY way. Also didnt know what the heck i was doing, ha.
    worth noting.. if you open a file with the MyDatabase_R, its ok. But if you try to edit anything in that file that would prompt ADDT to connect to the DB, its not gonna work. No big deal, as, ive gotten better with Find / Replace because of all this and am so glad i did!
    I know Gunther has an even better method ive been meaning to explore, where his Database files refer to a config file, and changing one number in that config file globally affects all the dependent databse files.
    Anyways hope that helped! I have no negative feelings to GoDaddy, rather, have always found their support to be top notch, and prices hard for clients to complain about. To each his own, though!
    best,
    ben

  • Can anyone help with a compatibility issue with EZ vinyl/tape converter?

    I have been using EZ Vinyl/Tape Converter in conjunction with an ION turntable to transfer all my old vinyl into iTunes.
    I have had no problems until the latest version of iTunes was downloaded and installed.
    Now, if I attempt to import a track using EZ, it tries to import into iTunes for a couple of minutes, before giving me an error message which says "Make sure all active windows in iTunes are closed".
    I have no idea what this means, because I'm doing nothing any differently to what I've always done.
    Can anyone suggest what might have changed?
    Thanks in advance.
    Mel

    i have same problem too any suggestions anyone pls have so much music with vinyls to keep help

  • I am having an issue with excel opening a converted file

    After I have converted this file from a pdf file to a .xlsx it won't open in excel. Now what do I do? I over wrote what I have done thinking it will work. How can I get this to work?

    HI demonicangel,
    I'm sorry that you're having trouble with your converted file. Does Excel return an error when you try to open the file?
    But the PDF you converted was not overwritten in the conversion process--it remains intact where it was when you converted it. So, you should'nt have lost any work.
    Please let us know what happens when you try to open the file in Excel.
    Best,
    Sara

  • Issue with Date Datatype while importing from SQL Server to OBIEE

    Hi,
    We have a column in SQL Server Database with datatype as Date. When we imported this column into the Physical layer of OBIEE rpd,
    the datatype of this column is getting converted to VarChar automatically. Has anyone faced this issue before?
    Please let me know if you have a solution for this.
    Thanks in advance.

    Hi,
    How are you passing this date parameter ?
    Instead of passing this parameter in date format, you can pass this as string and then in PL/SQL package, you can convert this string to date.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Issue with offline availability of roaming profiles in Server 2012

    I've recently stood up a Windows 2012 R2 server. I set up folder redirection using the guidelines
    here and roaming profiles using Group Policy. All is well except for the fact that if the client is physically disconnected from the network then the profile isn't available.
    I've set up folder redirection/roaming profiles on many different version of Windows Server and this is the first time I can remember that the files weren't available offline without further intervention from me. Is there some new setting or default on 2012
    R2 that I'm running afoul of?
    I note the following screen on the share properties but don't want to go at it until I know more
    Location of image in case of no display
    Sunt ludi et ioci dum aliquis oculo nocet.

    Shaon,
    No problem at all, I'm delighted that someone is answering at all! :-)
    The answers to your points/questions are as follows:
    1. The issue persists after a reboot
    2. All computers in the OU are experiencing this issue along with all users affected by these group policy items
    3. There is only one group policy applied here and in relation to the three items you've mentioned:
    Action on server disconnect [Not configured]
    Non-default server disconnect actions [Not configured]
    Do not automatically make redirected folders available offline [Not visible]
    All the relevant group policy objects (on the server) are at their default "Not configured" value. I've filtered by Windows 7 and Windows 8 as I have nothing below that. I've checked both locations viz.:
    Computer Configuration\Policies\Administrative Templates\Network\Offline Files
    User Configuration\Policies\Administrative Templates\Network\Offline Files
    The same is true for Local Computer Policy, all are set to "Not configured". In Explorer on the client under the Easy Access option all of the salient settings are greyed out.
    - Derek
    Sunt ludi et ioci dum aliquis oculo nocet.

  • I need help resolving issues with inbound mail on 10.8.5 server.

    Let's start from the beginning.
    I had a Mac Mini server running OS X 10.7 since 2011. I have a static IP and domain registered. I used it for mail, calendar, and web service.  It was working beautifully until a week ago.  Suddenly it stopped processing mail for me from google and apple managed domains.  There may be other domains, I do not know.
    I checked my external firewall and the correct ports are being forwarded (25, 587, 993).  Connected to a remote network, I can verify that nmap shows the ports as open.  I can telnet into the server on port 25 and send mail.  I checked with the ISP and they are not blocking/filtering those ports and the DNS they are hosting for me appears to be correct (unchanged from when it was working).  I've looked in the logs, but I'm not sure what I'm looking for, really.  I upgraded to 10.8.5 and server 2.2.2 last night in an attempt to rectify the situation but I'm still unable to receive mail from my other accounts (iCloud and gmail).
    I've been trying to troubleshoot this issue for a while now and I'm all out of ideas.  If anyone has any advice I'd really appreciate it.
    Thanks,
    Trevor

    Hi,
    I can send/receive mail locally.  I send mail to [email protected] from [email protected] and [email protected].  This works while on my LAN and connected to my work via VPN.
    I'm not listed on any blacklist, either by domain or IP using that tool.  The MX lookup tool at that site lists everything as OK, the MX record appears to be correct.  The SMTP test at that site shows a "failed to connect" error.  The exact error is:
    Connection attempt #1 - Unable to connect after 15 seconds. [15.04 sec]
    I'm not sure what I'm looking for in my log files.  I do not see any inbound connection attempts from google or apple domains when I try to send from my other e-mail accounts.
    when I run the dig command, I get the following output:
    dig @8.8.8.8 -t mx bakernet.ca
    ; <<>> DiG 9.8.5-P1 <<>> @8.8.8.8 -t mx bakernet.ca
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1983
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;bakernet.ca. IN MX
    ;; ANSWER SECTION:
    bakernet.ca. 3599 IN MX 10 mail.bakernet.ca.
    ;; Query time: 100 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8)
    ;; WHEN: Sat Jun 21 07:47:08 EDT 2014
    ;; MSG SIZE  rcvd: 50
    I don't see an  A record here.  My DNS is hosted by my ISP, my server is performing DNS lookups for my LAN.
    When I run dig from inside my LAN I get the following:
    ; <<>> DiG 9.8.5-P1 <<>> -t mx bakernet.ca
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21448
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
    ;; QUESTION SECTION:
    ;bakernet.ca. IN MX
    ;; ANSWER SECTION:
    bakernet.ca. 10800 IN MX 10 mail.bakernet.ca.
    ;; AUTHORITY SECTION:
    bakernet.ca. 10800 IN NS www.bakernet.ca.
    ;; ADDITIONAL SECTION:
    mail.bakernet.ca. 10800 IN A 172.16.0.17
    www.bakernet.ca. 10800 IN A 172.16.0.17
    ;; Query time: 0 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Sat Jun 21 08:02:04 EDT 2014
    ;; MSG SIZE  rcvd: 100
    That does show an A record for the mail.bakernet.ca hostname.  Looks like my ISP is to blame?
    Trevor

  • Issue with OEM 11g Install in Windows 2003 server - Urgent help Required !!

    Hi All,
    I am encountering the following issue while installing the OEM 11.1.1.0 with Oracle WLS 10.3.2 with WDJ7 Patch installed and DB-11.2 and OS-Windows Server 2003.
    I have dropped the schema sysman and sysman_mds as specified in the install guide and did all the necessary prerequisites as specified.
    the Exact error is as follows : I am getting this error at OMS Configuration step of OEM Installation..
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Setting demo trust
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Setting CACERTS
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Inside Fresh install
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: response file params not null, invoking the init method
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::lock consoleTRUE
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::lock upload:TRUE
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Node manager port is7401
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::EM console port7788
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking EM console port duplicate7788
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking duplicate EM upload https port:4906
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Admin host is abc.xyz.com
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::EM instance home isC:\Oracle\gc_inst
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Webtier home is C:\Oracle\OEMHome\oms11g\..\Oracle_WT
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking EM duplicate upload port:4895
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking if admin https is duplicate port
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Admin https port is0
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking duplicate port for console https port7799
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::EM instance host isabc.xyz.com
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Domain name value is GCDomain
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::MS Https port is7301
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Repository connect string(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.xyz.com)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Checking duplicate msport 7201
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::fetching username
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initBase
    FINE: Initializing omscacontext
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: Webtier instance name isinstance1
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: OHS Comp name isohs1
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: Initializing the adapter
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: Configuring node manager directory as ..C:\Oracle\OEMHome\WLSERV~1.3\common\emnodemanager20110801113637
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    FINE: Doing the pre requisite check
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Invoking the preReqChecks
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Name: abc.xyz.com
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Addr: 10.136.126.133
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Name: abc.xyz.com
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Addr: 10.136.126.133
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkPort
    SEVERE: Exception:
    java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil.checkPort(CoreOMSConfigAssistantUtil.java:2251)
    at oracle.sysman.omsca.framework.OMSGenericAdapter.doPreRequisiteChecks(OMSGenericAdapter.java:173)
    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:90)
    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Unable to resolve EM https upload port
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository connect string is is (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.xyz.com)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkRepository
    SEVERE: Exception:
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:799)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:275)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:206)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
    at oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil.checkRepository(CoreOMSConfigAssistantUtil.java:2353)
    at oracle.sysman.omsca.framework.OMSGenericAdapter.doPreRequisiteChecks(OMSGenericAdapter.java:189)
    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:90)
    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository username and password invalid
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository database version is null
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Checking MDS schema with devMode? FALSE : FRESH_INSTALL
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: MDS Schema is there
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    SEVERE: ERROR: Pre req checks of EM failed.
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Got resultfalse
    FYI : Query Results for sysman schema and sysman_mds in DB are :
    SELECT COUNT(*) FROM ALL_USERS WHERE
    USERNAME='SYSMAN' -----> No Rows
    select * from SCHEMA_VERSION_REGISTRY where COMP_NAME='Metadata Services' and owner like '%SYSMAN_MDS%'; - No rows
    (Note : I have a seperate schema defined as Dev_MDS present in the same DB where i m installing OEM, which i think would not effect)
    I request to suggest some good working solution for this issue asap.
    Regards,
    Ram

    Hi,
    could you tell me how to check the "MOS tech note"You can check MOS tech notes @ htttp://support.oracle.com --> need to have valid CSI
    Do I need to configure the enivornment parameter of ORACLE manually?
    such as ORACLE_HOME, ORACLE_BASE, ORACLE_SIDSet all these env. parameters (ORACLE_HOME, ORACLE_BASE, ORACLE_SID) manually and give a try.
    thanks,
    X A H E E R

  • Unexpected Termination SSIS package - Issue with SSIS packages after upgrading to SQL Server 2014

    Hello everyone.
    We performed an upgrade of SQL Server 2012 installation to SQL Server 2014 (with last CU5 update). We found that all SSIS packages (even the simplest with just Execute SQL tasks) fail with Unexpected termination message. The issue reproduces with both new
    packages (that are created from scratch with SSDT 2014) and old packages (migrated from SQL 2012).
    Any ideas, please? We googled and found that it is a known issue that should have fixed with CU4. But we use CU5 and the issue is still here.
    MCP

    Hi. Yes...
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="SQLISServer" /> 
      <EventID Qualifiers="0">1</EventID> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="2015-02-12T07:41:56.000000000Z" /> 
      <EventRecordID>469950</EventRecordID> 
      <Channel>Application</Channel> 
      <Computer>abtru1a11.oneabbott.com</Computer> 
      <Security /> 
      </System>
    - <EventData>
      <Data>The SSIS Execution Process could not write to the IS catalog: ABTRU1A11\DEV:SSISDB Error details: Cannot find the symmetric key 'MS_Enckey_Proj_Param_5', because it does not exist or you do not have permission.; at System.Data.SqlClient.SqlConnection.OnError(SqlException
    exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior
    runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream,
    Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion,
    Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at Microsoft.SqlServer.IntegrationServices.Server.Shared.ExecutionParameterLoader.GetExecutionParameter() at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.StartPackage()
    at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.PerformOperation()</Data> 
      </EventData>
      </Event>
    MCP

  • Class path issue with spring when deploy in oracle app server

    Hi there,
    i am using spring in an web application using jdeveloper. it is working perfectly for me in jdeveloper. when i trying to deploy it in appserver ( oracle enterprise manager 10g) i am getting following error,
    Failed to deploy web application "china". Failed to deploy web application "china". . Nested exception
    Resolution:
    Base Exception:
    com.evermind.server.rmi.OrionRemoteException
    Class not found: org.springframework.beans.factory.access.BootstrapException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BootstrapException. Class not found: org.springframework.beans.factory.access.BootstrapException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BootstrapException
    i guess the problem is with classpath of these xml,
    <!-- j2ee parent config file-->
    <context-param>
    <param-name>locatorFactorySelector</param-name>
    <param-value>/resources/beanRefContext.xml</param-value>
    </context-param>
    <!-- parent context key defined in the config file -->
    <context-param>
    <param-name>parentContextKey</param-name>
    <param-value>servicelayer-context</param-value>     
    </context-param>
    i don know how to fix this issue. it is working fine in local jdeveloper. does any one have some idea please help me out..
    Regards,
    A.

    Hi,
    do you deploy the Spring classes with the application ? I suggest to try the OracleAs forum as well to ensure this has to be in a specific path to be loaded. A list of forums is available from here
    http://forums.oracle.com/forums/index.jspa?categoryID=84
    Frank

  • Issue with binary attribute types through Directory Proxy Server 6.3.1

    I'm having problems with DPS 6.3.1.1 on Solaris 10 with binary attribute types. From most LDAP servers, requesting an attribute such as userCertificate would return userCertificate;binary without any issues. However, DPS seems to consider these two separate attributes. In order to see userCertificate;binary, I have to ask for it in that exact format. This obviously is causing trouble for many clients as they shouldn't care about the binary type as it's the same attribute.
    I've tried to correct this with a virtual data transformation (dpconf add-virtual-transformation 'PKI Tree' read add-attr-value userCertificate \${userCertificate\;binary}) but the end results are the same. Any ideas on how I can correct this one?
    Thanks in advance.

    Here is some complementary information:
    system (uname -a):
    SunOS xxx 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V440
    since patch 118666-26: update java 1.5.0 update 24
    we are experiencing the follwing problem:
    xxx$ ./dpadm start /opt/ldap/instances/mail/
    The Directory Proxy Server instance '/opt/ldap/instances/mail' failed to start after the waiting period.
    The Directory Proxy Server instance start has produced the following error output:
    Exception in thread "main" java.lang.NoSuchFieldError: strm
    at java.util.zip.Inflater.initIDs(Native Method)
    at java.util.zip.Inflater.<clinit>(Inflater.java:60)
    at java.util.zip.ZipFile.getInflater(ZipFile.java:375)
    at java.util.zip.ZipFile.getInputStream(ZipFile.java:320)
    at java.util.zip.ZipFile.getInputStream(ZipFile.java:286)
    at java.util.jar.JarFile.hasClassPathAttribute(JarFile.java:469)
    at java.util.jar.JavaUtilJarAccessImpl.jarFileHasClassPathAttribute(JavaUtilJarAccessImpl.java:21)
    at sun.misc.URLClassPath$JarLoader.getClassPath(URLClassPath.java:809)
    at sun.misc.URLClassPath.getLoader(URLClassPath.java:293)
    at sun.misc.URLClassPath.getResource(URLClassPath.java:160)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:192)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:300)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    The Directory Proxy Server instance '/opt/ldap/instances/mail' is not running.
    We have tried to install patch 118666-27 (not recommended, but already available) which includes jdk 1.5.0 update 25 -> same problem
    When returning to jdk 1.5.0 update 20 the directory proxy server starts as normal

  • Issues with Deskjet 5650 and Linksys wireless print server.

    I have a iMac DP 1.8, a iMac G3 700 mhz running Tiger and a Toshiba laptop running XP and I am on a wireless network. I use a Linksys WRT54G router for the wireless and I am using a Linksys WPS54G wireless printserver to connect an HP Deskjet 5650 to the network. This was all working fine for the past 2 months until Monday evening when the Mac's lost connection to the printer. However the Toshiba can print to it just fine.
    I cannot for the life of me figure out what happened. The iMac DP recently had a security update for intel installed this past Monday, but no updates have been installed on the G3 iMac. I have contacted Apple, HP and Linksys and they have been no help at all. Apple says it's a Linksys issue, Linksys says it's Apple issue and HP is just cluless. I would appreciate any assistance offered.
    Thanks
    iMac DP 1.8, iMac G3 700mhz   Mac OS X (10.4.5)   Linksys wireless router WRT54G, Linksys wireless printeserver WPS54G

    Paul, I am amazed you were ever able to print via the Linksys wireless server on your mac. I have the identical router and print server, and only the Windows PC's on my wireless network have been able to share the printer on that wireless server. I've been unable to find a driver for my iMac, and could never get the iMac to find the server. Finally gave up and bought an HP 2600n color laser and connected it directly to the iMac via USB. You're right about lack of help from Linksys. There is an Apple folder under "unsupported" on the print server installation CD, but there's nothing helpful in there.
    iMac (Intel)   Mac OS X (10.4.5)  
    iMac (Intel)   Mac OS X (10.4.5)  

Maybe you are looking for