Bad expiration date

I have created a BPEL process with wait activity, there are input for process start time (datetime) and interval(duration). while creating an instance(workitem) in process, it moves to wait and on console i got the error
<Mar 23, 2011 9:27:53 PM SGT> <Error> <oracle.soa.bpel.engine.bpel> <BEA-000000>
<<BPELReceiveWMP::__defineExpirationDate> Bad expiration date format, and this
expiration date will be ignored
java.lang.IllegalArgumentException: Duration has to start with 'P'.
Input payload for process is:
<inputVariable>
<part name="payload">
<ns1:process>
<ns1:startDate>2011-03-23T16:30:00.000+08:00</ns1:startDate>
<ns1:interval>PT2M</ns1:interval>
</ns1:process>
</part>
</inputVariable>
And in wait have putted
string(bpws:getVariableData('inputVariable','payload','/client:process/client:startDate'))expression in "for" column
*WaitForStart (pending)
Mar 23, 2011 9:27:53 PM Bad expiration date "2011-03-23T16:30:00.000+08:00"
Mar 23, 2011 9:27:53 PM Waiting for the expiry time "never".*
environment is:
SOA 11.1.1.3.0
Jdeveloper: 11.3

I kept watching this forum for an answer and noticed one item where the user indicated that after a failure repeated attempts to clean and align heads 'magically' worked.  I had not used the printer for a week and decided to give it one more try.  It worked.  The printer is just fine after sitting idle for a week and then trying the clean followed by align.  It would still be interesting to understand why.  I'm glad I didn't run out to buy more cartridges and throw this one out.

