Return "Perplexed"

No matter what resources I study regarding AppleScript’s idle handler I return perplexed. I'm suspicious that my preconceptions may be the culprit.
Two aspects stand out:
1) In stark contrast to HyperTalk, it seems that AppleScript does not send itself idle messages — so perhaps the idle handler’s purpose is distinct from it typical HyperTalk use — and it’s unclear to me what mechanism, if any, continues to call the idle handler. Does a call to idle set up a process which can later be dismissed?
2) The Return statement of an “on idle” seems to perform a function distinctly different than the Return statements of other handlers ... as if it's actually is a different statement in disguise. It seems to specify, not a value that get returned, but the length of time to wait before the idle handler next executes.
Another question. Is it possible to invoke an “on idle” handler in a normal script. I get the feeling AppleScript needs to be in some sort of run state ...
Obviously I’m not clear on the concept, and even Matt Neuber’s book hasn't helped me.
Here's a failed example which I've treid to run in Script Editor:
property a : 0
on idle
set a to a + 1
return 1 -- should give result every second to the Result pane
-- should
end idle
-- in this example I call the idle handler
property a : 0
idle
on idle
set a to a + 1
return 1 -- should give a result every second to the Result pane
end idle
-- result: 1

>In stark contrast to HyperTalk, it seems that AppleScript does not send itself idle messages
That's correct. There is no automatic ide handling. To be honest it's been so long since I've used HyperTalk I don't remember how it works there, but I know they don't directly translate.
> The Return statement of an “on idle” seems to perform a function distinctly different than the Return statements of other handlers ... as if it's actually is a different statement in disguise. It seems to specify, not a value that get returned, but the length of time to wait before the idle handler next executes
That is exactly what it does - it tells AppleScript how long to wait before calling the idle handler again. This is documented in the AppleScript Language Guide section about idle handlers.
>Another question. Is it possible to invoke an “on idle” handler in a normal script. I get the feeling AppleScript needs to be in some sort of run state ...
The script does need to be saved as a 'stay-open' script in order for the idle handler to work.
>on idle
set a to a + 1
return 1 -- should give result every second to the Result pane
-- should
end idle
Contrary to your expectation, the return 1 statement does not return '1' to the result pane. It tells AppleScript to come back in 1 second and run the idle handler again.
Try:
<pre class=command>on idle
set a to a + 1
log a --> writes out the current value of a
return 1 --> come back again in 1 second
end idle</pre>

