Error in Policy_Filter function

Ok, I'm getting an internal error when trying to execute a policy_filter of binary content to HTML.
This was working a week ago, but obviously we've transgressed the unwritten law.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, Oracle Label Security and OLAP options
SQL>begin
     ctx_ddl.create_preference(preference_name => 'binary_filter',
                              object_name => 'AUTO_FILTER');
     ctx_ddl.set_attribute(preference_name => 'binary_filter',
                              attribute_name => 'OUTPUT_FORMATTING',
                              attribute_value => 'FALSE');
     ctx_ddl.create_policy(policy_name => 'binary_policy', filter => 'binary_filter');
end;
SQL> create synonym dc for production.doc_content;
SQL> create table foo (id number(9), bartext clob, barblob blob);
SQL> create or replace trigger bar_aui before insert or update on foo for each row
begin
    ctx_doc.policy_filter('binary_policy', :new.barblob, :new.bartext, false);
end;
SQL> insert into foo (id, barblob) select docid, docoriginal from dc where docoriginal is not null and rownum = 1;
Error report:
SQL Error: ORA-20000: Oracle Text error:
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.CTX_DOC", line 1582
ORA-06512: at "KRETEST.BAR_AUI", line 2
ORA-04088: error during execution of trigger 'KRETEST.BAR_AUI'
20000. 00000 -  "%s"
*Cause:    The stored procedure 'raise_application_error'
           was called which causes this error to be generated.
*Action:   Correct the problem as described in the error message or contact
           the application administrator or DBA for more information.Any insight would be... helpful.

I am guessing that the problem may be in some part that was left out in order to simplify it. Was this something that worked in 10g, but not 11g? I have noticed that 11g handles some things differently. 11g seems to do some automatic creation and freeing of temporary space and it causes problems if you try to do that as you did with 10g. I would check any case where you have used createtemporary or freetemporary or checked if something is null. Please see the simple demo below that works for me.
SCOTT@orcl_11gR2> begin
  2    ctx_ddl.create_preference
  3        (preference_name => 'binary_filter',
  4         object_name       => 'AUTO_FILTER');
  5    ctx_ddl.set_attribute
  6        (preference_name => 'binary_filter',
  7         attribute_name  => 'OUTPUT_FORMATTING',
  8         attribute_value => 'FALSE');
  9    ctx_ddl.create_policy
10        (policy_name       => 'binary_policy',
11         filter       => 'binary_filter');
12  end;
13  /
PL/SQL procedure successfully completed.
SCOTT@orcl_11gR2> create table doc_content
  2    (docid         number,
  3       docoriginal blob)
  4  /
Table created.
SCOTT@orcl_11gR2> create or replace directory my_dir as 'c:\my_oracle_files'
  2  /
Directory created.
SCOTT@orcl_11gR2> insert into doc_content
  2  values (1, utl_raw.cast_to_raw ('test data'))
  3  /
1 row created.
SCOTT@orcl_11gR2> declare
  2    v_blob  blob := empty_blob();
  3    v_bfile bfile;
  4  begin
  5    insert into doc_content values (2, empty_blob())
  6    returning docoriginal into v_blob;
  7    v_bfile := bfilename ('MY_DIR', 'banana.pdf');
  8    dbms_lob.fileopen (v_bfile, dbms_lob.lob_readonly);
  9    dbms_lob.loadfromfile (v_blob, v_bfile, dbms_lob.getlength (v_bfile));
10    if dbms_lob.isopen (v_bfile) = 1 then
11        dbms_lob.fileclose (v_bfile);
12    end if;
13  end;
14  /
PL/SQL procedure successfully completed.
SCOTT@orcl_11gR2> create synonym dc for doc_content
  2  /
Synonym created.
SCOTT@orcl_11gR2> create table foo
  2    (id      number(9),
  3       bartext  clob,
  4       barblob  blob)
  5  /
Table created.
SCOTT@orcl_11gR2> create or replace trigger bar_aui
  2    before insert or update on foo
  3    for each row
  4  begin
  5    ctx_doc.policy_filter
  6        ('binary_policy', :new.barblob, :new.bartext, false);
  7  end;
  8  /
Trigger created.
SCOTT@orcl_11gR2> show errors
No errors.
SCOTT@orcl_11gR2> insert into foo (id, barblob)
  2  select docid, docoriginal
  3  from   dc
  4  where  docoriginal is not null
  5  and    docid = 1
  6  /
1 row created.
SCOTT@orcl_11gR2> update foo
  2  set    (id, barblob) =
  3           (select docid, docoriginal
  4            from   dc
  5            where  docid = 2)
  6  where  id = 1
  7  /
