Problem in BI Publisher release 11.1.1 scheduleService v2

Hello everyone,
I'm facing a problem when trying to schedule a Report using V2/ScheduleService in BI Publisher release 11.1.1.
I'm using soapUI 3.6.1 as the service consumer and also had enabled BIP logging (xdo.log) to see all BIP activity.
The soapUI message I'm using to schedule the report is given bellow:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:scheduleReport>
<v2:scheduleRequest>
<v2:bookBindingOutputOption>true</v2:bookBindingOutputOption>
<v2:mergeOutputOption>true</v2:mergeOutputOption>
<v2:notifyHttpWhenFailed>true</v2:notifyHttpWhenFailed>
<v2:notifyHttpWhenSuccess>true</v2:notifyHttpWhenSuccess>
<v2:notifyHttpWhenWarning>true</v2:notifyHttpWhenWarning>
<v2:notifyWhenFailed>true</v2:notifyWhenFailed>
<v2:notifyWhenSuccess>true</v2:notifyWhenSuccess>
<v2:notifyWhenWarning>true</v2:notifyWhenWarning>
<v2:repeatCount>1</v2:repeatCount>
<v2:repeatInterval>1</v2:repeatInterval>
<v2:reportRequest>
<v2:attributeCalendar>Gregorian</v2:attributeCalendar>
<v2:attributeFormat>pdf</v2:attributeFormat>
<v2:attributeLocale>pt-PT</v2:attributeLocale>
<v2:attributeTemplate>Simple</v2:attributeTemplate>
<v2:attributeTimezone></v2:attributeTimezone>
<v2:byPassCache>true</v2:byPassCache>
<v2:flattenXML>true</v2:flattenXML>
<v2:parameterNameValues>
<!--Zero or more repetitions:-->
<v2:item>
<v2:multiValuesAllowed>false</v2:multiValuesAllowed>
<v2:name>P_ID_TAREFA</v2:name>
<v2:refreshParamOnChange>true</v2:refreshParamOnChange>
<v2:selectAll>false</v2:selectAll>
<v2:templateParam>false</v2:templateParam>
<v2:useNullForAll>false</v2:useNullForAll>
<v2:values>
<!--Zero or more repetitions:-->
<v2:item>1</v2:item>
</v2:values>
</v2:item>
          <v2:item>
<v2:multiValuesAllowed>false</v2:multiValuesAllowed>
<v2:name>P_ID_LOTE</v2:name>
<v2:refreshParamOnChange>true</v2:refreshParamOnChange>
<v2:selectAll>false</v2:selectAll>
<v2:templateParam>false</v2:templateParam>
<v2:useNullForAll>false</v2:useNullForAll>
<v2:values>
<!--Zero or more repetitions:-->
<v2:item>1</v2:item>
</v2:values>
</v2:item>
</v2:parameterNameValues>     
<v2:reportAbsolutePath>/~weblogic/MMK-02/MMK-02_GTR/relatórios_GTR/R_GTR_CW4_0004.xdo</v2:reportAbsolutePath>
<v2:reportData></v2:reportData>
<v2:reportOutputPath>C:\ATDD\Tarefa\1.pdf</v2:reportOutputPath>
<v2:sizeOfDataChunkDownload>-1</v2:sizeOfDataChunkDownload>
</v2:reportRequest>
<v2:saveDataOption>true</v2:saveDataOption>
<v2:scheduleBurstringOption>true</v2:scheduleBurstringOption>
<v2:schedulePublicOption>true</v2:schedulePublicOption>
<v2:useUTF8Option>true</v2:useUTF8Option>
<v2:userJobName>scheduleService V2</v2:userJobName>
</v2:scheduleRequest>
<v2:deliveryChannels>
<v2:localOptions>
<!--Zero or more repetitions:-->
<v2:item>
<v2:destination>C:\ATDD\Tarefa\1.pdf</v2:destination>
</v2:item>
</v2:localOptions>
</v2:deliveryChannels>
<v2:userID>weblogic</v2:userID>
<v2:password>welcome1</v2:password>
</v2:scheduleReport>
</soapenv:Body>
</soapenv:Envelope>
The answer i receive from the service seems to be ok:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<scheduleReportResponse xmlns="http://xmlns.oracle.com/oxp/service/v2">
<scheduleReportReturn xsi:nil="true"/>
</scheduleReportResponse>
</soapenv:Body>
</soapenv:Envelope>
but, as always, there is a subtle problem, the scheduler doesn't produce any output to the specified folder. Neither it shows the scheduled report in the Report History Info console page.
The log file (xdo.log) contains the following information about the scheduled report:
[012711_152729877][][STATEMENT] ScheduleService::scheduleReport BEGIN
[012711_152729880][][STATEMENT] PublicReportService::initSession BEGIN
[012711_152729917][][STATEMENT] Inside DirectoryUser.init()....
[012711_152729920][][STATEMENT] PublicReportService::initSession END
--- Elapse Time = 38
[012711_152729921][][STATEMENT] ScheduleServiceImpl::scheduleReport
Service BEGIN
It seems that, in fact, the request has been recognized but the service does actually, nothing...
Some help would be very appreciated.
Thanks in advance,
Nuno

