APEX URL SYNTAX PROBLEM

APex 4.2

I think I still have a problem with the syntax of URL Apex. I have a question where I am a link within the query and try to get inside several pairs of element value. I have no problem passing a pair of point value, but when I try to do multiple, I have a problem. My query is below:

SELECT project_id, content_type,
'<a href="javascript:apex.submit({request:''SAVE'',set:{''P3_GO_TO_FL'':'''||'Y'||''',''IREQ_PROJECT_ID'':#PROJECT_ID#}});">Project</a>' as "Project Link"
FROM MY_TABLE
WHERE THIS_ID = :P3_ID

I feel as if there's some place apostraphes. I tried a variation of things, but I just don't get it. I had a similar problem before, but it is within a link of the column. It is within a query which I assume has something to do with why my syntax was interrupted. Any help on this would be greatly appreciated. Thanks in advance

OK, so I made some progress. Consider the following query:

SELECT project_id, content_type,
case
   when content_type is not null then 'Not Null Case'
   else 'Null Case'
end as "TESTING_QUERY"
FROM THIS_TABLE
WHERE THIS_ID = :P3_THAT_ID

So I'm still trying to build a link inside a query (don't see any solution to my problem). I have two branches. One who makes something when the value of the indicator is set on 'Y' and a branch that made another when the value of the indicator is set 'n'. In my case, 'Y', the content_type must be passed in a page element. The syntax is correct. The only problem is that the string substitution #CONTENT_TYPE # gives me problems. I don't know if this should be a substitution string or not, but I know that if I had to replace this with a random value, that random value substitution string passed to the order of the day of the P3_CONTENT_TYPE page (I tried several times) and I am able to use/view the content of this page P3_CONTENT_TYPE element. Even when I fly over my link, the url is correct, but instead to display the actual value of the substitution string, it just shows "#CONTENT_TYPE # Rather than use the substitution string my request, I also tried to use 'content_type' but is not no longer works.

It is the last problem or obstacle that I am jumping. Getting the substitution string to display real value would be solve my problem overall. Any ideas on what could be the problem?

Thanks in advance.

As soon as I posted this, I've done a few steps more and I realized what the problem was. This is the syntax of the query. I guess that it will not allow you to use a substitution string. Must concatenate it thus:

SELECT
....
....
when content_type is not null then 'Not Null Case'
else...
end as..
....
....

This is the correct syntax... I guess I should since I'm pulling the value of content_type itself in the actual query. But it works for me. Maybe not the best way, but it solved my problem. Thanks for your help. Maybe this will be useful to someone else.

Tags: Database

Similar Questions

  • Apex URL incorrect syntax

    Apex 4.2

    I'm working on an Apex URL that performs a process and branches to a page. I did search for the URL and am aware of how they work and how to make them and also used in the past. Apparently, I'm not as knowing that I thought that I'm faced with some problems. So there you go.

    (1) I have a basic report based on table ASSOCIATIONS

    CIT_ASSOC_XREF_ID (PK)

    CITATION_ID

    CITATION_NAME

    ASSOCIATION_ID

    Region report, or a query, that displays my report is the following:

    SELECT CIT_ASSOC_XREF_ID, CITATION_ID, CITATION_NAME, ASSOCIATION_ID, 'Link'
    FROM ASSOCIATIONS
    WHERE CITATION_ID = :P11_CITATION_ID
    

    One of the columns (link) I changed to a link column. Than that of the link column, I have the following:

    javascript:apex.submit({request:'SAVE',set:{'P11_RUN_REMOVE_CIT_ASSOC_FL':'Y'}});
    

    The URL works fine. I'll put a flag so that I can use in the conditional (point value / Expression 1 column = Expression) 2 of a pl/sql which I want to run and process in a branch. The problem occurs when I try to introduce a new parameter in my URL. The following URL does not work:

    javascript:apex.submit({request:'SAVE',set:{'P11_RUN_REMOVE_CIT_ASSOC_FL,P11_CIT_ASSOC_XREF_ID':'Y',#CIT_ASSOC_XREF_ID#}});
    

    It is not yet sail or send the page. It's always a clickable link, but even once, the page does nothing. Am I missing something? I'm out of quotes or something? This is not allowed. Any help on this would be great. Thanks in advance.

    NewApexCoder wrote:

    Apex 4.2

    I'm working on an Apex URL that performs a process and branches to a page. I did search for the URL and am aware of how they work and how to make them and also used in the past. Apparently, I'm not as knowing that I thought that I'm faced with some problems. So there you go.

    (1) I have a basic report based on table ASSOCIATIONS

    CIT_ASSOC_XREF_ID (PK)

    CITATION_ID

    CITATION_NAME

    ASSOCIATION_ID

    Region report, or a query, that displays my report is the following:

    1. SELECT 'Link', CITATION_NAME, CIT_ASSOC_XREF_ID, ASSOCIATION_ID, CITATION_ID
    2. ASSOCIATIONS
    3. WHERE CITATION_ID =: P11_CITATION_ID SELECT CIT_ASSOC_XREF_ID, CITATION_ID, CITATION_NAME, ASSOCIATION_ID, 'Link' OF ASSOCIATIONS WHERE CITATION_ID =: P11_CITATION_ID

    One of the columns (link) I changed to a link column. Than that of the link column, I have the following:

    1. JavaScript:apex. Submit({Request:'SAVE',Set:{'P11_RUN_REMOVE_CIT_ASSOC_FL':'Y'}});)

    The URL works fine. I'll put a flag so that I can use in the conditional (point value / Expression 1 column = Expression) 2 of a pl/sql which I want to run and process in a branch. The problem occurs when I try to introduce a new parameter in my URL. The following URL does not work:

    1. JavaScript:apex. Submit({Request:'SAVE',Set:{'P11_RUN_REMOVE_CIT_ASSOC_FL,P11_CIT_ASSOC_XREF_ID':'Y',#CIT_ASSOC_XREF_ID#}});)

    It is not yet sail or send the page. It's always a clickable link, but even once, the page does nothing. Am I missing something? I'm out of quotes or something? This is not allowed. Any help on this would be great. Thanks in advance.

    You're confusing URL and JSON syntax. APEX URLS use lists separated by commas in the positions of itemNames: itemValues of the URL:

    f?p=100:11:1234567890::::P11_RUN_REMOVE_CIT_ASSOC_FL,P11_CIT_ASSOC_XREF_ID:Y,#CIT_ASSOC_XREF_ID#

    The used JSON in the set option of the apex.submit method uses pairs of name: value:

    javascript:apex.submit({request: "SAVE", set:{"P11_RUN_REMOVE_CIT_ASSOC_FL": "Y", "P11_CIT_ASSOC_XREF_ID": #CIT_ASSOC_XREF_ID#}}); // Quote #CIT_ASSOC_XREF_ID# if it's not a number

  • An array of type Oracle in a procedure - syntax problem

    Hello

    I try to call the PROCEDURE INSERT_CCR_HISTORY of the InsertCcr_Staging_DEBBIE of the PROCEDURE.
    I want to pass the array to the INSERT_CCR_HISTORY procedure to insert into the table. I don't have the correct syntax.
    If anyone can help with the syntax.

    Thank you.

    Jaffee
    PROCEDURE INSERT_CCR_HISTORY  (vTable  vName) IS   
    
    BEGIN
    
    declare 
        i number := 0;
     begin
        
             FORALL i IN 1..vTable.COUNT
              insert into ccr_staging_history
                (            
                    ccr_staging_history_deb.CCR_ID,                          
                    ccr_staging_history_deb.BATCH_ID,                        
                    ccr_staging_history_deb.MODIFIED_BY,                     
                    ccr_staging_history_deb.MODIFIED_DATE,                   
                    ccr_staging_history_deb.ENTERED_BY,                      
                    ccr_staging_history_deb.ENTERED_DATE,                    
                    ccr_staging_history_deb.DUNS,                            
                    ccr_staging_history_deb.DUNS_PLUS4,                      
                    ccr_staging_history_deb.CAGE_CODE,                                                
                ) -- end of values for insert            
                values 
                (                        
                    v_next_seq.NEXTVAL ,    -- v_n(i).CCR_ID,                          
                    1,                      --batch_id null,
                    NULL,                   -- modified_by
                    NULL,                   -- modified_date
                    v_user,                 -- entered_by
                    sysdate,                -- entered_date
                    vTable(i).DUNS,                           
                    vTable(i).DUNS_PLUS4,                      
                    vTable(i).CAGE_CODE,                                        
                );  -- end of value session        
                     COMMIT;                                                                
        end;
    END INSERT_CCR_HISTORY;
    
    /************************************************************************************************************/
    /************************************************************************************************************/ 
    PROCEDURE  InsertCcr_Staging
    IS
    
    BEGIN       
           
    declare        
    --
    TYPE vName IS TABLE oF got_r_num%ROWTYPE;
    --
    v_n vName;
    --
    cursor outer_lp IS
       select distinct(error_vid) error_vid from got_r_num 
     order by 1;
    --
    CURSOR check_duns_etall(p_vid  IN VARCHAR2, p_dunsall IN VARCHAR2) IS 
        Select count(*) 
          FROM got_r_num 
          where error_vid = (p_vid)                     
           AND lower(duns||duns_plus4||cage_code||tax_payer_id) = lower(p_dunsall);       
    --
        v           varchar2(100)  := NULL;
        xt          NUMBER  := 0;
        v_dunsetall varchar2(1000) := NULL;
        v_val       NUMBER := 0;
        v_val_duns  NUMBER := 0;
        v_user      varchar2(30) := SYS_CONTEXT('USERENV','SESSION_USER');
    --
    
    bEGIN
    --
    for i in outer_lp LOOP
      v := i.error_vid;
    --
        SELECT * BULK COLLECT INTO v_n FROM
         got_r_num where error_vid = v;
        FOR i in 1..v_n.LAST LOOP 
              
             IF v_n.count > 1 and v_n(i).SITE_TYPE = 'PURCH' THEN 
    
                v_dunsetall := v_n(i).DUNS||v_n(i).DUNS_PLUS4||v_n(i).CAGE_CODE||v_n(i).TAX_PAYER_ID;
    
                OPEN check_duns_etall(v,v_dunsetall);
                FETCH check_duns_etall INTO v_val;
                CLOSE check_duns_etall;
    
               v_num := i;
               
               IF v_val = 1 THEN 
                     -- insert 
                     -- Populate ccr_staging_history    
                   CCR_MIGRATION.INSERT_CCR_HISTORY (  v_n );  -- calling procedure to Insert. SYNTAX problem ???
               END IF;                      
    
                  
             end if;    
                   
       END LOOP;
    END LOOP;
    end;
    
    
    END;  -- end of procedure InsertCcr_Staging

    First not precede you calls INSERT_CCR_HISTORY with CCR_MIGRATION. Because there is no CCR_MIGRATION package.
    When you are in a loop from the collection, you must call the stored procedure with v_n (i) only one record in this case.

    Also the procedure called INSERT_CCR_HISTORY should be accept variable of type got_r_num % ROWTYPE and loop for can be removed with regular insert.

  • Apex URL connectivity.

    You don't have permission to access to the/dev/apex/apex on this server. -Is the error showing when I am trying to connect via this link
    http://SIS-prosun07:7777/dev/apex /.

    Issue began this way:

    I needed to create a workspace, so I tried to log into ADMIN but unfortunately given wrong password 3 times which made it lock and when trying to reset the ADMIN password by running @apexcnpwd.sql it lifting error as password validation failed but we follow-up rules of the password as 1 caps , 1 alphanumeric, etc.. I tried Goodday123 and Niceday123$ and many others but he agreed and I guessed just like his not accepting because of the version we use APEX 4.2 and may be the file is the old version, but I did not try anything in this assumption... After that I just checked user status DBA_USERS and APEX_040200 and APEX_PUBLIC_USER and FLOW_FILES were in the expired State. APEX_040200 and APEX_PUBLIC_USER were in the locked State also for that as we do not know password then I changed the password to unlock it and make it OPEN State... But unfortunately, after doing the above mentioned URL no longer works... I felt that I made a mistake by changing the password of APEX_PUBLIC_USER and do not even update in the file dads.conf... So, we have configured dads.conf file also, but always URL did not work... And just guessed and restarted apache server and its suddenly started working... But still unable to change the password of ADMIN as password validation same error failed... Finally, in this scenario we are opening file apexchpwd.sql to see what is matter and unfortunately it's file as defined in the schema file was APEX_040100 that we changed to APEX_040200 and finally has been changed successfully and restarted Oracle HTTP server...

    Not my doubt in this scenario, is what exactly is my mistake I spoke a lot of documents, but I just don't know if because I changed the password of users APEX_PUBLIC_USER and APEX_040200 so URL stopped working or because of the ADMIN got locked so question came... Or even before requests for password changing worked very well and just ADMIN password only had a problem but as I changed URL is not opened and the DEV team was idle for hours or well like we restarted the server apache immediately worked URL then is - this problem was of the Apache server. . Pls suggest what was my mistake right and much more on this case... However the problem is resolved, but I want to understand in a profound way so that again, even should not happen...

    Kind regards
    Nitesh.

    Hello

    Nitesh. wrote:
    I do not understand why it should be APEX_0402000 in the locked state.

    APEX_0402000 schema is locked by default after installation of the APEX.
    This database user is not necessary for any connection.
    State of the APEX instance ADMIN user or password are not something to do with connections or users of database.
    You must unlock only user witch are used by the web server to connect to the database. In your case, it is APEX_PUBLIC_USER.

    Nitesh. wrote:
    And you mean that if we change APEX_PUBLIC_USER password, you must configure file dads.conf right... His we use mob_pl/sql, so I should have set this file as soon as changed right password...

    Yes, that's correct.

    Nitesh. wrote:
    What is the role of the account anonymous here can not understand that its also designed for HTTP access and it remains always locked but then why has the CREATE SESSION system privilege...

    ANONYMOUS is usually used with Embed PL/SQL Gateway (EPG). If you don't use EPG, you can block this user database.

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Apex 4.2 problem

    I just logged in my apex oracle.com workspace and I can't run any of my applications, I get an error message

    The alias of the "MENU" application error cannot be converted to a unique application ID.
    Contact your administrator for the application.

    I checked and only one of my apps has a MENU called alias

    The details of my work space are
    Workspace: GUSCRIGHTON
    Username: ANGUS. [email protected]
    Password: terminator

    Try the Application 24561

    Gus

    Hello Gus,

    someone else creates an application with the excact same alias (in a different workspace). This question is not related to a change in 4.2, but was like that all the time.

    To make your application unique, you also have to specify the id of the workspace in the URL: http://apex.oracle.com/pls/apex/f?p=MENU:101:0: & c = 60242010308220426164

    See here: problem with application and workspace - same pattern different from the application

    Personally, I'm not a big fan of using aliases for request... especially because of this problem.

    I always use redirects to the http server.

    See you soon,.
    ~ Dietmar.

  • URL Navigation problem GO

    I started using a URL to GO for the first time. I raised my issues in this forum as well and some articles online.

    So I wanted to pass the filters of a report to another via a URL.

    So in the report the brand column must be transmitted to the other report.

    If in the column of the brand formula, I replaced it with this

    ' <-a href = "http://mgd-1560b7b78e:9704/analytics/saw.dll?Go & Path = / users/admin/sales summaries/Central region of sales of $/ central region districts Sales Summary & Action = Browse & P0 = 1 & P1 = eq & P2 = Products.Brand" > ' <-/a > ' (I had the '-' only here to view)

    and in the format of column, I changed to HTML. I see no problem with my syntax that there aren't any errors

    I have not until here no error, but the brand column is empty.

    I expected to see values of the brand with a link on this interaction so that when you click on it, it will take me to the other report mentioned in the path, passing the value of the brand clicked

    Please guide me if I am missing something here

    Thank you
    Prash

    Published by: Prash11 on May 10, 2010 13:52

    I agree with BIPuser. You didn't get a GoURL format. P0 - the number of parameters, and then must follow the triplets: P1 - P2 - operator ., P3 - the value and so on. If your link – '<--a href="http://mgd-1560b7b78e:9704/analytics/saw.dll?Go&Path=/users/administrator/Sales Summaries/Central Region Sales by dollars/Central Region Districts Sales Summary&Action=Navigate&P0=1&P1=eq&P2=Products.Brand">'<-->'-incorrect. You did not show a parameter P3.
    BIPuser wrote a correct link but with some errors:
    (1) P0 should be 1
    (2) I guess all spaces in a link must be replaced with % 20, or the link must be a quote unquote - '(or 22%)
    So the correct link, I guess that
    '<--a href="http://mgd-1560b7b78e:9704/analytics/saw.dll?Go&Path=/users/administrator/Sales%20Summaries/Central%20Region%20Sales%20by%20dollars/Central%20Region%20Districts%20Sales%20Summary&Action=Navigate&P0=1&P1=eq&P2=Products.Brand&P3='||Products.Brand||'">'|| Products.Brand |' <-->'

    I hope this helps.

  • URL WRT310N problem

    Well, this is my second WRT310N (version 2), I couldn't believe that this thing was so bad that he acted with the first one I got (and back), so I try again.

    The first thing I get after the router has been completely configured, internet "worked" was:

    URLThe Invalid URL requested ' / ', is not valid.

    Reference #9.6c6d1160.1250371680.0

    by clicking on my bookmark yahoo.com or hit 'home' on any of my browsers (Chrome, Firefox, and IE8 all "original" is set to www.yahoo.com).  I have ping would be yahoo.com in a window DOS command and got the IP digital and was able to go.  But not from www.yahoo.com.  And other URL like google.com, facebook.com, etc are fine.  Same "us.yahoo.com" works very well.

    Only a reboot will fix it.  And then only for a while... 20 minutes later, I have experienced the same problem, click on yahoo.com and get "invalid URL".

    Has anyone else experienced this problem and solved, or Version 2 of this router is just a piece of junk?

    I'm perfectly willing to work with this, but it goes back to the store pretty soon if I can't get out of frequent reboots.  If it wasn't the second router I had who encounters this problem, I have undertaken my own mental health.

    Thank you.

    -Roger

    Yes, when I disabled the firewall and antivirus disabled, my regular www.yahoo.com link was broken again.

    I solved this problem by opting for a Dlink DIR-655 Router, no problems now.  I can go wherever I want to, I have the gigabit wired ports that I was looking for, and I have n wireless.  It's nice not to have to wince before clicking on a URL.

    I think that there is something seriously wrong with the firmware for version 2 WRT310N router.  Or maybe I had 2 guys that Linksys extinguish.  I'm dubious on this subject, I have it from very different sources.  I have not seen the specific problem I had with the WRT54GS Linksys or Dlink DIR-655, so I'm pretty darn sure that points to the problem being the version router WRT310N 2 somehow.

    Thank you for trying to help, there is no help for this problem.  I really tried to make the WRT310N I got work, both were defective in exactly in the same way, this is why I finally gave up.

    -Roger

  • In Streaming URL access problem

    I'm developing an audio application for the Webkit browser HTML5-based streaming.

    This application allows the user to select the URL about 500 each belonging to a different radio station.

    The problem is that if everything works as expected in the simulators, audio streams don't come throug when a test is performed on a real blackberry. Of the app to different URLS external links to retrieve image of radio station logos, but audio external URLS do not work. I've had two users try on two different blackberries with the same result. They use the OS6 and OS7 so these are the two new phones. Can someone tell me what could go wrong?

    Looks like I need set the permissions of the configuration file, after doing some research on this site.

    It's something youdon t need to do this when you use the simulators.

  • URL parameter problem

    Hello

    I'm new to the development of blackberry applications. I try to access a Web service, I can access using the http connection. When passing a parameter in the URL includes only one word then it works fine and answers correctly, but when I pass the same variable with a different value that contains several words separated by space, then it generates an error. I tried to pass the same URL in the browser, but the browser gives me good performance.

    I believe strongly that there is a problem when the parameter is sent. Please help me

    Thanks in advance

    If you only want to add parameters using percent encoding:

    http://en.Wikipedia.org/wiki/percent-encoding

  • Streaming and URL redirection problem

    Hello

    I have a problem with an application that I have developed, the application plays a remote mp3 file via the player class (player player = Manager.createPlayer (url); player.start ();) but to access the url of the file physical I follow two different redirects.

    Is there a way for the player to follow automatically the different redirects or I need to manipulate them manually

    Thank you

    Abdeslam Jakjoud

    Unfortunately, you face within your application. Please refer to this topic too. http://supportforums.BlackBerry.com/T5/Java-development/RTSP-player-can-redirect/m-p/1380467#M179370

  • URL monitor problem

    Hello

    I have a problem with the url monitors in sitescope 11.12.I have a lot of monitors, but occasionally monitors URLs go to error status and send email... a lot of e-mails due to the large number of monitors. When I go to the details of every monitor I see that status has value of sub zero (for the most part-1) and I have no idea why, because when I run a monitor manually, he goes to the good condition and everything seems to be ok. I am flooded with e-mail messages, and helps the single server restart. After the reboot, everything is ok... for the next ~ 12 h. Then it goes crazy again... and again reboot and still ok and so on and so forth. I did not any changes in SiS recently. I've seen is that, when I go to Network Status Tool, there are dozens of connections which are in a State of "TimeWait". Operating system is windows server 2003 64-bit. Please help me, I can't stand these emails any more ;-)

    Thanks in advance,
    Przemysaw

    Hello Przemysaw,

    It's the level of consumer forums.

    Your question is better asked in the Forums of company/Business more here.

  • APEX URL issues

    Hello world

    I use APEX 5.0 alongside REST services.

    My url is as below:

    http://serverAddress/name/f?p=:

    How can I change this url so that she had my own naming conventions and does not show the parameters passed.

    For example instead of:

    f? p = & APP_ID.:5: & APPSESSION.:NO::P2_ID:1234

    I want something like

    process_data/application_name.

    which does the same thing.

    Thanks for the help.

    You can start watching here

    Kris blog: Nicer URLS for APEX, yet another option

    common search term is "apex oracle prettify URLs.

  • APEX 5.0 problem with jQuery autocomplete &amp; menu widgets

    And salvation,

    Previously (in TOP 4.2) I used the jQuery autocomplete widget. Now that I switched to APEX 5.0 I'm having a problem with it. I think that there is a conflict between the widget menu apex and jQuery menu widget.

    I just made a new request with the new universal theme and tried to add the autocomplete jQuery as described here: https://docs.oracle.com/cd/E59726_01/doc.50/e39147/extend_app001.htm#HTMDB29026

    I also added jquery.ui.menu.js because they are separated from jQuery 1.10.4.

    But as soon as I add these two files on a page, interactive reports are broken a you get an error "Eception error: no such method"toggle"for instance menu widget" when you click on the button 'Action '.

    Anyone has an idea on how to integrate jQuery autocomplete widget?

    Thanks in advance for your help.

    Concerning

    Clément

    Oops, I'm sorry, I missed the dependence. This makes it difficult. Unfortunately, the apex is to "blame" here for the creation of a unique widget name - only not with the game fairly limited widgets jwho that should have been possible.

    Honestly, I don't see anyway "clean". I advise you to simply copy the menu and seized semiautomatic jqueryui and then change the name of the widget (in the source, mainly) to something like 'menu2 '. And then to find calls to .menu in AutoComplete to the folder and set those to menu2. I wouldn't rename the AutoComplete widget. Then put these files on your Web server, in the static files, or anywhere where you please. It's quite dirty, I know, but I think that really there is No alternative. I would not exactly change the apex after all js files...

    If you be sure however to not use menu2 in altered AutoComplete file and have not renamed the AutoComplete widget, then you can in the future, if a fix was filed, simply use jquery again user interface files and just remove your references to your files customized without further delay.

    You could probably connect it as a problem in the case where the devs do not notice this thread.

  • Save before exit Skillbuilders (version 3.0.1 for APEX 4.0): problem with some element of list in the form Manager

    Hello

    I have a problem with the plugin save before exit that I downloaded from Skillbuilders. As I use Oracle APEX version 4.0.2 and Oracle 10 g r2 database; so I downloaded one that says "Save before release (version 3.0.1 for APEX 4.0)" skillbuilders and follow-up of their documentation to import the plugin and use it.

    My problem is that even if I do not make any changes to data in the form and go to another tab. the alert message always appears, and by the way, I have an element of list manager on my form and it gets highlighted. So, even if I make the changes or do not change; still, the alert message is displayed and highlights the element of list manager. I think maybe the problem is to have a crèche in the form list item. I have reproduced the same problem in my personal workspace. Here are the details.

    http://Apex.Oracle.com/pls/Apex/f?p=55129

    Details of the workspace

    Name of the workspace: raghu_workspace

    username: orton607

    password: orton123

    App # 55129

    Page: 2 - has the element of list manager.

    Page 3 - works fine without the element of list manager

    Please help with possible suggestions.

    Thank you

    Orton

    Orton,

    I have connected to the workspace you and added a replacement JS file that corrects this error.

    If please, give it a whirl and let me know if you find other problems with it.

    It is to the 3.0.2 version of the plugin and I do not know if this even fix will work for your local Apex version earlier.

    When you are ready to go to the APEX 4.0.2 Please contact me directly for assistance. In the meantime, I'll work on the creation of a patch for this kind of new downloads of the plugin will contain this change.

    Greg

    [email protected]

  • Mail at the APEX 4.1 problem

    Hello

    I had a request to APEX 3.1, and recently, I've migrated to 4.1.

    Everything is good, but for e-mail. I put the SMTP server and port correctly, but emails are not rushed.

    They are struck in the queue. What could cause this problem? Any help on this appreciated.

    Thank you

    Vignesh

    When you connect to your Apex INTERNAL workspace and the glance at the queue of mail are there errors when you try to force send it?

    It is usually a problem with ACL. You will probably need to grant access between your database server and your mail server.

    http://docs.Oracle.com/CD/E37097_01/doc/doc.42/e35125/sec_admin_ssl.htm#BCGJBJBA

    Kind regards

    Brad

Maybe you are looking for