Done with my first app, and i get this: ALC-WKS-007-040  :(

Hi,
Now i have (almost) finished my first livecylce app. Im using the VM appliance as server. I have followed the "...livecycle/9.0/createfirstapp.pdf"
I get no errors from the validation report but from my workspace i get an ALC-WKS-007-040 error.
I hope you can help me out. In advance THANKS!
Yours sincerely
- Rasmus
From the livecycle/jboss-4.2.0/server/lc_mysql/server.log i have derrived following error (i dont suppose you need all 213 lines of code?):
2011-04-19 18:38:01,395 INFO  [STDOUT] [LCDS][ERROR] Exception when invoking service 'remoting-service': flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service.  Please review the render orchestration for this process.
  incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = render
    parameters = [74CFFA19-B696-102C-A52A-00000A24C99B, 310, 0, ASObject(1654042849){acroClientType=, acrobatVersion=10}]
    clientId = CE2140C4-B02B-637F-3767-DB918C0935EF
    destination = task-actions
    messageId = 77007AC3-C23D-536C-BC8B-6F0E08D4A40B
    timestamp = 1303238281136
    timeToLive = 0
    body = null
    hdr(DSId) = CE20EE2B-AB1A-0ECA-9FD3-07F0C03B4844
    hdr(DSEndpoint) = workspace-polling-amf
  Exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service.  Please review the render orchestration for this process.
     at com.adobe.workspace.AssemblerUtility.createMessageException(AssemblerUtility.java:412)
     at com.adobe.workspace.tasks.TaskActions.render(TaskActions.java:800)
     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:597)
     at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
     at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
     at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1406)
     at flex.messaging.AsyncMessageBroker.routeMessageToService(AsyncMessageBroker.java:571)
     at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1005)
     at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)
     at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
     at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
     at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
     at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:165)
     at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:293)
     at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:364)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at com.adobe.workspace.events.RemoteEventClientLifeCycle.doFilter(RemoteEventClientLifeCycle.java:152)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
     at java.lang.Thread.run(Thread.java:619)
Caused by: com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException: Error Invoking render Operation For (taskId, formId):(310 ,0).  Error Message is:
java.lang.reflect.UndeclaredThrowableException: An unexpected exception while resolving a new connection to an Adobe Service.

Update: I tried using the built in process and form. I still get the same error

