Repeat last step

Is there an repeat last step function in Robohelp? In MS
Word, it is F4. Does RH have an equivalent?

Welcome to the forum.
Sorry but it doesn't. Follow the link below and suggest it.
It's a good idea.
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Similar Messages

  • PI 7.1 install issue on the last step

    I am installing pI 7.1 on HPUX IA64 and Oracle 10g.
    On the very last step, I get the error:
    An error occurred while processing service SAP NetWeaver Process Integration 7.1 > Installation Options > SAP Systems with Oracle > Standard System > Standard System( Last error reported by the step :Execution of UTL tool '/tmp/sapinst_instdir/PI71/INSTALL/SYSTEM/ORA/STD/AS/sapjvm/sapjvm_5/bin/java -classpath /usr/sap/XID/SYS/global/sltools/sharedlib/sap.comtcbloffline_launcherimpl.jar -showversion -Xmx256m -d64 com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain /usr/sap/XID/SYS/global/security/lib/tools/iaik_jce.jar:/usr/sap/XID/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/sap/XID/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/XID/SYS/global/security/lib/tools/iaik_ssl.jar:/usr/sap/XID/SYS/global/security/lib/tools/w3c_http.jar:/usr/sap/XID/SYS/global/sltools/sharedlib:/oracle/client/10x_64/instantclient/ojdbc14.jar -activated -prod_name=NetWeaver -usage_name=AAS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=XID -dsn=jdbc/pool/XID -ssprops=/usr/sap/XID/SYS/global/security/data/SecStore.properties -ssk=/usr/sap/XID/SYS/global/security/data/SecStore.key' aborts with return code 64 due to a database connection error. DIAGNOSIS: The connection parameters are wrong or the database server has been shut down. SOLUTION: Check 'UTL_activate_usages.log' and '/tmp/sapinst_instdir/PI71/INSTALL/SYSTEM/ORA/STD/AS/UTL.java.log' for more information.). You may now
    choose Retry to repeat the current step.
    choose View Log to get more information about the error.
    stop the task and continue with it later.
    The database is up, in fact I can log in a number of waty from bothe the ABAP and Java sides, and it appears to be operating normally.
    I opened a customer message w/ SAP, but that's not getting me very far, thought I'd have more luck here.
    The UTL_activate usages. log file contains the messages:
    Sep 25, 2008 7:07:51 PM  Info   : Successfully parsed!
    Sep 25, 2008 7:07:51 PM  Info   : Executing command Activate...
    Sep 25, 2008 7:07:51 PM  Info   : Establishing DB connection...
    Sep 25, 2008 7:07:56 PM  Path   : Exception : The DataBase is down or the connection parameters are wrong: -sid=XID -dsn=jdbc/pool/XID -ssprops=/usr/sap/XID/SYS/global/security/data/SecStore.properties -ssk=/usr/sap/XID/SYS/global/security/data/SecStore.key -keyphrase=null
    java.lang.Exception
         at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1141)
         at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:413)
         at com.sap.exception.BaseException.<init>(BaseException.java:302)
         at com.sap.sl.ut.infoprovider.exceptions.UTInfoException.<init>(UTInfoException.java:99)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:373)
         at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1356)
         at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:46)
         at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
         at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:59)
         at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:55)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "/usr/sap/XID/SYS/global/security/data/SecStore.properties" is invalid: software version 6.30.000.001 is incompatible with file version 7.00.000.001..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.sl.ut.manager.persistence.db.DBConnection.connectViaSecureStore(DBConnection.java:157)
         at com.sap.sl.ut.manager.persistence.db.DBConnection.connect(DBConnection.java:171)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:371)
         at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1356)
         at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:46)
         at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
         at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:59)
         at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:55)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Caused by: com.sap.security.core.server.secstorefs.FileInvalidException: File "/usr/sap/XID/SYS/global/security/data/SecStore.properties" is invalid: software version 6.30.000.001 is incompatible with file version 7.00.000.001.
         at com.sap.security.core.server.secstorefs.SecStoreFS.checkCompatibility(SecStoreFS.java:1876)
         at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1954)
         at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
         at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
         ... 15 more
    Any help would be greatly appreciated.
    Cheers,
    -Bud

    Hi,
    Has this issued been resolved please let me know the solution.
    Regards,
    Yashwant

  • Firefox will NOT start, deleting and reinstalling will start as last step but once Firefox is closed it will NOT restart.

    Both browsers (Firefox 21 & IE) installed on my 64-bit Widows XP desktop refuse to start either from clicking the desktop icon, the start bar menu, or the executables themselves. What does happen is that all icons disappear from the screen for some 15-30 seconds, then the icons are returned to the screen, and the last informative message displayed from the system tray at start up is repeated.
    Deleting Firefox and reinstalling will start the browser as the last step, but when the new copy is closed it will not start. Also just rerunning the installation download without deleting Firefox will "Upgrade" and start as a last step but when the new copy is closed it can not be restarted. Running restore on the new copy has on apparent effect on the ultimate inability to restart after closing.
    I only tried the IE browser after being unable to start Firefox (its ordinarily only used by the MS update procedure) and have not investigated either reinstalling or repairing it.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • When i connect my ipod touch to the computer and it brings up itunes, and it starts syncing, it just stays on the last step(6) and I can't download anything else to my ipod.

    I connected my ipod touch to the computer.  When it brings up itunes and start to sync, it stalls at the last step (6).  This keeps me from being able to add other songs from my library to my ipod.  I'm very new at this and maybe just don't understand how it works. 

    Try here:
    iPhone, iPad, iPod touch: Disabling digital camera notification in Windows XP

  • How to delete the document at the exit event of last step in workflow

    I want  to delete the content at the exit of last step. Tried two codes:
    1.<$executeService("DELETE_DOC")$>
    2.<$executeService("DELETE_REV")$>
    But is not working. plz guide.
    Thanks.

    Simply put , DELETE_DOC and DELETE_REV are not "scriptable" services.  <$executeService$> will not work in this fashion with those services. 

  • When I try to use siri to book an appointment the last step when she says "do you want me to shedule that for you" I say yes and then she says "Sorry I can't do that, very frustrating. Do I have to turn on another setting or something?

    When I try to use siri to book an appointment the last step when she says "do you want me to shedule that for you" I say yes and then she says "Sorry I can't do that, very frustrating. Do I have to turn on another setting or something?

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • Active Sync not working (fails on last step of MS remote connectivity test)

    Hello,
    can't figure out what is wrong with our active sync.
    https://testconnectivity.microsoft.com fails on last step:
    Attempting the FolderSync command on the Exchange ActiveSync session.
    Exchange ActiveSync returned an HTTP 500 response (Internal Server Error).
    HTTP Response Headers:
    request-id: c058805f-cfb1-4303-8edc-7962e5cb0d18
    X-CalculatedBETarget: internal_servername.domain.com
    MS-Server-ActiveSync: 15.0
    X-MS-RP: 2.0,2.1,2.5,12.0,12.1,14.0,14.1
    MS-ASProtocolVersions: 2.0,2.1,2.5,12.0,12.1,14.0,14.1
    MS-ASProtocolCommands: Sync,SendMail,SmartForward,SmartReply,GetAttachment,GetHierarchy,CreateCollection,DeleteCollection,MoveCollection,FolderSync,FolderCreate,FolderDelete,FolderUpdate,MoveItems,GetItemEstimate,MeetingResponse,Search,Settings,Ping,ItemOperations,Provision,ResolveRecipients,ValidateCert
    X-MS-BackOffDuration: L/-470
    X-MS-Diagnostics: &Log=PrxFrom:10.224.6.74_V120_HH:mail.domain.com_SmtpAdrs:username%40domain.com_NMS1_St:F_Sk0_Srv:12a0c0d0s0e0r0A0sd_Ers1_Cpo19921_Fet20000_ExStk:H4sIAAAAAAAEAOVWS2%2fjNhC%2bL9D%2fMEcvoAh20r0YiwCq5WwF1HFgedujS5Njmw1FqiRlWP31HVqW5LTZpHFboA9d%2bBBn5vvmRc4kt8aZjY%2bnB75jeotxIm1ea96OD2gLplF7OoCll0bD1dXVLcx%2bL5kyz%2bJUWuTe2DpO0nmJlgWRTnYMCfdyj9AdA9Megg2TCgXQbK%2f08CZ%2bdHtjpYuVj2G5kw7QWmOBJtp4sOitZGuFMSRCyKCBKZB6Ywhwa4ujc0FAoJYo4q%2fencyLzrxFVxrtcAzD5vswhhz51NoxpHmWXg1vRh%2buR9NRBKU1ZK6Ar4fDGxhk9%2fnnu7tVMplM83y1yD59u8zfRyDICTB81zgpr53HovdJjnYvCVP8YI033CjX%2f3vOWcsdQuXQwo4RDe2qzUZyScEA1lCzcrvzjngBAPN%2fxN53gpUTozUdIBMxTZ23FfeLkx8GmfY311CQdrbFTEQQJDpwfbgiIJFK%2bUSp4ESaLesSI1jKAvOSadr8uULnw3pe%2bQi%2bMUYh7WPLb65P%2f95fjj9HLRaNoUEndtpoETyPyZzZfT2ZHwJ4cZHxp%2f5T56sI7iulQhL%2fOAKuQmRzKTBHZvnuBDKC7Ji00tc5J%2b9T6M9WEeRUBnoLnCmFNqP0fwOrJA0bOcU60JkekFceZ0ZISrMjwJYd1fL6JxICQmjrCL7Mtj2ZUSFTdkoqypBEXfCL0tfNiZPZeZ%2fw%2fTHpQu9pmFAlwVSTug2VgKZi6BIInGf8EbxlHMOxS4knBLL%2bBbvf09BnBs%2bFHHg3fckJvaYOqqBQNaXljWdqEboXunbPNsu5DhmP9r8Wwn8jk4uR52yPPUbq2p5pjksT9ineU10VVP5NzdOVQr3AHzOhRbWuS%2bbc90xJwV4D0l3WaYqhU86Ypq5t44%2b3fLVKpSsVqyeK1F1fxx8nFpnH5gYMUo0IJbdnkurqdr1ajXDwJt73xnfhSahSPNleVPrs6h%2bczYGJs9bXZ349MZV%2bsRt%2fiecrlAatT49Wss3d8YXxF7aVvwHXJYZmZk0Kmj%2bDT8qsKc%2fpJoBtN41geqDoYbhUwJGmnCJIGo7yxDns9ynId8gf74ydsUOj9Cw9n0COYEbj2hxOyQ%2fFk%2bU%2fm9Gfhj4xBb2NRfy5FCHa6Utw36KPxlKhP9FvXrH0AgoDXfUvVuhvVf1g7CPa5Y6cIoIgvYCfeZaPxv%2bTZ%2fmvaIx0uvAMAAA%3d_S111_Error:ADOperationException1%3aActive+Directory+operation+failed+on+dc1.domain.com.+This+error+is+not+retriable.+Additional+information%3a+Access+is+denied.%0d%0aActive+directory+response%3a+00000005%3a+SecErr%3a+DSID-031521E1%2c+problem+4003+(INSUFF%5FACCESS%5FRIGHTS)%2c+data+0%0a_Mbx:internal_servername.domain.com_Dc:dc1.domain.com_Throttle0_SBkOffD:L%2f-470_DBL7_DBS1_CmdHC-1477255686_TmRcv08:21:38.3814461_TmSt08:21:38.3814461_TmDASt08:21:38.4126927_TmPolSt08:21:38.4126927_TmExSt08:21:38.4126927_TmExFin08:21:38.4439409_TmFin08:21:38.4595741_TmCmpl08:21:58.381466_ActivityContextData:ActivityID%3dc058805f-cfb1-4303-8edc-7962e5cb0d18%3bDbl%3aMBLB.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d8255%3bDbl%3aST.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d11%3bDbl%3aSTCPU.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d15%3bDbl%3aBudgUse.T%5b%5d%3d78.1279983520508%3bI32%3aMB.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d37%3bF%3aMB.AL%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d0.4054054%3bDbl%3aMAPI.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d15%3bI32%3aRPC.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d37%3bDbl%3aRPC.T%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d15%3bI32%3aROP.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d6740924%3bI32%3aMAPI.C%5binternal_servername.e04c7165-79e6-401c-a668-a1ed96a7e951%5d%3d85%3bI32%3aATE.C%5bsrv00.domain.com%5d%3d1%3bF%3aATE.AL%5bsrv00.domain.com%5d%3d0%3bI32%3aADS.C%5bsrv00%5d%3d1%3bF%3aADS.AL%5bsrv00%5d%3d8.6476%3bI32%3aADW.C%5bdc1%5d%3d1%3bF%3aADW.AL%5bdc1%5d%3d0.6981%3bI32%3aADS.C%5bdc1%5d%3d3%3bF%3aADS.AL%5bdc1%5d%3d1.060033%3bS%3aWLM.Cl%3dCustomerExpectation%3bS%3aWLM.Type%3dEas%3bS%3aWLM.Int%3dTrue%3bS%3aWLM.SvcA%3dFalse%3bS%3aWLM.Bal%3d480000%3bS%3aWLM.BT%3dEas_Budget:(D)Owner%3aSid%7eKSVORIS%5cusername%7eEas%7efalse%2cConn%3a0%2cMaxConn%3a10%2cMaxBurst%3a480000%2cBalance%3a480000%2cCutoff%3a600000%2cRechargeRate%3a1800000%2cPolicy%3aGlobalThrottlingPolicy%5F3e976729-4019-4478-bb02-790c76651d0a%2cIsServiceAccount%3aFalse%2cLiveTime%3a00%3a00%3a46.5620819_
    X-DiagInfo: internal_servername
    X-BEServer: internal_servername
    X-FEServer: internal_servername
    Content-Length: 5864
    Cache-Control: private
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Sep 2014 08:21:58 GMT
    Set-Cookie: X-BackEndCookie=S-1-5-21-1715567821-1220945662-1801674531-2707=u56Lnp2ejJqBms/LnMjOycrSyMaaydLLz86c0p7JycfSns6am8bJnsiaxsrOgYHOz9DMz9DNz87L38/Hxc3OxcrH; expires=Thu, 30-Oct-2014 06:21:58 GMT; path=/Microsoft-Server-ActiveSync; secure; HttpOnly
    Server: Microsoft-IIS/8.0
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Elapsed Time: 20931 ms.
    Owa and everything else works fine.

    Third party COMODO wildcard sertificate. Owa gives no warnings on SSL.
     Testing the SSL certificate to make sure it's valid.
      The certificate passed all validation requirements.
     Additional Details
    Elapsed Time: 585 ms. 
     Test Steps
     The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server mail.domain.com on port 443.
      The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate.
     Additional Details
    Remote Certificate Subject: CN=*.domain.com, OU=COMODO SSL Wildcard, OU=Domain Control Validated, Issuer: CN=COMODO RSA Domain Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB.
    Elapsed Time: 562 ms. 
     Validating the certificate name.
      The certificate name was validated successfully.
     Additional Details
    The host name that was found, mail.domain.com, is a wildcard certificate match for common name *.domain.com.
    Elapsed Time: 0 ms. 
     Testing the certificate date to confirm the certificate is valid.
      Date validation passed. The certificate hasn't expired.
     Additional Details
    The certificate is valid. NotBefore = 9/16/2014 12:00:00 AM, NotAfter = 9/15/2017 11:59:59 PM
    Elapsed Time: 0 ms. 

  • Downloaded new ios7 and new itunes 11.1 and now iphone 4 won't finish syncing - just stays on last step and never finishes or cancels on its own. Tried reinstalling itunes with no success.

    Downloaded new ios7 and new itunes 11.1 and now iphone 4 won't finish syncing - just stays on last step and never finishes or cancels on its own. Tried reinstalling itunes with no success.

    I have the same problem.. latest version of iTunes (11.1.5) and latest version of ios (7.1) but it gets stuck at "waiting for changes to be applied" and I can't cancel the sync manually. It doesn't cancel on it's own either (at least not the 8 hours over night that it was syncing) and if I unmount the phone then the phone keeps the sync going (the little spinning arrows in the upper left corner) and doesn't recognize that it's been disconnected..
    I've tried restoring the phone (with little success, managed to get one more song on there) and syncing over wi-fi but nothing seems to work. Any thoughts, anyone?

  • Sync is stuck on last step in iTunes

    sync is stuck on last step in iTunes and my entire music library will not import to iphone 5c

    Backup and then restore from backup. See:                                               
      iOS: Back up and restore your iOS device with iCloud or iTunes

  • Sync Cancelling at the Last Step after Loading iOS 5

    I recently updated my iPhone 3G S to iOS5 but when the phone was restored following the update only about 2/3 of my music had synced with my phone. When I try to sync (via WiFi or cable), the iPhone gets to the last step (Step 6 of 6), begins to sync the music and then sayings cancelling sync when I haven't touched anything. When I look at my phone after attempting to sync it, I can see the songs that have not sync'd on my phone, but they are in a more transparent gray (rather than the typical black lettering) and I am unable to play them.
    I have already tried restoring my phone again, the issue has persisted. I am unsure if it is relevant, but I have a 13" MacBook Pro. Thanks!

    Hi Roberto,
    Thank you very much for your prompt response the issue seems to be very close to what is described in notes
    ·         1624426
    ·         1664394
    Unfortunately We have tried both notes i.e. our Administrator verified that port is 80 and we have tried to use the ‘DNS-hostname:80’ and the problem still occasionally appears (I stress occasional and from specific end user’s PCs).
    Any other ideas?
    Thank you in advance.
    Kind Regards
    Mike 

  • I just purchased Adobe Acrobat XI Pro, but installation didn't work. At the last step said that it'd fund an error. Any idea? How i can contact Adobe support? I have a new Macbook Pro Yosemitte ..

    I just purchased Adobe Acrobat XI Pro, but installation didn't work. At the last step said that it'd fund an error. Any idea? How i can contact Adobe support? I have a new Macbook Pro Yosemitte ..

    Hi Francis,
    Could you please let me know how have you been trying to install Acrobat?
    Please ensure that you are signed in as admin and antivirus software is disabled at the time when you install.
    Regards,
    Anubha

  • Help required in the last step of SAP Query

    Hi Experts,
    I have walked through all the steps of SAP Query except for the last one.Please tell what to do in the attached screen shot of SAP Query.
    Thanks and regards
    Rajeev Chhabra

    Hi Vinod
    My problem is that
    1.I am not getting the screen Basic List Line structure in the Tcode SQ01 can you tell me how to get that.
    2. In the last step of the SQ01 transaction code Can you please tell what to do on the screen Query layout design(Please give adetailed response)
    Thanks and regards
    Rajeev Chhabra
    Message was edited by: rajeev chhabra

  • Problem at the last step in LSMW Direct I/P Method

    Hi all ,
    I am trying to create the ROUTING using LSMW direct input method .
    After executing the last step (Start Direct Input )  .. I am getting the Following Information as errors .
                   Data Transfer of Routings via Direct Input                                                                  1
        Error_di_exp         From    To      Obj   Index       Plnnr
    E    2     2                             O     0000000001
    E                           1     1      A     0000000001
    E                           2     2      O     0000000001
    C\ 045
       You cannot edit the task list object with activity type
    C\ 045
       You cannot edit the task list object with activity type
    Please let me where could be the problem .
    Thanks for any suggestions .
    Regards,
    Raj

    go to CA01 and try loading one routing manually and you will understand whats the error.
    discuss activity type restrictuing to be laoded with Functional consultent.

  • Eternity Long Syncing, Getting Stuck On Last Step

         Okay, I have tried and tried to solve this problem on my own and I am just at a dead end here. One time I was happy with having music on my iPod Touch 5 until all of a sudden the music would not show up on there anymore. I'm sure a lot of people are experiencing the same thing, having their playlist come up gray-colored with that dotted circle next to it and having it say that it is in the storage in blue but not really on your iPod/iPhone. The real problem I see for me at least it that it does not quite finish the syncing process. It'll get stuck on "waiting for changes to be applied" and well one time last night i left my iPod on that step over night into 9am this morning and STILL on that last step. No music. This is the same for my iPhone 5s. Although at one point I was able to manually grab a song from my playlist and drag to my phone and it'll be on there but that stopped too. Any new songs I manually drag to the phone will show up in that grayed color, but the blue storage part on the bottom part accounts for it, but its not on the phone/pod. The only problem I can spot as of right now is that its not "completely" getting done with syncing. And yes I have tried many alternatives; I've uninstalled iTunes and reinstalled back in the proper way (in case this helps I do have a Windows 7 computer), I've rebooted my iPod 5 and iPhone 5s before syncing, I have un-check marked the "Sync Music" and re-checked it back (That also never gets done syncing, so I just cancel it), I even restored my iPod as new just to see if it'll get music on there and well it didn't work (I was thinking that something corrupted could have been on the iPod as well as in the back-up so I did that and no improvments. I didnt do this for my iPhone yet.), and yes this iTunes is authorized with this computer. I don't know what else to do, this could either be my iPod, the computer, iTunes (I have the 11.1.4) or the dock connector messed up. I just want that syncing to be finished!!! Can someone please help me out so I can listen to music on my iPod again. Thank you!
         Also as additional information, it only shows the songs I've bought off of iTunes, rather than the ones I have on my computer. The majority of my playlist came from my computer and I have it in the "My Documents", I have 540 songs total.

    See this previous discussion:
    Syncing stays on 'waiting for items to copy' with iOS 5 (Updated)

  • Problem on last step of LSMW

    Hi all,
    i am new to LSMW, when i am transferring data from a notepad file through LSMW, in the last step i got the error that "Maintenance at plant level' and something '000000000000000' after that it close automatically,
    plz forward me step by step lsmw.
    Thanx in advance,

    Hai
    Check the Step by step process for LSMW
    Using Tcode MM01 -- Maintain the source fields are
    1) mara-amtnr  char(18)
    2) mara-mbrsh  char(1)
    3) mara-mtart  char(4)
    4) makt-maktx  char(40)
    5) mara-meins  char(3)
    the flate file format is like this as follows
    MAT991,C,COUP,Srinivas material01,Kg
    MAT992,C,COUP,Srinivas material02,Kg
    AMT993,C,COUP,Srinivas material03,Kg
    MAT994,C,COUP,Srinivas material04,Kg
    MAT995,C,COUP,Srinivas material05,Kg
    goto Tcode LSMW
    give Project Name
         Subproject Name
         object Name
    Press Enter -
    Press Execute Button
    It gives 13 radio-Button Options
    do the following 13 steps as follows
    1) select radio-Button 1 and execute
       Maintain Object Attributes
    select Standard Batch/Direct Input
       give Object -- 0020
           Method -- 0000
       save & Come Back
    2) select radio-Button 2 and execute
       Maintain Source Structures
       select the source structure and got to click on create button
       give source structure name & Description
       save & Come Back
    3) select radio-Button 3 and execute
       Maintain Source Fields
       select the source structure and click on create button
       give
       first field
            field name    matnr
            Field Label   material Number
            Field Length  18
            Field Type    C
       Second field
            field name    mbrsh
            Field Label   Industrial Sector
            Field Length  1
            Field Type    C
       Third field
            field name    mtart
            Field Label   material type
            Field Length  4
            Field Type    C
       fourth field
            field name    maktx
            Field Label   material description
            Field Length  40
            Field Type    C
       fifth field
            field name    meins
            Field Label   base unit of measurement
            Field Length  3
            Field Type    C
      save & come back
    4) select radio-Button 4 and execute
       Maintain Structure Relations
       go to blue lines 
          select first blue line and click on create relationship button
          select Second blue line and click on create relationship button
          select Third blue line and click on create relationship button
      save & come back
    5) select radio-Button 5 and execute
       Maintain Field Mapping and Conversion Rules
       Select the Tcode and click on Rule button there you will select constant
       and press continue button
       give Transaction Code : MM01 and press Enter
       after that
       1) select MATNR field click on Source filed(this is the field mapping) select MATNR and press Enter
       2) select MBRSH field click on Source filed(this is the field mapping) select MBRSH and press Enter
       3) select MTART field click on Source filed(this is the field mapping) select MTART and press Enter
       4) select MAKTX field click on Source filed(this is the field mapping) select MAKTX and press Enter
       5) select MEINS field click on Source filed(this is the field mapping) select MEINS and press Enter
      finally     
      save & come back
    6) select radio-Button 6 and execute
       Maintain Fixed Values, Translations, User-Defined Routines
       Create FIXED VALUE Name & Description as MM01
       Create Translations Name & Description as MM01
       Create User-Defined Routines Name & Description as MM01
       after that delete  all the above three just created in the 6th step
       FIXED VALUE --MM01
       Translations --MM01
       User-Defined Routines --MM01
       come back
    7) select radio-Button 7 and execute
       Specify Files
       select On the PC (Frontend) -- and click on Create button(f5)
                                      give the path of the file like "c:\material_data.txt"
                                      description : -
                                      separators as select comma radiao- button
       and press enter   save & come back
    8) select radio-Button 8 and execute
       Assign Files
       Save & come back
    9) select radio-Button 9 and execute
       Read Files
       Execute
       come back
       come back
    10) select radio-Button 10 and execute
        Display Imported Data
        Execute and press enter
        come back
        Come back
    11) select radio-Button 11 and execute
        Convert Data
        Execute
        come back
        Come back
    12) select radio-Button 12 and execute
        Display Converted Data
        Execute & come back
    13) select radio-Button 13 and execute
        Start Direct Input Program
       select the Program
       select continue button
    go with via physical file
    give the lock mode as 'E'
    and execute
    Regards
    Sreeni

Maybe you are looking for

  • From one of my yahoo groups all the messages come thru appearing from the same person. Why is this?

    I belong to several yahoo groups and use the filters to send them to their respective folders. Lately with one group, all the messages appear to be from the same person, which I know is not true from looking internally. I've looked on my providers si

  • Iphone 4 restarts after opening up apps

    Does anyone know why my iphone 4 restarts when opening up applications?  How do I correct this?

  • RAM not being recognized?

    I have a iMac G5 Built in iSight with a built in 512MB and I have just purchased a 512MB chip from the apple website, after instaling it and checking the "About this Mac" options I see the following under the Memory field. "DIMM0/BUILT-IN Size:512 MB

  • Need help with backing up problems with Iphone 4

    I just recently backed up my iphone because I accidently deleted all content on phone... So when i got home a day later i backed up my phone and everything is back except apps, contacts, and music. so my phone looks almost brand new. and now when i p

  • Is query is correct for customer

    Hii I have written query for fetting customer_name but i am getting wrong customer name . plz reply me asap This Query is for particular Org_id. SELECT distinct HP.PARTY_NAME CUSTOMER_NAME FROM HZ_PARTIES HP ,HZ_PARTY_SITES HPS ,HZ_CUST_SITE_USES_ALL