Same problem - no report output from bipublisher (11.1.1.3.0) when requesting Report.xdo via xmlpserver/services/v2/ScheduleService?wsdl. There is a ScheduleServiceImpl::scheduleReport Service BEGIN, but no END tag in the xdo.log.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<pub:scheduleReport xmlns:pub="http://xmlns.oracle.com/oxp/service/v2/ScheduleService">
<scheduleRequest>
<notificationTo>[email protected]</notificationTo>
<notifyWhenFailed>true</notifyWhenFailed>
<notifyWhenSuccess>true</notifyWhenSuccess>
<notifyWhenWarning>true</notifyWhenWarning>
<reportRequest>
<attributeFormat>html</attributeFormat>
<reportAbsolutePath>/~weblogic/Report.xdo</reportAbsolutePath>
<parameterNameValues>
<item>
<name>VALUE</name>
<multiValuesAllowed>false</multiValuesAllowed>
<values>
<item>#P_VALUE#</item>
</values>
</item>
</parameterNameValues>
</reportRequest>
<userJobName>SAMPLE1</userJobName>
</scheduleRequest>
<deliveryChannels>
<emailOptions>
<emailFrom>[email protected] (Report Delivery)</emailFrom>
<emailSubject>APEX Button Delivers Email</emailSubject>
<emailTo>[email protected]</emailTo>
</emailOptions>
</deliveryChannels>
<userID>Weblogic</userID>
<password>Dem0Pass</password>
</pub:scheduleReport>
</soapenv:Body>
</soapenv:Envelope>