Similar Messages

  • Serial VISA 'Write' -why is it slow to return even with large buffer?

    Hi,
    I'm writing a serial data transfer code 'module' that will run 'in the background' on a cRIO-9014.  I'm a bit perplexed about how VISA write in particular seems to work.
    What I'm seeing is that the VISA Write takes about 177ms to 'return' from a 4096 byte write, even though my write buffer has been set to >> 4096.
    My expectation would be that the write completes near instantly as long as the VISA driver available buffer space is greater than the bytes waiting to be written, and that the write function would only 'slow down' up to the defined VISA timeout value if there was no room in the buffer.
    As such, I thought it would be possible to 'pre-load' the transmit buffer at a high rate, then, by careful selection of the time-out value relative to the baud rate, it would self-throttle once the buffer fills up?
    Based on my testing this is not the case, which leaves me wondering:
    a) If you try to set the transmit buffer to an unsupported value, will you get an error?
    b) Assuming 'yes' to a, what the heck is the purpose of the serial write buffer? I see no difference running with serial buffer size == data chunk size and serial buffer size >> data chunk size??
    QFang
    CLD LabVIEW 7.1 to 2013

    Hi, I can quickly show the low-level part as a png. It's a sub-vi for transferring file segments.  Some things like the thin 'in-line' VI with (s) as the icon were added to help me look at were the hold-up is.  I cropped the image to make it more readable, the cut-off left and right side is just the input and output clusters.
    In a nut-shell, the VISA Write takes as much time to 'return' as it would take to transfer x bytes over y baud rate.  In other words, even though there is suppused to be a (software or hardware) write and read buffer on the com port, the VISA write function seems to block until the message has physically left the port (OR it writes TO the buffer at the same speed the buffer writes out of the port).  This is very unexpected to me, and what prompted me to ask about what the point is of the write buffer in the first place?  -The observations are on a 9014 RT target built in serial port.  Not sure if the same is observed on other targets or other OS's.  [edit: and the observation holds even if transmitting block-sizes of say 4096 with a buffer size of 4096 or 2*4096 or 10 * 4096 etc. I also tried smaller block sizes and larger block sizes with larger still buffers.  I was able to verify that the buffer re-size function does error out if I give it an insane input buffer size request, so I'm taking that to mean that when I assign e.g. a 4MiB buffer space with no error, the write buffer actually IS 4MiB, but I have not found a property to read back what the HW buffer is, so all I have to base that on is the lack of an error during buffer size setting.) [\edit\]
    The rest of the code is somewhat irrelelvant to this discussion, however, to better understand it, the idea is that the remote side of the connection will request various things, including a file.  The remote side can request a file as a stream of messages each of size 'Block Size (bytes)', or it can request a particular block (for handling e.g. re-transmission if file MD5 checksum does not match).   The other main reason for doing block transfers is that VISA Write hogs a substantial ammount of CPU, so if you were to attempt to write e.g. a 4MiB file out the serial port, assuming your VISA time-out is sufficiently long for that size transfer, the write would succeed, but you would see ~50% CPU from this one thread alone and (depending on baud rates) it could remain at that level for a verrry long time.   So, by transferring smaller segments at a time, I can arbitrarily insert delays between segments to let the CPU sleep (at the expense of longer transfer times).  The first inner case shown that opens the file only runs for new transfers, the open file ref is kept on a shift register in the calling VI.  The 'get file offset' function after the read was just something I was looking at during (continued) development, and not required for the functionality that I'm describing.
    QFang
    CLD LabVIEW 7.1 to 2013

  • Command+Return and Shift+Return keyboard shortcuts stopped working

    I'm using Firefox 4.0 on a 21.5" iMac running Mac OS X version 10.6.7. Just this morning, the command+return and shift+return keyboard shortcuts to auto-complete the .com and .net addresses of websites stopped working. Command+w still closes a tab, and command+left click still opens a tab in a new window. However, when I type anything in the address bar ("mac" for example) and then hit command+enter, Firefox opens up a new tab with a Google search for the word I typed. The address for this new tab is as follows:
    http://www.google.com/search?q=mac&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
    Any idea what gives? I'm rather perplexed and frustrated.

    Just removed OmniBar and the problem went away.

  • GetAttribute returning null

    I'm encountering a rather perplexing issue when using the getAttribute method of the Row interface.
    I have a view object defined and it returns 13 columns worth of data.
    Once I have executed the query and attempt to read the results using the getAttribute method, I receive a null on a field that I know is not blank.
    The following is the query that is executing for the view:
    ViewObject vPri = getDBTransaction().getRootApplicationModule().findViewObject("Priority_WRST_View");
    vPri.setWhereClause("WucstormPr.PRIORITY >= " + nPri);
    vPri.executeQuery();
    System.out.println(vPri.getQuery());
    SELECT wucstormpr.CALL, wucstormpr.priority, wucstorm.locdescription,
    wucstorm.CALL AS call1, wucstorm.quadrant, wucstorm.codetype,
    wucstorm.idplant, wucstorm.circuit, wucstorm.feeder,
    wucstorm.transformer, wucstorm.MAP, wucstorm.description,
    wucstorm.status
    FROM wucstorm_pr wucstormpr, wucstorm wucstorm
    WHERE (wucstormpr.CALL = wucstorm.CALL)
    AND wucstorm.status = 'WRST'
    AND (wucstormpr.priority >= 10)
    ORDER BY wucstormpr.priority
    The query returns 6 rows of data.
    When I attempt to run the following code, the value returned is a null, which I know is not true since the query is limiting the records based on this field.
    Row rPri = null;
    while (vPri.hasNext())
    rPri = vPri.next();
    Object oOldNum = rPri.getAttribute("Priority");
    String sOldNum = String.valueOf(oOldNum);
    System.out.println("***** " + sOldNum);
    When I run the above code for any one of the other 12 fields, the anticipated value is returned. It just doesn't seem to work for the "Priority" field. I've verified that the Attribute name is correct and I've also tried to access the value using its' index instead of the name...with the same result.
    Does anyone have any ideas why this would be occuring?
    Thanx in advance,
    Elder

    Here is the stack trace being generated when I attempt to retrieve the value in the Priority field using the appropriate accessor method.
    Does anyone have any ideas on why this is occurring?
    oracle.jbo.AttrSetValException: JBO-27020: Set method for attribute "Status" in Wucstorm could not be resolved.
         at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:863)
         at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:952)
         at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:873)
         at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:1011)
         at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:988)
         at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:753)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:469)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttribute(JUCtrlValueBinding.java:552)
         at oracle.jbo.uicli.jui.JUTextFieldBinding.setDataValueAt(JUTextFieldBinding.java:209)
         at Wucstorm_app.Wucstorm_Main_Panel.MaxButton_Status_actionPerformed(Wucstorm_Main_Panel.java:706)
         at Wucstorm_app.Wucstorm_Main_Panel.access$5000371(Wucstorm_Main_Panel.java:39)
         at Wucstorm_app.Wucstorm_Main_Panel$4.actionPerformed(Wucstorm_Main_Panel.java:356)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    ## Detail 0 ##
    java.lang.NumberFormatException: For input string: "null"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:468)
         at java.lang.Integer.valueOf(Integer.java:574)
         at Wucstorm_bcPack.WucstormImpl.setStatus(WucstormImpl.java:213)
         at Wucstorm_bcPack.WucstormImpl.setAttrInvokeAccessor(WucstormImpl.java:801)
         at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:816)
         at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:952)
         at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:873)
         at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:1011)
         at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:988)
         at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:753)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:469)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttribute(JUCtrlValueBinding.java:552)
         at oracle.jbo.uicli.jui.JUTextFieldBinding.setDataValueAt(JUTextFieldBinding.java:209)
         at Wucstorm_app.Wucstorm_Main_Panel.MaxButton_Status_actionPerformed(Wucstorm_Main_Panel.java:706)
         at Wucstorm_app.Wucstorm_Main_Panel.access$5000371(Wucstorm_Main_Panel.java:39)
         at Wucstorm_app.Wucstorm_Main_Panel$4.actionPerformed(Wucstorm_Main_Panel.java:356)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • Wrong phone listed as returned and still paying for returned phone, how did I finally get a credit?

    I went to the Rancho Santa Margarita store back in February. On the 16th I switched to the Edge program and added my boyfriend. We bought 2 phones under the Edge, however, we needed to return his phone the next day due to no service at his work.
    The sales representative was great and returned the phone, however, on the receipt he listed my phone as being returned. I have been back to the store twice to get it fixed, called them multiple times as well and still no credit for the phone I no longer have in my possession.
    I finally did a live chat with a representative online with Verizon and he said he would look into and take care of it. But recently, I received an email from him saying that there is no record that the phone was returned so I would need to go back to the store that apparently won't or can't help me either.
    It is obvious that the wrong phone was listed on the return receipt since I am using the returned phone listed on my receipt and still paying for it as well. The other phone I am paying for is not even connected to a phone number. So it should be common sense and obvious that the wrong phone was listed as being returned because how could it be if I am using still using the phone that was apparently returned and it is connected to my phone line.
    I have spent hours trying to get this resolved and have now paid $275.12 on a phone that is in Verizon's possession but they won't and/or don't care to acknowledge the mistake on their part of listing the wrong phone returned.
    How can I finally get this resolved and get my money back? Any ideas would be greatly appreciated. I have never had bad customer service until now and would hate to cancel my account, but am very close to that point.

    Ok so I am still perplexed by this situation and why Verizon chooses to ignore my pleas to help me get a refund for a phone that I no longer possess since I returned it to them the next day. I am still having to pay for this phone and am getting extremely upset at this situation.
    To make matters worse since I posted about this situation at the end of January, I did have one person contact me from Verizon and ask me for more information. I provided that information and have not heard back as well as now all receipts related to this incident have been removed from my account. Well I did keep a copy of these on my computer and on several zip drives so I still have the proof of them continuing to charge me for two phones when it shows a receipt of one being returned even though they listed the wrong one.
    I sure hope this was a mistake and not a cover up to try and eliminate all evidence of this mistake.
    Should I go to the better business bureau with this issue? Has anyone else had a similar situation and if so how did you finally get it resolved.
    Thank you in advance for your information and suggestions.

  • Can I return my laptop

    I bought my laptop around the beginning of March 2011. I am very dissatisfied with it and was wondering if I could bring it in for a refund.The computer is a Dell Inspiron. 

    I'm sorry, but you only have 14 days to return a laptop. You could send it in for repair if there is an issue with the device.
    I am a Bestbuy employee who volunteers on these boards on my own time. I am not paid for posting here, and you should understand that my opinions are exactly that - opinions. I do not represent Bestbuy in any way.
    : Open Mailbox

  • Return of Free goods item - Problem in item category

    I am trying to create return order of Free sample billing
    (ZFDP). The return order type for the free sample is ZFDR.
    We have specified Item category for the ZFDR is RENN (Free good item) in IMG Activity -> Assign Item categories.
    When I create order and save it, it prompts me to enter G/L Account.
    This material is free. It should not prompt G/L Account for it. There is no revenue recognition specified for the item category. I tried changing item category to ZKLN i.e Free of charge item. This item category does not prompt for G/L Account while creating order. but I can not use this item category because it prompts me for Avialability. I can not remove the Avaialabilty check for it because the same item category is used in the Free sample order where availability check is required
    In ZFDP order type, we are issuing 100% discount by using R100
    discount condition.  Please let me know how can I solve this problem.
    I think there is some problem in my item category itself. .
    My setting for Item category in IMG - Define item category is
    same for both ZKLN and RENN. Only difference is RENN has returns
    tick and pricing field is blank. In ZKLN pricing is defined as B- 100%
    discount. I also tried changing the pricing option of RENN to B.
    But still it is asking for G/L Account.
    I can not use ZKLN instead of RENN because my ZKLN is used in the
    Free item Sales order.
    Please help.
    Regards
    Saurabh Gothivrekar

    Hi
    I got answer to my query. YOu need to specify the bill type while defining sales document type. This bill type should not have account assignment mentioned in it.
    I changed the bill type, which does not have Account assignment procedure attached to it.
    It has solved my problem

  • Query help: query to return column that represents multiple rows

    I have a table with a name and location column. The same name can occur multiple times with any arbitrary location, i.e. duplicates are allowed.
    I need a query to find all names that occur in both of two separate locations.
    For example,
    bob usa
    bob mexico
    dot mexico
    dot europe
    hal usa
    hal europe
    sal usa
    sal mexico
    The query in question, if given the locations usa and mexico, would return bob and sal.
    Thanks for any help or advice,
    -=beeky

    How about this?
    SELECT  NAME
    FROM    <LOCATIONS_TABLE>
    WHERE   LOCATION IN ('usa','mexico')
    GROUP BY NAME
    HAVING COUNT(DISTINCT LOCATION) >= 2Results:
    SQL> WITH person_locations AS
      2  (
      3          SELECT 'bob' AS NAME, 'USA' AS LOCATION FROM DUAL UNION ALL
      4          SELECT 'bob' AS NAME, 'Mexico' AS LOCATION FROM DUAL UNION ALL
      5          SELECT 'dot' AS NAME, 'Mexico' AS LOCATION FROM DUAL UNION ALL
      6          SELECT 'dot' AS NAME, 'Europe' AS LOCATION FROM DUAL UNION ALL
      7          SELECT 'hal' AS NAME, 'USA' AS LOCATION FROM DUAL UNION ALL
      8          SELECT 'hal' AS NAME, 'Europe' AS LOCATION FROM DUAL UNION ALL
      9          SELECT 'sal' AS NAME, 'USA' AS LOCATION FROM DUAL UNION ALL
    10          SELECT 'sal' AS NAME, 'Mexico' AS LOCATION FROM DUAL
    11  )
    12  SELECT  NAME
    13  FROM    person_locations
    14  WHERE   LOCATION IN ('USA','Mexico')
    15  GROUP BY NAME
    16  HAVING COUNT(DISTINCT LOCATION) >= 2
    17  /
    NAM
    bob
    salHTH!
    Edited by: Centinul on Oct 15, 2009 2:25 PM
    Added sample results.

  • Unable to capture return values in web services api

    At the time of login to web services if my server is down ,
    it returns following error :
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
            at java.lang.String.substring(String.java:1438)
            at java.lang.String.substring(String.java:1411)
    I want to capture this error so that i can try another server to login. how do i capture this error
    Another place where i want to capture the return Value is when i look for a report on the server
    rh = boBIPlatform.get("path://InfoObjects/Root Folder/"src_folder"/" + reportName +
                               "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    oInfoObjects = rh.getInfoObjects();
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    Here if the report is not there on the server , it returns a null handler exception.
    but if i try catching it by checking my responsehandler is null  like rh == null  it does not catch it.
    Any help will be appreciated
    thanks
    Rakesh Gupta

    Ted : i have two cases
    1)   server = server_st.nextToken();
        providerURL = "http://"server"/dswsbobje/services";
        sessConnURL = new URL(providerURL + "/session");
       Connection boConnection = new Connection(sessConnURL);
       Session boSession = new Session(boConnection);
      EnterpriseCredential boEnterpriseCredential = new    EnterpriseCredential();
                  boEnterpriseCredential.setLogin(userid);
      boEnterpriseCredential.setPassword(pwd);
      boEnterpriseCredential.setAuthType(auth);
    SessionInfo boSI = boSession.login(boEnterpriseCredential);
    I have got a list of servers running web servcies stored in my tokens. when i pass the first server name say " test:8080" and that server is down , i want to catch somewhere in the code above that it did not get the connection so that i can loop back and try with the second server say test1:8080
    This is for failover purposes.
    at present when i was trying to capture return value of boSI it  breaks giving the error
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1438)
    at java.lang.String.substring(String.java:1411)
    2nd case :
    I am geeting reports from the server and scheduling them:
    i run the following code which works fine if reports is there
    rh = boBIPlatform.get("path://InfoObjects/Root Folder/"src_folder"/" + reportName +
    "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    oInfoObjects = rh.getInfoObjects();
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    Here if  the  report  is not there on the server  then i should be able to catch from the response handle rh that it has got a null value.
    but rh does not return a null value 
    the code ultimately throws a null handle at the following line
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    i am not able to catch the null value there also.
    hope you got my issue.

  • Generate prov.xml for Creative Cloud. Return Code 27

    We're trying to follow this guide (Creative Cloud Help | Using Adobe Provisioning Toolkit Enterprise Edition) to serialize a package (or something). We're stuck on generating prov.xml. My best attempt at an entry is:
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\utilities\APTEE>adobe_prtk.exe --tool=VolumeSerialize --generate --serial=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx --regsuppress=ss --eulasuppress --locales=en_US --provfilepath=C:\Program Fil
    es (x86)\Common Files\Adobe\OOBE\PDApp\CCP
    It says half of this is optional, but I'm skeptical.
    Anyway, I'm getting return code 27. This indicates that it is unable to edit the prov.xml file specified. I didn't specify a prov.xml file, I'm trying to make one. The syntax I'm using differs from what I found on the page I linked, as that was giving me syntax errors. I lifted this off someone else's code. I've tried just about every variation I can think of. Any help would be appreciated.
    This is on Windows

    One of these links may help
    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Help Needed: Returning Back to Windows 8 after downgrading to Windows 7

    Hi guys, im just new here.
    I have a MSI GE40 gaming laptop which I bought 2 months back.
    Within those 2 months of usage, I always encounter my laptop to be very slow in shutting down. It always take, maybe up to 10 minutes to fully shut down. The screen goes black but the power button stays on orange color, & as I said, it takes a long time  for the power button to be completely unlit. But for start up, its blazing fast.
    Thinking that windows 8 itself is the culprit of super slow shutting down, I searched the net on how to downgrade to windows 7.
    Of course I did make a back up first on a 16gb usb flash drive using the pre-installed recovery software from MSI which was completed successfully.
    Then I made some tweaks on the bios (ie select legacy & disable secure boot) & boot using windows 7 installation DVD, deleted all partitions (since the notebook comes with GPT partition) to be able to install windows 7. I installed all the drivers which I downloaded from MSI website specific to my notebook.
    But the problem is not solved, it is still very slow in shutting down, & now even boot up becomes very slow too.
    So I downloaded & execute the firmware & bios for windows 7 from msi website (again, specific to my model). But still the same, the notebook is still very slow both in shutting down & start up.
    So I decided to go back again to windows 8, I tried to boot from the flash drive (I adjusted from the bios & make the flash drive to be the first priority) but it did not boot from it. I tried F11 on start up & selected to boot from usb flash drive but again, to no avail.
    So the last one I did was downloaded windows 8, make a bootable flash drive out of it, boot from it and luckily, I succeed - I have now again a windows 8 msi ge40 laptop.
    But I wanted my laptop to be reinstated to factory setting, i.e, all preinstalled softwares are there, the bios is default for windows 8. So I tried to update the bios to the one for windows 8 again (since I downgraded the bios to the one for windows 7 when I downgraded the OS to windows 7). But I could not update the bios, the laptop is not booting from usb flash drive containing the bios.
    I tried also to recover using F3 on start up but the system does not recognize the flash drive (with system back up). I tried also on PC settings but to no avail.
    Now guys, I need your help.
    How can I return back my laptop to default factory settings?
    Thank you.
    (sorry for my not so good English)

    Hello:
    I think it's not only about the OS version, you need to return this back to your shop to repair with the slow shot down issue, because the OS should be shot down in 30 seconds, far from your GE40 times.

  • Can I return my Lenovo S 205 ?

    Hi guys, I have had a multitude a problems since owning my Lenovo S 205 some 8 months ago.
    I got the laptop via Laptops Direct, an online laptop store.
    The first problem I experienced was when the laptop kept on shutting down on its own quite a few times. This I later discovered was because the laptop battery had a tendency to become loose sometimes.
    The second problem was when it began to freeze after I installed another version of MS Office.
    The third problem was when  it lost its bluetooth capabilities, although the bluetooth device had been detected as present.
    I managed to get the second and third problems fixed by a friend. However, after two weeks, the two problems have returned...TA-RAAA !
    I can only recommen other people to stay away from Lenovo right now !
    Does anyone know if I can return my Lenovo laptop and get a refund for it, so I can get something else like a Toshiba or an Asus ? Thanks very much !

    hi teresanazir,
    sorry to say that but refund is not possible at this point. have you tried to contact lenovo support line to ship it back to service for your issues?

  • Wifi works poorly on my brandnew ipad2. can some one help me or shall I return it to the store?

    Wifi works poorly to none on my brandnew (three days old) ipad2.
    The same Wifi connection works perfectly with my PC laptop.
    Can some one help me or shall I return it to the store?

    Try here...
    Apple - Support - iPad - Wi-Fi

  • Returning.

    Hi guys.. is it possible for me to return my laptop that i ordered last may 07 2010... can i return it a get a refund???? thanks....

    adamski07 wrote:
    Hi guys.. is it possible for me to return my laptop that i ordered last may 07 2010... can i return it a get a refund???? thanks....
    It's yours. No returns allowed after the return date unless the store management allows it. Since you have had it for over a month, you could have easily decided it wasn't the right one for you and returned it within the acceptable amount of time.

  • Can I return my macbook air that I brought during the holidays (Thanksgiving)

    I was gifted a Macbook air during the thanksgiving season, and since I am a computer science developer ( a student to be precise), I want to return my Mac and opt in for a Windows machine ( so that I can get enough software support if needed, there are several people around me with a pc). I was wondering, how can I return my laptop ? What are the terms and conditions ?
    Thank you in advance.

    I would think you cannot return a product after the return date has passed.
    Call the Apple Store and ask them.

Maybe you are looking for

  • Spend limit check not getting validated while raising a shopping cart

    Hi Experts, Can someone suggest me what could be the reason, I had a problem with a role when ever I assign a role to a user XXXX_EBP_EMPLOYEE_1350. which means if a user raises a shopping cart for the value greater than 1350 Euros system will check

  • How to restrict the Master data in HR reports .???

    Dear SAP-ABAP Experts . I am facing a problem regarding HR reports which is appearing from HR Master Data . we want to restrict that a employee whose payroll area is AB (say) can only able to access the out of reoprt for payroll area AB only He/She n

  • Creation multiple idocs on creation of a Purchase order

    Hi all,   I am having a requirement wherein if I create/change any purchase order with multiple Items in one system, I need to create multiple sales orders in the receiving system with each item. That is, the sending system should send multiple ORDER

  • PD Profile / Structural Authorization in Access Request - 10.1

    Hi - We are upgrading from 5.3 to 10.1 SP6.  We are not migrating.  In 5.3 we provisioned PD profiles directly to a user in OOSB. I'm having issues with our PD Profile showing up in my access request search.  Here's what I have done. Business Role Ma

  • How do I edit nef files from my Nikon D800 in Lightroom four?  thanks

    Hello I am new to lightroom.  I just purchased lightroom four and recently purchased a nikon D800.  How do I edit nef files in lightroom four.  I presently get an error message.  Any help would be appreciated thanks