Blob files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Blob files

Shrilesh Korgaonkar
Hi Guys,

Now ofbiz is saving documents in a plain file in the disk
I requirement is to store files in the database as a Blob
So my question is there any Service or Setting to change the saving pattern


Regards
Shrilesh K
Reply | Threaded
Open this post in threaded view
|

Re: Blob files

Ankush Upadhyay-2
Hello Shrilesh,

Please check implementation to store labelImage in
*ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
byte format.

Kind Regards,
Ankush Upadhyay
Senior Technical Consultant

*HotWax Systems*
*Enterprise open source experts*
cell: +91-8109201285
office: 0731-409-3684
http://www.hotwaxsystems.com


On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
[hidden email]> wrote:

> Hi Guys,
>
> Now ofbiz is saving documents in a plain file in the disk
> I requirement is to store files in the database as a Blob
> So my question is there any Service or Setting to change the saving pattern
>
>
> Regards
> Shrilesh K
>
Reply | Threaded
Open this post in threaded view
|

Re: Blob files

Shrilesh Korgaonkar
Hi Ankush Upadhyay,

THANK YOU it was helpful

Regards
Shrilesh K


On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
[hidden email]> wrote:

> Hello Shrilesh,
>
> Please check implementation to store labelImage in
> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
> byte format.
>
> Kind Regards,
> Ankush Upadhyay
> Senior Technical Consultant
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-8109201285
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>
>
> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> [hidden email]> wrote:
>
> > Hi Guys,
> >
> > Now ofbiz is saving documents in a plain file in the disk
> > I requirement is to store files in the database as a Blob
> > So my question is there any Service or Setting to change the saving
> pattern
> >
> >
> > Regards
> > Shrilesh K
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Blob files

Shrilesh Korgaonkar
Hi Guys,

We are working on storing different versions of documents
..Is there anything out of the box that we can use it for storing party
content and storing it as a blob

Regards
Shrilesh K

On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
[hidden email]> wrote:

> Hi Ankush Upadhyay,
>
> THANK YOU it was helpful
>
> Regards
> Shrilesh K
>
>
> On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> [hidden email]> wrote:
>
>> Hello Shrilesh,
>>
>> Please check implementation to store labelImage in
>> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
>> byte format.
>>
>> Kind Regards,
>> Ankush Upadhyay
>> Senior Technical Consultant
>>
>> *HotWax Systems*
>> *Enterprise open source experts*
>> cell: +91-8109201285
>> office: 0731-409-3684
>> http://www.hotwaxsystems.com
>>
>>
>> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
>> [hidden email]> wrote:
>>
>> > Hi Guys,
>> >
>> > Now ofbiz is saving documents in a plain file in the disk
>> > I requirement is to store files in the database as a Blob
>> > So my question is there any Service or Setting to change the saving
>> pattern
>> >
>> >
>> > Regards
>> > Shrilesh K
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Blob files

Akash Jain
Hello Shrilesh,

You can store blob into dataResourceContent field of OtherDataResource
table and store party for particular content/blob into PartyContent table.
Please refer 'DataResource', 'OtherDataResource', 'Content' and
'PartyContent' tables.

HTH

Thanks and Regards
--
Akash Jain

On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
[hidden email]> wrote:

> Hi Guys,
>
> We are working on storing different versions of documents
> ..Is there anything out of the box that we can use it for storing party
> content and storing it as a blob
>
> Regards
> Shrilesh K
>
> On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
> [hidden email]> wrote:
>
> > Hi Ankush Upadhyay,
> >
> > THANK YOU it was helpful
> >
> > Regards
> > Shrilesh K
> >
> >
> > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> > [hidden email]> wrote:
> >
> >> Hello Shrilesh,
> >>
> >> Please check implementation to store labelImage in
> >> *ShipmentPackageRouteSeg*. This field is used to save label image in
> BLOB
> >> byte format.
> >>
> >> Kind Regards,
> >> Ankush Upadhyay
> >> Senior Technical Consultant
> >>
> >> *HotWax Systems*
> >> *Enterprise open source experts*
> >> cell: +91-8109201285
> >> office: 0731-409-3684
> >> http://www.hotwaxsystems.com
> >>
> >>
> >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> >> [hidden email]> wrote:
> >>
> >> > Hi Guys,
> >> >
> >> > Now ofbiz is saving documents in a plain file in the disk
> >> > I requirement is to store files in the database as a Blob
> >> > So my question is there any Service or Setting to change the saving
> >> pattern
> >> >
> >> >
> >> > Regards
> >> > Shrilesh K
> >> >
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Blob files

Shrilesh Korgaonkar
*Hi Guys,*


*Akash Jain ThankYou it was truly helpfulOne final question is there any
service to save party contents as a blob*
*e.g. Just like uploadPartyContentFile, it saves a file *
*but I want for blob or OtherDataResource to save data*


