Wildcard search in data store

I'm trying to search using a wildcard in a AOP data store.  
This produces a result:
Back EMF Date: 2012-08-20 Time: 14:16:04
But this does not
Back*
How can I use wildcards in a data store search?  
Solved!
Go to Solution.

I would assume all of the following should create correct results
dim query : set query = store.CreateQuery
query.ReturnType = "Measurement"
query.Conditions.Add "Measurement", "name", "=", "Back*"
store.Search(query)
store.GetElementList("Measurement", "name=Back%", true)
store.GetElementList("Measurement", "name=Back*", false)
store.GetElementList("Measurement", "name=Back*")
 Please take into account that AOP does not support case insensitive query.
I assume that you are using a AVL Puma. You might need to set a switch in the Advanced DIalog of the AOP connection. "Use Like instead of MATCH".
In the connection parameter this shows up as
<santorinlike>YES</santorinlike>

Similar Messages

  • Search across multiple data stores

    Hello,
    I have 1 Endeca Server with 2 different data stores in it. I would like to search for example "Marco" in the first data store and also also get the records back from the other data store where "Marco" is in the text. Is that possible?
    Thanks.
    Marco
    Edited by: Marco Snels (AortaBI)(NL) on 9-mei-2012 2:21

    Hi Marco -
    The search box component can be configured for use against multiple search interfaces, potentially from multiple datastores. In this case, the expectation is that during configuration you would specify a target page for each search interface datastore in use and those pages would have components focused on that datastore. The end user can then toggle between the different search interface options and when they submit their search they will be pushed to a page with breadcrumbs and a results list etc. focused on that datastore. All other components are tired to a single datastore and do not merge results from multiple datastore instances. The more common case is that the search box in configured with a single datastore in use.
    Jason

  • Wildcard Search requirement for Items description and BP Name

    Hi Friends,
    I want to know is there any feature in Item Master data or Business Partner Master Data in which search is done by putting middle or last name. For example the Item Name is Electric Motar 345 Gear
    and when the user wants to search it by say Motar 345 then all items which inclused Motar 345 should come highlighted.
    Same for BP also its required as BP name is Glem Tex Japan Pvt Limited and now user wants to search the BP by say Tex Japan and all BP which includes the word Tex Japan should come.
    Is there any possibilities by which this can be achieved. Its somewhat wildcard search required. I heared its possible in B1.
    Regards,
    Kamlesh Gupta

    Dear Sridharan,
    I have exactly put the same as 'Motar 345 after Opening the Item Master Data and in find mode pressed * Enter and put the above in Find and selected Item Description. But sorry to say that nothing is coming and the cursor goes in the last item master data.
    What might be the problem can you please tell me.
    Regards,
    Kamlesh Gupta

  • How can I search different App Stores on the iPad without creating accounts for them?

    I'm doing some research on the contents of different App Stores, and the only search feature that gives me all the data I need is the iPad store under iOS 5 or earlier. However, I cannot search a different store without creating an account and signing in, and to create an account I have to have a billing address in that store's country. iTunes on my Mac will let me search various stores without signing in (as long as I don't try to download), but iTunes doesn't give me all the information I need. Does anyone have any ideas for using iPad to search different stores without signing in?
    Thanks!

    This will make a permanent change to the store location for that ID (at least, until I change it back). That *may* be useful (I won't know for a few hours because I don't have the iPad with me right now), but it's not what I want. Within the App Store I want to search a different store without having to sign in. I can do this easily enough in iTunes on my MBP and would really like to do it on the iPad too (because the iTunes app search doesn't give me all the info I need).
    Thanks for the idea; stay tuned. I'll get back to you as soon as I get the chance to try it.

  • Oracle BI Publisher - Passing multiple wildcard search to a bind variable

    Hi,
    Please help me in resolving the below mentioned issue:
    I have developed a report in oracle BI Publisher with a SQL query.
    While scheduling the report to run I used to pass mutilple parameters like CGAMSVC08,RLCSVC51
    If the pass the parameter with wildcard search like C% it works.
    When I pass two or more parameter values with wildcard search like C%,R% its not working.
    Could you please let me know how should I give the bind variable in the SQL query. Currently I'm paramater like the one shown below for passing multiple paramaters:
    Where (',' || :PRMRETRID || ',' like '%,'||RL.RETROFIT_ID|| ',%')
    Edited by: user1101445 on May 23, 2012 2:02 AM

    HI Tyler.
    Well, here's the latest.
    I found this little gem in the BIEE 10.1.3.3.3 Release Notes Documentation...
    This issue applies to Versions 10.1.3.3, 10.1.3.3.1, 10.1.3.3.2, and 10.1.3.3.3.
    Reports that use the BI Publisher data template as the data model may fail with the
    following error: "Data not defined."
    This error will occur if you defined a parameter in your data template but you do not
    pass a value to it via the user interface. If you do not specify this parameter in the "Parameters" section of the report definition that you created using the BI Publisher Edit Report interface, then you will receive the error.
    To work around this issue, either define the parameter in the Edit Report interface or remove the parameter from the data template.
    That bit is now working.
    Having set this up and using your guide it works if my SOAP parameters declaration passes a single value like this...
    <parameterNameValues>
    <item>
    <name>P_INVOICE_ID</name>
    <multiValuesAllowed>true</multiValuesAllowed>
    <values>
    <item>16641</item>
    </values>
    </item>
    </parameterNameValues>
    But if I try and pass two or more like this...
    <parameterNameValues>
    <item>
    <name>P_INVOICE_ID</name>
    <multiValuesAllowed>true</multiValuesAllowed>
    <values>
    <item>16641,18421</item>
    </values>
    </item>
    </parameterNameValues>
    BIP states "java.sql.SQLException: ORA-01722: invalid number"
    My SQL where clause is..
    <sqlStatement name="Q1">
    <![CDATA[select * from vw_invoice_summary
                   where invoice_summary_id IN (:P_INVOICE_ID)]]>
    </sqlStatement>
    And the BIP error records the parameter value as P_INVOICE_ID 16641,18421 (which are legit invoice IDs)
    In summary, works if I pass one invoice ID, fails if I pass two or more.
    Any ideas? Or do you reckon this is now a post for the BIP forum?
    Kind regards.
    Simon

  • How many different binary search trees can store the keys {1,2,3}

    I am having a hard time answering this question:
    How many different binary search trees can store the keys {1,2,3} or how about {1,2,3,4} and how did u figure this out?
    Any responses helpful
    Thanks!

    the.maltese.falcon wrote:
    practissum, shame on you for doing this chap's homework for him. @ the OP, this is a Java forum, not a basic data structures forum.
    Also, you forgot the cases
    3
    1
    2and
    1
    3
    2
    the.maltese.falcon, I was just trying to help him get started with the base case. Notice that I didn't enumerate all of the possibilities, but was trying to help the OP get on the right track. You, however, have done this. So shame to you, sir!

  • Generic LDAPv3 data store help

    hey,
    We are running Access Manager 7.1 patch 1 on Sun App Server 8.2/Solaris 10 sparc. We are receiving the following error in the console when we try to add a Generic LDAPv3 data store:
    "The attribute name sun-idrepo-ldapv3-ldapv3Generic does not match the service schema"
    the console error log says:
    "2008-10-01 10:00:50"   "/|testldap|The attribute name sun-idrepo-ldapv3-ldapv3Generic does not match the service schema"       amConsole.error CONSOLE-644 dc=example,dc=com      e4a92e04b361e73401      SEVERE  id=amadmin,ou=user,dc=example,dc=com   XX.XX.XX.XX     "cn=dsameuser,ou=DSAME Users,dc=example,dc=com" amhostany ideas on the issue?

    SysHex wrote:
    Hi there
    Using AM7.1 RTM
    Been having a bit of trouble configuring a Data Store for Active directory. I actually got it working, just not the way I want it to work.
    I got an LDAP tree in this AD that looks somewhat like this :
    dc=company
    ou=section1,dc=company
    ou=section2,dc=company
    ou=users,ou=section1,dc=company
    ou=users,ou=section2,dc=company
    inside each ou=users I got several users such as :
    cn=aaa1,ou=users,ou=section1,dc=company
    cn=aaa2,ou=users,ou=section1,dc=company
    cn=aaa3,ou=users,ou=section1,dc=company
    and
    cn=bbb1,ou=users,ou=section2,dc=company
    cn=bbb2,ou=users,ou=section2,dc=company
    cn=bbb3,ou=users,ou=section2,dc=company
    What I'm looking for is to configure a DataStore that has all these users in it.
    I have managed to create a data store that contains wither all users in section1 or all users in section2 , but no datastore with all users from section1 and section2.
    When I use
    LDAP Organization DN: ou=section2,dc=company
    or
    LDAP Organization DN: ou=section1,dc=company
    and
    LDAP People Container Naming Attribute : ou
    LDAP People Container Value: users
    I get the users from each of the sections.
    So, till here everything is working the way it should.
    Now Trying to configure the Datastore to contain the users of both I do
    LDAP Organization DN: dc=company
    and I set
    LDAPv3 Plug-in Search Scope: SCOPE_SUB
    if you do the ldapsearch for the same scope and basedn with bind DN , doe it return any result?
    >
    and it doesn't show any of the users.
    Am I doing anything wrong?
    Thanks for your helpwhat is your use case? if you are going to do mostly read/search/mod/del operation then you can create 2 datastore instances one pointing to section1 and the other pointing to section2
    Rp

  • Usage as cache / data store?

    I've read of people using Elasticsearch or Solr as a caching layer for their application, which on the surface at least makes a lot of sense: the search engine is fast, and often you've got all your data in there anyway. I imagine that the appropriateness
    of this is primarily an architecture question, but is there anything specific to Azure Search that would make using it as a caching layer an especially bad idea?
    Thanks!
    I'm not sure how much context that question requires, but for what it's worth: we make a kind of social CRM/intranet product, so our data consists of contacts, employees, projects, companies, and social posts/comments (which can include uploaded documents).
    Currently, most of this is pulled from a (fairly normalized) SQL database, or from an small-ish in-role Azure cache. We want to implement a great search feature across all this data, but because the usage of this data often requires some complex joins or formatting,
    we also want to implement a larger cache to keep all of our data in a denormalized form. So if not Azure Search or Elasticsearch, we're probably looking at Redis or maybe even a NoSQL like Mongo.

    Yes, we do see many cases where it's natural to use Azure Search (or some other search stack) both for search and for serving other queries/content as well, since as you say you already have the data there.
    One particular pattern we see is having an operational store such as SQL which stays normalized (and sometimes even on-premises) and the denormalized Azure Search index is created out of it. Then online projections (websites, mobile apps, etc.) are served
    entirely from the Azure Search index.
    Whether you should use Azure Search or a different cache depends on your access patterns. If you need full-text search (e.g. basic keyword search and potentially things such as linguistics, ranking, etc.) then Azure Search could be a good fit. If you only
    retrieve data on exact queries and you won't need search in the future, you could use Azure Search but other stores might offer other advantages (e.g. Redis cache or DocumentDB).
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Unity Data Store for unity 8

    Guys,
      Im installing unity 8.0.3  , but unfortunately stuck at " cisco data store" .When i searched google itsays to install "sql server 2005 sp3" or"sql server express 2005 sp3". I installed express , but unity assistant still shows the result as "failed".
    Any help from u guys will be appreciatable.

    You should take a look at the "Read Me" file as it states that the Unity Data Store DVD for Unity 8 is NOT available for download.  Refer to the following:
    Do Not Use the Cisco Unity Data Store 2000 Disc from Cisco Unity 7.x and Earlier to Upgrade to Cisco Unity 8.0
    If you are upgrading to Cisco Unity 8.0 and reinstalling software on the Cisco Unity server (for example, because you are replacing the server or upgrading to Windows Server 2003), you must use the Data Store 2000 disc that ships with Cisco Unity 8.0. The Data Store 2000 disc that shipped with earlier versions of Cisco Unity has a different directory structure, and the Cisco Unity System Setup Assistant, which guides you through installing and configuring Cisco Unity 8.0, will not recognize the Data Store 2000 disc that shipped with Cisco Unity 7.x and earlier. (If you paid for an upgrade to SQL Server 2005, we will ship you a Data Store 2005 disc with the rest of your Cisco Unity software.)
    The Cisco Unity 8.0 version of the Data Store 2000 disc is not available for download on Cisco.com. To perform an upgrade that requires reinstalling software on the Cisco Unity server, you must either wait for the Cisco Unity 8.0 installation discs to arrive or manually install SQL Server 2000 or MSDE 2000. Manually installing the application is not documented and, therefore, not supported.
    There's your answer.  You need to order the upgrade kit from Cisco in order to get the proper DVD.
    Hailey
    Please rate helpful posts!

  • LDAP Authentication in a separate data store

    I am running AM 7.0 in Legacy Mode. I want to have a sub-organization (or realm) do its authentication in a different LDAP from the one AM uses as its data store. I have done the same successfully in AM6.1.
    I modified the LDAP Authentication module in the realm to point to the other LDAP. I can now log in to the sub-organization/realm against the secondary LDAP. However, when AM searches for attributes after the login, it uses the search dn that is specified for the LDAP module. What I want it to do is to use the main AM repository for attributes, roles, etc., and only validate credentials against the remote LDAP.
    In 6.1 this was the default behavior. Modifying LDAP Authentication did not affect other behaviors of AM, only the authentication.
    Advice?

    do you have "Return User DN to Authenticate" enabled on the LDAP module? If so, turn it off and see what happens.

  • Query help - Inventory, warehouse, Price List, AP PO, & wildcard search?

    Hi All,
    I have a query that does a lookup on inventory and returns useful info as onhand, committed, warehouse,
    various price list data etc. It is very useful for our telephone sales guys as they can see all the information
    they need in one quick search. There is a wildcard variable that searches both the ItemCode and ItemName
    fields to return possible results.
    I would like to add one further column to this query.. being the ETA (DocDueDate) of the most recent Open
    AP purchase order that relates to the Item.. if any. I want to return the rest of the result even if there is no
    AP Purchase Order open.
    I have posted two queries below. The first is the original query that works well. It offers wildcard search
    of the ItemCode and ItemName, but does not give me the ETA (DocDueDate) of any open AP Purchase
    orders for the item (what I want).
    The second query does give me everything thing I want returned, but only if I enter the exact ItemCode
    into the variable field. I can no longer do the wildcard search that I also want. Some of our codes are simply
    not practical to remember, and cannot be easily identified. this is why I need the wildcard search to look in
    both the Item and Name column and return possible matches.
    I have both queries below.
    This is the working original query...
    SELECT
    T0.[ItemCode],
    T0.[ItemName],
    CAST (T0.[OnHand] As INT) As ' Total On Hand', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=01) As INT) As 'Melb Whse', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=06) As INT) As 'Demo Whse', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=04) As INT) As 'Bill Car Stock',
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=05) As INT) As 'Brett Car Stock',
    CAST (T0.[IsCommited] As INT) As 'Committed',
    CAST (T0.[OnOrder] As INT) As 'On Order',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=6) as 'RRP Inc GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=1) as 'RRP Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=2) as 'Comp Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=3) as 'Std Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=4) as 'Pro Ex GST',
    T1.[ItmsGrpNam],
    T2.[FirmName]
    FROM OITM T0  INNER JOIN OITB T1 ON T0.ItmsGrpCod = T1.ItmsGrpCod
    INNER JOIN OMRC T2 ON T0.FirmCode = T2.FirmCode
    WHERE T0.[ItemCode] Like '%%[%0]%%' OR  T0.[ItemName] Like '%%[%0]%%'
    ORDER by T0.[ItemCode]
    For Browse
    This is the new query with the AP PO DocDueDate lookup included. (Wildcard searches dont work anymore)
    SELECT
    T0.[ItemCode],
    T0.[ItemName],
    CAST (T0.[OnHand] As INT) As ' Total On Hand', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=01) As INT) As 'Melb Whse', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=06) As INT) As 'Demo Whse', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=04) As INT) As 'Bill Car Stock',
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode=05) As INT) As 'Brett Car Stock',
    CAST (T0.[IsCommited] As INT) As 'Committed', CAST (T0.[OnOrder] As INT) As 'On Order',
    (SELECT TOP 1 T0.[DocDueDate] FROM OPOR T0  INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE T1.[ItemCode] = [%0] And  T0.[DocStatus] ='O' ORDER BY T0.[DocDate] Asc) As 'ETA',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=6) as 'RRP Inc GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=1) as 'RRP Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=2) as 'Comp Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=3) as 'Std Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=4) as 'Pro Ex GST',
    T1.[ItmsGrpNam],
    T2.[FirmName]
    FROM OITM T0  INNER JOIN OITB T1 ON T0.ItmsGrpCod = T1.ItmsGrpCod
    INNER JOIN OMRC T2 ON T0.FirmCode = T2.FirmCode
    WHERE T0.[ItemCode] Like '%%[%0]%%' OR  T0.[ItemName] Like '%%[%0]%%'
    ORDER by T0.[ItemCode]
    For Browse
    As you can see in query 2, I used the same variable to attempt to lookup the DocDueDate from OPOR.
    This only works if I enter the variable exactly as ItemCode. No longer wildcard search.
    if anyone could offer any assistance it would be most appreciated.
    Best regards,
    John

    Hi István,
    Thanks! That works great.
    The only additional thing I need is to return the DocNum of the Purchase order (DocNum from OPOR). I attempted to do this by adding T.[DocNum] to your suggested query as per below... however it returns error "Only one expression can be specified in the select list when the subquery is not introduced wit EXISTS"
    SELECT
    T0.[ItemCode],
    T0.[ItemName],
    CAST (T0.[OnHand] As INT) As ' Total On Hand', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode='01') As INT) As 'Melb Whse', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode='06') As INT) As 'Demo Whse', 
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode='04') As INT) As 'Bill Car Stock',
    CAST ((SELECT OnHand from OITW where ItemCode=t0.ItemCode and WhsCode='05') As INT) As 'Brett Car Stock',
    CAST (T0.[IsCommited] As INT) As 'Committed', CAST (T0.[OnOrder] As INT) As 'On Order',
    (SELECT TOP 1 T.[DocNum], T.[DocDueDate] FROM OPOR T  INNER JOIN POR1 Tt ON T.DocEntry = Tt.DocEntry
    WHERE Tt.[ItemCode]=T0.ItemCode And  T.[DocStatus] ='O' ORDER BY T.[DocDate] Asc) As 'ETA',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=6) as 'RRP Inc GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=1) as 'RRP Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=2) as 'Comp Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=3) as 'Std Ex GST',
    (SELECT price from ITM1 where ItemCode=t0.ItemCode and PriceList=4) as 'Pro Ex GST',
    T1.[ItmsGrpNam],
    T2.[FirmName]
    FROM OITM T0  INNER JOIN OITB T1 ON T0.ItmsGrpCod = T1.ItmsGrpCod
    INNER JOIN OMRC T2 ON T0.FirmCode = T2.FirmCode
    WHERE T0.[ItemCode] Like '%%[%0]%%' OR  T0.[ItemName] Like '%%[%0]%%'
    ORDER by T0.[ItemCode]
    For Browse
    Any ideas?
    Many thanks,
    John

  • How to frame the select query for wildcard search.

    Hi Experts,
    I have an input field P_USERALIAS.This value could contain the actual value or the wildcard for example : user can enter P_USERALIAS as SAP123 or S or SAPABC123 . I need to generate a dynamic search on table USREFUS  depending on what has been entered.Please help.
    Useful answers will be rewarded.
    Regards,
    Shrita Sharma.

    THIS IS A TEST REPORT FOR WILDCARD SEARCH**
    TABLES: USREFUS.
    PARAMETERS: P_NAME1 TYPE string.
    RANGES: R_NAME1 FOR USREFUS-USERALIAS.
    DATA: T_usrefus LIKE usrefus OCCURS 0 WITH HEADER LINE.
    *replace
    if p_name1 cs '*'.
    replace all occurrences of '*' in p_name1 with '%'.
    SELECT * FROM usrefus
    INTO TABLE T_usrefus
    WHERE useralias like P_NAME1.
    else.
    SELECT * FROM usrefus
    INTO TABLE T_usrefus
    WHERE useralias = p_name1.
    endif.
    LOOP AT T_usrefus.
    WRITE: / T_usrefus-useralias.
    ENDLOOP.
    **THANKS & REGARDS
    SHRITA SHARMA.

  • OIF : Federation Data Store

    I have configured RDBMS as federation data Store.
    Now when I navigate to OIF Instance->Administration->Identities->Federated Identities and click on search, I get the following error
    Unable to perform search.
    The following error occured while performing the operation above:
    javax.management.RuntimeMBeanException: An unexpected error occurred while performing the federation record search: oracle.security.fed.admin.search.exceptions.SearchDatastoreException: Error ocurred while querying database
    Also datastore.xml is missing from my OIF server.The RCU is already installed on DB. Please let me know what did I do wrong.
    Regards,
    RA
    Edited by: R_A on Jan 4, 2012 1:23 AM

    I hope you know that eDirectory is not supported - http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html#BABHFBCC
    Like any LDAP-compliant server eDirectory has its own idiosyncracies and you might hit issues because OIF using eDir as the federation data store has not been QA-ed by Oracle.
    -Vinod

  • IFolder Data Store Issue

    iFolder 3.9? on OES11 SP1/SLES11 SP2. The ifolder data store is on a NAS via iscsi. This works until the nas "disappears" from the network and i have to hard-power down the nas. We do have a newer gigabit switch on the way but until then, i can not get the ifolder store to come back online. Here is what i use to have to do when this happened: logout of the iscsi via yast-iscsi. Restart the nas. Login using the iscsi initiator via yast. Run xfs_repair -L then restart the server. this would usually work but now, i can not get anything to work. fdisk -l shows the dev:
    Code:
    Disk /dev/sdd: 1610.6 GB, 1610612737024 bytes
    255 heads, 63 sectors/track, 195812 cylinders, total 3145728002 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 524288 bytes
    Disk identifier: 0x00095eaa
    Device Boot Start End Blocks Id System
    /dev/sdd1 1024 3135326207 1567662592 83 Linux
    SDD1 will mount and i can see all the files/folders in the data store. Partitioner sees the iscsi drive.Logs from simias:
    Code:
    2013-08-10 08:08:54,793 [-1443309824] ERROR Simias.LdapProvider.User - DN:cn=user,ou=Paradix,o=TNNDS
    2013-08-10 09:43:49,792 [-1451780352] ERROR Simias.LdapProvider.User - LdapError:Anonymous bind is not allowed
    2013-08-10 09:43:49,793 [-1451780352] ERROR Simias.LdapProvider.User - Error:Inappropriate Authentication
    2013-08-10 09:43:49,793 [-1451780352] ERROR Simias.LdapProvider.User - DN:cn=user,ou=Paradix,o=TNNDS
    Edirectory is up and running. Any ideas on how i can get ifolder back up and running?

    carnold6,
    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/

  • Error while activating Data Store Object

    Hi Guru's,
    When I try to activate a data store object i get the error message :
         The creation of the export DataSource failed     
         No authorization to logon as trusted sys tem (Trusted RC=2).     
         No authorization to logon as trusted sys tem (Trusted RC=2).     
         Error when creating the export DataSource and dependent      Program ID 4SYPYCOPQ94IXEGA3739L803Z retrieved for DataStore object ZODS_PRA

    Hi,
    you are facing a issue with your source system 'myself', check and repair it. Also check if the communication user (normally ALEREMOTE) has all permissions needed.
    kind regards
    Siggi

Maybe you are looking for