Rwcgi60.exe, NT and max input

I was wondering if there was a maxium size to the data one can pass to rwcgi60 from a web page.
I am trying to generate a report that can have up to 14k of data passed to one parameter.
I am getting either 'cannot connect to report server' or a blank page.
Thanks

Hi!
I get the same error. I talked to oracle and according to them there is no limit. But
when I reduced to some smaller size of strings then report worked fine.
I am using 6.0.5.28 version and patch 7 applied to it.
If you know more detail about it please let me know
Thank You

Similar Messages

  • After installing Version 5 I get an error message about incompatibility and min and max versions.

    I shutdown Zone Alarm, and deleted the contents of the file, which contained the "exe" file, then reinstalled Firefox version 5.0. I still get the XUL Runner error message about incompatibility of Version 5.0 with min and max 5.0.1. What next?

    The updater wasn't able to update all the files and some were left as older versions.<br />
    You need to do a clean reinstall.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 5.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Profile_backup

  • Zero fill and max length VC7 Compile to WebDynpro not working

    Hi,
    i try to call Customer get list and set the attributes zero fill and max length to the input table form.
    But the user has to put in the exact length and zero filled.
    Any idea what to do
    Thanks
    Uwe

    Hi Uwe,
    if I understand your question you need something like an alpha conversion.
    You can use a formula, therefore is an textfunction called LPAD(text,len,pad).
    You can use it like this:
    LPAD(@yourtext, 18, "0")
    @yourtext contains the input, the length is 18 and filling values is 0 like a alpha conversion.
    Best Regards,
    Marcel

  • Problem calling rwcgi60.exe on WebLogic

    I have this Exception on Weblogic when executing some types of Reports. I'm using the CGI rwcgi60.exe given with Oracle Reports Server
    java.lang.ClassCastException: weblogic.utils.Executable$Drainer
    at weblogic.servlet.internal.ResponseHeaders.setDateHeader(ResponseHeaders.java:273)
    at weblogic.servlet.internal.ServletResponseImpl.setDateHeader(ServletResponseImpl.java:476)
    at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:664)
    at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:126)
    at weblogic.servlet.internal.ServletOutputStreamImpl.flushWithCheck(ServletOutputStreamImpl.java:400)
    at weblogic.servlet.internal.ServletOutputStreamImpl.checkForFlush(ServletOutputStreamImpl.java:531)
    at weblogic.servlet.internal.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:198)
    at weblogic.servlet.internal.WLOutputStreamWriter.flushBuffer(WLOutputStreamWriter.java:139)
    at weblogic.servlet.internal.WLOutputStreamWriter.write(WLOutputStreamWriter.java:104)
    at weblogic.servlet.internal.WLOutputStreamWriter.write(WLOutputStreamWriter.java:67)
    at java.io.PrintWriter.write(PrintWriter.java:173)
    at weblogic.servlet.CGIServlet$CGICharArrayWriter.write(CGIServlet.java:292)
    at weblogic.utils.Executable$Drainer.run(Executable.java:266)
    anybody have any idea why this Exception occurs?

    Hi,
    I don't know how this can be implimented in Java but I was implimented in asp here is the string
    <"http://webservername/<foldername>/rwcgi60.exe?Module or Report =<report Path>+desformat="HTML or HTMLCSS or FILE+server=<tns service name>userid=scott/tiger@servernamedestype=cache+param1=param1value+....+paramn=paramn>"
    Reports server has to be installed on the webserver then only this can happen,
    go thru the java documentation.
    as i don't know about java but this is the procedure and you may have to set all the corresponding paths in your webserver look for documentation.

  • URGENT. rwcgi60.exe always brings up a blank page

    Hello,
    I'm sorry, i already posted thid question a few days ago but, as i had no answer (or exactly just one answer from the Oracle Report Team who, i think, didn't understand the question (may be because my french is better than my english !), I post it again with more details.
    I try to use the rwcgi60.exe cgi-bin with an Apache Web Server on NT 4.0 to show
    Oracle Reports in IE 5.0 browser.
    Whatever the way i try to call this cgi-bin (without parameters, with parameters,...) i ALWAYS GET AN HTML BLANK PAGE made of the
    following code :
    <HTML>
    <HEAD>
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <CENTER><H1>
    </CENTER></H1>
    <BR></BODY>
    </HTML>
    I checked the REPORTS60_CGINODIAG key,it is not defined, so i should at least get an help message telling me what happens.
    I have others cgi-bin in my Apache Web Server
    that works FINE !
    Contrary to rwcgi60.exe, rwCLI60.exe works fine with my report server (even to generate HTML file !).
    The Apache Web Server and the Oracle Report Server are on the same system
    Is this cgi-bin only usable with Oracle Application Web Server (although i heard that OWAS 9i was build upon Apache !)?
    Can you tell me how to get traces, or debug,or get any information from the rwcgi60.exe to understand
    what happens ? I feel really disapointed !
    Thanks in advance for any precious help
    Michel COTE.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by The Oracle Reports team ([email protected]):
    Michel,
    No, you don't need the Oracle Application Web Server to run cgi-bin.
    TO fix this problem, you need to either create a new virtual directory for the HTTP listener called cgi-bin (or modify the existing mapping). Set the
    physical map for this virtual directory to:
    <Oracle Home>/bin where the rwcgi60.exe is located.
    If you use Oracle 9i Application Server, this is configured for you.
    Oracle 9i Application Server does use the Apache Web Listener.
    Hope this helps.
    Regards,
    The Oracle Reports Team<HR></BLOCKQUOTE>
    Hello,
    That's a great day, it works ....!
    I add a new "cgi-bin-ora" virtual directory to the ORACLE_HOME\bin and now rwcgi60.exe is OK.
    Lots of thanks for your help !
    PS : may be you should change the following Report online documentation :
    3.2.3 Step 3. Configuring the Reports Web CGI
    Note: If you are configuring the Reports Server using the Reports Servlet, then refer to Section 3.4, "Reports Servlet Configuration Guidelines" for more information.
    This step is performed on the Web server machine.
    3.2.3.1 Configuring Reports Web CGI
    COPY rwcgi60.exe (located in the ORACLE_HOME\BIN directory) to your cgi-bin directory.
    null

  • Max line and Max line length restriction in FTP

    Hi all,
    We are using a FTP adapter in our BPEL service to read the input files from a FTP server location.
    Our service fails when the input file has more than 99 lines or if the length of the line exceeds 9 characters.
    i.e:
    Max allowed characters in a line (Max line length) is 9
    Max allowed lines in the file is 99
    If the above limit is exceeded we get the error saying that the FTP authentication failed or permission denied error.
    Do we need to set the Max line length and Max line parameters anywhere in weblogic console or in JCA properties.
    Kindly help us resolve the issue. Thanks in advance.
    Regards,
    Balaji R

    We do not have any schema for the file data since we are reading the file content as attachment.

  • MIN and MAX datetimes ti find  range

    I am using Oracle 11g version
    create table re(Name char(20),Datetime char(45),val1 number);
    insert into re values('abc','10/29/2012 13:00','1.5')
    insert into re values('abc','10/29/2012 13:05','1.5')
    insert into re values('abc','10/29/2012 13:10','1.5')
    insert into re values('abc','10/29/2012 13:15','1.5')
    insert into re values('abc','10/29/2012 13:20','0.00')
    insert into re values('abc','10/29/2012 13:25','0.00')
    insert into re values('abc','10/29/2012 13:30','0.00')
    insert into re values('abc','10/29/2012 13:35','0.00')
    insert into re values('abc','10/29/2012 13:40','2.1')
    insert into re values('abc','10/29/2012 13:45','2.3')
    insert into re values('abc','10/29/2012 13:50','2.1')
    insert into re values('abc','10/29/2012 13:55','2.1')
    insert into re values('abc','10/29/2012 14:00','2.2')
    O/P:
    In this way data is stored in database.Needed output is, I want the datetime column data range with min and max values where val1>0 only.
    Expected result while we consider the above data is::
    Name mintime maxtime
    abc 10/19/2012 13:00 10/19/2012 13:15
    abc 10/29/2012 13:40 10/29/2012 14:00
    For this I tried something like this,
    select name, min(to_date(Datetime ,'mm/dd/yyyy hh24:mi')) start, max(to_date(Datetime ,'mm/dd/yyyy hh24:mi')) end from (
    select name, Datetime ,to_date(Datetime ,'mm/dd/yyyy hh24:mi') - rank() over (partition by loc_name order by t1 asc) Val_col from re where val1 > 0
    ) group by lname, Val_col
    but I am getting the output like this for above query.
    name start end
    abc 10/29/2012 13:00 10/29/2012 13:00
    abc 10/29/2012 13:05 10/29/2012 13:05
    so.on.
    Edited by: 913672 on Apr 3, 2013 3:07 AM

    913672 wrote:
    I am using Oracle 11g version
    create table re(Name char(20),Datetime char(45),val1 number);
    insert into re values('abc','10/29/2012 13:00','1.5')
    insert into re values('abc','10/29/2012 13:05','1.5')
    insert into re values('abc','10/29/2012 13:10','1.5')
    insert into re values('abc','10/29/2012 13:15','1.5')
    insert into re values('abc','10/29/2012 13:20','0.00')
    insert into re values('abc','10/29/2012 13:25','0.00')
    insert into re values('abc','10/29/2012 13:30','0.00')
    insert into re values('abc','10/29/2012 13:35','0.00')
    insert into re values('abc','10/29/2012 13:40','2.1')
    insert into re values('abc','10/29/2012 13:45','2.3')
    insert into re values('abc','10/29/2012 13:50','2.1')
    insert into re values('abc','10/29/2012 13:55','2.1')
    insert into re values('abc','10/29/2012 14:00','2.2')
    O/P:
    In this way data is stored in database.Needed output is, I want the datetime column data range with min and max values where val1>0 only.
    Expected result while we consider the above data is::
    Name mintime maxtime
    abc 10/19/2012 13:00 10/19/2012 13:15
    abc 10/29/2012 13:40 10/29/2012 14:00
    For this I tried something like this,
    select name, min(to_date(Datetime ,'mm/dd/yyyy hh24:mi')) start, max(to_date(Datetime ,'mm/dd/yyyy hh24:mi')) end from (
    select name, Datetime ,to_date(Datetime ,'mm/dd/yyyy hh24:mi') - rank() over (partition by loc_name order by t1 asc) Val_col from re where val1 > 0
    ) group by lname, Val_col
    but I am getting the output like this for above query.
    name start end
    abc 10/29/2012 13:00 10/29/2012 13:00
    abc 10/29/2012 13:05 10/29/2012 13:05
    so.on.Firstly and most importantly do NOT store dates as char columns: that's what the DATE type is for.
    Secondly, i'm not sure how you get your output from the input, particularly as your SQL contains 'partition by loc_name' which
    doesn't even exist in your example table.
    Why has the same name got two rows with those min/max times. Are you partitioning by val1?

  • OBIEE- Calculating Min and Max Values

    Hi Friends,
    I have an Issue with regards to calculating Min/Max Values.
    In my Data base we dont have Message Count. So we created a Logical column in BMM Layer called "Message Count" based on the column "Out/In No" i.e by creating count of it i.e (Count(out/in no)) in BMM
    To calculate Inbound Messages we writing -- filter(Message count using messagetype ='i') at report level
    To calculate Outbound Messages we writing -- filter(Message count using messagetype ='o') at report Level
    To calculate Total Messages we writing----- "Message Count".
    But Now we had an issue to calculate "Min Inbound/Max Inbound/Min Outbound/Max Outbound/Avg In/Avg Out" types of Messages.
    To make it clear definition for MIN and MAx is Like This.
    Say Ravi received(Inbound) messages      2
    Say Roy received(Inbound) messages      5
    Say Kiran received(Inbound) messages   11 on a particular date.
    So for that particular date Min Inbound is 2
    So for that particular date Max Inbound is 11
    and Avg Inbound will be (2+5+11)/3
    On this basis we have to implement it in OBIEE. For any more clarifications please reply to my thread.
    Please reply to my Issue ASAP as it is critical and I am out of time.
    Thanks in Advance.
    Regards

    Hi,
    Do you mean to ask minimum stock in a plant and maximum stock in  a plant over a period of time?
    Due to receipts stocks flows in to the storage location of a plant. May be in one period there will be less stock or in one period there will be maximum stock.
    May be history tables like MBEWH or MARDH or the report MC.9 ( you need to provide the period as input) etc for your case.If this is  not your requirement please reply back.
    Regards

  • About min and max fonction

    hello,
    i need to know the min and max for my signal but only on parts that i want to define by a trigger. The question is to know how i could(in my while loop) only analyse a aprt of my signal but not the whole one. i can't use a for loop because i need to see my signal all the time.
    thanks

    Guillaume Trager,
    For the triggering part of your application, there are several tutorials and example programs available to you at NI Developer Zone >> Development Library >> Measurement Hardware >> Analog Input/Output >> Analog Input >> Triggering.
    Once you have the proper triggering program, you can use the Waveform Min Max.vi or Waveform Peak detection.vi to analyze your peak data. The Trigger and Gate Express VI may also work as a software trigger.
    Good luck with your application.

  • Difference between Batch input and Direct Input

    Hi please tell me the difference between Batch Input and Direct Input in BDC?

    hi aparna,
    <b>DIRECT INPUT</b>
    TO ENTER THE DATA INTO THE CORRESPONDING DATABASE TABLES DIRECTLY, THE SYSTEM CALLS A NUMBER OF FUNCTION MODULES THAT EXECUTE ANY NECESSARY CHECKS. IN CASE OF ERRORS, THE DIRECT INPUT TECHNIQUE PROVIDES A RESTART MECHANISM. HOWEVER, TO BE ABLE TO ACTIVATE THE RESTART MECHANISM, DIRECT INPUT PROGRAMS MUST BE EXECUTED IN THE BACKGROUND ONLY. DIRECT INPUT CHECKS THE DATA THOROUGHLY AND THEN UPDATES THE DATABASE DIRECTLY.
    TO MAINTAIN AND STRAT THESE PROGRAMS, USE PGM RBMVSHOW OR THE TRANSACTION BMVO.
    <b>BATCH INPUT</b>
    TYPES – SESSION METHOD, CALL TRANSACTION, DIRECT INPUT.
    TO SAVE DATA IN THE BDCTAB, USE THE FIELDNAME ‘BDC_OKCODE’ AND FIELD VALUE OF ‘/11’.
    BDCDATA
    THIS IS A STRUCTURE WHICH CONTAINS THE FOLLOWING FIELDS.
    PROGRAM – NAME OF TH MOD PROG ASSOCIATED WITH THE SCREEN. SET ONLY FOR THE FIRST RECORD OF THE SCREEN.
    DYNPRO – SCREEN NUMBER. ALSO SET ONLY FOR FIRST RECORD.
    DYNBEGIN – INDICATES THE FIRST RECORD OF THE SCREEN. SET ‘X’ FOR FIRST RECORD OTHERWISE ‘ ‘.
    FNAM – FIELD NAME.
    FVAL – VALUE FOR THE FIELD NAMED IN FNAM.
    THE FIRST STEP IN BDC IS TO UPLOAD DATA FROM THE FLAT FILE OR SEQUENTIAL FILE TO THIS BDCTABLE.
    SESSION METHOD
    WE USE 3 FUNCTION MODULES IN THIS SESSION METHOD.
    1) BDC_OPEN_GROUP
         USER NAME:     USER NAME
         GROUP:          NAME OF THE SESSION
         LOCK DATE:     THE DATE ON WHICH YOU WANT TO PROCESS THE                              SESSION.
         KEEP:          THIS PARAMETER IS PASSED AS ‘X’ WHEN YOU WANT TO RETAIN SESSION AFTER     PROCESSING IT OR ‘ ‘ TO DELETE IT AFTER PROCESSING.
    THIS CREATES A SESSION
    2) BDC_INSERT
         TCODE:          TRANSACTION NAME
         DYNPROTAB:     BDC DATA
    THIS CREATES A SEESION AND DATA IS TRANSFERRED O SESSION.
    3) BDC_CLOSE_GROUP – THIS CLOSES THE BDC GROUP.
    ONLY ONE SESSION CAN BE CREATED USING BDC_OPEN_GROUP. BUT MULTIPLE TRANSACTIONS CAN BE PROCESSED USING BDC_INSERT.
    CALL TRANSACTION
    CALL TRANSACTION     <TCODE> USING <BDCTAB>
                                            MODE <A/N/E>
                                            UPDATE <S/A>
                        MESSAGES INTO <MSGTAB>.
    A – ALL SCREEN MODE. ALL THE SCREEN OF THE TRANSACTION ARE DISPLAYED.
    N – NO SCREEN MODE. NO SCREEN IS DISPLAYED WHEN YOU EXECUTE THE TRANSACTION.
    E – ERROR SCREEN. IF THE SCREEN HAS ERROR RECORD, THEN THAT SCREEN WILL BE DISPLAYED.
    S - IF YOU CHANGE DATA OF ONE TABLE THEN ALL THE RELATED TABLES GETS UPDATED. AND SY-SUBRC IS RETURNED I.E., SY-SUBRC IS RETURNED FOR ONCE AND ALL.
    A - WHEN YOU CHANGE DATA OF ONE TABLE, THE SY-SUBRC IS RETURNED. AND THEN UPDATING OF OTHER AFFECTED TABLES TAKES PLACE.  SO IF SYSTEM FAILS TO UPDATE OTHER TABLES, STILL SY-SUBRC RETURNED IS 0 (I.E., WHEN FIRST TABLE GETS UPDATED
    WHEN YOU UPDATE DATABASE TABLE, OPERATION IS EITHER SUCCESSFUL OR UNSUCCESSFUL OR OPERATION IS SUCCESSFUL WITH SOME WARNING. THESE MESSAGES ARE STORED IN INTERNAL TABLE, WHICH YOU SPECIFY ALONG WITH MESSAGE STATEMENT. THIS INTERNAL TABLE SHOULD BE DECLARED LIKE BDCMSGCOLL, A STRUCTURE AVAILABLE IN ABAP/4. IT CONTAINS THE FOLLOWING FIELDS: TCODE, DYNAME, DYNUMB, MSGTYP, MSGID.
    DIFFERENCE BETWEEN SESSION AND CALL TRANSACTION
              SESSION METHOD               CALL TRANSACTION
    1.          DATA IS NOT UPDATED IN DATABASE TABLE UNLESS SESSION IS PROCESSED.               IMMEDIATE UPDATION IN DATABASE TABLE.
    2.          NO SY-SUBRC IS RETURNED.               SY-SUBRC IS RETURNED.
    3.          ERROR LOG IS CREATED FOR ERROR RECORDS.               ERRORS NEED TO BE HANDLED EXPLICITLY
    4.          UPDATION IN DATABASE TABLE IS ALWAYS SYNCHRONOUS
                   UPDATION IN DATABASE TABLE CAN BE SYNCHRONOUS OR ASYNCHRONOUS.
    5.          ASYNCHRONOUS PROCESSING               SYNCHRONOUS PROCESSING
    6.           TRANSFERS DATA FOR SINGLE TRANSACTIONS               TRANSFERS DATA FOR MULTIPLE TRANSACTIONS
    ERROR HANDLING IN CALL TRANSACTION
    1)     CREATE AN INTERNAL TABLE SIMILAR TO THE STRUCTURE OF YOUR LOCAL FILE.
    2)     CREATE BDCTAB LIKE BDCDATA.
    3)     CREATE BDCMSG LIKE BDCMSGCOLL.
    4)     CREATE AN INTERNAL TABLE SIMILAR TO THE 1ST INTERNAL TABLE.
    5)     UPLOAD FN UPLOADS DATA FROM THE LOCAL FILE TO THE ITAB.
    6)     LOOP AT ITAB.
    POPULATE BDCTAB TABLE.
    CALL TRANSACTION STATEMENT.
    PERFORM CHECK.
    REFRESH BDCTAB.
    ENDLOOP.
    7)     FORM CHECK.
    IF SY_SUBRC <> 0.
    CALL FUNCTION FORMAT_MESSAGE.
    APPEND ITAB2.
    ENDFORM.
    TRANSACTION FOR RECORDING – SHDB.
    MAX TIME ALLOWED FOR ONLINE EXECUTION – 300 SECONDS.
    <b>
    Pls reward if helpful.</b>

  • PC-6023 MAX INPUT VOLTAGE

    IN THE NAME OF GOD
    I have a pci-6023E card and potentiometer . The ouput of the pot. is differential .
    The (-)end is always 13.5 Volt and the (+) end is between 5to22 Volt. I connected the output of the pot. to the input of the card in dif mode and i could measure the output of pot( ie 13.5-(5to22) ) successfully.Is this a correct connection to the card?
    The maximum working voltage of each input of the card , according to manual, is 11 volt, but my sensor (i.e pot.) outputs are 13.5 and (5-22) !!
    I used BNC-2110 terminal in dif. mode for this exprement.
    Please explain me that how the card can successfully measured this input?
    Can this demage the card at ling time or not?
    thanks
    Edward. Hb.

    Thanks Mr. Alan A
    I am "434343" memeber.
    I recive your response to my question about "Max input voltage of PCI-6023E" .But I have some questions.
    According to the "Data Acquistion Specification- a Glossary by Richard House" ( Application Note 092):
    "Maximum Working Voltage (signal+common mode)= the highest voltage level that can be input to board without saturating the input."
    And according to your response:
    "measuring a signal with higher common mode voltage than that(11V) might not accurate"
    But in may experiment with a potentiometer (floating differntial source with (-)13.5V and (+) 5to22V),I could successfully measure the signal without saturating and without error (Max error is about +/- 0.02 volt)!!
    I think that the maximum working voltage of PCI-6023E is greater then 11 volt??!!
    or my measurement has a little error.
    I think that I don't need to use a signal conditioning circuit.
    Please Help me.
    Thans again.
    Edward Hb.

  • *.exe requested and there are no configured proxyies

    Whilst requesting a exe the following was captured in the
    $ tail -f
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/evonws/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/callcontrol/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/idm/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/pimsflash/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/security/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/soapClient/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/evonweb/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/evon/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/CSApps/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/ws- uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/ssoRedirect/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/cvon/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/wsdeployment/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/pimsws/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/syncml/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/bpd_properties-server/ uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key: uri:/pims/synctools/downloads/DST.exe
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: Found it in starts with
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: Calling proxyTarget.getNext()[Lnet.bellsouth.asg.proxy.model.ProxyTarget;@11671b2
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: WARNING uri /pims/synctools/downloads/DST.exe requested and there are no configured proxyies
    [28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: /pims/synctools/downloads/DST.exe
    $ tail -f access
    <ip> - - [28/Nov/2006:13:54:02 -0500] "GET /pims/synctools/downloads/DST.exe HTTP/1.1" 404 292
    /pims/synctools/downloads/DST.exe HTTP/1.1" 404 292
    <ip>- - [28/Nov/2006:14:48:51 -0500] "GET /pims/synctools/downloads/DTS.exe HTTP/1.1" 405 124
    Interestingly enough,
    mime.types:type=magnus-internal/cgi exts=cgi,exe,bat
    Any inputs would be greatly appreciate.

    Perhaps let me restate this issue -
    Pointing the browser to https://somedomain.net/downloads/downloads/downloads/executable.exe results in a 405, 404 errors. This is served by a 6.1 SunOne webserver. Since, the mime type for exe is addressed by CGI am staring to wonder if that is correct.
    Basically, the question is - how could I serve a "exe" file ?
    Cheers !!

  • Min and Max quantity in PK08?

    Hi,
    can anyone please explain how the Min and Max quantity would be calculated in PK08.......
    It is really urgent and any inputs would be much appreciated.
    how does the system takes lot size in to consideration while automatic kanban calculation.
    Regards
    Mittu

    Hi,
    can anyone please explain how the Min and Max quantity would be calculated in PK08.......
    It is really urgent and any inputs would be much appreciated.
    how does the system takes lot size in to consideration while automatic kanban calculation.
    Regards
    Mittu

  • Has anyone used a touch screen monitor with scxi.I am having video lock ups while using LV and MAX

    I have a PCI-MIO-16XE-50 daq card (dev1) connected to a scxi-1000 chassis address 0 ID 1, with a scxi-1102,1163,1163,1162 slots 1,2,3,4 respectively.Cable is connected to daq card to 1102 card .Micro touch screen is used on com2. Have tried other serial ports 1,5. Touch screen works fine with windows until LabView and max is installed .Video lockups,Max failures occur.MAX seems to confict with touch screen.

    Max is the NI interface for all the drivers. It may be a specific driver that is causing problems, perhaps NI-VISA. I would try installing things one piece at a time. Might want to start by uninstalling everything so that you start with a clean system. First install LabVIEW with no drivers at all. See if the Micro touch screen still works. Then try installing NI-DAQ. Install each of the drivers you need one at a time. If you don't need something, leave it out.

  • Min and MAx Value in a SELECT Statement

    Hi,
    I have a scenario where I am Selecting the values BETWEEN MIN and MAX values:
    SELECT * FROM ABC WHERE CODE BETWEEN MIN(CODE) AND MAX(CODE)
    ITS GETTING Error as:ORA-00934: group function is not allowed here
    Any help will be needful for me.

    select substr(no,1,3)||to_char(substr(no,4,1)+1) "first missing number"
    from
    with t as
    (select 'ABC1' no from dual
    union select 'ABC2' from dual
    union select 'ABC3' from dual
    union select 'ABC5' from dual
    union select 'ABC6' from dual
    union select 'ABC8' from dual
    select no, lead(no,1,0) over (order by no) next_no from t
    where substr(next_no,4,1) - substr(no,4,1) > 1
    and rownum = 1;

Maybe you are looking for