*Thanks and Regards*
*Shrilesh K*

On Wed, Sep 25, 2019 at 6:47 PM Akash Jain <[hidden email]>
wrote:

> Hello Shrilesh,
>
> You can store blob into dataResourceContent field of OtherDataResource
> table and store party for particular content/blob into PartyContent table.
> Please refer 'DataResource', 'OtherDataResource', 'Content' and
> 'PartyContent' tables.
>
> HTH
>
> Thanks and Regards
> --
> Akash Jain
>
> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
> [hidden email]> wrote:
>
> > Hi Guys,
> >
> > We are working on storing different versions of documents
> > ..Is there anything out of the box that we can use it for storing party
> > content and storing it as a blob
> >
> > Regards
> > Shrilesh K
> >
> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
> > [hidden email]> wrote:
> >
> > > Hi Ankush Upadhyay,
> > >
> > > THANK YOU it was helpful
> > >
> > > Regards
> > > Shrilesh K
> > >
> > >
> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> > > [hidden email]> wrote:
> > >
> > >> Hello Shrilesh,
> > >>
> > >> Please check implementation to store labelImage in
> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in
> > BLOB
> > >> byte format.
> > >>
> > >> Kind Regards,
> > >> Ankush Upadhyay
> > >> Senior Technical Consultant
> > >>
> > >> *HotWax Systems*
> > >> *Enterprise open source experts*
> > >> cell: +91-8109201285
> > >> office: 0731-409-3684
> > >> http://www.hotwaxsystems.com
> > >>
> > >>
> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> > >> [hidden email]> wrote:
> > >>
> > >> > Hi Guys,
> > >> >
> > >> > Now ofbiz is saving documents in a plain file in the disk
> > >> > I requirement is to store files in the database as a Blob
> > >> > So my question is there any Service or Setting to change the saving
> > >> pattern
> > >> >
> > >> >
> > >> > Regards
> > >> > Shrilesh K
> > >> >
> > >>
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Blob files

Shrilesh Korgaonkar
*Hi Guys,Thank you all, the problem I was facing is solved*

*Thanks and Regards*
*Shrilesh K*

On Thu, Sep 26, 2019 at 4:21 PM Shrilesh Korgaonkar <
[hidden email]> wrote:

>
> *Hi Guys,*
>
>
> *Akash Jain ThankYou it was truly helpfulOne final question is there any
> service to save party contents as a blob*
> *e.g. Just like uploadPartyContentFile, it saves a file *
> *but I want for blob or OtherDataResource to save data*
>
>
> *Thanks and Regards*
> *Shrilesh K*
>
> On Wed, Sep 25, 2019 at 6:47 PM Akash Jain <[hidden email]>
> wrote:
>
>> Hello Shrilesh,
>>
>> You can store blob into dataResourceContent field of OtherDataResource
>> table and store party for particular content/blob into PartyContent table.
>> Please refer 'DataResource', 'OtherDataResource', 'Content' and
>> 'PartyContent' tables.
>>
>> HTH
>>
>> Thanks and Regards
>> --
>> Akash Jain
>>
>> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
>> [hidden email]> wrote:
>>
>> > Hi Guys,
>> >
>> > We are working on storing different versions of documents
>> > ..Is there anything out of the box that we can use it for storing party
>> > content and storing it as a blob
>> >
>> > Regards
>> > Shrilesh K
>> >
>> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
>> > [hidden email]> wrote:
>> >
>> > > Hi Ankush Upadhyay,
>> > >
>> > > THANK YOU it was helpful
>> > >
>> > > Regards
>> > > Shrilesh K
>> > >
>> > >
>> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
>> > > [hidden email]> wrote:
>> > >
>> > >> Hello Shrilesh,
>> > >>
>> > >> Please check implementation to store labelImage in
>> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in
>> > BLOB
>> > >> byte format.
>> > >>
>> > >> Kind Regards,
>> > >> Ankush Upadhyay
>> > >> Senior Technical Consultant
>> > >>
>> > >> *HotWax Systems*
>> > >> *Enterprise open source experts*
>> > >> cell: +91-8109201285
>> > >> office: 0731-409-3684
>> > >> http://www.hotwaxsystems.com
>> > >>
>> > >>
>> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
>> > >> [hidden email]> wrote:
>> > >>
>> > >> > Hi Guys,
>> > >> >
>> > >> > Now ofbiz is saving documents in a plain file in the disk
>> > >> > I requirement is to store files in the database as a Blob
>> > >> > So my question is there any Service or Setting to change the saving
>> > >> pattern
>> > >> >
>> > >> >
>> > >> > Regards
>> > >> > Shrilesh K
>> > >> >
>> > >>
>> > >
>> >
>>
>