1 row updated.
SCOTT@orcl_11gR2> select id, bartext from foo
  2  /
        ID
BARTEXT
         2
<HTML><BODY>
    <p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="6" face="ComicSansMS"><b>Fruit
of the Month  Banana </b></font></p>
<p><font size="3" face="TimesNewRoman"> </font></p>
<p><font size="3" face="ComicSansMS">Bananas are the most popular  fresh fruit i
n the United States.  They have a peel that comes off  easily, they ripen after
they've  been picked, there is a generous  supply all year, and they are  inexpe
nsive. Bananas have both a  high amount of carbohydrates as  well as potassium,
which also  makes them the fruit of choice  for many athletes.  (Wellness Encycl
opedia of Food  and Nutrition, 1992).  </font></p>
<p><font size="4" face="ComicSansMS"><b>Selection </b></font></p>
<p><font size="3" face="ComicSansMS">Avoid bananas with brown spots  that seem v
ery soft. Select  those bananas with a nice color,  specific for the variety. Ch
oose  fruit that is firm and free of  bruises. Best eating quality has  been rea
ched when the solid  yellow skin color is speckled with  brown. </font></p>
<BR>
    <p><font size="3" face="ComicSansMS">Bananas with green tips or with practic
ally no yellow color have not  developed their full flavor. Bananas are overripe
when they have a strong  odor. </font></p>
<p><font size="4" face="ComicSansMS"><b>Storage </b></font></p>
<p><font size="3" face="ComicSansMS">To further ripen bananas leave at room temp
erature for a couple of days.  Once ripe you can store in the refrigerator for 3
to 5 days. The peel may  turn brown in the refrigerator, but the fruit will not
change. </font></p>
<p><font size="4" face="ComicSansMS"><b>Varieties </b></font></p>
<p><font size="3" face="ComicSansMS">The very popular yellow banana of Cavendish
is the banana we see in grocery  stores. However, Plantains, Finger Bananas and
Red Bananas are also popular  varieties. Most all have a soft texture when ripe
. </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"><b>Make
Bananas Part of Your 5 A Day Plan</b> </font></p>
<p><font size="2" face="SymbolUnicode">•</font><font size="2" face="Arial"> </fo
nt><font
size="3" face="ComicSansMS">Use sliced bananas in cereal, yogurt, or on a peanu
t butter sandwich. </font></p>
<p><font size="2" face="SymbolUnicode">•</font><font size="2" face="Arial"> </fo
nt><font
size="3" face="ComicSansMS">Carry bananas in your lunch or use as a snack. </fo
nt></p>
<p><font size="2" face="SymbolUnicode">•</font><font size="2" face="Arial"> </fo
nt><font
size="3" face="ComicSansMS">For a cool refreshing treat, cut a banana into chun
ks and put in the </font></p>
<p><font size="3" face="ComicSansMS">freezer. Take out in a couple of hours and
enjoy. </font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<p><font size="6" face="ComicSansMS"><b> </b></font></p>
<BR>
    <p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="6" face="ComicSansMS"><b>Recipes</b></font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS"><b>Banana
Nut Smoothie  </b></font><font size="2" face="ComicSansMS">Makes 4 (1 cup) servi
ngs  Each serving equals one 5 A Day serving  Recipe source: Produce for Better
Health </font></p>
<p><font size="3" face="ComicSansMS">2 bananas, ripe  2 cups pineapple juice  2
Tbsp creamy peanut butter  2 tsp plain yogurt  1 ½ tsp vanilla extract  6 ice cu
bes  1 tsp nutmeg </font></p>
<p><font size="3" face="ComicSansMS">Combine all ingredients, except nutmeg, in
blender. Cover and run on high  until smooth and well-blended. Sprinkle with nut
meg. </font></p>
<p><font size="3" face="ComicSansMS">Nutritional analysis per serving: calories
191, protein 3g, fat 5g, percent calories  from fat 21%, cholesterol 0mg, carboh
ydrates 35g, fiber 2g, sodium 46mg </font></p>
<p><font size="3" face="ComicSansMS"><b>Banana
Berry Jumble</b>  </font><font size="2" face="ComicSansMS">Makes 2 servings  Eac
h serving equals one 5 A Day serving  Recipe source: Produce for Better Health <
/font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS">2 bananas, halved and cut into ½ inch piece
s  ¾ cup cranberries, fresh or frozen  ¼ cup oats  ½ tsp nutmeg </font></p>
<p><font size="3" face="ComicSansMS">Combine all ingredients in a large, non-sti
ck skillet. Cook on medium-high  heat just until cranberries begin to soften, st
irring occasionally. Remove  from heat; cool slightly. Spoon into bowls and top
with whipped topping or  frozen yogurt, if desired. </font></p>
<p><font size="3" face="ComicSansMS">Nutritional analysis per serving: calories
212, protein 4g, fat 2g, percent calories  from fat 8%, cholesterol 0mg, carbohy
drates 50g, fiber 7g, sodium 2mg </font></p>
<BR>
    <p><font size="3" face="ComicSansMS"><b>Baked
