CGI Parameter sequence not accepted. cal standalone

calendar standalone
I've downgraded to Apache 2.0.59 from 2.2 to try and get fastcgi working.
Now I can't get /ocad-bin/ocad.cgi working. This worked in 2.2. cripes!
<begin>
An error occurred during processing.
Information: CGI parameter sequence not accepted.
</end>
this is what a fresh apache 2.0.59 and only.....
SetEnv ORACLE_HOME C:\product\10.1.2\ocs_3
include "C:\product\10.1.2\ocs_3\ocad\config\ocad.conf"
at the end of httpd.conf
Does any body have a clue when this means, or a possible fix.
Cheers
Rob

Another case closed.
Seems the calendar interface needs '?sub=web'
for the CGI to respond. Astonishing that it doesn't redirect automatically. I'm sure there's a reason for this which us lesser beings can't even begin to contemplate understanding.
Hey ho. Another problem solved through DPI*
Cheers
Rob
* Determination, Perspiration and Inspiration.

Similar Messages

  • Users receive "does not accept meetings longer than 1440 minutes" with MaximumDurationInMinutes set to 0

    Hi everyone,
    We are running on Exchange 2007.  I have a user who is attempting to book a meeting on a calendar and is receiving the error, "Your meeting request was declined. This resource does not accept meetings longer than 1440 minutes."  I know
    this is related to the "MaximumDurationInMinutes" property returned from Get-MailboxCalendarSettings in the Exchange Management Shell.  This value is currently set to 0, which I understand to mean unlimited.  The user did not experience
    this issue with other meetings and there are several meetings scheduled that exceed this limit.  I have included the results of "Get-MailboxCalendarSettings" and the email response (with some identifiable information removed) below.  Does
    anyone have any idea why this error might still be occurring and where it would pull the 1440 minute time limit from if it is not set? 
    AutomateProcessing : AutoAccept
    AllowConflicts : True
    BookingWindowInDays : 180
    MaximumDurationInMinutes : 0
    AllowRecurringMeetings : True
    EnforceSchedulingHorizon : True
    ScheduleOnlyDuringWorkHours : False
    ConflictPercentageAllowed : 0
    MaximumConflictInstances : 0
    ForwardRequestsToDelegates : True
    DeleteAttachments : True
    DeleteComments : True
    RemovePrivateProperty : True
    DeleteSubject : False
    DisableReminders : True
    AddOrganizerToSubject : False
    DeleteNonCalendarItems : True
    TentativePendingApproval : True
    EnableResponseDetails : True
    OrganizerInfo : True
    ResourceDelegates : {}
    RequestOutOfPolicy :
    AllRequestOutOfPolicy : False
    BookInPolicy : {domain.com/Core/Groups/Group}
    AllBookInPolicy : False
    RequestInPolicy :
    AllRequestInPolicy : False
    AddAdditionalResponse : False
    AdditionalResponse : <DIV><FONT size=2
    face=Tahoma></FONT></DIV>
    RemoveOldMeetingMessages : True
    AddNewRequestsTentatively : True
    ProcessExternalMeetingMessages : False
    DefaultReminderTime : 15
    RemoveForwardedMeetingNotifications : False
    Identity : domain.com/Enterprise/Service
    Accounts/Service Account
    IsValid : True
    ObjectState : Unchanged
    And the returned message:
    Message ID : <[email protected]>
    Sent Date : Thu, 2 Oct 2014 09:16:02 -0500
    From : [email protected]
    Sender MailID : [email protected]
    Reply To : [email protected]
    To : [email protected]
    Subject : Declined: Meeting
    ------------------------- Contents -------------------------
    BEGIN:VCALENDAR
    METHOD:REPLY
    PRODID:Microsoft Exchange Server 2007
    VERSION:2.0
    BEGIN:VTIMEZONE
    TZID:Central Standard Time
    BEGIN:STANDARD
    DTSTART:16010101T020000
    TZOFFSETFROM:-0500
    TZOFFSETTO:-0600
    RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
    END:STANDARD
    BEGIN:DAYLIGHT
    DTSTART:16010101T020000
    TZOFFSETFROM:-0600
    TZOFFSETTO:-0500
    RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
    END:DAYLIGHT
    END:VTIMEZONE
    BEGIN:VEVENT
    ORGANIZER;CN=Sara Luckie:MAILTO:[email protected]
    ATTENDEE;PARTSTAT=DECLINED;CN=Calendar:MAILTO:[email protected]
    COMMENT;LANGUAGE=en-US:Your meeting request was declined.\n\nThis resource
    does not accept meetings longer than 1440 minutes.\n\n _____\n\nSent by Microsoft Exchange Server 2007\n
    SUMMARY;LANGUAGE=en-US:Declined: Meeting
    DTSTART;TZID=Central Standard Time:20141215T080000
    DTEND;TZID=Central Standard Time:20141219T173000
    UID:040000008200E00074C5B7101A82E00800000000E066FB5521DECF01000000000000000
    010000000D93B3AD93730E647B8C7A1B864C90BD3
    CLASS:PUBLIC
    PRIORITY:5
    DTSTAMP:20141002T141602Z
    TRANSP:OPAQUE
    STATUS:CONFIRMED
    SEQUENCE:1
    LOCATION;LANGUAGE=en-US:Online Meeting\, N
    Y
    X-MICROSOFT-CDO-APPT-SEQUENCE:1
    X-MICROSOFT-CDO-OWNERAPPTID:-784160802
    X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
    X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
    X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
    X-MICROSOFT-CDO-IMPORTANCE:1
    X-MICROSOFT-CDO-INSTTYPE:0
    END:VEVENT
    END:VCALENDAR

    Hi Derek,
    I find related information as below:
    The default options allow all users to book resources if they are within the set policies (i.e. up to 180 days in the future, up to 1440 minutes in duration, etc.), and will reject all other meetings. In the context of resource mailboxes,
    InPolicy and OutOfPolicy simply mean whether or not the meeting invitation matches any restrictions enabled on the resource mailbox. For example
    MaximumDurationInMinutes value for the resource mailbox is 30 minutes, any meeting invitation longer than 30 minutes would be considered OutOfPolicy. Using the
    RequestOutOfPolicy parameter, you can manually add users that are allowed to request meetings that are not within the policy, and if you really want to lock things down, you can set the
    AllBookInPolicy value to False, and then manually add users to the
    BookInPolicy field, or more restrictive, to the
    RequestInPolicy field.
    More details to see:
    http://blogs.technet.com/b/exchange/archive/2007/05/14/3402515.aspx
    I suggest set the MaximumDurationInMinutes parameter to a big number. Find a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/exchange/en-US/63ea54a2-6f18-4ff3-9f4d-239342d97081/need-to-remove-the-1440-minute-24-hour-limit-booking-on-all-the-conference-rooms-to-be-unlimited?forum=exchangesvradminlegacy
    Thanks
    Mavis Huang
    TechNet Community Support

  • Sql statement in a table not accepting variable

    I have the following problem on 10.1.0.3.0 with varialbe in an execute immediate statement
    here is the code that I am using
    declare
    remote_data_link varchar2(25) := 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA VARCHAR2(40) := 'UDE_OLTP';
    l_last_process_date date := to_date(to_char(sysdate,'mm-dd-yyyy hh:mi:ss'),'mm-dd-yyyy hh:mi:ss') - 1;
    stmt varchar2(4000) := 'MERGE into applicant_adverseaction_info theTarget USING (select * from '||FROM_SCHEMA||'.applicant_adverseaction_info@'||remote_data_link||' where last_activity > :l_last_process_date ) theSource ON(theTarget.applicant_id = theSource.applicant_id) WHEN MATCHED THEN UPDATE SET theTarget.cb_used = theSource.cb_used, theTarget.cb_address = theSource.cb_address, theTarget.scoredmodel_id = theSource.scoredmodel_id, theTarget.last_activity = theSource.last_activity WHEN NOT MATCHED THEN INSERT(CB_USED, CB_ADDRESS, SCOREDMODEL_ID, APPLICANT_ID, LAST_ACTIVITY) values(theSource.cb_used, theSource.cb_address, theSource.scoredmodel_id, theSource.applicant_id, theSource.last_activity)';
    stmt2 varchar2(4000) := 'MERGE into edm_application theTarget USING (select * from '||from_schema||'.edm_application@'||remote_data_link||' where last_activity > :l_last_process_date) theSource ON (theTarget.edm_appl_id = theSource.edm_appl_id) WHEN MATCHED THEN UPDATE SET theTarget.APP_REF_KEY = theSource.APP_REF_KEY, theTarget.IMPORT_REF_KEY = theSource.IMPORT_REF_KEY, theTarget.LAST_ACTIVITY = theSource.LAST_ACTIVITY WHEN NOT MATCHED THEN INSERT (EDM_APPL_ID, APP_REF_KEY, IMPORT_REF_KEY, LAST_ACTIVITY) values(theSource.EDM_APPL_ID, theSource.APP_REF_KEY, theSource.IMPORT_REF_KEY, theSource.LAST_ACTIVITY)';
    v_error varchar2(4000);
    T_MERGE VARCHAR2(4000);
    stmt3 varchar2(4000);
    BEGIN
    select merge_sql
    INTO T_MERGE
    from transfertables
    where table_name= 'edm_application';
    remote_data_link:= 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA := 'UDE_OLTP';
    --DBMS_OUTPUT.PUT_LINE(SUBSTR(stmt2,1,200));
    --STMT2 := T_MERGE;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    EXECUTE IMMEDIATE stmt2 using l_last_process_date;
    --execute immediate stmt3 ;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    dbms_output.put_line(substr(stmt2,1,200));
    commit;
    EXCEPTION
    WHEN OTHERS THEN
    V_ERROR := SQLCODE||' '||SQLERRM;
    v_ERROR := V_ERROR ||' '||SUBSTR(stmt2,1,200);
    DBMS_OUTPUT.PUT_LINE(V_ERROR);
    --dbms_output.put_line(substr(stmt2,1,200));
    END;
    This works perfectly
    but if I change it to get the same statement in a db table
    declare
    remote_data_link varchar2(25) := 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA VARCHAR2(40) := 'UDE_OLTP';
    l_last_process_date date := to_date(to_char(sysdate,'mm-dd-yyyy hh:mi:ss'),'mm-dd-yyyy hh:mi:ss') - 1;
    stmt varchar2(4000) := 'MERGE into applicant_adverseaction_info theTarget USING (select * from '||FROM_SCHEMA||'.applicant_adverseaction_info@'||remote_data_link||' where last_activity > :l_last_process_date ) theSource ON(theTarget.applicant_id = theSource.applicant_id) WHEN MATCHED THEN UPDATE SET theTarget.cb_used = theSource.cb_used, theTarget.cb_address = theSource.cb_address, theTarget.scoredmodel_id = theSource.scoredmodel_id, theTarget.last_activity = theSource.last_activity WHEN NOT MATCHED THEN INSERT(CB_USED, CB_ADDRESS, SCOREDMODEL_ID, APPLICANT_ID, LAST_ACTIVITY) values(theSource.cb_used, theSource.cb_address, theSource.scoredmodel_id, theSource.applicant_id, theSource.last_activity)';
    stmt2 varchar2(4000) := 'MERGE into edm_application theTarget USING (select * from '||from_schema||'.edm_application@'||remote_data_link||' where last_activity > :l_last_process_date) theSource ON (theTarget.edm_appl_id = theSource.edm_appl_id) WHEN MATCHED THEN UPDATE SET theTarget.APP_REF_KEY = theSource.APP_REF_KEY, theTarget.IMPORT_REF_KEY = theSource.IMPORT_REF_KEY, theTarget.LAST_ACTIVITY = theSource.LAST_ACTIVITY WHEN NOT MATCHED THEN INSERT (EDM_APPL_ID, APP_REF_KEY, IMPORT_REF_KEY, LAST_ACTIVITY) values(theSource.EDM_APPL_ID, theSource.APP_REF_KEY, theSource.IMPORT_REF_KEY, theSource.LAST_ACTIVITY)';
    v_error varchar2(4000);
    T_MERGE VARCHAR2(4000);
    stmt3 varchar2(4000);
    BEGIN
    select merge_sql
    INTO T_MERGE
    from transfertables
    where table_name= 'edm_application';
    remote_data_link:= 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA := 'UDE_OLTP';
    --DBMS_OUTPUT.PUT_LINE(SUBSTR(stmt2,1,200));
    STMT2 := T_MERGE;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    EXECUTE IMMEDIATE stmt2 using l_last_process_date;
    --execute immediate stmt3 ;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    dbms_output.put_line(substr(stmt2,1,200));
    commit;
    EXCEPTION
    WHEN OTHERS THEN
    V_ERROR := SQLCODE||' '||SQLERRM;
    v_ERROR := V_ERROR ||' '||SUBSTR(stmt2,1,200);
    DBMS_OUTPUT.PUT_LINE(V_ERROR);
    --dbms_output.put_line(substr(stmt2,1,200));
    END;
    I get ora-00900 invalid sql statement
    can somebody explain why this happens
    Thanks

    I agree with jan and anthony. Your post is too long and ill-formatted. However here's my understanding of your problem (with examples though slightly different ones).
    1- I have a function that returns number of records in a any given table.
      1  CREATE OR REPLACE FUNCTION get_count(p_table varchar2)
      2     RETURN NUMBER IS
      3     v_cnt number;
      4  BEGIN
      5    EXECUTE IMMEDIATE('SELECT count(*) FROM '||p_table) INTO v_cnt;
      6    RETURN v_cnt;
      7* END;
    SQL> /
    Function created.
    SQL> SELECT get_count('emp')
      2  FROM dual
      3  /
    GET_COUNT('EMP')
                  14
    2- I decide to move the statement to a database table and recreate my function.
    SQL> CREATE TABLE test
      2  (stmt varchar2(2000))
      3  /
    Table created.
    SQL> INSERT INTO test
      2  VALUES('SELECT count(*) FROM p_table');
    1 row created.
    SQL> CREATE OR REPLACE FUNCTION get_count(p_table varchar2)
      2     RETURN NUMBER IS
      3     v_cnt number;
      4     v_stmt varchar2(4000);
      5  BEGIN
      6     SELECT stmt INTO v_stmt
      7     FROM test;
      8     EXECUTE IMMEDIATE(v_stmt) INTO v_cnt;
      9     RETURN v_cnt;
    10  END;
    11  /
    Function created.
    SQL> SELECT get_count('emp')
      2  FROM dual
      3  /
    SELECT get_count('emp')
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ORA-06512: at "SCOTT.GET_COUNT", line 8
    ORA-06512: at line 1
    --p_table in the column is a string and has nothing to do with p_table parameter in the function. And since there's no p_table table in my schema function returns error on execution. I suppose this is what you mean by "sql statement in a table not accepting variable"
    3- I rectify the problem by recreating the function.
      1  CREATE OR REPLACE FUNCTION get_count(p_table varchar2)
      2     RETURN NUMBER IS
      3     v_cnt number;
      4     v_stmt varchar2(4000);
      5  BEGIN
      6     SELECT replace(stmt,'p_table',p_table) INTO v_stmt
      7     FROM test;
      8     EXECUTE IMMEDIATE(v_stmt) INTO v_cnt;
      9     RETURN v_cnt;
    10* END;
    SQL> /
    Function created.
    SQL> SELECT get_count('emp')
      2  FROM dual
      3  /
    GET_COUNT('EMP')
                  14
    Hope this gives you some idea.-----------------------
    Anwar

  • POST data as parameter but not in content?

    I need to send some data from a PDA to a server. This works ok via SOAP but is rather slow, so I want to use a more efficient approach: sending a custom XML directly to a servlet. For this I use the URLConnection and POST the XML directly.
    The data arrives in the servlet, but I am not able to extract it from the request. For some reason it is seen als a parameter but not in the content. I have captured the actual HTTP request being sent (stripped the remaining XML):
    POST /xxx/PdaOrder1Servlet HTTP/1.1
    User-Agent: Java1.3.0_02
    Host: localhost:8181
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alive
    Content-type: application/x-www-form-urlencoded
    Content-length: 541
    +<pdaorder pdaOrderNr="2" ...+
    As said, this arrives at the servlet, because when I print the parameter it has the data the was sent:
    DEBUG PdaOrder1Servlet.doPost(PdaOrder1Servlet.java:74) - -------------------------
    DEBUG PdaOrder1Servlet.doPost(PdaOrder1Servlet.java:75) - Processing request: POST http://localhost:8181/xxx/PdaOrder1Servlet / [<pdaorder  pdaOrderNr=>{"2" ...
    It maps the start of the XML "<pdaorder pdaOrderNr" as the key in the parameter and the remainder of the XML document as the value. But if I try to read the data using the reader:
                   BufferedReader in = new BufferedReader(request.getReader());
                   String decodedString;
                   while ((decodedString = in.readLine()) != null) System.out.println(decodedString);
                   in.close();I get nothing. How do I access the raw content being sent in the HTTP request? Why is the content of a POST interpreted as parameters?

    Sometimes typing a problem out helps: the content type of the request needed to be set to text/xml

  • I prefer to arrange my photos by title but when I shut down Iphoto, my photos rearrange by date.  This is not acceptable for my growing library of snanned black and white ancestral photos. How do I get photos in events to stay in place ?

    I prefer to arrange my photos by title but when I shut down Iphoto, my photos rearrange by date.  This is not acceptable for my growing library of snanned black and white ancestral photos. How do I get photos in events to stay in place ?

    I actually am illiterate on the use of the finder to to view photos in folders.  I guess I will go to a class at the local Apple store for a lesson on the uses of finder .
    My method of viewing my photos are through events in I photo.
    1. Download  from camera or scan  in from old photos.
    2  I organize photos into events by occasion, or happenings in a certain year, or a group of photos with memorabilia of a certain person from childhood and on. etc.
    3.  Because Iphoto does not allow rearranging as I was able to do in my old PC with Corell,  I drag all of the photos to an " album" on the left side of sceen.  
    4.  I arrange photos in "order" after which I number each photo in sequence. I do this for a few of reasons.
              - if a photo is accidentally deleted I know it.  I can usually remedy this by checking my trash or
    rescanning.
              - I can sort by title without complications and this holds in "album"
    5.  The pictures will re arrange automatially to match the album in I photo.
    6.  This worked great in I-photo 09 but now in mountain lion the pictures in events go back to "
    sort by date" and will not hold "sort to Title"each time I photo is closed down.  What a nuicance it is to have to go  to view and click "title"  again and again every time Iphoto is opened.
    7. Can I go back to Photo 09? . 

  • Oracle date parameter query not working?

    http://stackoverflow.com/questions/14539489/oracle-date-parameter-query-not-working
    Trying to run the below query, but always fails even though the parameter values matches. I'm thinking there is a precision issue for :xRowVersion_prev parameter. I want too keep as much precision as possible.
    Delete
    from CONCURRENCYTESTITEMS
    where ITEMID = :xItemId
    and ROWVERSION = :xRowVersion_prev
    The Oracle Rowversion is a TimestampLTZ and so is the oracle parameter type.
    The same code & query works in Sql Server, but not Oracle.
    Public Function CreateConnection() As IDbConnection
    Dim sl As New SettingsLoader
    Dim cs As String = sl.ObtainConnectionString
    Dim cn As OracleConnection = New OracleConnection(cs)
    cn.Open()
    Return cn
    End Function
    Public Function CreateCommand(connection As IDbConnection) As IDbCommand
    Dim cmd As OracleCommand = DirectCast(connection.CreateCommand, OracleCommand)
    cmd.BindByName = True
    Return cmd
    End Function
    <TestMethod()>
    <TestCategory("Oracle")> _
    Public Sub Test_POC_Delete()
    Dim connection As IDbConnection = CreateConnection()
    Dim rowver As DateTime = DateTime.Now
    Dim id As Decimal
    Using cmd As IDbCommand = CreateCommand(connection)
    cmd.CommandText = "insert into CONCURRENCYTESTITEMS values(SEQ_CONCURRENCYTESTITEMS.nextval,'bla bla bla',:xRowVersion) returning ITEMID into :myOutputParameter"
    Dim p As OracleParameter = New OracleParameter
    p.Direction = ParameterDirection.ReturnValue
    p.DbType = DbType.Decimal
    p.ParameterName = "myOutputParameter"
    cmd.Parameters.Add(p)
    Dim v As OracleParameter = New OracleParameter
    v.Direction = ParameterDirection.Input
    v.OracleDbType = OracleDbType.TimeStampLTZ
    v.ParameterName = "xRowVersion"
    v.Value = rowver
    cmd.Parameters.Add(v)
    cmd.ExecuteNonQuery()
    id = CType(p.Value, Decimal)
    End Using
    Using cmd As IDbCommand = m_DBTypesFactory.CreateCommand(connection)
    cmd.CommandText = " Delete from CONCURRENCYTESTITEMS where ITEMID = :xItemId and ROWVERSION = :xRowVersion_prev"
    Dim p As OracleParameter = New OracleParameter
    p.Direction = ParameterDirection.Input
    p.DbType = DbType.Decimal
    p.ParameterName = "xItemId"
    p.Value = id
    cmd.Parameters.Add(p)
    Dim v As OracleParameter = New OracleParameter
    v.Direction = ParameterDirection.Input
    v.OracleDbType = OracleDbType.TimeStampLTZ
    v.ParameterName = "xRowVersion_prev"
    v.Value = rowver
    v.Precision = 6 '????
    cmd.Parameters.Add(v)
    Dim cnt As Integer = cmd.ExecuteNonQuery()
    If cnt = 0 Then Assert.Fail() 'should delete
    End Using
    connection.Close()
    End Sub
    Schema:
    -- ****** Object: Table SYSTEM.CONCURRENCYTESTITEMS Script Date: 1/26/2013 11:56:50 AM ******
    CREATE TABLE "CONCURRENCYTESTITEMS" (
    "ITEMID" NUMBER(19,0) NOT NULL,
    "NOTES" NCHAR(200) NOT NULL,
    "ROWVERSION" TIMESTAMP(6) WITH LOCAL TIME ZONE NOT NULL)
    STORAGE (
    NEXT 1048576 )
    Sequence:
    -- ****** Object: Sequence SYSTEM.SEQ_CONCURRENCYTESTITEMS Script Date: 1/26/2013 12:12:48 PM ******
    CREATE SEQUENCE "SEQ_CONCURRENCYTESTITEMS"
    START WITH 1
    CACHE 20
    MAXVALUE 9999999999999999999999999999

    still not comming...
    i have one table each entry is having only one fromdata and one todate only
    i am running below in sql it is showing two rows. ok.
      select t1.U_frmdate,t1.U_todate  ,ISNULL(t2.firstName,'')+ ',' +ISNULL(t2.middleName ,'')+','+ISNULL(t2.lastName,'') AS NAME, T2.empID  AS EMPID, T2.U_emp AS Empticket,t2.U_PFAcc,t0.U_pf 
       from  [@PR_PRCSAL1] t0 inner join [@PR_OPRCSAL] t1
       on t0.DocEntry = t1.DocEntry
       inner join ohem t2
       on t2.empID = t0.U_empid  where  t0.U_empid between  '830' and  '850'  and t1.U_frmdate ='20160801'  and  t1.u_todate='20160830'
    in commond promt
      select t1.U_frmdate,t1.U_todate  ,ISNULL(t2.firstName,'')+ ',' +ISNULL(t2.middleName ,'')+','+ISNULL(t2.lastName,'') AS NAME, T2.empID  AS EMPID, T2.U_emp AS Empticket,t2.U_PFAcc,t0.U_pf 
       from  [@PR_PRCSAL1] t0 inner join [@PR_OPRCSAL] t1
       on t0.DocEntry = t1.DocEntry
       inner join ohem t2
       on t2.empID = t0.U_empid  where  t0.U_empid between  {?FromEmid} and  {?ToEmid} and t1.U_frmdate ={?FDate} and  t1.u_todate={?TDate}
    still not showing any results..

  • TS4062 hi can somebody help me... itunes does not accept the iphone 4s but i already have the version 64 bit to work with windows 7 64 bit,  the computer recognizes the phone but itunes sais i need 64 bit itunes.... please is there something im missing...

    hi can somebody help me... itunes does not accept the iphone 4s but i already have the version 64 bit to work with windows 7 64 bit,  the computer recognizes the phone but itunes sais i need 64 bit itunes. please is there something im missing... thanks

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • My report not accepting desformat=delimiteddata

    My report not accepting desformat=delimiteddata...when i open help of rwservelt, It was not a valid value for DESFORMAT parameter. Actually I want output of my paper layout in Excel. May I have to download any patch for this? if yes then provide the url for patch.

    Hi Neeraj
    Download Reports 9.0.2.2 patch from metalink and try. You can search for Patch number #2842923.
    Thanks
    Rohit

  • Acrobat Pro XI, Offline Activation Not Accepting Response Code

    We have a Win7 PC, licensed for Acrobat Pro XI.  We apparently have exceeded 30day limit.  PC is not allowed to access Internet for Security reasons.  We have gone through the Offline Activation process many time but it does not accept the Response Code.

    No, it's not a part of Creative Cloud. It's just a standalone Acrobat Pro XI.
    What I meant about "using the mst wrong" was that we run setup.exe, which i guess uses setup.ini. and in setup.ini under [product] "CmdLine=TRANSFORMS="AcroPro.mst" is added (the mst includes the ISX_SERIALNUMBER), but maybe we should try running the AcroPro.msi directly and apply the transform directly in the command line.
    I know we could just try this, but it's essential that we are 100% sure that our solution works before sending it out to thousands of users.
    I was in contact with someone from Adobe Support earlier who said to run this command: msiexec /i acropro.msi TRANSFORMS=AcroPro.mst /qn and "then you can check in TASK manager , you will see 4 MSiexec processes running."
    That was kind of confusing. Exactly which processes they meant and how that proves that the activation was successful, I don't know.
    The support guy told me that the only thing needed for the offline activation to work was to add the ISX_SERIALNUMBER to the mst, which we have. But then what does the "Grant Offline Exception" button in the Adobe Customization Wizard XI do? There must be some kind of magic that this button does that i can verify in the mst.
    Also, I see the recommendations about posting this in the enterprise deployment forum, and I guess it could've been moved there, but I don't think it would make much difference since this problem remains the same whether it's deployed to lots of users or just one.
    Thank you so much for any further help.

  • SQL2032N  The "version id" parameter is not valid

    Hi All,
    We are taking SAP BI online backup weekly basis though Tivoli (TMS). After taking backup getting the below Warning message.Our db2 level is 9.7 fix pack is more than 6.We are unable to use this backup for restore other host.As we checked in IBM, suggested slove this isue in db2level 9.7 an fix pack is 6.But our database already higher version.Please help us on resolve this issue.
    BKI8659I: Creating tablespace definition information ...
    SQL2032N  The "version id" parameter is not valid.  SQLSTATE=22531
    BKI8661W: Could not create TDI.
    BKI8665I: The backup timestamp is: 20140824043003
    BKI8548I: Elapsed time: 1 d 12 h 4 min 38 sec
    BKI8632W: Backup command completed successfully. Warning(s) encountered.
    BKI8512I: Return code is: 612
    Regards,
    MK

    Hi,
    We have found below one from IBM blog.
    BKI8661W
    Could not create TDI. The backup cannot be used for redirected restore with BackOM.
    Explanation
    The system could not collect the table space definition information. The backup was made without TDI. As a result, the backup can be used for restoring the system, but it cannot be used for restoring to a different location.
    User response
    Ensure that your database is enabled to accept CLI connections.
    Please how to perform "Ensure that your database is enabled to accept CLI connections" in DB2.
    Regards,
    MK

  • Icloud does not accept new Apple ID. What can I do to get it to accept.

    Icloud does not accept new Apple ID. What can I do to get it to accept.

    Please try logging in with your current Apple ID here in order to test: https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/directToSignIn?loc alang=en_US
    If your new ID doesn't work try logging in with your old details as maybe the change didn't work as first thought?
    Regards,
    Steve

  • Standard password not accepted

    Hi,
    I have faced a probolem during local client copy. I have just created the client 450 but Standrard password 'PASS' of user SAP* is not accepted by the system. Can anyone please advise ?
    A quick response will be highly appriciated.
    Thanks in advance
    Lokendra
    Edited by: Lokendra on Jul 4, 2009 11:32 AM

    Hi,
    Problem solved after changing parameter value
    Thanks

  • I am trying to restore OSX to my Macbook and the site does not accept my apple user name and password

    I am trying to restore the operating system to my 2007 Macbook but the Apple site does not accept my password.

    You may need to go to this site to reset your password.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • My machbook pro has suddenly stopped syncing with icloud. I am giving password of my apple ID but its not accepting. but by the same ID and pass i can open my icould in browser.

    my machbook pro has suddenly stopped syncing with icloud. I am giving password of my apple ID but its not accepting. but by the same ID and pass i can open my icould in browser.

    Another user just has a similar issue tonight and I advised him to go to the below Apple support link to see if the password was recognized there, which eventually resolved his username/passowrd issue. Give it a try and see if it works.
    https://daw.apple.com/cgi-bin/WebObjects/DSAuthWeb.woa/wa/classicLogin?appIdKey= 58ef9db8ff4d201409e7270a68e4408ae1678e1618204c476572a1b5e5fb3518&path&language=U S-EN

  • TS4268 FaceTime and IMessage would not accept my apple ID or password

    FaceTime and IMessage would not accept my apple ID or password. It comes up as incorrect password or user name. Then FaceTime waiting for activation .

    Go here:
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Click on "Manage My Account". Verify your info is correct & verified.

