Import Purchase Records not working

I am trying to use the standard Asset Management import file but no records get created.
IT is a tab-delimited ASCII text file with one record named ZAM.txt. There is no Error message. Please help me get this entry imported so I can start to collect all purchase records. Thank you

24 Feb 2011 12:09:18
Exception Info:
24 Feb 2011 12:09:18 Class....... com.novell.zenworks.datamodel.exceptions.InternalD ataModelException
24 Feb 2011 12:09:18 Message..... com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.GenericJDBCException: could not insert: [com.novell.zenworks.datamodel.objects.assetmanagem ent.PurchaseRecord]
24 Feb 2011 12:09:18 Logged at... Controller..........137
24 Feb 2011 12:09:18 ============== Exception (end) =============================
24 Feb 2011 12:09:54 ============== Exception (begin) ===========================
24 Feb 2011 12:09:54 Exception occured
com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.GenericJDBCException: could not insert: [com.novell.zenworks.datamodel.objects.assetmanagem ent.PurchaseRecord]
at com.novell.zenworks.datamodel.session.hibernate.Hi bernateBasicSession._create(HibernateBasicSession. java:1303)
at com.novell.zenworks.datamodel.session.hibernate.Hi bernateBasicSession.create(HibernateBasicSession.j ava:104)
at com.novell.zenworks.datamodel.session.hibernate.Hi bernateBasicSession.create(HibernateBasicSession.j ava:81)
at com.novell.zenworks.datamodel.session.hibernate.Hi bernateAdministratorSession.create(HibernateAdmini stratorSession.java:1518)
at com.novell.zenworks.datamodel.services.BasicAdminI mpl.create(BasicAdminImpl.java:104)
at com.novell.zenworks.admin.pages.assetmanagement.wi zards.newPurchaseRecord.Controller.onFinish(Contro ller.java:114)
at com.novell.zenworks.fw.web.layout.WizardController .onWizardEvent(WizardController.java:262)
at com.novell.zenworks.fw.web.internal.layout.Wizard. verifyActionWithController(Wizard.java:693)
at com.novell.zenworks.fw.web.internal.layout.Wizard. finishButton_Click(Wizard.java:448)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at com.novell.web.controls.WebControl.fireEvent(WebCo ntrol.java:1977)
at com.novell.web.controls.WebControl.fireEvent(WebCo ntrol.java:1952)
at com.novell.web.controls.Button.raisePostBackEvent( Button.java:475)
at com.novell.web.controls.Page.raisePostBackEvent(Pa ge.java:1039)
at com.novell.web.controls.Page.raisePostBackEvents(P age.java:1026)
at com.novell.web.controls.Page.internalProcessReques t(Page.java:720)
at com.novell.web.controls.Page.processRequest(Page.j ava:664)
at com.novell.zenworks.fw.web.internal.layout.Index.p rocessRequest(Index.java:613)
at com.novell.web.internal.controls.PageTag.doEndTag( PageTag.java:86)
at org.apache.jsp.jsp.index_jsp._jspService(index_jsp .java:181)
at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.pro cessRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doF orward(ApplicationDispatcher.java:342)
at org.apache.catalina.core.ApplicationDispatcher.for ward(ApplicationDispatcher.java:302)
at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet .java:97)
at com.novell.zenworks.fw.web.internal.ZENworksServle t.service(ZENworksServlet.java:84)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at com.patchlink.sapphire.web.pages.vulnerability.ses sion.HibernateSessionFilter.doFilter(HibernateSess ionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBas e.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
at com.novell.zenworks.tomcat.ZENRequestValve.invoke( ZENRequestValve.java:1278)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:595)
Caused by: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.GenericJDBCException: could not insert: [com.novell.zenworks.datamodel.objects.assetmanagem ent.PurchaseRecord]
at com.novell.zenworks.datamodel.database.AbstractDat abaseTypeHelper.newStandardDataModelException(Abst ractDatabaseTypeHelper.java:444)
at com.novell.zenworks.datamodel.database.AbstractDat abaseTypeHelper.throwStandardDataModelException(Ab stractDatabaseTypeHelper.java:429)
at com.novell.zenworks.datamodel.session.hibernate.Ab stractHibernateSessionImpl.handleException(Abstrac tHibernateSessionImpl.java:177)
at com.novell.zenworks.datamodel.session.hibernate.Ab stractHibernateSessionImpl.simpleSave(AbstractHibe rnateSessionImpl.java:356)
at com.novell.zenworks.datamodel.session.hibernate.Hi bernateBasicSession._create(HibernateBasicSession. java:1293)
... 54 more
Caused by: org.hibernate.exception.GenericJDBCException: could not insert: [com.novell.zenworks.datamodel.objects.assetmanagem ent.PurchaseRecord]
at org.hibernate.exception.SQLStateConverter.handledN onSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert( SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.conver t(JDBCExceptionHelper.java:43)
at org.hibernate.persister.entity.AbstractEntityPersi ster.insert(AbstractEntityPersister.java:2140)
at org.hibernate.persister.entity.AbstractEntityPersi ster.insert(AbstractEntityPersister.java:2503)
at org.hibernate.action.EntityInsertAction.execute(En tityInsertAction.java:51)
at org.hibernate.engine.ActionQueue.execute(ActionQue ue.java:248)
at org.hibernate.engine.ActionQueue.executeActions(Ac tionQueue.java:232)
at org.hibernate.engine.ActionQueue.executeActions(Ac tionQueue.java:139)
at org.hibernate.event.def.AbstractFlushingEventListe ner.performExecutions(AbstractFlushingEventListene r.java:297)
at org.hibernate.event.def.DefaultFlushEventListener. onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.j ava:988)
at org.hibernate.impl.SessionImpl.managedFlush(Sessio nImpl.java:337)
at org.hibernate.transaction.JDBCTransaction.commit(J DBCTransaction.java:106)
at