Similar Messages

  • Check "Problem: Oracle Database 10g Release 2 can only be installed in new

    Hi All
    Installing 10g software on AIX Box in /oracle/oraHome2,where oracle9i is already installed in /oracle/oraHome1 and oracle inventory is in /oracle/inventory
    In product specific prerequisite screen I am getting the
    check:Oracle Home incompatibilties is failed I am getting the error
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: Oracle9i Database 9.2.0.1.0
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
    Recommendation: Choose a new Oracle Home for installing this product
    though I am installing it in different oracle homes why i am getting this error?
    Is it because 10g installation is picking the same oracle inventory /oracle/inventory
    do i need to make different oracle inventory for different oracle homes???????plz confirm..is thats the reason i am getting this error??????
    Thanks inadvance
    Gagan

    I figure out you are trying to install 10gR2 on top of an existing 9iR2 Oracle Home. This is corrected at the Path definition window. Most probably you just click on the <Next> and by default the 9iR2 Oracle Home was selected. You must define a new oracle home for the 10gR2 install.
    ~ Madrid

  • Problem in oracle 10g release 2

    I faced strange problem while selecting data from join of tables (in oracle 10g). While selecting, when the order of fields in "group by" clause is changed, the resulting summary of values is changed too. For eg,
    query1 = SELECT F1, F2, F3, SUM(F4)
    FROM TBL1
    GROUP BY F1, F2, F3, F4
    query2 = SELECT F1, F2, F3, SUM(F4)
    FROM TBL1
    GROUP BY F2, F4, F1, F3
    The results SUM(F4) given by query1 and query 2 do not match. While testing these querries in differnt environments, we found such problem in ORACLE 10g RELEASE 2 only and not in ORACLE 10g RELEASE 1. I need to execute this query in oracle 10g. Can anybody help me finding the exact problem?

    The results SUM(F4) given by query1 and query 2 do not matchSince the group by clause is not same, the result of sum can be different.
    Can you provide us some dataset ?
    Nicolas.

  • Problems converting MS Publisher 2007 documents to PDF

    Hi I have MS Publisher 2007 and create documents using MS Publisher then convert them to PDF without ANY problems - until about 2 months ago. Nothing changed other than the usual updates from Adobe and Microsoft and now I cannot convert ANY files from MS Publisher to PDF - neither through the MS Publisher utility or the Adobe utility. Crazy thing is it is ONLY a problem for MS Publisher - every other Office product prints to PDF fine. I cannot even save to PDF with Publisher - I get the MS error message "Publisher cannot save the file". When I try to create a PDF using Adobe it progresses through the conversion process and acts like it has created the file - but I cannot find it in the location specified and it's nowhere on my PC. There's no error message created by Adobe Acrobat either. We've tried to understand what the problem is and for some reason when I reduce file size UNDER 1MB MS Publisher and Adobe behave and create the PDF! Over 1MB and nothing doing.
    It's driving me crazy as we choose to use MS Publisher for all our creative stuff - not because it's cheap but because the interface is more user friendly and I guess we're used to MS products.
    Details:
    MS Publisher - 2007 (12.0.6535.5002) SP2 MSO (12.0.6535.5002)
    Part of Microsoft Office Ultimate 2007
    Adobe Acrobat 9 Pro - Version 9.3.4
    Part of Design Suite CS5
    I would REALLY appreciate it if someone could PLEASE advise how we can fix this problem.

    ***** Actually, girls and guys I think I have found the problem!!!!!
    It's not just pictures that can cause the "Cannot Save File" message it's also fonts.
    We were using Myriad Pro in all our Case Studies and up until a certain date 2 months ago it was great all could be printed and there were no problems. Then for some reason - and I have since discovered the font Myriad Pro has a licensing issue on our PC's - all our Case Study templates were unable to be converted and we were having issues all over the place.
    I went through the advice contained in these posts (and also onb the Adobe website) and removed images one by one to see what was actually causing the problem. Nothing, no result the issues still existed. Then I hit upon the idea of changing the font to Arial and BINGO!!! it worked!!!! So, my advice is to ensure that your images are free from errors (whatever that means!) and you're using fonts that have no licensing issues and Publisher will be able to convert them no problems.
    Now, as for the advice Microsoft gave us...well I am as frustrated as everyone else is that we had to find the answers ourselves and MS couldn't have developed a tool that would pick up these issues for us in the document itself. C'mon Microsoft you make this great product - make it even better and give us better diagnostic tools please.
    Oh and by the way, when I did the same document in InDesign (which was a pain in the a...) it handled the font issue no problems - explain that one Microsoft.

  • Maddening problem - Timezone and published calendar

    OK folks, this is the problem:
    I'm publishing a calendar on .mac. All of my entries on .mac are 7 hours later than I've set them in iCal, even through my iCal timezone and my system preferences timezone are the same (Europe/Lodon). The published timezone on the browser page also claims to be Europe/London, so why on Earth are the times different?
    Any ideas? Big thanks to anyone who can help...

    I spent something like 6 hours last week trying to tweak things in the .ics file to sort this out and came away with nothing.
    Short of writing a script to change the actual time, I'm at a loss.
    Before going the script route, I'm going to play with changing the .ics file to a vCal file and see if that helps.
    What I found most frustrating is that if I took the .ics file and stripped out all references to time zone, I still ended up with an event that shifts time. With no reference to time (including the 'z' which the specification details as an indicator of UTC), I'm at a loss as to understand the shift.
    The GroupWise server does use a timezone designation, so my only other guess is that it automatically assumes UTC for any file without a timezone attributed to it and then adjusts accordingly. Perhaps if I can figure out why "my" Pacific time zone isn't recognized by the server, I'll have an answer.
    I can't seem to find good documentation on the GroupWise end, but it obviously sounds similar. Maybe looking outside the .ics spec is the answer. I found reference on the MS site to using vCal, so maybe there is hope.

  • Publish release bug?

    publish release bug?
    I have some file in the resource folder under bin-debug,when debug ,all file can be packed in apk file,but ,when I publis release version ,it can't be packed, and can't add file to the project
    but in debug view,all files there
    sorry for my english

    I know this is an old thread, but I thought you might be interested to know that I have successfully created an Android app called BigVEncoder that can stream live Flash video to a media server using RTMP. It can stream H264 video and AAC or MP3 audio in the FLV format.
    Maybe this will make everyone rethink about not trying to kill off Flash video in the near future. This app streams live from your Android camera and microphone in realtime. You can find it in the Android Market at:
    https://market.android.com/details?id=com.rotw.android.bigve
    -Maurice

  • Problem with AUTO PUBLISH nd update NEW POLICY to Client .

    To : who may concern , which really need urgent help .
    after few days of setting up the ZESM , but then i was unable to find is there any setting which can "AUTO PUBLISH " into the Client side . Without the Client need to use the manual "UPDATE POLICY " button ?
    Because , we find it that to make it silent update without the CLIENT side need to manually click the UPDATE POLICY , so i would wonder is there any way to have the AUTO UPDATE the policy from SERVER side ?
    thank alot first .
    From : NX ( which this few days has been keep on try and explore the ZESM 3.5 , 4.0 , 4.1IR )
    Which really need help in here , due to we are almost to the end of the setup server and the IT infrastructure .

    I would recommend that you READ and UNDERSTAND the Installation and Administration guides from the Documentation (somebody took the job to write those, so be kind enough to read it)
    Main Doc
    http://www.novell.com/documentation/zesm41/
    Your question is answered here:
    http://www.novell.com/documentation/...a/bnk7bdx.html
    See "Update Interval".
    Lastly, this is a public support forum, served on a best-effort basis from the community. As such, there's no guarantee that you'll get an answer, and if you get one, that works and is correct. So, if you have un urgent or important issue, go ahead an open a support ticket with Novell Technical Services in order to be served by professional support engineers backed up by the engineers who wrote the code.
    http://support.novell.com/contact/
    >>>
    From: nxgame<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 12/11/2010 3:06 pm
    Subject: problem with AUTO PUBLISH nd update NEW POLICY to Client .
    To : who may concern , which really need urgent help .
    after few days of setting up the ZESM , but then i was unable to find
    is there any setting which can "AUTO PUBLISH " into the Client side .
    Without the Client need to use the manual "UPDATE POLICY " button ?
    Because , we find it that to make it silent update without the CLIENT
    side need to manually click the UPDATE POLICY , so i would wonder is
    there any way to have the AUTO UPDATE the policy from SERVER side ?
    thank alot first .
    From : NX ( which this few days has been keep on try and explore the
    ZESM 3.5 , 4.0 , 4.1IR )
    Which really need help in here , due to we are almost to the
    end of the setup server and the IT infrastructure .
    nxgame
    nxgame's Profile: http://forums.novell.com/member.php?userid=99703
    View this thread: http://forums.novell.com/showthread.php?t=427947

  • Problems using smart publishing wizard

    Hi, i am having problems using smart publishing wizard.
    Basically i am publishing my entire sample project to new
    location to remote file location.
    Its starts publishing but after reaching about half way it
    sends error message
    " Publishing has been aborted. A sharing violation accessing
    ../../filename.cpd "
    Has anyone got this problems. please help me to resolve it.

    Hi there
    Perhaps try closing the project before you attempt to
    publish?
    From what I'm seeing here, you are publishing source files.
    Normally one is only worried about publishing WebHelp output files.
    Cheers... Rick

  • P6 R8.3 Problems with BI Publisher, Team Member

    Hi
    I am setting up a demo server with P6 R8.3 EPPM. The process I have followed so far is:
    Install Windows Server 2008 R2 SP1 on the box (2 x Quad Core Xeon, 16GB RAM, 2 x 300GB drives)
    Install SQL Server 2005 and copy across our current demo R8.2 EPPM database
    Install JDK 1.6.0_41 64 bit
    Upgrade the database to R8.3
    Create a new Middleware Repository for BIP
    Do a "simple install" of 64bit BIP from the "generic" distro to create an instance of WebLogic 10.3 and BIP 11.0.0.6.0 within it
    Install P6 R8.3 and configure it to deploy into the existing WebLogic instance
    Copy the P6 Reports into BIP and set up BIP as per the docs
    I had to use the db configuration tool to create (?overwrite) the old P6 Configuration data in the database as when using the web P6 Administrator it was telling me that no database was configured for administration, and I have then gone in to adjust the URL for the database and the link to BI Publisher.
    The supported configurations document also says that a patch needs to be applied to WebLogic 11g and I have tried applying it but it seems to be ignoring it - an earlier build attempt using a 32 bit version of WebLogic installed separately from BIP did take the patch, so maybe there is a later version of WebLogic bundled with BIP?... In any case, I am not seeing the error the patch was released to fix.
    As of now, I have a working P6 environment with all data carried over from the 8.2 environment. There are 2 odd things happening though, and I can't see any reason for them:
    First, any user trying to access Team Member Web Services gets an error message at login saying they are configured to use Progress Reporter to update progress. This happens regardless of the Module Access settings for that user, it just doesn't seem to work any more. Is there more I have to do here?
    Second, I can't get the reports tab in EPPM to work, and always get the error message saying that the user is not configured in BI Publisher. Just to be clear what I have done:
    I followed the procedure in the docs for setting up P6 reports in BIP and have checked it numerous times.
    BIP is using the BIP Security model with a local superuser
    The JDBC connection to the P6 database works, and I can login as any of the users in BIP that I set up to match the P6 users, and execute reports within BIP and see results returned
    Those P6 users have got Enterprise Reporting module access
    I have bounced both P6 and BIP several times within WebLogic, and WebLogic is showing all the various subsystems are running OK (as is Enterprise Manager)
    I have compared the setup of this version of BI and P6 to those in our working R8.2 system, and the only 2 differences I can see are
    BI is 11.0.0.5.0  for R8.2 and 11.0.0.6.0 for R8.3
    When I assigned the data model to the reports in R8.3, the icon for the report disappeared and now just displays as a black box with an x in - but it only did this for some reports (eg the Activity ones)
    One thing I am not clear on is the format of the URL for the BI web services - some docs say it should end in ?WSDL, others don't (for the combination of BIP 11g and SQl Server). I have tried both forms without seeing any change in behaviour (Typing either form into a browser results in a response so the web services system is definitely alive).. I have also tried changing the path to the reports from "/P6Reports" (which it actually is) to "/P6REPORTS" (which works in our R8.2 system, even though that's not what the folder is named - its also /P6Reports), but again that doesn't make any difference. Finally, I have tried logging into BIP directly using the credentials saved in the configuration and they work fine.
    I am completely stumped - can anyone offer any further things to try out?

    Alex
    I have finally had an answer from Oracle about the BI Publisher issue, which is due to the fact that I installed the WebLogic bundled inside the Oracle Business Intelligence media set which is 10.3.5, while P6 R8.3 requires 10.3.6
    So for the products to share an instance of WebLogic that both can use, you have to install WebLogic first from its own media set and without creating any domains. Then you patch it as specified in the Supported Configurations document, then install BI Publisher using the "Software Only" option, deploy that into a new domain, and finally install/deploy P6 into its own domain.
    I now can see the reports in P6, but running them within P6 is producing an error. The Team Member issue is still partly there - assigning Team Member access to a user who didn't previously have it seems to work, but those who had it in 8.2 still can't login as the system still thinks they are set up for Progress Reporter. We have also encountered a problem where the whole top half of the user interface - the main tabs and the menu in the top RH corner - all is grayed out and becomes inactive at various points. I have found this listed as a bug related to Java 7 in the client browser which is fixed in R8.3 SP1 so I am now going to try to install that across all the various components of the product and see what happens...

  • Problems when I publish

    Hi!
    I use Iweb but now when I try to publish it says unknown problem.
    I recently had to replace my harddrive and I used an external harddrive for a complete backup. So in 10 min the computer was up and running again.
    Everything seams to work except this.
    Does anyone know what I can do?
    Would be very greatful.
    Take care.
    LM

    Lisa,
    The error you are receiving, as you probably suspect, is meaningless. I think it's a default error message that results from iWeb, using WebDav, failing to keep a consistent upload "relationship" with the .Mac server as it publishes. Right now, the .Mac servers are taking all they can, with iWeb 2.0's release. I personally have never received publish errors since I began using 1.0 shortly after it's release--but I do now. When I try to publish, I get the same series of error messages each time, almost as if iWeb/.Mac "runs through the list" before it will grant a successful upload of the site. Immediately upon receiving the error message, I go to File/Publish to .Mac and do it again. In my case, persistence pays off.
    If you don't mind a little 'aggravating leg work', here's a way to publish the site with no error messages.
    From the file menu in iWeb, use the Publish to a folder command and choose your Desktop as the folder location. iWeb will deliver your site in a neat little folder on your Desktop, named for your site, and an index.html file beneath it. Since you have already published to .Mac successfully, disregard the index.html file; it already exists on the server.
    Now open a window in the Finder, and navigate to the iWeb folder location on your iDisk, following this path:
    (1.1.2)
    Go/iDisk/My iDisk/Web/Sites/iWeb/DropYourFolderHere
    (2.0)
    Go/iDisk/My iDisk/Web/Sites/DropYourFolderHere
    Click yes for replace in the dropdown window.
    Your site will be uploaded at about the same speed (maybe a little longer than a "first time publish") as a normal publish from iWeb, and with no publish errors.
    Post back if you run into difficulties and I'll give all the help that I can.
    Mark

  • Turkish Character and Check Box "?" Problem in XML Publisher

    In aplication and XML Publisher I must use Turkish Characters e.g. 'ş','ı','ğ','ç','ö' and check boxes. In html preview there is no problem, I can see all of them correctly. Hovewer in PDF preview in XML Publisher and also PDF output in Oracle Application all these Turkish Characters and Check Boxes looks like question mark (?). How can I solve this problem ?
    Thanks for helps....

    Hi Tim,
    Related to Special Italian characters, when I try with "Courier New" font with static data,the XML Preview display those characters.But when those chars come from XML source file,they get vanished.I tried two cases:
    Case1 ) IN EBS,I have attached courbi.ttf(font file) to the template manager(followed as per instructions in Font mapping section in User Guide).
    When I try running the report ,its getting completed with Warning.
    Case 2) I have also modified xdo.cfg ( as per Doc ID:400755.1 www.metalink.oracle.com)-
    In both cases ,I am not acheving the desired results.
    Please let me know where I am going wrong.
    Thanks and Regards,
    Kaveri

  • I have the same problem, I usually publish to PDF with my Corel Draw x4 and recenlty no file opens all gets the same error, I am so preocupaid because all my work is based in publish to PDF files, I already reinstall all, also Corel, and is doing the same

    I have a problem converting Corel Raw file in addobe pdf 11 someone can hlp me i am lousing all my work
    thank you luca

    Good to know -
    Adobe Reader cannot create PDF files.
    As well, Corel uses "in-house" routines to publish PDF from applications; so, no use or reliance by Corel on anything of Adobe's.
    Yes, if you have Acrobat XI Standard or Pro installed you can to the traditional "file - print" and in the print dialog you can select the Adobe PDF virtual printer to print to PDF.
    (But not with Adobe Reader as Reader does not provide, in and of itself, any means of creating PDF -- Reader is your PDF viewer.)
    From what you have written it appears that you've an issue with your Corel product's featues; so, best is to visit Corel's customer support for the product.
    Be well...

  • Installation problem with oracle 10g release 1 in RHEL ES 4 platform

    Hi,
    I am facing such a problem. I want to install Oracle 10g release 1.
    I am using linux 86_64
    os is RHEL ES 4 UPGRADE 5 X_86_64
    When i put the command ./runInstaller It shows os is not supported.
    Is there any way to install this oracle version.
    Can u please suggest which version os is suitable for this.
    please suggest.
    Thanks & regards

    WHICH 10gR1 software do you use? Oracle provides different versions, you need 10.1.0.3 for Linux x86-64 from the OTN download page.
    By the way I would install 10gR2.
    Werner

  • Can someone help me with a problem I have publishing photos to Facebook and Flickr

    I am using LR4.4 on my HP laptop (Windows 7 Home premium) with Mozilla Firefox as my default browser. I was able to publish some photos from LR to my Facebook account early in October. I have some new photos to publish, but find I now can no longer publish to Facebook.  I get a message – “Facebook authentication check failed”. I have tried to reset up publishing to Facebook within LR, but when I click on the Authorize in Facebook, I get a Firefox Error Message:  “The address wasn't understood Firefox doesn't know how to open this address, because one of the following protocols (lightroom) isn't associated with any program or is not allowed in this context. You might need to install other software to open this address.”  I have tried using IE as the default browser, but I get the following Internet Explorer Error Message:  “The webpage cannot be displayed. Most Likely Cause:  Some content or files on this webpage require a program that you don't have installed.”  From the Adobe website (helpx.adobe.com/lightroom/kb/errors-occur-using-lightrooms-publish.html) I have unsuccessfully tried all 5 solutions to resolve this issue.
    Other steps I have tried - I have removed the LR app from Facebook, then attempted to Authorize from LR. I can get through 3 steps in Facebook (request for Public Profile, accept Posting to Facebook, and accept managing FB pages), but the final step again fails.  In Lightroom, after the authentication step fails, I note that the “Failed to receive authentication token” is highlighted blue. When I click on this, a popup appears (see below). I had found a suggestion that this should be changed (I can’t recall what the alternative url was – but part of it was …”export.facebook”…) but I’m not sure where this change should be made. I attempted to paste the new link into this field, but this didn’t seem to work either.        
    I have also tried to set up publishing of photos to my Flickr account. I go to the LR setup, which directs me to my Flickr account, and click on the authorize button. But again I get the same error message!  I am just about at the end of my knowledge / ability to solve my Publishing problem. I would really appreciate you help and advice with this issue. Can you please help me?

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • Problem when i publish my web site with muse

    i have an erreur inconnu when i want to wruite my pass word
    i had changed my adobe ID
    it is reconise by BC

    Yes i had restart Muse and my mac. I have no more message than a red hexagon with an exclamation point and the message : "erreur inconnue" no number nothing more.
    Best regards
    Le 8 mai 2014 à 16:24, Aishvarya Raj Rastogi <[email protected]> a écrit :
    I can't publish my web site with Muse because of an "error inconnu . I have my ID Adobe and my pass word. But i have an error message " erreur inconnu" Business catalyst tell me that my ID and pass word are ok. so wath ?
    created by Aishvarya Raj Rastogi in Help with using Adobe Muse CC - View the full discussion
    Hi,
    Have you tried restarting Muse and your computer? If not, please try it. If you still face the problem, please provide us the complete error message and we'll look into it.
    Regards,
    Aish
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6365165#6365165
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Maybe you are looking for

  • List all parameter in a parameter list

    Hi all, My form have a Parameter List which will have different number of parameters added to it based on different situations. The parameter list will then pass to a procedure, does anyone know How to list out all the parameters from the parameter l

  • MetaData information about views in a schema--Please help

    I want to access the metadata information about a view say,View1 in the schema schema1.How can this be done?

  • Document not showing up in iCloud

    I created a document in Pages on my iMac. Saved it to my documents folder, but it's not going to the could because it doesn't show up on my iPad or iPhone.

  • Animations Missing in Keynote 09

    Can someone explain why Apple would remove the FALL animation from Keynote 09. I used this very frequently. I think they have replaced it with FLOP ;-(

  • Wireless workgroupbridge not working

    I have just installed new equipment on a site. 2 buildings have there connection using a wireless bridge This wireless bridge consists of 2 x 2602 Autonomous AP's. Switch 1 <--> AP1  << wireless >> AP2<-->Switch 2 AP1 is configured as follows: dot11