Dynamic profiling not working

Hi, we've got installed AM+DS, and configured a subrealm with an external DS extended with AM schema, and dynamic profiling activated.
The fact is when we manually create a user on the subrealm thru AM console, it is created on the AM DS and also on the external DS, perfectly synchronized, and allowing users to access to their full user profile correctly.
But when the user is created only on the external DS, when a user logins it does not create automatically any user on the AM DS (it is supposed to be created, as dynamic profiling is activated). This causes users can login, but can't access their full user profile.
We want the users access to their user profile after login. We want administrators create users on the external DS, and not thru AM.
Any ideas?
JM

Unfortunately the implicit type conversion is going the other way.
SQL> CREATE TABLE testtab (id VARCHAR2(10));
Table created.
SQL> INSERT ALL
  2  INTO testtab VALUES ('1')
  3  INTO testtab VALUES ('banana')
  4  SELECT * FROM dual;
2 rows created.
SQL> SELECT * FROM testtab WHERE id = '1';
ID
1
1 row selected.
SQL> SELECT * FROM testtab WHERE id = 1;
ERROR:
ORA-01722: invalid number
no rows selected
SQL> @xplan
Plan hash value: 2692415588
| Id  | Operation         | Name    | Rows  | Bytes | Cost (%CPU)| Time     |
|   0 | SELECT STATEMENT  |         |     1 |     7 |     3   (0)| 00:00:01 |
|*  1 |  TABLE ACCESS FULL| TESTTAB |     1 |     7 |     3   (0)| 00:00:01 |
Predicate Information (identified by operation id):
   1 - filter(TO_NUMBER("ID")=1)

