File(windows)---- xi ---- file(unix)

Hi All,
Our scenario is FILE(windows)-> XI -> FILE(unix).
Our System is configured on J2SE and we have configured a local adapter engine for this.
We have 3 folders at Source End say Source, OK and NOT OK.
Our requirment is to move file to OK if the file transfer is sucess else the file should move to NOT OK.
File Transfer may be failed due to System crash, receiver down etc.
We are trying on BPM but we are not sure about the Filename which is must and should be same at both the ends i.e. Source and Target.
( We have tried FTP XI FTP, with delete and archive mode. In delete mode even though the receiver is down file is getting deleted at Source End and in MONI we can see a sucess message, Archive is not working properly giving Exception "com.sap.aii.adapter.file.ftp.FTPEx: 550 Operation not complete" in our Company Server may be a Support pack issue).
We are looking for Ideas to implement this scenario.
Thanks,
Nagraju

This seems to be pretty good scenario...
You are 100% right that simple usage of delete and archive modes shall not meet your criteria.
I cannot give you a solution but an idea in which angle you can think on...
You must handle file acknowledgements and develop a module accordingly and use it to do so.
I shall also try to work on this and let you know if any.
Thanks
Kiran

Similar Messages

  • WMV file Windows media file to Quicktime

    Can someone please tell me how I can convert a windows media file to play in Quicktime pro 7 so I can then transfer to my IPOD.
    Thank you.

    answered

  • How to create windows executable file from a java file. Please help.

    Hi,
    For my project I developed the codes in Java. It is working well with java run time environment. But without that I can not run it. I need to create a exe file (windows executable file) from the java source code. If you have any idea please share it with me.
    Even if you know it very lightly, please help with what you know. That would be a big help for me.
    Thank you very much.

    Does anybody know how to read a manual?
    Matt Richardson
    Certified LabVIEW Developer
    MSR Consulting, LLC

  • Exporting movie as a windows media file

    Hi Everyone
    I'm using QT pro 7.1.3 and I have exported a Flash movie out of Flash Pro V 8.0 to quicktime. The quality is great and the file size is 8Mb. My client wants the movie as a .wma file windows movie file so I have opened the .mov in QT and tried to export as a movie to windows media player and tried various default options but the quality is appalling and if I try a higher quality the export fails. Could anyone tell me what I'm doing wrong. The Flash movie has some action script at the end but I have tried exporting with and without it (I know it prob won't make any difference as the .mov file is not interactive).
    Many thanks
    Mike

    Thanks Jim for your responses.  It's suggestions like yours that get me to think in another direction, which is a good thing.
    I never suspected anything wrong with the hard drive or any corresponding components because the drive worked fine otherwise - playing back clips already on it, transferring files from one drive to another, etc.  At any rate, I opened up the computer case and swapped out the SATA cable to that drive (I have lots of spares of everything) and then did a defrag and check of the drive which all showed good.  I then exported a couple more videos in the WMV format to that drive and everything worked fine, so hopefully all is good from now on.
    Again, thanks for your help.

  • Is there any command in windows batch file similar to the unix grep command

    Hi,
    I have a batch file which will return status of the Database to a file ex: "OPEN". Now I want to read this output file and check for the "OPEN" string from another batch file. any suggestions?. This is similar to "grep" command in unix. I want this to be done in windows batch file.
    This is my actual batch file
    rem -- Description: Check whether the Database is UP
    rem -- Usage:
    rem -- ORACLE_SID is input parameter for the file
    rem --
    rem --start of batch file
    @echo off
    set ORACLE_SID=%1
    echo connect plp/ltd1plp@%1
    echo set cmdsep on
    echo set cmdsep '"'; --"
    echo set term on
    echo spool c:/status_log.log
    echo select status from v$instance;
    echo spool off
    ) | sqlplus /nolog
    rem --end batch file
    Thanks.

    The same link from [google cache|http://209.85.229.132/search?q=cache:EJrm9tgj0a8J:www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/find.mspx+windows+find&cd=1&hl=en&ct=clnk&client=opera]. Also you can use help:
    find /?

  • IDOC to File Port on Windows Server from Unix SAP System

    Hi All:
    I want to use an IDOC to create a text file on a Windows server. The SAP system runs on Unix. I have no problem creating the text file on the same Unix server running the SAP instance but I can not figure out how to write the file to a share or UNC path on a Windows server. I tried to create a logical file path using transaction FILE and then create a logical port in WE21. The IDOC failed because it is still looking on the Unix server to write the file. Any ideas from the community would be greatly appreciated.

    Hmmm, there are probably lots of ways to skin this cat.
    To make the process asynchronous you probably want to be along the lines of either updating a table or placing a file on the Windows machine, and then having a database process or Windows program to watch for the file or database table entry and triggering your bat file when it appears.

  • File Upload works on windows to upload local file,but fails on unix

    I have jspx page to upload excel file from my pc and I used jdev 10.3.1.4 works fine on windows, but I deployed to weblogic 10.3. I got java.io.ioexception No such file or directory when I uploaded a excell file
    from my pc.Can you some one shed some lights on my head, Thank you.

    This is my jsp page:
    <html>
    <div id =mrf>
    <!--<%@ page contentType="text/html;charset=windows-1252"%>-->
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
    <bean:define id="myUploadForm" name="uploadForm" type="com.presentation.UploadForm" />
    <SCRIPT LANGUAGE="JavaScript1.2" TYPE="text/javascript">
    function submitAction(action)
         document.uploadForm.actionName.value = action;
         document.uploadForm.submit();
    </script>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <html:form method="post" action="/Upload" enctype="multipart/form-data">
    <tr>
    <td align="left">
    <bean:message key="label.upload.file" />
    <html:file property="file" size="50"/>
    </td>
    </tr>
    <html:messages id="messageId" message="true" property="uploadMessage">
    <td class="message-context" align="left" colspan="7" width="100%">
    <bean:write name="messageId"/>
    </td>
    </html:messages>
    <tr>
    <td class="page-context" align="left" nowrap>
    <P>   <p>
    <html:submit styleId="button1"
    styleClass="inputbutton">
         <bean:message key="label.upload.button.submit"/>
    </html:submit>
    </td>
    </tr>
    <table>
    <logic:present name="createMessage">
    <h2><font color="red"/><bean:message key="msg.createOrder.errmsg"/></h2>
    <logic:iterate id="IR" name="createMessage">
    <tr>
    <td>
    <bean:write name="IR"/>
    </td>
    </tr>
    </logic:iterate>
    </logic:present>
    </table>
    <html:hidden property="actionName" value="start"/>
    </html:form>
    </table>
    </div>
    </html>
    My java bean (UploadAction.java):
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.lang.reflect.InvocationTargetException;
    import java.util.ArrayList;
    import java.util.List;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionErrors;
    import org.apache.struts.action.ActionMessage;
    import org.apache.struts.upload.FormFile;
    public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception
              messages.clear(); //clear all messages and errors
    int loaded =0;
    List msgList = new ArrayList<String>();
              UploadForm uploadForm = (UploadForm)form;
    String actionName = uploadForm.getActionName();
    uploadForm.setActionName("");
    FormFile file = uploadForm.getFile();
    if(actionName.equalsIgnoreCase("create")){
    System.out.println("The actionName:" + actionName);
    this.executeCreate(mapping,form,request);
    // for first time after clicked Upload from main menu.
    if(file == null || file.getFileName()== null || file.getFileName().length()== 0){
    if(count > 0) {
    messages.add("uploadMessage", new ActionMessage("msg.upload.failed"));
    saveMessages(request, messages);
    count++;
    return (mapping.getInputForward());
         //the info in web.xml under <context-param>
    String filePath = getServlet().getServletContext().getInitParameter("oracle.adf.view.faces.UPLOAD_TEMP_DIR");
    System.out.println("The file name path:" + filePath);
         File folder = new File(filePath); //create the upload folder in client's local PC if not exists
         if(!folder.exists())
         folder.mkdir();
    String fileName = file.getFileName();
    if(fileName != null || fileName.length() >0){
         System.out.println("The file name:" + file.getFileName()+" has been craeted in:" +filePath);
    try { 
         File newFile = new File(filePath, fileName);
         if(!newFile.exists()){
         FileOutputStream fos = new FileOutputStream(newFile);
         fos.write(file.getFileData());
         fos.flush();
         fos.close();
         request.setAttribute("uploadedFilePath",newFile.getAbsoluteFile());
         request.setAttribute("uploadedFileName",newFile.getName());
    } catch (IOException e) {
    log.info(e.getMessage());
    log.error(e.getMessage());
    loaded =1; //uploaded successed.
    ParseExcelFile(filePath,fileName); ------------- fails here but it works on Windows XP with Jdev 10.1.3.5/OC4J.
    saveMessages(request, messages);
    return (mapping.getInputForward());
    public static void ParseExcelFile(String localdir, String filename) {
    FileInputStream fs = null;
    try {
    String strFile = localdir+filename;
    fs = new FileInputStream(new File(strFile));
    getContents(fs);
    } catch (IOException ie) {
    log.error(ie.getMessage(),ie);
    } catch (Exception xe) {
    log.error(xe.getMessage(),xe);
    }finally {
    try {
    fs.close();
    } catch (IOException e) {
    log.error(e.getMessage(),e);
    This log file from weblogic:
    <[ERROR        ] [FINLOGSYS] 1310903306264 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'-com.business.MrfBusinessDelegate.ParseExcelFile(MrfBusinessDelegate.java :753] >>* C:/tmp/MarsUploads/MinMax_R12_template.xls (No such file or directory)java.io.FileNotFoundException: C:/tmp/MarsUploads/MinMax_R12_template.xls (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.cablevision.materialRequest.business.MrfBusinessDelegate.ParseExcelFile(MrfBusinessDelegate.java:750)
    at com.cablevision.materialRequest.presentation.UploadAction.execute(UploadAction.java:133)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3241)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    *<<>
    Do I missing something ? help

  • How to delete file from application server(Unix)

    Hi All,
    Using the below code downloading a file from application server(Unix) to client machine. I want to delete the file from application server once it is downloaded to client
    We work on Forms 11.1.1.4.0 and Oracle DB 10g. Client machine are Windows 7.
    BEGIN
      IF webutil_file_transfer.AS_to_Client
      (clientFile => Name_In('global.g_file_name')
      ,serverFile => ls_AppServer_Loc)THEN
      message('Data exported Successfully');
      ELSE
       message('File download from Application Server failed');
      END IF;
    EXCEPTION
      WHEN OTHERS THEN
      message('File download failed: '||SUBSTR(sqlerrm,1,200));
      END;
    I have search for solution on OTN. Few suggested to use HOST.
    Can any one help me how to use Host() built_in to delete the file.
    Thanks,
    Maddy

    Can any one help me how to use Host() built_in to delete the file.
    Host('/bin/rm <complete file path>');

  • Sending XML file from SAP to Windows Based file server with FTP function

    Hi Gurus,
    We are using SAP BW 3.0B version.
    I need to convert data in ODS to XML format and send this XML file to remote server which  is not a SAP application server, it is just a Window Based file server with FTP function..
    By writing some ABAP code I have converted ODS data into XML format (which gets saved in my local system)
    (Is that I need to put this file in Application Server to send it to the other servers? )
    Now the thing is how I can send this file to that Windows Based file server.
    plz suggest me.... what can be done......
    Thanks in Advance
    Madhusudhan
    Edited by: Madhusudhan Raju on Dec 3, 2009 4:25 AM

    I dont think the above code support windows OS. Because I always execute this script via UNIX.
    I think you can try this option, go to command prompt, goto the destination path where you have an XML file using cd....
    ftp (destination servername), specify the username and password.
    afterthat, use the command put and filename.
    check whether the file had reached destination successfully or not.
    For automation purpose, you can use the following script like
    ftp: -s: test.txt  (servername)
    In test.txt,
    UserName
    Password
    bin
    cd /files
    put file.xml
    bye
    Also, you can check in SM69, there will be some SAP external commands to automate the file transfer.
    Thanks
    Sat
    http://support.microsoft.com/?kbid=96269

  • File Content Conversion in Unix AIX

    Hi all,
    the XI was migrate from Windows System to Unix AIX system. All process are running fine, but I have some file adapter with content conversion and Unix system are put the hexa char '0A' in the end/break of line and in the Windows System put the hexa char '0D 0A'. With this other system that process these files not work properly.
    How I to solve this problem? It is a problem?
    thanks.

    I solved using endSeparator = '0x0D''nl'
    []s

  • Reading Windows text file in Fortran?

    Is there a way to make the f90 compiler read Windows text files properly? I made a simple test with a text file created on a Windows system containing these three lines:
    This is a Windows text file.
    It has some extra control characters.
    Unix does not have those.
    The output I got was:
    <-ext file.
    <-e extra control characters.
    <-se.
    Kevin

    That makes more sense. The problem isn't with the Fortran program, but with the Unix terminal (xterm, or whatever you're using to display the output). If you pipe the output through od like this you'll see all the characters, including the ^M:
    bash-3.00$ fortranread | od -c
    0000000       w   i   n   f   i   l   e       i   s       -   >   T   h
    0000020   i   s       i   s       a       W   i   n   d   o   w   s   
    0000040   t   e   x   t       f   i   l   e   .  \r                   
    0000060                                                               
    0000100                                           <   -  \n       w   i
    0000120   n   f   i   l   e       i   s       -   >   I   t       h   a
    0000140   s       s   o   m   e       e   x   t   r   a       c   o   n
    0000160   t   r   o   l       c   h   a   r   a   c   t   e   r   s   .
    0000200  \r                                                           
    0000220                               <   -  \n       w   i   n   f   i
    0000240   l   e       i   s       -   >   U   n   i   x       d   o   e
    0000260   s       n   o   t       h   a   v   e       t   h   o   s   e
    0000300   .  \r                                                       
    0000320                                                               
    0000340                   <   -  \n
    0000347When the terminal sees the ^M character, it does a carriage return. That means that the next character gets written in the first column. Since the characters after the ^M are spaces, that makes the beginning of the lines appear blank.
    If you want to see the output you expect, you need to pipe it through "tr -d '\015'", or you need to make the Fortran program itself delete the ^M characters. For example, you could write "myline(1:len_trim(myline)-1)" to always strip the last character of the line.
    We should consider making formatted reads strip the ^M by default. I don't know whether any program would actually want them.

  • Using Windows CS5 files on a Mac

    This is a generic question. I have never used a Mac based system, most of my time has been spent on Windows and several Unix, main frames etc. I really have  never used a Mac so I am ignorant of the real Mac basics.
    I use CS5 Photoshop, Illustrator, Flash, InDesign and  Dreamweaver mostly. If I had a client who was running on a Mac who  wanted me to supply files from any of the CS5 applications I use, can I  just supply the psd, ai files from my Windows machines and they will be  able to use them as is ? (I realise there are some font issues. Not sure  exactly what, though).
    I could not locate any Adobe  document about moving between the two platforms, so I'm concluding the  OS is actually irrelevant to the CS5 apps. But, somehow I have this  niggling feeling that it will not be quite that simple.
    Can anyone help ?
    Thank you.

    BarryEdge wrote:
     ...so I'm concluding the  OS is actually irrelevant to the CS5 apps...
    ...good conclusion.
    No worries.

  • File window not updating modif. dates – and mysterious parallel universe discovered

    The day started innocently enough when I tried to edit some <meta> content on a site I'm building and then saved my work. Little did I know...
    DW's "File" window refused to update the "Modified" column of the files I worked on.  Open and closing the files shows that my changes have been recognized and incorporated into the HTML, and the files show up with correct modification dates in Finder (I'm on a Mac). They just won't change date in DW.
    When I upload the modified-but-not-redated-in-DreamWeaver files to my remote site, they appear with the incorrect dates on the server, but a text comparison in DW shows that my local and remote files are synched.
    Now for the truly weird part: when I run the site in Safari (after flushing its cache), a Source check shows the old code is still operational.  (I also changed the titles of the pages in question to quickly confirm which version was being displayed. This check shows the old title displayed.)
    Here's the site address:  http://www.bearriverbooks.com/index.html
    Now for the truly, truly wierd part.  I have a parallel site ( http://www.queen-of-the-northern-mines.com/index.html ) which contains copies of the bearriverbooks.com files. These files, too, show the wrong modification dates in DW's "Files" window and on the remote server – but they display correctly. Anyone who wants to check can compare page titles, which are longer in the later pages with correct code.
    I checked the remote site addresses in the "Manage Sites..." center.  I have not crossed my wires there (though I can smell a few arcing badly in my brain.).
    The players:  2.8 GHz Intel Core i5 27" iMac running Mac OSX 10.6.7  /  Dreamweaver CS5 v.11.0 Build 4964
    Thanks in advance,
    Richard Hurley
    Grass Valley MultiMedia

    I am having the same issue on a Mac 3.4Ghz i7 running Mac OS 10.7.  I have Dreamweaver CS 5.5 v.11.5 Build 5344.
    I have a linux webserver, running ProFTPD v.1.3.1
    Both my mac and my linux server are set to the correct date and time.
    And ls on the linux servers tells me the files have the correct modified date and time, but this is getting lost in translation to dreamweaver when I view the remove server in the File tab.
    Any help appreciated.

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • Unable to start Photoshop CS6 - could not open a scratch file because the file is locked (Windows)

    When I first installed Adobe Photoshop CS6 I was unable to run Photoshop or Bridge CS6.  Photoshop would give me an error about "could not open a scratch file because the file is locked.  If I ran either of these programs as an administrator they would run without issue, this led me to believe that there was a permission issue somewhere.  After some digging I found out the both Bridge and Photoshop try to create a temp file (similiar to Photoshop Temp2777223910092) on the c:\ drive of the computer.  In my case the user that I was logged in with did not have access to write to the root of the C:\ drive.  Note that you run the program as the administrator and change the scratch disk location as that changes the preference for the administrator user and not the user that you are currently logged in as.
    To get around this issue I first had to give the user that I was logged on with write permissions to the root of the C:\ drive.  Next try and run Photoshop, you will get an error another error about the scratch disk and about and invalid or missing setting file.  To correct this you need to have run Photoshop as an administrator, next you can go to Users\Admin\AppData\Roaming\Adobe\Adobe Photoshop CS6\Adobe Photoshop CS6 Settings and copy Adobe Photoshop CS6 Prefs and/or Adobe Photoshop X64 CS6 Prefs to Users\<your logged in username>\AppData\Roaming\Adobe\Adobe Photoshop CS6\Adobe Photoshop CS6 Settings.
    Photoshop and bridge should now start up with no issues.
    I hope that this can help others out there as this caused me a great deal of frustration when upgrading to CS6.

    station_two wrote:
    OK, here comes the explanation of what the scratch disk does and why it's optimal to have it on a physically separate internal drive (not partition!) other than your boot drive
    I probably shouldn't say anything since it could complicate this thread, but the rules of thumb can be different under special circumstances when SSD is involved.
    IF you have a LOT of empty space on your SSD-based system drive, then Photoshop can actually work great with it's scratch setting pointed at the system drive.  This is because a) SSD transfers are much faster than spinning hard drives and b) there's no seek time, so simultaneous transfers to/from scratch and swap files aren't devastating to performance, and you can see a net gain because of the increased I/O throughput over what's possible using a separate spinning drive for scratch.
    But if you don't have a huge amount of free space (hundreds of GB) on the system SSD, it's definitely better to use a separate drive, as station_two has said.
    Also, up to about a year or so ago, you had to try to severely limit write activity to your SSD drive, since you could actually wear them out by repeated high data write activity.  That's pretty much a non-issue now with the advent of things like the SandForce in-drive controller that does wear-leveling inside the drive.  Modern drives will last 10 years or more in normal typical use, without special consideration.
    As it turns out, making a RAID array of SSDs is a great way to boost performance across the board, have bunches of free space, and ensure even the heaviest usage doesn't shorten the drive life.  I have done so, creating a 2 TB system drive C: made from 4 SSDs and Photoshop's swap file (and pretty much everything else) pointed to C:.  This system flies, and I can barely tell when Photoshop and/or Windows "goes virtual" and starts using its scratch/swap files heavily.  I don't even notice Photoshop auto-saves.
    Sorry for the SSD diversion.
    Back on topic: 
    Pretty much everyone who's successfully using a computer - Mac and PC users alike - comes to realize after a while that the task of integrating things on their computers and making everything work falls on THEM, not the developers of applications like Adobe.  Some applications pose unique challenges, but to think you can just throw up your hands and try to make it someone else's problem when something goes wrong simply isn't a viable strategy.  Maybe that's how things should be, but it's not how it is.
    For those of you struggling to get Photoshop to run properly, bear in mind that it's on you to get things working.  It works for most folks.  It could be a configuration or setup choice you've made that may need revisiting, or some kind of restorative activity that you need to do, or even something very minor like clearing your Photoshop preferences, but it may well take your learning new things and doing things you didn't think you'd have to do to get back to where you can edit photos.  It's no one's problem but your own.
    So let us here on the forum help you - when we say to do something, try it.  We're not here to jerk you around; we're users just like you who have already found the ways to make things work, and we'd like to help you do the same.
    -Noel

Maybe you are looking for

  • Error message while transporting SapScript to productive system

    Hi, I have tried to transport an order sapscript form (modified Medruck) into the productive system. But I got errors in transaction stms. The error message is displayed like this: <b>R3TRFORMZMEDRUCKN</b> was repaired in this system Message no. <b>T

  • LaserJet Pro P1102w and Chromebook

    I cannot connect my new Google Chromebook to my new hp LaserJet Pro P1102w printer.  The Chromebook requires an address that ends in @HPprint.com.   I have been trying to find out how to register for that email for at least an hour. Can anyone tell m

  • Open Data File

    I am using Essbase 7.1.6.6 version of EAS. I created a new rule file using a data file. When I close the rule file and open it again, the data file does not open. It does not give me any error. It just does not do anything. I have some old rule files

  • Integration with externally facing website

    Hi, We've been evaluating BIEE for both internal and external use. We would like to be able to embed charts and tables on webpages for our external users but would like to avoid the extra baggage that comes with setting up a portlet container. I have

  • Is there only one way to initialize a char array ?

    char[] helloArray = { 'h', 'e', 'l', 'l', 'o', '.'}; why does't this working like it works in c ? char hey[]={"you are dead !"}; ??