SAP 6.40 patch 17 - Script Recorder Doesn't produce any VBScript

Hi!
I'm REALLY new into this stuff, and it can be I'm asking silly question but.
When I try to record use case thru Script Recorder on my SAP Logon 6.40 patch level 17 no script is generated in C:\Documents and Settings\<user>\SapWorkDir.
I've previousley managed to record the same thing on SAP Logon 6.20 rel 15.
the trace file looks as follows:
(Error)(12.03.07 18:03:24.127): MyThrowOleDispatchException: 633
(Error)                       : RecordScript failed with code 633, Error description not available
(Error)(12.03.07 18:03:26.911): MyThrowOleDispatchException: 633
(Error)                       : MyThrowOleDispatchException: 633
(Error)                       : MyThrowOleDispatchException: 633
(Error)(12.03.07 18:03:26.921): MyThrowOleDispatchException: 633
(Error)(12.03.07 18:03:33.333): MyThrowOleDispatchException: 633
(Error)(12.03.07 18:03:41.346): MyThrowOleDispatchException: 633
(Error)                       : MyThrowOleDispatchException: 633
(Error)                       : MyThrowOleDispatchException: 633
(Error)                       : MyThrowOleDispatchException: 633
(Error)(12.03.07 18:03:42.368): MyThrowOleDispatchException: 633
(Error)(12.03.07 18:03:45.403): MyThrowOleDispatchException: 633
(Error)                       : StopRecording failed with code 633, Error description not available
I'm pretty sure this is minor issue and that my parameter perhaps are set wrong.
System WinXP (SP2)
Any ideas??

Hi Jude,
thanks for the reply. We are using SAP gui 7.30 Patch 10 . It does not create the script.vbs file when we perform the recording
Please find the below error trace we are getting:
Scriptiog(Error): MyThrowOleDispatchException: 633
Scripting(Error): RecordScript failed with code 633, Error description not available
Regards,
Sharyu

