Webi document prompts order from Java SDK does not refresh correctly?

Hi
I'm developping a standalone command-line Java program which will schedule a report with custom prompt values.
I am having a problem with Webi prompts ordering acquired from the SDK.
We are running BO XI R2 SP4 under Windows on Tomcat servers.
Here is the problem:
I have a Webi report called "Articles Racines" in a "Tests SDK" directory.
This report uses two prompts named "Type Article :" and "Code Marque :" (in this order).
Java SDK (code below) returns the right prompts in the right order.
Now, in Infoview, I modify the report in order to change the order of the prompts (in the "Properties" tab) making "Code Marque :" the first and "Type Article :" the second one and save the changes.
When I run the report, prompt order has changed but the prompts retrieved from the Java SDK are still in the old order.
I noticed that if I update the name of both prompts, the prompts retrieved from the SDK now are in the right order (with the updated names).
Am I doing something wrong? Is it a known issue?
Thanks in advance.
Guillaume
PS : I am aware that "select *" are very bad but I am still in research stage of developpment.
TestsScheduler.java:
import java.util.Iterator;
import java.util.List;
import java.util.StringTokenizer;
import com.businessobjects.sdk.plugin.desktop.webi.IWebi;
import com.businessobjects.sdk.plugin.desktop.webi.IWebiPrompt;
import com.crystaldecisions.sdk.exception.SDKException;
import com.crystaldecisions.sdk.framework.CrystalEnterprise;
import com.crystaldecisions.sdk.framework.IEnterpriseSession;
import com.crystaldecisions.sdk.framework.ISessionMgr;
import com.crystaldecisions.sdk.occa.infostore.IInfoObject;
import com.crystaldecisions.sdk.occa.infostore.IInfoObjects;
import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
public class TestsScheduler {
     public static void main(String[] args) {
          String cms = "XXX";
          String username = "XXX";
          String password = "XXX";
          String authentification = "secEnterprise";
          String reportPath = "/Tests SDK/Liste des racines";
          try {
               ISessionMgr sessionManager = CrystalEnterprise.getSessionMgr();
               IInfoObjects objects;
               // Connexion
               System.out.println("Connexion à "+ username +"@"+ cms +" ("+ authentification +") en cours...");
               IEnterpriseSession session = sessionManager.logon(username, password, cms, authentification);
               System.out.println("Connecté à "+ session.getCMSName());
               // Récupération de l'infoStore
               IInfoStore infoStore = (IInfoStore) session.getService("InfoStore");
               // Récupération des informations d'un report
               StringTokenizer st = new StringTokenizer(reportPath, "/");
               int reportID = 0; // Le dossier "Dossiers Publics" est la racine (/)
               IInfoObjects infoObjects;
               IInfoObject infoObject;
               do {
                    String token = st.nextToken();
                    System.out.println("Recherche de l'objet '"+ token +"' en cours...");
                    infoObjects = infoStore.query("select * from CI_INFOOBJECTS where SI_NAME = '"+ token +"' and SI_PARENTID = '"+ reportID +"'");
                    if(infoObjects.size() != 1) {
                         throw new Error("Le dossier SI_ID='"+ reportID +"' possède "+ infoObjects.size() + " fils nommés '"+ token +"'.");
                    infoObject = (IInfoObject) infoObjects.get(0);
                    reportID = infoObject.getID();
                    System.out.println("Trouvé l'objet SI_ID='"+ reportID +"' nommé '"+ infoObject.getTitle() +"'.");
               } while(st.hasMoreTokens());
               if(infoObject instanceof IWebi) {
                    IWebi webi = (IWebi) infoObject;
                    List prompts = webi.getPrompts();
                    System.out.println("Le rapport Webi possède "+ prompts.size() +" invite(s).");
                    for(Iterator itPrompts = prompts.iterator(); itPrompts.hasNext();) {
                         IWebiPrompt prompt = (IWebiPrompt) itPrompts.next();
                         List values = prompt.getValues();
                         System.out.println("     L'invite '"+ prompt.getName() +"' possède "+ values.size() +"' valeur(s).");
                         for(Iterator itValues = values.iterator(); itValues.hasNext();) {
                              Object value = itValues.next();
                              System.out.println("          Valeur='"+ value +"'.");
               // Déconnexion
               System.out.println("Déconnexion en cours...");
               session.logoff();
               System.out.println("Déconnecté");
          } catch(SDKException e) {
               throw new Error("Erreur lors de la connexion : "+ e.getMessage());
Edited by: Guillaume L on Dec 10, 2008 3:22 PM

Here's the reason why:
Web Intelligence document prompting is handled properly if you open the doc using the ReportEngine Java (REBean) SDK.
When you set prompts and schedule, you'd first open the doc using REBean, set the prompts, then copy over the prompt values you've set to the IWebi you're scheduling using the PromptsUtil.populateWebiPrompts(...,...) helper method.
So the InfoObject IWebi doesn't know about the actual ordering of the prompts in the document itself - it's just receiving the prompts in order as it's fed from PromptsUtil.
It's not recommended to assume that the IWebi.getPrompts() will return a non-empty collection.  The Web Intellligence document must be first opened in ReportEngine and the prompting values set using PromptsUtil to fill the collection.
Sincerely,
Ted Ueda

Similar Messages

  • Login Window: Screen does not refresh correctly after waking 10.7.2 iMac and MacBook.

    I have a client who brought to my attention that when we wakes his iMac and MacBook after the screen dims or sleeps at login screen, that sometimes the screen does not refresh correctly and you must use the cursor to basically "clear the screen."  I have witnessed this myself and elimiated all third party products and this still happens.  I am starting to believe that is is a bug in 10.7.2.  Has anyone witnessed this or have any suggestions on how to remedy?  Thank you.

    Thanks lynque.  It turns out I did need a keychain repair, but that didn't fix the problem.  I probably should have done this earlier, but I ended up unplugging all peripherals (2 firewire + 3 USB) then powered up without issue.
    So I shut down, plugged in one at a time, and ran into the problem again after plugging in an external hard drive (WD My Book Essential).  I repaired with disk utility, but the problem remained.
    I then rebuilt the partitions with Disk Warrior, and now everything seems to work....

  • Weblogic 8.1 JAAS login.configuration.provider from java.security does not seem to work?

    We configure a custom implementation of the JAAS
    javax.security.auth.login.Configuration class for our applications security
    framework in JRE_LIB/security/java.security using the entry
    login.configuration.provider=com.foo.SecurityConfiguration
    However, this does not seem get picked up and the configuration provider
    class instead seems to default to
    weblogic.security.service.ServerConfiguration
    instead.
    Has anyone else seen this?
    We're using the JDK bundled with Weblogic 8.1
    TIA for your help

    Thanks for all the posting re. this issue....
    I think the way Weblogic implemented "support" for JAAS in 8.1 totally
    blows. In fact, when I asked BEA support about this, they basically sent me
    an email saying that "Weblogic owns the JAAS configuration" so if you have a
    security framework that is application server agnostic, but leverages JAAS
    then you are screwed when deploying on Weblogic 8.1.
    I looked for a workaround and believe that instead of using an entry in
    java.security for your custom configuration class, if you set the JVM
    parameter
    -Dlogin.configuration.provider=com.foo.SecurityConfiguration
    then what happens is that the Weblogic custom class
    weblogic.security.service.ServerConfiguration is invoked by JAAS. It tries
    to load the login module configuration and if that fails, it delegates to
    com.foo.SecurityConfiguration. So this should enable both the weblogic
    security framework and a custom security framework that are both based on
    JAAS
    I'm currently testing this out
    "Lloyd Fernandes" <[email protected]> wrote in message
    news:[email protected]...
    >
    Robert Greig <[email protected]> wrote:
    Lloyd Fernandes wrote:
    "Lloyd Fernandes" <[email protected]> wrote:
    "Prashant Nayak" <[email protected]> wrote:
    We configure a custom implementation of the JAAS
    javax.security.auth.login.Configuration class for our applications
    security
    framework in JRE_LIB/security/java.security using the entry
    login.configuration.provider=com.foo.SecurityConfiguration
    However, this does not seem get picked up and the configuration
    provider
    class instead seems to default to
    weblogic.security.service.ServerConfiguration
    instead.
    Has anyone else seen this?
    We're using the JDK bundled with Weblogic 8.1
    TIA for your help
    As per documentation in the API JAVADOCS forjavax.security.auth.login.Configuration
    >>>>
    >>>>
    The default Configuration implementation can be changed by settingthe
    value of
    the "login.configuration.provider" security property (in the Java
    security
    properties
    file) to the fully qualified name of the desired Configurationimplementation
    class. The Java security properties file is located in the file named
    <JAVA_HOME>/lib/security/java.security,
    where <JAVA_HOME> refers to the directory where the JDK was installed.
    Have you tried to use a startup class to set the configuration providerusing
    javax.security.auth.login.setConfiguration(YourConfigClass);
    Weblogic probably uses this to set the configuration class to it'sown.
    You have to consider whether this is really something you want to do
    however. If you want to get WLS to use a custom authenticator use its
    SSPIs. You can configure the order etc. in the admin console.
    By overriding the configuration you override it for the server as a
    whole which can mean for example that you cannot login to the admin
    console. Having said this, from memory, I believe that the property is
    ignored in WLS. However you can still call
    Configuration.setConfiguration if you really want to.
    The fact that there is a "global static" in the Configuration class is
    a
    Bad Thing IMHO, that was never really designed for an app server
    environment.
    Robert
    If it is a bad thing to have a static how come Weblogic uses it instead ofthe
    standard way of modifying the property in java security file - it isbecause
    weblogic wants it's own way of implementing instead of using using the'plugable
    module' architecture of JAAS.
    When weblogic advertised that it will support JAAS the impression was thatWeblogic
    would provide a login module that will implement the security mechanism itwanted
    - instead it went it's own way.
    Also consider the following
    1. JAAS specifies a mechanism for multiple configurations based on a'application'.
    This is not possible in the current 'weblogic security mechanism'
    2. Weblogic says it supports JAAS but what it does not tell you is that inorder
    to use available login modules you have to write a whole bunch of code tosupport
    principal validators and authenticators. (I begin to wonder if write oncedeploy
    anywhere is not part of Sun's certification process anymore)

  • How to invoke a jsp page from java which does not use Servlets?

    Hello,
    I am working in Documentum. I am trying to invoke a jsp page from another java page which does not use Servlets.
    I tried doing this by just instantiating the java class related to the jsp page from my present java class.In my java class related to the jsp page, I have defined onInit() and onRender() methods.
    Now, I am trying to call the jsp page from my present java class by just instantiating the java class related to the jsp page. This throws a java.lang.NullPointerException.
    Any comments or suggestions on this.Any help would be appreciated.
    Thanks,
    Ranjith M.V

    RanjithM.V wrote:
    Hello,
    Thanks for the reply. One important thing I forgot to mention. I am also using xml component.And?
    As this is the standard way used for coding in Documentum, I do not want to use Beans.Well, JSP's should, in and of themselves, contain no functional code. It should all be only display.
    Without that is it not possible?What did I say? I said,
    masijade wrote:
    It is possible, but I very, very, very, much doubt, that it would be worth the effort.And, if you don't know how, a forum is not truely going to be able to help you implement it (at least not in less than a few years time, at which point it would be outdated).
    >
    Appreciate your understanding and help.
    Thanks,
    Ranjith M.V

  • VI ran from tools menu does not work correctly

    I have a VI that I created in LV7.0 and it works great in 7.1 now I am trying to get it to work in 8.0 and I get a very weird thing going on in 8.0 that I cannot understand. If I run the vi as is it works great it finds all the vi's in memory as it should but when it is run from the tools menu. (I did this by saving it to the projects folder) it does not find all the vi's in memory. So i started doing some debugging and found the code was OK. The I tried the example called memory monitor and when it is run standalone (ie double clicking on it in the example finder) everything runs great but when I save it to the project folder it does not show all the vi's in memory as it should. Does anyone have an explantion to this.
    Joe.
    "NOTHING IS EVER EASY"

    Hello Joe,
    Yes, this is the result of a fairly significant change in LabVIEW 8.  LabVIEW now has more than one "sandbox" so-to-speak such that you can have multiple copies of the same VI (or different VIs with the same name) in memory at the same time.  These separate "sandboxes" are referred to as "Application Instances".  VIs launched from the menus run in a different application instance than user VIs do.  Page 11 in the LabVIEW 8 Upgrade Notes, section header "User VIs", discusses in more detail this issue and what you can do to achieve the old behavior.
    http://digital.ni.com/manuals.nsf/websearch/5F99F274F2C663AA86257060001F8EF8
    Hope this helps!

  • BW Hierarachies in Web Dynpro either using BI java SDK or Not

    Hello,
    I am working on a requirement to develop a web dynpro Tree for a BW Hierarchy. On This requirement I have following Questions.
    1. How can I retrieve Nodes/Hierarchies from BW Hierarchy into the query? Is it Query , Cube or RFC?.
    2. What is the standard way to retrieve the Hierarchy onto Web Dynpro?.
    I appreciate if somebody can help on this problem.
    Thanks,
    Raj Peddisetty.

    Raj,
    we used the following delivered function modules to read, add and delete the nodes:
    --ZRSBB_NODES_READ_WITH_FILTER
    --BX_FAVOS_ADD_OTHERS
    --BX_FAVOS_DELETE_NODE
    We created some wrapper function modules to call these above delivered fm's.
    Hope this helps.
    --MLS

  • Word documents (New and Existing) paper area does not work correctly

    Hello all. I have a rather hard to explain situation with one of our workstations. It is an HP 8760w and it has had Office 2010 installed on it for quite some time. Currently, when opening a new document or any existing document, the program will look normal
    but will not show a cursor on the page. Scrolling wll result in the page looking obscure as if a graphics inside the document stops working. Scrolling will cause lines of text to melt into each other and will duplicate lines of text. The ribbon functions fine
    and hitting File brings up the entire menu like it should. Switching back to the document will show what was over that section in the file menu. How do I fix this? Installing and uninstalling office did not work along with changing the Normal.dot and deleting
    the Data registry file. 
    All help is appreciated greatly. 

    Hi Travis,
    This sounds more like a Graphic Driver or Graphics Card problem. You might try switching out the Graphic Card if that is possible on the system.
    Another outside possibility might be a corrupt user profile, so you could create a different profile on the machine and try it. However, my guess would be the Graphics Card is failing.
    Are you also certain there are no other Office add-ins loaded that might be causing this. Start Word in Safe Mode and see if this clears the problem. If it does, then systematically disable add-ins one at a time until the culprit is found.
    Hope this helps
    Kind Regards, Rich ... http://greatcirclelearning.com

  • IE does not refresh correctly what is wrong?

    I've created a new java class "ShowDocument.class" and ran it once throw an htm file "ShowDocument.html" using IE Explorer 6.0.2
    First time loaded correctly, then I modified the source code ShowDocument.java and recompiled it and viewed it using appletviewer and it showed my new changes.
    but IE insist to show the old class that first loaded.
    I did the following:
    1) remove the class completely and did the new compile cycle and try to load a brand new instance of IE.
    2) search for all classes in the "my computer" drives and deleted any cashed ShowDocument.class.
    3) from the tools menu, internet options, I deleted all the files, including offline contents
    All these trials passed without any success.
    Any idea?
    thanks!

    when I recompile something I always just close the browser and restart it, and it works fine. If I don't close it, it uses the old class. Moving on, you can clear the java plugin cache by going to Control Panel (assuming you're using windows), then click on the java plugin icon. When that's opened, go to the Cache tab, and click "Clear Cache."

  • The videos from my ipod does not transfer to itunes in my macbook pro they dont work it says The document "REGGAETON GRAN MIX 5.avi" could not be opened. The movie is not in a format that QuickTime Player understands.

    the videos from my ipod does not transfer to itunes in my macbook pro they dont work it says The document “REGGAETON GRAN MIX 5.avi” could not be opened. The movie is not in a format that QuickTime Player understands.what shoul I do?

    You need to convert the .avi file - http://www.snowfoxsoft.com/tutorial/how-to-convert-avi-to-itunes.html
    MJ

  • The web site of Adobe does not show correctly in FireFox

    I have a bizarre problem.  The site of Adobe (including where I can download the flash player) does not show correctly in FireFox and I only see it as a text HTML page, but without most images (typically, for instance, I do not see the image "Download now" but see a text line "Dowload now", and so on...
    This seems to specifically affect the Adobe web site as I have no problme for other web sites (so far).
    It is something specific to FireFox as  I do have the problem with Internet Explorer.
    The problem persis even if I restart FireFox without any add-on (safe mode).
    Any suggestion ?

    Does this only happen in Firefox?  What do you see with Internet Explorer or Chrome?  If it is only Firefox, I'd try these steps in this order:
    1. Clear your cookies and cache
    2. Reset your Firefox settings
    3. Make a new profile
    Chris

  • Cannot delegate Reporting Services Web access to domain user / group, User does not have required permissions

    Hi
    I have an SCCM 2012 SP1 CU3 installation on a Server 2008 R2 + SQL 2008 R2.
    I'm having trouble delegating Reporting Services Web Access to a standard domain user.
    I have followed the instructions from these blogs:
    http://blog.coretech.dk/kea/creating-the-reporting-user-role-in-configmgr-2012/
    http://www.wolffhaven45.com/blog/sccm/assigning-users-to-configmgr-reportusers-group-in-sccm-2012/
    No matter how I try, I cannot get the reports to show for a standard domain user. In the console no reports are showing and in the web access I get
    "User domain\user does not have required permissions........"
    The only thing that is consistenly working when I test is to put the AD Group on the Security Role "Full Administrator".
    Then everything will show up.
    Any ideas on how to troubleshoot this?

    Thanks everyone for helping me with tips. I have now solved the problem. It was the permissions from SCCM that did not replicate to the Reporting Server.
    In srsrp.log I got these error messages:
    Could not retrieve the reporting service name for instance 'MSSQLSERVER'
    Invalid class
    Could not stop the reporting serviceAfter googling a litte I found these 2 sites with similiar problems:http://social.technet.microsoft.com/Forums/en-US/d4a7f93a-506f-4e3f-b5fc-bd2b087277da/ssrs-permissions-do-not-add?forum=configmanagergeneral
    http://www.microtom.net/microsoft-system-center/software-distribution/sccm-2012-reporting-services-do-not-install
    So I ran the command for SQL 2008 R2: mofcomp.exe C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof
    and BAAM, everything started to work =)
    /ALX

  • Sales order stock 110000193 000050 does not exist

    Hi Friends,
    I have a problam in Confirmation of Production order against sales order. Every time I confirm the production order system give an error message Sales order stock 110000193 000050 does not exist.
    where I check the material in mb52 transaction , the stock shows on that material.
    Please give solution .
    thanks in advance.
    Ajit Sharma

    Hi,
    It seems you have activated back flush some or all the components.
    In MTOscenario, system looks for sales order stock for all the components.
    Since sales order stock is not available with your system the message.
    Try with movement type 412E in MB1b to transfer components from U/R to sales order stock.system propmts you to give sales order number Pl. provide there & carry out transactuion.
    Then the system will pick up the stock & post.
    Regards,
    R.Brahmankar

  • Package java.servlet does not exists

    I am getting this error:
    c:Program Files\Java\jdk1.6.0_10\bin>javac -Xlint HelloServlet.java
    HelloServlet.java:2:package java.servlet does not exists
    import java.servlet.;
    ^
    HelloServlet.java:4; cannot find symbol
    symbol: class GenericServlet
    public class HelloServlet extends GenericServlet
    ^
    5 errors
    i am using jdk1.6.0_10. i tried to locate the servlet.jar file in the \lib directory, but the jar file was not there. how can i download one and include it in \lib?
    import java.io.*;
    import java.servlet.*;
    public class HelloServlet extends GenericServlet {
    public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter pw=response.getWriter();
    pw.println("<B>Hello!");
    pw.close();
    }

    jatilau wrote:
    forgive my ignorance.That's ok, we're all here to learn; but while (most) people on the forums are smart, they're (unfortunately) not all-knowing. They can't possibly know something about you or your environment unless you tell them.
    it is because i have no one to look up at for help with java, except for the book (The Complete Reference, Java 2, 3rd Edition, Naughton & Schildt) and, of course, some times this forum.There's the whole Internet available to you. Remember, Google is your friend.
    please, will anyone tell me how to find out what server type and version does JDK 1.6.0_10 provide? It doesn't. Java comes in three 'editions':
    Micro (JME, earlier J2ME which is meant for mobiles and other similar platforms)
    Standard (JSE, earlier J2SE which is what you're using, it's meant for core Java applications, like the sort you might use on your desktop.)
    Enterprise (JEE, earlier J2EE which is for server side code. This includes JSPs, Servlets, EJBs etc)
    i did not find any information about this in the book.Probably because it's a Java 'Standard' Edition (JSE or J2SE) book
    What you need, to learn about servlets, is a JEE book. I'd suggest Head First Servlets and JSP from O'Reilly. Otherwise, follow the link I gave earlier to find tutorials.
    To get started, you'll need a JDK, which you say you already have and a server. I'd suggest you get Tomcat. You will also find the servlet-api.jar after you setup Tomcat. This is an implementation of the JEE specification for servlets. This contains the javax.servlet.* packages you'll need to compile. Beyond this, the scope of what servlets are and how to deploy etc is rather large and best left to one of the afore-mentioned tutorials.

  • Java - version does not return the version??

    Hi,
    The following is from a cmd window
    C:\Program Files\JavaSoft\JRE\1.2\bin>java -version
    C:\Program Files\JavaSoft\JRE\1.2\bin>
    It seems to be missing the expected:
    java version "1.2.2"
    Classic VM (build JDK-1.2.2_006, native threads, symcjit)
    Another side effect is that any application using java to launch creates a java process (briefly observed through task manager) and then dies almost instantly.
    The machine is a Win2000 Server running JRE 1.2.2_006, I've tried uninstalling, re-installing, rebooting (between unistalling and reinstalling), setting the path and classpath variables to nothing and running from the folder.
    Anyone seens this before? know what the resolution is?
    Thanks
    Dave

    Thanks for the response, I've already tried that with no success.
    It appears that it might be related to the fact that it's installed on a VMWare machine.
    The java -version command works fine on the VMWare machine when the VM is running on the host machine that it was built on, however when the VMWare machine was moved to a new host it seems that when you run the java interpreter it launches and then just dies??
    I still don't have an answer for why the Java -version does not work.
    As I said before I have uninstalled and reinstalled JRE 1.2.2 a couple of times with no success, however a workaround appears to be to install the JRE 1.3.1.
    After installing JRE 1.3.1 the java -version command works, fortunately the java applications I am using 'seem' to be compatible (with a few modifications to path variables etc) with the 1.3.1 version�.
    Thanks
    Dave

  • OB048 - ED Status from valuation type does not match ED Status handling type TE

    Hi,
    Good day!
    We have experienced an error message (# OB048) indicating that ED Status from valuation type does not match ED Status handling type TE.  I have already checked configuration under Tariffs, Duties, and Permits of the Industry Solution Oil & Gas (Downstream) and the following were in order:
    1. Excise Duty Group
    2. Excise Duty Status
    3. Set Handling Type
    4. Set Pricing Indicator
    5. Maintain excise duty/tax status/account determination
    6. Maintain handling type/tax status
    May I know what can be the solution to this error message considering that the above configurations were already accomplished.
    Thanks in advance.
    Regards,
    Vensim
    Note: Attached is the file with screenshots of the error message. FYR.

    EdStevens wrote:
    856483 wrote:
    <snip>
    can i have you mobile contact phone number if possible?
    I have seen some pretty astonishing requests on this board, but this one really raises (or lowers) the bar. Just what is it your boss is paying you to do?
    Some listserves have lots of people giving their number. I find it odd that people would, but not astonishing for someone to ask. Outside the norm here, but how would someone know ahead of time? It's a bravely connected new world.

Maybe you are looking for

  • Header errors in when using includes behaviour

    I have created a left menu and used SSI to insert it into various pages. When I apply the logout user server behavior to the menu and open a page I get the following error. (using DWMX 2004) quote: Warning: session_start(): Cannot send session cache

  • Ical meeting requests and outlook

    Hi All, I need your help. we have a mixed network of PC (XPP) and 30 newly deployed Mac's (OSX10.5). iCal to iCal meeting requests are fine. iCal to Entourage meeting requests are fine iCal to Outlook meeting requests don't work. As we are wanting to

  • Web Template Print Setup

    Hi All, I am new to Web Application Designer. Is there any way that I can define print set up for my web report in my web template? Thanks Raghu

  • SELECT STATEMENT FROM THIS TABLES

    HI FRIENDS, PLE HELP ME REGARDING THIS. data from 3 tables TABLES: CUST_CONT,CONT_CAT_FOLD,CONT_FOLD_*** cust_cont_pk (IS COMMON FIELD IN TABLE I AND 3) cont_cat_fold_pk( IS COMMON FIELD IN TABLE 2 AND 3) HOW CAN I WRITE SELECT STATEMENT Thanking u s

  • Determine if Intune Windows Phone 8 trial is expired

    Can't seem to find any info on how long the "Support Tool for Windows Intune Trial Management of Windows Phone 8" actually is?  Curious if anyone know how to tell if the certficate is expired?  Trying to enroll a Windows Phone 8.1 and getting the "ca