Uploaded Admin to Server - Dynamic Forms don't work

Okay, got everything how I want it on the administration end and it works tested locally.
Uploaded to the web server and now the Dynamic Forms that I created using the Wizard are giving me an error.
Error:
Internal error.
Developer Details:
tNG_multipleUpdate.getLocalRecordset:
Error message:
No database selected
SQL statement:
SELECT First_Name,Last_Name,statusID,divisionID,owner_picture,ownerID, ownerID as kt_pk_owner FROM owner WHERE ownerID=3. (MUPD_RS)
tNG Execution Trace - VIEW
Thought maybe an include didn't get uploaded so redid those.
The Dynamic List page works, so the connection key is fine. The public site is fine too.
Suggestions?
Cheryl

Stepping back to the root cause (again, the SQL error message), what you should look at is that your database configuration is correct for the live server. This line:
<?php require_once('Connections/conn_sqh.php'); ?>
shows where the connection data is stored in the automatically generated files. Please ensure that the:
$database_sqh = "some_schema_name";
line has the correct value for your live server in place of "some_schema_name" as that is what the root cause of your error message is. You can change this in the ADDT Control Panel->Login Settings->Database tab by using the using the "Define.." button on the connection.
There is likely an easier way to access this info, but I would recommend simply rewriting the connection file to change the values based upon the value of $_SERVER['HTTP_HOST'] to get something that works locally and remotely without any changes. If you change the file, then ensure you set the parameter before modifying it based on the host:
$hostname_someconnection = "localhost";
if( isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] != 'localhost' )
    $hostname_someconnection = "someconnection.local";
If you fail to do this in the correct order, then you can break the GUI. This technique lets you use a proper FTP tool for upload to a site which can save huge amounts of time but it also adds to your administrative overhead.