Similar Messages

  • Expiring date ink

    Hello HP,
    You talk about striving for a sustainable world by helping to improve the environmental performance of our customers.
    You have the most irritating, non consumer friendly, even non environmental friendly way of selling your ink wich have an (commercial, profit based) expiring date. Most of the ink tablets i throw away because it is not or hardly used, for it reaches its expiring date constantly.
    Do not use an argument that the ink really needs an expiring date for its quality, it is just profit driven, but sooo bad for environment, and more over, too expensive.
    My next product will never be HP again, or i only will by imitation ink products like e.g. media markt has without expiring date.
    Please change this non -consumer/-environment friendly habit. It irritates consumers wich will not be client again.

    Hi Kaele
    Which printer model do you have? Are you getting an Expired ink msg?
    BTW, there is lots of info on recycling cartridges in the link below...
    http://www.hp.com/hpinfo/globalcitizenship/environment/recycling/product-recycling.html
    Ciara
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Batch Determination Expiration Date / Customer

    Hello Experts,
    Could you please give me a hand with his requirement?
    At this moment, there is a batch strategy determination in delivery according to expiration date, First Expiration Date, First Out, FEFO, and it is working fine.
    In addition to this configuration it is necesary that just for some customers the expiration date should not be under a year, otherwise they would not receive this products.
    Could you let me know if there is a standard way of achieving this?
    Thanks a lot for your help.

    Hello Lina
    Not fully clear about your requirement.
    Here are my suggestions:
    1) Bring in Customer into the access fields.
    Path: SPRO/IMG/Logistics - General/Logistics - General/Batch Management/Batch Determination and Batch Check/Access Sequences/Define Sales and Distribution Access Sequences
    If this does not work
    2)  Control Expiration date processing with custom code (User exit or BADI):
    Path: SPRO/IMG?Logistics - General/Logistics - General/Batch Management/Shelf Life Expiration Date (SLED)/Set Up Customer Exit to Calculate/Check the SLED or BAdI: Control of Shelf Life Expiration Date Processing
    Hope this helps.

  • Expire date help

    Hello every one im making a system for my class where students register to this sytems but the expire date the teacher can select if their adtional training will last 15 days, 30 days or 60 days for this i have a table where i register the students, also i have a table where the teacher can add more times and a table of the extra courses or extra weekend class
    example
    table user
    idU int 11 autoincrement primary key
    name varchar 255 and so one with the rest
    grade
    login
    pass
    email
    active
    level
    table times
    idTime
    name (example 15 days class)
    amount (this is where i can add the amount of days)
    table courses
    idCourse
    idU
    idTime
    CourseName
    startdate
    enddate
    i got everything working readed allmost every post on this forums on interkat forums but i have not been able to make a trigger that the end date takes the Startdate and adds from the other table the amount of days to display to the students, your course starts "startdate" and the final exame for it is "enddate" any ideas how can i grab the variable from the table times?? Btw sorry my very bad english.

    Hi, Miguel
    actually i have experienced this process before with one of my best friends
    "Steven Mark", he faced the same problem as i think but with hard work and sharing some ideas with me he at least found the solution, but i need you to read the full messages we shared to know how!
    =====================================================================
    First of all i would like to thank you for creating, showing and explaning how constuct a product expiration. I thought your instructions and images were very good and simple to follow (http://www.developer-online.com/multi_upload/tutorials/part2/produtcs_update.html).
    I have followed your instuctions in creating something similar, although I have not created a days calculated field in the mysql database as i have used a recordset in dreamweaver to calculate the DATEDIFF(date_expired_pd, current_date) which creates the same but is not adding extra storage to my database.
    My problem is that in your example the user defines the expiry date.
    I would like to define the expiry date and not the user but also adding on any extra days that have not yet expired.
    For example if a user had 2 days until expiry and i gave the opportunity to extend the expiry date for a further 30 days plus the 2 days which have not expired.
    I have tried to maniuplate the custom trigger but im no expert on this.
    If you at all have time please could you look at what i have done to the code you have created to determine what i am doing wrong.
    ==========
    The code:
    ==========
    $exp_timed = $_REQUEST['date_expired_pds'];
    $query = .KT_DynamicData("{rs.DATEDIFF(date_expired_pd, current_date}");
    $noDays = $query + $exp_timed;
    $exp_time = time() + $tNG->getColumnValue("date_activated_pd") + (60 * 60 * 24 * $noDays);
    $exp_date = KT_formatDate(date ("Y-m-d H:i:s",$exp_time));
    $tNG->addColumn("date_expired_pd", "DATE_TYPE","EXPRESSION", $exp_date);
    return $tNG->getError();
    The problem line is $query = .KT_DynamicData("{rs.DATEDIFF(date_expired_pd, current_date}");
    I have tried so many varions such as $query = $row_rs['DATEDIFF(flatshares_pd.date_expired_pd, current_date)'];
    The custom trigger will not allow me to get the DATEDIFF from a recordset as there must be something im leaving out.
    This one line of code is messing everthing up.
    If i use a simple $query = "2"; to represent 2 days then it all works. But of course not everyone will have more or less than 2 days to add.
    ===================
    Then he found this:
    ===================

  • FMS 3.5 says 'Bad network data': error in handling RTMP extended timestamps / chunkSize?

    Hello all,
    For a client, I am working on a project where a live RTMP stream is published to an Adobe FMS 3.5.6 server from a java application, using Red5 0.9.1 RTMPClient code.
    This works fine, until the timestamp becomes higher than 0xFFFFFF after 4.6 hours, and the RTMP extended timestamp field starts being used. I have already found: when the extended timestamp was written after the header, the last 4 bytes of the data were being cut off. I have fixed this locally, and now the data being sent seems to me to be conformant to the spec. However, FMS still throws an error message in the core log and then kills the connection from the Red5 client. Here is the error message:
    This is the error message:
    2011-06-03     14:28:02     13060     (e)2611029     Bad network data; terminating connection : chunkstream error:message length 11893407 is longerthan max rtmp packet length     -
    2011-06-03     14:28:02     13060     (e)2631029     Bad network data; terminating connection : (Adaptor: _defaultRoot_, VHost: _defaultVHost_, IP: 127.0.0.1, App: live/_definst_, Protocol: rtmp, Client: 5290168480216205379, Handle: 2147942405) : 05 FF FF FF 00 13 = 09 01 00 00 00 01 00 01 01 ' 01 00 00 00 00 00 13 4 09 0 00 00 01 ! 9A & L 0F FA F6 12 , B4 A6 CE H 8A AB DC G BB d k 1B 9F ) 13 13 D2 9A E5 t 8 B8 8D 94 ! 8A AE F6 AF } " U 0 D3 Q EF FF ~ 8D 97 D9 FF BE A3 F3 C9 97 o 9D # F9 7F h A4 F7 } / FB & F1 DC 9C BF   BD D3 E7 CA 97 FE E2 B9 E4 F7 9E 1A F6 BA } C9 w FC _ / / w FE n EF D7 P 9C F4 BE 82 8E F7 | BE 97 B4 BB D7 FE ED I / FB D1 93 9A F9 X \ 85 BD DD I E3 4 E8 M 13 D3 " ) BE A9 92 E5 83 D4 B4 12 DE D5 A3 E6 F4 k DE BF Q 3 A0 g r A4 f D9 BD w * } F7 r 8A S 2 . AB BD EE ^ l f AF E1 0B $ AF 9D D7 - BF E8 ! D3 } D3 i E3 B8 F2 M A8 " B1 A5 EF s ] A5 BC 96 E5 u e X q D2 F1 r F9 i 92 b EE Z d F9 * A6 BB FD 17 w 4 DD 3 o u EB ] ] EF FE B5 B1 0A F2 A0 DD FD B2 98 DF E8 e F6 CB FD 96 V % A5 D5 k ] FD w EF AF k v AA E8 ! 9F / w BE FA 9A _ E F2 D3 , ? 17 } AD 7 EC B3   } 07 B5 | z { { A5 = 11 90 CF BF ; 4 FE EF 95 F7 E7 DF B9 , AF z 91 CF C9 BD DE CB { F5 17 } F2 E5 D7 DF z E6 [ 96 > Y m 9F EB AF DD D8 E8 v B9 A8 E9 % A7 | 1 CF 8B D Z k N DF F8 N FA S R FE . ~ CB A 9 E1 ) 8F 8E BB EC c 6 13 F1 AC FD FD FC 8A F7 F3 K B9 FA ^ / A4 FC B9 AA F6 DE C2 [ 1A E c r B3 BF E5 EC B5 x 94 FD . A9 t I Q % EA EC DE | K FE z A4 97 F9 " 1 0F CA FB F5 F5 p 9E 99 3 - ; B8 F4 F1 FF t A3 EC BC # DE AC 91 13 19 o < 06 F5 FD 7F 7 _ $ D B t B5 0D 8A C1 C1 BA 0B FE DB B7 83 _ } BD z F7 CB { FC M A9 8D = D5 B1 < 85 = EF E1 ; BA H y FC BC B4 C A2 D9 ` e E4 94 H 5 13 ' 93 93 8E E C2 1C R 97 9 X B7 FF 10 9F { ) F1 CF AB AC ] EE H A2 DE D3 C5 m F6 K A2 A7 A2 89 D2 z EB DF 97 ^ k 9E 99 BB E7 B6 97 w { ~ + C7 B2 } FE ' C4 | B6 o H DD r A8 9F DC FF F9 Q b l 93 T B6 EE FF 11 j CD s P C F1 3 R I F8 D8 R 9D 93 AA D5 + DE FC BE " B9 E1 ` CB BD 0F F5 C7 AA w CF 8D p 9A F7 g f N FF 84 B7 K Q 93 g E1 - D3 s } w v AE 96 98 ED CF BA E9 2 . f 99 95 97 o 13 CA F7 s e $ F4 B5 15 C4 A8 DE M F7 w \ 8D 00 C6 C2 b D3 / 7 w F2 ' BF CD 89 FF > D7 FB BC A2 S N FB A5 CD AF D3 F9 9D DF AE B5 17 CF 9D B7 , B9 9 ^ 7F [ 93 84 F7 } _ EA DF u \ 99 Z t E CA M EF 7 " AD FE 92 9E n 7F EB D8 C { 99 8B 9E w H BF B1 | g 9F F3 FA E1 - E5 CB BB x CF p 8B D2 w v EF w FA E2 F7 s C5 AC $ FC B4 DB BE G E4 DC F0 A0 96 F3 ! t DC FF % A5 CB A4 ^ AB D2 BD E7 9A E ' 08 + AF U 17 EB 8A w A7 N E4 A5 x 93 12 _ - ; 09 DD DF m 11 BE w \ } BA D3 t BC D9 97 9B C5 7F D8 H F1 D 7 8A ^ FA n F0 B8 W E6 84 5 - 8 B5 h o C4 F7 83 P 88 CB AE m t BB L 95 A9 s 90 A2 Y o DF K _ / l D2 D1 C9 91 ' E4 BD / / D 97 m BB E7 14 93 % C5 ; DD CF D8 : ~ B5 4 F FA U F0 8F w w DC FD 83 FC 13 EF w p DA A5 07 _ * - 1D 14 9D D5 84 F E6 F0 FF E4 15 w n A5 9F DE d AE F5 " - f D2 AE 96 1F # FA F1 x C1 L DF l M 06 8A E4 z DB 17 BA l DA e 15 CD 85 86 1F 09 82 h ] C6 { E7 C5 AF Z C5 B0 83 v D9 03 FC / ~      -
    The message for which the hex dump is displayed, is a video message of size 4925 bytes. Below is the basic logging in my application:
    *** Event sent to RTMP connector: Video - ts: 16777473 length: 4925. Waiting time: -57937, event timestamp: 16777473
    14:28:02.045 [RtmpPublisher-workerThread] DEBUG o.r.s.s.consumer.ConnectionConsumer - Message timestamp: 16777473
    14:28:02.045 [RtmpPublisher-workerThread] DEBUG o.r.s.n.r.codec.RTMPProtocolEncoder - Channel id: 5
    14:28:02.045 [RtmpPublisher-workerThread] DEBUG o.r.s.n.r.codec.RTMPProtocolEncoder - Last ping time for connection: -1
    14:28:02.045 [RtmpPublisher-workerThread] DEBUG o.r.s.n.r.codec.RTMPProtocolEncoder - Client buffer duration: 0
    14:28:02.046 [RtmpPublisher-workerThread] DEBUG o.r.s.n.r.codec.RTMPProtocolEncoder - Packet timestamp: 16777473; tardiness: -30892; now: 1307104082045; message clock time: 1307104051152, dropLiveFuturefalse
    14:28:02.046 [RtmpPublisher-workerThread] DEBUG o.r.s.n.r.codec.RTMPProtocolEncoder - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!12b Wrote expanded timestamp field
    14:28:02.046 [NioProcessor-22] DEBUG o.r.server.net.rtmp.BaseRTMPHandler - Message sent
    I have captured the entire frame containing this message with wireshark, and annotated it a bit. You can find it here:
    http://pastebin.com/iVtphPgU
    The video message of 4925 bytes (hex 00 13 3D) is cut up into chunks of 1024 bytes (chunkSize 1024 set by Red5 client and sent to FMS). Indeed, after the 12-byte header and the 4-byte extended timestamp, there are 1024 bytes before the 1-byte header for the next chunk (hex C5). The chunks after that also contain 1024 bytes after the chunk header. This appears correct to me (though please correct me if I'm wrong).
    When we look at the error message in the core log, the hex dump displayed also contains 1024 bytes, but it starts from the beginning of the message header. The last 16 bytes of the message chunk itself are not shown.
    My question is this: is the hex dump in the error message always capped to 1024 bytes, or did FMS really read too little data?
    Something that may be of help, is the reported 'too long' message length 11893407. This corresponds to hex B5 7A 9F, which can also be found in the packet, namely at row 0c60 (I've annotated it as [b5 7a 9f]. This location is exactly 16 bytes after the start of the 4th chunk data, not really a place to look for timestamps.
    My assumptions during this bug hunting session were the following (would be nice if someone could validate these for me):
    - message length, as specified in the RTMP 12 and 8-bit headers, defines the total number of data bytes for the message, NOT including the header of the first message chunk, its extended timestamp field, or the 1-byte headers for subsequent chunks. The behaviour is the same whether or not the message has an extended timestamp.
    - chunk size, as set by the chunkSize message, defines the total number of data bytes for the chunk, not incuding the header or extended timestamp field. The behaviour is the same whether or not the message has an extended timestamp.
    I believe I've chased this problem as far as I can without having access to the FMS 3.5 code, or at least being able to crank up the debug logging to the per-message level. I realize it's a pretty detailed issue and a long shot, but being able to publish a stream continuously 24/7 is critical for the project.
    I would be very grateful if someone could have a look at this hex dump to see if the message itself is correct, and if so, to have a look at how FMS3.5.6 handles this.
    Don't hesitate to ask me for more info if it can help.
    Thanks in advance
    Davy Herben
    Solidity

    Hello,
    It took a bit longer than expected, but I have managed to create a minimal test application that will reproduce the error condition on all machines I've tested on. The application will simply read an H264 file and publish it to an FMS as a live stream. To hit the error condition faster, without having to wait 4.6 hours, the application will add a fixed offset to all timestamps before sending it to the FMS.
    I have created two files:
    http://www.solidity.be/publishtest.jar : Runnable java archive with all libraries built in
    http://www.solidity.be/publishtest.zip : Zip file containing sources and libraries
    You can run the jar as follows:
    java -jar publishtest.jar <inputFile> <server> <port> <application> <stream> <timestampOffset>
    - inputFile: path to an H264 input video file
    - server: hostname or IP of FMS server to publish to
    - port: port number to publish to (1935)
    - application: application to publish to (live)
    - stream: stream to publish to (output)
    - timestampOffset: nr of milliseconds to add to the timestamp of each event, in hexadecimal format. Putting FFFFFF here will cause the server to reject the connection immediately, while FFFF00 or FFF000 will allow the publishing to run for awhile before the FMS kills it
    Example of a complete command line:
    java -jar publishtest.jar /home/myuser/Desktop/movie.mp4 localhost 1935 live output FFF000
    Good luck with the bug hunting. Let me know if there is anything I can help you with.
    Kind regards,
    Davy Herben

  • How can I display the password expiration date for a user

    I have created a GUI (using PrimalForms) which runs powershel scripts to pull information like user ID, email address, last logon ec. for the helpdesk to help establish the validity of some user claims of "it worked yesterday" and the like.
    I have been asked to add the password expiration date, but I am struggling to get the code for this addition.
    Does anyone know how I can include this, and have it in a human readable format?
    The current scripts (there are 3) allow the helpdesk staff to search on user ID and display name, the third provides the last logon, it was impossible to include this in the other scripts so I added an extra search button and called it good. An example of
    these scripts is below (please note, PrimalForms needs a slightly different syntax in order to get the results displayed, but the core script is standard PS, I use Powershell 3.0)
    $results.Text=Get-ADUser -Filter "sAMAccountName -eq '$($EntryBox.text)'" -Properties DisplayName, sAMAccountName, mail, extensionattribute5, PasswordLastSet, PasswordExpired, PasswordNeverExpires, buMemberOf, telephoneNumber, msExchOmaAdminWirelessEnable, whenCreated, whenChanged, enabled, AccountExpirationDate | select givenName, surname, DisplayName, sAMAccountName, mail, extensionattribute5, PasswordLastSet, PasswordExpired, PasswordNeverExpires, buMemberOf, telephoneNumber, msExchOmaAdminWirelessEnable, whenCreated, whenChanged, enabled, AccountExpirationDate | Out-String
    $results.Focus()
    for info:
    $results.text is the window in the GUI results are displayed  in
    $entrybox.text is the text box the helpdesk staff use to input the user ID or display name of the account they are querying
    $results.focus simply tells the script to put the results in the results.text window
    The screenshot below shows the current setup, this is purely to put the above information into perspective. Obviously some of the information displayed has been removed/redacted along with our logo.

    Hi,
    Here's an example you can build from:
    $maxPasswordAge = 120
    Get-ADUser USER -Properties PasswordLastSet |
    Select SamAccountName,
    PasswordLastSet,
    @{N='PasswordLifeRemaining';E={$maxPasswordAge - ((Get-Date) - $_.PasswordLastSet).Days}},
    @{N='PasswordExpirationDate';E={(Get-Date $_.PasswordLastSet).AddDays($maxPasswordAge)}}
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • How To Change Default Expiration Date for Portal User in Linux and Windows?

    Hello,
    I have a couple of environments I recently installed:
    1. Oracle Application Server 10 Release 2 (10.1.2) SEOne on Windows
    2. Oracle Application Server 10g Release 2 (10.1.2) Enterprise Edition on Linux
    I heard the portal and orcladmin user passwords will expire in about 60 days. I want to prevent this from happening. How can I set the expiration date to never expire for both these users? Or at least give me some warning?
    I heard that you can do this through the Oracle Directory Manager. However, I am unsure as which server to enter on the field. I've used the following:
    <servername>.hostname.com/389
    <DBname>.hostname.com/389
    They say 389 is the default port. Since I did not really
    Does anyone have any ideas?

    You have the answer in yours hands:
    Search for "60 days" in the forum
    How can I enfore Password Expiry Without Lockout?
    for instance.
    For the servername, it's the name of your server and the port is depending of your platform (have a look to $ORACLE_HOME_INFRA/install/portlist.ini) and
    chech the value for: Oracle Internet Directory port
    Patrick.

  • HT1657 How can I delete a rented movie from my ipad before its expiration date?

    How can I delete a watched rented movie from my Ipad before its expiration date?

    Hello, K M Cartwright. 
    Thank you for visiting Apple Support Communities. 
    You definitely can delete the movie prior to the expiration date.  However, the movie will automatically disappear from your iTunes library 24 (or 48) hours after you've begun viewing it.  Here are the steps on how to delete iTunes media. 
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Cheers,
    Jason H. 

  • I just buy iPhone4 first hand on Jan 07,2013 but the warranty expire date How can i check for the date of production?

    I was bought iPhone4 16 GB on Jan 07, 2013 from online shop from Laos they told me that this iPhone from Apple in Hongkong (first hand) but I check for the warranty is already expire date. What should we do? I want to know about my iPhone4 first hand or second hand. How can i check?

    This will show you warranty status and give you an idea
    of when originally sold:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • HT201209 I don't see an expiration date on my ITunes gift card?

                   WHERE IS THE EXPIRATION DATE ON MY ITUNE GIFT CARD?

    In iOS 5 - the iPod app became the Music App. I assume that is what you are looking for. You can access your shared library in the Music App in the More button at the bottom of the App.
    If you are talking about the settings - go to Settings>Music>Home Sharing and enter your ID and password.

  • Alert based on Batch Expiration Date

    Scenario:
    Batch Managed Items
    Type: for every transaction
    Goods receipt PO >  Batch setup window > "Expiration date" ( activate expiration date field from form settings)  > set date
    Requirement:
    An alert to be sent to the purchase dept. user 10 days prior to the defined "expiration date"  (in the batch setup window)
    vijay
    Edited by: SU Vijay on Oct 6, 2008 3:42 PM

    Use this query
    SELECT T0.[ItemCode], T0.[ItemName],T0.[BatchNum], T0.[WhsCode],
    T0.[ExpDate],datediff(dd,getdate(),T0.[ExpDate]) as 'Days to Expire'
    FROM OIBT T0  where datediff(dd,getdate(),T0.[ExpDate]) =10

  • How to set dynamic expiration date in User Task

    Hi
    I need to set the expiration date of a User Task to a specific date, not a duration. Is it possible to do this?

    I have also got a smiliar problem. Does anyone have any further information to how this can be achieved?
    I have been able to use the Human Task Wizard screen (<usertask>.task) to hard code the expiration time. Using the Fixed Duration option of days, hours or minutes. I have tried to use the 'By Expression' to do this but have been unable to get it to work. I have tried to select the /task:task/task:systemAttributes/task:expirationDuration or the /task:task/task:systemAttributes/task:expirationDate element within the task workflow xsd but are unsure how to get it to read the date. I have tried to assign a time component to expirationDate and a time period P0DT0H20M to the expirationDuration element.

  • How can I set an expiration date on a pdf in adobe acrobat 9?

    I am trying to set an expiration date for some documents, I have tried to use several javascript methods with no success. My adobe skills are very minimal so the easiest way possible would be appreciated.

    Acrobat can act as a client to the LiveCycle DRM encryption system but you must have an existing account on a LiveCycle ES/ES2/ES3 server with the Rights Management module activated. That requires you either license a copy from Adobe or work for someone who already has it running and who can issue you an account.
    LiveCycle ES3 is an extremely powerful enterprise-class solution for document creation and publishing, designed for use by hundreds or thousands of employees. To say it's not cheap is somewhat of an understatement, and the Rights Management module is an optional extra.

  • Removing a mailbox expiration date/time

    Anyone know what value to specify to remove a mailbox expiration date/time?
    If I remove the value via C1, then the value returned by the Admin API as a
    64 bit real number is 0 representing 30/12/1899 0:0:0. However, setting this
    value results in C1 displaying an expiration date/time in 1943. What does
    work on my system (GW 7.0.3) is to specify 1-Jan-1970 13:00:00 but that does
    not work on other systems, possibly suggesting the value to specify is
    timezone dependent, although experimentation along those lines has so far
    proved unsuccessful.
    TIA, John

    I did eventually get an answer from Novell on this. Removing a mailbox
    expiration date has not been supported, but supposedly is from 8.0 SP1
    onwards where a value of zero should do the job.
    John
    "John Baird" <[email protected]> wrote in message
    news:IRNQl.1491$[email protected]..
    > Thats not working here. If I pass in a date/time of 1/1/70:0:0:0 C1 shows
    > 31/12/69:23:00:00. The only date/time that removes the expiration
    > date/time here is 1/1/70:13:00:00. Oddly, aside from that specific
    > date/time C1 1.3.6h, shows any date/time earlier than 15/3/70:2:00:00 as
    > one hour ealier than I specified. The value 1/1/70:13:00:00 does not
    > appear to work elsewhere. If I treat it as 1/1/70:00:00:00 + GMT offset +
    > 1 hour (our GMT offset is +1200), the corresponding value does not work in
    > other timezones. Frustrating ...
    >
    > Thanks for responding.
    > John
    >
    > "Tommy Mikkelsen" <[email protected]> wrote in message
    > news:qNHQl.1439$[email protected]..
    >> Not sure, but beleave you should set it to Unix Start Date...
    >>
    >>
    >> --
    >> Tommy Mikkelsen
    >> IT Quality A/S, Denmark
    >> Novell Support Forums SYSOP
    >>
    >> Sorry, but no support through email
    >> Be a GroupWiseR, go http://www.groupwiser.net
    >
    >

  • Terms of payment expiring date

    Good morning,
    I have some terms of payment that require an expiring date  for  master data, order and invoice.
    Do you know if there is a way to do this without  creating a customer table  end use it in  all the user exit   for master data, order and invoice ?
    many tanks !!!

    any suggestions?

Maybe you are looking for

  • Can we change an Apple ID?

    The wife and I each received an iPod Touch last year. When I signed in I was asked for my email address. When my wife signed in, she was also asked for our email address and gave it. That ended up being the Apple ID for both of us. Then when she trie

  • Firefox reset the PC when I try to open a Youtube video

    With Firefox 4, when I try to open a video from Youtube or a newspaper web my PC is stopped and then have a complete system reset. One time a blue screen appears saying the file ati2dvag have problems. Mi Windows is a XP Pro SP2 with a ATI Radeon HD

  • Why are sites suddenly producing a plethora of new types of ads and links to ads despite my use of an ad-blocker software?

    Random words on sites are now appearing as hyperlinks that open ads in new tabs and there are several ribbon ads appearing on the sides and bottom of pages and there are other items for instance hitting a logon button that also opens an ad in a new t

  • Can plot legend grow upward?

    Hi, I'm dynamically adding plots to an XY graph. The plot legend is placed on the top, right corner of the graph by default. When I add new plots, the legend grows downward, blocking the graph. Is there a setting that I can change so that the legend

  • Rdbms 32 bits vs 64 bits

    please, i need to know differences between oracle apps in linux 32 bits and linux 64, because i use huge pages in 32 bits to have the maximum of RAM in use, but in 64 bits i don't know if it works. any help or recommendations. thanks for all best reg