Similar Messages

  • In app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.

    in app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.
    What i did
      1 . Added three products more to the existing in-app
      2 . Tested with sanbox
    i am getting the error "cannot connect to itunes store" with error code "0" when trying to purchase product in sandbox.
    Is sandbox is down?Please help guys..

    Apple's sandbox has been down practically all month. You can check the status here:
    http://sandbox.itunes.apple.com

  • The product that I purchased is not working!!!! I need help and I've been stuck in your "Contact us loop" for the last few days and I'm getting frustrated. How do I contact you for HELP!

    The product that I purchased is not working!!!! I need help and I've been stuck in your "Contact us loop" for the last few days and I'm getting frustrated. How do I contact you for HELP!

    Probably the best place to start is the right forum for your product. This is the forum for Distiller Server, a long dead product used by big companies, and probably not what you have. If you can't find the right forum, please let us know the FULL name of what you paid for (please check your invoice, as Adobe have many similar products), and we can perhaps direct you. Good luck!

  • Importing bookmarks I go to file and the IMPORT link is not working ... not Illuminated ... what can I do?

    I want to import bookmarks from Explorer and I go to File Tab and the IMPORT link is not working or not illuminated?

    Make sure that you not run Firefox in permanent [[Private Browsing]] mode.
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Permanent Private Browsing mode"

  • "Do not import duplicates" is not working

    The "Do not import duplicates" box is checked for all imports but is not working.  This is both for my Nikon DSLR, my Canon S-95 and my iPhone. This was happening with both Snow Leapord and Lion as operating system.  I have been using Aperture since the first release and only in the last few months has this been an issue.  Any thoughts?

    There's a known (and old) bug when duplicate identification fails on photos
    that have been imported from another catalog.
    Sent from phone.

  • Hi I'm trying to purchase but not working

    Hi I'm trying to purchase but not working. It's telling me to contact apple support. I bought today one time but I can't buy again. I contact the bank and they said there is nothing wrong from their side so the problem only with the apple store. Please advice.

    iTunes and App store
    Contacting the iTunes store
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]

  • Import purchase records

    Document mention about can do purchase records import as : Novell Doc: ZENworks 10 Asset Management Reference - Importing Purchase Records But there is no format decryption or sample format can follow, Any hint for this ?

    Jchien168,
    see page 88 here http://www.novell.com/documentation/...sers_guide.pdf
    I will get this information copied to the ZCM docs - thanks for pointing this out
    Shaun Pond

  • I need to re-download Lion and install it. Holding the Option key while clicking on "purchases" does not work.

    I need to re-download Lion and install it, after re-formatting my hard-drive to "journaled" as requested. Holding the Option key while clicking on "purchases" does not work.

    Thanks Smokemonster. I found that the Lion install app was in in my applications folder already. Worked fine.

  • TS1424 6 of my music videos i purchased are not working, they freeze up

    music videos i purchased are not working correctly

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app) on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • HT202879 I can't download program Pages ver 5.1 . It stops to download and tell me to download via purchase(still not working)

    I can't download program Pages ver 5.1 . It stops to download and tell me to download via purchase(still not working)

    Depending where you are, there can be slow downs on the servers.
    You just have to keep trying. I tried 3 times to get the Mavericks upfrade and eventually had to go to the Apple Store.
    Where they gave me a copy of the previous version!
    "Eventually it works" - the new Apple slogan.
    Peter

  • Apple Volume Purchasing Program not working

    Apple Voluming Purchasing website not working...what is wrong? I can search, put in the quanitity, but when I go to buy, the website says "experiencing technical difficulties, please try later" This has happened over the last 3 weeks.

    Hi..
    Use the email form to report the problem to Apple here > Apple - Support - Mac App Store - Contact Support
    Make sure and download the guide > Apple - Business - App Store Volume Purchasing for Business

  • Transfer Purchases will not work?

    Transfer Purchases will not work on my system. I have changed computer, installed iTunes and authorized the system. When I hit Transfer Purchases the iPhone syncs for about 3 seconds and then returns to normal, no purchases are transfered to the PC?
    Anyone seen this before?

    I am having the same problem (Using Mac 10.6.2) and itunes 9.03. Lost my music due to a time capsule failure (arrghh) had most of it backed up but not the more recent purchases. I have tried to transfer them from my ipod, but get the same problem as you

  • After the upgrade to Mozilla 32 using csv files to import data does not work anymore. What should I do?

    Hello,
    After the latest upgrade to Mozilla 32 a previously recorded imacros scirpt in which the data was being imported into mozilla from a csv file keeps erroring out. This same problem occurred with the with the upgrade to Mozilla 30 and was fixed when Mozilla was upgraded to 31. Can you please advise on how to correct the problem so that csv files can be used in conjunction with imacros scripts. I would like to point out that imacros still works without the use of csv files, but when you introduce a csv to the script the imacros does not work.
    Thank you,
    Eugene

    hello eugene, please directly contact the imacros extension developers through the means provided at their [http://forum.iopus.com/viewforum.php?f=11 forum] - they can likely give you more detailed guidance and are the only ones who can fix bugs or make necessary adjustments in the addon for new firefox versions. thank you...

  • In-App purchase is not working in iOS7

    I have a working code for In-App purchase , its working fine in iOS6 but when I run in iOS7 I got "Failed to load list of products" in debug area and when I tap on restore button to get the already purchased product it says "Cannot connect to iTunes Store".
    I searched a lot regarding this but did not found any solution for this.
    Please suggest

    I have a couple apps that have been in the marketplace for quite some time. Now with iOS 7 there have been some bugs reported. I am trying to rebuild them in XCode 5 with a iOS 6 target. However, I have some serious problems with the StoreKit. The first App always returns "Cannot connect to iTunes" when I try to test an In-App purchase on my iOS 7 iPad. With my second App, the In-App purchase seems to work, however I never get any responses using NSNotificationCenter. "productPurchased" and "productPurchaseFailed" never get hit. I created test users and I believe they are valid. I logged out of iTunes on the device. Does anyone know what might have caused this to stop working for me? I have made no other changes to my code. I am only trying to run it in XCode 5 on an iOS 7 device. Thanks for any help someone might be able to provide!

  • I have one ID for iCloud and one for purchases.  Not working

    I have a mess.   When I migrated from Mobile Me that Apple ID was assigned to iCloud, but I have more than 5,000 songs plus more than 300 apps on another Apple ID.
    According to Apple Document HT4895
    http://support.apple.com/kb/HT4895
    you can have this arrangement where iTunes match is set to the purchasing ID and iCloud is set to the other ID but it does not seem to work for me.
    For example, how can I have iTunes match working with my purchasing Apple ID on my phone and at the same time be seeing my email, photo stream and contacts with my iCloud Apple ID on my phone at the same time? 
    Seems to me iTunes match does not work if your device is set to your purchasing ID and not your iCloud ID, and if it did work then you would not be able to see your email, photo stream and contacts from your iCloud Apple ID.   Seems the Apple document is wrong. 
    It seems to me you can only have two IDs if you do hard wire synch and that iTunes match will not work except for the iCloud ID, which in my case only has 200 songs and not 5,000 songs.
    Please help!!!!!

    I now got it to work.  There are two places to input IDs on IOS5 devices.  One for cloud and the other for itunes store and itunes match.

Maybe you are looking for

  • New to the MAC OS and need help with FCE

    I have a number of videos from parties and events I have organized on DVD discs and I want to make a demo combining all these scenes into one DVD. Is there a simple way to import video and audio from a DVD to use in FCE 4. Ive had the computer for ab

  • How to export data from DB to flat file with ODI?

    we want to export DB2 tables to flat files. Who can tell me how to do it with ODI? Please give me a simple example or steps. Thank you.

  • Actual Cost Posting Into Project

    Hi, I need clarification about actual cost flow into Projects in a typical customer project scenario. The business process is as follows. Projects include engineering, procurement & manufacturing of equirpments. ROH items are procured from external v

  • Why use an external editor?

    I have done a search on this basic question, but everyone is at least one step ahead of me. I found lots of questions about using external editors, but none on why to use one if the first place. It's self-evident that the basic answer is to extend Ap

  • POS DM Reversed Transaction not able to generate Idoc

    Hi Expert I am able to generate Idoc to sap retail from pos dm in transaction type 1001(Sales), but no idea how to do configure refund/ Reversed Transaction? Is Reversed Transaction using message type WPUBON/WPUUMS?