Maybe you are looking for

  • Looking for a "free" Date Picker

    I'm looking for a free to download and use Date Picker that I can integrate into a small Swing app. Nothing fancy, just a calendar (probably using a JTable) and the ability to select a day of year/month and (possibly) a time of day. I'm searching goo

  • Boxes with numbers and letters show instead of certain images on some websites

    On yammer.com and linkedin.com, images for icons, like those that should display along the top of the screen do not display. Instead, I see a rectangle with numbers and letters. I've seen quite a few articles about the rectangles with numbers and let

  • Does NIO support buffering of via FileChannel

    I needed to write some code that went though a file looking for a 2byte marker, when it found the marker it read some additional data from the file, having read the additional data it would either return true together with the offset where the marker

  • Welbogic server 8.1 and xdoclet

    Hi! Has anynone an idea if xdoclet generated descriptors run on 8.1! XDoclet itself says that it only supports weblogic up to 6.1. But I read in an article that it also works with 7.0 - therefore the question: does it also work wih 8.1? Thanks for ev

  • Pattern matching in Strings

    Hi, I need some help using pattern matching in strings .. this is what i need to do .. if given a string of this format String tempNotes="07/07/05 3:42 PM - 65. Java forum test 07/01/05 5:11 PM - 62. Trying regualt Expressions";I need to extract the