Cant create policys zenworks 10.3.1

everything looks good until i hit the last finnish button.
Review the information and click "Finish" to create the new policy.
The wizard cannot continue for the following reason(s):
Unable to complete your request for the following reason: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.ConstraintViolationExcepti on: could not insert collection: [com.novell.zenworks.datamodel.objects.assignableco ntent.AssignableContentObject.SatelliteServers#a76 f770b9ed52b6669a2c42be4cfefa6]
Policy Type: Dynamic Local User Policy
Folder: /Policies/TestPolicys
Policy Name: htfhgf
the services-messages.log
[MESSAGELOGGER.Debug] [2010-11-24 00:00:02] [] [Content Web Service] [] [updateCDPSyncState: Error updating sync state for device.] [] []
[MESSAGELOGGER.Debug] [2010-11-24 00:00:02] [] [Content Web Service] [] [com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.ConstraintViolationExcepti on: could not insert: [[com.novell.zenworks.datamodel.objects.content.Cont entSyncState]]
at com.novell.zenworks.datamodel.services.content.Con tentAdminImpl.createContentSyncState(ContentAdminI mpl.java:1879)
at com.novell.zenworks.datamodel.services.content.Con tentAdminImpl.setContentSyncState(ContentAdminImpl .java:1608)

lgrav,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/

Similar Messages

  • Runtime error 429, activeX component cant create object while using netbet pro on windows 7 & 8.1 HELP!!!

    runtime error 429, activeX component cant create object while using netbet pro
    does anyone know what I could do to fix this problem??? netbet pro was't available for a while then it's back but has yet to run

    What's netbet pro?
    I'd recommend asking questions about third party applications in the vendor's forum, not a Microsoft forum meant for admin scripting.
    EDIT: Ah, some gambling website...
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • I cant create account because i dont have credit card but I have ipod touch and I need it to download free games and other stuff

    I cant create account because i dont have credit card but I have ipod touch and I need it to download free games and other stuff.Is there any option i can write i dont have any credit card?
    Sorry abaot my english

    Hi...
    Click None in the Payment Information window.
    Instructions for either using your iPhone or a computer > Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • I cant create a book in iPhoto 5.0.4

    Hi all
    I cant create a book in iPhoto 5.0.4 - both the add new book button and the new book command in the menu are greyed out!
    I have rebooted, checked permissions, etc, etc...all the usual.
    Any thoughts?
    Thanks
    Rob

    Hi robsterc,
    You must select an album or a group of images first, then go to File>new book
    Lori

  • Cant create connection Pool for MS SQL Server 2000 with Microsoft Driver

    i am using bea weblogic server 6.1, i cant create connection pool while using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft website. when
    i give the following class name for JDBC driver and the connection url and click
    apply while selecting the available server, a number of exception appears in default
    server (that is the connection pool cannot be created..... cannot load the driver
    class).
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple application in Jbuilder
    7.0 the application runs successfully and fetches the data deom MS SQL database
    but in at Bea connection Pool is not created with these settings. i do give appropriate
    username and password in properties field in connection pool. Thankx for any help!

    khabbab wrote:
    That was the original code part from "startweblogic" :
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;
    echo off
    and i changed it to :
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;D:\Program Files\Microsoft
    SQL Server 2000 Driver for JDBC\lib\msbase.jar;D:\Program Files\Microsoft SQL
    Server 2000 Driver for JDBC\lib\msutil.jar;D:\Program Files\Microsoft SQL Server
    2000 Driver for JDBC\lib\mssqlserver.jar;I suggest moving or copying the three ms driver jars to a directory that has no blanks
    in it so the classpath doesn't have blanks in it. Ie:
    go to the "D:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib"
    directory and do this:
    mkdir D:\microsoft_jdbc_driver
    cp *.jar D:\microsoft_jdbc_driver
    Then make the classpath include D:\microsoft_jdbc_driver\msbase.jar etc.
    Joe
    >
    >
    echo off
    when i save and run the bat file, server appears then disappears.
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    The class path which is echoed at server startup does not include thepaths to
    driver jar files. when i edited the "startweblogic.bat" file and includedthe
    driver class paths to jar files, now the server doesnot even run. tellme what
    to do now???Show me what change you made to the startweblogic file.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    kindly tell me how can i check that the class paths for driver jarfiles are included
    in that string? thanks. also tell me can not i use the jdriver forsql server
    2000?.The startup script will echo what it's doing, including printing out
    the classpath
    it will use. Yes you can use the jDriver for MS SQL2000. It is sufficient
    for
    basic JDBC, but the MS drivfer is preferable in some ways.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    i am using bea weblogic server 6.1, i cant create connection
    pool
    while
    using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft
    website.
    when
    i give the following class name for JDBC driver and the connectionurl and click
    apply while selecting the available server, a number of exception
    appears
    in default
    server (that is the connection pool cannot be created..... cannot
    load
    the driver
    class).The server startup script creates a string that will become the
    classpath
    for the server.
    This string is part of the java call to start the server with a-classpath
    argument. You need to
    make sure the MS driver jars are part of that classpath string.
    Joe
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple applicationin Jbuilder
    7.0 the application runs successfully and fetches the data deom
    MS
    SQL database
    but in at Bea connection Pool is not created with these settings.
    i
    do give appropriate
    username and password in properties field in connection pool.
    Thankx
    for any help!
    khabbab wrote:
    The class path which is echoed at server startup does not include thepaths to
    driver jar files. when i edited the "startweblogic.bat" file and includedthe
    driver class paths to jar files, now the server doesnot even run. tellme what
    to do now???
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    kindly tell me how can i check that the class paths for driver jarfiles are included
    in that string? thanks. also tell me can not i use the jdriver forsql server
    2000?.The startup script will echo what it's doing, including printing out
    the classpath
    it will use. Yes you can use the jDriver for MS SQL2000. It is sufficient
    for
    basic JDBC, but the MS drivfer is preferable in some ways.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    i am using bea weblogic server 6.1, i cant create connection
    pool
    while
    using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft
    website.
    when
    i give the following class name for JDBC driver and the connectionurl and click
    apply while selecting the available server, a number of exception
    appears
    in default
    server (that is the connection pool cannot be created..... cannot
    load
    the driver
    class).The server startup script creates a string that will become the
    classpath
    for the server.
    This string is part of the java call to start the server with a-classpath
    argument. You need to
    make sure the MS driver jars are part of that classpath string.
    Joe
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple applicationin Jbuilder
    7.0 the application runs successfully and fetches the data deom
    MS
    SQL database
    but in at Bea connection Pool is not created with these settings.
    i
    do give appropriate
    username and password in properties field in connection pool.
    Thankx
    for any help!

  • No Access to SLD so cant create my own scenario

    Hi All,
    I dont have the access to SLD so cant create my own business system.
    Can anyone guide me how to check what all the business system and component available available.
    I also want to create a simple RFC to SOAP scenario.Do we have any standard RFC which I can use and create my scenario.
    Not Spcific just a general RFC I want to use to built a scenario.
    Thanks,
    Babu

    HI Sudheer
    If you dont have access to create a new B system , then you will have to use existing Bsystem.
    I think you should be knowing which system the RFC belongs to , or if its a Proof of concept that you are trying to do , you can use any existing Bsystem that you can find in ID under communication Component.If you dont have any B system, you will have to check with Admin to get one created for you.
    Below blogs should help
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    Regards
    Srinivas

  • Cant create WLAN Interface

    I m using WLAN
    4400 with4.1.185.0 code. I tried to create on more interface, it says "cant creat the port".However, it creates the port but does not take DHCP IP. It is also broadcasting that SSID. Any solution ?
    Many Thanks

    Hi Muhammad,
    I just tried and it on my WLC and its working fine..
    Correct me if i am wrong.. i assume that you are configuring like this..
    step1 >> Controller >> interfaces >> new >> Fill in the data >> with DHCP address and all those.
    Step2 >> Controller >> WLAN >> New >> Map the dynamic interface which you created to this WLAN.
    Correct??
    Regards
    Surendra

  • Cant Create SharedAddin Project in VS2008?

    when i use vs2008 to create a sharedaddin project under windows server 2003 sp2
    when the .net framework is 3.0 or 3.5 the wizard failed to create a project and says to install vs2008 properly,
    while i create the project under .net 2.0 ,the creation is successful.
    after i reinstall the vs2008 with full install,i still cant create sharedaddin in vs2008 under .net3.0 or 3.5
    i have install the office pia 2007,vsto2.0 and 3.0 runtime and language pack,what's the problem

    Hi Magicunder,
    >>P.S on the windows 7 operating system on my colleague's computer, he can successfully create the project under .net 2.0,3.0,3.5<<
    I also could create the SharedAddin Project in VS2008 under .Net 3.0 and .Net 3.5 on Windows 7. So I suspect the issue may relative to the enviroment. Did you update the .Net Framwok 3.0 and 3.5 to the latest version? 
    I suggest that you compare the detail version of .Net Framewokr between yours and your colleagure's.
    If not, I suggest that you install the same version of your colleagure's to see whether the issue was fiexed.
    If yes, I also suggest that you to re-install the .Net 3.0 Framework and .Net 3.5 to see wether the isseue was caused by broken .Net FrameWork.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cant create hierarchy FILE load for 0GL_ACCOUNT

    Hi guys i have a special Question......we are trying to create a file load hierarchy source for 0GL_ACCOUNT, in BC i cant find any FILE type infosource or datasource.....in source systems FILE i cant create a datasource for hierarchy and in the hierarchy infosource appears a message that the infosource is already mapped to DEVFILE because theres an infosource FILE type for load master data...
    I cant create a file load hierarchy infoosurce for 0GL_ACCOUNT
    Regards

    Are you using the flexible or direct update?  This will only work with Direct Update since you can only load a data target/infoprovider using the flexible update and a hierarchy is never an infoprovider.
    For example, if you make your characteristic and infoprovider.  The Attrib and Text infoproviders show up under the infoprovider tab.  However, the Hierarchies don't.
    So, here is a step-by-step solution you can follow ...
    1.) Under Infosources tab, find your characteristic.  You need to find the infosource for direct update.  It will have the three icons ... one for attributes, texts and hierarchies.  If you don't see the green hierarchy icon, then you need to turn hierarchies on for the characteristic.
    2.) Right click on the infosource and choose, "Assign Datasource". 
    3.) Under Source System, choose your flat file source system, it is probably named FLATFILE, FILE, TEXT, etc....
    4.) Enter your transport info and select yes to the infosource/datasource assignments for attributes, texts and hierarchies (assuming you have all three icons)
    5.) Select the drop down for datasource and choose your hierarchy datasource.
    6.) Activate the datasource or switch the transfer method to IDOC (instead of PSA) and save the infosource (no activation under IDOCs).
    7.) You can now create your info package against the hierarchy datasource.
    If you are having trouble getting to this stage, the next is going to be more difficult -or- perhaps you are already at this and are having trouble loading the hierarchy?
    Whatever the case, please tell us the steps you have gone through and the errors or error messages you are receiving.  Sometimes these issues are very complicated to both explain and to understand.
    Brian

  • Cant create more partitions

    Hi, i have Arch on a PC with a 80g HD. I have 4 partitions.
    - / "root"
    - /home
    - /boot
    - /swap
    Im looking to install Backtrack in a dualbooting with Arch.
    But i cant create more primary partitions.
    I tried creating and extended partition, but an extended partition is also a primary partition. And gparted says that i have to delete a primary partition first, so im stucked.
    What can i do?

    ralvez wrote:
    Another possible solution would be to get a new HDD (they are chip now!) and add it as a secondary HDD. That way you would have also the advantage that if something goes wring with the primary HDD your back-up data is safe in the second HDD.
    Hope this helps.
    R.
    I've followded the advice, i got a 10G old HDD, its like 8 years old so i want to know if it will be slower because of its transfer capability.

  • Cant create collaboratin rooms

    I'v got an install:
    portal&CM
    all on win2k with sql2000
    EP6 SP2 Patch4-HF7
    CMCOLL EP6 SP2 Patch4-HF2
    everything is workig but I cant create collaboration rooms. I've put in  a sap message and tried applying note 737305 (collaboration_service user service permission issue), but  I cant seem to resolve this issue.
    Has anybody else had/have a similar experience?.. any advice  on troubleshooting this issue?
    jm

    Hi John,
    withouit a stack trace or an excerpt from the collaboration.log file i can't help You.
    Regards, Erwin

  • Cant Create Profile in 5230

    I Purchased a 5230 a few months ago.
    The Problem with the phone is that I cant Create a new profile.
    Updated the software.
    And Tried everything I know.
    Still Cant Create a New Profile.
    Please suggest solutions.

    I did some more testing with my friend's phone, I even persuaded her to let me update it (now on 21.0.004), still no problems creating profiles.
    One thing to try, though I'm 50/50 whether I think it is going to help: backup your phone contents again, then reformat it using hte code *#7370# - the phone will ask you to confirm the reset then enter the lock code, which is 12345 if you haven't set a personal code, then shut down and restart. Once complete, try to create a profile before you restore your backup - if it works, then there could have been some corrupt data in your settings data preventing this from working, in which case omit settings from from the resotration when you restore the backup.
    If it still doesn't work, it could be an issue with your phone's specific variant of the software (this will vary according to region of the world and network operator), in which case all you would be able to do is report the issue to Nokia via the "contact us" link. Be sure to give them the product code of your phone (this is on the label in the battery compartment, usually a 7-digit code beginning 05).

  • Cant create folders

    I just got an iPad 64g and I cant create new folders. Have tried dragging icons onto each other and also in iTunes on pc, but it just does nothing?
    Any ideas? please

    Have you tried rebooting the iPad .... or do a hard reset - the hard rest - hold down on the sleep button and the home button at the same time for about 10 seconds until the Apple logo appears - then let go of the buttons and the iPad will restart.
    This wouldn't effect why the folders won't work on the PC but the folders on the iPad may work properly if you try this - no promises but you could try it.

  • Cant create smartwifi account

    i cant create smartwifi account becouse of the 2 chapa wordings are too hard for me to read please create accout for me or provide me with solution to remove thw two words 

    Are you creating the account at linksyssmartwifi.com with a web browser first, then using the registered account name and PW, then log into the router and input this infornmation there to get the router associated?Redbullssg wrote:
    I have the same problem.... Tried over and over and over, and I'm pretty certain that I am putting it in correctly..... Driving me nuts! 

  • Cant create apple id.

    cant create apple id. 3 options in billing information visa,mastercard,amex.nybody who can help me

    Hi qhaliakbar,
    If you are having trouble creating an Apple ID or entering a payment method for the iTunes Store, review the information below for suggestions to resolve your issue.  Click on the link for complete details.
    Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method - Apple Support
    http://support.apple.com/en-us/HT204034
    Apple recommends using only one Apple ID for all Apple features and services that use Apple ID. If you don’t remember if you have an Apple ID, we’ll help you find it. 
    If you already have an Apple ID
    If you've already created your Apple ID, you'll need to add a payment method when you first use it to sign in to the iTunes Store, App Store, or iBooks Store. But you can optionally remove the payment methodafter you sign in to the store. You won't be asked for a payment method again until you make your first purchase.
    If you don't have an Apple ID
    If you haven't created your Apple ID, follow these steps to create one and a store account at the same time, without adding a payment method using:
    A Mac or PC.
    An iPhone, iPad or iPod touch.
    Have a good day,
    - Judy

Maybe you are looking for