Similar Messages

  • Problem with an ALC-WKS-007-040 error

    Hi all,
    I'm trying to develop a BP with forms in XDP. However this does not work as I get an ALC-WKS-007-040 error when I try to render the form in Workspace. I have tried to set up the renderPDF instead of the default renderer, but I still get an error. When I use PDFs instead of XDPs it works fine (with the default renderer).
    What can I do to fix my problem?
    Thanks in advance
    Kim Christensen
    Dafolo A/S
    Denmark

    I got the same error when trying to Initiate a process in WorkSpace. However, it seems that the problem maybe different from the discussions above.
    I am using something similar to the "Samples - Forms - Render PDF form 1.0" to render my XDP form, there's only one xfaForm var.
    I put some Loggers in the Render service, and it seems that it got an exception at the "render Form" activity. I'll try to paste some lines in the systemOut.log below if there's room for it.
    Note: this render was working fine before, but it stopped working all of a sudden. The only changed to the server (that I know of) was that they changed the network domain of the server. IP address has not been changed though. Restarting/Rebooting the server did not fix the problem.
    Any idea how to fix it please?
    LOG:
    [2/29/08 17:28:57:738 CST] 000000f9 ProcessResour W com.adobe.service.ProcessResource$ErrorReaderThread run BMC024: Service XMLFormService: Process ProcessResource(name=XMLForm.exe,pid=0) terminated abnormally with error code {3}
    [2/29/08 17:28:57:832 CST] 0000003c ProcessResour A com.adobe.service.ProcessResource startProcess BMC505: Service XMLFormService: Starting native process with command line "D:\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\XMLFormService\\bin\\XMLFo rm.exe" -MyPath D:\IBM\WebSphere\AppServer\installedApps\adobe\server1\XMLFormService -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd0000000100000000000003f1000102bd0000001545434443414c43544d5330312e7473742e636e7000bd238 c000000204c4d4249000000154773e3aa001600060542522d32390008010000000000000000000009000000010 000001400bdbdbd0501000100000000000101000000000049424d0a0000000800bd00011500000100000026000 000020002bdbd49424d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd0 001000000250000000400bd000300000021000002780001bdbd000000040002bdbd000000240000001c00bd002 60002bdbd000000010000000a6c6f63616c686f73740024bb004000000000000806062b1200021e02000000280 401000806062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d00000000000 00001494210ce0000001d0000001964656661756c7457494d46696c6542617365645265616c6d00bdbdbd00000 000000000000042bdbd000000240000001c00bd00660042bdbd000000010000000a6c6f63616c686f73740024b a004000000000000806062b1200021e02000000280401000806062b1200021e020000001864656661756c74574 94d46696c6542617365645265616c6d0000000000000001494210ce0000001d0000001964656661756c7457494 d46696c6542617365645265616c6d00bdbdbd00000000000000000002bdbd000000240000001c00bd00260002b dbd000000010000000a6c6f63616c686f73740024bb00400000000000080606678102010101000000280401000 806066781020101010000001864656661756c7457494d46696c6542617365645265616c6d00000000000000014 94210ce0000001d0000001964656661756c7457494d46696c6542617365645265616c6d00bdbdbd00000000000 000000042bdbd000000240000001c00bd00660042bdbd000000010000000a6c6f63616c686f73740024ba00400 000000000080606678102010101000000280401000806066781020101010000001864656661756c7457494d466 96c6542617365645265616c6d0000000000000001494210ce0000001d0000001964656661756c7457494d46696 c6542617365645265616c6d00bdbdbd000000000000000049424d21000000b500bd00010000bdbd00000007435 553544f4d00bd0000002149424d20576562537068657265204170706c69636174696f6e2053657276657200bdb dbd00000008362e312e302e35000000000931322f32382f303600bdbdbd0000000b636635303635322e313200b d000000492863656c6c293a45434443414c43544d5330314e6f6465303143656c6c3a286e6f6465293a4543444 3414c43544d5330314e6f646530313a28736572766572293a7365727665723100 -AppServer websphere
    [2/29/08 17:28:58:082 CST] 0000003c XMLFormAgentW E com.adobe.livecycle.formsservice.logging.FormsLogger logMessage ALC-FRM-001-004: Unable to find service: XMLFormService, error: Connection to failed service.
    [2/29/08 17:28:58:316 CST] 0000003c SystemOut O [Flex] Exception when invoking service: remoting-service
    with message: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = render
    clientId = 94BFCC50-CB0E-E92D-7542-90FE2FDA735A
    destination = task-actions
    messageId = 3605BD44-E968-AA3E-99D2-6786AD2964B0
    timestamp = 1204327722235
    timeToLive = 1204327722235
    body = null
    hdr(DSId) = 94158DE5-2F1A-7D2B-BB49-AFE0F218D777
    hdr(DSEndpoint) = workspace-polling-amf
    exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service. Please review the render orchestration for this process.
    [2/29/08 17:28:58:316 CST] 0000003c SystemOut O [Flex] [ERROR] Exception when invoking service: remoting-service
    with message: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = render
    clientId = 94BFCC50-CB0E-E92D-7542-90FE2FDA735A
    destination = task-actions
    messageId = 3605BD44-E968-AA3E-99D2-6786AD2964B0
    timestamp = 1204327722235
    timeToLive = 1204327722235
    body = null
    hdr(DSId) = 94158DE5-2F1A-7D2B-BB49-AFE0F218D777
    hdr(DSEndpoint) = workspace-polling-amf
    exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service. Please review the render orchestration for this process.
    [2/29/08 17:28:58:316 CST] 0000003c SystemOut O [Flex] Root cause: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:210)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)

  • I am trying to download an app and keep getting this error message: "Could not sign in. An unknown error has occurred" keeps popping up.

    This is a question for a mini iPad...
    I am trying to download an app and keep getting this error message: "Could not sign in. An unknown error has occurred.  I have tried shutting down and restarting. I've tried changing the password. I get the error message with free and not free apps. Any suggestions on how to fix?

    Reports are that this is a problem with the iTunes Store that they're working on. Some people have had success after signing out of their account and back in. If that doesn't work for you, wait a few hours or perhaps until tomorrow and by then they may have the problem sorted out.
    Regards.

  • I purchased a new Mac Air. I try to update apps and I get this:This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. They do not show up in 'Purchases'.

    I can't update iMovie, Garage Band, Numbers, Pages, Keynote, and iPhoto. on my new Mac Air. 11". I had hoped when I updated to OS X Yosemite that would solve the problem. It didn't. I get this: This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. I went to the app store, as was suggested in someone else's post, using the only ID I've ever had, and went to the purchases tab, to "accept" the apps. That didn't work, because they weren't there to 'accept'. They did come with my purchase, however. Please advise.

    It appears Best Buy is up to their old tricks of palming off returned units as new. Take it back for a complete refund of your money. If they give you any static escalate your problem to management immediately.

  • Trying to add firefox to MAC Apps and I get this error. The Finder can't complete the operation because some data in "Firefox.app" can't be read or written. (Error code -36)

    I have a new IMac with OS Lion. When trying to open some websites they open with Safari by default. I am trying to change this by changing the "open with" default to Firefox but I can't move Firefox to the Apps location.

    The hard drive may be dying anyway, or the directory damaged because it is so full.  You should never let the hard drive get over 85% full.
    A -36 error is a read/write error.
    All you did with the power is reset the SMC.  Does nothing to reset everything to factory settings. 
    Do you have your original 10.4 installer discs for the MacBook?
    Is your data backed up?

  • Im trying to install back my purchase from Mac App and i get this Msg:

    The Product distribution file could not verified. It may be damaged or was not signed.
    Can someone pls HELP. Thank you

    Installing the OS X Lion Update 10.7.4 (Client Combo) reinstalls the App Store for you which may help the Product distributioon error.
    Restart your Mac after the combo is installed.
    It's ok to do this even though your Mac is already running v10.7.4.
    If you are trying to re download a previously purchased app...
    How to re download apps from the Mac App Store:
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.
    Make sure and use the same Apple ID used for the original purchase.

  • I want to get another 4s and use it not as a phone, but only as a video camera and editor and hook it up only with wifi. i would sync it to itunes so i can pay for apps and upload. would this work, or must it be connected to a phone carrier?

    I want to get another 4s and use it not as a phone, but only as a video camera and editor and hook it up only to wifi. i would sync it to itunes so i can pay for apps and upload. would this work, or must it be connected to a phone carrier?

    Trust me when I say this coming from 20 years of experience.
    Get a powered external drive, format it 1 Partition Option: GUID and OS X Extended Journed as the format in Disk Utility.
    Download and install Carbon Copy Cloner, clone internal drive to external drive.
    Set a schedule to remind you to do it at least once a week, keep it near your charger.
    When you plug your charger in, do plug the clone and power the machine up, set the display to sleep only,
    CCC will do the rest.
    If you want to boot from it, hold the option/alt and select it Startup Manager.
    I've seen many TimeMachine and TimeCapsule nightmares and so far haven't seen a problem from anyone using a bootable clone.
    It's simple, it's easy, it's more reliable and more powerful than what Apple does and it only takes plugging in a extra cable.
    Make as many clones as you want, keep them time seperated, off site etc. etc.
    Cables don't have network issues, clones can be verified in seconds merely by booting from them.
    Clones protect your productivity, your up in seconds on a clone despite even the hard drive dying.
    Software problem? No sweat, boot of the clone and reverse clone your problems away.
    If you want to fuss and muss with half implemented TimeMachine and TimeCapsule network headaches then prepare to suffer.
    I don't like to suffer, I bought a Mac not to suffer, but it appears you do with TimeMachine and TimeCapsule.
    Most commonly used backup methods

  • My iPad is the first one and is getting slow also if I'm on a app or something it can go off it. Any tips?

    My iPad is the first one and is getting slow also if I'm on a app or something it can go off it. Any tips?
    Or can I trade it in to apple and pay extra for a newer one.
    I have had it for 3 years

    My tip is to sell and get a new one. That is not a joke, just sold my wife's first gen, that she had for only a year. Fully expect Apple to retire it with ios 7. Got her ipad 3 and probably will have to retire that in a year or two. I feel as it is better to sell now, before new ios announced.

  • .. If the app is – in or out of background - (if in background NOT the first app) and the  device locked – when you get a push message and DO NOT response straight away. Later  unlock, click the app icon (which will have a badge on it) and it fails.

    .. If the app is – in or out of background - (if in background NOT the first app) and the  device locked – when you get a push message and DO NOT response straight away. let it fade off then, Later unlock, click the app icon (which will have a badge on it) and it fails to pop up my internal alert box and my notification message is gone(cannot get access to it in code).. other times it works . Including if you tap the messaeg from app centre. (this is all on a iPod 5.1.1).
    Here is someone else with same problem http://stackoverflow.com/questions/7080266/receive-remote-notification-when-ios- device-is-locked-and-im-not-responding-imm

    Tell Apple
    Apple - iTunes - Feedback

  • I downloaded an app off the store which said it was free and part of the 5 year promotion. I've been charged for the app by the store. I don't want the app and there's no one to speak to about it. Who can I call and how can I get the app off my phone?

    I downloaded an app off the store which said it was free and part of the 5 year promotion.
    I've been charged for the app by the store. I don't want the app and there's no one to speak to about it.
    Who can I call?
    How can I get the app off my phone?
    How do I get my money back from something I wouldn't have ordered?

    You cannot call anyone.  You contact them as everyone else does:  http://www.apple.com/support/itunes/contact/
    You delete the app as you do any other app.  Hold an icon until they wiggle.  Tap the "x".  This is covered in the manual.

  • I'm trying to download the adobe creative cloud app so I can get Photoshop CC but it keeps failing and I get this pop up with Error Code 205

    I'm trying to download the adobe creative cloud app so I can get Photoshop CC but it keeps failing and I get this pop up with Error Code 205. What does that mean?

    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/
    OR
    -http://forums.adobe.com/community/download_install_setup
    -http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    -http://helpx.adobe.com/x-productkb/global/errors-or-unexpected-behavior-websites.html
    -http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    -Server won't connect https://forums.adobe.com/thread/1233088

  • I have a new MacBook Pro with OS10.8.2 and cannot get Contacts to print a list of addresses with pictures showing.  There is a check box selecting "picture" which has been checked - but no picture.  This worked fine on OS10.7.5.  Problem??

    I have a new MacBook Pro with OS10.8.2 and cannot get Contacts to print a list of addresses with pictures showing.  There is a check box selecting "picture" which has been checked - but no picture.  This worked fine on OS10.7.5.  Problem??

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Frequently I will be asked to sign in to my Apple account, but it is using an email I don't use with Apple. How can I get this to stop?

    I use an iPod4 Touch and am using IOS 6.1.6. Frequently I will be asked to sign in to my Apple account, but it is using an email I don't use with Apple. How can I get this to stop? This is happening repeatedly throughout the day. I don't have an Apple password for this email address, nor do I want one!

    Maybe an App that needs updating was purchased by that account?
    Could someone have installed an app not purchased with your account?
    Can you post a screen shot of the message?

  • How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    To disable that feature it will depend on whether or not you sync everything in the cloud using Apple's iCloud, OR if you both use the same desktop/laptop computer with iTunes. Here is a link to the Apple support page in regards to the automatic download feature included with your iPhone and corresponding softwares such as iTunes.
    http://support.apple.com/kb/ht4539
    Follow those instructions and it will all be taken care of.

  • I have an ipod touch but i don't have enough memory and 0I get an upgrade soon for my phone and i want the iphone but the thing is, can i have an ipod touch and an iphone on the same itunes account like can i use my money on my ipod account for my iphone

    I have an ipod touch but i don't have enough memory and 0I get an upgrade soon for my phone and i want the iphone but the thing is, can i have an ipod touch and an iphone on the same itunes account like can i use my money on my ipod account for my iphone

    Your iPhone and iPod can share the same iTunes account.  Apps can be freely shared and used by one or both devices.  You can't use money in your iTunes account to pay for your phone, but purchased apps can be used by both the iPod and iPhone.