Bananas with Orange/Lemon  Sauce</b>  </font><font size="2" face="ComicSansMS">M
akes 4 servings  Each serving equals one 5 A Day serving  Recipe source: Produce
for Better Health/Carol  Withers </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS">4 bananas  ¼ cup orange marmalade  2 Tbsp l
emon juice  1 Tbsp grated orange peel  1 Tbsp grated lemon peel  2 mint sprigs (
for garnish, optional) </font></p>
<p><font size="3" face="ComicSansMS">Remove ends from bananas. With a knife, sli
t banana skin on the back of  each banana from top to bottom, but leave the skin
on the banana (to keep  the banana from bursting). Bake bananas in their skins
in a 375-degree oven  for 20 minutes. Meanwhile, mix marmalade and lemon juice.
When done,  remove bananas from oven and discard the skin. Center each banana on
a  dessert plate. Pour 1½ Tbsps sauce over each banana. Mix orange and lemon  p
eels and sprinkle 1½ tsps over each banana. Garnish with mint. </font></p>
<p><font size="3" face="ComicSansMS">Nutritional analysis per serving: calories
169, protein 2g, fat 1g, percent  calories from fat 4%, cholesterol 0mg, carbohy
drates 43g, fiber 4g, sodium  2g </font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b> </b></font></p>
<BR>
    <p><font size="3" face="ComicSansMS"><b> </b></font></p>
<p><font size="3" face="ComicSansMS"><b>Tropical
Pork Kabobs</b>  </font><font size="2" face="ComicSansMS">Makes 4 servings  Each
serving equals one 5 A Day serving </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<p><font size="3" face="ComicSansMS">1 lb pork loin, boneless, cut into 3/4 inch
cubes  1/4 cup orange juice  1/4 tsp cinnamon  2 bananas, sliced  8 skewers, wo
oden (soak in water before using) or metal  1/3 cup orange marmalade  2 Tbsp hon
ey  1 can (15 oz) pineapple chunks  1 can (11 oz) mandarin oranges </font></p>
<p><font size="3" face="ComicSansMS">In a small saucepan, mix together the marma
lade, orange juice, honey and  cinnamon. Stir over low heat until mixture bubble
s gently. Divide pork cubes  into 4 equal parts and thread on 4 skewers. Fill re
maining 4 kabobs with  pineapple, bananas, and mandarin oranges. Place fruit kab
obs on large plate  and coat with glaze. Spoon remaining glaze over pork kabobs.
Grill or broil  about 4 inches from heat source, turning and basting with glaze
frequently.  Cook for 10 minutes or until lightly browned. Serve immediately wi
th fruit  kabobs. </font></p>
<p><font size="3" face="ComicSansMS">Nutritional analysis per serving: calories
397, protein 23g, fat 9g, percent  calories from fat 19 %, cholesterol 56mg, car
bohydrates 59g, fiber 2g,  sodium 421mg </font></p>
<p><font size="3" face="ComicSansMS"> </font></p>
<BR>
</BODY></HTML>
1 row selected.
SCOTT@orcl_11gR2>Edited by: Barbara Boehmer on Mar 15, 2011 10:31 AM