Similar Messages

  • Multiple barcodes in a dynamic form don't work

    Hi everybody
    I have a form in which I can add new items using instanceManager. I want to capture the data from each item i separate barcodes, and here comes the problem. I can make the barcode capture data from the first item in the form, but when I add new items when I fill out the form, the barcodes all refers to item no. one.
    How can I make each new barcode refer to the right item?
    The objects for item information including the barcode is placed in a subform.
    I hope someone can help.
    K
    P.S. If the question seems familiar, its because I have already posted it in another forum, but without any result. So I try again.

    Hi Paul
    Your scrip didn't quite work. But it helped me in the right direction. Thanks a lot.
    I made the script like this:
    RIrekvUdv1.Prver.Effekt1.RIrekv_Prv_1::calculate - (JavaScript, client)
    //{{Start Generated Content//
    var 
    is705ViewerRequired = false;
    //End Generated Content}}//
    function 
    encodeBarcode() { 
    var str = AntmskStd.rawValue + "\n"  
    + xfa.resolveNode("Effekt1[" + this.parent.index + "].Prvetyp").rawValue + "\n" 
    + xfa.resolveNode("Effekt1[" + this.parent.index + "].PrveAnt").rawValue + "\n"; 
    return str;}
    function 
    getInstanceData(node) { 
    var str = ""; 
    var nNodeLength = node.length; 
    for (nNodeCount=0; nNodeCount < nNodeLength; nNodeCount++) {str
    += node.item(node).rawValue + "\n";}
    return str;}
    this.rawValue
    = encodeBarcode();
    //app.alert(this.rawValue);
    Kirstine

  • Run form don't work

    Hi
    I have install in a PC4 with windows XP professional Oracle EM 9.2 and 9iDS (Form Builder [32 bit]. Use the layout wizard to make the form, but when I call Run Form open the IE or Netscape and both browsers never ends to open the form:
    http://tritoni2:1521/forms90/f90servlet/admin?form=C:\oraclei\fomas_enc\identif_enc.fmx&userid=GHC/1QAZXSW2@oaxsiers&buffer_records=NO&debug_messages=YES&array=YES&query_only=NO&quiet=NO&RENDER=YES
    I review the preferences and appear are correct but don't work.
    Any suggestion is welcome.
    Best regards
    Gilberto Hernandez Cardenas

    well, IE only send the message "500 Internal Server Error" and the nexts:
    java.lang.NullPointerException
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:64)
         at java.io.FileReader.<init>(FileReader.java:38)
         at oracle.forms.servlet.ConfigFileParser.<init>(Unknown Source)
         at oracle.forms.servlet.FormsServlet.getOracleHome(Unknown Source)
         at oracle.forms.servlet.FormsServlet.testJNI(Unknown Source)
         at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

  • Windows security update, now forms don't work

    Ran various Windows Server 2003 updates over the weekend and now all of my forms come back with errors saying fields are undefined.  These are all forms that were working before.  Any ideas?
    Sue

    Found the problem.  We were hacked on Sunday. 
    http://forums.adobe.com/message/5046414?tstart=0

  • I need some help figuring out why parts of my form don't work

    I have built a couple forms to use with my work, the first 1 is a write up sheet that I fill out while on a field job. When complete, I have an insert button that inserts times, dates customer info and employee info into a MYSQL database that is pertinent to the second form  which is a standard type timecard. It is with the timecard form that I am having problems. On the timecard form I have a radio button list with seven buttons (1 for each "start/stop" row of the timecard) when I click a button it makes a subform on the second page visible that allows me to insert the data from my database into the start/stop field of the timecard. I used the action builder to make these subforms visable and invisible and this all works except for 1. Also one of the subforms won't insert the data. I can't for the life of me figure out why, I have gone over both problems and don't see anything to cause it. I was hoping that I could upload my form and database somewhere and have somebody look it over, maybe I have overlooked something but at this point I have studied the problems for 3 days and haven't figured either out.  any help would be greatly appreciated
    Thanks

    Yes, after the last iOS.  So is that different than the App update I just did through the app store?  Or is there a different version app that I need to go download again? 

  • Can't start application server - opmnctl startall don't work

    Hi
    i have installed DB and AS on the same machiine
    db is 10.2.0.4.0
    AS is 10.1.3.1
    Linux OEL 4.8
    i use the following to startup the AS
    export ORACLE_HOME=/u01/app/oracle/product/10.1.3.1/OracleAS_2
    export PATH=$PATH:$ORACLE_HOME/bin
    export PATH=$PATH:$ORACLE_HOME/opmn/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    cd /u01/app/oracle/product/10.1.3.1/OracleAS_2/opmn/bin
    ./opmnctl startall
    but i got the following in /u01/app/oracle/product/10.1.3.1/OracleAS_2/opmn/logs/default_group~oc4j_soa~default_group~1.log
    <2009-12-30 17:28:43,470> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://localhost.localdomain:7777
    <2009-12-30 17:28:43,471> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://ASRH4:7777/orabpel
    <2009-12-30 17:28:43,472> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://192.168.25.105:7777/orabpel
    <2009-12-30 17:28:43,473> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://localhost.localdomain:7777/orabpel
    <2009-12-30 17:28:43,474> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://localhost:7777/orabpel
    <2009-12-30 17:28:43,474> <ERROR> <collaxa> <ProcessJob::execute> Attempt (15/15
    and it don't start
    the db ons.config is
    localport=6100
    remoteport=6200
    loglevel=3
    the AS opmn.xml important parts are
    <notification-server interface="ipv4">
    <port local="7100" remote="7200" request="7003"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
    </notification-server>
    please any help?
    Thanks
    Edited by: user8803475 on Dec 29, 2009 10:54 PM

    Hi Mr Hans,
    Firewall/SELINUX are disabled
    i did a "FRESH" install of AS on the same box that have the db ,
    the ons.config for the db is
    localport=7100
    remoteport=7200
    loglevel=3
    but i still get this error during installation:-
    opmn id=ASRH4:6200
    0 of 2 processes started.
    ias-instance id=as5.localhost.localdomain
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1902257481,pid=9616)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.1.3.1/OracleAS_3/opmn/logs//HTTP_Server~1.log
    ias-component/process-type/process-set:
    default_group/oc4jhome/default_group/
    Error
    --> Process (index=1,uid=1902257482,pid=9565)
    time out while waiting for a managed process to start
    Log:
    the /etc/hosts contents are:-
    192.168.25.105 localhost.localdomain localhost ASRH4
    192.168.25.105 ASRH4 ASRH4 ASRH4
    also running hostname command gives -> ASRH4
    Please advise?
    Thanks

  • DNS dynamic updates don't work

    Hi,
    I am currently troubleshooting a DNS dynamic update issue that I am having in my production environment. I had to change the subnet mask on a DHCP scope, so according to
    http://www.windowstricks.in/2009/06/how-to-change-subnet-mask-of-dhcp-scope.html I deleted the scope and recreated it. After one day I noticed that a lot of A records (Linux and Mac clients) were gone, and that non-Windows DHCP clients would no longer register
    their A record with DNS as they did before. It seems that the DHCP server does no longer communicate with DNS because before the change was made, there were DHCP log entries about successful registrations but afterwards there are no such entries
    in the log, neither success nor failure.
    The DHCP server is configured to always dynamically update A and PTR records, the DNS server accepts secure and nonsecure dynamic updates. DHCP is installed on one of my two domain controllers (Windows Server 2008 R2, AD in 2003 mode).
    I then set up a basic test environment with just one DC which has DHCP and DNS with default settings, added a reverse lookup zone to the DNS, one Windows and one Linux client. In that environment, the Windows client registers its A record with
    the DNS but not the PTR record, but the Linux client still will not be registered in DNS. Allowing nonsecure DNS doesn't resolve the issue.
    What am I missing? Any help is appreciated...
    Georg.

    From the Store menu, select
              Check for Unfinished Downloads...

  • Iweb with Lion: Umlaute after ftp-upload on linux-Server are not correct - but worked with Leopard!

    Hi from Germany. I used iweb 3.04 and OS X 10.6+ and everything worked fine on different websites, including German Umlaute ä, ö, ü, ß.
    After upgrading to Lion all Umlaute are not correct spelled (strange letters) after ftp-upload on a linux-server (which is the same as before). Before upload these Umlaute are spelled correctly, but not after upload.
    Trials were a) upload htaccess file b) use older iWeb 3.03 c) asking server administrator (answer: "use ae, oe, ue instead"), but nothing worked.
    Any ideas or help?
    Thank you very much, and excuse my english
    Peter

    The problem lies in the uploading of the files or the server itself.  If the umlautes looked good on the server before then we have to think it's the uploading process.  Try using the free FTP client  Cyberduck to upload your site folder to your server.  Then check to see if the rendering is correct.
    What's the URL of your site so we can examine it first hand?

  • Moved from 104.11 to 10.5.2 php email feedback forms don't work now

    Just moved from 10.4.11 to 10.5.2 with default Apache2 and PHP versions as provided by the 10.5 Server installer.
    We have a simple web site, static pages, integrated filemaker content, and a couple of php scripts.
    Our simple slideshow scripts work fine. Our feedback scripts do not.
    User fills in the form and hits send which is set to post the field content to the php script with in turn sends an email to the appropriate address and then calls a "thank you for your submission" page. Until this OS change the browser never does anything other than what is described above. With the OS change the browser now looks like it is trying to load the script page and then gives this error:
    "Safari can’t open the page “http://www.wetzelandson.com/feedback.php” because the server unexpectedly dropped the connection, which sometimes occurs when the server is busy. You might be able to open the page later."
    The script runs some checks for empty fields, incomplete email address and verify that a mail server is on the domain for the users email address. The script works, diverting to error pages as needed, until the user puts in a complete email address at which point it stalls, shows that the browser is trying to load the php script and shows the message.

    Figured it out.
    I guess something about the new php in 10.5.2 does not like the verification of an mx server at the domain of the users email
    commented the following and script works fine now, it worked until I changed from 10.4.11 to 10.5.2.
    I guess that this command is no longer valid.
    function validateemail($email)
    list($userName, $mailDomain) = split("@", $email);
    return checkdnsrr($mailDomain, "MX");
    if (validateemail($email))
    */

  • Dynamic Capabilities don�t work for Editing & Running Report

    Hi,
    We are using �User AdminRole� to dynamically assign users the �Report Admin� capabilities. The capabilities are assigned to the session as expected. But when the user tries to edit and run a report, the system returns �View Access denied to user on process [our report name]� error.
    Our investigation shows that IDM checks the authorization of the USER rather than his/her current SESSION when updating and running the report (createView and checkinView of the report TaskInstance). We are not able to pass argument �authorized = true� to the createView and checkinView actions since editing and running report (Report TaskDefinition and TaskTemplate) is not defined in a Workflow context. The actions are handled by out-of-box class: com.waveset.ui.web.reports.ReportTaskTemplateForm.
    The temporary fix we could think of is to get a �Configurator� Session and assign its LighthouseContext to the end-user session in edittemplate.jsp. It is definitely not an ideal fix for performance and security considerations.
    We are wondering if anyone has run into the problem before and have better workarounds. Also, we want to validate that it�s a potential IDM bug so we will open a support ticket on this.
    Many Thanks!

    I have specified appropriate authType (UserAdminTask, is there anything else) already, and issue remains irrespective of it. The issue is unrelated to what most people face with EndUserTask etc. My WF is supposed to be run by admin. If the admin is assigned capabilities statically (i.e. directly to the user) everything works fine but if they are assigned via a AdminRole which in turn is assigned by a Rule (executed at login) then it breaks.....
    I have a strong feeling that this is a bug. Can someone ratify that. I would be happiest if proven wrong :-)

  • Button in form don't work in browser

    Hi,
    We have few pdf files who have some form button.
    With this button's we can go to different other pdf file.
    this button's are use to navigate between PDF files.
    Since Adobe reader DC, with the new plugin in the browser, this button's have no action.
    this forms can be used properly in adobe reader or adobe acrobat pro, but not in the browser.
    I think there is a security in the plugin browser who block tyhis fontionnality.
    all is ok for all version before adobe DC.
    could you hel me please.
    thank's

    Hi aurélienm34916766,
    I can understand your concern & will guide you in the right direction.
    Can you please let me know the browser which you are using?
    If its Google Chrome then I am sorry to inform you that  the Adobe Reader plugin will not be supported in Chrome. The Chromium team has decided to remove support for NPAPI plugins like Adobe Reader. Here's a blog post that describes their decision - Chromium Blog: The Final Countdown for NPAPI
    On Windows, it is still possible to view the PDF in the Google Chrome web browser using 'Chrome PDF Viewer' plugin however some components of the PDF won't work ( like buttons or check-box etc. ).
    Regards,
    Aadesh

  • Frame 12 Server documentation videos don't work

    I've tried to get the embedded videos in the Frame 12 Server documentation (e.g., "Getting Started Guid") to work under multiple browsers to no effect.  Clicking on them results in nothing happening.  Here's my case in point:  Quite a pity since the docs seem to be entirely dependent on these videos contextually.  Any suggestions?
    Thanks,
    Al

    You have to be using a PDF viewer that allows javascript (i.e. Reader, Acrobat, etc.) and not viewing the PDF within a browser. IIRC, security settings in the browser will prevent the videos from launching.
    They work just fine for me when I use Acrobat.

  • Need refund but support and refund form don't work...

    Hi, support form says "Sorry, we’re having some problems at the moment. Please try again later. In the meantime, you can post to the Skype Community or read our FAQs." from 2014-7-9.
    Refund form says "This is a required field." for field "Ordered on", but i fill date.
    please help.

    Please can someone tell me where I can find the Skype Cancellation and Refund form. Thank you.

  • Submit button in distributed form don't work.

    I created a form in LiveCycle Designer.  It has 2 submit buttons, both to the same email address.  They link back to a hidden button to send the email.  The form works undistributed, but when I distribute the form to track respsonses, the buttons no longer function.  Why?

    I'm distributing the form in Acrobat Pro 9.
    I created the form in Live Cycle Designer.  Save, then open in Acrobat pro.  Extend Features to Acrobat Reader, click the drop down box on Forms and hit distribute.  I save a local copy.  When I open the distributed form the buttons do fall silent, the Submit Button on the purple line up top still works, but that doesn't appear in reader and the people who will be completing the form all use reader.  Any suggestions for a fix?
    I'd like to distribute because that automates the tracking.  It works undistributed.

  • IPhone 5- uploaded 7.1.2 now iMessages don't work!! Help!!!

    I did the new download 7.1.2 and my iMessages don't go through and no one can receive them!! I tried restarting my phone and turning off for a couple hours and nothing works!!!! I still have wifi which works and my apple id works on the apple site but I can't sign in with my Apple ID on the iMessage page!! What can I do!? I don't feel like waiting forever for the next update!!! Please help and get this fixed!!!! And my FaceTime doesn't work!!!

    iOS: Troubleshooting FaceTime and iMessage activation
    You can sign out of imesssage and facetime and wait a few seconds and retry again on both. Or sign out and restart phone and sign back into both.
    Have you tried to do a hard rest? Holding power and home till the phone restarts and release after seeing the apple logo.
    You can also try reset your network connection by Settings>General>Reset>Reset network Settings
    If it still fails, reset everything by Settings>General>Reset>Reset all settings