Similar Messages

  • Why Does Dynamic Link Not Work

    I purchased the CS5 Adobe Production Premium.  I have been working in Premiere and I have been learning about how to use Dynamic Link. I want to be able to alter clips in After Effects and bring them back and forth into Premiere.  When I go to File/ Adobe Dynamic Link/New After Effect Composition, I get this message:
    Adobe Dynamic Link Requires Adobe Production Premium.
    Since I own production premium, I do not know why I am getting this message.  I have reinstalled the CS5 Production Premium Software twice and it still gives me the same message.  What can I do to get Dynamic Link Working.

    Thank you for the tip.  Could you possibly tell me how to deactivate and
    then reactivate the suite.  I am using a Macbook Pro laptop running OS
    10.6.4.  I do not even know where to start.
    From:   Colin Brougham <[email protected]>
    To:     Dan Seanor <[email protected]>
    Date:   03/15/2011 09:55 AM
    Subject:        Why Does Dynamic Link Not Work
    Deactivate the software (not uninstall), and then reactivate the suite.
    This often fixes this. You can opt to leave the serial number on the
    system; no need to clear it and re-enter it.

  • Dynamic configuration not working in Java mapping

    Hi All,
    I have a scenario where i  am using java mapping. In this i am doing following
    1)Read file name from input message header
    2)set file name in output message Header
    3) set Directory name in output message Header
    i  have used following code .. but iit is not working... when i test end  to end...  in reciver communication channel it is failing stating " message failed as "Directory is not set in Header. Also i checked in SXMB_MONI  "dynamic configuration".It is not showing Directory.
    this is code.
    public void transform(TransformationInput transformationInput,TransformationOutput transformationOutput)
                   throws StreamTransformationException {
                   private Map para;
                   String Directory ;
                   String  inputFileName;
                   String var1 = "ABC";
                   para = transformationInput.getInputHeader().getAll();
                   DynamicConfiguration conf = (DynamicConfiguration) para
                             .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
                   DynamicConfigurationKey keyFileName1 = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "FileName");
                         inputFileName = conf.get(keyFileName1);
                   DynamicConfigurationKey keyFilename = DynamicConfigurationKey
                             .create("http://sap.com/xi/XI/System/File", "FileName");
                   DynamicConfigurationKey keyDirecory = DynamicConfigurationKey
                             .create("http://sap.com/xi/XI/System/File", "Directory");
                   Directory = "tmp/"+var1;
                   conf.put(keyFilename,inputFileName);
                   conf.put(keyDirecory, Directory);
    I am in PI 7.1 ,   and in eclipse its showing warning that Para is not used.
    Can anyone show some lights.
    Also is there any way to debug this?? like is there any function by which i can write the trace for each step to see those in MONI.

    Method name:   public void createDirectory(Resultlist result, Container container)throws StreamTransformationException
    //Use Simple UDF and do the following lines
    String Directory ;
    String  inputFileName;
    String var1 = "ABC";
    DynamicConfiguration conf = container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
      DynamicConfigurationKey keyFileName1 = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "FileName");
      inputFileName = conf.get(keyFileName1);
    DynamicConfigurationKey keyFilename = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "FileName");
    DynamicConfigurationKey keyDirecory = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "Directory");
    Directory = "tmp/"+var1;
    conf.put(keyFilename,inputFileName);
    conf.put(keyDirecory, Directory);
    and remove these 3 lines
    //private Map para;
    //para = transformationInput.getInputHeader().getAll();
    //DynamicConfiguration conf = (DynamicConfiguration) para.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION
    >>I am in PI 7.1 , and in eclipse its showing warning that Para is not used.Can anyone show some lights.
    You can simply remove declaring Map Para line... The eclipse gives warning because you dont assign values for it and you are trying to use...
    For using the same input file name in output side, you dont need coding ... you need only for the directory...
    Enable ASMA attributes in the channel.
    Edited by: Baskar Gopal on Feb 24, 2011 10:58 AM

  • Dynamic Stamps Not Working in Adobe Acrobat Pro

    Hi everyone, the dynamic stamps on Adobe Simultaneous Review are no longer working for us. I have Adobe Acrobat Pro 9 (it works for me) but it's not working for many other people (they have Adobe Acrobat Pro X). Does anyone know how we can fix this. I think the problem started occurring a few months ago.
    Many Thanks!
    Joy

    You can shutting down Acrobat and then try moving (DO NOT DELETE - you may want put them back afterward if this doesn't work) the Collab and Sync folder out of the User's Acrobat folder and then rejoin the Shared Review to see if the Dynamic Stamps reappear.

  • Adobe Premiere Pro CS5 Dynamic Link not working as part of Production Premium CS5

    I ran into a situation whereby I recently reinstalled my Production Premium CS 5 onto a new computer and when trying to run the Dynamic Link out of Premiere PRO CS 5 to create a new After Effects composition, After Effects tried to start up but then crashed with the error that Production Premium was needed.
    Yet, I had Production Premium CS5.
    (Note:  The crash didn't occur when I simply tried to use Dynamic Link without anything selected in my project or timeline - but the moment I had a clip in my timeline selected to work on it, the dynamic link would not work as covered above.)
    In checking around the forums I found various answers to this problem such as rebooting the computer, reformatting hard drives and/or whatever.  This all may be correct.
    However, as I just went through that nightmare, I was not anxious to do that again.  So, I called Adobe and the following solution solved the matter in 5 minutes:
    1. Close all your other Adobe applications such as After Effects.
    2. Open up Premiere Pro CS5 and then deactivate it by going to HELP>DEACTIVATE and then Permanently Deactivate.
    3.Close the application and restart Premiere Pro CS5.
    4.Then do the same to Activate it.
    5. Have your serial number handy and plug it in when prompted.
    Solved it right away and worked beautifully.
    Not to say there couldn't be more complicated situations, but the above worked and the simpler the better is good for me. And I thought I would post this in case anyone else ran into this problem.

    Thanks for posting your solution.

  • Form in Dynamic page not working when checkbox is used.

    I have created a form using dynamic page. The form most have display fields and a checkbox field. When I check a box, it assigns 'Y' value and when unclick, it assign 'N' to the database field.
    When I submit the form, the procedure which is supposed to save the form data never gets executed. Well, at least it says, page not found HTTP 404 error.
    Interestingly if I make this field a text box and manually enter 'Y' or 'N', and then submit the form, the procedure is executed. Data gets saved.
    Is the checkbox not supposed to be used for a database field because checkbox value can be assigned only using javascript and the procedure never get that value ?
    Can you please tell me how to use a checkbox for a database field using dynamic page ?
    thanks,
    Mainak

    Sharmila,
    When I said, the form does not get submitted, I meant that the procedure does not work. The form gets submitted but the procedure does not work. It gives HTTP 404 error. That is what perplexes me. I am unable to understand why the procedure does not work when I click a checkbox.
    May be you can make this work. I am hopeless about this.
    Here is the code for the procedure sumbit_form:
    NOTE: I ADDED TWO FIELDS CALLED PROMOT VARCHAR2(1), PROMOTID NUMBER(4) TO THE EMP TABLE AND CREATED A NEW TABLE CALLED PROMOTEMP. THIS IS A TEST CASE.
    create or replace procedure sumbit_form
    (p_empno IN portal30.wwv_utl_api_types.vc_arr, p_promot IN portal30.wwv_utl_api_types.vc_arr, p_action IN VARCHAR2)
    is
    begin
    if p_action = 'save' then
    for i in 1..p_empno.count LOOP
    update scott.promotemp
    set promot = p_promot(i)
    where empno = p_empno(i);
    END LOOP;
    end if;
    commit;
    htp.p('<b>Saved Successfully</b>');
    htp.p('<table border=1 bordercolor="red">');
    for c1 in (select * from promotemp where promot='Y')
    LOOP
    htp.p('<tr><td>');
    htp.p(c1.ename);
    htp.p('</td><td>');
    htp.p(c1.job);
    htp.p('</td><td>');
    htp.p(c1.mgr);
    htp.p('</td><td>');
    htp.p(c1.sal);
    htp.p('</td><td>');
    htp.p(c1.deptno);
    htp.p('</td></tr>');
    end loop;
    htp.p('</table>');
    EXCEPTION
    when others then
    raise;
    end;
    Here is the code for the dynamic page.
    <HTML>
    <HEAD>
    <TITLE>Promot Emp</TITLE>
    <script language="JavaScript1.1">
    function include(form) {
    var thisform = form;
    for (var i=0; i<thisform.length; i++) {
         if (thisform.elements.type == 'checkbox') {
              if (thisform.elements[i].checked) {
                   thisform.elements[i].value = 'Y'; }
              else { thisform.elements[i].value = 'N'; }
    form.submit();
    function show(form) {
    var thisform = form;
    for (var i=0; i<thisform.length; i++) {
         if (thisform.elements[i].type == 'checkbox') {
              if (thisform.elements[i].value = 'Y') {
                   thisform.elements[i].checked = true; }
              else { thisform.elements[i].checked = false; }
    </script>
    </HEAD>
    <BODY>
    <FORM action="scott.sumbit_form" method="post">
    <table border=1 bordercolor="red">
    <tr>
    <td> </td>
    <td>Name</td>
    <td>Job</td>
    <td>Manager</td>
    <td>Hire Date</td>
    <td>Commission</td>
    <td>Department#</td>
    <td>Include</td>
    </tr>
    <ORACLE>declare
    i number;
    begin
    i := 0;
    for c1 in (select * from scott.promotemp where promotid = :promotid)
    loop
    htp.p('<tr><td>');
    htp.p('<input type="hidden" name="p_empno" value='||c1.empno||'>');
    htp.p('</td><td>');
    htp.p(c1.ename);
    htp.p('</td><td>');
    htp.p(c1.job);
    htp.p('</td><td>');
    htp.p(c1.mgr);
    htp.p('</td><td>');
    htp.p(c1.hiredate);
    htp.p('</td><td>');
    htp.p(c1.comm);
    htp.p('</td><td>');
    htp.p(c1.deptno);
    htp.p('</td><td>');
    if (c1.promot = 'Y') then
    htp.p('<SELECT NAME="p_promot" SIZE="1">
    <OPTION SELECTED VALUE="'||c1.promot||'">Yes
    <OPTION VALUE="N">No
    </SELECT>');
    else
    htp.p('<SELECT NAME="p_promot" SIZE="1">
    <OPTION SELECTED VALUE="'||c1.promot||'">No
    <OPTION VALUE="Y">Yes
    </SELECT>');
    end if;
    htp.p('</td></tr>');
    end loop;
    htp.p('</table>');
    htp.p('<input type="submit" value="save" name="p_action">');
    end;
    </ORACLE>
    </form>
    </BODY>
    </HTML>
    thanks,
    Mainak

  • Dynamic Configuration not working with Integrated Configuration

    Hi All,
    Dynamic Configuration works fine in PI 7.3 when Classical Configuration is used. However the same does not work using Integrated Configuration.
    Scenario :
    SOAP -->SOAP Synchronous scenario in PI 7.3 (Dual Stack).
    Trying to save a value from Request mapping using dynamic configuration and use the same in response mapping.
    UDF Code :
    Request Mapping :
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey Variable = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "Variable1");
    conf.put(Variable, a);
    Response Mapping :
    DynamicConfigurationKey Variable = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "Variable1" );
    string1 = conf.get(Variant);
    Note : Using Integrated Config(AAE Processing) - Response header does not have DynamicConfiguration header node , but Classical Configuration has that.
    Regards,
    Parimala
    Edited by: ParimalaE on Mar 1, 2012 1:33 PM

    For us this is what we had:
    This didn't work (getInputParameters is the newer stuff that doesn't work):
    DynamicConfiguration dc = (DynamicConfiguration)container.getInputParameters().getValue(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dck = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    dc.put(dck,"https://xyz.api-salesforce.com/services/Soap/c/26.0/0DFa00000008jis");
    return "";
    This works for us(we had to remove getInputParameters):
    DynamicConfiguration dc =  (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dck = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    dc.put(dck,"https://xyz.api-salesforce.com/services/Soap/c/26.0/00D3000000001X0");
    return "";

  • PSE 11 - MacOX 10.7.5  Printing Wide Format Printer and Profiles Not Working Correctly

    Macosx 10.7.5
    When I start up PSE11  and go to print I set up the paper size then select a Printer Profile.  When print the image it is a mess and seem to be black and white it is as if I printed on the wrong side of the paper.
    I then go and try to print it again.   Now it all works as it should beutiful colours and spot on.  all other print following this works.
    Then I shut down PSE11.   Start it up again.  Guess what  first print is a mess again.   all others after are fine.
    I uninstalled PSE11, deleted prefs.  and reinstalled PSE11.    Same thing..   first print a mess all others ok.
    the issue can be replicated consistantly......
    no problems with PSE10 or PSE9
    any suggestions?????
    cheers elo

    Thank You for your suggestions.
    I have been printing using PSE for over  14 years going back before the term PSE came up.  I have done this professionally using profiles from others and those I generate myself..
    All the things you  mentioned have been done.
    The main  point missing in your suggestions is   It is only the first print every time I open up PSE11 that does not work...
    at completion of print I immediately go back to the file command and say print and then bypass all settings and print again.   this time and every other print aafter are perfect...      I did not change one single setting...
    I know about printer and adobe settings etc.     but thanks for going through the list it was a good reminder of how to remember everything sometimes we rush and forget something...
    Finally    It works PSE6, PSE9, PSE10, CS5, Lightroom 4.   I think I have the settings right......
    Any suggestions for how to get PSE11 to force the settings for the first print would be appreciated..
    Only thing I have not done is upgrade to the latest version of the epson driver.  Released less than a month ago to provide support for mountain lion.(iam only on lion)  Maybe just maybe???   you never know.   Will try this when I finish by next batch of prints.
    I will back up as I do weekly...    Still have the old driver from way back in release 10.5.8   will try to fire up to 10.5.8 and see what happens....
    cheers elo
    Message was edited by: Elo Laugesen

  • Icc Profile not working

    Hi,
    This is on a 2011 macbook pro with mountain lion.  I have tried to use two new icc profiles, put them in:
    library-colorsync-profiles-recommended
    and while they work in preview, and illustrator, they will not work in photoshop.  I go through the print dialog, with photoshop managing colors, select icc profile. Hit print, try to open pdf in preview, and it's all white (this only after blanks were printed out).  I have tried, tested, and no luck. 
    Please help, thanks!

    Ah-the driver is name is:  mcpd-mac-pro9000ii-10_68_1-ea11.dmg
    First thing I tried to do is delete and re-download new driver, but no luck.

  • Oracle 10g RAC SQL profiles not working for both the nodes

    We have identified a long running sql.
    Used Advisor to tune the sql
    Applied the suggested sql_profile as per the recommendation.
    when we re-run the sql from application, due to RAC setup the sql hit the other node, used the sql profile as indicated by v$sql but was long running.
    it generated a new sql_id due to which we think it was not working.
    Could you please advice how to apply sql_profile for both nodes?

    HI Arun
    Would you please post that in the GRID RAC section of this forum please ?
    Please consult the following documents to get support on your question:
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/votocr.htm#sthref211
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14205/undrstnd.htm#RISOL2610
    Thanks

  • Dynamic query not working

    hi
    im using a dynamic query to put in an internal table but its not working
    Can you see whats wrong in that?
    gv_query = ' au~uname AS OTCTUSERNM,'.
    CONCATENATE gv_query  'a1object' '.' 'a1field'  ' AS  0TCTAUTH'  INTO gv_query.
    CONCATENATE gv_query  'au~to_dat AS OTCTADTO, OTCTOBJNM, ' INTO gv_query.
    SELECT DISTINCT (gv_query)
      INTO CORRESPONDING FIELDS OF TABLE gi_ds1
      FROM agr_users AS au INNER JOIN
      agr_1251 AS a1
      ON auagr_name = a1agr_name.

    Hello,
    Following are the observations:
    1. gv_query = ' au~uname AS OTCTUSERNM,'.
    >> In above string i think you want to use uname column as OTCTUSERNM and it is correct
    2. CONCATENATE gv_query 'a1object' '.' 'a1field' ' AS 0TCTAUTH' INTO
        gv_query.
    >> In statement 2 above I am not able to understand whey 'a1object' '.' 'a1field'  this is incorrect.
         Also '.' (dot) in not required in query it will be either '~' or 'AS' as valid chars.
    3. CONCATENATE gv_query 'au~to_dat AS OTCTADTO, OTCTOBJNM, ' INTO gv_query.
    >> In statement 3 above whey OTCTOBJNM is used there is no such column exit in AGR_USERS.
    4. SELECT DISTINCT (gv_query)
        INTO CORRESPONDING FIELDS OF TABLE gi_ds1
        FROM agr_users AS au INNER JOIN
        agr_1251 AS a1
        ON auagr_name = a1agr_name.
    >> In above statement a1 is used as alias for AGR_USERS then why it it not there in statement 3 where instead au is used.
    Normarlly query is like this
    '<alias1><col_name1> as <col_desc1>, <alias2><col_name2> as <col_desc2>......up to n cols
    In this case it is possible that alias1 and alias2 are used for different table in case of joins and for same table in case of self joins.
    Finally, You can only define colums in dynamic query those are available in the table from which we have to select the data.
    Hope this helps.
    Thanks,
    Augustin.

  • IOS Device-Sensor and ISE profiling not working

    Hello,
    I configured IOS device-sensor on one 2960CG-8-TCL switch. IOS is 15.2(2)E.
    Switchconfig:
    device-sensor filter-list dhcp list dhcp-list
     option name host-name
    device-sensor filter-spec dhcp include list dhcp-list
    device-sensor accounting
    device-sensor notify all-changes
    Switch does DHCP-Snooping and "show device-sensor cache all" shows the DHCP name:
    Device: b2b5.2fff.sa43 on port GigabitEthernet0/1
    Proto Type:Name                       Len Value
    DHCP    12:host-name                   17 0C 0F 11 31 22 41 50 43 33 31 32 30 30 30 37 38
                                              38
    RADIUS probe on ISE is activated and TCPdump shows the accounting packets from the switch (see attachment).
    I configured a profiling rule ot check for DHCP-Hostname with "contains". This rule does not work however. The device is getting profiled with a MAC-OUI via RADIUS-probe but the DHCP-Profile is not working.
    Is this supposed to work?

    That is interesting. I haven't worked with the "Device Sensor" much so I am running out of ideas. I really thought the certainty level was going to fix your issue as I have had issues similar like yours in the past where the certainty level of my custom rule was the same as a default one so mine custom rule was never hit. . I thought this was the case with you since your device was hitting the parent policy of "HP-Device" but not moving any further. With that being  l would still recommend keeping your custom conditions with higher certainty levels to avoid such situations.
    Couple of more things:
    1. What profiling probes do you have enabled?
    2. Have you tried retrieving the DHCP hostname via another sensor/method. For example, via the DHCP probe and ip-helper?
    3. Do you have the following commands entered on your switch:
    access-session template monitor
    no macro auto monitor
    device-sensor accounting
    device-sensor notify all-changes

  • Roaming profile not working anymore

    hi
    im definitely shure, in a earlier version of ZCM 10.0, the Roaming Profile to the Home directory did work and so, i never checked this since then.
    now i updated to 10.3.1 and roaming profile does not work anymore. the local profile gets not copied to the Home-Directory on the server, it doesnt depends, if i have the "Edir Home" set or the real path to the directory.....
    where can i start to search for this problem ? i was so shortly to go "productiv".......but no, there is again a delay after 6 Months waiting and testing....:-(
    it's so sad ! Zenworks is not that quality product it was.....
    Sascha

    hi craig
    sorry, about not enough informations.....
    - no, all clients are only in the E-Dir
    - Clients are Windows XP SP2 with Novell Client 4.9 SP2, but tested also higher ones...
    - Home-directory is on a Netware 6.5 SP8
    - ZCM Server is SLES 10 SP3 without OES
    thanks
    Sascha
    >>> craig wilson<[email protected]> 27.08.2010 17:36 >>>
    Are your devices a member of a Windows Domain?
    What Client OS?
    What type of Server do the Home Directories reside?
    On 8/27/2010 11:17 AM, Sascha Oetiker wrote:
    > hi
    > im definitely shure, in a earlier version of ZCM 10.0, the Roaming
    > Profile to the Home directory did work and so, i never checked this
    > since then.
    > now i updated to 10.3.1 and roaming profile does not work anymore. the
    > local profile gets not copied to the Home-Directory on the server, it
    > doesnt depends, if i have the "Edir Home" set or the real path to the
    > directory.....
    > where can i start to search for this problem ? i was so shortly to go
    > "productiv".......but no, there is again a delay after 6 Months waiting
    > and testing....:-(
    > it's so sad ! Zenworks is not that quality product it was.....
    > Sascha
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Dynamic Link Not Working

    To anyone that can help..
    I am having several issues with adobe at the moment and really need some advice. i have tried adobe themselves, they struggled to help too, but that was mainly down to language issues.
    I have a Canon XHA1S camera with an external shotgun mic Rodeo NGP-2. All of which at some point worked through premiere pro CS5 and encore. i was living the dream.
    Then one day, it all started having issues.
    Problem #1 - Dynamic Link stopped working
    Once my project is done, i would send it to Encore via dynamic link and produce my DVD in either regular or blu ray. Now it doesn't. A box 'import premiere pro sequence' comes up but encore crashes before it can complete the import. sometimes a message telling me "the software thats used to decode the media is not available on this system. installing the correct decodes for the file your working with may help correct the problem" comes up too
    Its strange that i've produced about 20 disks with no issues but now a problem. was told by adobe it could relate to the file/pixel size? but again have no idea why this is now a problem now and not before, in fact i would just be happy to know how to change it so it can work? Can anyone help?
    Problem #2 - Audio
    The only way i am able to make a disk at the moment is to produce it on DVD maker - it's the only way until i get my issues resolved. however my external mic is not coming through, this has something to do with the sound quality to the mic being 44.1 and the DVD maker requiring 48mhz. i can't seem to convert this to work in anything but AVI (would like MPEG-2) but then the picture quality drops to something similar to a tribul rubbing.
    If anyone knows of something or can point me in the right direction i would be very greateful
    Thanks

    Especially for Bluray or DVD that is HD to SD, DL must sometimes be avoided.
    But the type of problem you are having may indicate other problems. If regular projects are not working, see these:
    Troubleshoot damaged projects in Encore on Windows
    http://kb2.adobe.com/cps/406/kb406006.html
    Troubleshoot system errors and freezes | Adobe software on Windows
    http://kb2.adobe.com/cps/822/cpsid_82252.html
    Regarding the audio, can't you just export as 48K?

  • Profiles not working as expected

    I have created a simple publication for a webi report  using efashion uiniverse. It's in BO 4.0. I have created 2 profiles. One is State=California and another is Month= 2. If I add any one of the profile to the publication, it works fine.
    Example:
    Case 1: when I add the profile state=california to the publication, i get data for only state=California.
    Case 2: If i remove the profile state=california and add profile month= 2 to the publication , then i get data only for month=2.
    Case 3: Now if I add both the profiles state=california and month=2, i get data for sate=california and for all the months. The profile month=2 doesn't get applied.
    what's happening is that the profile which is added first is getting processed while the profile added second is not working. If I add the profile month=2 first and then profile state=california, then only month =2 gets applied and not state=california.
    Is there any settings that may be causing this behaviour?
    Below is the log :
    2012-01-17 01:57:44,072 INFO  [PublishingService:RunInstancePool-1] BusinessObjects_PublicationAdminLog_Instance_48714 - [Publication ID # 48714] - Running publication instance.
    2012-01-17 01:57:44,519 INFO  [PublishingService:RunInstancePool-1] BusinessObjects_PublicationAdminLog_Instance_48714 - [Publication ID # 48714] - The global delivery rule for this publication was met; publication processing will now begin.
    2012-01-17 01:57:46,168 INFO  [PublishingService:HandlerPool-0] BusinessObjects_PublicationAdminLog_Instance_48714 - [Publication ID # 48714] - Document jobs started for scope batch 48,721 [recipients "PGOWDA" to "PGOWDA"].
    2012-01-17 01:58:31,695 INFO  [PublishingService:HandlerPool-0] BusinessObjects_PublicationAdminLog_Instance_48714 - [Publication ID # 48714] - Distribution jobs started for scope batch 48,721 [recipients "PGOWDA" to "PGOWDA"].
    2012-01-17 01:58:42,272 INFO  [PublishingService:HandlerPool-0] BusinessObjects_PublicationAdminLog_Instance_48714 - [Publication ID # 48714] - Distribution to destination CrystalEnterprise.Managed was successful. Recipient: PGOWDA, Document Scope: Sales Revenue by Sates : 48730 (Excel) : (AND (IN_LIST Month "3" )(IN_LIST State "California" )).
    2012-01-17 01:58:42,797 INFO  [PublishingService:RunInstancePool-1] BusinessObjects_PublicationAdminLog_Instance_48714 - [Publication ID # 48714] - Publication scheduling complete.

    If I'm not wrong there are some considerations you must apply in your publication. Check in this guide:
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf
    Page: 942 Chapter Managing profiles
    regards
    Erika

Maybe you are looking for