Com.waveset.util.ConfigurationError: Cannot find columns for table 'object'

I am trying to install IDM on my own laptop and use MS SQL Server 2000 as the repository. I run the create table scripts, copy all the jar files to C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\Idm\WEB-INF\lib. But I still got the following error message:
com.waveset.util.ConfigurationError: Cannot find columns for table 'object' ==>com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'object'
Does anyone have any idea of what may cause this problem?
THANKS!

I found the solution to this issue.. is that the Database user ID must be set to the schema .. this is the statment that probably did not work:
CREATE USER <username> FOR LOGIN <login name> with DEFAULT_SCHEMA = <database name>
In sql 2005 expand the database... open security .. find the user.. right click and select properties.. in the default schema box.. select the SunSync database .. in the schemas owned by this user select the sunsync schema database..
good luck

Similar Messages

  • IDM with SQL server Error: Cannot find columns for the table...

    Hi all,
    I am Configuring IDM with SQL Server repository and ran into this error.
    'Cannot find columns for the table 'object'
    .....jdbc...[SQL Server]Invalid object name 'object'
    Can anybody please help me!!
    G

    Yes, permissions are very important. I ran into a similar problem because I didn't have the correct permissions. Make sure the user has the following permissions:
    CREATE ANY TABLE
    ALTER ANY TABLE
    DROP ANY TABLE
    CREATE ANY PROCEDURE
    EXECUTE ANY PROCEDURE
    DROP ANY PROCEDURE
    Also, make sure there is enough space in the default tablespace of that user.
    HTH
    ~Suvesh

  • Com.waveset.util.configurationerror :..

    hi..
    i get an error while instaling the IDM 7.1
    with oracle repo ...
    com.waveset.util.configurationerror :.. network adapter could not establish connection : sql exception
    any suggestions as how to proceed and wats the error??

    Your oracle configuration is incorrect. The service isn't running or you some wrong information specified somewhere.
    See http://forum.java.sun.com/thread.jspa?threadID=512566

  • Com.waveset.util.WavesetException: Missing view id; Missing Account ID

    Hi,
    I have some users in IDM provisioned to LDAP.
    I am now trying to find users and delete them thru the end user interface.
    When i enter the ID, and click search, i get this error
    "com.waveset.util.WavesetException: Missing view id.
    Missing Account ID"
    Here is my WF:
    <WFProcess name='Find WF' maxSteps='0'>
         <Activity id='1' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='43' y='10'/>
    </Activity>
    <Activity id='2' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Enter User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='getView'/>
    <WorkflowEditor x='191' y='10'/>
    </Activity>
    <Activity id='3' name='getView'>
    <Action id='0' name='getView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='type' value='User'/>
    <Argument name='subject' value='configurator'/>
    <Argument name='authorize' value='true'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Delete User'/>
    <WorkflowEditor x='123' y='73'/>
    </Activity>
    <Activity id='4' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(accountId)'/>
    </Action>
    <Transition to='End'/>
    </Activity>
    <Activity id='5' name='End'>
    <WorkflowEditor x='508' y='10'/>
    </Activity>
    Not sure what the mistake it. Can somebody point out pls?
    Thanks,

    cutepaddy
    Thanks for ur reply. However, it was not of much help.
    The problem now is that, i dont get the suspended case workitems error anymore but, the WF is not doing what it's suppoed to do, i.e., delete the users. The dump shows that all activities and actions are being executed correctly, however, the user still is not deleted. Here are my updated forms and WF
    Form 1:
    Configuration id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Accept User ID Form' baseContext='variables' objectLocationID='objectName=Accept+Store+ID+Form&isBegin=true&objectPath=0&objectType=UserForm'>
    <Display class='EditForm'>
    <Property name='title' value='Find ID Form'/>
    </Display>
    <Field name='view.waveset.accountId'>
    <Display class='Text'>
    <Property name='title' value='Enter User ID'/>
    <Property name='size'>
    <Integer>20</Integer>
    </Property>
    <Property name='maxLength'>
    <Integer>10</Integer>
    </Property>
    </Display>
    <Validation>
    <cond>
    <not>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    <ref>view.waveset.accountId</ref>
    </invoke>
    </not>
    <s>Not Exist</s>
    </cond>
    </Validation>
    </Field>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    Form 2:
    <Configuration id='' name='Search Results Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Seach Results Form' baseContext='variables' noDefaultButtons='true'>
    <Display class='EditForm'/>
    <Field name='MatchTable'>
    <Display class='SimpleTable'>
    <Property name='columns'>
    <List>
    <String>Title</String>
    </List>
    </Property>
    </Display>
    <FieldLoop for='accountId' in='view.waveset.accountId'>
    <Field name='XYZ'>
    <Display class='Checkbox'>
    <Property name='Label' value='$(accountId)'/>
    </Display>
    </Field>
    </FieldLoop>
    <Field name='deleteuserbutton'>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    <Field name=':formButton' button='true'>
    <Display class='Button'>
    <Property name='command' value='Save'/>
    <Property name='value' value='Continue'/>
    <Property name='label' value='Delete'/>
    </Display>
    </Field>
    <Field name='formButton'>
    <Expansion>
    <ref>:formButton</ref>
    </Expansion>
    </Field>
    </Field>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    WF:
    <TaskDefinition id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FDC' name='Find User WF' lock='Configurator#1186881293625' creator='Configurator' createDate='1185857988234' lastModifier='Configurator' lastModDate='1186880993625' lastMod='185' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
    <Extension>
    <WFProcess name='Find User WF' maxSteps='0'>
    <Activity id='0' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='99' y='47'/>
    </Activity>
    <Activity id='1' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Display Results'/>
    <WorkflowEditor x='183' y='45'/>
    </Activity>
    <Activity id='2' name='Display Results'>
    <ManualAction id='0' name='Results' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:-435E4C45:114554237BF:-7F8B' name='Search Results Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Delete User'/>
    <WorkflowEditor x='266' y='99'/>
    </Activity>
    <Activity id='3' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(view.waveset.accountId)'/>
    </Action>
    <Action id='1'>
    <expression>
    <block name='dump2'>
    <invoke name='dumpFile'>
    <invoke name='getTask'>
    <ref>WF_CONTEXT</ref>
    </invoke>
    <s>c:\dump.xml</s>
    </invoke>
    </block>
    </expression>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='411' y='101'/>
    </Activity>
    <Activity id='4' name='End'>
    <WorkflowEditor x='529' y='121'/>
    </Activity>
    </WFProcess>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Find User WF'/>
    </Properties>
    </TaskDefinition>
    Thanks in advance for ur help

  • Com.waveset.util.WavesetException: User object null has no cache

    In the anonymous context i receive this error when i try and run the PasswordGenerator.
    com.waveset.provision.PasswordGenerator com.waveset.util.WavesetException: User object null has no cache, it cannot resolve the reference to ObjectGroup object Top.
    It works fine when i run it logged in as an end user or admin. Any ideas

    Yes you are correct i am in as an anonymous user trying to create a forgot password workflow. I was having issues with the password Generator because it required a WSUser object and in other posts it stated you could pass in a null object. However, in the anonymous context you cannot do that so once i discovered the account id in my workflow i had to call getObject for type User with the account id and pass that into the generate password method.
    Then it worked.
    Thanks

  • Concurrent Manager cannot find information for your conc req in FND_USER

    Dear All,
    Our customer is facing this issue while submitting conc requests. The requests end up in a Error with the following message in the Diagnostics.
    Concurrent Manager cannot find information for your concurrent request from FND_USER
    Cause: Concurrent Manager found no rows while selecting information for your concurrent request from FND_USER .
    Sometimes it does not happen. It happens only for HRMS users. We are not sure what is causing this issue.
    Anyone has faced this already? Highly appreciate your suggestions / pointers towards solving this issue.
    Thanks in advance!
    Hem

    Hem,
    Not sure if this is relevant here, but you may try to submit the following concurrent programs and see if it helps.
    - "Sync responsibility role data into the WF table."
    - "Synchronize WF LOCAL tables"
    - "Workflow Directory Services User/Role Validation"
    If the above does not help, enable trace/debug on any of those concurrent programs, and submit it again, check the concurrent request log file contents then (you do not have to generate TKPROF file, so skip this step).
    Note: 453527.1 - How To Trace a Concurrent Request And Generate TKPROF File
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=453527.1
    Regards,
    Hussein

  • I want to re-install Premiere Elelments 8, but cannot find downloads for version 8.  Where can I download the files for version 8?

    I want to re-install Premiere Elelments 8, but cannot find downloads for version 8.  I have the serial no.  Where can I download the files for version 8?

    Hi Jeff.  I did purchase Premiere Elements 8 from Adobe (download version), but couldn't find the files to download again on the adobe.com website.  I did, however carry out another search of files from my old PC and eventually found the files to reinstall on my new PC, using my registered product serial no.  Installation has worked.  It seems that Adobe has stopped supporting version 8 as I could only find version 9 and later for download from the adobe.com website.
    Thanks for your prompt reply

  • Com.waveset.util.JdbcUtil.queryRecords

    Hi,
    I am trying to use the com.waveset.util.JdbcUtil.queryRecords
    method to return a set of rows from a database table.
    The method returns a List of Maps, such as:
    <List>
    <Map>
    <MapEntry key='USERNAME' value='Peter'/>
    <MapEntry key='LAST_CHANGED' value='2007-08-09'/>
    </Map>
    <Map>
    <MapEntry key='USERNAME' value='Paul'/>
    <MapEntry key='LAST_CHANGED' value='2007-05-11'/>
    </Map>
    </List>
    where each <Map>...</Map> is a row from the databse table.
    Is it possible to write and expression to return
    the LAST_CHANGED entry, given the USERNAME?
    So for example, if the <List> above is assigned to a variable
    called 'records', I want to write something like:
    <ref>records[USERNAME=Paul]</ref>
    which would evaluate to:
    <s>2007-05-11</s>
    Does anyone know how to write this?
    The expression <ref>records[USERNAME=Paul]</ref> does not work.
    Thanks,
    John I

    This means that User u1xxx does not have the necessary scope and capabilities to modify user xyz

  • Cannot find InfoProvider for selection specified

    Hi All,
    When executed RSPLAN in BI System , it took us to EP screen , in that
    InfoProvider , Aggregation Levels , Filter....etc tabs are there.
    When selected InfoProvider , Z* or * or empty and when clicked on start button..
    The following message is displayed :
    Cannot find InfoProvider for selection specified "with green exclamatory symbol"
    Even it is not giving JCo type of error message ,
    Real time infocubes are created and activated .
    The two above things have been checked properly .
    Thanks,
    Srini

    Dear Srinivasa,
    Check this link..
    Cannot find aggregation levels for selection specified
    not able to see infoprovider in the planning modeler
    Hope this helps u..
    Best Regards,
    VVenkat...

  • I cannot find "scan for instrument​" at MAX

    Hi~
    I connected GPIB-USB-HS cable between the laptop and Keithley 2602 device.
    In MAX, I could find GPIB-USB-HS "USB0::0x3923::0x709B::016F05B4::RAW" under "device&interface"
    However, I cannot find "scan for instrument" anywhere!
    So, I coudn't connect equipment with laptop......
    What is the problem??
    (I use Window 7, and I installed NI driver.)

    duplicate post

  • When I filter the dataset, though column name exists I got an error Cannot find column

    In the following lines of the code
    foreach (DataRow row in meterDs.Tables[0].Rows)
                    meterChannels = string.Format("{0} = {1}", Global.MeterIdColumnName, row[Global.MeterIdColumnName].ToString());
                    DataRow[] channelRows = ChannelsDs.Tables[0].Select(meterChannels);
    In the following line
     DataRow[] channelRows = ChannelsDs.Tables[0].Select(meterChannels);
    I got an error Cannot find column [Mtr_T1]
    In the debug mode run time values are:
    ? row[Global.MeterIdColumnName].ToString()
    "Mtr_T1"
    ? meterChannels
    "MeterId = Mtr_T1"
    ? Global.MeterIdColumnName
    "MeterId"
    Any clue?
    Thanks

    Hello, 
    The line 
    DataRow[] channelRows = ChannelsDs.Tables[0].Select(meterChannels);
    is trying to filter the data table where the Column value of MeterID equals the values in Column MTR_T1, if you do not have the MTR_T1 column in the ChannelDS.Tables[0] you will get the error.
    Regards, Dinesh

  • Com.waveset.util.WSAuthorizationException: Modify access denied to Subject

    Can anybody tell me what this exception really means.
    com.waveset.util.WSAuthorizationException: Modify access denied to Subject xyz on User: u1xxx
    Thanks.

    This means that User u1xxx does not have the necessary scope and capabilities to modify user xyz

  • What does it mean if the system "cannot find driver for console framebuffer"?

    I've just installed Solaris 7 on a SparcStation 20 with 256 MB RAM, 1 + 2 GB hard drives, 1xSuperSparcII. When I boot up it says "NOTICE:Cannot find driver for console framebuffer". I can't run the CDE, and I assume this is because there is no graphics driver. The graphics card (it's an add-on but by Sun) presumably needs a driver and I would have thought that this would have been included with the Solaris 7 CD. The whole thing worked fine when it was running Solaris 2.5.1 and now I've installed a new OS (initial as opposed to upgrade) it just don't work. Any ideas?

    The "output-device" parameter may not be set properly in Open Boot Prom(OBP) and hence during installation, the driver may not be installed. To fix this, try the following steps.
    1. Note down the current value for output-device. This value is to be restored later.
    printenv output-device
    2. Set the "output-device" parameter to "screen" in OBP
    setenv output-device screen
    3. Perform a reconfiguration boot using the command "boot -r"
    4. The error will not appear. Verify that /dev/fb refers to a device link.
    5. Go to ok prompt again and restore the output-device to its original value (as noted in step 1). The reason for doing this is that some resolution parameters would have been set earlier for your output-device.
    6. Reboot the system again. The error may appear again but since the device link is already created, the CDE will work.
    Please contact us if there are any issues.
    Thanks
    Srinivasan

  • DM 4.5, software issues message "Cannot find system in table file"

    Serious error in Desktop Manager Software V 4.5Windows XP SP3MS OutlookDesktop Manager Software V 4.5, accompanies new RIM Blackberry Curve package purchased retail Bell MobilityJune 2009
    After installation DM 4.5, software issues message “Cannot find system in table file”This happens during “Intellisynch” [Outlook <> Curve] set up. Tried 4 times to make this work – no luck [I am experienced DM user – 4 BBerrys over 8 years]Called Bell Tech support 3 calls total time 2 hours !!Ended up trying to do command prompt and registry setting changes over the phoneDespite 3 long calls this did NOT solve the problem
    Went to Blackberry web site -- their remedy is disgraceful - they expect untrained PC users to do clean removes of DM 4.5 with Windows Registry edits by hand. Highly risky – dangerous – and likely will not work
    REMEDYUse MS Add/Remove programs to remove DM 4.5 or 4.7Download old version - DM 4.2 Release 2 from BBerry web suiteLoad DM 4.2DM 4.2 works fine – copied 1000 contacts and 1000 calendar entries from Outlook correctly to my new CurveDoug SeabornToronto Canada416 819 3684   

    Hi and welcome to the forums!
    These procedures do work, and are not very hard.
    A lot of users have dealt successfully with it.
    Here is the Knowledgebase article:
    Let us know if you need some help or explanations.
    OK?
    Thanks,
    Bifocals
     http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB15278&sliceId=1&docTy...
    The following error message appears at the end of the synchronization process in BlackBerry® Desktop Manager:
    Cannot find table in system file
    CauseA BlackBerry Desktop Software upgrade failed to remove the Connectors folder from C:\Program Files\Research In Motion\BlackBerry\Connectors. As a result, older Microsoft Outlook applications were registered with BlackBerry Desktop Software.
    Resolution
    To resolve this issue, complete the following steps:
    Verify that the Connectors folder is present in the following folder: C:\Program Files\Research In Motion\BlackBerry\Connectors\MS Outlook Connector
    If the Connectors folder is present, complete the tasks listed below.
    Task 1 - Remove the existing Microsoft Outlook connector ilxolkCompanion.fil
    Open a command prompt.
    Navigate to the following folder: C:\Program Files\Research In Motion\BlackBerry\Connectors\MS Outlook Connector
    Type regsvr32 -u ilxolkCompanion.fil. Note: Microsoft Outlook will no longer be listed as an available application in BlackBerry Desktop Manager.
    Task 2 - Register the most current Microsoft Outlook connector
    Open a command prompt.
    Navigate to the following location: C:\Program Files\Research In Motion\BlackBerry\IS71 Connectors\MS Outlook Connector
    Type regsvr32 msoutlookconnector.fil. Note: Microsoft Outlook will now be registered as an available application in BlackBerry Desktop Manager.
    Note: After these tasks are complete, remove and re-install the BlackBerry Desktop Software. For instructions, see KB02206.
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Desktop Manager 4.7 (Cannot find system in table file.)

    I just updated from Desktop Manager 4.2 to 4.7 on Windows Vista for my Blackberry 8800.  When I try to configure synchronization for Microsoft Outlook and click Finish I get the error message "Cannot find system in table file".  I've checked everywhere and I cannot find a solution for this problem.  Can anyone please help point me in the right direction?  Thanks in advance!
    Solved!
    Go to Solution.

    Hi and welcome to the forums!
    Upgrading has left some files registered with the wrong or old versions of software.
    See the attached link for resolution.
    Thanks,
    Bifocals
    Please remember to resolve your thread.
    Put the check mark in the green box that contained your answer! Thanks 
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB15278&sliceId=2&docTy...
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Maybe you are looking for

  • One solution to voice memo problem in iPhone 4

    Folks, I talked to Apple about the problem of not being able to retrieve voice memos in the utilities category of the iPhone 4, and got a fix. I'm not sure if everyone here is experiencing the same problem, but mine was that pressing the silver buton

  • Not able to open .CSV file in excel sheet

    Hi All, I doing proxy to file content conversion scenario .Scenario is runing fine .I have huge ammount of data let say 2 lacs records when I am trying to open my target file it is file not loaded completely .that is why is my tester is saying that h

  • Whenever i try to update my iphone through the itunes it gives the error of server connetion time out

    whenever i tried to update my iphone through itunes it gives the server connection time out error and i am unable to update my software throught the iphone

  • Generic DataReader FetchSize property

    Hi, Does DataReader FetchSize property, available with ODP.NET provider, exist for other provider ? If I want to make a generic class to access datas, how can I implement specifics properties of each provider like FetchSize in Oracle ? (excuse me for

  • Same the same query against all the schemas

    Hi all,I am a newbie to databases I have a requirement where in in need to run the same query against all the schema s in the database.what would be the best way to do it.other than logging into each user and running query.Its a complex query I can't