Maybe you are looking for

  • 6002 ERR VC017

    I registered for BT Sport using my laptop which runs Windows 7 Ultimate 64 bit and is connected to my router with an Ethernet cable. Everything worked fine and I was able to watch all 3 channels. After logging out of my laptop, I tried to log in via

  • Unable to renew developer license from vs2013

    this is what i get whenever i tried to renew my license . though it was working before installing vs2013 update 4 . whats wrong? ive also reset all vs settings and uninstall and installed again but not working.:( can anyone there to help me. binodtam

  • ThinkVantage Productivity Center will not open - T61, Windows XP

    I cannot get the ThinkVantage Productivity Center to open; specifically Rescue and Recovery. It has worked in the past and I have no idea what changed. Windows updates are automatically installed onto my computer. It appears that the relevant procese

  • Find Employee Worked 7 Consecutive days

    Hello All, I have a view with following columns (EMP #, Dept #, Total hours worked, Date of the total hours, Current Pay period st date, Current Pay period end date, Previous pay period start date, Previous pay period start date, Next pay period st d

  • Why did I buy Compressor 4?...

    Ok so I bought C4 after recently buying FCPX. Just wondering what advantage it gives me over using FCPX's own Sharing options. I saved out a Quicktime movie from FCP then opened that in Quicktime Pro. From there I did a save as and specified a smalle