Maybe you are looking for

  • InDesign Application Frame automatically re-position (see video)

    I'm using dual monitor with Macbook Pro Retina 15', and Asus 1440p monitor, I would like to use InDesign full-screen, but when I try it, top of the frame goes underneath the status bar. If I drag the window to the position I want, it automatically re

  • IPhone SDK - test for sound input availability?

    Should one try to determine if the device has a microphone available before calling AudioQueueNewInput and AudioQueueStart? I didn't see any mention of this requirement in the Audio Queue Services Programming Guide. (But in ancient MacOS history, one

  • Question on updating Moved Archives

    Procedural questions: I have a mailbox that receives throughout the day every day firewall logs. These are then automatically moved into monthly folders, and the monthly folders are automatically moved to archives. Since the archive was getting to be

  • Setting default size for the information area in the main window

    Hi, I wonder if there is any way to change the default size of the information area in the main window (lower left corner). I want it a little bigger because I had some useful information set there and I had to change the size every time I log in. Th

  • RSA PSS Signature scheme

    Hi, I am working on digital signatures RSA. I have two issues/doubts :-D 1) In Java 1.5, the crypto specification talks abt API support for RSA PKCS using PKCS #1 v2.1 thru the PSS padding scheme for signatures - java.security.spec.PPSParameterSpec.