Similar Messages

  • Robohelp 9 WebHelp - Searching doesn't produce any results.

    Hi, I upgraded to RoboHelp 9 last week and now searching in Webhelp doesn't produce any results. I've created a new project, used the sample project, tried generating it to a new folder and results remain the same.
    When I select the search tab, the status bar flutters with the "Waiting for file...." displayed indefinetly with the occassion display of the javascript: (void);
    Screens shots are from the RH 9 sample project. Results are the same with my projects.  CHMs generated work fine!
    Any suggestions?

    Mary
    You added the problem to another thread that was not related as the issue there is the use of HTTPS. I have deleted that post.
    You also started a second thread with a the same question. I don't understand how asking the question twice will help so I have locked that thread but created a link to this thread so that anyone with an answer can help you. If there is a reason for starting a second thread, please let me know.
    Please just ask once and wait for a reply as this wastes moderator's time that is better used trying to answer questions.
    Now to the problem. Searching with Chrome installed works just fine for most people so the problem seems to be local to you. If I have read you correctly, after installing Chrome, the search breaks no matter what browser is used.
    Was that checked on other machines or just yours?
    IGNORE THIS QUESTION - The answer is YES and that was in the post.
    Did you also check that search was broken with the supplied sample projects? I know that works with the three browsers being discussed here?
    Where was the help installed when tested by you both standalone and from the application?
    Questions 2 and 3 are really only related to problems with Chrome. I have not seen anyone report Chrome also breaking the search in the other browsers. There's more to this than meets the eye as Chrome has not caused that problem for anyone else, or at least, no one has reported it.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • [SAP Script] Recorder doesn't record "import from file - btn[23]" step

    Hi,
    I'm a total newbie in SAP script language.
    Iu2019m looking for some solution to import txt file with btn[23]. Whole procedure should look like this:
    006 click IMPORT FROM FILE u2013 btn[23]
    007 paste into textbox filepath "C:\Program lojalnosciowy\klienci.txt" and click OPEN
    008 click CONFIRM & LOAD - btn[8]
    Recorder doesnu2019t record step 007. Do you know how to fix it? Iu2019ve tried to add this line but I assume that ctxtDY_FILENAME is the wrong textbox name:
         007     MySession.findById("wnd[2]/usr/ctxtDY_FILENAME").text = "C:\Program lojalnosciowy\klienci.txt"
    SAP SCRIPT CODE:
    IsInput     ID     ScriptCode
    START     001     
         002     MySession.findById("wnd[0]/tbar[0]/okcd").text = "ZFOVERDUE"
         003     MySession.findById("wnd[0]").sendVKey 0
         004     MySession.findById("wnd[0]/usr/btn%_DD_KUNNR_%_APP_%-VALU_PUSH").press
         005     MySession.findById("wnd[1]/usr/tabsTAB_STRIP/tabpSIVA").select
         006     MySession.findById("wnd[1]/tbar[0]/btn[23]").press
         008     MySession.findById("wnd[1]/tbar[0]/btn[8]").press

    Hi shyha777,
    maybe it helps you if you look at the following link:
    Re: Pasting filename in a panel using script
    Regards,
    ScriptMan

  • I cannot seem to download the Firefox browser because the download screen doesn't produce any window for me to click on to run or save.

    When attempting to download the Firefox browser, I click on the big green button to download, then I am taken to the next page which says it should begin in a few seconds. Nothing happens. I click where it says to click if nothing happens and nothing happens. I tried this using both Google Chrome and IE. I have an internet connection, but cannot get it to work. HELP!!! And yes, I did turn off my pop-up blocker just to be sure.

    http://www.apple.com/support/mac/app-store/contact.html?form=account

  • JSP doesn't produce any output

    6.1sp1
              What am I doing wrong? This JSP page:
              <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2">
              <html>
              <body>
              Hello, World!
              </body>
              </html>
              </jsp:root>
              compiles into :
              public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
              // declare and set well-known variables:
              javax.servlet.ServletConfig config = getServletConfig();
              javax.servlet.ServletContext application = config.getServletContext();
              javax.servlet.jsp.tagext.Tag _activeTag = null;
              // variables for Tag extension protocol
              Object page = this;
              javax.servlet.jsp.JspWriter out;
              javax.servlet.jsp.PageContext pageContext =
              javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 8192, true);
              out = pageContext.getOut();
              JspWriter _originalOut = out;
              javax.servlet.http.HttpSession session = request.getSession(true);
              try { // error page try block
              } catch (Throwable __ee) {
              while (out != null && out != _originalOut) out = pageContext.popBody();
              ((weblogic.servlet.jsp.PageContextImpl)pageContext).handlePageException((Throwable)__ee);
              //before final close brace...
              Dimitri
              

    I am confused now.
              [5.3.12] says:
              All text that is uninterpreted by the JSP translator is converted
              into the body for a jsp:text element. As a consequence no XML elements
              of the form described in Section JSP.5.2.11 will appear in the XML view
              of a JSP page written in JSP syntax.
              and [5.2.11] says:
              The XML syntax for JSP pages also allows an XML element that does
              not rep-resent neither a standard action nor a custom actionto appear
              anywhere where a jsp:text may appear. The interpretation of such an XML
              element is to pass its textual representation to the current value of out,
              after the whitespace processing described in Section JSP.5.2.1.
              which means that page like this:
              <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2">
              <html>
              <body>
              Hello, World!
              </body>
              </html>
              </jsp:root>
              should work - "...The interpretation of such an XML element is to pass its textual
              representation to the current value of out...", right?
              And the schema appear to allow this (B.2):
              <xsd:group name = "Bodygroup">
              <xsd:choice>
              <xsd:element ref = "directive.page"/>
              <xsd:element ref = "directive.include"/>
              <xsd:element ref = "scriptlet"/>
              <xsd:element ref = "declaration"/>
              <xsd:element ref = "expression"/>
              <xsd:element ref = "useBean"/>
              <xsd:element ref = "setProperty"/>
              <xsd:element ref = "getProperty"/>
              <xsd:element ref = "include"/>
              <xsd:element ref = "forward"/>
              <xsd:element ref = "plugin"/>
              <xsd:element ref = "text"/>
              <xsd:any namespace="##other" processContents = "lax"/>
              </xsd:choice>
              </xsd:group>
              newsgroups.bea.com <[email protected]> wrote:
              > As per JSP1.2 section 5.3.12 you have to put any template text into
              > <jsp:text>...</jsp:text> blocks. There are also some examples further along
              > in the specification.
              > Sam
              > "Dimitri Rakitine" <[email protected]> wrote in message
              > news:[email protected]...
              >> 6.1sp1
              >>
              >> What am I doing wrong? This JSP page:
              >>
              >> ---
              >> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2">
              >> <html>
              >> <body>
              >> Hello, World!
              >> </body>
              >> </html>
              >> </jsp:root>
              >> ---
              >>
              >> compiles into :
              >>
              >> public void _jspService(javax.servlet.http.HttpServletRequest request,
              > javax.servlet.http.HttpServletResponse response) throws java.io.IOException,
              > javax.servlet.ServletException
              >> {
              >>
              >> // declare and set well-known variables:
              >> javax.servlet.ServletConfig config = getServletConfig();
              >> javax.servlet.ServletContext application =
              > config.getServletContext();
              >> javax.servlet.jsp.tagext.Tag _activeTag = null;
              >> // variables for Tag extension protocol
              >>
              >> Object page = this;
              >> javax.servlet.jsp.JspWriter out;
              >> javax.servlet.jsp.PageContext pageContext =
              >>
              > javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this,
              > request, response, null, true, 8192, true);
              >>
              >> out = pageContext.getOut();
              >> JspWriter _originalOut = out;
              >>
              >> javax.servlet.http.HttpSession session = request.getSession(true);
              >>
              >>
              >>
              >> try { // error page try block
              >>
              >> } catch (Throwable __ee) {
              >> while (out != null && out != _originalOut) out =
              > pageContext.popBody();
              >>
              > ((weblogic.servlet.jsp.PageContextImpl)pageContext).handlePageException((Thr
              > owable)__ee);
              >> }
              >>
              >>
              >> //before final close brace...
              >> }
              >>
              >> ???
              >>
              >> --
              >> Dimitri
              Dimitri
              

  • Error in connecting SAP R/3&Load Runner thr' recording for script creation

    Hi SAP Gurus!!
    I am New to SAP environment.
    I got the following Error
    " Scripting Interface  is disabled on SAP Server"
    No action can be recorded on this connection.
    What I try to do is:
    I  tried to connect the SAP R/3 (4.77 EE- IDES environment) through Load Runner (8.1 evaluation version) through recording for creating a script.
    What I did at load runner :
    Start Creating Script by by pressing "start recording"  by giving the following options
    Program to Record : SAP logon
    Working Directory :C:\Program Files\SAP\FrontEnd\SAPgui
    Record into action : vuser_init
    and in options : enable the Auto logon by providing the details of
    SAP Server name,client,username,password and language.
    By pressing OK button I got the above error and it was trying to connect the SAP.
    If i give manually again logon details it is loging in to SAP but it is not recording any thing.
    Can any body help in this regard?
    Thanks in advance
    Regards,
    Vam C

    Hi HP
    Was wondering if you can help me, I am trying to create a trouble shooting sheet for possible reasons why sap scripting fails to connect at some of our clients. We write a screen reader that consumes the sapfewse.oxc, I have implemented this in C sharp and have great results. However I constantly getting support issues that my screen reader fails to connect.
    Often the problem is fixed by just enabling Scriping on the client or using RZ11, I noted that you seem to indicate, however that RZ11 is short term solution and you mentioned a permanent change.
    Can you please give details on the permanent change and how one can achieve this. Could you also list any other possible reasons why connecting to scripting might fail. I will be happy to mail you my connection code for a peer review as well, I would feel more comfortable with expert stamp of approval.
    Thanks
    Shaun,
    Your help will be much appreciated,

  • Error applying Adobe Reader 11.0.07 patch - "Error 2762. Cannot write script record. Transaction not started"

    I have a problem applying the "adobe reader 11.0.07" patch. I have downloaded "AdbeRdrUpd11007_MUI.msp" from Adobe site and tried applying the patch using the command.
    The following error is prompted
    "Error 2762. Cannot write script record. Transaction not started" at the end of installation, But the version is updated to "11.0.07" in ARP.
    This error is mainly related to custom action sequence in "Execute sequence".
    I have created logfile and checked. it points to the custom action - "CreateAcroPDFRegForIE11".
    Could someone help me resolve this issue?
    Thanks in Advance..

    Hello Kashif,
    Find the answers below:
    1) How did you install reader MUI for example by running setup.exe or through an AIP or may be via SCCM or GPO? Any customizations during first install?
         package is for SCCM  and the Installation is carried through msi . AIP
    2) Which version of Reader MUI do you have installed curently?
         Adobe Reader 11.0.05
    3) Which command did you use to run the patch?
         msiexec /p AdbeRdrUpd11007_MUI.msp
    4) Did you run the patch from an elevated command prompt?
         Yes
    5) Which OS version are you at?
         Windows 7 64 bit
    Am unable to share the log file, am just copying the lines where the installation stops and prompts error:
    MSI (s) (24:20) [11:26:44:071]: Doing action: CreateAcroPDFRegForIE11
    Action start 11:26:44: CreateAcroPDFRegForIE11.
    MSI (s) (24:20) [11:26:44:071]: Transforming table CustomAction.
    MSI (s) (24:20) [11:26:44:071]: Transforming table CustomAction.
    MSI (s) (24:20) [11:26:44:071]: Note: 1: 2262 2: CustomAction 3: -2147287038
    MSI (s) (24:20) [11:26:44:071]: Transforming table CustomAction.
    MSI (s) (24:20) [11:26:44:071]: Transforming table Binary.
    MSI (s) (24:20) [11:26:44:071]: Transforming table Binary.
    MSI (s) (24:20) [11:26:44:071]: Note: 1: 2262 2: Binary 3: -2147287038
    MSI (s) (24:20) [11:26:44:071]: Transforming table Binary.
    MSI (s) (24:20) [11:26:44:071]: Note: 1: 2762
    MSI (c) (80:E8) [11:26:44:243]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Error 2762.Cannot write script record. Transaction not started.
    MSI (s) (24:20) [11:33:58:305]: Product: Adobe Reader XI (11.0.07)  MUI -- Error 2762.Cannot write script record. Transaction not started.
    Action ended 11:33:58: CreateAcroPDFRegForIE11. Return value 3.
    Thanks In Advance..

  • Error 2762.Cannot write script record. Transaction not started.

    I get this error when trying to install any of the MSP from 11.0.7. My device is at 11.0.6. Has anyone seen this issue?

    Yes I am trying to install Adobe reader patch AdbeRdrUpd11007.msp on a Windows 7 device. I cannot uninstall already installed version as I am testing the deployment for an enterprise wide deployment and uninstalling existing version is not acceptible.
    The error I keep seeing is
    Error 2762.Cannot write script record. Transaction not started.
    However the Version is updated  to 11.0.7 in Help->About

  • Can't extract long text from SAP command CN23 using VB script.

    Am writing a VB Script to copy all the long text for a network (SAP command CN23) into an excel spreadsheet cell. I do the GUI script recording, but when the script displays the long text screen, the script does not copy the text. How can the script select all the text and save it to a cell of an open excel spreadsheet? The text window does not seem to follow the same functionality as the rest of the SAP screens.

    hi satheesh,
    I tried to extract using winrar but could not
    cheers
    ram

  • BI 7 : Command to export a table structure of SAP R/3 into a script/text ?

    Hi All.
    Greetings.
    Am New to SAP R/3 system.  And request help.
    We are trying to pull data from SAP R/3 thro Bussiness Objects Data Services into Oracle.
    For now : we create a target oracle table looking at the table structure of SAP R/3 from SE 11.
    In BODS, We then do the query transformation, and use the oracle target table created by us manually.
    This works absolutely fine.
    We would like to know the command by which we could export the table structure of any existing table
    in SAP R/3 into a script / or to text file,
    which we could use to create the same table structure in oracle.
    Rather than manually typing some 200 field names for each tables.
    Can anyone advise on this.
    Thanks
    Indu

    Hello,
    The problem is caused due to the spaces in your directories
    C:\SAP Dumps\Core Release SR1 Export_CD1_51019634/DB/ADA/DBSIZE.XML
    Replace the spaces with underscores and restart the installation from from scratch.
    Cheers
    Bert

  • How to handle multiple sessions in Script recorder

    Hi,
    I have a requirement to update certain records from a program. For that I have to put a breakpoint the program (which I did manually).
    Now when I use the scripting tool to record the events, only events related to the original session gets recorded. Any events on the newly opened debugger mode is not recorded !
    However, I can record the events in the debugger separately.
    So I have 2 scripts which are session dependent. In Session 1 my program runs and in session 2 (which opens the debugger in runtime) my edits need to be done.
    How to create a VB script which can handle this session issue?
    Went through this blog by Scriptman and since i am new couldnt get it working !!
    Please help me with a framework to handle this issue.
    Activate a session via Gui scripting
    Thanks,
    Jaywant

    Hi Thomas,
    Yes I have to handle both the session simultaneously.  Let me illustrate further.
    I have to update some (10k- 15k) products from a z table in CRM. We have a custom program for this.
    So, i use se38 and insert a breakpoint in the program (to make the updates to a field) and then execute it. Now I start my script recorder. Provide inputs to the program and hit execute.
    At this point my script recorder is running on the se38 window and not on the debugger window !
    I change the values and press F8. These manual updates do not get captured by script recorder.
    But, if I start my recorder once the debugger window was opened already, I can capture all these changes.
    So we have things like this...
    Script1.vbs --> Events captured in se38
    Script2.vbs --> Events captured in the debugger
    If I merge them and run, the recorder is not handling the new debugger session and the execution halts to get the "excel is waiting for another ole action"
    Thanks,
    Jaywant

  • HT201066 I bought QuickTime Pro but when I click File, New Screen Recording doesn't appear. Help?

    This is what shows up.

    QuickTime Player Pro doesn't include any screen capture features.
    QuickTime X (versions 10, 10.1 and 10.2) has screen recording features and its found in your HD/Applications folder.

  • Script Editor doesn't work in Firefox on Windows XP

    The script editor doesn't upload or display scripts. No matter what, the actual editing control stays blank. It's not a display issue--the scripts don't run either.
    It works in IE6 on my system, however.
    Firefox 2.0.0.4, Windows XP Pro SP 2.

    Ahh, good point Carl, this isn't happening while using firefox on apex.oracle.com
    In my environment I get the following error in the console: -
    Warning: Unknown property 'margion-bottom'. Declaration dropped.
    Source File: http://peter03/i/css/core_V22.css
    Line: 128
    reference line 128...
    span.lov_colorpicker span{margin-top:auto;[b]margion-bottom:auto;}
    which looks like a misspelling in the core_V22.css of 'margin-bottom'.
    but that is all, no javascript errors.
    I don't get that error on apex.oracle.com...
    Could this be the problem?
    Gus..
    OK, I've fixed the core_V22.css error. But it makes no difference to the display...
    also, should the margion-bottom be logged as a (tiny) bug and if so where is this done?
    Message was edited by:
    Gussay

  • SAP XI HR patch XI7_0_SAP_HR_6.00_83_00.tpz not getting imported

    SAP XI HR patch XI7_0_SAP_HR_6.00_83_00.tpz not getting imported
    ​Hi Team,
    We are trying to import this patch to SAP XI in IR, but this is
    not getting imported. Everytime it is getting errored out or running for more
    than 7 hours and still not completing.
    This patch is per below note:
    1969094 - PY-GB: Earlier Year Update Report Changes 2013/2014The .TPZ file was downloaded from below from SAP Market place.
    The .TPZ file was downloaded from below from SAP Market place.
    GO to SAP Service
    Marketplace:
    http://service.sap.com/sp-stacks
    Then follow the path given below
    -> Support Packages and Patches
    => A - Z Index
    o Click on index "E"
    -> Click on "ESR Content (XI Content)"
    XI content for SAP HR are available for 600 and 604 releases seperately.
    FOR SAP HR 600
    => XI CONTENT HR
    o XI CONTENT HR 600
    => #Database independent
    o DOWNLOAD: SP83 XI Content SAP HR 600To track the progress of the import we
    have also enabled the trace. Below is the trace log:
    To track the progress of the import we have also enabled the
    trace. Below is the trace log:
    #135 13:07:29 [AWT-EventQueue-0] DEBUG
    com.sap.aii.ib.clsif.login.LoginService: Found cached remote interface
    LoginServiceBean
    Feb 28, 2014 1:07:30 PM [1393592850003]:Info : Thread[AWT-EventQueue-0,6,m...
    com.sap.engine.services.rmi_p4: com.sap.engine.services.rmi_p4.Call.sendRequest
    MSG: com.sap.aii.ib.sbeans.login.LoginServiceRemote_Stub@d61efd:
    Calling remote method: getSystemMessages(com.sap.guid.IGUID) call id: 49
    connection: com.sap.engine.services.rmi_p4.Connection@1150389
    : None:192.168.29.48:50004 [null] server id: 8005050
    Feb 28, 2014 1:07:30 PM [1393592850019]:Path : Thread[AWT-EventQueue-0,6,m...
    com.sap.engine.services.rmi_p4.Connection.reply: com.sap.engine.services.rmi_p4.Connection@1150389
    : None:192.168.29.48:50004 [null]: sending message with size 410 bytes to
    server 8005050
    Feb 28, 2014 1:07:30 PM [1393592850019]:Path : Thread[Thread-23,6,main]
    com.sap.engine.services.rmi_p4: com.sap.engine.services.rmi_p4.Parser.newRequest
    MSG: Received message type: REPLY call id: 49 size:197 received from: com.sap.engine.services.rmi_p4.Connection@1150389
    : None:192.168.29.48:50004 [null]
    Please help on this urgently to find out the root cause and import the patch successfully.
    Many thanks.
    Binod Kumar

    Hi Binod,
    you can configure the java heap size in PI exchange profile. change the max heap size (to 1024 or check with basis)
    com.sap.aii.ib.client.jnlp.j2se.maxheapsize = 1024m
    refer the below wiki question 19
    QA for PI - One stop for all (Part - 1) - Netweaver Technology - SCN Wiki
    regards,
    Harish

  • Recording doesn't work since RAM Upgrade on WinXP x64 with Audi

    Hello there,
    I've been using my SB Audigy 4 (the usual version, not the pro version) for months in conjunction with WindowsXP Professional x64 SP2 by just using the drivers that can be downloaded from the web, "SBAX_WBUP2_LB_2_09_006.exe". Back then I didn't use the original CD because I thought it wouldn't support x64, which actually is incorrect . Everything worked fine. I then upgraded my memory from 4 GB to 8 GB. I am not sure whether the RAM update caused it or whether I did any other minor thing (this could involve BIOS updates or other software issues), but now I have the following issues:
    ) Recording doesn't work anymore at all: Things like VoiP (Skype, etc) or other recording doesn't work anymore, the indicator stays at 0 all the time. No matter whether the input source is the (WORKING) microphone, or the "what you hear" while playing music at maximum level. It simply refuses to record. Btw, I do have another partition that has Windows XP Pro 32bit installed, I can record with that one without problems. Using the same drivers that I mentioned above.
    2) Rear speakers aren't working. What should come out of the rear speakers comes out of the front speakers instead.
    I tried the following things to solve the problem, without success:
    ) Usual re-installation of the drivers
    2) Following the guide "Uninstalling Sound Blaster Drivers and Applications" that involves the "Clean start" of Windows and removing WDM drivers using the Creative-Utility. I did install the original CD drivers afterwards instead of using the newer drivers from the web.
    About recording there's another thing I can say: when I set the input source to the microphone and the I disable that the microphone output is muted, I can hear myself speaking.
    Any ideas what I could do?Message Edited by NameZero92 on 2-30-200706:8 PM

    wow, Thank you.
    I could indeed get the sound working when burning the 4 GB of RAM that I had additionally installed, which is hilarious, of course. :-)
    Does the driver-dev team look into this forum from time to time ? I would like to contact the support, but I purchased the audigy longer than a year ago. And actually I am not the who one who doesn't know what to do, but I just found a bug in the drivers (well, the guys in the other thread did, but what it comes down to is that with capacities of > 4GB deactivate the possiblity to record anything at all).Message Edited by NameZero92 on 0-03-200804:20 PM

Maybe you are looking for

  • How do i run find my ipod on a macbook

    lost my Ipod and I need to locate it using find my ipod on a macbook pro

  • Why aren't my podcasts appearing in the 'Music' app?

    After updating my iPhone 4S to IOS6 I was dismayed to see that I had to download a new Podcasts app to listen to my podcasts. Even though when I sync my iPhone to iTunes the fact that I may have more Podcasts in the app than I have synced doesn'e reg

  • What is the use of keychain in OS X?

    Hi everyone, i am using mac mini which installed OSX mavericks(9.2) as i am new to mac, most of the functions are still naive to me, I need to know how keychain manages my every password and how to tell keychain save only particular password and how

  • Case Statement Help needed

    case when datepart(mm,[SDate]) between '9' and '11' and datepart(mm,[PDate] ) between '9' and '11' Then 'Q1_' when datepart(mm,[SDate]) between '12' and '02' and datepart(mm,[PDate] ) between '12' and '02' Then 'Q2_' when datepart(mm,[SDate]) between

  • Please help me,bought phone and know its not working in my country

    Hi, I bought a blackberry curve 8520 in the Dominicans republics, and when I came back to Norway, the phone will not work. Is there somebody who can help me, or is all hope out....