Similar Messages

  • While applying 4440000, "Error calling FNDLOAD function" Occurs.

    While applying the patch 4440000, the following error occured.
    ***********************************************************************************************Loading data using FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @FND:patch/115/import/aflvmlu.lct @PER:patch/115/import/US/perzzlookup01823.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file:
    Error calling FNDLOAD function.
    Also, no log file for FNDLOAD generated.
    Referred the metalink note 441783.1. But unable to understand the solution. Can anyone please explain or other workaround if any?
    S. Sundar

    Dear Taylor,
    Thanks a lot. You are too excellent.
    After doing as follows, the problem is resolved.
    F:\oracle\product>ln -s 10.2.0 10_2.0
    F:\oracle\product>dir 10*
    Volume in drive F is New Volume
    Volume Serial Number is 08B6-ACF4
    Directory of F:\oracle\product
    12/16/2007 10:56 AM <DIR> 10.2.0
    04/01/2008 08:10 AM <JUNCTION> 10_2.0
    0 File(s) 0 bytes
    2 Dir(s) 10,004,815,872 bytes free
    F:\oracle\product>
    Thanks again.
    S. Sundar

  • ERROR WHILE UPLOADING FUNCTIONAL LOCATION MASTER DATA THROUGH LSMW?????

    Dear Experts,
    I am uploading the master data of functional location through LSMW .I had completed all the steps except "Run Batch Input Session".
    In that step it is showing as functional location already exists, after this error the remaining functional locations are updated in sap or it will stop total transaction by  this error???
    how can u upload the remaining in to sap by skipping already existed one????
    here I am uploading the error screen shot.
    Thanks & Regards,
    Sunil Boya

    Hi Jogeswara Rao Kavala,
    When I am pressing back or NO option  it is showing error like this
    What is this OK- Code means?
    how can I resume this process, even it was not going to back screen also and only one option is available for exit from this is by going into MENU-SYSTEM-SERVICES-BATCH INPUT-CANCEL.
    Sunil Boya

  • Error while posting GR "Internal error in FORM/FUNCTION CKML_F_BUILD_INDEX

    Dear Experts,
    While posting GR for any non-valuated material, I am getting an error "Internal error in FORM/FUNCTION CKML_F_BUILD_INDEX in position 1 with RC 0
    Message no. C+099"
    Kindly explore the possibilities of solution for the above error. The abve error only showing at the time of posting and not whicle Check.
    Regards,
    Tushar

    Hi Tushar,
    Your problem is happening because of the applicaiton of an SAP Note. I think PM has nothing to do with this Error. Pl. read the following (which I read this from one SAP website) & check the relevant SAP notes and take action or write to SAP  for solution.
    Symptom
    The posting of goods receipts results in a long runtime.
    Other terms
    ACTUPD, MIGO, performance, material ledger
    Reason and Prerequisites
    The actual costing is active.
    The performance problems usually occur when there are several procurement alternatives or procurement processes (tables CKMLMV001 and CKMLMV002) for certain materials.
    This can be caused by implementing the modification according to Note 1017470 or 919869, [...]
    Regards,
    Bala.

  • Certificate issues Active Directory Certificate Services could not process request 3699 due to an error: The revocation function was unable to check revocation because the revocation server was offline. 0x80092013

    Hi,
    We have some problems with our Root CA. I can se a lot of failed requests. with the event id 22: in the logs. The description is: Active Directory Certificate Services could not process request 3686 due to an error: The revocation function was unable to
    check revocation because the revocation server was offline. 0x80092013 (-2146885613).  The request was for CN=xxxxx.ourdomain.com.  Additional information: Error Verifying Request Signature or Signing Certificate
    A couple of months ago we decomissioned one of our old 2003 DCs and it looks like this server might have had something to do with the CA structure but I am not sure whether this was in use or not since I could find the role but I wasn't able to see any existing
    configuration.
    Let's say that this server was previously responsible for the certificates and was the server that should have revoked the old certs, what can I do know to try and correct the problem?
    Thank you for your help
    //Cris

    hello,
    let me recap first:
    you see these errors on a ROOT CA. so it seems like the ROOT CA is also operating as an ISSUING CA. Some clients try to issue a new certificate from the ROOT CA and this fails with your error mentioned.
    do you say that you had a PREVIOUS CA which you decomissioned, and you now have a brand NEW CA, that was built as a clean install? When you decommissioned the PREVIOUS CA, that was your design decision to don't bother with the current certificates that it
    issued and which are still valid, right?
    The error says, that the REQUEST signature cannot be validated. REQUESTs are signed either by itself (self-signed) or if they are renewal requests, they would be signed with the previous certificate which the client tries to renew. The self-signed REQUESTs
    do not contain CRL paths at all.
    So this implies to me as these requests that are failing are renewal requests. Renewal requests would contain CRL paths of the previous certificates that are nearing their expiration.
    As there are many such REQUEST and failures, it probably means that the clients use AUTOENROLLMENT, which tries to renew their current, but shortly expiring, certificates during (by default) their last 6 weeks of lifetime.
    As you decommissioned your PREVIOUS CA, it does not issue CRL anymore and the current certificates cannot be checked for validity.
    Thus, if the renewal tries to renew them by using the NEW CA, your NEW CA cannot validate CRL of the PREVIOUS CA and will not issue new certificates.
    But it would not issue new certificates anyway even if it was able to verify the PREVIOUS CA's CRL, as it seems your NEW CA is completely brand new, without being restored from the PREVIOUS CA's database. Right?
    So simply don't bother :-) As long as it was your design to decommission the PREVIOUS CA without bothering with its already issued certificates.
    The current certificates which autoenrollment tries to renew cannot be checked for validity. They will also slowly expire over the next 6 weeks or so. After that, autoenrollment will ask your NEW CA to issue a brand new certificate without trying to renew.
    Just a clean self-signed REQUEST.
    That will succeed.
    You can also verify this by trying to issue a certificate on an affected machine manually from Certificates MMC.
    ondrej.

  • Server 2008 R2 Windows Server Backup. "Error in backup of Hyper-V.vhd during read: Error [0x80070001] Incorrect function.

    Hello,
    We are currently using Windows Server Backup to backup three Hyper-V guests running on a Windows 2008 R2 host.  Two guests are running Server 2008 R2 and one is running Windows 7.  I have the backups going to a dedicated external disk drive.
    WSB backs up the two 2008 R2 Hyper-V guests just fine.  However, when attempting to backup the Windows 7 Hyper-V guest, I receive the following error:
    Error in backup of <Windows 7.vhd> during read: Error [0x80070001] Incorrect function.
    I ran a "vssadmin list writers" and all the VSS writers showed "Stable" with no errors.  I have plenty of space on the external drive as well.  I've read this article:
    https://support.microsoft.com/kb/973455?wa=wsignin1.0#workaroundissue12 except that doesn't seem to be what I'm experiencing here.
    Anyone have any suggestions?

    Hi,
    As the other 2 guests could be backed up correctly, the issue should not be the Windows Server Backup feature.
    First please refer to this article:
    Backing Up and Restoring Virtual Machines
    http://msdn.microsoft.com/en-us/library/dd405549(v=vs.85).aspx
    Please check if all following requirements are met. Specifically please check if Integration Service is installed. 
    Backup (volume snapshot) Integration Service is installed and running in the child VM. The service name is "Hyper-V Volume Shadow Copy Requestor".
    Windows 2000:  Backup Integration Service is not supported.
    The child VM must be in the running state.
    The Snapshot File Location for the VM is set to be the same volume in the host operating system as the VHD files for the VM.
    All volumes in the child VM are basic disks and there are no dynamic disks.
    All disks in the child VM must use a file system that supports snapshots (for example, NTFS).
    If you have any feedback on our support, please send to [email protected]

  • MuseJSAssert: Error calling selector function:ReferenceError: Spry is not defined.

    I launched Muse today and it said there was an updated available. I installed it and then made a few small changes to my 5 page website. Then i exported the HTML and uploaded it to my server.
    But now when i try browsing the site in Chrome, I get the following error message:
    MuseJSAssert: Error calling selector function:ReferenceError: Spry is not defined.
    The only changes I made were adding some text to a few pages and adding metadata info to each page and when viewing the exported HTML locally (prior to uploading) it all behaves as it should...no error messages.
    Any ideas why its doing this? or more importantly, any suggestions on how to stop it from doing this? It wasn't doing this yesterday prior to me making these small changes.
    Here's the URL: www.gardensbytheseaursery.com
    Thanks in advance.
    Jake

    This error would occur if not all the files for the site we're uploaded.
    The 2.0 update includes numerous improvements in the generated HTML, CSS and JavaScript, so while you may have directly changed only certain pages, if you're using an external FTP client all the exported files and folders need to be uploaded. (The new built-in FTP support automatically only generates and uploads files that have changed since the previous upload.)

  • I got this warning when i open a specific page on my website in IE : MuseJSAssert: Error calling selector function:Error: A security problem occurred.

    Hi,
    I found out when i'm in IE and go to the page 'Artists'
    and i click on a name, for example: 'Abel Equipe ELA/I Gomes'
    I get this warning :
    MuseJSAssert: Error calling selector function:Error: A security problem occurred.
    This is only in IE, not when i use Safari or Chrome
    this is the website link
    Any ideas how to solve this problem?

    There's an invalid hyperlink on the Abel Equipe ELA/I Gomes page on a bit of text that reads "with your input." You need to find this text within Muse, clear the hyperlink and enter a valid one.

  • Muse JS Assert: Error calling selector function:Type error: Object has no method Muse Menu

    When exporting html and viewing locally we receive the following error... This error disappears after removing menu from top of page. This error does not occur when viewed on Outdoors360.businesscatalyst.com (our temporary site)
    Muse JS Assert: Error calling selector function:Type error: Object has no method Muse Menu
    Any ideas??

    I fix the problem.
    I have carefully reviewed JAVASCRIPT files and I could see that these are not a major influence within the site, only are reference code and utilities of the same application.
    By removing these files nothing has stopped working, I thought I would have some error in the sliders, or opacities, but no, nothing happened.
    DELETE IT
    FRANCISCO CATALDO DISEÑADOR GRÁFICO

  • Error in UseOneAsMany Function Error in SAP XI

    Error in UseOneAsMany Function Error in SAP XI
    Hi Experts,
    I am trying the Example of function UseOneAsMany. My Input and Output XML Files are provided below:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_MM4 xmlns:ns0="http://test/mapping.test">
       <Header>
          <MatNo>MatNo</MatNo>
          <MatDesc>MatDesc</MatDesc>
       </Header>
       <Item>
          <MatNo>MatNo1</MatNo>
          <ItemNo>ItemNo1</ItemNo>
          <MatGroup>MatGroup1</MatGroup>
          <Mattype>Mattype1</Mattype>
          <Plant>Plant1</Plant>
       </Item>
       <Item>
          <MatNo>MatNo2</MatNo>
          <ItemNo>ItemNo2</ItemNo>
          <MatGroup>MatGroup2</MatGroup>
          <Mattype>Mattype2</Mattype>
          <Plant>Plant2</Plant>
       </Item>
    </ns0:MT_MM4>
    My Expected Output should be :
    <?xml version="1.0" encoding="UTF-8"?>
    -<ns0:MT_MM4R xmlns:ns0="http://test/mapping.test">
    -<Header>
    <MatNo>MatNo</MatNo>
    <MatDesc>MatDesc</MatDesc>
    <MatGroup>MatGroup1</MatGroup>
    </Header>
    -<Item>
    <MatNo>MatNo1</MatNo>
    <ItemNo>ItemNo1</ItemNo>
    <Mattype>Mattype1</Mattype>
    <Plant>Plant1</Plant>
    </Item>
    -<Header>
    <MatNo>MatNo</MatNo>
    <MatDesc>MatDesc</MatDesc>
    <MatGroup>MatGroup2</MatGroup>
    </Header>
    -<Item>
    <MatNo>MatNo2</MatNo>
    <ItemNo>ItemNo2</ItemNo>
    <Mattype>Mattype2</Mattype>
    <Plant>Plant2</Plant>
    </Item>
    </ns0:MT_MM4R>
    But for me Headers are coming first and then followed by two items. Please let me know how to solve the issue and also please provide the explanation.
    Thanks,
    GIRIDHAR

    Hello,
    Change ur structure little bit (add parent node "Record") and then use java mapping pasted in below blog to remove Record node to get ur desired structure.
    File Conversion using 'Nodeception'
    <?xml version="1.0" encoding="UTF-8"?>
    -<ns0:MT_MM4R xmlns:ns0="http://test/mapping.test">
    <Record> --- 0..Unbounded
    -<Header>
    <MatNo>MatNo</MatNo>
    <MatDesc>MatDesc</MatDesc>
    <MatGroup>MatGroup1</MatGroup>
    </Header>
    -<Item>  
    <MatNo>MatNo1</MatNo>
    <ItemNo>ItemNo1</ItemNo>
    <Mattype>Mattype1</Mattype>
    <Plant>Plant1</Plant>
    </Item>
    </Record>
    <Record>
    -<Header>
    <MatNo>MatNo</MatNo>
    <MatDesc>MatDesc</MatDesc>
    <MatGroup>MatGroup2</MatGroup>
    </Header>
    -<Item>
    <MatNo>MatNo2</MatNo>
    <ItemNo>ItemNo2</ItemNo>
    <Mattype>Mattype2</Mattype>
    <Plant>Plant2</Plant>
    </Item>
    </Record>
    </ns0:MT_MM4R>
    Thanks
    Amit Srivastava

  • I am getting this error :The right function requires 2 argument(s).

    declare 
    @startdate datetime,
    @enddate datetime 
    SET @STARTDATE ='01-MAR-2014'
    SET @enddate = '01-MAR-2014'
    Set @StartDate = Convert(datetime, Convert(char(10), @StartDate, 120) + ' 00:00:00', 120)
    set @enddate =convert(datetime,Convert(char(10),@enddate, 120) + ' 23:59:59',120) 
    SELECT 
    [row_date]
    ,[logid]
    ,CONVERT(VARCHAR(6), (ISNULL(SUM([acwouttime] + [auxouttime] + [holdtime]), 0))/3600) + 
    ':' + RIGHT('0' + CONVERT(varchar(2),(ISNULL(SUM([acwouttime] + [auxouttime] + [holdtime]), 0)) % 3600) / 60), 2)
    + ':' + RIGHT('0' + CONVERT(varchar(2), (ISNULL(SUM([acwouttime] + [auxouttime] + [holdtime]), 0)) % 60), 2)AS HoldTime
    FROM [CMSData].[dbo].[hagent2]
    WHERE ([logid] IN (1382, 1493,1382,1493,1444,1466,1301,1074,1655,
    1749,1685,1686,1684,1617,1681,1792,1595,1597,1687,1622))
    AND (row_date BETWEEN  @StartDate AND @EndDate)
    GROUP BY 
    [row_date]
    ,[logid]
    hi friends when I am executing this query I am getting this error please help me I will grateful to you .
    ERROR: The right function requires 2 argument(s).

    you may be better off making date filter as below
    declare
    @startdate datetime,
    @enddate datetime
    SET @STARTDATE ='01-MAR-2014'
    SET @enddate = '02-MAR-2014'
    AND (row_date >= @StartDate AND row_date <@EndDate)
    see
    http://visakhm.blogspot.in/2012/12/different-ways-to-implement-date-range.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • EDI validation Error: Segment GS(Functional Group Header) at guideline

    Hi,
    I am working on EDI 272 transaction(inbound).
    I created ECS file for EDI 272 and validated the EDI 272 data with ECS file in the B2B document editor. Validation was sucess in the B2B document editor
    when I upload the same ECS file and tested the same in B2B. I am using EDI version 4020.
    I am getting the following error,
    Segment GS(Functional Group Header) at guideline position 0200 is missing. This segment's standard option is Mandatory.{br}{br}This segment was expected after:{br}{tab}Segment Count: 1{br}{tab}Character: 105

    Hi Anuj,
    I created new ECS file without Envelope.
    Now I am getting the following exception
    <errorCode>AIP-51505</errorCode>
    <errorText>5020: An invalid character was encountered in a data element.</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (dgia21a.cccis.com)
    Element ISA11 data type must be 'Alphanumeric'. Segment ISA is defined in the guideline at position 010.{br}{br}This error was detected at:{br}{tab}Segment Count: 1{br}{tab}Element Position: 11 {br}{tab}Characters: 82 through 83 ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    <errorDetails>
    <parameter name="InterchangeControlStandard_RepeatingSeparator" value=""/>
    <parameter name="InterchangeTrailerControlNumber" value="000000001"/>
    <parameter name="InterchangeChildCount" value="1"/>
    <parameter name="InterchangeTime" value="1417"/>
    <parameter name="InterchangeUsageIndicator" value="T"/>
    <parameter name="ErrorScope" value="Interchange"/>
    <parameter name="SubelementDelimiter" value=""/>
    <parameter name="RepeatingSeparator" value=""/>
    <parameter name="InterchangeSecurityInfo" value=" "/>
    <parameter name="InterchangeReceiverQual" value="ZZ"/>
    <parameter name="DecimalSeparator" value=""/>
    <parameter name="InterchangeAuthorizationInfoQual" value="00"/>
    <parameter name="ElementDelimiter" value=""/>
    <parameter name="InterchangeComponentElementSep" value=""/>
    <parameter name="InterchangeControlVersion" value="00402"/>
    <parameter name="InterchangeAckRequested" value="0"/>
    <parameter name="InterchangeSenderQual" value="ZZ"/>
    <parameter name="InterchangeReceiverID" value="BBBBBBBBBBBB"/>
    <parameter name="ReleaseCharacter" value=""/>
    <parameter name="InterchangeDate" value="001212"/>
    <parameter name="SegmentDelimiter" value=""/>
    <parameter name="InterchangeControlNumber" value="000000001"/>
    <parameter name="InterchangeAuthorizationInfo" value=" "/>
    <parameter name="InterchangeSenderID" value="AAAAAAAAAAAA"/>
    <parameter name="InterchangeSecurityInfoQual" value="00"/>
    </errorDetails>
    </Exception>

  • Application builder Error: Windows SDK function returned an error. (Error code -12) *** End Error Report

     try to create an installer in Labview 8.6.  The build fail and I got this message.
    CDK_CreateNewWizard_Invoke.vi.ProxyCaller >> CDK_CreateNewWizard_Invoke.vi >> CDK_InstallerConfiguration_Editor.vi 
    >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFBuildDist_Build.vi
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Copying distribution 'NI LabVIEW 8.6.1 Datalogging and Supervisory Control Module' from: 
    D:\software\application\LabView\NI.LABVIEW\NI-Labview 8.6.1 DSC Module\ to: C:\Documents and Settings\Lidaoling\桌面
    \Builds\generate waveform\My Installer\
    Building deployment
    Copying setup files
    Setting merged database information
    Setting product information
    Setting developer part information
    Starting final build
    Validating...
    Copying files...
    Updating files...
    Creating merged database...
    *** Error: Windows SDK function returned an error. (Error code -12)
    *** End Error Report
    Done building deployment 

    Solution

  • Error creating RFC function /BODS/ABAP_RUN : RFC_ABAP_EXCEPTION-(Exception_Key: FU_NOT_FOUND, SY-MSGTY: E, SY-MSGID: FL,

    Hi Expert,
    I try to execute job on development system but he showed error "Error creating RFC function </BODS/ABAP_RUN>: <RFC_ABAP_EXCEPTION-(Exception_Key: FU_NOT_FOUND, SY-MSGTY: E, SY-MSGID: FL, SY-MSGNO: 046, SY-MSGV1: /BODS/ABAP_RUN)>. Notify Customer Support.
    In ECC I use ABAP execute option as Execute Preloaded. How to solve this problem? Thanks for your advise.

    Dear,
    have you checked in EXX wether the function group /BODS/BODS is available?
    Some notes here:
    You will have to have to import the new ABAP Program group "BODS/BOS" which you can find in the local install folder...
    Here are some details:
    Installing Functions on the SAP Server
    SAP BusinessObjects Data Services provides functions that support the use of the ABAP, BAPI, and
    IDoc interfaces on SAP servers. You will need some or all of these functions in the normal operation
    of the software in an SAP environment. These functions perform such operations as dynamically loading
    and executing ABAP programs from Data Services, efficiently running preloaded ABAP programs,
    allowing for seamless metadata browsing and importing from SAP servers, and reporting the status of
    running jobs. Some of these functions read data from SAP NetWeaver BW sources.
    You must upload the provided functions to your SAP server in a production environment. It is
    recommended that you always upload the functions to your SAP server whether you are in a
    development, test, or production environment. The functions provide seamless integration between
    Data Services and SAP servers.
    The default installation places two function module files for SAP servers in the ...\Data
    Services\Admin\R3_Functions\transport directory. You then upload these files to SAP servers
    using the SAP Correction and Transport System (CTS) or manually. Using CTS allows for version
    control as the functions evolve across releases.
    The installation provides two versions of transport files (depending on the server version you are using)
    to install the functions on the SAP server. To obtain the names of the latest transport files for installing
    or upgrading these SAP server functions, see the readme.txt file
    And I've found those files and text files in the local install folder....in:
    Program Files\SAP BusinessObjects\Data Services\admin\R3_Functions
    (that's where I've installed it).
    There you'll find some descriptive txt as how to proceed.
    After installing, it might happen that the executing user is missing some authorizations.
    Here my authorizations team helped me by tracing the user and then adding the necessary rights.
    Sure hope this will help you.
    Notes to check:
    see SAP Note 1919255
    Note 1916294

  • Internal error in FORM/FUNCTION get_prkexx(saplckmo) in position 10 with RC

    Hi,
    When we try to post good movements in MFBF, the system gives the error message C+099 which says "Internal error in FORM/FUNCTION get_prkexx(saplckmo) in position 10 with RC".
    We have been implemented the sap notes which are shown below:
    0001096890
    0001126497
    0001164684
    0001230454
    However, it doesn't solve our problem.
    Can you please help us to solve this problem?
    Thanks&Regards,
    Begü

    Dear,
    Just debug the program and check it.
    Also pls check these NOTES,
    414204, 933809, 390655
    Regards,
    R.Brahmankar

Maybe you are looking for

  • BAPI or FM to create Invoice in SRM , without reference to PO ?

    Dear Colleagues, We have a situation where we have to create invoices in SRM from a file from a legacy system, that means we have no POs in SRM. Which process, BAPI or Function Module would you recommend me? Is it possible to create "standard" invoic

  • Adobe PDF Printer Gone Missing?

    Upgraded to OS X 10.5.8 Since then, I cannot create a pdf out of a Word document. I get the message that "PDFMaker could not locate the Adobe PDF printer. Please install the printer on this machine." No help at the Adobe website. I thought this might

  • ATI 6750M issue in Boot Camp

    I recently purchased a Mac Book Pro for gaming and work. (15" with 8GB ram, 2.3Ghz with the 1GB ATI 6750M) I used Boot Camp to install Windows 7 for some of my windows related games. Unfortunately, games like WoW, and other steam games don't seem to

  • Windows 7 x32 freezing at welcome screen

    Hi, I've got an image which is currently deployed around the workplace. Recently we updated the server to ZCM 11.1 and therefore I updated the agent on the previous image, recaptured and redeployed. I've noticed after a few weeks there are random iss

  • Customization role in jdeveloper

    I have been trying to customize the taskflows as per the guide(http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10148/jpsdg_taskflows.htm#BACDDBII) i am not able to edit the requied library files eventhough i have opened the jdevloper in